Skip to content

v3.0.0b16

Pre-release
Pre-release

Choose a tag to compare

@Oaklight Oaklight released this 15 Apr 16:40
· 37 commits to master since this release

Fixed

  • Gemini parallel tool call rejection via ARGO gateway (#109): The ARGO gateway rejects requests containing parallel tool calls (multiple tool_calls in a single assistant message) for Gemini models. argo-proxy now detects Gemini-family models and automatically reorders parallel tool calls into sequential assistant+tool message pairs before forwarding upstream. The reordering logic has been extracted from the legacy pipeline into utils/tool_calls.py for long-term maintainability

Changed

  • Bumped llm-rosetta to >=0.5.1

Full Changelog: v3.0.0b15...v3.0.0b16
PyPI: https://pypi.org/project/argo-proxy/3.0.0b16/