feat: hoppscotch-common & platform additions for ai experiments (#4222)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Akash K
2024-07-30 12:16:44 +05:30
committed by GitHub
parent 2a37235229
commit d68cfb313e
12 changed files with 208 additions and 18 deletions

View File

@@ -66,6 +66,7 @@ export type SettingsDef = {
COLUMN_LAYOUT: boolean
HAS_OPENED_SPOTLIGHT: boolean
ENABLE_AI_EXPERIMENTS: boolean
}
export const getDefaultSettings = (): SettingsDef => ({
@@ -113,6 +114,7 @@ export const getDefaultSettings = (): SettingsDef => ({
COLUMN_LAYOUT: true,
HAS_OPENED_SPOTLIGHT: false,
ENABLE_AI_EXPERIMENTS: false,
})
type ApplySettingPayload = {