RunStepDeltaDeepResearchToolCall interface
Represents the Deep research in a streaming run step.
- Extends
Properties
| deep |
The details of DeepResearch tool call. |
| type | The object type, which is always "deep_research". |
Inherited 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. |
Property Details
deepResearch
The details of DeepResearch tool call.
deepResearch: RunStepDeepResearchToolCallDetails
Property Value
type
The object type, which is always "deep_research".
type: "deep_research"
Property Value
"deep_research"
Inherited Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
Inherited From RunStepDeltaToolCall.id
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
Inherited From RunStepDeltaToolCall.index