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 40e5c44 commit 3dbd044Copy full SHA for 3dbd044
packages/syncKnowledgeBaseFunction/app.py
@@ -176,7 +176,7 @@ def handler(event, context):
176
)
177
return {
178
"statusCode": 409,
179
- "body": "Files uploaded successfully - processing by existing ingestion job",
+ "body": "Files uploaded successfully - processing by existing ingestion job (no action required)",
180
}
181
else:
182
logger.error(
0 commit comments