Skip to content

Azure.AI.AgentServer.Invocations_1.0.0-beta.6

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 14 Aug 11:43
aa94b65

1.0.0-beta.6 (2026-08-12)

Features Added

  • AsyncAPI discovery endpoints — InvocationHandler now exposes two new
    virtual methods, GetAsyncApiJsonAsync and GetAsyncApiYamlAsync, served
    at GET /invocations/docs/asyncapi.json and GET /invocations/docs/asyncapi.yaml
    respectively. Both default to 404; override either or both to publish the
    AsyncAPI companion to the existing openapi.json endpoint for
    streaming/bidirectional surfaces (e.g. the invocations_ws WebSocket protocol)
    that OpenAPI cannot express. The path extension is authoritative for the
    returned content type — no Accept negotiation 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.