View Source ExOpenAI.Components.WebSearchContextSize (ex_openai.ex v1.8.0)
Schema representing a WebSearchContextSize within the OpenAI API
Use any of these components: {:enum, [:low, :medium, :high]}
Summary
Types
@type t() :: :high | :medium | :low