AgentPlanInput constructor

const AgentPlanInput(
  1. Map<String, dynamic> inputs,
  2. List<AgentStep> intermediateSteps
)

Input to the agent's plan method.

Implementation

const AgentPlanInput(this.inputs, this.intermediateSteps);