Update funcs.py
Browse files
funcs.py
CHANGED
@@ -99,6 +99,7 @@ def get_doc_response_emotions(user_message, therapy_session_conversation):
|
|
99 |
|
100 |
def summarize_and_recommend(therapy_session_conversation):
|
101 |
|
|
|
102 |
session_conversation = [item[0] for item in therapy_session_conversation]
|
103 |
|
104 |
session_time = str(datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
|
|
|
99 |
|
100 |
def summarize_and_recommend(therapy_session_conversation):
|
101 |
|
102 |
+
session_conversation = therapy_session_conversation.value
|
103 |
session_conversation = [item[0] for item in therapy_session_conversation]
|
104 |
|
105 |
session_time = str(datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
|