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 286d6b1 commit 3544082Copy full SHA for 3544082
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