Fix medium thinking chat failed in thinking (#18008)

This commit is contained in:
Wang Qi
2026-08-07 21:39:24 +08:00
committed by GitHub
parent 8e37f5543a
commit ba7d65a4ec

View File

@@ -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", []),