Files
chatgpt-on-wechat/docs/en/tools/send.mdx
2026-02-28 14:50:55 +08:00

24 lines
587 B
Plaintext

---
title: send - File Send
description: Send files to user
---
Send files to the user (images, videos, audio, documents, etc.), used when the user explicitly requests to send/share a file.
## Dependencies
No extra dependencies, available by default.
## Parameters
| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `path` | string | Yes | File path, can be absolute or relative to workspace |
| `message` | string | No | Accompanying message |
## Use Cases
- Send generated code or documents to the user
- Send screenshots, charts
- Share downloaded files