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.dsl.extension
/
ReceivedToolResults
Received
Tool
Results
@
Serializable
data
class
ReceivedToolResults
(
val
toolResults
:
List
<
ReceivedToolResult
>
)
(
source
)
Wraps a list of
ReceivedToolResult
values returned by the agent environment after tool execution.
Members
Constructors
Received
Tool
Results
Link copied to clipboard
constructor
(
toolResults
:
List
<
ReceivedToolResult
>
)
Properties
tool
Results
Link copied to clipboard
val
toolResults
:
List
<
ReceivedToolResult
>