feat: prioritise follow-up questions by information value
This commit is contained in:
@@ -107,5 +107,8 @@ describe("buildGraphUpdatePrompt", () => {
|
||||
expect(prompt).toContain(
|
||||
"selectedQuestion.question must be one narrow non-compound question",
|
||||
);
|
||||
expect(prompt).toContain(
|
||||
"the engine will deterministically choose final priority after validation",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user