Skip to content

Commit 73158a0

Browse files
xitzhangXiting ZhangCopilot
authored
Fix version on feature updates (#43750)
* [VoiceLive] Add async function-calling agent sample * add phrase list * fix typo * Update sdk/ai/azure-ai-voicelive/samples/async_function_calling_sample.py Co-authored-by: Copilot <[email protected]> * Update sdk/ai/azure-ai-voicelive/samples/async_function_calling_sample.py Co-authored-by: Copilot <[email protected]> * update * fix typo * update changelog * update * remove breaking change section * update changelog * fix change log * revert changelog I lost * update version and change log * enable type verification * update * [VoiceLive] Relase 1.0.0b4 * [VoiceLive] Add AgentConfig model and agent field to ResponseSession * add release date * update change log * Fix version for new feature * Update sdk/ai/azure-ai-voicelive/CHANGELOG.md Co-authored-by: Copilot <[email protected]> * update change log for 1.0.0b1 * remove duplicates change logs --------- Co-authored-by: Xiting Zhang <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent bf023fe commit 73158a0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

sdk/ai/azure-ai-voicelive/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Release History
22

3-
## 1.0.1 (2025-10-28)
3+
## 1.1.0 (2025-11-03)
44

55
### Features Added
66

77
- Added support for Agent configuration through the new `AgentConfig` model
88
- Added `agent` field to `ResponseSession` model to support agent-based conversations
99
- The `AgentConfig` model includes properties for agent type, name, description, agent_id, and thread_id
1010

11+
## 1.1.0b1 (2025-10-06)
12+
13+
### Features Added
14+
15+
- **AgentConfig Support**: Re-introduced `AgentConfig` functionality with enhanced capabilities:
16+
- `AgentConfig` model added back to public API with full import and export support
17+
- `agent` field re-added to `ResponseSession` model for session-level agent configuration
18+
- Updated cross-language package mappings to include `AgentConfig` support
19+
- Provides foundation for advanced agent configuration scenarios
20+
1121
## 1.0.0 (2025-10-01)
1222

1323
### Features Added

sdk/ai/azure-ai-voicelive/azure/ai/voicelive/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.1"
9+
VERSION = "1.1.0"

0 commit comments

Comments
 (0)