This commit is contained in:
mmrbnjd
2025-08-18 14:18:08 +03:30
parent 7ce8812098
commit 067607d98a
19 changed files with 715 additions and 55 deletions

View File

@@ -9,7 +9,7 @@ namespace Common.Dtos
public class aiNewResponseDto
{
public int companyId { get; set; }
public int userId { get; set; }
public string aiKeyUser { get; set; }
public string requestText { get; set; }
}
public class aiResponseDto