mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
use thread id
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user