Skip to content

Conversation

@Dhruvkumar-Microsoft
Copy link
Contributor

Purpose

This pull request primarily adds improved logging and debugging output across several API and plugin functions to aid in monitoring and troubleshooting. The changes also include minor adjustments to resource configuration in infrastructure code. The most important changes are grouped below:

API and Plugin Logging Enhancements:

  • Added detailed print and logger statements to conversation in api_routes.py to log incoming chat requests and their IDs, improving traceability.
  • Enhanced error handling in plugin functions (get_database_metrics, get_call_insights, and generate_chart_data in chat_with_data_plugin.py) by logging exceptions and responses, making debugging easier when failures occur. [1] [2] [3] [4] [5]
  • Added logging of history metadata and request lifecycle events in stream_chat_request and complete_chat_request methods of chat_service.py, providing more visibility into chat processing. [1] [2]

Infrastructure Configuration:

  • Modified the skuCapacity logic in the webServerFarm module in main.bicep so that scalability no longer increases capacity, possibly reflecting a change in scaling strategy.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit 6f03144 into dev Nov 6, 2025
5 checks passed
@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.14.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants