Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
// Please do not edit this file except introducing new feature flag settings.
// During cd, we will toggle the value of the feature flag settings in this file from "false" to "true" on alpha and beta version.
// Please list each setting line by line. The default value should be the expected value in stable release, which is false usually.
const shouldEnableTeamsCopilotChatUI = false;
const shouldHideTeamsAgentPreviewTag = false;

export const releaseControlledFeatureSettings = {
shouldEnableTeamsCopilotChatUI,
shouldEnableTeamsCopilotChatUI: false,
shouldHideTeamsAgentPreviewTag,
};
Loading