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
/
LLMTool
/
LLMTool
LLMTool
constructor
(
name
:
ToolName
,
description
:
String
,
inputSchema
:
Map
<
String
,
Any
>
=
emptyMap()
,
outputSchema
:
Map
<
String
,
Any
>
?
=
null
)
(
source
)
constructor
(
name
:
String
,
description
:
String
,
inputSchema
:
Map
<
String
,
Any
>
=
emptyMap()
,
outputSchema
:
Map
<
String
,
Any
>
?
=
null
)
(
source
)