ZIm/crates/language_models/src
Marshall Bowers 819bb8fffb
open_ai: Disable parallel_tool_calls (#28056)
This PR disables `parallel_tool_calls` for the models that support it,
as the Agent currently expects at most one tool use per turn.

It was a bit of trial and error to figure this out. OpenAI's API
annoyingly will return an error if passing `parallel_tool_calls` to a
model that doesn't support it.

Release Notes:

- N/A
2025-04-03 22:07:37 +00:00
..
provider open_ai: Disable parallel_tool_calls (#28056) 2025-04-03 22:07:37 +00:00
ui chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
language_models.rs assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00
provider.rs assistant: Add Bedrock support (#21092) 2025-02-24 18:10:12 -05:00
settings.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
ui.rs assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00