Multi-Tool Finance Agent
    Preparing search index...

    Function executeToolHandler

    • Dispatches a tool call by name to its handler. Returns a structured ToolResponse — never throws. Unknown tool names return a validation error rather than crashing the agent loop.

      Parameters

      • name: string
      • input: Record<string, unknown>

      Returns ToolResponse<unknown>