koog-agents
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
agents-test
/
ai.koog.agents.testing.feature
/
NodeOutputAssertion
Node
Output
Assertion
@
TestOnly
data
class
NodeOutputAssertion
<
Input
,
Output
>
(
val
node
:
NodeReference
<
Input
,
Output
>
,
val
context
:
DummyAgentContext
,
val
input
:
Input
,
val
expectedOutput
:
Output
)
(
source
)
Members
Constructors
Node
Output
Assertion
Link copied to clipboard
constructor
(
node
:
NodeReference
<
Input
,
Output
>
,
context
:
DummyAgentContext
,
input
:
Input
,
expectedOutput
:
Output
)
Properties
context
Link copied to clipboard
val
context
:
DummyAgentContext
expected
Output
Link copied to clipboard
val
expectedOutput
:
Output
input
Link copied to clipboard
val
input
:
Input
node
Link copied to clipboard
val
node
:
NodeReference
<
Input
,
Output
>