@themaximalist/llm.js
    Preparing search index...

    Interface GoogleMessage

    interface GoogleMessage {
        parts: (
            | { text?: string }
            | { inline_data?: { data: string; mime_type: string } }
        )[];
        role: "user" | "model";
    }
    Index

    Properties

    Properties

    parts: (
        | { text?: string }
        | { inline_data?: { data: string; mime_type: string } }
    )[]
    role: "user" | "model"