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: function, file_search, code_interpreter  | 
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: function, file_search, code_interpreter
type: string
				Property Value
string