Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion llm/llm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading