You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/ai/azure-ai-projects/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Release History
2
2
3
+
## 1.0.0b10 (2025-04-23)
4
+
5
+
### Features added
6
+
7
+
* Added `ConnectedAgentTool` class for better connected Agent support.
8
+
* Added Agent tool call tracing for all tool call types when streaming with `AgentEventHandler` based event handler.
9
+
* Added tracing for listing Agent run steps.
10
+
* 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.
11
+
12
+
### Sample updates
13
+
14
+
* Added connected Agent tool sample.
15
+
16
+
### Bugs Fixed
17
+
18
+
* Fix for filtering of messages by run ID (see [GitHub issue 49513](https://github.com/Azure/azure-sdk-for-net/issues/49513)).
0 commit comments