chore(release): prepare v0.8.40

This commit is contained in:
Hunter Bown
2026-05-18 23:29:20 +08:00
parent 4144fc6a2b
commit 912da38cca
23 changed files with 470 additions and 82 deletions
+2 -6
View File
@@ -2716,12 +2716,8 @@ mod tests {
]
});
let result = sanitize_thinking_mode_messages(
&mut body,
"gpt-4o",
Some("max"),
ApiProvider::Openai,
);
let result =
sanitize_thinking_mode_messages(&mut body, "gpt-4o", Some("max"), ApiProvider::Openai);
assert!(result.is_none());
let assistant = body["messages"]