toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
Content
/
ToolUse
Tool
Use
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"tool_use"
)
data
class
ToolUse
(
val
name
:
ToolName
,
val
id
:
ToolUseId
,
val
input
:
Any
)
:
Content
Members
Constructors
Tool
Use
Link copied to clipboard
constructor
(
name
:
ToolName
,
id
:
ToolUseId
,
input
:
Any
)
Properties
id
Link copied to clipboard
val
id
:
ToolUseId
input
Link copied to clipboard
val
input
:
Any
name
Link copied to clipboard
val
name
:
ToolName