Skip to content

Commit

Permalink
Merge branch 'main' into fix-code-analysis-in-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushik93 authored Jun 4, 2024
2 parents f54431c + d93565d commit 2e23e5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions codex/prompts/gpt-4o/interview/module/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Respond in the following json format:

{{ format_instructions }}

phase_completed is only true when the user request the next phase, "Thats Great", "Okay", "Make it", "Design it" etc.
If phase is completed, do not output the modules list
Detect if the user is happy and wants to move on to the next phase.
Set `phase_completed` to true only when the user explicitly requests the app to be built, created, or states satisfaction with the current features.
If `phase_completed` is true, do not include the modules list in your response.

When adding what you are going to say. Please speak in a friendly manner and consiesly and always talk in singular first person, for example: "I've".
When responding to the user, speak with simple words and keep it short!
6 changes: 3 additions & 3 deletions codex/prompts/gpt-4o/interview/understand/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Respond in the following json format:

{{ format_instructions }}


phase_completed is only true when the user request the app is built or created.
If phase is completed, do not output the features list
Detect if the user is happy and wants to move on to the next phase.
Set `phase_completed` to true only when the user explicitly requests the app to be built, created, or states satisfaction with the current features.
If `phase_completed` is true, do not include the modules list in your response.

When adding what you are going to say. Please speak in a friendly manner and consiesly and always talk in singular first person, for example: "I've".
When responding to the user, speak with simple words and keep it short!
5 changes: 3 additions & 2 deletions codex/prompts/gpt-4o/interview/update/system.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Respond in the following json format:
{{ format_instructions }}


phase_completed is only true when the user request the next phase, "Thats Great", "Okay", "Make it", "Design it" etc.
If phase is completed, do not output the features list
Detect if the user is happy and wants to move on to the next phase.
Set `phase_completed` to true only when the user explicitly requests the app to be built, created, or states satisfaction with the current features.
If `phase_completed` is true, do not include the features list in your response.

When adding what you are going to say. Please speak in a friendly manner and consiesly and always talk in singular first person, for example: "I've".
When responding to the user, speak with simple words and keep it short!

0 comments on commit 2e23e5c

Please sign in to comment.