UnknownProviderError(
self,
*,
model_spec: str,
)| Name | Type | Description |
|---|---|---|
model_spec* | str | The bare model name the user supplied (e.g.
|
| Name | Type |
|---|---|
| model_spec | str |
Raised when neither the CLI nor init_chat_model can infer a provider.
Carries the offending model spec as an attribute and exposes
PROVIDERS_DOCS_URL as a class-level constant so callers can render
a clickable link without string-scanning the formatted message. This
mirrors how MissingCredentialsError exposes provider / env_var
for targeted recovery hints.