Anthropic::WebSearchResult
Inherits JSON::Serializable < Struct < Value < Object
Individual web search result
Constructors
new(url : String, title : String, snippet : String | Nil = nil, encrypted_content : String | Nil = nil, page_age : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
encrypted_content
Sourcepage_age
Sourcesnippet
Sourcetitle
Sourceurl
Source