This commit is contained in:
Zacharias-Brohn
2026-01-14 22:51:46 +01:00
parent e222977f5c
commit c51b3c3fab
14 changed files with 452 additions and 216 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import { webSearchHandler, webSearchTool } from './web-search';
export type { ToolHandler, ToolResult } from './types';
// Registry of tool handlers
const toolHandlers: Map<string, ToolHandler> = new Map();
const toolHandlers = new Map<string, ToolHandler>();
/**
* Register a tool handler