Merged
Conversation
Added authentication instructions for Azure in VS Code Web.
--- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.4.20260107 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-deps ... Signed-off-by: dependabot[bot] <support@github.com>
…d chart generation
…edge-Mining-Solution-Accelerator into pk-km-inconsistentresponce
Avijit-Microsoft
approved these changes
Jan 19, 2026
…lecom smoke test to fix codeql issue
Avijit-Microsoft
approved these changes
Jan 19, 2026
Contributor
|
🎉 This PR is included in version 3.17.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request introduces several improvements and refactorings across CI/CD configuration, prompt handling logic, Python dependencies, and end-to-end test infrastructure. The most significant changes are grouped below.
CI/CD and Dependabot automation:
pipdependency update configuration for Python index scripts in.github/dependabot.yml, targeting thedependabotchangesbranch and limiting to 10 open PRs.maintodependabotchanges, ensuring PRs land on the correct branch for grouped updates.Prompt logic and agent behavior:
Test infrastructure and code quality:
base.py): removed excessive logging, streamlined thevalidate_response_statusmethod for clarity, and ensured proper payload formatting and response checking.config/constants.pyto support both telecom and IT helpdesk prompts, with backward compatibility for thequestionsalias.HomePagepage object: added avalidate_response_textmethod to assert on invalid responses, reworked chat interaction logic for reliability, and improved chat history management and UI waits.Dependency updates:
types-requestsandaiohttpPython dependencies to the latest versions inrequirements.txt.Documentation:
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information