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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@
18
18
Interfaces with only one implementation were reduced.
19
19
As a result, the accessors for fields `OrchestrationModuleConfig.inputTranslationConfig` and `OrchestrationModuleConfig.outputTranslationConfig` now handle the implementing class explicitly.
20
20
The same applies to helper methods `DpiMasking#createConfig()` and `MaskingProvider#createConfig()`.
21
-
The method `createConfig()` is removed from all `ContentFilter` types and replaced by `createInputFilterConfig()` and `createOutputFilterConfig()`.
21
+
-[Orchestration] The method `createConfig()` is removed from all `ContentFilter` types and replaced by `createInputFilterConfig()` and `createOutputFilterConfig()`.
22
+
22
23
23
24
### ✨ New Functionality
24
25
25
-
-
26
+
-[Orchestration]`promptShield` available in `AzureContentFilter` for input filtering.
0 commit comments