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
return"If you have not already executed the 'sfmobile-web-offline-guidance' tool in this conversation thread: (1) Immediately call the 'sfmobile-web-offline-guidance' tool, (2) Execute all review instructions from the guidance tool's output against the user's LWC component code in the specified format, (3) Combine the review results from step 2 with this tool's analysis results, then refactor the component based on all combined review recommendations.";
112
113
}
113
114
114
-
privatecreateAnalysisMarkdown(
115
-
componentName: string,
116
-
analysisResults: ExpertsCodeAnalysisIssuesType
117
-
): string{
118
-
constmarkdowns: string[]=[];
119
-
markdowns.push(
120
-
`Analysis results for the LWC component ${componentName} are presented below. Please review them and provide a detailed refactoring plan for the component. `
0 commit comments