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

Configuration options for a text response from the model. Can be plain text or structured JSON data. Learn more:

Fields

  • :format - optional - ExOpenAI.Components.TextResponseFormatConfiguration.t()

  • :verbosity - optional - ExOpenAI.Components.Verbosity.t()

Summary

Types

@type t() :: %ExOpenAI.Components.ResponseTextParam{
  format: ExOpenAI.Components.TextResponseFormatConfiguration.t() | nil,
  verbosity: ExOpenAI.Components.Verbosity.t() | nil
}