github-actions
released this
30 Nov 00:45
·
16 commits
to main
since this release
Patch Changes
-
#6211
9ab56f499f4596062fe4614a016efc3dfc88ef03
Thanks @dbanksdesign! - feat(ai) add attachment validationsThe current limitations on the Amplify AI kit for attachments is 400kb (of base64'd size) per image, and 20 images per message are now being enforced before the message is sent.
These limits can be adjusted via props as well.<AIConversation maxAttachments={2} maxAttachmentSize={100_000} // 100,000 bytes or 100kb />