Avoid wildcard pattern in ResponseEvent::Completed match

This commit is contained in:
Charles Cunningham
2026-02-12 15:10:11 -08:00
parent 8ede3474e6
commit 227fad55a3

View File

@@ -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;