Skip to content

azure-ai-agents_1.1.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Jun 16:50
dec9ecb

1.1.0b2 (2025-06-09)

Bugs Fixed

  • asyncio.gather is used to make function tool calls in parallel for async scenario.
  • Adding instrumentation for create_thread_and_run.
  • Fixed a tracing related bug that caused process_thread_run span to not appear when streaming is used without event handler.

Sample updates

  • Changed all samples to use AIProjectClient which is recommended to specify endpoint and credential.
  • Added sample_agents_stream_iteration_with_functions.py