Skip to content

Commit 7a7052f

Browse files
authored
fix(core): display actual graph output in tracker_visualize tool (#21455)
1 parent ee2f642 commit 7a7052f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/tools/trackerTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ class TrackerVisualizeInvocation extends BaseToolInvocation<
566566

567567
return {
568568
llmContent: output,
569-
returnDisplay: 'Graph rendered.',
569+
returnDisplay: output,
570570
};
571571
}
572572
}

0 commit comments

Comments
 (0)