azure-ai-projects_1.0.0b10
Pre-release
Pre-release
1.0.0b10 (2025-04-23)
Features added
- Added
ConnectedAgentTool
class for better connected Agent support. - Added Agent tool call tracing for all tool call types when streaming with
AgentEventHandler
based event handler. - Added tracing for listing Agent run steps.
- Add a
max_retry
argument to theenable_auto_function_calls
function to cancel the run if the maximum number of retries for auto function calls is reached.
Sample updates
- Added connected Agent tool sample.
Bugs Fixed
- Fix for filtering of messages by run ID (see GitHub issue 49513).