type AIFileSource =
| {type: "inline", data: Blob | ArrayBuffer | Uint8Array, }
| {type: "url", url: string, }
| {type: "path", path: string, }
type AIFileSource =
| {type: "inline", data: Blob | ArrayBuffer | Uint8Array, }
| {type: "url", url: string, }
| {type: "path", path: string, }