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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -372,15 +372,16 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
372
372
val jobSummary = testGenerationResponse?.testGenerationJob()?.jobSummary()?.trim() ?:""
373
373
374
374
val cleanedPlanSummary = jobSummary
375
-
.replace(Regex("^```\\s*"), "") // Remove leading triple backticks
0 commit comments