-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[FEAT] Implement regenerate response button #1341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
β¦s/anything-llm into 1276-feat-regenerate-button
* implement regenerate response button * wip on rerenders * remove function that was duplicate * update delete-chats function --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
* implement regenerate response button * wip on rerenders * remove function that was duplicate * update delete-chats function --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
* implement regenerate response button * wip on rerenders * remove function that was duplicate * update delete-chats function --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
* implement regenerate response button * wip on rerenders * remove function that was duplicate * update delete-chats function --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
* implement regenerate response button * wip on rerenders * remove function that was duplicate * update delete-chats function --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
|
Hi, is it possible to expose this regenerate response function to developer API? I noticed that this function uses delete-chats internal API. Or perhaps expose this delete-chats API to developer API? |
|
@koolong Please make a feat request. In theory we should be able to allow you to specify a chatID and a Can we understand a bit more about the use case so we can design a better API expierence? |
Pull Request Type
Relevant Issues
resolves #1276
What is in this change?
Additional Information
Developer Validations
yarn lintfrom the root of the repo & committed changes