mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-22 03:19:55 +08:00
chore(openai): 调整目录结构
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
[Newtonsoft.Json.JsonProperty("bindlist")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("bindlist")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectConverter))]
|
||||
public dynamic[] BindList { get; set; } = default!;
|
||||
public dynamic BindList { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-instantiated-property-in-response */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
{
|
||||
/// <summary>
|
||||
@@ -249,9 +248,7 @@ namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
/// 获取或设置抽取结果信息。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("entities")]
|
||||
[Newtonsoft.Json.JsonConverter(typeof(Converters.ResponsePropertyProductPropertyArrayNewtonsoftJsonConverter))]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("entities")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(Converters.ResponsePropertyProductPropertyArraySystemTextJsonConverter))]
|
||||
public Types.Result Result { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-instantiated-property-in-response */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
{
|
||||
/// <summary>
|
||||
@@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-instantiated-property-in-response */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
{
|
||||
/// <summary>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user