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
+16
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Release History
2
2
3
+
## 1.0.0b6 (2025-02-14)
4
+
5
+
### Features added
6
+
7
+
* Added `trace_function` decorator for conveniently tracing function calls in Agents using OpenTelemetry. Please see the README.md for updated documentation.
8
+
9
+
### Sample updates
10
+
11
+
* Added AzureLogicAppTool utility and Logic App sample under `samples/agents`, folder to make Azure Logic App integration with Agents easier.
12
+
* Added better observability for Azure AI Search sample for Agents via improved run steps information from the service.
13
+
* Added sample to demonstrate how to add custom attributes to telemetry span.
14
+
15
+
### Bugs Fixed
16
+
17
+
* Lowered the logging level of "Toolset is not available in the client" from `warning` to `debug` to prevent unnecessary log entries in agent application runs.
0 commit comments