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/secure-mcp-cmd-client-server/secure-mcp-cmd-client/src/main/java/io/quarkiverse/langchain4j/sample/PoemService.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
publicinterfacePoemService {
9
9
@UserMessage("""
10
10
Write a short 1 paragraph poem in {language} about a Java programming language.
11
-
Please start by greeting the currently logged in user by name and asking to enjoy reading the poem.""")
12
-
@McpToolBox("user-name")
11
+
Please use the service account name when creating the poem.""")
Copy file name to clipboardExpand all lines: samples/secure-mcp-cmd-client-server/secure-mcp-cmd-server/src/main/java/io/quarkiverse/langchain4j/sample/ServiceAccountNameRestClient.java
Copy file name to clipboardExpand all lines: samples/secure-mcp-cmd-client-server/secure-mcp-cmd-server/src/main/java/io/quarkiverse/langchain4j/sample/ServiceAccountNameRestServer.java
Copy file name to clipboardExpand all lines: samples/secure-mcp-cmd-client-server/secure-mcp-cmd-server/src/main/java/io/quarkiverse/langchain4j/sample/UserNameProvider.java
0 commit comments