← Agent Planning & Reasoning
Tree of Thoughts
Also known as: ToT
Tree of Thoughts treats problem solving as a search over a tree where each node is a partial reasoning state. Rather than following a single linear chain of thought, the model generates multiple candidate continuations at each step, evaluates their promise, and explores the most viable branches. This enables backtracking and broader exploration of the solution space at the cost of more model calls.