This commit is contained in:
yzlin 2024-02-08 00:26:59 +08:00
parent 8e6d722b8f
commit 0949f166ae

View file

@ -1,8 +1,8 @@
from enum import Enum
from metagpt.prompts.tool_types import (
EDA_PROMPT,
DATA_PREPROCESS_PROMPT,
EDA_PROMPT,
FEATURE_ENGINEERING_PROMPT,
IMAGE2WEBPAGE_PROMPT,
MODEL_EVALUATE_PROMPT,