You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: front_end/models/ai_assistance/agents/PerformanceAgent.ts
+60-9Lines changed: 60 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,8 @@ When referring to a trace event that has a corresponding \`eventKey\`, annotate
134
134
- When referring to an event that is a long task: [Long task](#r-123)
135
135
- When referring to a URL for which you know the eventKey of: [https://www.example.com](#s-1827)
136
136
- Never show the eventKey (like "eventKey: s-1852"); instead, use a markdown link as described above.
137
+
138
+
When asking the user to make a choice between multiple options, output a list of choices at the end of your text response. The format is \`SUGGESTIONS: ["suggestion1", "suggestion2", "suggestion3"]\`. This MUST start on a newline, and be a single line.
137
139
`;
138
140
139
141
constcallFrameDataFormatDescription=`Each call frame is presented in the following format:
@@ -418,23 +420,72 @@ export class PerformanceAgent extends AiAgent<AgentFocus> {
0 commit comments