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

Automatic thread title preferences for the session.

Fields

  • :enabled - required - boolean()
    Whether automatic thread titling is enabled.

Summary

Types

@type t() :: %ExOpenAI.Components.ChatSessionAutomaticThreadTitling{
  enabled: boolean()
}