From 08a3aeef919f302e01751308d60d4fe6ea5c207f Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 17:08:08 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20skill=20CLI=20?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suites-help/开发者指南/快速开始.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suites-help/开发者指南/快速开始.md b/suites-help/开发者指南/快速开始.md index c4b0c70..46cd6e5 100644 --- a/suites-help/开发者指南/快速开始.md +++ b/suites-help/开发者指南/快速开始.md @@ -68,7 +68,7 @@ print(json.dumps(result)) ## 第四步:测试 ```bash -agc run --inputs '{"message": "测试"}' +agc run --inputs '{"message": "测试"}' ``` 或直接提交任务到 API: @@ -76,7 +76,7 @@ agc run --inputs '{"message": "测试"}' ```bash curl -X POST https://suites.mercator.cn/api/v1/task \ -H "Authorization: Bearer mk_xxxx" \ - -d '{"skill_id": "...", "inputs": {"message": "测试"}}' + -d '{"suite_id": "...", "inputs": {"message": "测试"}}' ``` ## 第五步:发布