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: sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/SpringAiAgenticWorkflowController.java
@@ -39,32 +49,26 @@ public ChatResponse runAgent(String userInput) {
39
49
options.setInternalToolExecutionEnabled(true);
40
50
41
51
// Prompts for the chain workflow
42
-
List<String> systemPrompts =
52
+
finalList<String> systemPrompts =
43
53
List.of(
44
54
"You are a traveling planning agent for a single day trip. Where appropriate, use the provided tools. First, start by suggesting some restaurants for the mentioned city.",
45
55
"Now, check the whether for the city.",
46
56
"Finally, combine the suggested itinerary from this conversation into a short, one-sentence plan for the day trip.");
0 commit comments