Skip to content

Commit

Permalink
fix: genAiFunction changes structure to be a bundle (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Aug 20, 2024
1 parent 944b0d8 commit a55223f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"experiencePropertyTypeBundles": "experiencepropertytypebundle",
"experiences": "experiencebundle",
"fieldRestrictionRules": "fieldrestrictionrule",
"genAiFunctions": "genaifunction",
"integrationHub": "integrationhubsettings",
"lwc": "lightningcomponentbundle",
"mktDataSources": "datasource",
Expand Down Expand Up @@ -293,7 +294,6 @@
"function": "functionreference",
"fundraisingConfig": "fundraisingconfig",
"gatewayProviderPaymentMethodType": "gatewayproviderpaymentmethodtype",
"genAiFunction": "genaifunction",
"genAiPlanner": "genaiplanner",
"genAiPlugin": "genaiplugin",
"genAiPromptTemplate": "genaiprompttemplate",
Expand Down Expand Up @@ -2676,7 +2676,10 @@
"id": "genaifunction",
"inFolder": false,
"name": "GenAiFunction",
"suffix": "genAiFunction"
"strategies": {
"adapter": "bundle"
},
"strictDirectoryName": true
},
"genaiplanner": {
"directoryName": "genAiPlanners",
Expand Down

0 comments on commit a55223f

Please sign in to comment.