Skip to content

Commit 03312a7

Browse files
committed
Fixed chat template
1 parent 3dd7d90 commit 03312a7

File tree

6 files changed

+1758
-3
lines changed

6 files changed

+1758
-3
lines changed

samples/quality-assurance/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
public class WebViewController {
88
@GetMapping("/")
99
public String index() {
10-
return "chat-working";
10+
return "chat";
1111
}
1212
}

0 commit comments

Comments
 (0)