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
/
WebFetchContent
/
Fetched
Fetched
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"web_fetch_result"
)
data
class
Fetched
(
val
url
:
Uri
,
val
retrieved_at
:
Instant
?
=
null
,
val
content
:
Content
?
=
null
)
:
WebFetchContent
(
source
)
Members
Constructors
Fetched
Link copied to clipboard
constructor
(
url
:
Uri
,
retrieved_at
:
Instant
?
=
null
,
content
:
Content
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
Content
?
retrieved_
at
Link copied to clipboard
val
retrieved_at
:
Instant
?
url
Link copied to clipboard
val
url
:
Uri