-
- Downloads
[FEAT] Rename new threads on thread creation (#1607)
* make thread name 'Thread' when new thread is created
* implement auto generated thread titles
* implement truncated prompt as thread name
* move rename of thread into workspaceThread function
---------
Co-authored-by:
Timothy Carambat <rambat1010@gmail.com>
Showing
- frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx 3 additions, 12 deletions...bar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx
- frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx 20 additions, 0 deletions...onents/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx
- frontend/src/components/WorkspaceChat/ChatContainer/index.jsx 13 additions, 0 deletions...tend/src/components/WorkspaceChat/ChatContainer/index.jsx
- server/endpoints/chat.js 10 additions, 0 deletionsserver/endpoints/chat.js
- server/models/workspaceThread.js 20 additions, 1 deletionserver/models/workspaceThread.js
- server/package.json 1 addition, 0 deletionsserver/package.json
- server/yarn.lock 5 additions, 0 deletionsserver/yarn.lock
Loading
Please register or sign in to comment