1.1.0b2 (2025-06-09)
Bugs Fixed
asyncio.gather
is used to make function tool calls in parallel forasync
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