refactor: renaming to reflect underlying type

docs: updated to reflect new modules
This commit is contained in:
Fahad
2025-10-02 09:07:40 +04:00
parent 2b10adcaf2
commit 1dc25f6c3d
18 changed files with 129 additions and 131 deletions

View File

@@ -176,7 +176,7 @@ class TestBuggyBehaviorPrevention:
# Create a mock provider that simulates the old behavior
old_style_provider = MagicMock()
old_style_provider.SUPPORTED_MODELS = {
old_style_provider.MODEL_CAPABILITIES = {
"mini": "o4-mini",
"o3mini": "o3-mini",
"o4-mini": {"context_window": 200000},