add udf in ML_MODULE_MAP.

This commit is contained in:
刘棒棒 2023-12-19 17:58:22 +08:00
parent 52b8ba84d3
commit cb31ede9c1

View file

@ -301,6 +301,7 @@ ML_SPECIFIC_PROMPT = {
ML_MODULE_MAP = {
"data_preprocess": "metagpt.tools.functions.libs.data_preprocess",
"feature_engineering": "metagpt.tools.functions.libs.feature_engineering",
"udf": "metagpt.tools.functions.libs.udf",
}
STRUCTURAL_CONTEXT = """