You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description_string="""Fixes the provided JSON string to make it parseable. If the schema is provided, the JSON will be made to look like the schema, otherwise it will be made to look like a valid JSON object."""
description_string="""Fixes the provided JSON string to make it parseable. If the schema is provided, the JSON will be made to look like the schema, otherwise it will be made to look like a valid JSON object."""
32
+
33
+
# If it doesn't already start with a "`", add one:
"text": "I suggest we start browsing the repository to find any issues that we can fix.",
46
+
"reasoning": "Browsing the repository will give us an idea of the current state of the codebase and identify any issues that we can address to improve the repo.",
47
+
"plan": "- Look through the repository to find any issues.\n- Investigate any issues to determine what needs to be fixed\n- Identify possible solutions to fix the issues\n- Open Pull Requests with fixes",
48
+
"criticism": "I should be careful while browsing so as not to accidentally introduce any new bugs or issues.",
49
+
"speak": "I will start browsing the repository to find any issues we can fix."
"text": "I suggest we start browsing the repository to find any issues that we can fix.",
62
+
"reasoning": "Browsing the repository will give us an idea of the current state of the codebase and identify any issues that we can address to improve the repo.",
63
+
"plan": "- Look through the repository to find any issues.\n- Investigate any issues to determine what needs to be fixed\n- Identify possible solutions to fix the issues\n- Open Pull Requests with fixes",
64
+
"criticism": "I should be careful while browsing so as not to accidentally introduce any new bugs or issues.",
65
+
"speak": "I will start browsing the repository to find any issues we can fix."
# Test that a REALLY invalid JSON string raises an error when try_to_fix_with_gpt is False
75
+
json_str="""I will first need to browse the repository (https://github.com/Torantulino/Auto-GPT) and identify any potential bugs that need fixing. I will use the "browse_website" command for this.
0 commit comments