FunctionToolCall interface
A record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs and output consumed and emitted by the specified function.
Properties
| function | The detailed information about the function called by the model. |
| id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
| type | The object type, which is always 'function'. |
Property Details
function
The detailed information about the function called by the model.
function: FunctionToolCallDetails
Property Value
id
The ID of the tool call. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
type
The object type, which is always 'function'.
type: "function"
Property Value
"function"