Skip to content

Commit

Permalink
chore(llm): 🚦 create llmMemoTag feature flag (#7963)
Browse files Browse the repository at this point in the history
* chore(llm): create `llmMemoTag`

* chore: update change log
  • Loading branch information
thesan authored Oct 2, 2024
1 parent 41119e8 commit 642c714
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/bright-months-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ledgerhq/types-live": patch
"live-mobile": patch
"@ledgerhq/live-common": patch
---

Create `llmMemoTag`
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ export const DEFAULT_FEATURES: Features = {
web3hub: DEFAULT_FEATURE,
llmMarketQuickActions: DEFAULT_FEATURE,
spamFilteringTx: DEFAULT_FEATURE,
llmMemoTag: DEFAULT_FEATURE,
};

// Firebase SDK treat JSON values as strings
Expand Down
2 changes: 2 additions & 0 deletions libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export type Features = CurrencyFeatures & {
web3hub: Feature_web3hub;
llmMarketQuickActions: DefaultFeature;
spamFilteringTx: Feature_SpamFilteringTx;
llmMemoTag: Feature_MemoTag;
};

/**
Expand Down Expand Up @@ -515,6 +516,7 @@ export type Feature_web3hub = DefaultFeature;
export type Feature_lldNftsGalleryNewArch = DefaultFeature;
export type Feature_lldnewArchOrdinals = DefaultFeature;
export type Feature_SpamFilteringTx = DefaultFeature;
export type Feature_MemoTag = DefaultFeature;

/**
* Utils types.
Expand Down

0 comments on commit 642c714

Please sign in to comment.