callTool
callTool(
tool,toolCall,logger):Promise<ToolOutput>
Defined in: .build/typescript/packages/core/src/agent/utils.ts:173
Parameters
Section titled “Parameters”undefined | BaseTool<any>
toolCall
Section titled “toolCall”logger
Section titled “logger”Logger
Returns
Section titled “Returns”Promise<ToolOutput>