RunStepDeltaToolCall interface
The abstract base representation of a single tool call within a streaming run step's delta tool call details.
Properties
| id | The ID of the tool call, used when submitting outputs to the run. |
| index | The index of the tool call detail in the run step's tool_calls array. |
| type | The discriminator possible values: mcp, openapi, connected_agent, function, file_search, code_interpreter, bing_grounding, bing_custom_search, azure_function, deep_research, azure_ai_search, fabric_dataagent, sharepoint_grounding |
Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
type
The discriminator possible values: mcp, openapi, connected_agent, function, file_search, code_interpreter, bing_grounding, bing_custom_search, azure_function, deep_research, azure_ai_search, fabric_dataagent, sharepoint_grounding
type: string
Property Value
string