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
/
EdgeAssertion
Edge
Assertion
@
TestOnly
data
class
EdgeAssertion
<
Input
,
Output
>
(
val
node
:
NodeReference
<
Input
,
Output
>
,
val
context
:
AIAgentContextBase
,
val
output
:
Output
,
val
expectedNode
:
NodeReference
<
*
,
*
>
)
(
source
)
Members
Constructors
Edge
Assertion
Link copied to clipboard
constructor
(
node
:
NodeReference
<
Input
,
Output
>
,
context
:
AIAgentContextBase
,
output
:
Output
,
expectedNode
:
NodeReference
<
*
,
*
>
)
Properties
context
Link copied to clipboard
val
context
:
AIAgentContextBase
expected
Node
Link copied to clipboard
val
expectedNode
:
NodeReference
<
*
,
*
>
node
Link copied to clipboard
val
node
:
NodeReference
<
Input
,
Output
>
output
Link copied to clipboard
val
output
:
Output