Skip to content

Commit c6ee0fa

Browse files
yifancongCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 881095c commit c6ee0fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/document/docs/zh/guide/start

packages/document/docs/zh/guide/start/ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ rsdoctor-agent <group> <subcommand> --data-file <path>
5454
**说明:**
5555

5656
- `rsdoctor-agent --help`:查看命令帮助信息,包括可用子命令、参数说明和示例。
57-
- `rsdoctor-agent list`列出当前可用的工具名称,便于确认后续 `query` 可使用的 `<tool-name>`
57+
- `rsdoctor-agent list`列出当前可用的直接子命令(如 `group subcommand` / `group.subcommand`),便于了解可直接执行的分组命令
5858
- `rsdoctor-agent query <tool-name> --data-file <path> [--input <json>]`:调用指定工具并返回结果。
59-
- `<tool-name>`要调用的工具名称
59+
- `<tool-name>`要调用的 catalog tool name(例如 `packages_duplicates`),不是 `rsdoctor-agent list` 输出的分组子命令名称
6060
- `--data-file <path>`:Rsdoctor 分析数据文件路径(必填)。
6161
- `[--input <json>]`:可选,向工具传入额外输入参数(JSON 字符串)。
6262
- `rsdoctor-agent <group> <subcommand> --data-file <path>`:直接执行分组命令,适合交互式分析。

0 commit comments

Comments
 (0)