We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c910e commit 9e8af82Copy full SHA for 9e8af82
src/server/routers_utils.py
@@ -10,7 +10,6 @@
10
from server.models import IngestErrorResponse, IngestSuccessResponse, PatternType
11
from server.query_processor import process_query
12
13
-
14
COMMON_INGEST_RESPONSES: dict[int | str, dict[str, Any]] = {
15
status.HTTP_200_OK: {"model": IngestSuccessResponse, "description": "Successful ingestion"},
16
status.HTTP_400_BAD_REQUEST: {"model": IngestErrorResponse, "description": "Bad request or processing error"},
0 commit comments