From 287ffe2f6d235ba373f7ea0eb550c609f99b0aff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:17:10 +0000 Subject: [PATCH] chore: update tool specifications --- lib/crewai-tools/tool.specs.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/crewai-tools/tool.specs.json b/lib/crewai-tools/tool.specs.json index 081c54444..62c6a6be5 100644 --- a/lib/crewai-tools/tool.specs.json +++ b/lib/crewai-tools/tool.specs.json @@ -21672,6 +21672,7 @@ "database": { "anyOf": [ { + "pattern": "^[A-Za-z_][A-Za-z0-9_$]*$", "type": "string" }, { @@ -21690,6 +21691,7 @@ "snowflake_schema": { "anyOf": [ { + "pattern": "^[A-Za-z_][A-Za-z0-9_$]*$", "type": "string" }, {