Tool Call
A tool invocation emitted by the model inside a ChatCompletionMessage.
Echo id back in a follow-up ToolMessage so the model can correlate the tool result with its original call.
Properties
Link copied to clipboard
Function name the model asked to call, together with the JSON arguments it produced.
Link copied to clipboard
Identifier that must be echoed back in the matching ToolMessage.
Link copied to clipboard
Tool type discriminator; currently always ToolCallType.FUNCTION.