koog
Toggle table of contents
0.8.0
common
jvmCommon
nonJvmCommon
Target filter
common
jvmCommon
nonJvmCommon
Switch theme
Search in API
Skip to content
koog
agents-tools
/
ai.koog.agents.core.tools
/
ToolRegistryBuilder
/
tools
tools
common
jvmCommon
nonJvmCommon
expect
fun
tools
(
toolsList
:
List
<
Tool
<
*
,
*
>
>
)
:
ToolRegistryBuilder
(
source
)
Add multiple tools to the registry
fun
tools
(
instance
:
ToolSet
)
:
ToolRegistryBuilder
(
source
)
Registers a set of tools from the
instance
in the
ToolRegistry
.
actual
fun
tools
(
toolsList
:
List
<
Tool
<
*
,
*
>
>
)
:
ToolRegistryBuilder
(
source
)
Add multiple tools to the registry
actual
fun
tools
(
toolsList
:
List
<
Tool
<
*
,
*
>
>
)
:
ToolRegistryBuilder
(
source
)
Add multiple tools to the registry