Skip to content

Commit 42b9ef4

Browse files
anj-syashodipmore
authored andcommitted
fix(core): display actual graph output in tracker_visualize tool (google-gemini#21455)
1 parent 64e1483 commit 42b9ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)