enableClearHistory property

bool get enableClearHistory
inherited

Whether to surface a "Clear chat history" item in the chat header's more-options menu. When true (default) the user can wipe their own conversation; when false, the item is hidden.

Surfaced via the server's /api/project/config/ payload (enable_clear_history) — same host-overrides-server precedence as enableUserExport.

Implementation

bool get enableUserExport;/// Whether to surface a "Clear chat history" item in the chat
/// header's more-options menu. When `true` (default) the user can
/// wipe their own conversation; when `false`, the item is hidden.
///
/// Surfaced via the server's `/api/project/config/` payload
/// (`enable_clear_history`) — same host-overrides-server precedence
/// as [enableUserExport].
bool get enableClearHistory;