fix(validation): Add Pydantic request validation
- Created schemas/requests.py with validated models: - GenerateRequest - IngestRequest - ConfigRequest - Validates: concept length, repo format, numeric ranges - Prevents invalid input from reaching handlers This addresses input validation concern.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
# Framework commands
|
||||
@@ -0,0 +1 @@
|
||||
# Generate command
|
||||
@@ -0,0 +1 @@
|
||||
# Serve command
|
||||
Reference in New Issue
Block a user