Davidtran99
commited on
Commit
·
c05ca87
1
Parent(s):
ddf55da
Force remove clarification/options fields - Always return direct answers
Browse files
backend/hue_portal/chatbot/slow_path_handler.py
CHANGED
|
@@ -1357,3 +1357,4 @@ class SlowPathHandler:
|
|
| 1357 |
lines.append(f"\nNguồn: {section_label}, {citation_doc}.")
|
| 1358 |
return "\n".join(lines)
|
| 1359 |
|
|
|
|
|
|
| 1357 |
lines.append(f"\nNguồn: {section_label}, {citation_doc}.")
|
| 1358 |
return "\n".join(lines)
|
| 1359 |
|
| 1360 |
+
test
|