Mayson Monorepo Documentation
    Preparing search index...

    Interface AIMessage

    Message in the chat format

    interface AIMessage {
        role: "system" | "user" | "assistant";
        content: string;
    }
    Index

    Properties

    Properties

    role: "system" | "user" | "assistant"
    content: string