class

OpenAI::ChatCompletionResponseMessageAnnotationsItemUrlCitation

Inherits JSON::Serializable < Reference < Object

A URL citation when using web search.

Constructors

new(end_index : Int64 = 0, start_index : Int64 = 0, url : String = "", title : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

end_index

The index of the last character of the URL citation in the message.

Source
end_index=(end_index : Int64)

The index of the last character of the URL citation in the message.

Source
start_index

The index of the first character of the URL citation in the message.

Source
start_index=(start_index : Int64)

The index of the first character of the URL citation in the message.

Source
title

The title of the web resource.

Source
title=(title : String)

The title of the web resource.

Source
url

The URL of the web resource.

Source
url=(url : String)

The URL of the web resource.

Source