AutoGPT
AutoGPT copied to clipboard
fix typo in autopgt/agent/agent.py
Background
There's a small typo in autogpt/agent/agent.py where the prompt for user input looks like
Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands'n' to exit program, or enter feedback for <ai_name>...
Changes
Fix the typo so the prompt is instead
Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands, 'n' to exit program, or enter feedback for <ai_name>...
Documentation
Test Plan
PR Quality Checklist
- [x] My pull request is atomic and focuses on a single change.
- [ ] I have thoroughly tested my changes with multiple different prompts.
- [x] I have considered potential risks and mitigations for my changes.
- [ ] I have documented my changes clearly and comprehensively.
- [x] I have not snuck in any "extra" small tweaks changes
I haven't tested or documented the change because there isn't really anything to test or document
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| docs | ⬜️ Ignored (Inspect) | Visit Preview | May 13, 2023 0:54am |
Codecov Report
Patch and project coverage have no change.
Comparison is base (
12e806d) 60.93% compared to head (e26ef0b) 60.93%.
Additional details and impacted files
@@ Coverage Diff @@
## master #3747 +/- ##
=======================================
Coverage 60.93% 60.93%
=======================================
Files 73 73
Lines 3315 3315
Branches 543 543
=======================================
Hits 2020 2020
Misses 1156 1156
Partials 139 139
| Impacted Files | Coverage Δ | |
|---|---|---|
| autogpt/agent/agent.py | 47.61% <ø> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This is a mass message from the AutoGPT core team. Our apologies for the ongoing delay in processing PRs. This is because we are re-architecting the AutoGPT core!
For more details (and for infor on joining our Discord), please refer to: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Architecting
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.
looks like a straightforward thing to consider for review/integration even despite the ongoing re-arch effort, to hopefully close some trivial PRs