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

Add ability to re-ask a question to the same or different service #701

Open
2 tasks
cortadocodes opened this issue Jan 6, 2025 · 0 comments
Open
2 tasks
Labels
daily-usability feature A new feature of the app

Comments

@cortadocodes
Copy link
Member

Feature request

Use Case

When a question fails, you might want to re-ask it to another similar service (such as a locally running service so it can be debugged).

Current state

This is currently possible but a pain because you have to:

  1. Find the question in the event store
  2. Copy its inputs and make sure they're formatted correctly
  3. Re-ask the question

Proposed Solution

  • Add a function/method for re-asking a question given a question UUID and, optionally, a different SRUID
  • Create an octue question reask CLI command to do this from the command line
@cortadocodes cortadocodes added feature A new feature of the app daily-usability labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
daily-usability feature A new feature of the app
Projects
None yet
Development

No branches or pull requests

1 participant