merge mle & interpreter

This commit is contained in:
yzlin 2024-02-29 18:23:26 +08:00
parent a2b85641c3
commit 4c1ee630f6
13 changed files with 273 additions and 365 deletions

View file

@ -19,7 +19,8 @@ class ToolType(Enum):
)
DATA_PREPROCESS = ToolTypeDef(
name="data_preprocess",
desc="Only for changing value inplace.",
desc="For preprocessing dataset in a data analysis or machine learning task ONLY,"
"general data operation doesn't fall into this type",
usage_prompt=DATA_PREPROCESS_PROMPT,
)
EMAIL_LOGIN = ToolTypeDef(