ZIm/crates/language_models/src/provider
Oleksiy Syvokon d42cb111f4
agent: Fix tool use in Gemini (#30689)
Thread doesn't run pending tools when `stop_reason` is not `ToolUse`.
Perhaps we should change that so that it always runs pending tools if
there are some, but for now this change just fixes setting `stop_reason`
for Google models.

Release Notes:

- N/A
2025-05-14 15:43:17 +03:00
..
anthropic.rs Add image input support for OpenAI models (#30639) 2025-05-13 17:32:42 +02:00
bedrock.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
cloud.rs agent: Remove unused max monthly spend reached error (#30615) 2025-05-13 09:43:13 +00:00
copilot_chat.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
deepseek.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
google.rs agent: Fix tool use in Gemini (#30689) 2025-05-14 15:43:17 +03:00
lmstudio.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
mistral.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
ollama.rs Have read_file support images (#30435) 2025-05-13 10:58:00 +02:00
open_ai.rs Add image input support for OpenAI models (#30639) 2025-05-13 17:32:42 +02:00