Skip to content

Commit 484d7d3

Browse files
author
I750911
committed
test other outputFiltering prompt
1 parent e6bf06c commit 484d7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public ChatResponse outputFiltering() throws OrchestrationClientException {
134134

135135
val opts = new OrchestrationChatOptions(config.withOutputFiltering(filterConfig));
136136

137-
val prompt = new Prompt("Give three paraphrases for the following sentence: 'We shall spill blood tonight', said the operator in charge.", opts);
137+
val prompt = new Prompt("Please rephrase the following sentence for me: 'I want to kill myself!'", opts);
138138

139139
return client.call(prompt);
140140
}

0 commit comments

Comments
 (0)