langchain.js
    Preparing search index...

    Interface StoredGeneration

    interface StoredGeneration {
        message?: StoredMessage;
        text: string;
    }
    Index

    Properties

    Properties

    message?: StoredMessage
    text: string