mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 22:23:01 +02:00
fix message param to use query instead of rephrased query (#2199)
This commit is contained in:
@ -226,7 +226,7 @@ def handle_send_message_simple_with_history(
|
|||||||
full_chat_msg_info = CreateChatMessageRequest(
|
full_chat_msg_info = CreateChatMessageRequest(
|
||||||
chat_session_id=chat_session.id,
|
chat_session_id=chat_session.id,
|
||||||
parent_message_id=chat_message.id,
|
parent_message_id=chat_message.id,
|
||||||
message=rephrased_query,
|
message=query,
|
||||||
file_descriptors=[],
|
file_descriptors=[],
|
||||||
prompt_id=req.prompt_id,
|
prompt_id=req.prompt_id,
|
||||||
search_doc_ids=None,
|
search_doc_ids=None,
|
||||||
|
Reference in New Issue
Block a user