This commit is contained in:
mmrbnjd
2025-08-13 18:37:26 +03:30
parent 7a28196cde
commit eeb659a0df
3 changed files with 47 additions and 35 deletions

View File

@@ -67,6 +67,7 @@ namespace HushianWebApp.Service
public async Task<ChatItemResponseDto?> ADDChatResponse(int conversationID, string text, ConversationType type,
string? fileName, string? fileType, byte[]? fileContent)
{
if (text == null) text = "";
var response = await _baseController.Post($"{BaseRoute}ADDChatResponse", new ADD_ConversationResponseDto()
{
ConversationID = conversationID,