Open
Conversation
- CHANGELOG: Added entries for readSpecFromFile, OpenApiSample, and OpenAPIToolTests - README: Added full tool catalog (15 tools) aligned with Python SDK README structure - All sample links use absolute GitHub URLs for CI link verification - Added MISSING_SAMPLES.md tracking Java vs Python sample parity gaps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds comprehensive support for agent tool samples in the Azure AI Agents SDK, aligning Java sample coverage with the Python SDK and introducing new end-to-end documentation and test coverage. It includes new async sample files, renames existing samples for clarity, and updates documentation to reflect these changes and pending link updates.
New and updated samples for agent tools:
AgentToAgentAsync.javaandAzureAISearchAsync.java, demonstrating how to use these tools with the async client. [1] [2]AgentToAgentSample.java→AgentToAgentSync.javaandAzureAISearchSample.java→AzureAISearchSync.java. [1] [2]Documentation improvements:
README.mdwith detailed sections for both built-in and connection-based tools, including code snippets and sample links for each tool.UPDATE_README_LINKS.mdto track pending sample link updates, reflecting file renames and new samples that will be added after merging.SDK and test enhancements:
readSpecFromFile(Path)toOpenApiFunctionDefinitionfor easier OpenAPI integration, and provided new OpenAPI sample and tool samples for parity with Python SDK. Also added recorded end-to-end tests for OpenAPI tool flows.Miscellaneous:
assets.jsonto reflect new sample and tool additions.