Skip to content

Commit 6d84151

Browse files
committed
debugging prints
1 parent 731b9c2 commit 6d84151

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ def handler(event: JsonType, context):
5454
"body": chatbot_response
5555
}
5656

57+
print("Response:", json.dumps(response, indent=2))
58+
5759
return response

0 commit comments

Comments
 (0)