langchain.js
    Preparing search index...

    Represents a plan, which is a sequence of step actions.

    type Plan = {
        steps: StepAction[];
    }
    Index

    Properties

    Properties

    steps: StepAction[]