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
2 changes: 1 addition & 1 deletion kaizen/llms/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
# TODO: Rephrase prompt to make it more clear and accurate.
UI_MODULES_PROMPT = """
Assign yourself as a quality assurance engineer. Read this code and design comprehensive tests to test the UI
of this html. Break it down into 5-10 seperate modules and return the output as JSON with the following keys:
of this html. Break it down into 5-10 separate modules and return the output as JSON with the following keys:
id - serial number to identify
module_title - title of the identified module
tests - JSON containing list of tests steps to carry out for that module with keys - id, test_description, test_name.
Expand Down