Open
Description
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:
- Find the question in the event store
- Copy its inputs and make sure they're formatted correctly
- 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