providerplaneai
    Preparing search index...

    Interface contract for ClientFilePart.

    interface ClientFilePart {
        base64?: string;
        filename?: string;
        mimeType?: string;
        type: "file";
        url?: string;
    }
    Index

    Properties

    base64?: string
    filename?: string
    mimeType?: string
    type: "file"
    url?: string