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