We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0fd2ed + 914c624 commit bf1e59fCopy full SHA for bf1e59f
src/libs/HuggingFace/Generated/JsonSerializerContext.g.cs
@@ -14,6 +14,7 @@ namespace HuggingFace
14
Converters = new global::System.Type[]
15
{
16
typeof(global::HuggingFace.JsonConverters.AnyOfJsonConverter<string, global::System.Collections.Generic.IList<string>>),
17
+ typeof(global::HuggingFace.JsonConverters.UnixTimestampJsonConverter),
18
})]
19
20
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HuggingFace.JsonSerializerContextTypes))]
0 commit comments