feat: 支持错误处理

This commit is contained in:
chenchun
2025-07-28 13:15:42 +08:00
parent bf443963c8
commit e1d3ec21e5
3 changed files with 8 additions and 7 deletions

View File

@@ -9,10 +9,10 @@ namespace Yi.Framework.AiHub.Application.Contracts.Dtos.OpenAi;
/// </summary>
public class ThorChatCompletionsRequest
{
public ThorChatCompletionsRequest()
{
Messages = new List<ThorChatMessage>();
}
// public ThorChatCompletionsRequest()
// {
// Messages = new List<ThorChatMessage>();
// }
[JsonPropertyName("store")] public bool? Store { get; set; }