Index: ChapterX.Application/AISuggestion/Commands/AddHandler.cs
===================================================================
--- ChapterX.Application/AISuggestion/Commands/AddHandler.cs	(revision a6e33d1f34c0dbbfff38bfb2c73eea32abfe7cff)
+++ ChapterX.Application/AISuggestion/Commands/AddHandler.cs	(revision 877c13c3dd0934c1d31da7988d0d2c2c5925ed55)
@@ -23,5 +23,5 @@
                 SuggestedText = request.SuggestedText,
                 StoryId = request.StoryId,
-                Accepted = null,
+                Accepted = false,
                 CreatedAt = DateTime.UtcNow
             };
