Skip to content

Commit 6b01ba3

Browse files
committed
Updated with latest revisions
1 parent df3012b commit 6b01ba3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/skillable-lab-instructions.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ Let's first install the Python packages required by the Function App:
485485

486486
3. [] Activate the virtual environment:
487487

488-
`.venv\\Scripts\\activate`
488+
`.venv\Scripts\activate`
489489
490-
*(Your terminal prompt should now be prefixed with (.venv))*
490+
*(Your terminal prompt should now be prefixed with **(.venv)**)*
491491

492492
4. [] Install the required Python packages:
493493

@@ -583,10 +583,12 @@ Now that *local.settings.json* points to your actual Azure resources provisioned
583583
2. [] In the same terminal where you activated the virtual environment in Step 6, ensure you're in the **snippy/src** directory:
584584

585585
```powershell
586-
cd $HOME\snippy\src # Or C:\Users\LabUser\snippy\src
586+
cd $HOME\snippy\src
587+
.venv\Scripts\activate
587588
```
588589

589590
Your terminal prompt should still show **(.venv)** indicating the virtual environment is active.
591+
The activate command is included, just in case.
590592

591593
2. [] Start the Azure Functions runtime locally (ensure your *venv* from Step 6 is still activated):
592594

@@ -751,7 +753,7 @@ Now you'll test the `generate_comprehensive_documentation` tool, which orchestra
751753
2. [] **Trigger the Multi-Agent Orchestration**:
752754
- In GitHub Copilot Chat (with the **local-snippy** MCP server active), enter the following prompt:
753755

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`
755757

756758
- Select **Allow** when Copilot asks to use the **generate_comprehensive_documentation** tool
757759

0 commit comments

Comments
 (0)