allow retrying seed generations that fail

This commit is contained in:
2025-05-15 18:08:09 -05:00
parent 82bfff0677
commit 06afab3a10
4 changed files with 65 additions and 30 deletions

View File

@@ -43,6 +43,7 @@
} else {
result["status"] = 404;
result["error"] = "generation failed";
result["retry"] = true;
return result;
}
}