feat: Added evals/prompts.json file to DA templates and updated the READMEs…#15838
Open
sakov-ms wants to merge 4 commits intoOfficeDev:devfrom
Open
feat: Added evals/prompts.json file to DA templates and updated the READMEs…#15838sakov-ms wants to merge 4 commits intoOfficeDev:devfrom
sakov-ms wants to merge 4 commits intoOfficeDev:devfrom
Conversation
… with details on Evaluating Agents. Co-authored-by: Copilot <copilot@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #15838 +/- ##
=======================================
Coverage 93.32% 93.32%
=======================================
Files 587 587
Lines 37120 37120
Branches 6799 6800 +1
=======================================
Hits 34641 34641
Misses 1835 1835
Partials 644 644 🚀 New features to boost your workflow:
|
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@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.
This pull request adds agent evaluation support to all Microsoft 365 Agents Toolkit project templates. It introduces documentation and sample configuration files to help developers test and measure the quality of their agents using the Microsoft 365 Copilot Agent Evaluations CLI. Each template now includes a sample
evals/prompts.jsonfile and updated README instructions.AZDO Ticket - https://msazure.visualstudio.com/Microsoft%20Teams%20Extensibility/_workitems/edit/36981324
Agent Evaluation Support:
@microsoft/m365-copilot-evalCLI for structured agent evaluations. [1] [2] [3] [4] [5] [6]evals/prompts.jsonfile in each template, providing an example dataset for agent evaluation with default evaluators and a test prompt/response.… with details on Evaluating Agents.