menu
langchain_core package
documentation
agents.dart
AgentPlanInput
AgentPlanInput const constructor
AgentPlanInput const constructor
dark_mode
light_mode
AgentPlanInput
constructor
const
AgentPlanInput
(
Map
<
String
,
dynamic
>
inputs
,
List
<
AgentStep
>
intermediateSteps
)
Input to the agent's plan method.
Implementation
const AgentPlanInput( this.inputs, this.intermediateSteps, );
langchain_core package
documentation
agents
AgentPlanInput
AgentPlanInput const constructor
AgentPlanInput class