Skip to content

Commit 31ac795

Browse files
manoj-k04Copilot
andauthored
Update src/tools/sdk-utils/common/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b16936c commit 31ac795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/sdk-utils/common/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export async function formatToolResult(
8080
if (runType != "percy-web") {
8181
finalContent.push({
8282
type: "text",
83-
text: "CRITICAL: After the build is run, you MUST explicitly ask the user if they want to perform RCA (Root Cause Analysis) for any failed tests using RCA tool. This step is mandatory and should not be skipped.",
83+
text: "CRITICAL: After the build is run, you MUST explicitly ask the user if they want to perform RCA (Root Cause Analysis) for any failed tests using the RCA tool. This step is mandatory and should not be skipped.",
8484
});
8585
}
8686

0 commit comments

Comments
 (0)