EdgeAssertion
@TestOnly
Represents the assertion of an edge in a graph structure related to AI agent operations.
Parameters
Input
The type of the input parameter for the node.
Output
The type of the output parameter for the node.
Constructors
Link copied to clipboard
constructor(node: NodeReference<Input, Output>, context: AIAgentContextBase, output: Output, expectedNode: NodeReference<*, *>)