Python: typo fix (#920)

* typo fix

* fixed two other typos
This commit is contained in:
Eduard van Valkenburg
2025-09-26 10:15:54 +02:00
committed by GitHub
Unverified
parent d235e741d0
commit 0f2f2263c5
2 changed files with 4 additions and 7 deletions
@@ -18,8 +18,5 @@ This folder contains examples demonstrating different ways to create and use age
Make sure to set the following environment variables before running the examples:
- `AZURE_AZURE_FOUNDRY_PROJECT_ENDPOINT`: Your Azure AI project endpoint
- `AZURE_AZURE_FOUNDRY_MODEL_DEPLOYMENT_NAME`: The name of your model deployment
Optionally, you can set:
- `AZURE_AZURE_FOUNDRY_AGENT_NAME`: The name of your agent, this can also be set programmatically when creating the agent.
- `AZURE_AI_PROJECT_ENDPOINT`: Your Azure AI project endpoint
- `AZURE_AI_MODEL_DEPLOYMENT_NAME`: The name of your model deployment