SongGuess
    Preparing search index...
    type SystemMessage = {
        content: string | { text: string; type: "text" }[];
        name?: string;
        role: "system";
    }
    Index

    Properties

    Properties

    content: string | { text: string; type: "text" }[]
    name?: string
    role: "system"