Interface: ToolCall
Defined in: types/llm.ts:283
Represents a tool call made by the model.
Properties
arguments
arguments:
Object
Defined in: types/llm.ts:285
The arguments passed to the tool.
toolName
toolName:
string
Defined in: types/llm.ts:284
The name of the tool being called.