Compare commits

...

1 Commits

Author SHA1 Message Date
Mark Backman
e1271aa3f7 Testing CI 2026-04-30 13:16:53 -04:00

View File

@@ -89,7 +89,7 @@ class BaseUserTurnStopStrategy(BaseObject):
"""Reset the strategy to its initial state.""" """Reset the strategy to its initial state."""
pass pass
async def process_frame(self, frame: Frame) -> ProcessFrameResult | None: async def process_frame(self, _: Frame) -> ProcessFrameResult | None:
"""Process an incoming frame to decide whether the user stopped speaking. """Process an incoming frame to decide whether the user stopped speaking.
Subclasses should override this to implement logic that decides whether Subclasses should override this to implement logic that decides whether