use thread id

This commit is contained in:
Owen Lin
2025-11-02 14:05:42 -08:00
parent 644f53a4a4
commit 698c6bd1de
4 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ async fn thread_archive_moves_rollout_into_archived_directory() -> Result<()> {
// Archive the thread.
let archive_id = mcp
.send_thread_archive_request(ThreadArchiveParams {
thread: thread.clone(),
thread_id: thread.id.clone(),
})
.await?;
let archive_resp: JSONRPCResponse = timeout(