read_file
Reads text files from the ant-design repository by specifying a file path and optional branch, tag, or commit SHA to retrieve content.
Instructions
实时读取 ant-design/ant-design 仓库中的文本文件内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | 分支、tag 或 commit SHA | master |
| path | Yes | 文件路径,例如 components/button/button.tsx |