We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cd164 commit 745d603Copy full SHA for 745d603
sdk/ai/Azure.AI.Agents.Persistent/CHANGELOG.md
@@ -1,15 +1,17 @@
1
# Release History
2
3
-## 1.2.0-beta.7 (Unreleased)
4
-
5
-### Features Added
+## 1.2.0-beta.7 (2025-10-28)
6
7
### Breaking Changes
8
- The `trust` parameter for `MCPApproval` constructor was renamed to `requireApproval`.
9
10
### Bugs Fixed
+- Relax the validation of previous conversation in the `PersistentAgentsChatClient`.
11
12
### Other Changes
+- Expand AIFunction support to also include any AIFunctionDeclaration.
13
+- Add an extension AsAITool method that makes it easy to add any persistent ToolDefinition to ChatOptions.Tools.
14
+- Add HostedMcpServerTool support for `PersistentAgentsChatClient`.
15
16
## 1.2.0-beta.6 (2025-10-10)
17
0 commit comments