-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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
Prompt file update for more specific command identification #172
Prompt file update for more specific command identification #172
Conversation
Fyi, here's what I was referring to regarding Langchain: https://python.langchain.com/en/latest/modules/agents/agents/examples/mrkl_chat.html - note their descriptions next to each tool. |
Recommended change in PR #170 to switch the command and thoughts. |
@robinicus This seems a very good idea. |
The prompt did actually use to be like this, but I reduced it to reduce the token count. I suppose it's probably a good trade-off though. Will Benchmark! |
Rebase against the current master, please. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
This is a mass message from the AutoGPT core team. For more details (and for infor on joining our Discord), please refer to: |
@robinicus we're currently building challenges in order to measure the effect of these types of changes, and I would like to discuss with you. Please join use on Discord through this link https://discord.gg/autogpt (if not already) DM me on the Auto-GPT discord channel (my discord is merwanehamadi). |
You might also want to take a look at the following recent comments (look at the summary that @valayDave come up with): |
See: |
Closing in favor of #4683 and marking with |
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com>
Taking inspiration from the method that Langchain uses to instruct the bot on which tool to use, I've fleshed out each of the tools with a brief description to help the bot make a better decision. In testing it appears to work well and the bot seems to find its way to the goal faster.