-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression with Azure OpenAI content filtering metadata
Resolved an issue where Azure OpenAI content filtering metadata was not being handled correctly due to recent refactoring. The previous fix was incorrectly applied to the `WrappedAnthropicClient` instead of the `WrappedOpenAIClient`. This update moves the necessary checks and processing for `content_filter_results` to the correct class, ensuring proper handling of content filtering metadata.
- Loading branch information
1 parent
bbb827f
commit 44824c1
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters