class

OpenAI::ConversationMinus2

Inherits JSON::Serializable < Reference < Object

The conversation that this response belongs to. Input items and output items from this response are automatically added to this conversation.

Constructors

new(id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The unique ID of the conversation.

Source
id=(id : String)

The unique ID of the conversation.

Source