@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ProjectChatMessage

    Chat message object

    interface ProjectChatMessage {
        id: string;
        chat_id: string;
        role: "system" | "user" | "assistant";
        content: string;
        created_at: string;
    }
    Index

    Properties

    id: string
    chat_id: string
    role: "system" | "user" | "assistant"
    content: string
    created_at: string