Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 604 Bytes

RunStepDetailsToolCallsFileSearchObject.md

File metadata and controls

23 lines (11 loc) · 604 Bytes

RunStepDetailsToolCallsFileSearchObject

Properties

Name Type Description Notes
id String The ID of the tool call object.
type TypeEnum The type of tool call. This is always going to be `file_search` for this type of tool call.
fileSearch RunStepDetailsToolCallsFileSearchObjectFileSearch

Enum: TypeEnum

Name Value
FILE_SEARCH "file_search"