diff --git a/samples/quality-assurance/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java b/samples/quality-assurance/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java index 0dcef751..09ae5e05 100644 --- a/samples/quality-assurance/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java +++ b/samples/quality-assurance/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java @@ -7,6 +7,6 @@ public class WebViewController { @GetMapping("/") public String index() { - return "chat-working"; + return "chat"; } } diff --git a/samples/quality-assurance/ai-agent/src/main/resources/templates/chat-working.html b/samples/quality-assurance/ai-agent/src/main/resources/templates/chat-working.html new file mode 100644 index 00000000..10be7942 --- /dev/null +++ b/samples/quality-assurance/ai-agent/src/main/resources/templates/chat-working.html @@ -0,0 +1,585 @@ + + + + + + AI Agent + + + + + + +
+ +
+
+
+

🤖 AI Agent

+
+ +
+

Chat with our AI Agent to help you with your questions!

+
+ + +
+
+
+
+ 🤖 +
+
+

Welcome to the AI Agent! How can I help you today?

+
+
+ +
+ + +
+
+ + + + +
+
+
+
+ + +
+ × + +
+ + + + \ No newline at end of file diff --git a/samples/security/apikey/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java b/samples/security/apikey/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java index 0dcef751..09ae5e05 100644 --- a/samples/security/apikey/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java +++ b/samples/security/apikey/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java @@ -7,6 +7,6 @@ public class WebViewController { @GetMapping("/") public String index() { - return "chat-working"; + return "chat"; } } diff --git a/samples/security/apikey/ai-agent/src/main/resources/templates/chat-working.html b/samples/security/apikey/ai-agent/src/main/resources/templates/chat-working.html new file mode 100644 index 00000000..10be7942 --- /dev/null +++ b/samples/security/apikey/ai-agent/src/main/resources/templates/chat-working.html @@ -0,0 +1,585 @@ + + + + + + AI Agent + + + + + + +
+ +
+
+
+

🤖 AI Agent

+
+ +
+

Chat with our AI Agent to help you with your questions!

+
+ + +
+
+
+
+ 🤖 +
+
+

Welcome to the AI Agent! How can I help you today?

+
+
+ +
+ + +
+
+ + + + +
+
+
+
+ + +
+ × + +
+ + + + \ No newline at end of file diff --git a/samples/security/oauth/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java b/samples/security/oauth/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java index 0dcef751..09ae5e05 100644 --- a/samples/security/oauth/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java +++ b/samples/security/oauth/ai-agent/src/main/java/com/example/ai/agent/controller/WebViewController.java @@ -7,6 +7,6 @@ public class WebViewController { @GetMapping("/") public String index() { - return "chat-working"; + return "chat"; } } diff --git a/samples/security/oauth/ai-agent/src/main/resources/templates/chat-working.html b/samples/security/oauth/ai-agent/src/main/resources/templates/chat-working.html new file mode 100644 index 00000000..10be7942 --- /dev/null +++ b/samples/security/oauth/ai-agent/src/main/resources/templates/chat-working.html @@ -0,0 +1,585 @@ + + + + + + AI Agent + + + + + + +
+ +
+
+
+

🤖 AI Agent

+
+ +
+

Chat with our AI Agent to help you with your questions!

+
+ + +
+
+
+
+ 🤖 +
+
+

Welcome to the AI Agent! How can I help you today?

+
+
+ +
+ + +
+
+ + + + +
+
+
+
+ + +
+ × + +
+ + + + \ No newline at end of file