langchain.js
Preparing search index...
@langchain/classic
experimental/plan_and_execute
Plan
Type Alias Plan
Represents a plan, which is a sequence of step actions.
type
Plan
=
{
steps
:
StepAction
[]
;
}
Index
Properties
steps
Properties
steps
steps
:
StepAction
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
steps
langchain.js
Loading...
Represents a plan, which is a sequence of step actions.