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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@
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`.
20
+
- Extend `OpenAiClientException` and `OrchestrationClientException` to retrieve error diagnostics information received from remote service.
21
+
New available accessors for troubleshooting: `getErrorResponse()`, `getHttpResponse()` and , `getHttpRequest()`.
22
+
Please note: depending on the error response, these methods may return `null` if the information is not available.
21
23
-[Orchestration] Introduced filtering related exceptions along with convenience methods to obtain additional contextual information.
22
24
-`OrchestrationInputFilterException` for prompt filtering and `OrchestrationOutputFilterException` for response filtering.
23
25
-`getFilterDetails()`: Returns a map of all filter details.
0 commit comments