mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-11 03:36:42 +08:00
feat: 支持非流式传输功能
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Yi.Framework.AiHub.Application.Contracts.Dtos;
|
||||
|
||||
public class MessageInputDto
|
||||
{
|
||||
public string Content { get; set; }
|
||||
public string? Content { get; set; }
|
||||
public string Role { get; set; }
|
||||
public string ModelId { get; set; }
|
||||
public string? Remark { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user