From e55180e1575d1acc15ecf271f6238828e13e3138 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 2 Jul 2025 11:19:09 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/public/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/public/schema.json b/apps/web/public/schema.json index f1348764..f19dde14 100644 --- a/apps/web/public/schema.json +++ b/apps/web/public/schema.json @@ -410,7 +410,7 @@ "name": { "type": "string", "minLength": 1, - "pattern": "^[a-zA-Z_][a-zA-Z0-9_]{0,63}$", + "pattern": "^[a-zA-Z_][a-zA-Z0-9_-]{0,63}$", "description": "Agentic tool name" }, "enabled": {