> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# send - 文件发送

> 向用户发送文件

向用户发送文件（图片、视频、音频、文档等），当用户明确要求发送/分享文件时使用。

## 依赖

无额外依赖，默认可用。

## 参数

| 参数        | 类型     | 必填 | 说明                      |
| --------- | ------ | -- | ----------------------- |
| `path`    | string | 是  | 文件路径，可以是绝对路径或相对于工作空间的路径 |
| `message` | string | 否  | 附带的消息说明                 |

## 使用场景

* 将生成的代码或文档发送给用户
* 发送截图、图表
* 分享下载的文件
