Skip to content

Commit 3544082

Browse files
committed
Formatting
1 parent 286d6b1 commit 3544082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services/OrchestrationService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ public OrchestrationChatResponse outputFiltering(@Nonnull final AzureFilterThres
165165
@Nonnull
166166
public OrchestrationChatResponse llamaGuardInputFilter(final boolean filter)
167167
throws OrchestrationClientException {
168-
val prompt = new OrchestrationPrompt("'We shall spill blood tonight', said the operation in-charge.");
168+
val prompt =
169+
new OrchestrationPrompt("'We shall spill blood tonight', said the operation in-charge.");
169170

170171
// values not set are disabled by default
171172
val config =

0 commit comments

Comments
 (0)