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
fix(jmanus): datatoolong for plan execution / header for mysql (alibaba#1832)
* fix(entity): update PlanExecutionRecord column definition to longtext for larger data storage
* fix(entity): update headers column definition to VARCHAR(2024) for better data handling
* fix(entity): update headers column definition to VARCHAR(2048) for improved data capacity
---------
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/dynamic/model/entity/DynamicModelEntity.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public class DynamicModelEntity {
Copy file name to clipboardExpand all lines: spring-ai-alibaba-jmanus/src/main/java/com/alibaba/cloud/ai/example/manus/recorder/entity/PlanExecutionRecordEntity.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public class PlanExecutionRecordEntity {
0 commit comments