http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
WebSearchResult
Web
Search
Result
@
JsonSerializable
data
class
WebSearchResult
(
val
url
:
Uri
,
val
title
:
String
?
=
null
,
val
page_age
:
String
?
=
null
,
val
encrypted_content
:
String
?
=
null
,
val
type
:
String
=
"web_search_result"
)
(
source
)
Members
Constructors
Web
Search
Result
Link copied to clipboard
constructor
(
url
:
Uri
,
title
:
String
?
=
null
,
page_age
:
String
?
=
null
,
encrypted_content
:
String
?
=
null
,
type
:
String
=
"web_search_result"
)
Properties
encrypted_
content
Link copied to clipboard
val
encrypted_content
:
String
?
page_
age
Link copied to clipboard
val
page_age
:
String
?
title
Link copied to clipboard
val
title
:
String
?
type
Link copied to clipboard
val
type
:
String
url
Link copied to clipboard
val
url
:
Uri