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

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

Fields

  • :format - optional - any()

  • :verbosity - optional - any()

Summary

Types

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