class

OpenAI::WebSearchActionOpenPage

Inherits JSON::Serializable < Reference < Object

Action type "open_page" - Opens a specific URL from search results.

Constructors

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

Instance methods

type_value

The action type.

Source
type_value=(type_value : WebSearchActionOpenPageType)

The action type.

Source
url

The URL opened by the model.

Source
url=(url : String)

The URL opened by the model.

Source