Spaces:
Sleeping
Sleeping
williamagyapong
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -117,7 +117,7 @@ def process_user_msg(message, mobile):
|
|
117 |
# Persist transaction data temporarily for Create, Update, or Delete operations
|
118 |
persist = persist_temporary_transaction(parsed_trans_data, mobile)
|
119 |
if persist:
|
120 |
-
messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
|
121 |
# Give user the chance to confirm/cancel transaction before processing other intents
|
122 |
messenger_reply_button(mobile, f"Raw Response: {response}, \n \n Parsed Response: {parsed_trans_data}")
|
123 |
else:
|
|
|
117 |
# Persist transaction data temporarily for Create, Update, or Delete operations
|
118 |
persist = persist_temporary_transaction(parsed_trans_data, mobile)
|
119 |
if persist:
|
120 |
+
# messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
|
121 |
# Give user the chance to confirm/cancel transaction before processing other intents
|
122 |
messenger_reply_button(mobile, f"Raw Response: {response}, \n \n Parsed Response: {parsed_trans_data}")
|
123 |
else:
|