MemoryStoreDefaultOptions interface
Default memory store configurations.
Properties
| chat_summary_enabled | Whether to enable chat summary extraction and storage. Default is true. |
| user_profile_details | Specific categories or types of user profile information to extract and store. |
| user_profile_enabled | Whether to enable user profile extraction and storage. Default is true. |
Property Details
chat_summary_enabled
Whether to enable chat summary extraction and storage. Default is true.
chat_summary_enabled: boolean
Property Value
boolean
user_profile_details
Specific categories or types of user profile information to extract and store.
user_profile_details?: string
Property Value
string
user_profile_enabled
Whether to enable user profile extraction and storage. Default is true.
user_profile_enabled: boolean
Property Value
boolean