class

OpenAI::UrlAnnotationSource

Inherits JSON::Serializable < Reference < Object

URL backing an annotation entry.

Constructors

new(type_value : UrlAnnotationSourceType = UrlAnnotationSourceType::Url, url : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

Type discriminator that is always url.

Source
type_value=(type_value : UrlAnnotationSourceType)

Type discriminator that is always url.

Source
url

URL referenced by the annotation.

Source
url=(url : String)

URL referenced by the annotation.

Source