langchain.js
    Preparing search index...

    Represents an action to be performed in a step.

    type StepAction = {
        text: string;
    }
    Index

    Properties

    Properties

    text: string