Skip to content

Commit 912e69e

Browse files
committed
update azure ai foundry sample
1 parent dabdcfe commit 912e69e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

examples/azureaifoundry_sdk/azurefoundryagent/.env.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
AZURE_AI_FOUNDRY_PROJECT_ENDPOINT=Your Azure AI Foundry Project Endpoint
77

88
# Required: Azure AI Agent Model Deployment Name
9-
# Example: gpt-4o, gpt-35-turbo, etc.
109
AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME=Your Azure AI Foundry Agent Model Deployment Name
1110

1211

examples/azureaifoundry_sdk/azurefoundryagent/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ A demonstration project showcasing the integration of Azure AI Foundry with the
2626
### 1. Environment Setup
2727

2828
```bash
29-
# Clone the project
30-
cd aifoundry_a2a_demo
3129

3230
# Copy environment variables template
3331
cp .env.template .env

examples/azureaifoundry_sdk/azurefoundryagent/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def main() -> None:
6262
EXTENDED_AGENT_CARD_PATH = "/agent/authenticatedExtendedCard"
6363

6464
# Configure logging to show INFO level messages
65-
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
65+
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(level_name)s - %(message)s')
6666
logger = logging.getLogger(__name__) # Get a logger instance
6767

6868
# Use environment variable or default to our AI Foundry agent port

0 commit comments

Comments
 (0)