You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Structure output to enhance the result of data collection (alibaba#1672)
* feat(controller): refactor saveToVersionHistory method to handle plan ID extraction and JSON parsing
feat(model): add autogenerated ID field to PlanTemplate entity
feat(interface): add getPlanId and setPlanId methods to PlanInterface
fix(yml): enable H2 console for easier database access
* 修复前端bug
* build ui
* javaformat
---------
Co-authored-by: rainerWJY <answeropensource@alibabacloud.com>
Copy file name to clipboardExpand all lines: spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/planning/controller/PlanTemplateController.java
+88-27Lines changed: 88 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ public ResponseEntity<Map<String, Object>> generatePlan(@RequestBody Map<String,
Copy file name to clipboardExpand all lines: spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/planning/model/po/PlanTemplate.java
Copy file name to clipboardExpand all lines: spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/planning/model/vo/AbstractExecutionPlan.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,6 @@ public void setPlanId(String planId) {
Copy file name to clipboardExpand all lines: spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/planning/model/vo/PlanInterface.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,10 @@ public interface PlanInterface {
0 commit comments