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 cf59964 commit 2293fdcCopy full SHA for 2293fdc
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/controllers/OrchestrationController.java
@@ -193,7 +193,7 @@ Object llamaGuardInputFiltering(
193
var msg =
194
"[Http %d] Failed to obtain a response as the content was flagged by input filter. "
195
.formatted(e.getStatusCode());
196
- if(e.getLlamaGuard38b() != null){
+ if (e.getLlamaGuard38b() != null) {
197
msg += " Violent crimes are %s".formatted(e.getLlamaGuard38b().isViolentCrimes());
198
}
199
log.debug(msg, e);
0 commit comments