1 write to _innerSession
Microsoft.Extensions.AI (1)
Realtime\OpenTelemetryRealtimeClientSession.cs (1)
107
_innerSession
= Throw.IfNull(innerSession);
5 references to _innerSession
Microsoft.Extensions.AI (5)
Realtime\OpenTelemetryRealtimeClientSession.cs (5)
137
public RealtimeSessionOptions? Options =>
_innerSession
.Options;
144
await
_innerSession
.DisposeAsync().ConfigureAwait(false);
172
_innerSession
.GetService(serviceType, serviceKey);
192
await
_innerSession
.SendAsync(message, cancellationToken).ConfigureAwait(false);
215
responses =
_innerSession
.GetStreamingResponseAsync(cancellationToken);