Skip to content

azure-ai-agentserver-invocations_1.0.0b6

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 28 Jun 14:43
bd041c4

1.0.0b6 (2026-06-28)

Features Added

  • Container protocol version 2.0.0 support: reads x-agent-user-id and x-agent-foundry-call-id from inbound requests and binds them to the request-scoped platform context so the per-request call ID is forwarded on outbound Foundry 1P calls (x-agent-user-id is not forwarded to 1P). The values are also exposed on request.state.user_id and request.state.call_id.

Breaking Changes

  • Replaced request.state.user_isolation_key / request.state.chat_isolation_key with request.state.user_id / request.state.call_id per container protocol version 2.0.0.