-
Notifications
You must be signed in to change notification settings - Fork 5k
UI update/display features and limitations on homepage #2035
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
Closed
adamhindry
wants to merge
47
commits into
Azure-Samples:main
from
cinzlab:ui-update/display-features-and-limitations-on-homepage
Closed
UI update/display features and limitations on homepage #2035
adamhindry
wants to merge
47
commits into
Azure-Samples:main
from
cinzlab:ui-update/display-features-and-limitations-on-homepage
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
Refactor code in Chat component
…estions prompt in ChatApproach
…estions prompt in ChatApproach
…ser engagement and clarity
… markdown formatting for natural language responses
…dependencies, and upgrade vite to version 5.4.6
…ved readability Revert changes made by VSCode/Copilot
Update prompt to limit responses to indexed data.
Removing block from going outside sources from user prompt, it's been moved to the main prompt
tweaking limits down for token usage - needs testing
Tweaking/aligning to main approach.py
Adjustment to prompt to refine: - Using source index only - Table formatting - Clarifying questions
- Refactored the chat approach code in `chatapproach.py` to improve readability and maintainability. - Updated the assistant's prompts to provide a more informative introduction about GovGPT and its role as a New Zealand Government chat companion. Closes Azure-Samples#123
Update ExmapleList to reflect changes few_shots
Added CI context for this branch.
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 adds examples, features and limitations modals to the home screen. These are dynamically drawn from lists.
Does this introduce a breaking change?
To my knowledge this does not break anything and works with all screen types.
Does this require changes to learn.microsoft.com docs?
This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.
Type of change
Code quality checklist
See CONTRIBUTING.md for more details.
python -m pytest
).python -m pytest --cov
to verify 100% coverage of added linespython -m mypy
to check for type errorsruff
andblack
manually on my code.