refine answerMeaning contract around user-supported meaning
This commit is contained in:
@@ -122,7 +122,10 @@ describe("buildGraphUpdatePrompt", () => {
|
||||
"Put any stronger interpretation in answerMeaning.possibleInference",
|
||||
);
|
||||
expect(prompt).toContain(
|
||||
"If the answer is only a relative priority statement, use supportCategory=relative_priority_only and resolutionGuidance=must_remain_unresolved",
|
||||
"supportCategory and resolutionGuidance are optional descriptive hints only",
|
||||
);
|
||||
expect(prompt).toContain(
|
||||
"leave them null rather than inventing rigid category labels",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user