mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
add udf in ML_MODULE_MAP.
This commit is contained in:
parent
52b8ba84d3
commit
cb31ede9c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue