pydantic_ai.models.wrapper
Bases: Model
Model which wraps another model.
Does nothing on its own, used as a base class.
The underlying model being wrapped.
Type: Model Default: infer_model(wrapped)
Get the settings from the wrapped model.
Type: ModelSettings | None