ZIm/crates/open_router
Umesh Yadav 8ee5bf2c38
open_router: Fix tool_choice getting serialized to null (#34532)
Closes #34314

This PR resolves an issue where serde(untagged) caused Rust None values
to serialize as null, which OpenRouter's Mistral API (when tool_choice
is present) incorrectly interprets as a defined value, leading to a 400
error. By replacing serde(untagged) with serde(snake_case), None values
are now correctly omitted from the serialized JSON, fixing the problem.
P.S. A separate PR will address serde(untagged) usage for other
providers, as null is not expected for them either.

Release Notes:

- Fix ToolChoice getting serialized to null on OpenRouter
2025-07-16 11:44:08 -04:00
..
src open_router: Fix tool_choice getting serialized to null (#34532) 2025-07-16 11:44:08 -04:00
Cargo.toml Add support for OpenRouter as a language model provider (#29496) 2025-06-03 15:59:46 +00:00
LICENSE-GPL Add support for OpenRouter as a language model provider (#29496) 2025-06-03 15:59:46 +00:00