Python: Improve exception handling for ChatKit demo#2337
Merged
eavanvalkenburg merged 1 commit intomicrosoft:mainfrom Nov 20, 2025
Merged
Python: Improve exception handling for ChatKit demo#2337eavanvalkenburg merged 1 commit intomicrosoft:mainfrom
eavanvalkenburg merged 1 commit intomicrosoft:mainfrom
Conversation
TaoChenOSU
approved these changes
Nov 20, 2025
peibekwe
approved these changes
Nov 20, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR improves exception handling in the ChatKit integration demo by sanitizing error messages returned to clients while maintaining detailed logging for debugging purposes.
Key Changes
- Removed trailing whitespace from line 253
- Updated error responses in
upload_fileandpreview_imageendpoints to return generic error messages instead of exposing internal exception details
eavanvalkenburg
approved these changes
Nov 20, 2025
arisng
pushed a commit
to arisng/agent-framework
that referenced
this pull request
Feb 2, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Improve exception handling message.
Description
Improve exception handling message.
Contribution Checklist