View Source OpenAi.Response.WebSearch.Location (OpenAI REST API Client v1.0.0)

Provides struct and type for a Response.WebSearch.Location

Summary

Types

@type t() :: %OpenAi.Response.WebSearch.Location{
  city: String.t() | nil,
  country: String.t() | nil,
  region: String.t() | nil,
  timezone: String.t() | nil
}