Commit f0e6b5b
committed
fix(web): let the chat reason on analysis questions instead of refusing
"How could this be useful for other papers?" got "the provided
documents do not state..." - the no-speculation clause meant to stop
hallucinated facts was also blocking synthesis, which is the entire
point of such questions. A new clause separates the two: analysis
questions (implications, comparisons, transfer) are answered by
reasoning from the cited context, labeled as the model's own
interpretation; the refusal phrase stays reserved for missing facts.1 parent d0d001c commit f0e6b5b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
0 commit comments