chore: handle rolled back run result clients

This commit is contained in:
2026-05-23 12:51:40 +09:00
parent 03e7795130
commit 9fc3653502
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
PodRunResult::Finished => println!("(finished)"),
PodRunResult::Paused => println!("(paused)"),
PodRunResult::LimitReached => println!("(turn limit reached)"),
PodRunResult::RolledBack => println!("(empty turn rolled back)"),
}
// 5. Extract the assistant's reply from history