ToolCallRequestPart interface
A tool call requested by the model.
Property Details
arguments
arguments?: Record<string, unknown> | unknown[]
Property Value
Record<string, unknown> | unknown[]
id
id?: string
Property Value
string
name
name: string
Property Value
string
type
type: "tool_call"
Property Value
"tool_call"