Class DynamicWorkflowGraphAgent.ExecutionStep

java.lang.Object
com.aispect.agents.graph.DynamicWorkflowGraphAgent.ExecutionStep
Enclosing class:
DynamicWorkflowGraphAgent

public static class DynamicWorkflowGraphAgent.ExecutionStep extends Object
Represents a single execution step planned by the large model, corresponding to JSON A task object in the array.
  • Field Details

    • node

      public String node
      The name of the target node (method)
    • params

      public Map<String,Object> params
      A dictionary of parameters passed to the target node (optional)
  • Constructor Details

    • ExecutionStep

      public ExecutionStep()