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

Schema representing a WebSearchLocation within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.WebSearchLocation{
  city: String.t() | nil,
  country: String.t() | nil,
  region: String.t() | nil,
  timezone: String.t() | nil
}