mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-21 21:41:03 +02:00
Fix widget example
This commit is contained in:
parent
22189f02c6
commit
6e29d1944c
@ -128,7 +128,7 @@ async function* sendMessage({
|
|||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
chat_session_id: chatSessionId,
|
chat_session_id: chatSessionId,
|
||||||
parent_message_id: parentMessageId,
|
parent_message_id: parentMessageId || null,
|
||||||
message: message,
|
message: message,
|
||||||
prompt_id: null,
|
prompt_id: null,
|
||||||
search_doc_ids: null,
|
search_doc_ids: null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user