chatWithTools
chatWithTools(
llm
,tools
,messages
):Promise
<ChatWithToolsResponse
>
Defined in: .build/typescript/packages/tools/src/tool-call.ts:141
Parameters
Section titled “Parameters”ToolCallLLM
BaseToolWithCall
[]
messages
Section titled “messages”ChatMessage
[]
Returns
Section titled “Returns”Promise
<ChatWithToolsResponse
>
Deprecated
Section titled “Deprecated”Use @BaseLLM.exec instead.