We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7bd60 commit 119d16cCopy full SHA for 119d16c
pydantic_ai_slim/pydantic_ai/models/__init__.py
@@ -641,7 +641,7 @@ class ModelClassInformation:
641
"""The provider name as parsed from input string"""
642
643
644
-def infer_provider_model_class(model: KnownModelName | str) -> ModelClassInformation: # C901
+def infer_provider_model_class(model: KnownModelName | str) -> ModelClassInformation: # C901
645
"""Infer the model and provider from the name."""
646
if model == 'test':
647
from .test import TestModel
0 commit comments