mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
feat: merge geekan:dev
This commit is contained in:
parent
ad639b9906
commit
e6a5e8e4ad
1 changed files with 0 additions and 1 deletions
|
|
@ -181,7 +181,6 @@ class WebBrowseAndSummarize(Action):
|
|||
desc: str = "Explore the web and provide summaries of articles and webpages."
|
||||
browse_func: Union[Callable[[list[str]], None], None] = None
|
||||
web_browser_engine: WebBrowserEngine = WebBrowserEngine(
|
||||
options={}, # FIXME: REMOVE options?
|
||||
engine=WebBrowserEngineType.CUSTOM if browse_func else None,
|
||||
run_func=browse_func,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue