Skip to content

azure-ai-projects_1.0.0b10

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 23 Apr 21:53
914a957

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 the enable_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