AgentPlanInput class

Input to the agent's plan method.

Constructors

AgentPlanInput(Map<String, dynamic> inputs, List<AgentStep> intermediateSteps)
Input to the agent's plan method.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
inputs Map<String, dynamic>
The input values to the agent.
final
intermediateSteps List<AgentStep>
The actions the agent has taken to date, along with their observations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited