Files
CLIProxyAPI/internal/translator
sususu98 ff03dc6a2c fix(antigravity): resolve empty functionResponse.name for toolu_* tool_use_id format
The Claude-to-Gemini translator derived function names by splitting
tool_use_id on "-", which produced empty strings for IDs with exactly
2 segments (e.g. toolu_tool-<uuid>). Replace the string-splitting
heuristic with a lookup map built from tool_use blocks during the
main processing loop, with fallback to the raw ID on miss.
2026-03-16 11:18:29 +08:00
..
2026-03-07 09:25:22 +08:00
2026-03-11 10:47:33 +08:00
2026-03-15 02:18:28 +08:00
2025-09-25 10:32:48 +08:00