@meetelise/chat 1.43.19 → 1.43.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/disclaimers.ts +1 -1
package/package.json
CHANGED
package/src/disclaimers.ts
CHANGED
|
@@ -14,7 +14,7 @@ const disclaimerStyles = {
|
|
|
14
14
|
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
// States where we need to say "you are interacting with generative AI"
|
|
17
|
+
// States where we need to say "you are interacting with generative AI".
|
|
18
18
|
const GENERATIVE_AI_DISCLAIMER_STATES = ["UT", "ME"];
|
|
19
19
|
|
|
20
20
|
export const CURRENT_CONSENT_ID = "currentConsentId";
|