Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface MessageModel

    Describes the format of a message in an assistant chat. The role key can only be one of user or assistant.

    interface MessageModel {
        content: string;
        role: string;
    }
    Index
    content: string
    role: string