You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Replace DevUI tutorial content with research guidance
The skill is about how to research docs, not a DevUI tutorial. Replace the 10-step DevUI workflow checklist with a research strategy table showing which tool to use for each type of DevUI information.
| CLI flags, REST API endpoints, auth config | Context7 `/microsoft/agent-framework` — query "DevUI CLI options" or "DevUI POST /v1/responses" |
83
+
| Working Python code snippets |`microsoft_code_sample_search` with `language: "python"` — query "DevUI agent framework serve" |
84
+
| Working C# integration code |`microsoft_code_sample_search` with `language: "csharp"` — query "DevUI AddDevUI MapDevUI" |
85
+
| Full setup guide in one page |`microsoft_docs_fetch` with URL `https://learn.microsoft.com/en-us/agent-framework/user-guide/devui/`|
86
+
87
+
The GitHub repo source is particularly valuable for DevUI because it contains API-level detail (endpoint schemas, proxy config, auth tokens) that the Learn page summarizes.
0 commit comments