Skip to content

Conversation

@msyyc
Copy link
Member

@msyyc msyyc commented Sep 28, 2025

committed change after run tsp-client update under sdk/ai/azure-ai-agents

@msyyc msyyc requested a review from dargilco as a code owner September 28, 2025 05:04
Copilot AI review requested due to automatic review settings September 28, 2025 05:04
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 appears to be an automated update after running tsp-client update for the Azure AI Agents SDK. The changes modernize the Python typing system by migrating from the legacy typing module style to built-in generic types introduced in Python 3.9+.

Key changes include:

  • Migration from Dict[str, Any] to dict[str, Any] throughout the codebase
  • Migration from List[type] to list[type] for type annotations
  • Removal of computer use tool-related functionality and models
  • Update from setup.py to pyproject.toml for package configuration
  • Addition of pylint disable comments for line length

Reviewed Changes

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

Show a summary per file
File Description
pyproject.toml Complete rewrite from setup.py format to modern pyproject.toml configuration
setup.py Removed entirely as part of migration to pyproject.toml
operations/_operations.py Updated type annotations from typing.Dict/List to built-in dict/list types
models/_enums.py Removed computer use related enums and tool types
models/init.py Removed computer use related model imports and exports
_utils/utils.py Updated type annotations to use built-in generic types
_utils/serialization.py Modernized type annotations and replaced dict.update() with union operator
_utils/model_base.py Updated type annotations throughout the model base classes
_types.py Updated type annotations and removed pylint disable comment
apiview-properties.json Removed computer use related API mappings

@msyyc msyyc closed this Nov 4, 2025
@msyyc msyyc deleted the test-ai-agents branch November 4, 2025 02:09
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.

2 participants