mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-11 21:39:31 +02:00
Small bug with persona prompt selection
This commit is contained in:
parent
7b7561533f
commit
9308ba02a1
@ -353,7 +353,7 @@ export const Chat = ({
|
||||
message: currMessage,
|
||||
parentMessageId: lastSuccessfulMessageId,
|
||||
chatSessionId: currChatSessionId,
|
||||
promptId: selectedPersona?.prompts[0]?.id || 0,
|
||||
promptId: livePersona?.prompts[0]?.id || 0,
|
||||
filters: buildFilters(
|
||||
filterManager.selectedSources,
|
||||
filterManager.selectedDocumentSets,
|
||||
|
Loading…
x
Reference in New Issue
Block a user