Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess authored Feb 26, 2024
1 parent 2b1523b commit a760233
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/shared/src/experimentation/FeatureFlagProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export enum FeatureFlag {
// (Enabling users to use Cody Pro for free for 3-months starting in late Q4'2023.)
CodyProTrialEnded = 'cody-pro-trial-ended',

// A feature flag to test potential chat experiments. No functionality is gated by it.
CodyChatMockTest = 'cody-chat-mock-test',
// When enabled, fuses embeddings and symf context for chat.
CodyChatFusedContext = 'cody-chat-fused-context',

Expand Down
4 changes: 0 additions & 4 deletions vscode/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
type ChatEventSource,
ConfigFeaturesSingleton,
type ConfigurationWithAccessToken,
FeatureFlag,
PromptMixin,
featureFlagProvider,
graphqlClient,
Expand Down Expand Up @@ -201,9 +200,6 @@ const register = async (
contextProvider,
}

// Evaluate a mock feature flag for the purpose of an A/A test. No functionality is affected by this flag.
await featureFlagProvider.evaluateFeatureFlag(FeatureFlag.CodyChatMockTest)

const chatManager = new ChatManager(
{
...messageProviderOptions,
Expand Down

0 comments on commit a760233

Please sign in to comment.