1.2.0b2 (2025-08-12)
Features Added
- Add support for Browser Automation tool.
- Add support for environment variable
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT
as defined by
OpenTelemetry, to control tracing of user and Agent messages.
Bugs Fixed
- Added
RunStepConnectedAgentToolCall
andRunStepDeltaConnectedAgentToolCall
for deserializing Connected
Agent tool updates in non-streaming and streaming scenarios.
Sample updates
- Add new Browser Automation tool samples, named
sample_agents_browser_automation.py
andsample_agents_browser_automation_async.py
.