class

OpenAI::VectorStoreFileContentResponseDataItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : String | Nil = nil, text : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

The text content

Source
text=(text : String | Nil)

The text content

Source
type_value

The content type (currently only "text")

Source
type_value=(type_value : String | Nil)

The content type (currently only "text")

Source