OpenAI::FileAnnotation
Inherits JSON::Serializable < Reference < Object
Annotation that references an uploaded file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : FileAnnotationType = FileAnnotationType::File, source : FileAnnotationSource = FileAnnotationSource.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : FileAnnotationType)
Type discriminator that is always file for this annotation.