chatWithTools
chatWithTools(
llm,tools,messages):Promise<ChatWithToolsResponse>
定义于:.build/typescript/packages/tools/src/tool-call.ts:141
大语言模型
Section titled “llm”ToolCallLLM
BaseToolWithCall[]
ChatMessage[]
Promise<ChatWithToolsResponse>
请改用 @BaseLLM.exec。