mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-01 16:29:26 +08:00
24 lines
587 B
Plaintext
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
|