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 9f0c3be commit 745f494Copy full SHA for 745f494
app/src/modules/report_utils.py
@@ -120,7 +120,7 @@ def record_update():
120
"question": state.question_input,
121
"reference_answer": state.reference_answer_input,
122
"reference_context": state.reference_context_input,
123
- "conversation_history": "",
+ "conversation_history": [],
124
}
125
for key, value in new_data.items():
126
state.df.at[index, key] = value
0 commit comments