-
Notifications
You must be signed in to change notification settings - Fork 799
Python: AzureAI OpenAPI + Memory Search Samples #2390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds two new Python sample files demonstrating Azure AI agent capabilities with OpenAPI tools and memory search functionality. Both samples follow the established patterns in the repository and provide clear, well-documented examples for developers.
Key changes:
- Added sample demonstrating Azure AI agent with OpenAPI tool integration for external API calls
- Added sample demonstrating Azure AI agent with memory search capabilities for context retention across sessions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| python/samples/getting_started/agents/azure_ai/azure_ai_with_openapi.py | Demonstrates using AzureAIClient with OpenAPI specifications to call external APIs, using the countries.json resource to query country information |
| python/samples/getting_started/agents/azure_ai/azure_ai_with_memory_search.py | Demonstrates using AzureAIClient with memory search tool to maintain conversation context across sessions, including memory store creation and cleanup |
python/samples/getting_started/agents/azure_ai/azure_ai_with_memory_search.py
Outdated
Show resolved
Hide resolved
moonbox3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add these new samples to the samples README.
Motivation and Context
Added V2 samples for OpenAPI and Memory Search
Description
Contribution Checklist