fix(ci): unbreak main — rustfmt warn! + proxy-wasm 0.2.5 for Rust 1.96 (#964)

This commit is contained in:
Musa 2026-06-03 14:38:33 -07:00 committed by GitHub
parent fb794ae7fe
commit dbe6632d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -145,9 +145,7 @@ impl ChatCompletionsRequest {
self.stream_options = None;
}
if self.reasoning_effort.is_some() {
warn!(
"kimi-for-coding: stripping unsupported reasoning_effort from upstream request"
);
warn!("kimi-for-coding: stripping unsupported reasoning_effort from upstream request");
self.reasoning_effort = None;
}
if self.web_search_options.is_some() {