refactor(prompt): structure constraints people/world and harden formatting
chore(diffusion): raise DIFFUSION_CAP to 100
This commit is contained in:
@@ -63,7 +63,7 @@ const CONFIG = {
|
||||
// Post-verification (Cosine Gate)
|
||||
COSINE_GATE: 0.48, // min cosine(queryVector, stateVector)
|
||||
SCORE_FLOOR: 0.12, // min finalScore = PPR_normalized × cosine
|
||||
DIFFUSION_CAP: 80, // max diffused nodes (excluding seeds)
|
||||
DIFFUSION_CAP: 100, // max diffused nodes (excluding seeds)
|
||||
};
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user