chore(openai): 调整目录结构

This commit is contained in:
Fu Diwei
2022-03-08 22:24:19 +08:00
parent e837b879f3
commit 32f9ec3c47
332 changed files with 36 additions and 18 deletions

View File

@@ -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!;
}
}

View File

@@ -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!;
}
}

View File

@@ -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>

View File

@@ -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