Ignore:
Timestamp:
03/19/26 23:26:14 (4 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
acf690c
Parents:
e294f7d
Message:

Added frontend and imporoved AI Suggestions service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Application/AISuggestion/Commands/AddHandler.cs

    re294f7d rb62cefc  
    2323                SuggestedText = request.SuggestedText,
    2424                StoryId = request.StoryId,
    25                 Accepted = false,
     25                Accepted = null,
    2626                CreatedAt = DateTime.UtcNow
    2727            };
Note: See TracChangeset for help on using the changeset viewer.