OpenAI::FileCitationBody
Inherits JSON::Serializable < Reference < Object
A citation to a file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : FileCitationBodyType = FileCitationBodyType::FileCitation, file_id : String = "", index : Int64 = 0, filename : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : FileCitationBodyType)
The type of the file citation. Always file_citation.