Merge branch 'main' into restart-resume

This commit is contained in:
Jack Wotherspoon
2026-03-09 14:53:46 +01:00
committed by GitHub
+1 -1
View File
@@ -566,7 +566,7 @@ class TrackerVisualizeInvocation extends BaseToolInvocation<
return { return {
llmContent: output, llmContent: output,
returnDisplay: 'Graph rendered.', returnDisplay: output,
}; };
} }
} }