enableFileAttach property

bool get enableFileAttach
inherited

Whether to render the paperclip attach button in the chat input. When true (default) the user can pick an image to send with their message; when false, the button is hidden.

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

Implementation

bool get enableClearHistory;/// Whether to render the paperclip attach button in the chat
/// input. When `true` (default) the user can pick an image to
/// send with their message; when `false`, the button is hidden.
///
/// Surfaced via the server's `/api/project/config/` payload
/// (`enable_file_attach`) — same host-overrides-server precedence
/// as [enableUserExport].
bool get enableFileAttach;