fierce-dog-7777
06/24/2025, 2:07 PMtall-airline-16756
06/24/2025, 2:07 PMtall-airline-16756
06/24/2025, 2:07 PMpredict_end_of_turn
method, which expects that the result from the inference execution should never be None
.
The issue suggests that the inference method called via self._executor.do_inference(self._inference_method(), json_data)
returned None
, which violated the assertion.
To resolve this, you may need to investigate why the inference method is not returning a result. This could involve checking the input data being passed to the inference method or ensuring that the inference method is properly configured and operational.
If you need further assistance, please provide additional details about your setup or any recent changes that might have affected the system.
Sources: GitHub::LiveKit Agents | livekit-plugins/livekit-plugins-turn-detector/live...