mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-17 19:41:05 +02:00
coerce useLanggraph to boolean (#4084)
* coerce useLanggraph to boolean
This commit is contained in:
parent
158bccc3fc
commit
ba21bacbbf
@ -236,7 +236,7 @@ export async function* sendMessage({
|
|||||||
}
|
}
|
||||||
: null,
|
: null,
|
||||||
use_existing_user_message: useExistingUserMessage,
|
use_existing_user_message: useExistingUserMessage,
|
||||||
use_agentic_search: useLanggraph,
|
use_agentic_search: useLanggraph ?? false,
|
||||||
});
|
});
|
||||||
|
|
||||||
const response = await fetch(`/api/chat/send-message`, {
|
const response = await fetch(`/api/chat/send-message`, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user