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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Release History
2
2
3
+
## 1.0.0b8 (2025-03-28)
4
+
5
+
### Features added
6
+
7
+
* New parameters added for Azure AI Search tool, with corresponding sample update.
8
+
* Fabric tool REST name updated, along with convenience code.
9
+
10
+
### Sample updates
11
+
12
+
* Sample update demonstrating new parameters added for Azure AI Search tool.
13
+
* Sample added using OpenAPI tool against authenticated TripAdvisor API spec.
14
+
15
+
### Bugs Fixed
16
+
17
+
* Fix for a bug in Agent tracing causing event handler return values to not be returned when tracing is enabled.
18
+
* Fix for a bug in Agent tracing causing tool calls not to be recorded in traces.
19
+
* Fix for a bug in Agent tracing causing function tool calls to not work properly when tracing is enabled.
20
+
* Fix for a bug in Agent streaming, where `agent_id` was not included in the response. This caused the SDK not to make function calls when the thread run status is `requires_action`.
You can enhance your Agents by defining callback functions as function tools. These can be provided to `create_agent` via either the `toolset` parameter or the combination of `tools` and `tool_resources`. Here are the distinctions:
@@ -780,6 +811,37 @@ with project_client:
780
811
781
812
<!-- END SNIPPET -->
782
813
814
+
#### Create an Agent with Fabric
815
+
816
+
To enable your Agent to answer queries using Fabric data, use `FabricTool` along with a connection to the Fabric resource.
0 commit comments