docs: 修 Issue #8 列出的 P0/P1 问题 — workflow 格式、registry 引用、错误 CLI 命令
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
### 常见错误
|
||||
|
||||
Reference in New Issue
Block a user