mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-05 14:55:18 +02:00
update scrape_web.
This commit is contained in:
parent
02a81abe5d
commit
10129c6ecf
1 changed files with 3 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ from metagpt.prompts.tool_type import (
|
|||
FEATURE_ENGINEERING_PROMPT,
|
||||
MODEL_TRAIN_PROMPT,
|
||||
MODEL_EVALUATE_PROMPT,
|
||||
VISION_PROMPT
|
||||
VISION_PROMPT,
|
||||
)
|
||||
|
||||
|
||||
|
|
@ -81,7 +81,8 @@ TOOL_TYPE_MAPPINGS = {
|
|||
name="scrape_web",
|
||||
module="metagpt.tools.functions.libs.scrape_web.scrape_web",
|
||||
desc="Scrape data from web page.",
|
||||
usage_prompt=""),
|
||||
usage_prompt="",
|
||||
),
|
||||
"vision": ToolType(
|
||||
name="vision",
|
||||
module=str(TOOL_LIBS_PATH / "vision"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue