Skip to content

Commit 2368609

Browse files
committed
Improving
1 parent 29ed9db commit 2368609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/app/config/project_config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"output_request": "Provide the comprehensive technical plan of all features with clear specifications so developers can use."
2020
},
2121
"cto_programmer": {
22-
"chat_goal": "Translate the technical plan into executable code, generating files for each segment: index.html for HTML, style.css for CSS, script.js for JavaScript, and app.py for Flask.",
23-
"initial_message_chat_1": "Goal: {chat_goal}. Task: Implement features as per the technical plan. Input: {technical_plan}, {tech_scope}. Focus on feature implementation. Consolidate all HTML code into a single file index.html, all CSS into another called style.css, and for Javascript in script.js and for Flask code in to app.py. Limit: {max_exchanges} messages.",
22+
"chat_goal": "Translate the technical plan FULLY and COMPLETELY into executable code, write full functioning implementations, generating files for each segment: index.html for HTML, style.css for CSS, script.js for JavaScript, and app.py for Flask.",
23+
"initial_message_chat_1": "Goal: {chat_goal}. Task: Implement features FULLY and COMPLETELY as per the technical plan. Input: {technical_plan}, {tech_scope}. Focus on feature implementation. Consolidate all HTML code into a single file index.html, all CSS into another called style.css, and for Javascript in script.js and for Flask code in to app.py. Limit: {max_exchanges} messages.",
2424
"initial_message_chat_2": "Goal: {chat_goal}. Here is the technical plan, please ensure that I as the developer create correct implementation, you act as a supervisor. Input: {technical_plan}. Ensure my code quality and adherence to specifications. Finalize with {chat_end}. Limit: {max_exchanges} messages. Respond to: {response_from_secondary}.",
25-
"output_request": "Generate separate files for each part of the code: index.html for HTML, style.css for CSS, script.js for JavaScript, and app.py for Flask."
25+
"output_request": "Generate separate files for each part of the code that is FULLY implemented: index.html for HTML, style.css for CSS, script.js for JavaScript, and app.py for Flask."
2626
},
2727
"programmer_tester": {
2828
"chat_goal": "Write unit tests for the source code provided.",

0 commit comments

Comments
 (0)