Files
AutoGPT/autogpt_platform/backend
Otto 71b4287973 fix(backend): resolve type errors from Anthropic/OpenAI SDK updates
- 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)
2026-02-09 01:13:35 +00:00
..