mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
merge mle & interpreter
This commit is contained in:
parent
a2b85641c3
commit
4c1ee630f6
13 changed files with 273 additions and 365 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue