mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-09 00:47:59 +08:00
Fix medium thinking chat failed in thinking (#18008)
This commit is contained in:
@@ -146,7 +146,6 @@ async def decompose_and_search(state: dict, tools) -> dict:
|
||||
gaps=analysis["gaps"],
|
||||
discovered_claims=[],
|
||||
)
|
||||
ctx.agent_results[c.claim_id] = c.agent_result
|
||||
|
||||
next_queries = _new_queries(
|
||||
analysis.get("next_queries", []),
|
||||
|
||||
Reference in New Issue
Block a user