🔋 toolSchemaCache.ts

This commit is contained in:
nirholas
2026-03-31 10:24:33 +00:00
parent 1372f31acc
commit e60ee8dfa0

View File

@@ -24,3 +24,4 @@ export function getToolSchemaCache(): Map<string, CachedSchema> {
export function clearToolSchemaCache(): void { export function clearToolSchemaCache(): void {
TOOL_SCHEMA_CACHE.clear() TOOL_SCHEMA_CACHE.clear()
} }