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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,13 @@
16
16
17
17
### ✨ New Functionality
18
18
19
-
-
19
+
-[Core] Added `ClientExceptionFactory` interface to provide custom exception mapping logic for different service clients.
20
+
- Extend `OpenAiClientException` and `OrchestrationClientException` to retrieve error diagnostics information received from remote service using `getErrorResponse`.
21
+
-[Orchestration] Introduced filtering related exceptions along with convenience methods to obtain additional contextual information.
22
+
-`OrchestrationInputFilterException` for prompt filtering and `OrchestrationOutputFilterException` for response filtering.
23
+
-`getFilterDetails()`: Returns a map of all filter details.
24
+
-`getAzureContentSafetyInput()` and `getAzureContentSafetyInput()` : Returns Azure Content Safety filter scores
0 commit comments