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

Default response format. Used to generate text responses.

Fields

  • :type - required - :text
    The type of response format being defined. Always text.
    Allowed values: "text"

Summary

Types

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