From 1d692e9f52d6c8b95b85d8df705d0dfe69b291ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:45:34 +0800 Subject: [PATCH] Delete tools/cat.yaml --- tools/cat.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tools/cat.yaml diff --git a/tools/cat.yaml b/tools/cat.yaml deleted file mode 100644 index 08c95c43..00000000 --- a/tools/cat.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: "cat" -enabled: true -command: "cat" -short_description: "读取并输出文件内容" -description: | - 读取文件内容并输出到标准输出。用于查看文件内容。 - - **使用场景:** - - 查看文本文件内容 - - 读取配置文件 - - 查看日志文件 - - **注意事项:** - - 如果文件很大,结果可能会被保存到存储中 - - 只能读取文本文件,二进制文件可能显示乱码 -parameters: - - name: "file" - type: "string" - description: "要读取的文件路径" - required: true - format: "positional" - position: 0