Skip to content

azure-ai-agents_1.2.0b5

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 30 Sep 01:53
9cfc1aa

1.2.0b5 (2025-09-29)

Features Added

  • Added run_handler parameter to runs.create_and_process allowing to make function tool calls manually or approve mcp tool calls.

Bugs Fixed

  • Fixed regression, reverted ToolOutput type signature and usage in tool_output submission.
  • Added RunStepDeltaComputerUseDetails and RunStepDeltaComputerUseToolCall classes for streaming computer use scenarios.
  • Added RunStepDeltaChunk to StreamEventData model (GitHub issues 43022)

Sample updates

  • Added sample_agents_mcp_in_create_and_process.py abd sample_agents_mcp_in_create_and_process_async.py demonstrating MCP tool call approvals in runs.create_and_process.
  • Added sample_agents_functions_in_create_and_process.py and sample_agents_functions_in_create_and_process_async.py demonstrating manual function tool calls in runs.create_and_process.