koog
Toggle table of contents
0.7.3
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-tools
/
ai.koog.agents.core.tools.schema
/
ToolParameterInfo
Tool
Parameter
Info
class
ToolParameterInfo
(
val
type
:
ToolParameterType
,
val
description
:
String
)
(
source
)
Helper class holding information about the
ToolParameterType
along with its optional description.
Members
Constructors
Tool
Parameter
Info
Link copied to clipboard
constructor
(
type
:
ToolParameterType
,
description
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
type
Link copied to clipboard
val
type
:
ToolParameterType