langchain.js
    Preparing search index...
    interface StoredMessageV1 {
        role: undefined | string;
        text: string;
        type: string;
    }
    Index

    Properties

    Properties

    role: undefined | string
    text: string
    type: string