AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

fix typo in autopgt/agent/agent.py

Open andrey13771 opened this issue 2 years ago • 6 comments

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

andrey13771 avatar May 03 '23 16:05 andrey13771

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

vercel[bot] avatar May 03 '23 16:05 vercel[bot]

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.

codecov[bot] avatar May 03 '23 22:05 codecov[bot]

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

p-i- avatar May 05 '23 00:05 p-i-

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

github-actions[bot] avatar May 05 '23 19:05 github-actions[bot]

Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.

github-actions[bot] avatar May 06 '23 19:05 github-actions[bot]

looks like a straightforward thing to consider for review/integration even despite the ongoing re-arch effort, to hopefully close some trivial PRs

Boostrix avatar May 07 '23 12:05 Boostrix