langchain.js
    Preparing search index...

    Represents the result of a step.

    type StepResult = {
        response: string;
    }
    Index

    Properties

    Properties

    response: string