koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-tools
/
ai.koog.agents.core.tools
/
ToolDescriptor
/
ToolDescriptor
Tool
Descriptor
constructor
(
name
:
String
,
description
:
String
,
requiredParameters
:
List
<
ToolParameterDescriptor
>
=
emptyList()
,
optionalParameters
:
List
<
ToolParameterDescriptor
>
=
emptyList()
)
(
source
)