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

    Type Alias MessagesModel

    MessagesModel: string[] | MessageModel[]

    The messages to send to an assistant. Can be a list of strings or a list of MessageModel objects. The role key can only be one of user or assistant.