update module.

This commit is contained in:
刘棒棒 2024-01-16 11:57:08 +08:00
parent f9b1cce654
commit 29fd7117ef

View file

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