class

OpenAI::FileAnnotationSource

Inherits JSON::Serializable < Reference < Object

Attachment source referenced by an annotation.

Constructors

new(type_value : FileAnnotationSourceType = FileAnnotationSourceType::File, filename : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

filename

Filename referenced by the annotation.

Source
filename=(filename : String)

Filename referenced by the annotation.

Source
type_value

Type discriminator that is always file.

Source
type_value=(type_value : FileAnnotationSourceType)

Type discriminator that is always file.

Source