Functions
chatWithTools
chatWithTools(
llm
,tools
,messages
):Promise
<ChatWithToolsResponse
>
Defined in: packages/tools/src/tool-call.ts:138
Parameters
llm
ToolCallLLM
tools
BaseToolWithCall
[]
messages
ChatMessage
[]
Returns
Promise
<ChatWithToolsResponse
>