OpenAI::MessageDeltaContentTextAnnotationsFileCitationObject
Inherits JSON::Serializable < Reference < Object
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "file_search" tool to search files.
Constructors
new(pull : JSON::PullParser)
Sourcenew(index : Int64 = 0, type_value : MessageDeltaContentTextAnnotationsFileCitationObjectType = MessageDeltaContentTextAnnotationsFileCitationObjectType::FileCitation, text : String | Nil = nil, file_citation : MessageDeltaContentTextAnnotationsFileCitationObjectFileCitation | Nil = nil, start_index : Int64 | Nil = nil, end_index : Int64 | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
end_index
Sourcefile_citation
Sourcefile_citation=(file_citation : MessageDeltaContentTextAnnotationsFileCitationObjectFileCitation | Nil)
Sourcestart_index
Sourcetype_value=(type_value : MessageDeltaContentTextAnnotationsFileCitationObjectType)
Always file_citation.