RunStepFunctionToolCallOutput 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.
- Extends
Properties
function | The detailed information about the function called by the model. |
type | The object type, which is always 'function'. |
Inherited Properties
id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
Property Details
function
The detailed information about the function called by the model.
function: RunStepFunctionToolCallDetailsOutput
Property Value
type
The object type, which is always 'function'.
type: "function"
Property Value
"function"
Inherited Property Details
id
The ID of the tool call. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
Inherited From RunStepToolCallOutputParent.id