PersistentAI API Documentation / @persistent-ai/fireflow-nodes / VfsFileUploader
Type Alias: VfsFileUploader()
VfsFileUploader = (
base64,mimeType) =>Promise<string>
Defined in: packages/fireflow-nodes/src/nodes/ai/gemini/gemini-part-converters.ts:37
Function type for uploading binary data to VFS and returning an ff:// URI. Used when converting API response parts to message parts with VFS storage.
Parameters
base64
string
mimeType
string
Returns
Promise<string>