diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx index 7c27bc7..15636fb 100644 --- a/components/reasoning-workspace.jsx +++ b/components/reasoning-workspace.jsx @@ -521,6 +521,7 @@ export default function ReasoningWorkspace({ onAnswerSubmit, lastSubmittedAnswer, onRestart, + branchContext, }) { const [investigationHistory, setInvestigationHistory] = useState([]); const turnCounter = useRef(0); @@ -823,6 +824,21 @@ export default function ReasoningWorkspace({
{branchContext.label}
+ {branchContext.origin && ( ++ Trying to understand: {branchContext.origin} +
+ )} +