We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add6945 commit 62e590cCopy full SHA for 62e590c
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/OrchestrationTest.java
@@ -381,8 +381,7 @@ void testLocalPromptTemplate() throws IOException {
381
@Test
382
void testStreamingErrorHandlingTemplate() {
383
val template = Message.user("Bad template: {{?language!@#$}}");
384
- val templatingConfig =
385
- TemplateConfig.create().withMessages(template);
+ val templatingConfig = TemplateConfig.create().withMessages(template);
386
val configWithTemplate = config.withTemplateConfig(templatingConfig);
387
val inputParams = Map.of("language", "German");
388
val prompt = new OrchestrationPrompt(inputParams);
0 commit comments