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: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -284,8 +284,8 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
284
284
val jobSummary = testGenerationResponse?.testGenerationJob()?.jobSummary()?.trim().orEmpty()
285
285
286
286
val cleanedPlanSummary = jobSummary
287
-
.replace(Regex("^```\\s*"), "") //Remove leading triple backticks
0 commit comments