SongGuess
    Preparing search index...

    A single message in a conversation-style search or chat request.

    type AiSearchMessage = {
        content: string | null;
        role: "system" | "developer" | "user" | "assistant" | "tool";
    }
    Index

    Properties

    Properties

    content: string | null
    role: "system" | "developer" | "user" | "assistant" | "tool"