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()