ExBifrost.Model.ChatCompletionRequestWebSearchOptionsUserLocationApproximate (ex_bifrost v0.1.0)

Copy Markdown View Source

ChatCompletionRequestWebSearchOptionsUserLocationApproximate model.

Summary

Types

t()

@type t() ::
  %ExBifrost.Model.ChatCompletionRequestWebSearchOptionsUserLocationApproximate{
    city: String.t() | nil,
    country: String.t() | nil,
    region: String.t() | nil,
    timezone: String.t() | nil
  }

Functions

decode(value)