OpenAI::RunStepDeltaStepDetailsToolCallsFileSearchObject
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(index : Int64 = 0, id : String | Nil = nil, type_value : RunStepDeltaStepDetailsToolCallsFileSearchObjectType = RunStepDeltaStepDetailsToolCallsFileSearchObjectType::FileSearch, file_search : Hash(String, JSON::Any) = Hash(String, JSON::Any).new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
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 : RunStepDeltaStepDetailsToolCallsFileSearchObjectType)
The type of tool call. This is always going to be file_search for this type of tool call.