Files
zed/crates/open_ai
Marshall Bowers fbb3b058f0 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-05 22:16:04 -05:00
..
2025-04-02 13:26:34 -07:00
2024-03-20 15:52:02 +01:00