-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ObservationRegistry support to ChatClient
- Implement observable chat responses in DefaultChatClient - Add ChatClientObservationContext and related classes for metrics - Update ChatClient and builder methods to support ObservationRegistry - Enhance RequestResponseAdvisor with getName() method - Add ChatClient streaming observability support - Introduce ChatClientObservationDocumentation for metric key names - Create DefaultChatClientObservationConvention for implementing conventions - Add ChatClientInputContentObservationFilter for optional input content logging - Update ChatClientAutoConfiguration to include new observation components - Extend ChatClientBuilderProperties with observation configuration options - Add unit tests for new observation classes and configurations - Update AiOperationType and AiProvider enums with new values - Implement safeguards and warnings for sensitive data in observations Resolves #1206
- Loading branch information
Showing
17 changed files
with
1,035 additions
and
23 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
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
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
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
Oops, something went wrong.