OpenAI::WebSearchActionFind
Inherits JSON::Serializable < Reference < Object
Action type "find": Searches for a pattern within a loaded page.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : WebSearchActionFindType = WebSearchActionFindType::Find, url : String = "", pattern : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source