Skip to content

Commit 2583f2c

Browse files
committed
Add/Update release note
1 parent 7f02ee2 commit 2583f2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/release_notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
### ✨ New Functionality
1818

1919
- [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.
2123
- [Orchestration] Introduced filtering related exceptions along with convenience methods to obtain additional contextual information.
2224
- `OrchestrationInputFilterException` for prompt filtering and `OrchestrationOutputFilterException` for response filtering.
2325
- `getFilterDetails()`: Returns a map of all filter details.

0 commit comments

Comments
 (0)