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 119d16c commit afb03acCopy full SHA for afb03ac
pydantic_ai_slim/pydantic_ai/models/__init__.py
@@ -631,6 +631,7 @@ def override_allow_model_requests(allow_model_requests: bool) -> Iterator[None]:
631
@dataclass
632
class ModelClassInformation:
633
"""Metadata of model as parsed from string with the model class and provider class for instantiation."""
634
+
635
model_class: type[Model]
636
"""The raw model class"""
637
provider_class: type[Provider[Any]] | None
0 commit comments