Skip to main content

AIAttachment

AIAttachment = { data: Blob; type: "image"; } | { data: Blob; title?: string; type: "document"; }

Defined in: js-api/src/ai.ts:34