- Notifications
You must be signed in to change notification settings - Fork920
Python: Added Fabric and Browser Automation Samples#2207
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR adds two new Azure AI agent sample files demonstrating integration with Microsoft Fabric and Browser Automation tools, along with corresponding README documentation updates.
- Adds
azure_ai_with_microsoft_fabric.pysample for querying Fabric data sources - Adds
azure_ai_with_browser_automation.pysample for automated web browsing tasks - Updates README.md with entries for both new samples
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| python/samples/getting_started/agents/azure_ai/azure_ai_with_microsoft_fabric.py | New sample demonstrating Azure AI agent integration with Microsoft Fabric for data analysis |
| python/samples/getting_started/agents/azure_ai/azure_ai_with_browser_automation.py | New sample demonstrating Azure AI agent integration with Browser Automation for web browsing tasks |
| python/samples/getting_started/agents/azure_ai/README.md | Updated documentation table with descriptions of the two new samples |
python/samples/getting_started/agents/azure_ai/azure_ai_with_microsoft_fabric.pyShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
python/samples/getting_started/agents/azure_ai/azure_ai_with_browser_automation.pyShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
8b37327Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Motivation and Context
Adds samples for Microsoft Fabric and Browser Automation and corrects tool type for Bing Custom Search
Description
Contribution Checklist