providerplaneai
    Preparing search index...
    ClientFileInputSource:
        | File
        | Blob
        | Buffer
        | Uint8Array
        | ArrayBuffer
        | NodeJS.ReadableStream
        | string

    Generic file/binary input source supported across browser and Node runtimes.

    Notes:

    • Browser: File/Blob
    • Node: Buffer/Uint8Array/ArrayBuffer/Readable stream
    • Some providers may also accept local file paths, remote URLs, or data URLs