Index: ChapterX.Application/AISuggestion/Commands/AddHandler.cs
===================================================================
--- ChapterX.Application/AISuggestion/Commands/AddHandler.cs	(revision a6e33d1f34c0dbbfff38bfb2c73eea32abfe7cff)
+++ ChapterX.Application/AISuggestion/Commands/AddHandler.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -22,4 +22,5 @@
                 OriginalText = request.OriginalText,
                 SuggestedText = request.SuggestedText,
+                SuggestionType = request.SuggestionType,
                 StoryId = request.StoryId,
                 Accepted = null,
Index: ChapterX.Application/AISuggestion/Commands/AddRequest.cs
===================================================================
--- ChapterX.Application/AISuggestion/Commands/AddRequest.cs	(revision a6e33d1f34c0dbbfff38bfb2c73eea32abfe7cff)
+++ ChapterX.Application/AISuggestion/Commands/AddRequest.cs	(revision e882b92860e1899312f197af1134bb0f33d30d15)
@@ -6,4 +6,5 @@
         string OriginalText,
         string SuggestedText,
+        string SuggestionType,
         int StoryId
     ) : IRequest<AddResponse>;
