From 74a9a288e265fc94a63e7b91ca421cb5f844d468 Mon Sep 17 00:00:00 2001 From: Christian Simon Date: Tue, 28 Oct 2025 10:39:00 +0000 Subject: [PATCH] grafana-flamegraph: Improve prompt for open assistant to analyze flamegraph (#113071) * feat: Improve prompt for open assistant Existing prompt is not specific enough and uses a new visual tool, which will result in taking a screenshot to analyze the flame graph. * Apply suggestion from @cyriltovena less instructions for now. --------- Co-authored-by: Cyril Tovena --- packages/grafana-flamegraph/src/FlameGraphHeader.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/grafana-flamegraph/src/FlameGraphHeader.tsx b/packages/grafana-flamegraph/src/FlameGraphHeader.tsx index 46f6cde182f..fbeb0ad3c6a 100644 --- a/packages/grafana-flamegraph/src/FlameGraphHeader.tsx +++ b/packages/grafana-flamegraph/src/FlameGraphHeader.tsx @@ -90,7 +90,11 @@ const FlameGraphHeader = ({
{!!assistantContext?.length && (
- +
)} {showResetButton && (