RunStepDeepResearchToolCall interface
A record of a call to a Deep Research tool, issued by the model in evaluation of a defined tool, that represents executed deep research operations.
- Extends
Properties
| deep |
The detailed information about the automated browser tasks performed by the model. |
| type | The object type, which is always 'deep_research'. |
Inherited Properties
| id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
Property Details
deepResearch
The detailed information about the automated browser tasks performed by the model.
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. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
Inherited From RunStepToolCall.id