Skip to content

Commit 25477f6

Browse files
authored
Merge pull request #118 from roryp/main
github token removal
2 parents eb7e532 + d9e667c commit 25477f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

04-PracticalSamples/calculator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public class LangChain4jClient {
228228
```
229229

230230
**What this does:**
231-
1. **Creates** an AI model connection using your GitHub token
231+
1. **Creates** an AI model connection using keyless authentication (Microsoft Entra ID)
232232
2. **Connects** the AI to our calculator MCP server
233233
3. **Gives** the AI access to all our calculator tools
234234
4. **Allows** natural language requests like "Calculate the sum of 24.5 and 17.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
3. Use the defaults – this will select the Development container created for this course
1313
4. Click **Create codespace**
1414
5. Wait ~2 minutes for the environment to be ready
15-
6. Jump straight to [The first example](./02-SetupDevEnvironment/README.md#step-2-create-a-github-personal-access-token)
15+
6. Jump straight to [Chapter 2: Provision Azure AI Foundry](./02-SetupDevEnvironment/README.md#step-2-provision-azure-ai-foundry)
1616

1717
## Multi-Language Support
1818

0 commit comments

Comments
 (0)