1.2.0-beta.7 (2025-10-28)
Breaking Changes
- The
trustparameter forMCPApprovalconstructor was renamed torequireApproval.
Bugs Fixed
- Relax the validation of previous conversation in the
PersistentAgentsChatClient.
Other Changes
- Expand AIFunction support to also include any AIFunctionDeclaration.
- Add an extension AsAITool method that makes it easy to add any persistent ToolDefinition to ChatOptions.Tools.
- Add HostedMcpServerTool support for
PersistentAgentsChatClient.