mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-09 12:40:59 +00:00
fix(provider): preserve local agent model compatibility
This commit is contained in:
@@ -377,6 +377,10 @@ async def test_local_agent_applies_reasoning_per_fallback_model():
|
||||
{'level': 'low'},
|
||||
{'level': 'high'},
|
||||
]
|
||||
assert candidates[0] is not primary
|
||||
assert candidates[1] is not fallback
|
||||
assert primary.reasoning_config_override is None
|
||||
assert fallback.reasoning_config_override is None
|
||||
|
||||
|
||||
def test_local_agent_rejects_invalid_pipeline_reasoning_level():
|
||||
|
||||
Reference in New Issue
Block a user