class

OpenAI::ChatCompletionResponseMessageAnnotationsItem

Inherits JSON::Serializable < Reference < Object

A URL citation when using web search.

Constructors

new(type_value : ChatCompletionResponseMessageAnnotationsItemType = ChatCompletionResponseMessageAnnotationsItemType::UrlCitation, url_citation : ChatCompletionResponseMessageAnnotationsItemUrlCitation = ChatCompletionResponseMessageAnnotationsItemUrlCitation.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The type of the URL citation. Always url_citation.

Source
type_value=(type_value : ChatCompletionResponseMessageAnnotationsItemType)

The type of the URL citation. Always url_citation.

Source
url_citation

A URL citation when using web search.

Source
url_citation=(url_citation : ChatCompletionResponseMessageAnnotationsItemUrlCitation)

A URL citation when using web search.

Source