OpenAI::ResponseFileSearchCallCompletedEvent
Inherits JSON::Serializable < Reference < Object
Emitted when a file search call is completed (results found).
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseFileSearchCallCompletedEventType = ResponseFileSearchCallCompletedEventType::ResponseFileSearchCallCompleted, output_index : Int64 = 0, item_id : String = "", sequence_number : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
output_index=(output_index : Int64)
The index of the output item that the file search call is initiated.
type_value=(type_value : ResponseFileSearchCallCompletedEventType)
The type of the event. Always response.file_search_call.completed.