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