menu
langchain_core package
documentation
agents.dart
AgentPlanInput
inputs property
inputs property
dark_mode
light_mode
inputs
property
Map
<
String
,
dynamic
>
inputs
final
The input values to the agent.
Implementation
final Map<String, dynamic> inputs;
langchain_core package
documentation
agents
AgentPlanInput
inputs property
AgentPlanInput class