class

OpenAI::MessageContentTextObjectText

Inherits JSON::Serializable < Reference < Object

Constructors

new(value : String = "", annotations : Array(TextAnnotation) = [] of TextAnnotation)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotations
Source
annotations=(annotations : Array(TextAnnotation))
Source
value

The data that makes up the text.

Source
value=(value : String)

The data that makes up the text.

Source