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

Message retries are broken. Message edits "appear" broken. #480

Open
johnjcsmith opened this issue Jan 5, 2025 · 0 comments
Open

Message retries are broken. Message edits "appear" broken. #480

johnjcsmith opened this issue Jan 5, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@johnjcsmith
Copy link
Contributor

johnjcsmith commented Jan 5, 2025

Changes in #462 which do not allow message object mutation have broken the retry mechanisms in the UI:

  • "Retry" on a template message is a no-op. Clicking it moves a run to "pending" without mutating the chat state.
  • Message editing is not "broken", but editing a message results in a duplicate message which appears broken.

A few options would be to:

  • Mutate the message state (which we have opted-against)
  • Drop the retry / message editing features
  • "Fork" the run on message edit or similar to avoid mutating the message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant