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

fix typo in files of autogpts/forge/forge/ folder #5978

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thapasusheel
Copy link

Background

This PR fix typo in the files of autogpts/forge/forge/ folder

Changes πŸ—οΈ

possabilities > possibilities
offical > official
reoccurrence > recurrence
occured > occurred

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

@netlify
Copy link

netlify bot commented Oct 27, 2023

βœ… Deploy Preview for auto-gpt-docs ready!

Name Link
πŸ”¨ Latest commit dadf6db
πŸ” Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/653b92c60874dc0008141857
😎 Deploy Preview https://deploy-preview-5978--auto-gpt-docs.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@Swiftyos Swiftyos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Contributor

@andrewhooker2 andrewhooker2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great thank you for finding the spelling errors!

Copy link
Contributor

@andrewhooker2 andrewhooker2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding these spelling errors!

@@ -11,7 +11,7 @@ class AgentException(Exception):
message: str

hint: Optional[str] = None
"""A hint which can be passed to the LLM to reduce reoccurrence of this error"""
"""A hint which can be passed to the LLM to reduce recurrence of this error"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence flow is a bit off maybe we can say something like:

Suggested change
"""A hint which can be passed to the LLM to reduce recurrence of this error"""
"""A hint that can be given to the language model to lessen the frequency of this error."""

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label May 15, 2024
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts Automatically applied to PRs with merge conflicts size/m
Projects
Status: πŸ‘πŸΌ Mergeable
Development

Successfully merging this pull request may close these issues.

None yet

3 participants