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 46e2133 commit cebfaeeCopy full SHA for cebfaee
A2rchi/interfaces/chat_app/app.py
@@ -436,6 +436,8 @@ def get_chat_response(self):
436
timestamps['server_response_msg_ts'] = datetime.now()
437
438
# store timing info for this message
439
+ timestamps['server_received_msg_ts'] = server_received_msg_ts
440
+ timestamps['client_sent_msg_ts'] = client_sent_msg_ts
441
self.chat.insert_timing(message_ids[-1], timestamps)
442
443
# otherwise return A2rchi's response to client
0 commit comments