http4k-ai-llm-core
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-llm-core
http4k-ai-llm-core
/
org.http4k.ai.llm.tools
/
ToolRequest
Tool
Request
@
JsonSerializable
data
class
ToolRequest
(
val
id
:
RequestId
,
val
name
:
ToolName
,
val
arguments
:
Map
<
String
,
Any
>
=
emptyMap()
)
(
source
)
Members
Constructors
Tool
Request
Link copied to clipboard
constructor
(
id
:
RequestId
,
name
:
ToolName
,
arguments
:
Map
<
String
,
Any
>
=
emptyMap()
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Map
<
String
,
Any
>
id
Link copied to clipboard
val
id
:
RequestId
name
Link copied to clipboard
val
name
:
ToolName