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