You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate every remaining pydantic `BaseModel` subclass across `src/ai/backend/` to `BackendAIModel`, so any `model_validate()` failure auto-converts to a `BackendAIModelValidationFailed` (HTTP 400) instead of leaking as raw `pydantic.ValidationError`.
0 commit comments