Anthropic::SearchResultContent
Inherits JSON::Serializable < Struct < Value < Object
Search result content block (input content)
Used to provide search results as context in messages.
Constructors
new(source : String, title : String, content : Array(TextContent), cache_control : CacheControl | Nil = nil, citations : CitationConfig | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
cache_control
Sourcecitations
Sourcecontent
Sourcesource
Sourcetitle
Sourcetype
Source