Remove corpus counts from chat chrome
This commit is contained in:
@@ -259,7 +259,8 @@ def test_real_rag_agent_end_to_end_through_the_http_api():
|
||||
"needs_clarify": False, "clarify_reason": None,
|
||||
},
|
||||
answer_payload={
|
||||
"answer": f"{record['text']} [1].", "evidence_sufficient": True,
|
||||
"claims": [{"text": record["text"], "citations": [1]}],
|
||||
"evidence_sufficient": True,
|
||||
},
|
||||
)
|
||||
understander = LlmQueryUnderstander(
|
||||
|
||||
Reference in New Issue
Block a user