mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 14:25:25 -05:00
- Change convert_openai_tool_fmt_to_anthropic return type from Iterable[ToolParam] | NotGiven to list[ToolParam] | None - Use conditional kwargs for Anthropic tools parameter - Fix get_parallel_tool_calls to return NotGiven instead of Omit (openai.omit doesn't exist, openai.NOT_GIVEN is correct)