OpenAI::UrlAnnotation
Inherits JSON::Serializable < Reference < Object
Annotation that references a URL.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : UrlAnnotationType = UrlAnnotationType::Url, source : UrlAnnotationSource = UrlAnnotationSource.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
type_value=(type_value : UrlAnnotationType)
Type discriminator that is always url for this annotation.