Fix test_langchain to use explicit stop strategy

The default stop strategy changed to TurnAnalyzerUserTurnStopStrategy,
which requires actual audio analysis. Use SpeechTimeoutUserTurnStopStrategy
explicitly since this test is not testing turn detection.
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-09 11:57:14 -08:00
parent ca0d2e68c3
commit 944ac92593
3 changed files with 14 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ jobs:
--extra google \
--extra langchain \
--extra livekit \
--extra local-smart-turn-v3 \
--extra piper \
--extra websocket