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

Controls whether ChatKit automatically generates thread titles.

Fields

  • :enabled - optional - boolean()
    Enable automatic thread title generation. Defaults to true.

Summary

Types

@type t() :: %ExOpenAI.Components.AutomaticThreadTitlingParam{
  enabled: boolean() | nil
}