Azure.AI.AgentServer.Responses.Invocation.Stream Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| AtomicSequenceNumber |
Thread-safe atomic implementation of sequence number generator. |
| DefaultSequenceNumber |
Default implementation of sequence number generator. |
| NestedChunkedUpdatingGeneratorBase<TAggregate,TUpdate> |
Base class for nested stream event generators that process chunked updates. |
| NestedEventsGroup<T> |
Represents a group of nested events with an aggregate factory. |
| NestedResponseGenerator |
Generates nested stream events for agent responses. |
| NestedStreamEventGeneratorBase<TAggregate> |
Base class for nested stream event generators. |
Interfaces
| Name | Description |
|---|---|
| INestedStreamEventGenerator<TAggregate> |
Defines a generator for nested stream events with aggregation support. |
| ISequenceNumber |
Defines a sequence number generator for tracking event order. |