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

Schema representing a ResponseWebSearchCallCompletedEvent within the OpenAI API

Summary

Types

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