Expand description
Validation utilities for configuration values.
Functionsยง
- validate_
api_ key - Validate an API key format (basic checks)
- validate_
https_ url - Validate that a URL is HTTPS
- validate_
model_ name - Validate a model name
- validate_
non_ empty - Validate that a string is not empty
- validate_
positive_ duration - Validate that a duration is positive
- validate_
range - Validate that a numeric value is within a range
- validate_
secret_ non_ empty - Validate that a secret string is not empty
- validate_
url - Validate that a URL is well-formed