export type UserChatMemoryStatusRequestView = { /** * Enable or disable memory use */ enabled: boolean; };