View Source ExOpenAI.Components.ReasoningEffort (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ReasoningEffort.
Type
:none | :minimal | :low | :medium | :high | :xhigh | any()
Summary
Types
@type t() :: (((((:none | :minimal) | :low) | :medium) | :high) | :xhigh) | any()