Azure.AI.AgentServer.Invocations_1.0.0-beta.6
Pre-release
Pre-release
1.0.0-beta.6 (2026-08-12)
Features Added
- AsyncAPI discovery endpoints —
InvocationHandlernow exposes two new
virtual methods,GetAsyncApiJsonAsyncandGetAsyncApiYamlAsync, served
atGET /invocations/docs/asyncapi.jsonandGET /invocations/docs/asyncapi.yaml
respectively. Both default to404; override either or both to publish the
AsyncAPI companion to the existingopenapi.jsonendpoint for
streaming/bidirectional surfaces (e.g. theinvocations_wsWebSocket protocol)
that OpenAPI cannot express. The path extension is authoritative for the
returned content type — noAcceptnegotiation and no format conversion.
Other Changes
- Updated the resilient research and multi-turn samples to use
FoundryStateStore
directly for application state with session-scoped store names and invocation tags,
without user isolation or per-item call IDs.