Skip to content

Commit fe61200

Browse files
committed
docs(examples): add azure ai foundry support sample
1 parent 82deda8 commit fe61200

File tree

1 file changed

+4
-4
lines changed
  • examples/azureaifoundry_sdk/azurefoundryagent

1 file changed

+4
-4
lines changed

examples/azureaifoundry_sdk/azurefoundryagent/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ A demonstration project showcasing the integration of Azure AI Foundry with the
1515
```
1616
├── foundry_agent.py # AI Foundry calendar agent
1717
├── foundry_agent_executor.py # A2A framework executor
18-
├── __main__.py # Main application
19-
├── pyproject.toml # Project dependencies
20-
├── test_client.toml # Test
21-
└── .env.template # Environment variables template
18+
├── __main__.py # Main application
19+
├── pyproject.toml # Project dependencies
20+
├── test_client.toml # Test
21+
└── .env.template # Environment variables template
2222
```
2323

2424
## Quick Start

0 commit comments

Comments
 (0)