mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update scrape_web module.
This commit is contained in:
parent
559a1604ad
commit
b430e2c88f
1 changed files with 1 additions and 1 deletions
|
|
@ -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="",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue