Skip to content

Commit b20488f

Browse files
committed
Update OrchestrationController
1 parent 07c621f commit b20488f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,5 @@ OrchestrationChatResponse grounding() {
242242
final var configWithGrounding = config.withGroundingConfig(groundingConfig);
243243

244244
return client.chatCompletion(prompt, configWithGrounding);
245-
// return client.chatCompletion(prompt, config);
246245
}
247246
}

0 commit comments

Comments
 (0)