class

OpenAI::WebSearchActionSearchSourcesItem

Inherits JSON::Serializable < Reference < Object

A source used in the search.

Constructors

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

Instance methods

type_value

The type of source. Always url.

Source
type_value=(type_value : WebSearchActionSearchSourcesItemType)

The type of source. Always url.

Source
url

The URL of the source.

Source
url=(url : String)

The URL of the source.

Source