Skip to content

Commit c824585

Browse files
Update packages/mobile-web/src/tools/mobile-offline/offline-analysis/tool.ts
Co-authored-by: Kevin Hawkins <khawkins@salesforce.com>
1 parent 977935c commit c824585

File tree

1 file changed

+1
-1
lines changed
  • packages/mobile-web/src/tools/mobile-offline/offline-analysis

1 file changed

+1
-1
lines changed

packages/mobile-web/src/tools/mobile-offline/offline-analysis/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class OfflineAnalysisTool implements Tool {
109109
};
110110
}
111111
private getOrchestrationInstructions(): string {
112-
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+
return ExpertsCodeAnalysisIssuesSchema.shape.orchestrationInstructions.parse(undefined);
113113
}
114114

115115
private analyzeIssues(

0 commit comments

Comments
 (0)