refactor(translator): remove session ID logic from signature caching and associated tests

This commit is contained in:
Luis Pater
2026-01-21 12:45:07 +08:00
parent 65ad5c0c9d
commit f775e46fe2
4 changed files with 8 additions and 123 deletions

View File

@@ -70,7 +70,6 @@ func ConvertAntigravityResponseToClaude(_ context.Context, _ string, originalReq
HasFirstResponse: false,
ResponseType: 0,
ResponseIndex: 0,
SessionID: deriveSessionID(originalRequestRawJSON),
}
}
modelName := gjson.GetBytes(requestRawJSON, "model").String()