fix: Invalid type for 'input[x].summary': expected an array of objects, but got null instead

This commit is contained in:
CaIon
2025-08-26 13:17:31 +08:00
parent f249cf9acc
commit 3e5bc637de
5 changed files with 73 additions and 28 deletions
+2
View File
@@ -92,6 +92,8 @@ func OaiResponsesStreamHandler(c *gin.Context, info *relaycommon.RelayInfo, resp
}
}
}
} else {
logger.LogError(c, "failed to unmarshal stream response: "+err.Error())
}
return true
})