Remove deprecated multi-agent workflow samples and update evaluation … - #48795
Remove deprecated multi-agent workflow samples and update evaluation …#48795Howie Leung (howieleung) wants to merge 3 commits into
Conversation
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
This comment has been minimized.
This comment has been minimized.
…lti-agent workflow samples - Introduced a new sample script `sample_agent_publish_to_microsoft365.py` demonstrating how to create and publish a Prompt Agent to Microsoft 365 using the AIProjectClient. - Removed outdated multi-agent workflow samples: `sample_workflow_multi_agent.py`, `sample_workflow_multi_agent_async.py`, and `sample_workflow_multi_agent_with_mcp_approval.py`. - Updated evaluation samples to use new models and structures, including changes in role assignment parameters. - Updated `tsp-location.yaml` to reflect new commit and additional directories for agent insights and Microsoft 365 agents.
ab6b8d0 to
3dccafe
Compare
Yes |
- Updated api.metadata.yml with new hash and parser version. - Enhanced _patch.py to include new operations for Agent Endpoint Conversations and Agent Insight Monitors. - Introduced Agent Insight run polling classes for both synchronous and asynchronous operations. - Created new async and sync patch files for Agent Insight Monitors operations. - Updated operation classes to support new features and ensure proper integration with existing models.
[Pilot] PR Pipeline Failure AnalysisWhat failedBuild: azure-sdk/public #6768621 — failed Two distinct failure categories were found: 1. Test collection failures (all platforms)Tests Root cause: A new Relevant pipeline outputFix: In 2. CSpell spelling check failureThe CSpell check flagged 85 issues across 6 files. The unknown words are technical acronyms and terms introduced by the new API surface in this PR. Relevant pipeline outputFix: Add the unknown words ( Recommended next steps
Automated fix: Fix found, view and apply fix
|
…scripts with new role assignment parameters. Update YAML configuration for additional directories and commit reference.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines