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
Copy file name to clipboardExpand all lines: docs/skillable-lab-instructions.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -485,9 +485,9 @@ Let's first install the Python packages required by the Function App:
485
485
486
486
3. [] Activate the virtual environment:
487
487
488
-
`.venv\\Scripts\\activate`
488
+
`.venv\Scripts\activate`
489
489
490
-
*(Your terminal prompt should now be prefixed with (.venv))*
490
+
*(Your terminal prompt should now be prefixed with**(.venv)**)*
491
491
492
492
4. [] Install the required Python packages:
493
493
@@ -583,10 +583,12 @@ Now that *local.settings.json* points to your actual Azure resources provisioned
583
583
2. [] In the same terminal where you activated the virtual environment in Step 6, ensure you're in the **snippy/src** directory:
584
584
585
585
```powershell
586
-
cd $HOME\snippy\src # Or C:\Users\LabUser\snippy\src
586
+
cd $HOME\snippy\src
587
+
.venv\Scripts\activate
587
588
```
588
589
589
590
Your terminal prompt should still show **(.venv)** indicating the virtual environment is active.
591
+
The activate command is included, just in case.
590
592
591
593
2. [] Start the Azure Functions runtime locally (ensure your *venv*from Step 6is still activated):
592
594
@@ -751,7 +753,7 @@ Now you'll test the `generate_comprehensive_documentation` tool, which orchestra
751
753
2. [] **Trigger the Multi-Agent Orchestration**:
752
754
- In GitHub Copilot Chat (with the **local-snippy**MCP server active), enter the following prompt:
753
755
754
-
`#local-snippy Generate comprehensive documentation with emphasis on the MCP tools, vector search capabilities and code style. Save in a new file called comprehensive-documentation.md`
756
+
`#local-snippy use the generate_comprehensive_documentation tool to create documentation and save it in a new file called comprehensive-documentation.md`
755
757
756
758
- Select **Allow** when Copilot asks to use the **generate_comprehensive_documentation** tool
0 commit comments