mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Avoid wildcard pattern in ResponseEvent::Completed match
This commit is contained in:
@@ -5800,9 +5800,9 @@ async fn try_run_sampling_request(
|
||||
sess.services.models_manager.refresh_if_new_etag(etag).await;
|
||||
}
|
||||
ResponseEvent::Completed {
|
||||
response_id: _,
|
||||
response_id: _response_id,
|
||||
token_usage,
|
||||
..
|
||||
can_append: _can_append,
|
||||
} => {
|
||||
if let Some(state) = plan_mode_state.as_mut() {
|
||||
flush_proposed_plan_segments_all(&sess, &turn_context, state).await;
|
||||
|
||||
Reference in New Issue
Block a user