Skip to content

Conversation

@rogerbarreto
Copy link
Contributor

@rogerbarreto rogerbarreto commented Dec 4, 2025

Contributing to the Azure SDK

Given a https://aka.ms/azsdk/checkenforcer bug, I'm recreating the PR in an attempt to get past the check error.

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 pull request adds support for CodeInterpreterToolCallContent and CodeInterpreterToolResultContent from the Microsoft.Extensions.AI abstractions when executing the HostedCodeInterpreterTool in the PersistentAgentsChatClient. This is a second attempt to merge the changes after encountering a check enforcer bug in the original PR.

Key Changes

  • Added a new RunStepDetailsUpdate case handler in the streaming response processing to handle code interpreter inputs and outputs
  • Updated Microsoft.Extensions.AI.Abstractions dependency from version 9.10.1 to 10.0.1
  • Updated CHANGELOG to document the new feature

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
sdk/ai/Azure.AI.Agents.Persistent/src/Custom/PersistentAgentsChatClient.cs Adds new case handler for RunStepDetailsUpdate to process code interpreter inputs (creating CodeInterpreterToolCallContent) and outputs (creating CodeInterpreterToolResultContent with image and log support)
sdk/ai/Azure.AI.Agents.Persistent/CHANGELOG.md Documents the new feature addition for code interpreter support
eng/Packages.Data.props Updates Microsoft.Extensions.AI.Abstractions package version from 9.10.1 to 10.0.1 for the Azure.AI.Agents.Persistent project

auto-merge was automatically disabled December 5, 2025 17:50

Pull request was closed

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant