Fixed planner tool warnings when model was auto (model not required)
This commit is contained in:
@@ -513,9 +513,7 @@ class TestRegistryIntegration:
|
||||
ProviderType.GOOGLE: type(mock_gemini),
|
||||
}
|
||||
|
||||
with patch.dict(
|
||||
os.environ, {"OPENAI_ALLOWED_MODELS": "o3-mini", "GOOGLE_ALLOWED_MODELS": "gemini-2.5-flash"}
|
||||
):
|
||||
with patch.dict(os.environ, {"OPENAI_ALLOWED_MODELS": "o3-mini", "GOOGLE_ALLOWED_MODELS": "gemini-2.5-flash"}):
|
||||
# Clear cached restriction service
|
||||
import utils.model_restrictions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user