Merge branch 'command_registry' of https://github.com/kreneskyp/Auto-GPT into plugin-support

This commit is contained in:
BillSchumacher
2023-04-16 15:25:21 -05:00
18 changed files with 439 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ FILE_DIR = Path(__file__).parent.parent
CFG = Config()
@command("browse_website", "Browse Website", '"url": "<url>", "question": "<what_you_want_to_find_on_website>"')
def browse_website(url: str, question: str) -> tuple[str, WebDriver]:
"""Browse a website and return the answer and links to the user