Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed issue with prompt instruction stacking #1

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

NeonN3mesis
Copy link
Owner

@NeonN3mesis NeonN3mesis commented Oct 4, 2023

Background

prompt instructions were stacking making the agent eventually return an error because the prompt was full of repeating instructions

Changes πŸ—οΈ

made sure to reset extra_messages in build_prompt

PR Quality Scorecard ✨

  • Have you used the PR description template?   +2 pts
  • Is your pull request atomic, focusing on a single change?   +5 pts
  • Have you linked the GitHub issue(s) that this PR addresses?   +5 pts
  • Have you documented your changes clearly and comprehensively?   +5 pts
  • Have you changed or added a feature?   -4 pts
    • Have you added/updated corresponding documentation?   +4 pts
    • Have you added/updated corresponding integration tests?   +5 pts
  • Have you changed the behavior of AutoGPT?   -5 pts
    • Have you also run agbenchmark to verify that these changes do not regress performance?   +10 pts

prompt instructions were stacking making the agent eventually return an error because the prompt was full of repeating instructions
@github-actions github-actions bot added the size/s label Oct 4, 2023
@NeonN3mesis NeonN3mesis marked this pull request as ready for review October 4, 2023 03:02
@NeonN3mesis NeonN3mesis merged commit 0406d9c into master Oct 4, 2023
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant