Merge remote-tracking branch 'origin/dev_tool_selection' into dev_tool_selection

This commit is contained in:
lidanyang 2023-12-07 20:45:22 +08:00
commit 824e285cc7
8 changed files with 139 additions and 52 deletions

View file

@ -7,7 +7,7 @@ from typing import Any, Callable, Coroutine, Literal, overload
from metagpt.config import CONFIG
from metagpt.tools import WebBrowserEngineType
from metagpt.utils.parse_html import WebPage
# from metagpt.utils.parse_html import WebPage
class WebBrowserEngine: