Significant-Gravitas / AutoGPT-Code-Ability

๐Ÿ–ฅ๏ธ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
100 stars 26 forks source link

Simple prompt changes to help interview #276

Closed Bentlybro closed 1 month ago

Bentlybro commented 1 month ago

User description

These prompt changes seem to help it properly understand when the user is happy and wants to continue

image image


PR Type

enhancement


Description


Changes walkthrough ๐Ÿ“

Relevant files
Enhancement
system.j2
Improve phase completion detection and response clarity   

codex/prompts/gpt-4o/interview/module/system.j2
  • Updated instructions to detect user satisfaction for phase completion.
  • Clarified conditions for setting phase_completed to true.
  • Specified not to include modules list if phase_completed is true.
  • +3/-2     
    system.j2
    Improve phase completion detection and response clarity   

    codex/prompts/gpt-4o/interview/understand/system.j2
  • Updated instructions to detect user satisfaction for phase completion.
  • Clarified conditions for setting phase_completed to true.
  • Specified not to include modules list if phase_completed is true.
  • +3/-3     
    system.j2
    Improve phase completion detection and response clarity   

    codex/prompts/gpt-4o/interview/update/system.j2
  • Updated instructions to detect user satisfaction for phase completion.
  • Clarified conditions for setting phase_completed to true.
  • Specified not to include features list if phase_completed is true.
  • +3/-2     

    ๐Ÿ’ก PR-Agent usage: Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    linear[bot] commented 1 month ago

    AGPT-746

    codiumai-pr-agent-pro[bot] commented 1 month ago

    PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

    PR Description updated to latest commit (https://github.com/Significant-Gravitas/codex/commit/7d7758d2db8e4afab8e0c79df398ff65dde71c18)

    codiumai-pr-agent-pro[bot] commented 1 month ago

    PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

    PR Review ๐Ÿ”

    โฑ๏ธ Estimated effort to review [1-5] 2, because the changes are straightforward and localized to specific conditions in the prompt handling logic. The modifications are consistent across multiple files, which simplifies the review process.
    ๐Ÿงช Relevant tests No
    โšก Possible issues Ambiguity in Detection Logic: The new condition "Detect if the user is happy and wants to move on to the next phase" might be too vague and could lead to inconsistent behavior depending on the implementation of the detection logic. It would be beneficial to specify what constitutes happiness or satisfaction in this context.
    ๐Ÿ”’ Security concerns No
    codiumai-pr-agent-pro[bot] commented 1 month ago

    PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here.

    PR Code Suggestions โœจ

    No code suggestions found for PR.