ExBifrost.Model.ChatCompletionRequestWebSearchOptions (ex_bifrost v0.1.0)

Copy Markdown View Source

Web search options for chat completions (OpenAI only)

Summary

Types

t()

@type t() :: %ExBifrost.Model.ChatCompletionRequestWebSearchOptions{
  search_context_size: String.t() | nil,
  user_location:
    ExBifrost.Model.ChatCompletionRequestWebSearchOptionsUserLocation.t() | nil
}

Functions

decode(value)