class

OpenAI::VectorStoreSearchResultContentObject

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : VectorStoreSearchResultContentObjectType = VectorStoreSearchResultContentObjectType::Text, text : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

text

The text content returned from search.

Source
text=(text : String)

The text content returned from search.

Source
type_value

The type of content.

Source
type_value=(type_value : VectorStoreSearchResultContentObjectType)

The type of content.

Source