fix(test): add missing _voice_mode attr to GatewayRunner test stubs
This commit is contained in:
parent
75bd5a582b
commit
e50323f730
6 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue