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