We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06dbae commit 4fe13f2Copy full SHA for 4fe13f2
sdk/ai/azure-ai-agents/CHANGELOG.md
@@ -1,11 +1,16 @@
1
# Release History
2
3
+## 1.0.0b2 (2025-05-13)
4
+
5
+### Breaking Changes
6
7
+- Rename `get_last_text_message_by_role` to `get_last_message_text_by_role`.
8
9
## 1.0.0b1 (2025-05-07)
10
11
### Breaking Changes
12
13
- enable_auto_function_calls supports positional arguments instead of keyword arguments.
-- Rename `get_last_text_message_by_role` to `get_last_message_text_by_role`.
14
15
### Features Added
16
sdk/ai/azure-ai-agents/azure/ai/agents/_version.py
@@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
-VERSION = "1.0.0b1"
+VERSION = "1.0.0b2"
0 commit comments