Kalibrierte Scan-Confidence + Cross-Model-Bonus
This commit is contained in:
@@ -822,6 +822,10 @@ app.post('/v1/scan', async (request, response) => {
|
||||
modelUsed = openAiReview.modelUsed || modelUsed;
|
||||
if (grounded.grounded) modelPath.push('catalog-grounded-review');
|
||||
}
|
||||
if (decision.confidence != null) {
|
||||
// Cross-model agreement bonus: both models named the same species.
|
||||
result = { ...result, confidence: decision.confidence };
|
||||
}
|
||||
modelPath.push('openai-review');
|
||||
modelPath.push(decision.reason);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user