You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,33 @@
5
5
### 🚧 Known Issues
6
6
7
7
- Breaking change:
8
-
-`ModuleResults.`
8
+
- two fields in `OrchestrationModuleConfig` changed:
9
+
-`inputTranslationConfig` is now of type `SAPDocumentTranslationInput`
10
+
-`outputTranslationConfig` is now of type `SAPDocumentTranslationOutput`
11
+
- when using `OrchestrationModuleConfig.withInputTranslationConfig()` and `OrchestrationModuleConfig.withOutputTranslationConfig()` consider the following diff:
12
+
```diff
13
+
var config = new OrchestrationModuleConfig("some prompt");
0 commit comments