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)
137public RealtimeSessionOptions? Options => _innerSession.Options; 144await _innerSession.DisposeAsync().ConfigureAwait(false); 172_innerSession.GetService(serviceType, serviceKey); 192await _innerSession.SendAsync(message, cancellationToken).ConfigureAwait(false); 215responses = _innerSession.GetStreamingResponseAsync(cancellationToken);