Generated Files and Media Previews in Chat

When the Agent delivers files in Chat, it usually includes a link. Eazo previews common types directly in the Chat conversation area, so you do not need to switch to the Files panel first.

Image and video files

Images the Agent generates (PNG, JPG, WebP, and similar) and video files (MP4, WebM, and similar) appear as preview cards in Chat. Multiple images are grouped into a gallery that you can switch between grid and slideshow views. Click an image to zoom, rotate, or download it.

The Agent usually attaches sandbox file paths with ![caption](file://…).

Audio, web pages, and documents

The following types appear as separate preview cards:

Type Examples Preview
Audio MP3, WAV, and similar Playback controls; open in a new tab
Web pages HTML iframe preview
Markdown .md Rendered document
JSON .json Formatted with syntax highlighting
Source and config JS, TS, CSS, YAML, CSV, TXT, and similar Syntax highlighting
PDF .pdf Paginated reader
3D models .glb Rotatable, zoomable 3D viewer

Online video links

Web video links from YouTube, Bilibili, Douyin, Vimeo, TikTok, X (Twitter), Dailymotion, and similar platforms play inline in Chat. You do not need to download them as MP4 first.

Put the link on its own line, for example:

![Product demo](https://www.youtube.com/watch?v=…)

The [title](https://…) form also works.

View files in the Files panel

Files still lets you browse the full file tree. Source files open in the editor; images, videos, PDFs, audio, and 3D models also support inline preview there, which is useful when you need the directory structure or continuous viewing.

Link did not become a preview?

  • Put the link on its own line using Markdown [title](url) or ![title](url) format.
  • Sandbox file paths should be under /workspace/…; some temporary paths (such as /tmp/…) may not be readable.
  • For short links from platforms such as Douyin (for example v.douyin.com/…), expand them to the full douyin.com/video/… page URL first.
  • Archives (ZIP), spreadsheet files (XLSX), and similar types still appear as plain links. Open or download them from the Files panel.