View Source ExOpenAI.Components.CustomTextFormatParam (ex_openai.ex v2.0.0-beta2)

Unconstrained free-form text.

Fields

  • :type - required - :text
    Unconstrained text format. Always text.
    Allowed values: "text"
    Default: "text"

Summary

Types

@type t() :: %ExOpenAI.Components.CustomTextFormatParam{type: :text}