generated from cording12/next-fast-turbo
-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Bug
Currently, Clicking on "Researcher" option creates a new chat every time it's clicked. This leads to creation of unwanted chats.
Screen.Recording.2025-07-17.at.10.33.35.AM.mp4
Suggestion / Fix
Create only new chat when user sends their first message.
This probably can be done by moving chat creation logic from
surfsense_web/app/dashboard/[search_space_id]/researcher/page.tsx
to
surfsense_web/app/dashboard/[search_space_id]/researcher/[chat_id]/page.tsx
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed