Skip to content

Commit 54bb23e

Browse files
committed
Formatting
1 parent 74a1f21 commit 54bb23e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ public OrchestrationChatResponse localPromptTemplate(@Nonnull final String promp
536536
}
537537

538538
public OrchestrationChatResponse translation() {
539-
val prompt = new OrchestrationPrompt("Quelle est la couleur de la tour Eiffel? Et en quelle langue tu me parles maintenant?");
539+
val prompt =
540+
new OrchestrationPrompt(
541+
"Quelle est la couleur de la tour Eiffel? Et en quelle langue tu me parles maintenant?");
540542
// list of supported language pairs
541543
// https://help.sap.com/docs/translation-hub/sap-translation-hub/supported-languages?version=Cloud#translation-provider-sap-machine-translation
542544
val configWithTranslation =

0 commit comments

Comments
 (0)