What problem does it solve?
Removes friction in delivering local files to users' mobile devices or cloud storage by uploading files to Tencent SMH and returning a pre-rendered, server-generated message so the AI never constructs or mangles file URLs.
Core Features & Use Cases
- Single-file upload with a required default conflictStrategy of "ask" so the user explicitly chooses overwrite/rename/cancel when a name collision occurs.
- Batch upload (2+ files) that returns a single pre-rendered summary message for all results to avoid multi-response assembly.
- Anti-hallucination guardrails: always output the server's message field verbatim; never reconstruct or modify URLs from raw fields.
- Large-file support via chunked/multipart uploads, no artificial file-size limit, and cross-platform port configuration through AUTH_GATEWAY_PORT.
- Use cases: send a task output or export to the user's phone, back up working files to cloud storage, or deliver generated artifacts to another device.
Quick Start
Upload the local file /path/to/report.pdf to Tencent SMH and return the server's pre-rendered message verbatim.