koog-agents
Toggle table of contents
0.1.0
common
jvm
Platform filter
common
jvm
Switch theme
Search in API
koog-agents
agents-tools
/
ai.koog.agents.core.tools
/
ToolRegistry
/
Builder
Builder
class
Builder
(
source
)
Members
Members & Extensions
Functions
tool
Link copied to clipboard
fun
tool
(
tool
:
Tool
<
*
,
*
>
)
Add a tool to the registry
tool
Link copied to clipboard
jvm
fun
ToolRegistry.Builder
.
tool
(
toolFunction
:
KFunction
<
*
>
,
json
:
Json
=
Json
,
thisRef
:
Any
?
=
null
,
name
:
String
?
=
null
,
description
:
String
?
=
null
)
tools
Link copied to clipboard
fun
tools
(
toolsList
:
List
<
Tool
<
*
,
*
>
>
)
Add multiple tools to the registry