RunStepDeltaFileSearchToolCall interface
Represents a file search tool call within a streaming run step's tool call details.
- Extends
Properties
file |
Reserved for future use. |
type | The object type, which is always "file_search." |
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
fileSearch
Reserved for future use.
fileSearch?: RunStepFileSearchToolCallResultsOutput
Property Value
type
The object type, which is always "file_search."
type: "file_search"
Property Value
"file_search"
Inherited Property Details
id
The ID of the tool call, used when submitting outputs to the run.
id: string
Property Value
string
Inherited From RunStepDeltaToolCallParent.id
index
The index of the tool call detail in the run step's tool_calls array.
index: number
Property Value
number
Inherited From RunStepDeltaToolCallParent.index