koog
Toggle table of contents
1.0.0-preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
koog
agents-core
/
ai.koog.agents.core.environment
/
ReceivedToolResult
/
ReceivedToolResult
Received
Tool
Result
constructor
(
id
:
String
?
,
tool
:
String
,
toolArgs
:
JSONObject
,
toolDescription
:
String
?
,
output
:
String
,
resultKind
:
ToolResultKind
,
result
:
JSONElement
?
,
resultObject
:
Any
?
=
null
)
(
source
)