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.
2 parents 9f2ab89 + 3544082 commit 8e6128fCopy full SHA for 8e6128f
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java
@@ -165,7 +165,8 @@ public OrchestrationChatResponse outputFiltering(@Nonnull final AzureFilterThres
165
@Nonnull
166
public OrchestrationChatResponse llamaGuardInputFilter(final boolean filter)
167
throws OrchestrationClientException {
168
- val prompt = new OrchestrationPrompt("'We shall spill blood tonight', said the operation in-charge.");
+ val prompt =
169
+ new OrchestrationPrompt("'We shall spill blood tonight', said the operation in-charge.");
170
171
// values not set are disabled by default
172
val config =
0 commit comments