OpenAI::RunStepDetailsToolCallsFileSearchObject
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String = "", type_value : RunStepDetailsToolCallsFileSearchObjectType = RunStepDetailsToolCallsFileSearchObjectType::FileSearch, file_search : RunStepDetailsToolCallsFileSearchObjectFileSearch = RunStepDetailsToolCallsFileSearchObjectFileSearch.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
file_search=(file_search : RunStepDetailsToolCallsFileSearchObjectFileSearch)
For now, this is always going to be an empty object.
type_value
The type of tool call. This is always going to be file_search for this type of tool call.
type_value=(type_value : RunStepDetailsToolCallsFileSearchObjectType)
The type of tool call. This is always going to be file_search for this type of tool call.