feat: surface llm retry and continuation state

This commit is contained in:
2026-05-26 07:13:59 +09:00
parent 41402c0951
commit be753099ae
20 changed files with 626 additions and 245 deletions
+1
View File
@@ -101,6 +101,7 @@ impl LlmClient for MockClient {
status: Some(500),
code: Some("mock".into()),
message: "No more responses".into(),
retry_after: None,
});
}
let response = self.responses[count].clone();