Skip to content

Commit

Permalink
feat(mdTypes): add support for genAiFunction, genAiPlanner (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 20, 2024
1 parent a6f9aad commit 01648b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@
"function": "functionreference",
"fundraisingConfig": "fundraisingconfig",
"gatewayProviderPaymentMethodType": "gatewayproviderpaymentmethodtype",
"genAiFunction": "genaifunction",
"genAiPlanner": "genaiplanner",
"genAiPromptTemplate": "genaiprompttemplate",
"genAiPromptTemplateActivation": "genaiprompttemplateactv",
"geodata": "eclairgeodata",
Expand Down Expand Up @@ -2582,6 +2584,20 @@
"strictDirectoryName": false,
"suffix": "gatewayProviderPaymentMethodType"
},
"genaifunction": {
"directoryName": "genAiFunction",
"id": "genaifunction",
"inFolder": false,
"name": "GenAiFunction",
"suffix": "genAiFunction"
},
"genaiplanner": {
"directoryName": "genAiPlanner",
"id": "genaiplanner",
"inFolder": false,
"name": "GenAiPlanner",
"suffix": "genAiPlanner"
},
"genaiprompttemplate": {
"directoryName": "genAiPromptTemplates",
"id": "genaiprompttemplate",
Expand Down
1 change: 0 additions & 1 deletion src/registry/nonSupportedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const features = [
'FUNDRAISING',
'PARDOTADVANCED', // org:create throws a C-9999 when this is not excluded
'EXTERNALCONNECTIVITY', // for type ExternalAuthIdentityProvider. might work if it were added to a dev hub
'COPILOT', // responds with [Error] EinsteinCopilot : There was an error enabling or disabling a setting \n'
];

export const settings = [
Expand Down

0 comments on commit 01648b4

Please sign in to comment.