✨ feat: 整体更新同步
This commit is contained in:
@@ -99,7 +99,7 @@ partition "阶段2: 任务优化" {
|
||||
|
||||
partition "阶段3: 待定项处理" {
|
||||
if (有待定项?) then (是)
|
||||
:aide decide '<json>';
|
||||
:aide decide submit '<json>';
|
||||
:告知用户访问链接;
|
||||
:aide decide result;
|
||||
:aide flow next-step "用户完成待定项确认";
|
||||
@@ -163,7 +163,7 @@ stop
|
||||
|
||||
**处理流程**:
|
||||
1. 准备待定项 JSON 数据
|
||||
2. 调用 `aide decide '<json>'` 启动 Web 服务
|
||||
2. 调用 `aide decide submit '<json>'` 启动 Web 服务
|
||||
3. 告知用户访问链接进行确认
|
||||
4. 调用 `aide decide result` 获取决策结果
|
||||
|
||||
@@ -228,7 +228,7 @@ aide config get task.source
|
||||
|
||||
**命令**:
|
||||
```bash
|
||||
aide decide '<json数据>'
|
||||
aide decide submit '<json数据>'
|
||||
aide decide result
|
||||
```
|
||||
|
||||
|
||||
@@ -298,11 +298,11 @@ aide flow 会自动校验环节跳转是否合理:
|
||||
|
||||
**用途**:通过 Web 界面处理待定项确认
|
||||
|
||||
#### aide decide(提交数据)
|
||||
#### aide decide submit(提交数据)
|
||||
|
||||
**语法**:
|
||||
```
|
||||
aide decide '<json数据>'
|
||||
aide decide submit '<json数据>'
|
||||
```
|
||||
|
||||
**输入格式**:见 [数据格式文档](../../../../aide-program/docs/formats/data.md)
|
||||
@@ -397,7 +397,7 @@ aide flow next-step "任务分析完成"
|
||||
aide flow next-step "任务优化完成,生成待定项"
|
||||
|
||||
# 处理待定项
|
||||
aide decide '{"task":"...", "items":[...]}'
|
||||
aide decide submit '{"task":"...", "items":[...]}'
|
||||
aide decide result
|
||||
|
||||
aide flow next-step "用户完成待定项确认"
|
||||
|
||||
Reference in New Issue
Block a user