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 b2d5a18 commit 0b64e5fCopy full SHA for 0b64e5f
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java
@@ -502,9 +502,6 @@ public OrchestrationChatResponse templateFromPromptRegistryById(@Nonnull final S
502
@Nonnull
503
public OrchestrationChatResponse templateFromPromptRegistryByScenario(
504
@Nonnull final String topic) {
505
- final var llmWithImageSupportConfig =
506
- new OrchestrationModuleConfig().withLlmConfig(GPT_4O_MINI);
507
-
508
val template = TemplateConfig.reference().byScenario("test").name("test").version("0.0.1");
509
val configWithTemplate = config.withTemplateConfig(template);
510
0 commit comments