From e60ee8dfa0b0e1b438b764847bf58b7a508c9872 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=94=8B=20toolSchemaCache.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/toolSchemaCache.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/toolSchemaCache.ts b/src/utils/toolSchemaCache.ts index 61943a1..be85eab 100644 --- a/src/utils/toolSchemaCache.ts +++ b/src/utils/toolSchemaCache.ts @@ -24,3 +24,4 @@ export function getToolSchemaCache(): Map { export function clearToolSchemaCache(): void { TOOL_SCHEMA_CACHE.clear() } +