From d2275a804a6d0fdd046c390447b537ce06a47f5b Mon Sep 17 00:00:00 2001 From: Saurav Panda Date: Fri, 31 May 2024 13:14:58 -0400 Subject: [PATCH] fix: reformatted the prompt output --- kaizen/helpers/output.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kaizen/helpers/output.py b/kaizen/helpers/output.py index 47437ded..bafe25eb 100644 --- a/kaizen/helpers/output.py +++ b/kaizen/helpers/output.py @@ -13,9 +13,9 @@ PR_COLLAPSIBLE_TEMPLATE = """
-[{confidence}] -> {comment} \n\n - Potential Solution: {solution} - +[{confidence}] -> {comment} \n + Potential Solution: \n\n{solution} +\n

{file_name} | {start_line} - {end_line}