-
Notifications
You must be signed in to change notification settings - Fork 165
Feature/con gen to main #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
chore: merge dev into main
fix: removed SecurityControl
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
chore: Merge Dev to Main
…ate logging messages
ci: Integrated Smoke Testing Automation
chore: merging dev changes to main
… Azure setup actions
ci: fix pipeline vulnerabilities
chore: dev to main
chore: Dev to main
ci: fixed Pipeline failures
fix: Resolved the issue with dev container
Merge branch 'main' into feature/con-gen-to-main # Conflicts: # .devcontainer/devcontainer.json # README.md # tests/e2e-test/pages/browsePage.py # tests/e2e-test/pages/draftPage.py # tests/e2e-test/pages/generatePage.py # tests/e2e-test/tests/conftest.py
Deleted TRANSITION_DOCUMENT.md and tests/e2e-test/tests/test_st_docgen_tc.py to clean up documentation and end-to-end test artifacts from the repository.
Expanded the scope limitations to include elections in the list of restricted topics and clarified that only questions about creating marketing content for retail campaigns are allowed.
Added explicit instruction to not respond to requests unrelated to creating marketing content for retail campaigns. This reinforces the strict scope limitations for the backend orchestrator.
Introduces a new RAI agent with strict safety and scope classification instructions to the orchestrator. The agent is invoked during brief parsing to block unsafe or out-of-scope requests, supplementing the existing regex-based filter. Errors from the RAI agent are logged but do not block processing of legitimate requests.
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
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information