Format test_auto_mode.py with black
Fix code formatting to comply with black style requirements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -225,7 +225,10 @@ class TestAutoMode:
|
|||||||
|
|
||||||
schema = tool.get_model_field_schema()
|
schema = tool.get_model_field_schema()
|
||||||
assert "enum" in schema
|
assert "enum" in schema
|
||||||
assert all(model in schema["enum"] for model in ["flash", "pro", "o3", "o3-mini", "o3-pro", "o4-mini", "o4-mini-high"])
|
assert all(
|
||||||
|
model in schema["enum"]
|
||||||
|
for model in ["flash", "pro", "o3", "o3-mini", "o3-pro", "o4-mini", "o4-mini-high"]
|
||||||
|
)
|
||||||
assert "select the most suitable model" in schema["description"]
|
assert "select the most suitable model" in schema["description"]
|
||||||
|
|
||||||
# Test normal mode
|
# Test normal mode
|
||||||
|
|||||||
Reference in New Issue
Block a user