Skip to content

Commit 5662e93

Browse files
authored
Merge pull request #200 from Cloud-Code-AI/190-split-promptspy-and-segregate-it-for-better-organization
feat: moved prompts to separate files
2 parents cc28b7f + c60a66a commit 5662e93

File tree

14 files changed

+304
-305
lines changed

14 files changed

+304
-305
lines changed

kaizen/generator/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Optional
44
from kaizen.helpers import output, parser
55
from kaizen.llms.provider import LLMProvider
6-
from kaizen.llms.prompts import (
6+
from kaizen.llms.prompts.ui_tests_prompts import (
77
UI_MODULES_PROMPT,
88
UI_TESTS_SYSTEM_PROMPT,
99
PLAYWRIGHT_CODE_PROMPT,

kaizen/helpers/output.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
</strong> Potential Solution:</strong> \n\n{solution}
1818
\n
1919
<blockquote>
20-
<p><code>{file_name} | {start_line} - {end_line}</code></p>
21-
</blockquote>
20+
<p><code>{file_name} | {start_line} - {end_line}</code></p>
21+
<p>request_for_change: {request_for_change}</p>
22+
</blockquote>
2223
</details> \n
2324
2425
"""

kaizen/llms/prompts.py

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)