NodeOutputAssertion
constructor(node: NodeReference<Input, Output>, context: DummyAIAgentContext, input: Input, expectedOutput: Output)(source)
Parameters
Input
The type of the input data that the node processes.
Output
The type of the output data produced by the node.