Documentation / @agentick/client / AttachmentSource
Type Alias: AttachmentSource ​
AttachmentSource = {
data:string;mimeType?:string;type:"base64"; } | {mimeType?:string;type:"url";url:string; }
Defined in: client/src/chat-types.ts:17