refactor: refine teh background check logic (#306)

This commit is contained in:
DanielWalnut
2025-06-11 11:10:02 +08:00
committed by GitHub
parent eeff1ebf80
commit 447e427fd3
4 changed files with 19 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ MOCK_SEARCH_RESULTS = [
def mock_state():
return {
"messages": [HumanMessage(content="test query")],
"research_topic": "test query",
"background_investigation_results": None,
}