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

Schema representing a ResponseFileSearchCallSearchingEvent within the OpenAI API

Summary

Types

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