Attachments and Media Generation
Configure Agent file attachments, reference images, and image and video generation
Attachments give the Agent user assets; media generation lets the Agent call authorized image or video models. Both must be explicitly enabled.
Configure Attachments
Enable attachments in the Agent's Orchestration > Files & Images. Default limits:
| Item | Default | Configurable range |
|---|---|---|
| Single file size | 10MB | 1KB-50MB |
| Files per message | 5 | 1-10 |
| Parsed content per file | 100,000 characters | 1,000-500,000 |
| Truncation strategy | end (keep the beginning) | end, start, middle |
Default extensions include PDF, Word, PowerPoint, Excel, TXT, Markdown, CSV, JSON, and HTML. Attachments are saved as Assets; the full text is not automatically injected into the conversation. The Agent calls the parsing capability on demand. Images go directly to the model only when the chat model supports vision.
Configure Image Generation
- Turn on Image Generation and select an image model, or use the system default model.
- The default size is
1024×1024, with width and height ranging256-4096. - A single run generates up to
4images by default, configurable from1-10. - Allow Reference Images is on by default; keep it on when editing or reference-based generation is needed.
Configure Video Generation
- Turn on Video Generation and select a video model.
- The default duration is
5seconds and the default single-run maximum is10seconds; both range from1-30seconds. - The default aspect ratio is
16:9. - The status polling interval defaults to
3000msand the synchronous wait cap defaults to120seconds. After a timeout, a task may return a still-processing status rather than a failure.

Security and Failure Handling
- Image/video models must be authorized for the team and enabled.
- Reference images and generated artifacts are subject to Asset access control; do not copy unauthorized internal download URLs.
- Files that are too large, disallowed extensions, or insufficient vision capability return clear errors before sending or from the backend.
- When a video provider task fails, check the tool results and provider errors in the Agent logs.
How is this guide?