View Source ExOpenAI.Components.ResponseFileSearchCallInProgressEvent (ex_openai.ex v1.8.0)

Schema representing a ResponseFileSearchCallInProgressEvent within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ResponseFileSearchCallInProgressEvent{
  item_id: String.t(),
  output_index: integer(),
  type: :"response.file_search_call.in_progress"
}