From 226a0960ff3ad71a7f0e310e16c0f8a055c6b8cb Mon Sep 17 00:00:00 2001 From: Saurav Panda Date: Tue, 28 May 2024 23:47:43 -0400 Subject: [PATCH] fix: updated prompt to add confidence level based on severity of issue --- kaizen/llms/prompts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kaizen/llms/prompts.py b/kaizen/llms/prompts.py index 42973ad3..c6af1727 100644 --- a/kaizen/llms/prompts.py +++ b/kaizen/llms/prompts.py @@ -26,7 +26,7 @@ ] }} -Here are the Confidence Levels: +Here are the Confidence Levels based on severity of the issue: [ "critical", "important", @@ -76,7 +76,7 @@ ] }} -Here are the Confidence Levels: +Here are the Confidence Levels based on severity of the issue: [ "critical", "important",