mirror of
https://github.com/langchain-ai/deep_research_from_scratch.git
synced 2026-08-26 18:47:11 -04:00
[GH-ISSUE #6] Reflection does nothing, make sense? #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @XinyueZ on GitHub (Sep 7, 2025).
Original GitHub issue: https://github.com/langchain-ai/deep_research_from_scratch/issues/6
The tool of
think_tooldoes nothing, just returns arg, can you explain why?https://github.com/langchain-ai/deep_research_from_scratch/blob/main/src%2Fdeep_research_from_scratch%2Futils.py#L214-L214
@jameskanyiri commented on GitHub (Sep 19, 2025):
The think_tool help to add a step to stop and think about whether it has all the information it needs to move forward. Think of it like a reasoning step to access what has been done and what need to be done next
Reflection does nothing, make sense?to [GH-ISSUE #6] Reflection does nothing, make sense?