Skip to content

Commit

Permalink
feat: merge geekan:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
莘权 马 committed Dec 24, 2023
1 parent ad639b9 commit e6a5e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metagpt/actions/research.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit e6a5e8e

Please sign in to comment.