MCPcopy Create free account
hub / github.com/livekit/agents / _interruption_event

Function _interruption_event

tests/test_agent_session.py:1324–1330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1322
1323
1324def _interruption_event() -> inference.OverlappingSpeechEvent:
1325 return inference.OverlappingSpeechEvent(
1326 type="overlapping_speech",
1327 is_interruption=True,
1328 overlap_started_at=time.time(),
1329 detected_at=time.time(),
1330 )
1331
1332
1333def _backchannel_event() -> inference.OverlappingSpeechEvent:

Calls 1

timeMethod · 0.45

Tested by

no test coverage detected