You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`enableMessageHistory`|`boolean?`| If set to `true`, the most recent messages of a conversation will be persisted in the local storage. Defaults to `false`. |
358
-
|`maxMessageCount`|`number?`| When message history is enabled, sets the max number of messages to store. Defaults to 10. |
359
-
|`prefix`|`string?`| Prefix for local storage keys allowing communication with different bots from the same domain (used for both `userId` and message history). |
|`enableMessageHistory`|`boolean?`| If set to `true`, the most recent messages of a conversation will be persisted in the local storage. Defaults to `false`. |
358
+
|`historyMaxAge`|`number?`| If set to a positive value, represents the number of seconds before the message history is cleared (the timeout is reset after each message received). |
359
+
|`maxMessageCount`|`number?`| When message history is enabled, sets the max number of messages to store. Defaults to 10. |
360
+
|`prefix`|`string?`| Prefix for local storage keys allowing communication with different bots from the same domain (used for both `userId` and message history). |
0 commit comments