Skip to content
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

Enhancement: Enable Forking, Editing, Regenerating, and Read-Aloud for Messages in Assistants Chat #4124

Closed
1 task done
hanna-daoud opened this issue Sep 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hanna-daoud
Copy link
Contributor

hanna-daoud commented Sep 19, 2024

What features would you like to see added?

Currently, in the Assistants Chat feature, users are unable to fork, edit, regenerate, or read aloud messages. These options are available in the regular chat but not supported in the Assistants Chat.

More details

Please add support for the following functionalities within Assistants Chat:

  1. Fork Message: Allow users to fork a message and create a new conversation branch.
  2. Edit Message: Enable users to modify a message post-sending.
  3. Regenerate Message: Allow users to regenerate responses from assistants.
  4. Read Aloud: Implement the read-aloud feature for messages within Assistants Chat.

Which components are impacted by your request?

UI

Pictures

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hanna-daoud hanna-daoud added the enhancement New feature or request label Sep 19, 2024
@danny-avila danny-avila closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
@danny-avila
Copy link
Owner

When using Assistants API, the thread history is managed by OpenAI. It is possible to manipulate it but rather convoluted to achieve the same functionality as the other endpoints for forking, editing, regenerating.

The upside, is that I'm making my own "assistants api" alternative which will allow for all of this, nearing completion: #3607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants