Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2026-01-16 11:37:33 +08:00
committed by GitHub
2 changed files with 29 additions and 87 deletions
@@ -209,6 +209,7 @@ func ConvertOpenAIRequestToAntigravity(modelName string, inputRawJSON []byte, _
for _, item := range content.Array() {
switch item.Get("type").String() {
case "text":
node, _ = sjson.SetBytes(node, "parts."+itoa(p)+".text", item.Get("text").String())
p++
case "image_url":
// If the assistant returned an inline data URL, preserve it for history fidelity.