NestedEventsGroup<T>.Events Property
Definition
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.
Gets or initializes the async enumerable of response stream events.
public System.Collections.Generic.IAsyncEnumerable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEvent> Events { get; init; }
member this.Events : System.Collections.Generic.IAsyncEnumerable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEvent> with get, set
Public Property Events As IAsyncEnumerable(Of ResponseStreamEvent)