Skip to content

Commit 0f19350

Browse files
Update orchestration/src/main/java/com/sap/ai/sdk/orchestration/TranslationConfig.java
Co-authored-by: Jonas-Isr <[email protected]>
1 parent 7ae703a commit 0f19350

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/TranslationConfig.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@
2323
public interface TranslationConfig {
2424
/** Input configuration for translation. */
2525
@Value
26-
@With
2726
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
2827
class Input implements TranslationConfig {
29-
@With(AccessLevel.NONE)
3028
String targetLanguage;
3129

30+
@With
3231
String sourceLanguage;
3332

34-
@With(AccessLevel.NONE)
3533
Object ApplyTo; // Can be null
3634

3735
@Nonnull

0 commit comments

Comments
 (0)