View Source ExOpenAI.Components.DetailEnum (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema DetailEnum.
Type
:low | :high | :auto | :original
Allowed Values
"low", "high", "auto", "original"
Summary
Types
@type t() :: ((:low | :high) | :auto) | :original