From ca84ee3b18c13215a65ded830b7eda0f08f1f863 Mon Sep 17 00:00:00 2001 From: Edi Piqoni Date: Sun, 5 Oct 2025 17:30:39 +0200 Subject: [PATCH] change review prompt --- llm/llm.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llm/llm.go b/llm/llm.go index 0fb790b..c9a3f3e 100644 --- a/llm/llm.go +++ b/llm/llm.go @@ -311,7 +311,9 @@ What to do: - Provide concrete, actionable suggestions or quick patches when simple. - Call out anything that requires additional context or tests. -Output format should be in Markdown syntax and have these sections: +Format your response in markdown, with code examples where relevant using appropriate syntax highlighting. + +It should have these sections: Summary: - One or two sentences summarizing the change and risk profile.