Update readme with Responsible AI and deployment notes#519
Open
riblack-microsoft wants to merge 5 commits intomasterfrom
Open
Update readme with Responsible AI and deployment notes#519riblack-microsoft wants to merge 5 commits intomasterfrom
riblack-microsoft wants to merge 5 commits intomasterfrom
Conversation
Added notes on Responsible AI and customer responsibilities for agent deployment.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the User Onboarding Agent template documentation to add guidance on Responsible AI context, platform security boundaries, and customer responsibilities when deploying/configuring the agent in their own tenant.
Changes:
- Added a “Note on Responsible AI” section.
- Documented Copilot Studio platform-level guardrails vs. what the template does not provide.
- Added a customer responsibility/deployment responsibility statement.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+278
to
+283
| This agent template is provided as a starting point for building agents with Microsoft Copilot Studio. It does not represent a deployed or managed Microsoft service and is intended to be configured, extended, and operated by customers within their own tenant. Microsoft Copilot Studio enforces a set of platform‑level security, privacy, and Responsible AI guardrails, including but not limited to: | ||
| - isolation boundaries between tenants, | ||
| - prompt‑injection and misuse protections, | ||
| - Responsible AI safeguards and policy enforcement. | ||
|
|
||
| These protections are inherited automatically by agents built using standard Copilot Studio functionality and are not re‑implemented or modified by this template. This template introduces no additional security controls beyond the Copilot Studio platform. Customers are responsible for reviewing and validating their final agent configuration, especially when: |
Collaborator
Author
There was a problem hiding this comment.
@copilot apply changes based on this feedback
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
Added notes on Responsible AI and customer responsibilities for agent deployment.