docs: 修 Issue #8 列出的 P0/P1 问题 — workflow 格式、registry 引用、错误 CLI 命令

This commit is contained in:
Ubuntu
2026-07-13 16:59:55 +08:00
parent 9aac5267a3
commit 9a73f4d5c8
5 changed files with 10 additions and 11 deletions
+1 -2
View File
@@ -5,7 +5,6 @@
- **API:** https://suites.mercator.cn
- **API Key 获取:** https://auth.mercator.cn
- **API 文档:** https://suites.mercator.cn/docs
- **基础镜像:** `registry.mercator.cn/agentgis/gis-base:latest`
## 知识库(knowledge/
@@ -24,7 +23,7 @@ steps:
name: 我的步骤
script_id: run # ✅ script_id: run,不是 script: run.py
params:
input: "${{inputs.input_path}}" # ✅ 双花括号
input: $params.input_path # ✅ 使用 $params.xxx
```
### 常见错误