File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
examples/azureaifoundry_sdk/azurefoundryagent Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 66AZURE_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.
109AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME = Your Azure AI Foundry Agent Model Deployment Name
1110
1211
Original file line number Diff line number Diff 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
3331cp .env.template .env
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments