mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-28 12:39:54 +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,
|
||||
use_existing_user_message: useExistingUserMessage,
|
||||
use_agentic_search: useLanggraph,
|
||||
use_agentic_search: useLanggraph ?? false,
|
||||
});
|
||||
|
||||
const response = await fetch(`/api/chat/send-message`, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user