Skip to content

azure-ai-agents_1.2.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Aug 21:33
020803d

1.2.0b2 (2025-08-12)

Features Added

  • Add support for Browser Automation tool.
  • Add support for environment variable OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT as defined by
    OpenTelemetry, to control tracing of user and Agent messages.

Bugs Fixed

  • Added RunStepConnectedAgentToolCall and RunStepDeltaConnectedAgentToolCall for deserializing Connected
    Agent tool updates in non-streaming and streaming scenarios.

Sample updates

  • Add new Browser Automation tool samples, named sample_agents_browser_automation.py
    and sample_agents_browser_automation_async.py.