Skip to content

Commit 6682cc1

Browse files
Ebonsignoriashishkeshanheiskr
authored
turn on AI Search for staff ship (#55138)
Co-authored-by: Ashish Keshan <[email protected]> Co-authored-by: Kevin Heis <[email protected]>
1 parent 4cbb9ad commit 6682cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/components/experiments/experiments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const EXPERIMENTS = {
2929
'enterprise-cloud@latest',
3030
'enterprise-server@latest',
3131
], // Only enable for versions
32-
alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
32+
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
3333
turnOnWithURLParam: 'ai_search', /// When the query param `?feature=ai_search` is set, the experiment will be enabled
3434
},
3535
/* Add new experiments here, example:

0 commit comments

Comments
 (0)