- Implementation
- AgentMediaCard Props
- MediaAttachment
Common Examples
Pass oneMediaAttachment through media. Documents render a compact
metadata row; images, video, and audio render their preview or player when
showPreview is true.showPreview={false} to collapse every kind to the document-row
treatment. The open-file action calls onDownload when provided; otherwise
it opens media.href in a new tab.Internationalization
AgentMediaCard owns ai-kit.agentMediaCard.download. Media playback uses
the ai-kit.mediaAttachment.* messages. Localize fileName,
fileTypeLabel, and error before passing them.React Accessibility
- Image previews use
alt, falling back tofileName. - Video and audio expose localized media controls.
- The open-file action renders only when
onDownloadormedia.hrefexists.