RunStepFileSearchToolCallOutput interface
A record of a call to a file search tool, issued by the model in evaluation of a defined tool, that represents executed file search.
- Extends
Properties
file |
For now, this is always going to be an empty object. |
id | The ID of the tool call. This ID must be referenced when you submit tool outputs. |
type | The object type, which is always 'file_search'. |
Property Details
fileSearch
For now, this is always going to be an empty object.
fileSearch: RunStepFileSearchToolCallResultsOutput
Property Value
id
The ID of the tool call. This ID must be referenced when you submit tool outputs.
id: string
Property Value
string
type
The object type, which is always 'file_search'.
type: "file_search"
Property Value
"file_search"