-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
AI ProjectsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name: azure-ai-projects
- Package Version: 2.0.0b4 and above
- Operating System: Windows
- Python Version: 3.13.9
Describe the bug
The ResponseStreamEventType enum is no longer available in azure.ai.projects.models using package version 2.0.0b4 or above. This is used to help capture streaming response events from openai_client.responses.create() without the need for string literals. This change was not documented in CHANGELOG.md or in Foundry code samples despite the GitHub repo samples being updated.
To Reproduce
Steps to reproduce the behavior:
- Use the sample code from Foundry for workflows OR Attempt to import
ResponseStreamEventTypefromazure.ai.projects.models - Run-time error
Cannot import name 'ResponseStreamEventType' from 'azure.ai.projects.models'
Expected behavior
The package import to exist or for clear breaking change documentation to migrate to string literals in the CHANGELOG.md
Screenshots
Official Foundry code samples and documentation say beta4 and above is supported.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AI ProjectsService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that