File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
sample-code/spring-app/src/main/java/com/sap/ai/sdk/app/services Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments