ExecutionPoint
Represents a point of execution within the AI agent's strategy graph. An execution point consists of a specific node and an optional input value.
Properties
Link copied to clipboard
The node within the AI agent's strategy graph to be executed. The node is an instance of AIAgentNodeBase, which defines the operation to be performed and its associated metadata.