-
Notifications
You must be signed in to change notification settings - Fork 3k
[AI] [Projects] Add Fabric sample #40116
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
[AI] [Projects] Add Fabric sample #40116
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
sdk/ai/azure-ai-projects/README.md
Outdated
|
||
print(conn_id) | ||
|
||
# Initialize agent fabric tool and add the connection id |
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.
"Agent" (capital A). And I think the proper way to say it is "Initialize an Agent"... right?
I would also update all the titles from "Create Agent" to "Create an Agent"
FILE: sample_agents_fabric.py | ||
|
||
DESCRIPTION: | ||
This sample demonstrates how to use agent operations with the Microsoft Fabric grounding tool from |
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.
"Agent"
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 swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines