class

OpenAI::MessageDeltaContentTextObjectText

Inherits JSON::Serializable < Reference < Object

Constructors

new(value : String | Nil = nil, annotations : Array(TextAnnotationDelta) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotations
Source
annotations=(annotations : Array(TextAnnotationDelta) | Nil)
Source
value

The data that makes up the text.

Source
value=(value : String | Nil)

The data that makes up the text.

Source