langchain.js
Preparing search index...
@langchain/classic
experimental/plan_and_execute
Step
Type Alias Step
Represents a step, which includes an action and its result.
type
Step
=
{
action
:
StepAction
;
result
:
StepResult
;
}
Index
Properties
action
result
Properties
action
action
:
StepAction
result
result
:
StepResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
result
langchain.js
Loading...
Represents a step, which includes an action and its result.