Add tests for UserIdleProcessor

This commit is contained in:
Mark Backman
2025-02-13 15:32:27 -05:00
parent dff4c54e57
commit ac5ebc587e
2 changed files with 218 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
class SleepFrame(SystemFrame):
"""This frame is used by test framework to introduce some sleep time before
the next frame is pushed. This is useful to control system frames vs data or
control frames."""
control frames.
"""
sleep: float = 0.1