langchain.js
    Preparing search index...

    Abstract class that defines the structure for a step executor. Step executors are responsible for executing a step based on inputs.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • inputs: ChainValues
      • OptionalrunManager: any

      Returns Promise<StepResult>