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

Command Mapper #20

Open
rpolitex opened this issue Sep 13, 2023 · 0 comments
Open

Command Mapper #20

rpolitex opened this issue Sep 13, 2023 · 0 comments

Comments

@rpolitex
Copy link

rpolitex commented Sep 13, 2023

Hi, guys.
This is Roman - CTO from Sinai RnD.

I played for several weeks with different GPT Agents. And I'm really interested in BeeBot's potential, approach and tools-focusing.
Thank you a lot for your outstanding work!

During my tries with BeeBot, I mentioned interesting behaviour. Sometimes AI decides to choose a command that does not exist in the list of available commands but is close to it. For example:

  • save_data(data="Important data", file_name="data.txt") instead of write_file(filename="data.txt", text_content="Important data")
  • python(function_call="google_search", question="How much is the fish?") instead of google_search (query="How much is the fish")

Finally, I wrote and tested a very small fix that asks AI to map a non-exited command to an exited one if such behaviour occurs.

Do you think that this approach makes sense and is it worse to make a PR for it?

@erik-megarad @romanzubenko

@rpolitex rpolitex changed the title Mapper Command Mapper Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant