langchain_experimental.plan_and_execute.schema.Plan¶
- class langchain_experimental.plan_and_execute.schema.Plan(*, steps: List[Step])[source]¶
Bases:
BaseModelPlan.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param steps: List[langchain_experimental.plan_and_execute.schema.Step] [Required]¶
The steps.