Spaces:
Sleeping
Sleeping
williamagyapong
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -122,7 +122,7 @@ def process_user_msg(message, mobile):
|
|
122 |
# Persist transaction data temporarily for Create, Update, or Delete operations
|
123 |
persist_temporary_transaction(parsed_trans_data, mobile)
|
124 |
# Give user the chance to confirm/cancel transaction before processing other intents
|
125 |
-
messenger_reply_button(mobile, f"
|
126 |
|
127 |
return True
|
128 |
|
|
|
122 |
# Persist transaction data temporarily for Create, Update, or Delete operations
|
123 |
persist_temporary_transaction(parsed_trans_data, mobile)
|
124 |
# Give user the chance to confirm/cancel transaction before processing other intents
|
125 |
+
messenger_reply_button(mobile, f"Raw Response: {response}, \n \n Parsed Response: {parsed_trans_data}")
|
126 |
|
127 |
return True
|
128 |
|