Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions docs/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"index": "Introduction",
"getting_started": "Getting Started",
"features": "Features",
"self_hosting_guide": "Self Hosting Guide",
"contributing": "Contributing",
"contact_us": "Contact Us",
"features": "Features"
"contact_us": "Contact Us"
}
4 changes: 3 additions & 1 deletion kaizen/llms/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
PR_DESCRIPTION_PROMPT = """
You are a skilled developer reviewing a pull request. Your task is to generate a concise and well-formatted description that summarizes the main purpose, scope of changes, significant modifications, refactoring, or new features introduced in the pull request.

Please provide the output in the following format:
Please provide the output in the following JSON format:

{{
"desc": "
Expand All @@ -137,6 +137,8 @@
- Focus on covering the most significant aspects of the changes.
- Avoid unnecessary details or repetition of information already present in the pull request title or description.

Make sure the output is in valid JSON format.

The provided information includes:

Pull Request Title: {PULL_REQUEST_TITLE}
Expand Down