Asking the model to compare the before and after images of a failed step. It resolves the run fine — run_get_scenario comes back with the screenshot URIs — but reading one of them fails:
No such screenshot: 02-after.pngThe same file opens in the run detail page in the web UI, so it exists somewhere. The URI the tool handed back has the shape sdods://screenshot/{runId}/{fingerprint}/{retry}/{file}, and I am passing it back verbatim.
Is the retry segment the attempt index or the retry count? Wondering whether the first attempt is 0 and I am off by one on a scenario that passed on retry.