class

OpenAI::RunStepDeltaStepDetailsToolCallsFileSearchObject

Inherits JSON::Serializable < Reference < Object

Constructors

new(index : Int64 = 0, id : String | Nil = nil, type_value : RunStepDeltaStepDetailsToolCallsFileSearchObjectType = RunStepDeltaStepDetailsToolCallsFileSearchObjectType::FileSearch, file_search : Hash(String, JSON::Any) = Hash(String, JSON::Any).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 : Hash(String, JSON::Any))

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

Source
id

The ID of the tool call object.

Source
id=(id : String | Nil)

The ID of the tool call object.

Source
index

The index of the tool call in the tool calls array.

Source
index=(index : Int64)

The index of the tool call in the tool calls array.

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 : RunStepDeltaStepDetailsToolCallsFileSearchObjectType)

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

Source