Package com.aispect.agents.graph
Class DynamicWorkflowGraphAgent.ExecutionStep
java.lang.Object
com.aispect.agents.graph.DynamicWorkflowGraphAgent.ExecutionStep
- Enclosing class:
- DynamicWorkflowGraphAgent
Represents a single execution step planned by the large model, corresponding to JSON A task object in the array.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
The name of the target node (method) -
params
A dictionary of parameters passed to the target node (optional)
-
-
Constructor Details
-
ExecutionStep
public ExecutionStep()
-