1.2.0b1 (2025-08-05)
Breaking Changes
- Version Lineage Change: This beta release continues the experimental feature development from
1.1.0b4
, adding new functionality and improvements. - Important Version Context: The stable release
1.1.0
is based on1.0.2
and does not include beta features. This1.2.0b1
beta release preserves and extends all experimental features from the1.1.0b1
-1.1.0b4
beta series.
Features Added
- Support
tool_resources
for run async operations.
Bugs Fixed
AgentsResponseFormatOption
,MessageInputContent
,MessageAttachmentToolDefinition
,AgentsToolChoiceOption
are now public.- Fixed issues where the
runs.create_and_process
API call did not correctly handle theAzureAISearchTool
,FileSearchTool
, andCodeInterpreterTool
when specified in the toolset parameter. - Fixed
update_agent
to execute with body as a keyword parameter.
Sample updates
- Updated
sample_agents_deep_research.py
andsample_agents_deep_research_async.py
for citations.