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