mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
fix(gateway): guard against None request_overrides in _build_api_kwargs
This commit is contained in:
parent
1d8b9e6458
commit
e4b69bf149
3 changed files with 12 additions and 4 deletions
|
|
@ -118,7 +118,7 @@ def test_turn_route_skips_priority_processing_for_unsupported_models():
|
|||
|
||||
route = gateway_run.GatewayRunner._resolve_turn_agent_config(runner, "hi", "gpt-5.3-codex", runtime_kwargs)
|
||||
|
||||
assert route["request_overrides"] is None
|
||||
assert route["request_overrides"] == {}
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue