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 30dbba9 commit cf19525Copy full SHA for cf19525
orchestration/src/main/java/com/sap/ai/sdk/orchestration/TranslationConfig.java
@@ -46,8 +46,7 @@ SAPDocumentTranslationInput createSAPDocumentTranslationInput() {
46
class Output implements TranslationConfig {
47
String targetLanguage;
48
49
- @With
50
- String sourceLanguage;
+ @With String sourceLanguage;
51
52
@Nonnull
53
SAPDocumentTranslationOutput createSAPDocumentTranslationOutput() {
0 commit comments