Remove corpus counts from chat chrome

This commit is contained in:
2026-08-10 17:26:58 +07:00
parent 46469468bb
commit 97cb6d16f4
31 changed files with 2192 additions and 424 deletions
@@ -36,7 +36,8 @@ def test_answer_uses_only_printed_page_citations():
(evidence(source),), "abacavir", "resolved",
)))
answer = service.answer("q", SubjectScope.HUMAN, QueryIntent.FACT_LOOKUP)
assert answer.answer == "Liều được ghi trong nguồn. [1]"
assert answer.answer == "Liều được ghi trong nguồn."
assert answer.blocks[0].claims[0].source_ids
assert answer.citations[0].printed_page_start == 101
assert answer.citations[0].printed_page_end == 103