Workerの自動キャッシュロック

This commit is contained in:
2026-04-11 18:47:33 +09:00
parent f241dafac8
commit 9b78c51d0a
23 changed files with 375 additions and 352 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
// 5. Extract the assistant's reply from history
let history = pod.session_mut().worker.history();
let history = pod.session_mut().worker().history();
if let Some(text) = history
.iter()
.rev()