class

OpenAI::WebSearchActionFind

Inherits JSON::Serializable < Reference < Object

Action type "find": Searches for a pattern within a loaded page.

Constructors

new(type_value : WebSearchActionFindType = WebSearchActionFindType::Find, url : String = "", pattern : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

pattern

The pattern or text to search for within the page.

Source
pattern=(pattern : String)

The pattern or text to search for within the page.

Source
type_value

The action type.

Source
type_value=(type_value : WebSearchActionFindType)

The action type.

Source
url

The URL of the page searched for the pattern.

Source
url=(url : String)

The URL of the page searched for the pattern.

Source