fix(test): add missing _voice_mode attr to GatewayRunner test stubs

This commit is contained in:
0xbyt4 2026-03-11 17:30:38 +03:00
parent 75bd5a582b
commit e50323f730
6 changed files with 6 additions and 0 deletions

View file

@ -77,6 +77,7 @@ def _make_runner(adapter):
runner = object.__new__(GatewayRunner)
runner.adapters = {Platform.TELEGRAM: adapter}
runner._voice_mode = {}
runner._prefill_messages = []
runner._ephemeral_system_prompt = ""
runner._reasoning_config = None