...
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user