Skip to content

Conversation

@kaylieee
Copy link

Issue #47763

This pull request adds sample files demonstrating tool use with Azure AI Agents.

@kaylieee kaylieee changed the title Add code interpreter sample Add Agents Samples Jan 27, 2026
@github-actions github-actions bot added the AI label Jan 27, 2026

AgentsClientBuilder builder = new AgentsClientBuilder()
.credential(new DefaultAzureCredentialBuilder().build())
.serviceVersion(AgentsServiceVersion.V2025_11_15_PREVIEW)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version is unfortunately no longer available. I think that for samples we are safe omitting the version as it will default to latest. I understand that is equivalent to passing V1 which funnily enough, that's the only available version currently generated from the spec

Copy link
Member

@jpalvarezl jpalvarezl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants