xlang-ai / OpenAgents

[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild
https://arxiv.org/abs/2310.10634
Apache License 2.0
4.02k stars 447 forks source link

Central issue for text corrections #26

Closed BlankCheng closed 1 year ago

BlankCheng commented 1 year ago

Hello everyone! 👋

In our continuous effort to maintain and improve the quality of our project’s documentation, we have created this central issue to track any minor typos, grammar issues, or textual inconsistencies that you might come across in our project's text files.

How to Contribute?

  1. Find a Typo or Grammar Issue: While browsing through the project’s documentation or code comments, if you find any typos, grammatical mistakes, or any text that could be improved, take note of it.
  2. Leave a Comment: Reply to this issue with the details of the text that needs correction. Please include:
    • The file name and the line number (if possible).
    • The current text.
    • Your proposed correction or improvement.
    • Any additional context or explanation if necessary.

What Happens Next?

Once you’ve left a comment, our maintainers or contributors will review it, and if necessary, discuss the proposed changes with you. We will batch process the corrections to ensure a streamlined and efficient update to our project.

Why a Central Issue?

We believe that having a central place to track these minor corrections will:

Thank You! We appreciate your help in keeping our project's text clear, accurate, and easy to understand. Your contributions play a vital role in ensuring the quality of our project.

Feel free to customize the issue to better suit your project’s needs. This template aims to provide a clear and welcoming message to encourage contributions, streamline the correction process, and maintain high-quality documentation.

abhishek213-alb commented 1 year ago

File name Readme.md

Current Texts-

Suggestions

abhishek213-alb commented 1 year ago

@BlankCheng Please review this

BlankCheng commented 1 year ago

Thanks for pointing out. My only question is why "to" is omitted in the last suggestion. Is "click here to see" more grammarly-correct?

abhishek213-alb commented 1 year ago

yaa sorry by mistake missed it Can I get it merged ???

BlankCheng commented 1 year ago

Yes, after you correct it

abhishek213-alb commented 1 year ago

@BlankCheng Sir please merge the pr after opening it

Davidham3 commented 1 year ago

The file name and the line number: backend/api/tool.py, line 16 The current text: name: name pf a plugin, Your proposed correction or improvement: name: name of a plugin,

Davidham3 commented 1 year ago

The file name and the line number: backend/memory.py, line 103 The current text: # "parent_message_id": the message of the parent message, Your proposed correction or improvement: name: # "parent_message_id": the id of the parent message,

BlankCheng commented 1 year ago

You can solve them in one PR

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 4 days.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 4 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 4 days with no activity.

Priyanshupareek commented 6 months ago

Updated wording in the warning in README file for better clarity and correctness.

File name & line# : OpenAgents/README.md, line 177

Current text:

p.s.: We have renamed some arguments in code for better readability. If you have pulled the code before 10/26/2023, just a reminder that if you want to youpull the latest code, previous local chat history will be lost because of different key names.

Proposed correction or improvement:

P.S.: We have renamed some arguments inthe code for better readability. If you have pulled the code before 10/26/2023, just a reminder that if you pull the latest code, previous local chat history will be lost because of different key names.

image