Fixing merge conflict.

This commit is contained in:
Filipi Fuchter
2025-06-24 17:12:40 -03:00
parent a6243a6fe7
commit dc4a58877e

View File

@@ -397,8 +397,8 @@ class BaseInputTransport(FrameProcessor):
if self._params.turn_analyzer:
self._params.turn_analyzer.clear()
await self._handle_user_interruption(UserStoppedSpeakingFrame())
self.reset_watchdog()
finally:
self.reset_watchdog()
async def _handle_prediction_result(self, result: MetricsData):
"""Handle a prediction result event from the turn analyzer.