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
feat: changed InteractiveHTMLController.buildInteractiveHTML parameter
1. InteractiveHTMLController. buildInteractiveHTML method parameter changed from ReportId to ThreadId
2. Enhance code logic and add verification to check if report data is empty
Co-authored-by: Gfangxin <29532977+Gfangxin@users.noreply.github.com>
Copy file name to clipboardExpand all lines: spring-ai-alibaba-deepresearch/src/main/java/com/alibaba/cloud/ai/example/deepresearch/controller/InteractiveHtmlController.java
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,25 @@ public class InteractiveHtmlController {
46
46
47
47
/**
48
48
* building an interactive html report(构建交互式HTML报告)
49
-
* @param reportId 报告ID
49
+
* @param threadId 线程ID
50
50
* @return Return a Flux stream containing events from the build
0 commit comments