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;
}

Properties

Properties

content: string
role: string

Generated using TypeDoc