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
Our challenges should use the default Auto-GPT mode. In the default mode, we generate the AI Config automatically.
pick one test, for example test_browse_website.and attempt to generate the AI Config automatically at the beginning of the test. You will need to define a prompt that makes the test pass.
replace the browser_agent located in tests/integration/agent_factory.py by this :
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.
Duplicates
Summary 💡
Our challenges should use the default Auto-GPT mode. In the default mode, we generate the AI Config automatically.
pick one test, for example test_browse_website.and attempt to generate the AI Config automatically at the beginning of the test. You will need to define a prompt that makes the test pass.
replace the browser_agent located in tests/integration/agent_factory.py by this :
pick the correct user_desire that makes the test pass.
Apply the same logic for all the tests located in the goal_oriented and challenges folders. Create a PR for each test so it's easier to review.
The text was updated successfully, but these errors were encountered: