class

OpenAI::AutomaticThreadTitlingParam

Inherits JSON::Serializable < Reference < Object

Controls whether ChatKit automatically generates thread titles.

Constructors

new(enabled : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

enabled

Enable automatic thread title generation. Defaults to true.

Source
enabled=(enabled : Bool | Nil)

Enable automatic thread title generation. Defaults to true.

Source