2 writes to AllowInterruption
Microsoft.Extensions.AI.Abstractions.Tests (2)
Realtime\RealtimeSessionOptionsTests.cs (2)
127AllowInterruption = false, 134vad.AllowInterruption = true;
8 references to AllowInterruption
Microsoft.Extensions.AI.Abstractions (1)
Realtime\VoiceActivityDetectionOptions.cs (1)
38/// Other properties on this class, such as <see cref="AllowInterruption"/>, only take effect
Microsoft.Extensions.AI.Abstractions.Tests (3)
Realtime\RealtimeSessionOptionsTests.cs (3)
118Assert.True(vad.AllowInterruption); 131Assert.False(vad.AllowInterruption); 137Assert.True(vad.AllowInterruption);
Microsoft.Extensions.AI.OpenAI (4)
OpenAIRealtimeClientSession.cs (4)
425existingVad.InterruptResponseEnabled = vad.AllowInterruption; 431InterruptResponseEnabled = vad.AllowInterruption, 514existingVad.InterruptResponseEnabled = vad.AllowInterruption; 520InterruptResponseEnabled = vad.AllowInterruption,