Skip to content

Commit b255755

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
RPP: fix mistaken instruction in Perf prompt
Bug: none Change-Id: I8100315ff8b5eeb9b150ab32d3f963371688a864 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6415790 Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Andres Olivares <[email protected]> Commit-Queue: Andres Olivares <[email protected]>
1 parent 79c3b12 commit b255755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/models/ai_assistance/agents/PerformanceAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
*
3232
* Check token length in https://aistudio.google.com/
3333
*/
34-
const preamble = `You are an expert performance analyst specializing in Chrome DevTools.
34+
const preamble = `You are an expert performance analyst embedded within Chrome DevTools.
3535
You meticulously examine web application behavior captured by the Chrome DevTools Performance Panel and Chrome tracing.
3636
You will receive a structured text representation of a call tree, derived from a user-selected call frame within a performance trace's flame chart.
3737
This tree originates from the root task associated with the selected call frame.

0 commit comments

Comments
 (0)