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": "测试"}}' ``` ## 第五步:发布