View Source ExOpenAI.Components.WebSearchContextSize (ex_openai.ex v2.0.0-beta2)
High level guidance for the amount of context window space to use for the
search. One of low, medium, or high. medium is the default.
Type
:low | :medium | :high
Allowed Values
"low", "medium", "high"
Summary
Types
@type t() :: (:low | :medium) | :high