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
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Providers are str for validation by Pydantic, but this still allows "" empty strings, which results in the server being unable to restart
Error: 1 validation error for ProviderEndpoint
name
String should have at least 1 character [type=string_too_short, input_value='', input_type=str]
For further information visit https://errors.pydantic.dev/2.10/v/string_too_short
Steps to Reproduce
create an empty provider name and submit, empty to restart the server