Skip to content

Commit

Permalink
Merge pull request #38 from tryAGI/bot/update-openapi_202408192117
Browse files Browse the repository at this point in the history
feat:Updated OpenAPI spec
  • Loading branch information
HavenDV authored Aug 19, 2024
2 parents b70b071 + 4649117 commit 001fcad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libs/DeepInfra/Generated/JsonSerializerContext.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

namespace DeepInfra
{
/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonSourceGenerationOptions(
DefaultIgnoreCondition = global::System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull,
Converters = new global::System.Type[]
Expand Down Expand Up @@ -53,7 +56,7 @@ namespace DeepInfra
})]

[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::DeepInfra.JsonSerializerContextTypes))]
internal sealed partial class SourceGenerationContext : global::System.Text.Json.Serialization.JsonSerializerContext
public sealed partial class SourceGenerationContext : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
}

0 comments on commit 001fcad

Please sign in to comment.