feat: merge geekan:dev

This commit is contained in:
莘权 马 2023-12-24 12:52:30 +08:00
parent ad639b9906
commit e6a5e8e4ad

View file

@ -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,
)