RunStepToolCallDetailsOutput interface
The detailed information associated with a run step calling tools.
- Extends
Properties
tool |
A list of tool call details for this run step. |
type | The object type, which is always 'tool_calls'. |
Property Details
toolCalls
A list of tool call details for this run step.
toolCalls: RunStepToolCallOutput[]
Property Value
type
The object type, which is always 'tool_calls'.
type: "tool_calls"
Property Value
"tool_calls"