agenta
agenta copied to clipboard
[AGE-274] Evaluation: Rerun a cancelled job
Is your feature request related to a problem? Please describe. We want to be able to rerun a cancelled evaluation job by specifying the evaluation ID and job ID.
Describe the solution you'd like
- Add a meta (of type Dict) in the Evaluation db model to store store extra backend-specific information
- When retrieving the created evaluation from the database, include the Job ID in the return
- Implement a POST endpoint for rerunning the evaluation job
Closing this issue as completed will resolve the second issue addressed https://github.com/Agenta-AI/agenta/issues/1196.