diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContext.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContext.g.cs index e222a2b..312aae5 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContext.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContext.g.cs @@ -92,6 +92,7 @@ namespace tryAGI.Humanloop typeof(global::tryAGI.Humanloop.JsonConverters.UnixTimestampJsonConverter), })] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.Humanloop.JsonSerializerContextTypes))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "SystemCollectionsGeneric_ObjectList")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.Humanloop.UserResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(string))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.Humanloop.EnvironmentResponse))] diff --git a/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContextTypes.g.cs b/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContextTypes.g.cs index 595ec33..1948793 100644 --- a/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContextTypes.g.cs +++ b/src/libs/Humanloop/Generated/tryAGI.Humanloop.JsonSerializerContextTypes.g.cs @@ -20,6 +20,11 @@ public sealed partial class JsonSerializerContextTypes /// public global::System.Collections.Generic.Dictionary? StringObjectDictionary { get; set; } + /// + /// Runtime object lists used by dynamic JSON payloads such as tool arguments. + /// + public global::System.Collections.Generic.List? ObjectList { get; set; } + /// /// ///