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