ZIm/crates/language_models
Vladimir Kuznichenkov c6ff58675f
bedrock: Fix empty tool input on project diagnostic in bedrock (#33369)
Bedrock [do not accept][1] `null` as a JSON value input for the tool
call when called back.

Instead of passing null, we will pass back an empty object, which is
accepted by API

Closes #33204

Release Notes:

- Fixed project diagnostic tool call for bedrock

[1]:
https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ToolUseBlock.html
2025-06-25 14:28:36 +03:00
..
src bedrock: Fix empty tool input on project diagnostic in bedrock (#33369) 2025-06-25 14:28:36 +03:00
Cargo.toml Add support for Vercel as a language model provider (#33292) 2025-06-24 11:02:06 -03:00
LICENSE-GPL Add language_models crate to house language model providers (#20945) 2024-11-20 18:49:34 -05:00