Improve microsoft-foundry skill with better triggers and structure#605
Improve microsoft-foundry skill with better triggers and structure#605annaji-msft wants to merge 1 commit intomicrosoft:mainfrom
Conversation
- Updated description to position as unified AI platform for models, agents, apps - Added generic AI triggers: 'create a model', 'create an agent', 'deploy GPT-4' - Simplified SKILL.md to ~150 lines with quick start and MCP tools reference - Created references/workflows.md with detailed step-by-step guides - Added trigger table for Models, Agents, RAG, Evaluation, Observability - Maintained links to existing language/python.md for SDK examples
|
|
||
| ```bash | ||
| # Check deployment status | ||
| az cognitiveservices account deployment show \ |
There was a problem hiding this comment.
@wbreza has been helping get all the other skills standardized on azd. What should the flow look like for that and is this going to cause things to flip back and forth between the two if the app is deploying with azd and IaC but the models are az?
There was a problem hiding this comment.
@Petermarcu I left it as draft as the original skill wasn’t generic enough and skill was not getting triggered for simple prompts. I will let the team take it from here and provide guidance and take it forward. Cc @JasonYeMSFT
There was a problem hiding this comment.
@annaji-msft We have added integration tests for skill invocation and adopted a common pattern for the skill descriptions. Could you please apply the same pattern for the Foundry skill description change and add a skill invocation tests? If your change works as expected we can merge it for now.
No description provided.