koog
Toggle table of contents
0.7.1
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-tools
/
ai.koog.agents.core.tools
/
SimpleTool
/
SimpleTool
Simple
Tool
constructor
(
argsType
:
TypeToken
,
name
:
String
,
description
:
String
)
(
source
)
Parameters
TArgs
The type of arguments the tool accepts.
constructor
(
argsSerializer
:
KSerializer
<
TArgs
>
,
name
:
String
,
description
:
String
)
(
source
)
Deprecated
Use TypeToken constructor instead