Improve offline chat system prompt to think step by step

This commit is contained in:
Debanjum Singh Solanky
2024-02-05 20:18:14 +05:30
parent 035165b534
commit dd4cf66be1
2 changed files with 1 additions and 2 deletions

View File

@@ -426,7 +426,6 @@ def test_answer_chat_history_very_long(client_offline_chat, default_user2):
# ----------------------------------------------------------------------------------------------------
@pytest.mark.xfail(AssertionError, reason="Chat director not capable of answering this question yet")
@pytest.mark.chatquality
@pytest.mark.django_db(transaction=True)
def test_answer_requires_multiple_independent_searches(client_offline_chat):