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
/
Content
/
ServerToolUse
Server
Tool
Use
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"server_tool_use"
)
data
class
ServerToolUse
(
val
id
:
ToolUseId
,
val
name
:
ToolName
,
val
input
:
Map
<
String
,
Any
>
,
val
cache_control
:
CacheControl
?
=
null
)
:
Content
(
source
)
Members
Constructors
Server
Tool
Use
Link copied to clipboard
constructor
(
id
:
ToolUseId
,
name
:
ToolName
,
input
:
Map
<
String
,
Any
>
,
cache_control
:
CacheControl
?
=
null
)
Properties
cache_
control
Link copied to clipboard
val
cache_control
:
CacheControl
?
id
Link copied to clipboard
val
id
:
ToolUseId
input
Link copied to clipboard
val
input
:
Map
<
String
,
Any
>
name
Link copied to clipboard
val
name
:
ToolName