langchain.js
    Preparing search index...

    Represents a step, which includes an action and its result.

    type Step = {
        action: StepAction;
        result: StepResult;
    }
    Index

    Properties

    Properties

    action: StepAction
    result: StepResult