update scrape_web module.

This commit is contained in:
刘棒棒 2024-01-15 19:02:37 +08:00
parent 559a1604ad
commit b430e2c88f

View file

@ -78,7 +78,7 @@ TOOL_TYPE_MAPPINGS = {
),
"scrape_web": ToolType(
name="scrape_web",
module="metagpt.tools.scrape_web",
module=str(TOOL_LIBS_PATH / "scrape_web"),
desc="Scrape data from web page.",
usage_prompt="",
),