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
Copy file name to clipboardExpand all lines: samples/sample-mcp-client-webflux/src/main/java/org/springaicommunity/mcp/security/sample/client/DemoController.java
Copy file name to clipboardExpand all lines: samples/sample-mcp-client/src/main/java/org/springaicommunity/mcp/security/sample/client/DemoController.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ String index(String query) {
47
47
varchatResponse = chatClient.prompt("""
48
48
What is the weather in %s right now?
49
49
Compare to historical data over the past 5 years.
50
+
Tell me if it is within the usual range.
50
51
Format the output in plain HTML, no CSS.""".formatted(query))
0 commit comments