mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 16:06:50 +00:00
refactor: refine teh background check logic (#306)
This commit is contained in:
@@ -20,6 +20,7 @@ MOCK_SEARCH_RESULTS = [
|
||||
def mock_state():
|
||||
return {
|
||||
"messages": [HumanMessage(content="test query")],
|
||||
"research_topic": "test query",
|
||||
"background_investigation_results": None,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user