langchain.js
    Preparing search index...

    Interface for the structure of a memory message in the Motorhead service. It includes the role and content of the message.

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

    Properties

    Properties

    content: string
    role: string