Remove corpus counts from chat chrome
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user