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/panels/settings/AISettingsTab.ts
+53-5Lines changed: 53 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ const UIStrings = {
46
46
*/
47
47
sendsDataToGoogleNoLogging:
48
48
'Your content will not be used by human reviewers to improve AI. Your organization may change these settings at any time.',
49
-
50
49
/**
51
50
*@description Text describing a fact to consider when using AI features
52
51
*/
@@ -61,7 +60,7 @@ const UIStrings = {
61
60
*/
62
61
helpUnderstandConsole: 'Helps you understand and fix console warnings and errors',
63
62
/**
64
-
*@description Text describing the 'Console Insights' feature
63
+
*@description Text describing the 'Auto Annotations' feature
65
64
*/
66
65
getAIAnnotationsSuggestions: 'Get AI suggestions for performance panel annotations',
67
66
/**
@@ -117,6 +116,10 @@ const UIStrings = {
117
116
*/
118
117
helpUnderstandStylingNetworkPerformanceAndFile:
119
118
'Get help with understanding CSS styles, network requests, performance, and files',
119
+
/**
120
+
*@description Text describing the 'Code suggestions' feature
121
+
*/
122
+
helpUnderstandCodeSuggestions: 'Get help completing your code',
120
123
/**
121
124
*@description Text which is a hyperlink to more documentation
122
125
*/
@@ -162,6 +165,21 @@ const UIStrings = {
162
165
*/
163
166
generatedAiAnnotationsSendDataNoLogging:
164
167
'Your performance trace is sent to Google to generate an explanation. This data will not be used to improve Google’s AI models.',
168
+
/**
169
+
*@description Description of the 'Code suggestions' feature
170
+
*/
171
+
asYouTypeCodeSuggestions:
172
+
'As you type in the Console or Sources panel, you’ll get code suggestions. Press Tab to accept one.',
173
+
/**
174
+
*@description Explainer for which data is being sent for the 'Code suggestions' feature
175
+
*/
176
+
codeSuggestionsSendData:
177
+
'To generate code suggestions, your console input, the history of your current console session, and the contents of the currently open file are shared with Google. This data may be seen by human reviewers to improve this feature.',
178
+
/**
179
+
*@description Explainer for which data is being sent for the 'Code suggestions' feature when logging is not enabled
180
+
*/
181
+
codeSuggestionsSendDataNoLogging:
182
+
'To generate code suggestions, your console input, the history of your current console session, and the contents of the currently open file are shared with Google. This data will not be used to improve Google’s AI models.',
165
183
/**
166
184
*@description Label for a link to the terms of service
167
185
*/
@@ -210,6 +228,7 @@ export class AISettingsTab extends LegacyWrapper.LegacyWrapper.WrappableComponen
0 commit comments