ZIm/crates/open_ai/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
..
open_ai.rs open_ai: Disable parallel_tool_calls (#28056) 2025-04-03 22:07:37 +00:00
supported_countries.rs Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00