Skip to content

Commit 7b631c1

Browse files
committed
Release notes
1 parent 180d337 commit 7b631c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/release_notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616

1717
### ✨ New Functionality
1818

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
25+
- `getLlamaGuard38b()`: Returns LlamaGuard filter scores
2026

2127
### 📈 Improvements
2228

0 commit comments

Comments
 (0)