Map<String, dynamic> toJson() { return { 'prompt': prompt, if (attachments.isNotEmpty) 'attachments': attachments.map((a) => a.toJson()).toList(), if (mode != null) 'mode': mode!.toJsonValue(), }; }