From da2f847f2fe5df577aa9361d85f4e5f737584d0b Mon Sep 17 00:00:00 2001 From: David Schach <636977+dschach@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:14:56 -0800 Subject: [PATCH] build(sfdx): enable EinsteinGPTforDevelopers (#139) --- config/no-rt-scratch-def.json | 2 +- config/project-scratch-def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/no-rt-scratch-def.json b/config/no-rt-scratch-def.json index 4d84cde..13441c6 100644 --- a/config/no-rt-scratch-def.json +++ b/config/no-rt-scratch-def.json @@ -1,7 +1,7 @@ { "orgName": "David Schach Record Types", "edition": "Developer", - "features": ["EnableSetPasswordInApi"], + "features": ["EnableSetPasswordInApi", "EinsteinGPTForDevelopers"], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true diff --git a/config/project-scratch-def.json b/config/project-scratch-def.json index cbc2888..50b1f11 100644 --- a/config/project-scratch-def.json +++ b/config/project-scratch-def.json @@ -1,7 +1,7 @@ { "orgName": "David Schach Record Types", "edition": "Developer", - "features": ["EnableSetPasswordInApi", "RecordTypes"], + "features": ["EnableSetPasswordInApi", "RecordTypes", "EinsteinGPTForDevelopers"], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true