class

OpenAI::RunStepDetailsToolCallsFileSearchObject

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String = "", type_value : RunStepDetailsToolCallsFileSearchObjectType = RunStepDetailsToolCallsFileSearchObjectType::FileSearch, file_search : RunStepDetailsToolCallsFileSearchObjectFileSearch = RunStepDetailsToolCallsFileSearchObjectFileSearch.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file_search

For now, this is always going to be an empty object.

Source
file_search=(file_search : RunStepDetailsToolCallsFileSearchObjectFileSearch)

For now, this is always going to be an empty object.

Source
id

The ID of the tool call object.

Source
id=(id : String)

The ID of the tool call object.

Source
type_value

The type of tool call. This is always going to be file_search for this type of tool call.

Source
type_value=(type_value : RunStepDetailsToolCallsFileSearchObjectType)

The type of tool call. This is always going to be file_search for this type of tool call.

Source