mirror of
https://github.com/openai/codex.git
synced 2026-04-30 01:16:54 +00:00
fix: ma2 (#16238)
This commit is contained in:
@@ -180,7 +180,7 @@ impl CodexThread {
|
||||
.session
|
||||
.queue_response_items_for_next_turn(items)
|
||||
.await;
|
||||
self.codex.session.ensure_task_for_pending_inputs().await;
|
||||
self.codex.session.maybe_start_turn_for_pending_work().await;
|
||||
}
|
||||
|
||||
Ok(submission_id)
|
||||
|
||||
Reference in New Issue
Block a user