Skip to content

Conversation

@giles17
Copy link
Contributor

@giles17 giles17 commented Nov 22, 2025

Motivation and Context

Added V2 samples for OpenAPI and Memory Search

Description

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

Copilot AI review requested due to automatic review settings November 22, 2025 01:12
@github-actions github-actions bot changed the title AzureAI OpenAPI + Memory Search Samples Python: AzureAI OpenAPI + Memory Search Samples Nov 22, 2025
Copilot finished reviewing on behalf of giles17 November 22, 2025 01:15
Copy link
Contributor

Copilot AI left a 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

Copy link
Contributor

@moonbox3 moonbox3 left a 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.

@markwallace-microsoft markwallace-microsoft added the documentation Improvements or additions to documentation label Nov 24, 2025
@giles17 giles17 added this pull request to the merge queue Nov 25, 2025
Merged via the queue into microsoft:main with commit e303cc9 Nov 25, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants