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-agents/CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,23 @@
1
1
2
2
# Release History
3
3
4
-
## 1.2.0b2 (Unreleased)
4
+
## 1.2.0b2 (2025-08-12)
5
5
6
6
### Features Added
7
7
8
8
- Add support for Browser Automation tool.
9
9
- Add support for environment variable `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` as defined by
10
-
[OpenTelemetry](https://opentelemetry.io/), to control tracing of user and Agent messages content.
10
+
[OpenTelemetry](https://opentelemetry.io/), to control tracing of user and Agent messages.
11
11
12
12
### Bugs Fixed
13
13
14
-
- Added `RunStepConnectedAgentToolCall` and `RunStepDeltaConnectedAgentToolCall` for deserializing Connected Agent tool updates in non-streaming and streaming scenarios.
14
+
- Added `RunStepConnectedAgentToolCall` and `RunStepDeltaConnectedAgentToolCall` for deserializing Connected
15
+
Agent tool updates in non-streaming and streaming scenarios.
15
16
16
17
### Sample updates
17
18
18
-
- Add new samples `sample_agents_browser_automation.py` and `sample_agents_browser_automation_async.py`.
19
+
- Add new Browser Automation tool samples, named `sample_agents_browser_automation.py`
0 commit comments