SongGuess
    Preparing search index...
    type FunctionMessage = {
        content: string;
        name: string;
        role: "function";
    }
    Index

    Properties

    Properties

    content: string
    name: string
    role: "function"