chorm: 构建

This commit is contained in:
橙子
2024-07-21 17:57:50 +08:00
parent d9e91bcbf5
commit 616e06d262
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.ChatHub.Domain.Shared.Dtos
{
public class AiChatContextDto
{
public AnswererTypeEnum AnswererType { get; set; }
public string Message { get; set; }
public int Number { get; set; }
}
public enum AnswererTypeEnum
{
Ai,
User
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB