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

Schema representing a ResponseWebSearchCallInProgressEvent within the OpenAI API

Summary

Types

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