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

@ -5,7 +5,3 @@ dotnet_diagnostic.CS1570.severity = none
# CS1591: 缺少对公共可见类型或成员的 XML 注释 # CS1591: 缺少对公共可见类型或成员的 XML 注释
dotnet_diagnostic.CS1591.severity = suggestion dotnet_diagnostic.CS1591.severity = suggestion
# 新行首选项
csharp_new_line_before_open_brace =methods,types,control_blocks
insert_final_newline=true

View File

@ -1,6 +1,5 @@
using System.Collections.Generic; using System.Collections.Generic;
/* @codestyle-disable no-jsonable-property-in-request-get */
namespace SKIT.FlurlHttpClient.Wechat.Api.Models namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{ {
/// <summary> /// <summary>

View File

@ -11,6 +11,6 @@
[Newtonsoft.Json.JsonProperty("bindlist")] [Newtonsoft.Json.JsonProperty("bindlist")]
[System.Text.Json.Serialization.JsonPropertyName("bindlist")] [System.Text.Json.Serialization.JsonPropertyName("bindlist")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectConverter))] [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;
using System.Collections.Generic; using System.Collections.Generic;
/* @codestyle-disable no-instantiated-property-in-response */
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
{ {
/// <summary> /// <summary>
@ -249,9 +248,7 @@ namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
/// 获取或设置抽取结果信息。 /// 获取或设置抽取结果信息。
/// </summary> /// </summary>
[Newtonsoft.Json.JsonProperty("entities")] [Newtonsoft.Json.JsonProperty("entities")]
[Newtonsoft.Json.JsonConverter(typeof(Converters.ResponsePropertyProductPropertyArrayNewtonsoftJsonConverter))]
[System.Text.Json.Serialization.JsonPropertyName("entities")] [System.Text.Json.Serialization.JsonPropertyName("entities")]
[System.Text.Json.Serialization.JsonConverter(typeof(Converters.ResponsePropertyProductPropertyArraySystemTextJsonConverter))]
public Types.Result Result { get; set; } = default!; public Types.Result Result { get; set; } = default!;
} }
} }

View File

@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
/* @codestyle-disable no-instantiated-property-in-response */
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
{ {
/// <summary> /// <summary>

View File

@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
/* @codestyle-disable no-instantiated-property-in-response */
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
{ {
/// <summary> /// <summary>

Some files were not shown because too many files have changed in this diff Show More