diff --git a/internal/runtime/executor/antigravity_executor.go b/internal/runtime/executor/antigravity_executor.go index 730a32fb..b74f43e1 100644 --- a/internal/runtime/executor/antigravity_executor.go +++ b/internal/runtime/executor/antigravity_executor.go @@ -537,6 +537,8 @@ func (e *AntigravityExecutor) buildRequest(ctx context.Context, auth *cliproxyau strJSON = util.DeleteKey(strJSON, "maxLength") strJSON = util.DeleteKey(strJSON, "exclusiveMinimum") strJSON = util.DeleteKey(strJSON, "exclusiveMaximum") + strJSON = util.DeleteKey(strJSON, "$ref") + strJSON = util.DeleteKey(strJSON, "$defs") paths = make([]string, 0) util.Walk(gjson.Parse(strJSON), "", "anyOf", &paths)