diff --git a/src/libs/LangSmith/Generated/JsonConverters.MissingMissing1.g.cs b/src/libs/LangSmith/Generated/JsonConverters.MissingMissing1.g.cs new file mode 100644 index 00000000..133092ca --- /dev/null +++ b/src/libs/LangSmith/Generated/JsonConverters.MissingMissing1.g.cs @@ -0,0 +1,49 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class MissingMissing1JsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::LangSmith.MissingMissing1 Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::LangSmith.MissingMissing1Extensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::LangSmith.MissingMissing1)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::LangSmith.MissingMissing1 value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::LangSmith.MissingMissing1Extensions.ToValueString(value)); + } + } +} diff --git a/src/libs/LangSmith/Generated/JsonConverters.MissingMissing1Nullable.g.cs b/src/libs/LangSmith/Generated/JsonConverters.MissingMissing1Nullable.g.cs new file mode 100644 index 00000000..6f93478d --- /dev/null +++ b/src/libs/LangSmith/Generated/JsonConverters.MissingMissing1Nullable.g.cs @@ -0,0 +1,56 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class MissingMissing1NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::LangSmith.MissingMissing1? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::LangSmith.MissingMissing1Extensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::LangSmith.MissingMissing1)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::LangSmith.MissingMissing1? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::LangSmith.MissingMissing1Extensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/LangSmith/Generated/JsonSerializerContext.g.cs b/src/libs/LangSmith/Generated/JsonSerializerContext.g.cs index 9e70f49d..fab851e9 100644 --- a/src/libs/LangSmith/Generated/JsonSerializerContext.g.cs +++ b/src/libs/LangSmith/Generated/JsonSerializerContext.g.cs @@ -37,6 +37,8 @@ namespace LangSmith typeof(global::OpenApiGenerator.JsonConverters.CustomChartTypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.CustomChartMetricJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.CustomChartMetricNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.MissingMissing1JsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.MissingMissing1NullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.PaymentPlanTierJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.PaymentPlanTierNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.ExampleListOrderJsonConverter), diff --git a/src/libs/LangSmith/Generated/JsonSerializerContextTypes.g.cs b/src/libs/LangSmith/Generated/JsonSerializerContextTypes.g.cs index a9269847..fb8dd5bf 100644 --- a/src/libs/LangSmith/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/LangSmith/Generated/JsonSerializerContextTypes.g.cs @@ -425,3042 +425,3054 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::LangSmith.CustomChartSeriesFilters? Type103 { get; set; } + public global::System.AnyOf? Type103 { get; set; } /// /// /// - public global::LangSmith.CustomChartMetric? Type104 { get; set; } + public global::LangSmith.CustomChartSeriesFilters? Type104 { get; set; } /// /// /// - public global::System.AnyOf? Type105 { get; set; } + public global::LangSmith.CustomChartMetric? Type105 { get; set; } /// /// /// - public global::LangSmith.CustomChartCreateMetadata? Type106 { get; set; } + public global::System.AnyOf? Type106 { get; set; } /// /// /// - public global::LangSmith.CustomChartCreatePreview? Type107 { get; set; } + public global::LangSmith.CustomChartCreateMetadata? Type107 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type108 { get; set; } + public global::LangSmith.CustomChartCreatePreview? Type108 { get; set; } /// /// /// - public global::LangSmith.CustomChartSeries? Type109 { get; set; } + public global::System.Collections.Generic.IList? Type109 { get; set; } /// /// /// - public global::LangSmith.CustomChartPreviewRequest? Type110 { get; set; } + public global::LangSmith.CustomChartSeries? Type110 { get; set; } /// /// /// - public global::LangSmith.CustomChartsRequestBase? Type111 { get; set; } + public global::LangSmith.CustomChartPreviewRequest? Type111 { get; set; } /// /// /// - public global::System.AllOf? Type112 { get; set; } + public global::LangSmith.CustomChartsRequestBase? Type112 { get; set; } /// /// /// - public global::LangSmith.TimedeltaInput? Type113 { get; set; } + public global::System.AllOf? Type113 { get; set; } /// /// /// - public global::LangSmith.CustomChartResponse? Type114 { get; set; } + public global::LangSmith.TimedeltaInput? Type114 { get; set; } /// /// /// - public global::System.AnyOf? Type115 { get; set; } + public global::LangSmith.CustomChartResponse? Type115 { get; set; } /// /// /// - public global::LangSmith.CustomChartResponseMetadata? Type116 { get; set; } + public global::System.AnyOf? Type116 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type117 { get; set; } + public global::LangSmith.CustomChartResponseMetadata? Type117 { get; set; } /// /// /// - public global::LangSmith.CustomChartSeriesUpdate? Type118 { get; set; } + public global::System.AnyOf, object>? Type118 { get; set; } /// /// /// - public global::LangSmith.CustomChartUpdate? Type119 { get; set; } + public global::LangSmith.CustomChartSeriesUpdate? Type119 { get; set; } /// /// /// - public global::System.AnyOf? Type120 { get; set; } + public global::LangSmith.CustomChartUpdate? Type120 { get; set; } /// /// /// - public global::LangSmith.Missing? Type121 { get; set; } + public global::System.AnyOf? Type121 { get; set; } /// /// /// - public global::System.AnyOf? Type122 { get; set; } + public global::LangSmith.Missing? Type122 { get; set; } /// /// /// - public global::System.AnyOf? Type123 { get; set; } + public global::LangSmith.MissingMissing1? Type123 { get; set; } /// /// /// - public global::System.AnyOf? Type124 { get; set; } + public global::System.AnyOf? Type124 { get; set; } /// /// /// - public global::System.AnyOf, global::LangSmith.Missing>? Type125 { get; set; } + public global::System.AnyOf? Type125 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type126 { get; set; } + public global::System.AnyOf? Type126 { get; set; } /// /// /// - public global::System.AnyOf? Type127 { get; set; } + public global::System.AnyOf, global::LangSmith.Missing>? Type127 { get; set; } /// /// /// - public global::System.AnyOf? Type128 { get; set; } + public global::System.Collections.Generic.IList? Type128 { get; set; } /// /// /// - public global::LangSmith.CustomChartUpdateMetadata? Type129 { get; set; } + public global::System.AnyOf? Type129 { get; set; } /// /// /// - public global::LangSmith.CustomChartsDataPoint? Type130 { get; set; } + public global::System.AnyOf? Type130 { get; set; } /// /// /// - public global::System.AnyOf? Type131 { get; set; } + public global::LangSmith.CustomChartUpdateMetadata? Type131 { get; set; } /// /// /// - public global::LangSmith.CustomChartsDataPointValue? Type132 { get; set; } + public global::System.AnyOf? Type132 { get; set; } /// /// /// - public global::LangSmith.CustomChartsRequest? Type133 { get; set; } + public global::LangSmith.CustomChartsDataPoint? Type133 { get; set; } /// /// /// - public global::LangSmith.CustomChartsResponse? Type134 { get; set; } + public global::System.AnyOf? Type134 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type135 { get; set; } + public global::LangSmith.CustomChartsDataPointValue? Type135 { get; set; } /// /// /// - public global::LangSmith.CustomChartsSection? Type136 { get; set; } + public global::LangSmith.CustomChartsRequest? Type136 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type137 { get; set; } + public global::LangSmith.CustomChartsResponse? Type137 { get; set; } /// /// /// - public global::LangSmith.SingleCustomChartResponse? Type138 { get; set; } + public global::System.Collections.Generic.IList? Type138 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type139 { get; set; } + public global::LangSmith.CustomChartsSection? Type139 { get; set; } /// /// /// - public global::System.AnyOf? Type140 { get; set; } + public global::System.Collections.Generic.IList? Type140 { get; set; } /// /// /// - public global::LangSmith.SingleCustomChartResponseMetadata? Type141 { get; set; } + public global::LangSmith.SingleCustomChartResponse? Type141 { get; set; } /// /// /// - public global::LangSmith.CustomChartsSectionCreate? Type142 { get; set; } + public global::System.Collections.Generic.IList? Type142 { get; set; } /// /// /// - public global::LangSmith.CustomChartsSectionResponse? Type143 { get; set; } + public global::System.AnyOf? Type143 { get; set; } /// /// /// - public global::LangSmith.CustomChartsSectionUpdate? Type144 { get; set; } + public global::LangSmith.SingleCustomChartResponseMetadata? Type144 { get; set; } /// /// /// - public global::LangSmith.CustomerVisiblePlanInfo? Type145 { get; set; } + public global::LangSmith.CustomChartsSectionCreate? Type145 { get; set; } /// /// /// - public global::LangSmith.PaymentPlanTier? Type146 { get; set; } + public global::LangSmith.CustomChartsSectionResponse? Type146 { get; set; } /// /// /// - public global::LangSmith.Dataset? Type147 { get; set; } + public global::LangSmith.CustomChartsSectionUpdate? Type147 { get; set; } /// /// /// - public global::System.AnyOf? Type148 { get; set; } + public global::LangSmith.CustomerVisiblePlanInfo? Type148 { get; set; } /// /// /// - public global::System.AnyOf? Type149 { get; set; } + public global::LangSmith.PaymentPlanTier? Type149 { get; set; } /// /// /// - public global::LangSmith.DatasetInputsSchemaDefinition? Type150 { get; set; } + public global::LangSmith.Dataset? Type150 { get; set; } /// /// /// - public global::System.AnyOf? Type151 { get; set; } + public global::System.AnyOf? Type151 { get; set; } /// /// /// - public global::LangSmith.DatasetOutputsSchemaDefinition? Type152 { get; set; } + public global::System.AnyOf? Type152 { get; set; } /// /// /// - public global::LangSmith.DatasetCreate? Type153 { get; set; } + public global::LangSmith.DatasetInputsSchemaDefinition? Type153 { get; set; } /// /// /// - public global::System.AnyOf? Type154 { get; set; } + public global::System.AnyOf? Type154 { get; set; } /// /// /// - public global::LangSmith.DatasetCreateInputsSchemaDefinition? Type155 { get; set; } + public global::LangSmith.DatasetOutputsSchemaDefinition? Type155 { get; set; } /// /// /// - public global::System.AnyOf? Type156 { get; set; } + public global::LangSmith.DatasetCreate? Type156 { get; set; } /// /// /// - public global::LangSmith.DatasetCreateOutputsSchemaDefinition? Type157 { get; set; } + public global::System.AnyOf? Type157 { get; set; } /// /// /// - public global::System.AnyOf? Type158 { get; set; } + public global::LangSmith.DatasetCreateInputsSchemaDefinition? Type158 { get; set; } /// /// /// - public global::LangSmith.DatasetCreateExtra? Type159 { get; set; } + public global::System.AnyOf? Type159 { get; set; } /// /// /// - public global::LangSmith.DatasetDiffInfo? Type160 { get; set; } + public global::LangSmith.DatasetCreateOutputsSchemaDefinition? Type160 { get; set; } /// /// /// - public global::LangSmith.DatasetIndexInfo? Type161 { get; set; } + public global::System.AnyOf? Type161 { get; set; } /// /// /// - public global::LangSmith.DatasetIndexRequest? Type162 { get; set; } + public global::LangSmith.DatasetCreateExtra? Type162 { get; set; } /// /// /// - public global::LangSmith.DatasetPublicSchema? Type163 { get; set; } + public global::LangSmith.DatasetDiffInfo? Type163 { get; set; } /// /// /// - public global::System.AnyOf? Type164 { get; set; } + public global::LangSmith.DatasetIndexInfo? Type164 { get; set; } /// /// /// - public global::LangSmith.DatasetPublicSchemaInputsSchemaDefinition? Type165 { get; set; } + public global::LangSmith.DatasetIndexRequest? Type165 { get; set; } /// /// /// - public global::System.AnyOf? Type166 { get; set; } + public global::LangSmith.DatasetPublicSchema? Type166 { get; set; } /// /// /// - public global::LangSmith.DatasetPublicSchemaOutputsSchemaDefinition? Type167 { get; set; } + public global::System.AnyOf? Type167 { get; set; } /// /// /// - public global::LangSmith.DatasetSchemaForUpdate? Type168 { get; set; } + public global::LangSmith.DatasetPublicSchemaInputsSchemaDefinition? Type168 { get; set; } /// /// /// - public global::System.AnyOf? Type169 { get; set; } + public global::System.AnyOf? Type169 { get; set; } /// /// /// - public global::LangSmith.DatasetSchemaForUpdateInputsSchemaDefinition? Type170 { get; set; } + public global::LangSmith.DatasetPublicSchemaOutputsSchemaDefinition? Type170 { get; set; } /// /// /// - public global::System.AnyOf? Type171 { get; set; } + public global::LangSmith.DatasetSchemaForUpdate? Type171 { get; set; } /// /// /// - public global::LangSmith.DatasetSchemaForUpdateOutputsSchemaDefinition? Type172 { get; set; } + public global::System.AnyOf? Type172 { get; set; } /// /// /// - public global::LangSmith.DatasetShareSchema? Type173 { get; set; } + public global::LangSmith.DatasetSchemaForUpdateInputsSchemaDefinition? Type173 { get; set; } /// /// /// - public global::LangSmith.DatasetUpdate? Type174 { get; set; } + public global::System.AnyOf? Type174 { get; set; } /// /// /// - public global::System.AnyOf? Type175 { get; set; } + public global::LangSmith.DatasetSchemaForUpdateOutputsSchemaDefinition? Type175 { get; set; } /// /// /// - public global::LangSmith.DatasetUpdateInputsSchemaDefinition? Type176 { get; set; } + public global::LangSmith.DatasetShareSchema? Type176 { get; set; } /// /// /// - public global::System.AnyOf? Type177 { get; set; } + public global::LangSmith.DatasetUpdate? Type177 { get; set; } /// /// /// - public global::LangSmith.DatasetUpdateOutputsSchemaDefinition? Type178 { get; set; } + public global::System.AnyOf? Type178 { get; set; } /// /// /// - public global::System.AnyOf? Type179 { get; set; } + public global::LangSmith.DatasetUpdateInputsSchemaDefinition? Type179 { get; set; } /// /// /// - public global::LangSmith.DatasetUpdatePatchExamples? Type180 { get; set; } + public global::System.AnyOf? Type180 { get; set; } /// /// /// - public global::LangSmith.DatasetVersion? Type181 { get; set; } + public global::LangSmith.DatasetUpdateOutputsSchemaDefinition? Type181 { get; set; } /// /// /// - public global::LangSmith.EvaluatorStructuredOutput? Type182 { get; set; } + public global::System.AnyOf? Type182 { get; set; } /// /// /// - public global::System.AnyOf>, object>? Type183 { get; set; } + public global::LangSmith.DatasetUpdatePatchExamples? Type183 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type184 { get; set; } + public global::LangSmith.DatasetVersion? Type184 { get; set; } /// /// /// - public global::System.AnyOf? Type185 { get; set; } + public global::LangSmith.EvaluatorStructuredOutput? Type185 { get; set; } /// /// /// - public global::LangSmith.EvaluatorStructuredOutputSchema? Type186 { get; set; } + public global::System.AnyOf>, object>? Type186 { get; set; } /// /// /// - public global::System.AnyOf? Type187 { get; set; } + public global::System.Collections.Generic.IList>? Type187 { get; set; } /// /// /// - public global::LangSmith.EvaluatorStructuredOutputVariableMapping? Type188 { get; set; } + public global::System.AnyOf? Type188 { get; set; } /// /// /// - public global::LangSmith.EvaluatorStructuredOutputModel? Type189 { get; set; } + public global::LangSmith.EvaluatorStructuredOutputSchema? Type189 { get; set; } /// /// /// - public global::LangSmith.EvaluatorTopLevel? Type190 { get; set; } + public global::System.AnyOf? Type190 { get; set; } /// /// /// - public global::LangSmith.Example? Type191 { get; set; } + public global::LangSmith.EvaluatorStructuredOutputVariableMapping? Type191 { get; set; } /// /// /// - public global::System.AnyOf? Type192 { get; set; } + public global::LangSmith.EvaluatorStructuredOutputModel? Type192 { get; set; } /// /// /// - public global::LangSmith.ExampleOutputs? Type193 { get; set; } + public global::LangSmith.EvaluatorTopLevel? Type193 { get; set; } /// /// /// - public global::System.AnyOf? Type194 { get; set; } + public global::LangSmith.Example? Type194 { get; set; } /// /// /// - public global::LangSmith.ExampleMetadata? Type195 { get; set; } + public global::System.AnyOf? Type195 { get; set; } /// /// /// - public global::LangSmith.ExampleInputs? Type196 { get; set; } + public global::LangSmith.ExampleOutputs? Type196 { get; set; } /// /// /// - public global::LangSmith.ExampleBulkCreate? Type197 { get; set; } + public global::System.AnyOf? Type197 { get; set; } /// /// /// - public global::System.AnyOf? Type198 { get; set; } + public global::LangSmith.ExampleMetadata? Type198 { get; set; } /// /// /// - public global::LangSmith.ExampleBulkCreateOutputs? Type199 { get; set; } + public global::LangSmith.ExampleInputs? Type199 { get; set; } /// /// /// - public global::System.AnyOf? Type200 { get; set; } + public global::LangSmith.ExampleBulkCreate? Type200 { get; set; } /// /// /// - public global::LangSmith.ExampleBulkCreateMetadata? Type201 { get; set; } + public global::System.AnyOf? Type201 { get; set; } /// /// /// - public global::System.AnyOf? Type202 { get; set; } + public global::LangSmith.ExampleBulkCreateOutputs? Type202 { get; set; } /// /// /// - public global::LangSmith.ExampleBulkCreateInputs? Type203 { get; set; } + public global::System.AnyOf? Type203 { get; set; } /// /// /// - public global::System.AnyOf, string?, object>? Type204 { get; set; } + public global::LangSmith.ExampleBulkCreateMetadata? Type204 { get; set; } /// /// /// - public global::LangSmith.ExampleCreate? Type205 { get; set; } + public global::System.AnyOf? Type205 { get; set; } /// /// /// - public global::System.AnyOf? Type206 { get; set; } + public global::LangSmith.ExampleBulkCreateInputs? Type206 { get; set; } /// /// /// - public global::LangSmith.ExampleCreateOutputs? Type207 { get; set; } + public global::System.AnyOf, string?, object>? Type207 { get; set; } /// /// /// - public global::System.AnyOf? Type208 { get; set; } + public global::LangSmith.ExampleCreate? Type208 { get; set; } /// /// /// - public global::LangSmith.ExampleCreateMetadata? Type209 { get; set; } + public global::System.AnyOf? Type209 { get; set; } /// /// /// - public global::System.AnyOf? Type210 { get; set; } + public global::LangSmith.ExampleCreateOutputs? Type210 { get; set; } /// /// /// - public global::LangSmith.ExampleCreateInputs? Type211 { get; set; } + public global::System.AnyOf? Type211 { get; set; } /// /// /// - public global::LangSmith.ExampleListOrder? Type212 { get; set; } + public global::LangSmith.ExampleCreateMetadata? Type212 { get; set; } /// /// /// - public global::LangSmith.ExampleSelect? Type213 { get; set; } + public global::System.AnyOf? Type213 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdate? Type214 { get; set; } + public global::LangSmith.ExampleCreateInputs? Type214 { get; set; } /// /// /// - public global::System.AnyOf? Type215 { get; set; } + public global::LangSmith.ExampleListOrder? Type215 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateInputs? Type216 { get; set; } + public global::LangSmith.ExampleSelect? Type216 { get; set; } /// /// /// - public global::System.AnyOf? Type217 { get; set; } + public global::LangSmith.ExampleUpdate? Type217 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateOutputs? Type218 { get; set; } + public global::System.AnyOf? Type218 { get; set; } /// /// /// - public global::System.AnyOf? Type219 { get; set; } + public global::LangSmith.ExampleUpdateInputs? Type219 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateMetadata? Type220 { get; set; } + public global::System.AnyOf? Type220 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateWithID? Type221 { get; set; } + public global::LangSmith.ExampleUpdateOutputs? Type221 { get; set; } /// /// /// - public global::System.AnyOf? Type222 { get; set; } + public global::System.AnyOf? Type222 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateWithIDInputs? Type223 { get; set; } + public global::LangSmith.ExampleUpdateMetadata? Type223 { get; set; } /// /// /// - public global::System.AnyOf? Type224 { get; set; } + public global::LangSmith.ExampleUpdateWithID? Type224 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateWithIDOutputs? Type225 { get; set; } + public global::System.AnyOf? Type225 { get; set; } /// /// /// - public global::System.AnyOf? Type226 { get; set; } + public global::LangSmith.ExampleUpdateWithIDInputs? Type226 { get; set; } /// /// /// - public global::LangSmith.ExampleUpdateWithIDMetadata? Type227 { get; set; } + public global::System.AnyOf? Type227 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRuns? Type228 { get; set; } + public global::LangSmith.ExampleUpdateWithIDOutputs? Type228 { get; set; } /// /// /// - public global::System.AnyOf? Type229 { get; set; } + public global::System.AnyOf? Type229 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsOutputs? Type230 { get; set; } + public global::LangSmith.ExampleUpdateWithIDMetadata? Type230 { get; set; } /// /// /// - public global::System.AnyOf? Type231 { get; set; } + public global::LangSmith.ExampleWithRuns? Type231 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsMetadata? Type232 { get; set; } + public global::System.AnyOf? Type232 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsInputs? Type233 { get; set; } + public global::LangSmith.ExampleWithRunsOutputs? Type233 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type234 { get; set; } + public global::System.AnyOf? Type234 { get; set; } /// /// /// - public global::LangSmith.RunSchema? Type235 { get; set; } + public global::LangSmith.ExampleWithRunsMetadata? Type235 { get; set; } /// /// /// - public global::System.AnyOf? Type236 { get; set; } + public global::LangSmith.ExampleWithRunsInputs? Type236 { get; set; } /// /// /// - public global::LangSmith.RunSchemaInputs? Type237 { get; set; } + public global::System.Collections.Generic.IList? Type237 { get; set; } /// /// /// - public global::System.AnyOf? Type238 { get; set; } + public global::LangSmith.RunSchema? Type238 { get; set; } /// /// /// - public global::LangSmith.RunSchemaExtra? Type239 { get; set; } + public global::System.AnyOf? Type239 { get; set; } /// /// /// - public global::System.AnyOf? Type240 { get; set; } + public global::LangSmith.RunSchemaInputs? Type240 { get; set; } /// /// /// - public global::LangSmith.RunSchemaSerialized? Type241 { get; set; } + public global::System.AnyOf? Type241 { get; set; } /// /// /// - public global::System.AnyOf? Type242 { get; set; } + public global::LangSmith.RunSchemaExtra? Type242 { get; set; } /// /// /// - public global::LangSmith.RunSchemaOutputs? Type243 { get; set; } + public global::System.AnyOf? Type243 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type244 { get; set; } + public global::LangSmith.RunSchemaSerialized? Type244 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type245 { get; set; } + public global::System.AnyOf? Type245 { get; set; } /// /// /// - public global::LangSmith.RunSchemaEventsVariant1Item? Type246 { get; set; } + public global::LangSmith.RunSchemaOutputs? Type246 { get; set; } /// /// /// - public global::System.AnyOf? Type247 { get; set; } + public global::System.AnyOf, object>? Type247 { get; set; } /// /// /// - public global::LangSmith.RunSchemaInputsS3Urls? Type248 { get; set; } + public global::System.Collections.Generic.IList? Type248 { get; set; } /// /// /// - public global::System.AnyOf? Type249 { get; set; } + public global::LangSmith.RunSchemaEventsVariant1Item? Type249 { get; set; } /// /// /// - public global::LangSmith.RunSchemaOutputsS3Urls? Type250 { get; set; } + public global::System.AnyOf? Type250 { get; set; } /// /// /// - public global::System.AnyOf? Type251 { get; set; } + public global::LangSmith.RunSchemaInputsS3Urls? Type251 { get; set; } /// /// /// - public global::LangSmith.RunSchemaS3Urls? Type252 { get; set; } + public global::System.AnyOf? Type252 { get; set; } /// /// /// - public global::System.AnyOf? Type253 { get; set; } + public global::LangSmith.RunSchemaOutputsS3Urls? Type253 { get; set; } /// /// /// - public global::LangSmith.RunSchemaFeedbackStats? Type254 { get; set; } + public global::System.AnyOf? Type254 { get; set; } /// /// /// - public global::System.AnyOf? Type255 { get; set; } + public global::LangSmith.RunSchemaS3Urls? Type255 { get; set; } /// /// /// - public global::LangSmith.TraceTier3? Type256 { get; set; } + public global::System.AnyOf? Type256 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsCH? Type257 { get; set; } + public global::LangSmith.RunSchemaFeedbackStats? Type257 { get; set; } /// /// /// - public global::System.AnyOf? Type258 { get; set; } + public global::System.AnyOf? Type258 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsCHOutputs? Type259 { get; set; } + public global::LangSmith.TraceTier3? Type259 { get; set; } /// /// /// - public global::System.AnyOf? Type260 { get; set; } + public global::LangSmith.ExampleWithRunsCH? Type260 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsCHMetadata? Type261 { get; set; } + public global::System.AnyOf? Type261 { get; set; } /// /// /// - public global::LangSmith.ExampleWithRunsCHInputs? Type262 { get; set; } + public global::LangSmith.ExampleWithRunsCHOutputs? Type262 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type263 { get; set; } + public global::System.AnyOf? Type263 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonView? Type264 { get; set; } + public global::LangSmith.ExampleWithRunsCHMetadata? Type264 { get; set; } /// /// /// - public global::System.AnyOf? Type265 { get; set; } + public global::LangSmith.ExampleWithRunsCHInputs? Type265 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewInputs? Type266 { get; set; } + public global::System.Collections.Generic.IList? Type266 { get; set; } /// /// /// - public global::System.AnyOf? Type267 { get; set; } + public global::LangSmith.RunSchemaComparisonView? Type267 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewExtra? Type268 { get; set; } + public global::System.AnyOf? Type268 { get; set; } /// /// /// - public global::System.AnyOf? Type269 { get; set; } + public global::LangSmith.RunSchemaComparisonViewInputs? Type269 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewSerialized? Type270 { get; set; } + public global::System.AnyOf? Type270 { get; set; } /// /// /// - public global::System.AnyOf? Type271 { get; set; } + public global::LangSmith.RunSchemaComparisonViewExtra? Type271 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewOutputs? Type272 { get; set; } + public global::System.AnyOf? Type272 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type273 { get; set; } + public global::LangSmith.RunSchemaComparisonViewSerialized? Type273 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type274 { get; set; } + public global::System.AnyOf? Type274 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewEventsVariant1Item? Type275 { get; set; } + public global::LangSmith.RunSchemaComparisonViewOutputs? Type275 { get; set; } /// /// /// - public global::System.AnyOf? Type276 { get; set; } + public global::System.AnyOf, object>? Type276 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewInputsS3Urls? Type277 { get; set; } + public global::System.Collections.Generic.IList? Type277 { get; set; } /// /// /// - public global::System.AnyOf? Type278 { get; set; } + public global::LangSmith.RunSchemaComparisonViewEventsVariant1Item? Type278 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewOutputsS3Urls? Type279 { get; set; } + public global::System.AnyOf? Type279 { get; set; } /// /// /// - public global::System.AnyOf? Type280 { get; set; } + public global::LangSmith.RunSchemaComparisonViewInputsS3Urls? Type280 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewS3Urls? Type281 { get; set; } + public global::System.AnyOf? Type281 { get; set; } /// /// /// - public global::System.AnyOf? Type282 { get; set; } + public global::LangSmith.RunSchemaComparisonViewOutputsS3Urls? Type282 { get; set; } /// /// /// - public global::LangSmith.RunSchemaComparisonViewFeedbackStats? Type283 { get; set; } + public global::System.AnyOf? Type283 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultRow? Type284 { get; set; } + public global::LangSmith.RunSchemaComparisonViewS3Urls? Type284 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultRowInputs? Type285 { get; set; } + public global::System.AnyOf? Type285 { get; set; } /// /// /// - public global::System.AnyOf? Type286 { get; set; } + public global::LangSmith.RunSchemaComparisonViewFeedbackStats? Type286 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultRowExpectedOutputs? Type287 { get; set; } + public global::LangSmith.ExperimentResultRow? Type287 { get; set; } /// /// /// - public global::System.AnyOf? Type288 { get; set; } + public global::LangSmith.ExperimentResultRowInputs? Type288 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultRowActualOutputs? Type289 { get; set; } + public global::System.AnyOf? Type289 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type290 { get; set; } + public global::LangSmith.ExperimentResultRowExpectedOutputs? Type290 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type291 { get; set; } + public global::System.AnyOf? Type291 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateCoreSchema? Type292 { get; set; } + public global::LangSmith.ExperimentResultRowActualOutputs? Type292 { get; set; } /// /// /// - public global::System.AnyOf? Type293 { get; set; } + public global::System.AnyOf, object>? Type293 { get; set; } /// /// /// - public global::System.AnyOf? Type294 { get; set; } + public global::System.Collections.Generic.IList? Type294 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateCoreSchemaValue? Type295 { get; set; } + public global::LangSmith.FeedbackCreateCoreSchema? Type295 { get; set; } /// /// /// - public global::System.AnyOf? Type296 { get; set; } + public global::System.AnyOf? Type296 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateCoreSchemaCorrection? Type297 { get; set; } + public global::System.AnyOf? Type297 { get; set; } /// /// /// - public global::System.AnyOf? Type298 { get; set; } + public global::LangSmith.FeedbackCreateCoreSchemaValue? Type298 { get; set; } /// /// /// - public global::LangSmith.ModelFeedbackSource? Type299 { get; set; } + public global::System.AnyOf? Type299 { get; set; } /// /// /// - public global::System.AnyOf? Type300 { get; set; } + public global::LangSmith.FeedbackCreateCoreSchemaCorrection? Type300 { get; set; } /// /// /// - public global::LangSmith.ModelFeedbackSourceMetadata? Type301 { get; set; } + public global::System.AnyOf? Type301 { get; set; } /// /// /// - public global::System.AnyOf? Type302 { get; set; } + public global::LangSmith.ModelFeedbackSource? Type302 { get; set; } /// /// /// - public global::System.AnyOf? Type303 { get; set; } + public global::System.AnyOf? Type303 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultRowRunMetadata? Type304 { get; set; } + public global::LangSmith.ModelFeedbackSourceMetadata? Type304 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultsUpload? Type305 { get; set; } + public global::System.AnyOf? Type305 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type306 { get; set; } + public global::System.AnyOf? Type306 { get; set; } /// /// /// - public global::System.AnyOf? Type307 { get; set; } + public global::LangSmith.ExperimentResultRowRunMetadata? Type307 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultsUploadExperimentMetadata? Type308 { get; set; } + public global::LangSmith.ExperimentResultsUpload? Type308 { get; set; } /// /// /// - public global::LangSmith.ExperimentResultsUploadResult? Type309 { get; set; } + public global::System.Collections.Generic.IList? Type309 { get; set; } /// /// /// - public global::LangSmith.TracerSession? Type310 { get; set; } + public global::System.AnyOf? Type310 { get; set; } /// /// /// - public global::System.AnyOf? Type311 { get; set; } + public global::LangSmith.ExperimentResultsUploadExperimentMetadata? Type311 { get; set; } /// /// /// - public global::LangSmith.TracerSessionExtra? Type312 { get; set; } + public global::LangSmith.ExperimentResultsUploadResult? Type312 { get; set; } /// /// /// - public global::System.AnyOf? Type313 { get; set; } + public global::LangSmith.TracerSession? Type313 { get; set; } /// /// /// - public global::LangSmith.TracerSessionFeedbackStats? Type314 { get; set; } + public global::System.AnyOf? Type314 { get; set; } /// /// /// - public global::System.AnyOf? Type315 { get; set; } + public global::LangSmith.TracerSessionExtra? Type315 { get; set; } /// /// /// - public global::LangSmith.TracerSessionSessionFeedbackStats? Type316 { get; set; } + public global::System.AnyOf? Type316 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type317 { get; set; } + public global::LangSmith.TracerSessionFeedbackStats? Type317 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type318 { get; set; } + public global::System.AnyOf? Type318 { get; set; } /// /// /// - public global::LangSmith.TracerSessionRunFacetsVariant1Item? Type319 { get; set; } + public global::LangSmith.TracerSessionSessionFeedbackStats? Type319 { get; set; } /// /// /// - public global::LangSmith.FeedbackConfigSchema? Type320 { get; set; } + public global::System.AnyOf, object>? Type320 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateSchema? Type321 { get; set; } + public global::System.Collections.Generic.IList? Type321 { get; set; } /// /// /// - public global::System.AnyOf? Type322 { get; set; } + public global::LangSmith.TracerSessionRunFacetsVariant1Item? Type322 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateSchemaValue? Type323 { get; set; } + public global::LangSmith.FeedbackConfigSchema? Type323 { get; set; } /// /// /// - public global::System.AnyOf? Type324 { get; set; } + public global::LangSmith.FeedbackCreateSchema? Type324 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateSchemaCorrection? Type325 { get; set; } + public global::System.AnyOf? Type325 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateWithTokenExtendedSchema? Type326 { get; set; } + public global::LangSmith.FeedbackCreateSchemaValue? Type326 { get; set; } /// /// /// - public global::System.AnyOf? Type327 { get; set; } + public global::System.AnyOf? Type327 { get; set; } /// /// /// - public global::System.AnyOf? Type328 { get; set; } + public global::LangSmith.FeedbackCreateSchemaCorrection? Type328 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateWithTokenExtendedSchemaCorrection? Type329 { get; set; } + public global::LangSmith.FeedbackCreateWithTokenExtendedSchema? Type329 { get; set; } /// /// /// - public global::System.AnyOf? Type330 { get; set; } + public global::System.AnyOf? Type330 { get; set; } /// /// /// - public global::LangSmith.FeedbackCreateWithTokenExtendedSchemaMetadata? Type331 { get; set; } + public global::System.AnyOf? Type331 { get; set; } /// /// /// - public global::LangSmith.FeedbackDelta? Type332 { get; set; } + public global::LangSmith.FeedbackCreateWithTokenExtendedSchemaCorrection? Type332 { get; set; } /// /// /// - public global::LangSmith.FeedbackIngestTokenCreateSchema? Type333 { get; set; } + public global::System.AnyOf? Type333 { get; set; } /// /// /// - public global::System.AnyOf? Type334 { get; set; } + public global::LangSmith.FeedbackCreateWithTokenExtendedSchemaMetadata? Type334 { get; set; } /// /// /// - public global::LangSmith.FeedbackIngestTokenSchema? Type335 { get; set; } + public global::LangSmith.FeedbackDelta? Type335 { get; set; } /// /// /// - public global::LangSmith.FeedbackLevel? Type336 { get; set; } + public global::LangSmith.FeedbackIngestTokenCreateSchema? Type336 { get; set; } /// /// /// - public global::LangSmith.FeedbackSchema? Type337 { get; set; } + public global::System.AnyOf? Type337 { get; set; } /// /// /// - public global::System.AnyOf? Type338 { get; set; } + public global::LangSmith.FeedbackIngestTokenSchema? Type338 { get; set; } /// /// /// - public global::LangSmith.FeedbackSchemaValue? Type339 { get; set; } + public global::LangSmith.FeedbackLevel? Type339 { get; set; } /// /// /// - public global::System.AnyOf? Type340 { get; set; } + public global::LangSmith.FeedbackSchema? Type340 { get; set; } /// /// /// - public global::LangSmith.FeedbackSchemaCorrection? Type341 { get; set; } + public global::System.AnyOf? Type341 { get; set; } /// /// /// - public global::System.AnyOf? Type342 { get; set; } + public global::LangSmith.FeedbackSchemaValue? Type342 { get; set; } /// /// /// - public global::LangSmith.FeedbackSource4? Type343 { get; set; } + public global::System.AnyOf? Type343 { get; set; } /// /// /// - public global::System.AnyOf? Type344 { get; set; } + public global::LangSmith.FeedbackSchemaCorrection? Type344 { get; set; } /// /// /// - public global::LangSmith.FeedbackSourceMetadata? Type345 { get; set; } + public global::System.AnyOf? Type345 { get; set; } /// /// /// - public global::LangSmith.FeedbackUpdateSchema? Type346 { get; set; } + public global::LangSmith.FeedbackSource4? Type346 { get; set; } /// /// /// - public global::System.AnyOf? Type347 { get; set; } + public global::System.AnyOf? Type347 { get; set; } /// /// /// - public global::LangSmith.FeedbackUpdateSchemaValue? Type348 { get; set; } + public global::LangSmith.FeedbackSourceMetadata? Type348 { get; set; } /// /// /// - public global::System.AnyOf? Type349 { get; set; } + public global::LangSmith.FeedbackUpdateSchema? Type349 { get; set; } /// /// /// - public global::LangSmith.FeedbackUpdateSchemaCorrection? Type350 { get; set; } + public global::System.AnyOf? Type350 { get; set; } /// /// /// - public global::LangSmith.FilterQueryParamsForRunSchema? Type351 { get; set; } + public global::LangSmith.FeedbackUpdateSchemaValue? Type351 { get; set; } /// /// /// - public global::LangSmith.FilterView? Type352 { get; set; } + public global::System.AnyOf? Type352 { get; set; } /// /// /// - public global::LangSmith.FilterViewCreate? Type353 { get; set; } + public global::LangSmith.FeedbackUpdateSchemaCorrection? Type353 { get; set; } /// /// /// - public global::LangSmith.FilterViewUpdate? Type354 { get; set; } + public global::LangSmith.FilterQueryParamsForRunSchema? Type354 { get; set; } /// /// /// - public global::LangSmith.ForkRepoRequest? Type355 { get; set; } + public global::LangSmith.FilterView? Type355 { get; set; } /// /// /// - public global::LangSmith.GenerateSyntheticExamplesBody? Type356 { get; set; } + public global::LangSmith.FilterViewCreate? Type356 { get; set; } /// /// /// - public global::LangSmith.GetRepoResponse? Type357 { get; set; } + public global::LangSmith.FilterViewUpdate? Type357 { get; set; } /// /// /// - public global::LangSmith.HTTPValidationError? Type358 { get; set; } + public global::LangSmith.ForkRepoRequest? Type358 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type359 { get; set; } + public global::LangSmith.GenerateSyntheticExamplesBody? Type359 { get; set; } /// /// /// - public global::LangSmith.ValidationError? Type360 { get; set; } + public global::LangSmith.GetRepoResponse? Type360 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type361 { get; set; } + public global::LangSmith.HTTPValidationError? Type361 { get; set; } /// /// /// - public global::System.AnyOf? Type362 { get; set; } + public global::System.Collections.Generic.IList? Type362 { get; set; } /// /// /// - public global::LangSmith.Identity? Type363 { get; set; } + public global::LangSmith.ValidationError? Type363 { get; set; } /// /// /// - public global::System.AllOf? Type364 { get; set; } + public global::System.Collections.Generic.IList>? Type364 { get; set; } /// /// /// - public global::LangSmith.IdentityAnnotationQueueRunStatusCreateSchema? Type365 { get; set; } + public global::System.AnyOf? Type365 { get; set; } /// /// /// - public global::LangSmith.IdentityCreate? Type366 { get; set; } + public global::LangSmith.Identity? Type366 { get; set; } /// /// /// - public global::LangSmith.IdentityPatch? Type367 { get; set; } + public global::System.AllOf? Type367 { get; set; } /// /// /// - public global::LangSmith.InfoGetResponse? Type368 { get; set; } + public global::LangSmith.IdentityAnnotationQueueRunStatusCreateSchema? Type368 { get; set; } /// /// /// - public global::LangSmith.InfoGetResponseInstanceFlags? Type369 { get; set; } + public global::LangSmith.IdentityCreate? Type369 { get; set; } /// /// /// - public global::LangSmith.InvokePromptPayload? Type370 { get; set; } + public global::LangSmith.IdentityPatch? Type370 { get; set; } /// /// /// - public global::LangSmith.InvokePromptPayloadInputs? Type371 { get; set; } + public global::LangSmith.InfoGetResponse? Type371 { get; set; } /// /// /// - public global::LangSmith.LikeRepoRequest? Type372 { get; set; } + public global::LangSmith.InfoGetResponseInstanceFlags? Type372 { get; set; } /// /// /// - public global::LangSmith.LikeRepoResponse? Type373 { get; set; } + public global::LangSmith.InvokePromptPayload? Type373 { get; set; } /// /// /// - public global::LangSmith.ListCommentsResponse? Type374 { get; set; } + public global::LangSmith.InvokePromptPayloadInputs? Type374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type375 { get; set; } + public global::LangSmith.LikeRepoRequest? Type375 { get; set; } /// /// /// - public global::LangSmith.ListCommitsResponse? Type376 { get; set; } + public global::LangSmith.LikeRepoResponse? Type376 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type377 { get; set; } + public global::LangSmith.ListCommentsResponse? Type377 { get; set; } /// /// /// - public global::LangSmith.ListPublicDatasetRunsResponse? Type378 { get; set; } + public global::System.Collections.Generic.IList? Type378 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type379 { get; set; } + public global::LangSmith.ListCommitsResponse? Type379 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchema? Type380 { get; set; } + public global::System.Collections.Generic.IList? Type380 { get; set; } /// /// /// - public global::System.AnyOf? Type381 { get; set; } + public global::LangSmith.ListPublicDatasetRunsResponse? Type381 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaInputs? Type382 { get; set; } + public global::System.Collections.Generic.IList? Type382 { get; set; } /// /// /// - public global::System.AnyOf? Type383 { get; set; } + public global::LangSmith.RunPublicDatasetSchema? Type383 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaExtra? Type384 { get; set; } + public global::System.AnyOf? Type384 { get; set; } /// /// /// - public global::System.AnyOf? Type385 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaInputs? Type385 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaSerialized? Type386 { get; set; } + public global::System.AnyOf? Type386 { get; set; } /// /// /// - public global::System.AnyOf? Type387 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaExtra? Type387 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaOutputs? Type388 { get; set; } + public global::System.AnyOf? Type388 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type389 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaSerialized? Type389 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type390 { get; set; } + public global::System.AnyOf? Type390 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaEventsVariant1Item? Type391 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaOutputs? Type391 { get; set; } /// /// /// - public global::System.AnyOf? Type392 { get; set; } + public global::System.AnyOf, object>? Type392 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaInputsS3Urls? Type393 { get; set; } + public global::System.Collections.Generic.IList? Type393 { get; set; } /// /// /// - public global::System.AnyOf? Type394 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaEventsVariant1Item? Type394 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaOutputsS3Urls? Type395 { get; set; } + public global::System.AnyOf? Type395 { get; set; } /// /// /// - public global::System.AnyOf? Type396 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaInputsS3Urls? Type396 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaS3Urls? Type397 { get; set; } + public global::System.AnyOf? Type397 { get; set; } /// /// /// - public global::System.AnyOf? Type398 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaOutputsS3Urls? Type398 { get; set; } /// /// /// - public global::LangSmith.RunPublicDatasetSchemaFeedbackStats? Type399 { get; set; } + public global::System.AnyOf? Type399 { get; set; } /// /// /// - public global::LangSmith.ListPublicDatasetRunsResponseCursors? Type400 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaS3Urls? Type400 { get; set; } /// /// /// - public global::LangSmith.ListPublicRunsResponse? Type401 { get; set; } + public global::System.AnyOf? Type401 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type402 { get; set; } + public global::LangSmith.RunPublicDatasetSchemaFeedbackStats? Type402 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchema? Type403 { get; set; } + public global::LangSmith.ListPublicDatasetRunsResponseCursors? Type403 { get; set; } /// /// /// - public global::System.AnyOf? Type404 { get; set; } + public global::LangSmith.ListPublicRunsResponse? Type404 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaInputs? Type405 { get; set; } + public global::System.Collections.Generic.IList? Type405 { get; set; } /// /// /// - public global::System.AnyOf? Type406 { get; set; } + public global::LangSmith.RunPublicSchema? Type406 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaExtra? Type407 { get; set; } + public global::System.AnyOf? Type407 { get; set; } /// /// /// - public global::System.AnyOf? Type408 { get; set; } + public global::LangSmith.RunPublicSchemaInputs? Type408 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaSerialized? Type409 { get; set; } + public global::System.AnyOf? Type409 { get; set; } /// /// /// - public global::System.AnyOf? Type410 { get; set; } + public global::LangSmith.RunPublicSchemaExtra? Type410 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaOutputs? Type411 { get; set; } + public global::System.AnyOf? Type411 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type412 { get; set; } + public global::LangSmith.RunPublicSchemaSerialized? Type412 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type413 { get; set; } + public global::System.AnyOf? Type413 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaEventsVariant1Item? Type414 { get; set; } + public global::LangSmith.RunPublicSchemaOutputs? Type414 { get; set; } /// /// /// - public global::System.AnyOf? Type415 { get; set; } + public global::System.AnyOf, object>? Type415 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaInputsS3Urls? Type416 { get; set; } + public global::System.Collections.Generic.IList? Type416 { get; set; } /// /// /// - public global::System.AnyOf? Type417 { get; set; } + public global::LangSmith.RunPublicSchemaEventsVariant1Item? Type417 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaOutputsS3Urls? Type418 { get; set; } + public global::System.AnyOf? Type418 { get; set; } /// /// /// - public global::System.AnyOf? Type419 { get; set; } + public global::LangSmith.RunPublicSchemaInputsS3Urls? Type419 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaS3Urls? Type420 { get; set; } + public global::System.AnyOf? Type420 { get; set; } /// /// /// - public global::System.AnyOf? Type421 { get; set; } + public global::LangSmith.RunPublicSchemaOutputsS3Urls? Type421 { get; set; } /// /// /// - public global::LangSmith.RunPublicSchemaFeedbackStats? Type422 { get; set; } + public global::System.AnyOf? Type422 { get; set; } /// /// /// - public global::LangSmith.ListPublicRunsResponseCursors? Type423 { get; set; } + public global::LangSmith.RunPublicSchemaS3Urls? Type423 { get; set; } /// /// /// - public global::LangSmith.ListReposResponse? Type424 { get; set; } + public global::System.AnyOf? Type424 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type425 { get; set; } + public global::LangSmith.RunPublicSchemaFeedbackStats? Type425 { get; set; } /// /// /// - public global::LangSmith.ListRunsResponse? Type426 { get; set; } + public global::LangSmith.ListPublicRunsResponseCursors? Type426 { get; set; } /// /// /// - public global::LangSmith.ListRunsResponseCursors? Type427 { get; set; } + public global::LangSmith.ListReposResponse? Type427 { get; set; } /// /// /// - public global::LangSmith.ListTagsResponse? Type428 { get; set; } + public global::System.Collections.Generic.IList? Type428 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type429 { get; set; } + public global::LangSmith.ListRunsResponse? Type429 { get; set; } /// /// /// - public global::LangSmith.TagCount? Type430 { get; set; } + public global::LangSmith.ListRunsResponseCursors? Type430 { get; set; } /// /// /// - public global::LangSmith.MemberIdentity? Type431 { get; set; } + public global::LangSmith.ListTagsResponse? Type431 { get; set; } /// /// /// - public global::LangSmith.MetadataKeyValue? Type432 { get; set; } + public global::System.Collections.Generic.IList? Type432 { get; set; } /// /// /// - public global::LangSmith.ModelPriceMapCreateSchema? Type433 { get; set; } + public global::LangSmith.TagCount? Type433 { get; set; } /// /// /// - public global::System.AnyOf? Type434 { get; set; } + public global::LangSmith.MemberIdentity? Type434 { get; set; } /// /// /// - public global::LangSmith.ModelPriceMapUpdateSchema? Type435 { get; set; } + public global::LangSmith.MetadataKeyValue? Type435 { get; set; } /// /// /// - public global::LangSmith.MonitorBlock? Type436 { get; set; } + public global::LangSmith.ModelPriceMapCreateSchema? Type436 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type437 { get; set; } + public global::System.AnyOf? Type437 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type438 { get; set; } + public global::LangSmith.ModelPriceMapUpdateSchema? Type438 { get; set; } /// /// /// - public global::LangSmith.MonitorBlockRowItem? Type439 { get; set; } + public global::LangSmith.MonitorBlock? Type439 { get; set; } /// /// /// - public global::LangSmith.MonitorBlockChartSpec? Type440 { get; set; } + public global::System.Collections.Generic.IList>? Type440 { get; set; } /// /// /// - public global::System.AnyOf? Type441 { get; set; } + public global::System.Collections.Generic.IList? Type441 { get; set; } /// /// /// - public global::LangSmith.MonitorBlockToggleableMarks? Type442 { get; set; } + public global::LangSmith.MonitorBlockRowItem? Type442 { get; set; } /// /// /// - public global::LangSmith.MonitorGroupSpec? Type443 { get; set; } + public global::LangSmith.MonitorBlockChartSpec? Type443 { get; set; } /// /// /// - public global::System.AnyOf? Type444 { get; set; } + public global::System.AnyOf? Type444 { get; set; } /// /// /// - public global::LangSmith.MonitorRequest? Type445 { get; set; } + public global::LangSmith.MonitorBlockToggleableMarks? Type445 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type446 { get; set; } + public global::LangSmith.MonitorGroupSpec? Type446 { get; set; } /// /// /// - public global::LangSmith.MonitorResponse? Type447 { get; set; } + public global::System.AnyOf? Type447 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type448 { get; set; } + public global::LangSmith.MonitorRequest? Type448 { get; set; } /// /// /// - public global::LangSmith.OrgFeatureFlags? Type449 { get; set; } + public global::System.Collections.Generic.IList? Type449 { get; set; } /// /// /// - public global::LangSmith.OrgIdentityPatch? Type450 { get; set; } + public global::LangSmith.MonitorResponse? Type450 { get; set; } /// /// /// - public global::LangSmith.OrgMemberIdentity? Type451 { get; set; } + public global::System.Collections.Generic.IList? Type451 { get; set; } /// /// /// - public global::LangSmith.OrgPendingIdentity? Type452 { get; set; } + public global::LangSmith.OrgFeatureFlags? Type452 { get; set; } /// /// /// - public global::LangSmith.Organization? Type453 { get; set; } + public global::LangSmith.OrgIdentityPatch? Type453 { get; set; } /// /// /// - public global::LangSmith.OrganizationConfig? Type454 { get; set; } + public global::LangSmith.OrgMemberIdentity? Type454 { get; set; } /// /// /// - public global::LangSmith.OrganizationConfigFlags? Type455 { get; set; } + public global::LangSmith.OrgPendingIdentity? Type455 { get; set; } /// /// /// - public global::System.AnyOf? Type456 { get; set; } + public global::LangSmith.Organization? Type456 { get; set; } /// /// /// - public global::System.AnyOf? Type457 { get; set; } + public global::LangSmith.OrganizationConfig? Type457 { get; set; } /// /// /// - public global::LangSmith.StripePaymentMethodInfo? Type458 { get; set; } + public global::LangSmith.OrganizationConfigFlags? Type458 { get; set; } /// /// /// - public global::System.AnyOf? Type459 { get; set; } + public global::System.AnyOf? Type459 { get; set; } /// /// /// - public global::LangSmith.OrganizationBillingInfo? Type460 { get; set; } + public global::System.AnyOf? Type460 { get; set; } /// /// /// - public global::LangSmith.OrganizationDashboardColorScheme? Type461 { get; set; } + public global::LangSmith.StripePaymentMethodInfo? Type461 { get; set; } /// /// /// - public global::LangSmith.OrganizationDashboardSchema? Type462 { get; set; } + public global::System.AnyOf? Type462 { get; set; } /// /// /// - public global::LangSmith.OrganizationDashboardType? Type463 { get; set; } + public global::LangSmith.OrganizationBillingInfo? Type463 { get; set; } /// /// /// - public global::LangSmith.OrganizationInfo? Type464 { get; set; } + public global::LangSmith.OrganizationDashboardColorScheme? Type464 { get; set; } /// /// /// - public global::LangSmith.OrganizationMembers? Type465 { get; set; } + public global::LangSmith.OrganizationDashboardSchema? Type465 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type466 { get; set; } + public global::LangSmith.OrganizationDashboardType? Type466 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type467 { get; set; } + public global::LangSmith.OrganizationInfo? Type467 { get; set; } /// /// /// - public global::LangSmith.OrganizationPGSchemaSlim? Type468 { get; set; } + public global::LangSmith.OrganizationMembers? Type468 { get; set; } /// /// /// - public global::LangSmith.PagerdutySeverity? Type469 { get; set; } + public global::System.Collections.Generic.IList? Type469 { get; set; } /// /// /// - public global::LangSmith.PendingIdentity? Type470 { get; set; } + public global::System.Collections.Generic.IList? Type470 { get; set; } /// /// /// - public global::LangSmith.PendingIdentityCreate? Type471 { get; set; } + public global::LangSmith.OrganizationPGSchemaSlim? Type471 { get; set; } /// /// /// - public global::LangSmith.PermissionResponse? Type472 { get; set; } + public global::LangSmith.PagerdutySeverity? Type472 { get; set; } /// /// /// - public global::LangSmith.PlaygroundSettingsCreateRequest? Type473 { get; set; } + public global::LangSmith.PendingIdentity? Type473 { get; set; } /// /// /// - public global::LangSmith.PlaygroundSettingsCreateRequestSettings? Type474 { get; set; } + public global::LangSmith.PendingIdentityCreate? Type474 { get; set; } /// /// /// - public global::LangSmith.PlaygroundSettingsResponse? Type475 { get; set; } + public global::LangSmith.PermissionResponse? Type475 { get; set; } /// /// /// - public global::LangSmith.PlaygroundSettingsResponseSettings? Type476 { get; set; } + public global::LangSmith.PlaygroundSettingsCreateRequest? Type476 { get; set; } /// /// /// - public global::LangSmith.PlaygroundSettingsUpdateRequest? Type477 { get; set; } + public global::LangSmith.PlaygroundSettingsCreateRequestSettings? Type477 { get; set; } /// /// /// - public global::LangSmith.PublicComparativeExperiment? Type478 { get; set; } + public global::LangSmith.PlaygroundSettingsResponse? Type478 { get; set; } /// /// /// - public global::System.AnyOf? Type479 { get; set; } + public global::LangSmith.PlaygroundSettingsResponseSettings? Type479 { get; set; } /// /// /// - public global::LangSmith.PublicComparativeExperimentExtra? Type480 { get; set; } + public global::LangSmith.PlaygroundSettingsUpdateRequest? Type480 { get; set; } /// /// /// - public global::System.AnyOf? Type481 { get; set; } + public global::LangSmith.PublicComparativeExperiment? Type481 { get; set; } /// /// /// - public global::LangSmith.PublicComparativeExperimentFeedbackStats? Type482 { get; set; } + public global::System.AnyOf? Type482 { get; set; } /// /// /// - public global::LangSmith.PublicExampleWithRuns? Type483 { get; set; } + public global::LangSmith.PublicComparativeExperimentExtra? Type483 { get; set; } /// /// /// - public global::System.AnyOf? Type484 { get; set; } + public global::System.AnyOf? Type484 { get; set; } /// /// /// - public global::LangSmith.PublicExampleWithRunsOutputs? Type485 { get; set; } + public global::LangSmith.PublicComparativeExperimentFeedbackStats? Type485 { get; set; } /// /// /// - public global::System.AnyOf? Type486 { get; set; } + public global::LangSmith.PublicExampleWithRuns? Type486 { get; set; } /// /// /// - public global::LangSmith.PublicExampleWithRunsMetadata? Type487 { get; set; } + public global::System.AnyOf? Type487 { get; set; } /// /// /// - public global::LangSmith.PublicExampleWithRunsInputs? Type488 { get; set; } + public global::LangSmith.PublicExampleWithRunsOutputs? Type488 { get; set; } /// /// /// - public global::LangSmith.PutDatasetVersionsSchema? Type489 { get; set; } + public global::System.AnyOf? Type489 { get; set; } /// /// /// - public global::LangSmith.QueryExampleSchemaWithRuns? Type490 { get; set; } + public global::LangSmith.PublicExampleWithRunsMetadata? Type490 { get; set; } /// /// /// - public global::System.AnyOf? Type491 { get; set; } + public global::LangSmith.PublicExampleWithRunsInputs? Type491 { get; set; } /// /// /// - public global::LangSmith.QueryExampleSchemaWithRunsFilters? Type492 { get; set; } + public global::LangSmith.PutDatasetVersionsSchema? Type492 { get; set; } /// /// /// - public global::LangSmith.QueryFeedbackDelta? Type493 { get; set; } + public global::LangSmith.QueryExampleSchemaWithRuns? Type493 { get; set; } /// /// /// - public global::System.AnyOf? Type494 { get; set; } + public global::System.AnyOf? Type494 { get; set; } /// /// /// - public global::LangSmith.QueryFeedbackDeltaFilters? Type495 { get; set; } + public global::LangSmith.QueryExampleSchemaWithRunsFilters? Type495 { get; set; } /// /// /// - public global::LangSmith.QueryParamsForPublicRunSchema? Type496 { get; set; } + public global::LangSmith.QueryFeedbackDelta? Type496 { get; set; } /// /// /// - public global::LangSmith.RequestBodyForRunsGenerateQuery? Type497 { get; set; } + public global::System.AnyOf? Type497 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type498 { get; set; } + public global::LangSmith.QueryFeedbackDeltaFilters? Type498 { get; set; } /// /// /// - public global::LangSmith.RunsGenerateQueryFeedbackKeys? Type499 { get; set; } + public global::LangSmith.QueryParamsForPublicRunSchema? Type499 { get; set; } /// /// /// - public global::LangSmith.Resource? Type500 { get; set; } + public global::LangSmith.RequestBodyForRunsGenerateQuery? Type500 { get; set; } /// /// /// - public global::LangSmith.ResourceType? Type501 { get; set; } + public global::System.Collections.Generic.IList? Type501 { get; set; } /// /// /// - public global::LangSmith.ResponseBodyForRunsGenerateQuery? Type502 { get; set; } + public global::LangSmith.RunsGenerateQueryFeedbackKeys? Type502 { get; set; } /// /// /// - public global::LangSmith.ResponseBodyForRunsGenerateQueryFeedbackUrls? Type503 { get; set; } + public global::LangSmith.Resource? Type503 { get; set; } /// /// /// - public global::LangSmith.Role? Type504 { get; set; } + public global::LangSmith.ResourceType? Type504 { get; set; } /// /// /// - public global::System.AnyOf? Type505 { get; set; } + public global::LangSmith.ResponseBodyForRunsGenerateQuery? Type505 { get; set; } /// /// /// - public global::LangSmith.RootModelDictStrListStr? Type506 { get; set; } + public global::LangSmith.ResponseBodyForRunsGenerateQueryFeedbackUrls? Type506 { get; set; } /// /// /// - public global::LangSmith.RuleLogActionOutcome? Type507 { get; set; } + public global::LangSmith.Role? Type507 { get; set; } /// /// /// - public global::LangSmith.RuleLogActionResponse? Type508 { get; set; } + public global::System.AnyOf? Type508 { get; set; } /// /// /// - public global::System.AnyOf? Type509 { get; set; } + public global::LangSmith.RootModelDictStrListStr? Type509 { get; set; } /// /// /// - public global::LangSmith.RuleLogActionResponsePayload? Type510 { get; set; } + public global::LangSmith.RuleLogActionOutcome? Type510 { get; set; } /// /// /// - public global::LangSmith.RuleLogSchema? Type511 { get; set; } + public global::LangSmith.RuleLogActionResponse? Type511 { get; set; } /// /// /// - public global::System.AnyOf? Type512 { get; set; } + public global::System.AnyOf? Type512 { get; set; } /// /// /// - public global::LangSmith.RunGroupBy? Type513 { get; set; } + public global::LangSmith.RuleLogActionResponsePayload? Type513 { get; set; } /// /// /// - public global::LangSmith.RunGroupRequest? Type514 { get; set; } + public global::LangSmith.RuleLogSchema? Type514 { get; set; } /// /// /// - public global::LangSmith.RunGroupStats? Type515 { get; set; } + public global::System.AnyOf? Type515 { get; set; } /// /// /// - public global::System.AnyOf? Type516 { get; set; } + public global::LangSmith.RunGroupBy? Type516 { get; set; } /// /// /// - public global::LangSmith.RunGroupStatsFeedbackStats? Type517 { get; set; } + public global::LangSmith.RunGroupRequest? Type517 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type518 { get; set; } + public global::LangSmith.RunGroupStats? Type518 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type519 { get; set; } + public global::System.AnyOf? Type519 { get; set; } /// /// /// - public global::LangSmith.RunGroupStatsRunFacetsVariant1Item? Type520 { get; set; } + public global::LangSmith.RunGroupStatsFeedbackStats? Type520 { get; set; } /// /// /// - public global::LangSmith.RunRulesAlertType? Type521 { get; set; } + public global::System.AnyOf, object>? Type521 { get; set; } /// /// /// - public global::LangSmith.RunRulesCreateSchema? Type522 { get; set; } + public global::System.Collections.Generic.IList? Type522 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type523 { get; set; } + public global::LangSmith.RunGroupStatsRunFacetsVariant1Item? Type523 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type524 { get; set; } + public global::LangSmith.RunRulesAlertType? Type524 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type525 { get; set; } + public global::LangSmith.RunRulesCreateSchema? Type525 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type526 { get; set; } + public global::System.AnyOf, object>? Type526 { get; set; } /// /// /// - public global::LangSmith.RunRulesPagerdutyAlertSchema? Type527 { get; set; } + public global::System.Collections.Generic.IList? Type527 { get; set; } /// /// /// - public global::System.AnyOf? Type528 { get; set; } + public global::System.AnyOf, object>? Type528 { get; set; } /// /// /// - public global::System.AnyOf? Type529 { get; set; } + public global::System.Collections.Generic.IList? Type529 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type530 { get; set; } + public global::LangSmith.RunRulesPagerdutyAlertSchema? Type530 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type531 { get; set; } + public global::System.AnyOf? Type531 { get; set; } /// /// /// - public global::LangSmith.RunRulesWebhookSchema? Type532 { get; set; } + public global::System.AnyOf? Type532 { get; set; } /// /// /// - public global::System.AnyOf? Type533 { get; set; } + public global::System.AnyOf, object>? Type533 { get; set; } /// /// /// - public global::LangSmith.RunRulesWebhookSchemaHeaders? Type534 { get; set; } + public global::System.Collections.Generic.IList? Type534 { get; set; } /// /// /// - public global::LangSmith.RunRulesSchema? Type535 { get; set; } + public global::LangSmith.RunRulesWebhookSchema? Type535 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfo? Type536 { get; set; } + public global::System.AnyOf? Type536 { get; set; } /// /// /// - public global::System.AnyOf? Type537 { get; set; } + public global::LangSmith.RunRulesWebhookSchemaHeaders? Type537 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoInputs? Type538 { get; set; } + public global::LangSmith.RunRulesSchema? Type538 { get; set; } /// /// /// - public global::System.AnyOf? Type539 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfo? Type539 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoExtra? Type540 { get; set; } + public global::System.AnyOf? Type540 { get; set; } /// /// /// - public global::System.AnyOf? Type541 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoInputs? Type541 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoSerialized? Type542 { get; set; } + public global::System.AnyOf? Type542 { get; set; } /// /// /// - public global::System.AnyOf? Type543 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoExtra? Type543 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoOutputs? Type544 { get; set; } + public global::System.AnyOf? Type544 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type545 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoSerialized? Type545 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type546 { get; set; } + public global::System.AnyOf? Type546 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoEventsVariant1Item? Type547 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoOutputs? Type547 { get; set; } /// /// /// - public global::System.AnyOf? Type548 { get; set; } + public global::System.AnyOf, object>? Type548 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoInputsS3Urls? Type549 { get; set; } + public global::System.Collections.Generic.IList? Type549 { get; set; } /// /// /// - public global::System.AnyOf? Type550 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoEventsVariant1Item? Type550 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoOutputsS3Urls? Type551 { get; set; } + public global::System.AnyOf? Type551 { get; set; } /// /// /// - public global::System.AnyOf? Type552 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoInputsS3Urls? Type552 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoS3Urls? Type553 { get; set; } + public global::System.AnyOf? Type553 { get; set; } /// /// /// - public global::System.AnyOf? Type554 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoOutputsS3Urls? Type554 { get; set; } /// /// /// - public global::LangSmith.RunSchemaWithAnnotationQueueInfoFeedbackStats? Type555 { get; set; } + public global::System.AnyOf? Type555 { get; set; } /// /// /// - public global::LangSmith.RunShareSchema? Type556 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoS3Urls? Type556 { get; set; } /// /// /// - public global::LangSmith.RunStats? Type557 { get; set; } + public global::System.AnyOf? Type557 { get; set; } /// /// /// - public global::System.AnyOf? Type558 { get; set; } + public global::LangSmith.RunSchemaWithAnnotationQueueInfoFeedbackStats? Type558 { get; set; } /// /// /// - public global::LangSmith.RunStatsFeedbackStats? Type559 { get; set; } + public global::LangSmith.RunShareSchema? Type559 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type560 { get; set; } + public global::LangSmith.RunStats? Type560 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type561 { get; set; } + public global::System.AnyOf? Type561 { get; set; } /// /// /// - public global::LangSmith.RunStatsRunFacetsVariant1Item? Type562 { get; set; } + public global::LangSmith.RunStatsFeedbackStats? Type562 { get; set; } /// /// /// - public global::LangSmith.SearchDatasetRequest? Type563 { get; set; } + public global::System.AnyOf, object>? Type563 { get; set; } /// /// /// - public global::LangSmith.SearchDatasetRequestInputs? Type564 { get; set; } + public global::System.Collections.Generic.IList? Type564 { get; set; } /// /// /// - public global::LangSmith.SearchDatasetResponse? Type565 { get; set; } + public global::LangSmith.RunStatsRunFacetsVariant1Item? Type565 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type566 { get; set; } + public global::LangSmith.SearchDatasetRequest? Type566 { get; set; } /// /// /// - public global::LangSmith.SearchedFewShotExample? Type567 { get; set; } + public global::LangSmith.SearchDatasetRequestInputs? Type567 { get; set; } /// /// /// - public global::LangSmith.SearchedFewShotExampleInputs? Type568 { get; set; } + public global::LangSmith.SearchDatasetResponse? Type568 { get; set; } /// /// /// - public global::LangSmith.SearchedFewShotExampleOutputs? Type569 { get; set; } + public global::System.Collections.Generic.IList? Type569 { get; set; } /// /// /// - public global::System.AnyOf? Type570 { get; set; } + public global::LangSmith.SearchedFewShotExample? Type570 { get; set; } /// /// /// - public global::LangSmith.SearchedFewShotExampleDebugInfo? Type571 { get; set; } + public global::LangSmith.SearchedFewShotExampleInputs? Type571 { get; set; } /// /// /// - public global::LangSmith.SecretKey? Type572 { get; set; } + public global::LangSmith.SearchedFewShotExampleOutputs? Type572 { get; set; } /// /// /// - public global::LangSmith.SecretUpsert? Type573 { get; set; } + public global::System.AnyOf? Type573 { get; set; } /// /// /// - public global::LangSmith.ServiceAccount? Type574 { get; set; } + public global::LangSmith.SearchedFewShotExampleDebugInfo? Type574 { get; set; } /// /// /// - public global::LangSmith.ServiceAccountCreateRequest? Type575 { get; set; } + public global::LangSmith.SecretKey? Type575 { get; set; } /// /// /// - public global::LangSmith.ServiceAccountCreateResponse? Type576 { get; set; } + public global::LangSmith.SecretUpsert? Type576 { get; set; } /// /// /// - public global::LangSmith.ServiceAccountDeleteResponse? Type577 { get; set; } + public global::LangSmith.ServiceAccount? Type577 { get; set; } /// /// /// - public global::LangSmith.SessionFeedbackDelta? Type578 { get; set; } + public global::LangSmith.ServiceAccountCreateRequest? Type578 { get; set; } /// /// /// - public global::LangSmith.SessionFeedbackDeltaFeedbackDeltas? Type579 { get; set; } + public global::LangSmith.ServiceAccountCreateResponse? Type579 { get; set; } /// /// /// - public global::LangSmith.SessionSortableColumns? Type580 { get; set; } + public global::LangSmith.ServiceAccountDeleteResponse? Type580 { get; set; } /// /// /// - public global::LangSmith.SetTenantHandleRequest? Type581 { get; set; } + public global::LangSmith.SessionFeedbackDelta? Type581 { get; set; } /// /// /// - public global::LangSmith.SingleCustomChartResponseBase? Type582 { get; set; } + public global::LangSmith.SessionFeedbackDeltaFeedbackDeltas? Type582 { get; set; } /// /// /// - public global::LangSmith.SortByComparativeExperimentColumn? Type583 { get; set; } + public global::LangSmith.SessionSortableColumns? Type583 { get; set; } /// /// /// - public global::LangSmith.SortByDatasetColumn? Type584 { get; set; } + public global::LangSmith.SetTenantHandleRequest? Type584 { get; set; } /// /// /// - public global::LangSmith.SourceType? Type585 { get; set; } + public global::LangSmith.SingleCustomChartResponseBase? Type585 { get; set; } /// /// /// - public global::LangSmith.StripeBusinessBillingInfo? Type586 { get; set; } + public global::LangSmith.SortByComparativeExperimentColumn? Type586 { get; set; } /// /// /// - public global::System.AnyOf? Type587 { get; set; } + public global::LangSmith.SortByDatasetColumn? Type587 { get; set; } /// /// /// - public global::LangSmith.StripeCustomerAddress? Type588 { get; set; } + public global::LangSmith.SourceType? Type588 { get; set; } /// /// /// - public global::LangSmith.StripeBusinessInfoInput? Type589 { get; set; } + public global::LangSmith.StripeBusinessBillingInfo? Type589 { get; set; } /// /// /// - public global::System.AnyOf? Type590 { get; set; } + public global::System.AnyOf? Type590 { get; set; } /// /// /// - public global::System.AnyOf? Type591 { get; set; } + public global::LangSmith.StripeCustomerAddress? Type591 { get; set; } /// /// /// - public global::LangSmith.StripeTaxId? Type592 { get; set; } + public global::LangSmith.StripeBusinessInfoInput? Type592 { get; set; } /// /// /// - public global::LangSmith.StripeBusinessInfoOutput? Type593 { get; set; } + public global::System.AnyOf? Type593 { get; set; } /// /// /// - public global::LangSmith.StripeCustomerBillingInfo? Type594 { get; set; } + public global::System.AnyOf? Type594 { get; set; } /// /// /// - public global::LangSmith.StripePaymentInformation? Type595 { get; set; } + public global::LangSmith.StripeTaxId? Type595 { get; set; } /// /// /// - public global::LangSmith.StripeSetupIntentResponse? Type596 { get; set; } + public global::LangSmith.StripeBusinessInfoOutput? Type596 { get; set; } /// /// /// - public global::LangSmith.TTLSettings? Type597 { get; set; } + public global::LangSmith.StripeCustomerBillingInfo? Type597 { get; set; } /// /// /// - public global::LangSmith.TagKey? Type598 { get; set; } + public global::LangSmith.StripePaymentInformation? Type598 { get; set; } /// /// /// - public global::LangSmith.TagKeyCreate? Type599 { get; set; } + public global::LangSmith.StripeSetupIntentResponse? Type599 { get; set; } /// /// /// - public global::LangSmith.TagKeyUpdate? Type600 { get; set; } + public global::LangSmith.TTLSettings? Type600 { get; set; } /// /// /// - public global::LangSmith.TagKeyWithValues? Type601 { get; set; } + public global::LangSmith.TagKey? Type601 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type602 { get; set; } + public global::LangSmith.TagKeyCreate? Type602 { get; set; } /// /// /// - public global::LangSmith.TagValue? Type603 { get; set; } + public global::LangSmith.TagKeyUpdate? Type603 { get; set; } /// /// /// - public global::LangSmith.TagKeyWithValuesAndTaggings? Type604 { get; set; } + public global::LangSmith.TagKeyWithValues? Type604 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type605 { get; set; } + public global::System.Collections.Generic.IList? Type605 { get; set; } /// /// /// - public global::LangSmith.TagValueWithTaggings? Type606 { get; set; } + public global::LangSmith.TagValue? Type606 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type607 { get; set; } + public global::LangSmith.TagKeyWithValuesAndTaggings? Type607 { get; set; } /// /// /// - public global::LangSmith.Tagging? Type608 { get; set; } + public global::System.Collections.Generic.IList? Type608 { get; set; } /// /// /// - public global::LangSmith.TagValueCreate? Type609 { get; set; } + public global::LangSmith.TagValueWithTaggings? Type609 { get; set; } /// /// /// - public global::LangSmith.TagValueUpdate? Type610 { get; set; } + public global::System.Collections.Generic.IList? Type610 { get; set; } /// /// /// - public global::LangSmith.TaggingCreate? Type611 { get; set; } + public global::LangSmith.Tagging? Type611 { get; set; } /// /// /// - public global::LangSmith.TaggingsByResourceType? Type612 { get; set; } + public global::LangSmith.TagValueCreate? Type612 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type613 { get; set; } + public global::LangSmith.TagValueUpdate? Type613 { get; set; } /// /// /// - public global::LangSmith.TaggingsResponse? Type614 { get; set; } + public global::LangSmith.TaggingCreate? Type614 { get; set; } /// /// /// - public global::LangSmith.TenantBulkUnshareRequest? Type615 { get; set; } + public global::LangSmith.TaggingsByResourceType? Type615 { get; set; } /// /// /// - public global::LangSmith.TenantCreate? Type616 { get; set; } + public global::System.Collections.Generic.IList? Type616 { get; set; } /// /// /// - public global::LangSmith.TenantForUser? Type617 { get; set; } + public global::LangSmith.TaggingsResponse? Type617 { get; set; } /// /// /// - public global::LangSmith.TenantMembers? Type618 { get; set; } + public global::LangSmith.TenantBulkUnshareRequest? Type618 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type619 { get; set; } + public global::LangSmith.TenantCreate? Type619 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type620 { get; set; } + public global::LangSmith.TenantForUser? Type620 { get; set; } /// /// /// - public global::LangSmith.TenantShareDatasetToken? Type621 { get; set; } + public global::LangSmith.TenantMembers? Type621 { get; set; } /// /// /// - public global::LangSmith.TenantShareDatasetTokenType? Type622 { get; set; } + public global::System.Collections.Generic.IList? Type622 { get; set; } /// /// /// - public global::LangSmith.TenantShareRunToken? Type623 { get; set; } + public global::System.Collections.Generic.IList? Type623 { get; set; } /// /// /// - public global::LangSmith.TenantShareRunTokenType? Type624 { get; set; } + public global::LangSmith.TenantShareDatasetToken? Type624 { get; set; } /// /// /// - public global::LangSmith.TenantShareTokensResponse? Type625 { get; set; } + public global::LangSmith.TenantShareDatasetTokenType? Type625 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type626 { get; set; } + public global::LangSmith.TenantShareRunToken? Type626 { get; set; } /// /// /// - public global::System.OneOf? Type627 { get; set; } + public global::LangSmith.TenantShareRunTokenType? Type627 { get; set; } /// /// /// - public global::LangSmith.TenantStats? Type628 { get; set; } + public global::LangSmith.TenantShareTokensResponse? Type628 { get; set; } /// /// /// - public global::LangSmith.TenantUsageLimitInfo? Type629 { get; set; } + public global::System.Collections.Generic.IList>? Type629 { get; set; } /// /// /// - public global::System.AnyOf? Type630 { get; set; } + public global::System.OneOf? Type630 { get; set; } /// /// /// - public global::LangSmith.TenantUsageLimitType? Type631 { get; set; } + public global::LangSmith.TenantStats? Type631 { get; set; } /// /// /// - public global::LangSmith.TracerSessionCreate? Type632 { get; set; } + public global::LangSmith.TenantUsageLimitInfo? Type632 { get; set; } /// /// /// - public global::System.AnyOf? Type633 { get; set; } + public global::System.AnyOf? Type633 { get; set; } /// /// /// - public global::LangSmith.TracerSessionCreateExtra? Type634 { get; set; } + public global::LangSmith.TenantUsageLimitType? Type634 { get; set; } /// /// /// - public global::LangSmith.TracerSessionUpdate? Type635 { get; set; } + public global::LangSmith.TracerSessionCreate? Type635 { get; set; } /// /// /// - public global::System.AnyOf? Type636 { get; set; } + public global::System.AnyOf? Type636 { get; set; } /// /// /// - public global::LangSmith.TracerSessionUpdateExtra? Type637 { get; set; } + public global::LangSmith.TracerSessionCreateExtra? Type637 { get; set; } /// /// /// - public global::LangSmith.TracerSessionWithoutVirtualFields? Type638 { get; set; } + public global::LangSmith.TracerSessionUpdate? Type638 { get; set; } /// /// /// - public global::System.AnyOf? Type639 { get; set; } + public global::System.AnyOf? Type639 { get; set; } /// /// /// - public global::LangSmith.TracerSessionWithoutVirtualFieldsExtra? Type640 { get; set; } + public global::LangSmith.TracerSessionUpdateExtra? Type640 { get; set; } /// /// /// - public global::LangSmith.UpdateFeedbackConfigSchema? Type641 { get; set; } + public global::LangSmith.TracerSessionWithoutVirtualFields? Type641 { get; set; } /// /// /// - public global::LangSmith.UpdateRepoRequest? Type642 { get; set; } + public global::System.AnyOf? Type642 { get; set; } /// /// /// - public global::LangSmith.UpdateRoleRequest? Type643 { get; set; } + public global::LangSmith.TracerSessionWithoutVirtualFieldsExtra? Type643 { get; set; } /// /// /// - public global::LangSmith.UpsertOrgOrWorkspaceTTLSettingsRequest? Type644 { get; set; } + public global::LangSmith.UpdateFeedbackConfigSchema? Type644 { get; set; } /// /// /// - public global::LangSmith.UpsertTTLSettingsRequest? Type645 { get; set; } + public global::LangSmith.UpdateRepoRequest? Type645 { get; set; } /// /// /// - public global::LangSmith.UpsertUsageLimit? Type646 { get; set; } + public global::LangSmith.UpdateRoleRequest? Type646 { get; set; } /// /// /// - public global::LangSmith.UsageLimitType2? Type647 { get; set; } + public global::LangSmith.UpsertOrgOrWorkspaceTTLSettingsRequest? Type647 { get; set; } /// /// /// - public global::LangSmith.UsageLimit? Type648 { get; set; } + public global::LangSmith.UpsertTTLSettingsRequest? Type648 { get; set; } /// /// /// - public global::LangSmith.UserWithPassword? Type649 { get; set; } + public global::LangSmith.UpsertUsageLimit? Type649 { get; set; } /// /// /// - public global::LangSmith.WorkspaceCreate? Type650 { get; set; } + public global::LangSmith.UsageLimitType2? Type650 { get; set; } /// /// /// - public global::LangSmith.WorkspacePatch? Type651 { get; set; } + public global::LangSmith.UsageLimit? Type651 { get; set; } /// /// /// - public global::LangSmith.AppHubCrudTenantsTenant? Type652 { get; set; } + public global::LangSmith.UserWithPassword? Type652 { get; set; } /// /// /// - public global::LangSmith.AppSchemasTenant? Type653 { get; set; } + public global::LangSmith.WorkspaceCreate? Type653 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequest? Type654 { get; set; } + public global::LangSmith.WorkspacePatch? Type654 { get; set; } /// /// /// - public global::System.OneOf? Type655 { get; set; } + public global::LangSmith.AppHubCrudTenantsTenant? Type655 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestInputs? Type656 { get; set; } + public global::LangSmith.AppSchemasTenant? Type656 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestRunType? Type657 { get; set; } + public global::LangSmith.CreateRunRequest? Type657 { get; set; } /// /// /// - public global::System.OneOf? Type658 { get; set; } + public global::System.OneOf? Type658 { get; set; } /// /// /// - public global::System.OneOf? Type659 { get; set; } + public global::LangSmith.CreateRunRequestInputs? Type659 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestExtra? Type660 { get; set; } + public global::LangSmith.CreateRunRequestRunType? Type660 { get; set; } /// /// /// - public global::System.OneOf? Type661 { get; set; } + public global::System.OneOf? Type661 { get; set; } /// /// /// - public global::System.OneOf? Type662 { get; set; } + public global::System.OneOf? Type662 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestSerialized? Type663 { get; set; } + public global::LangSmith.CreateRunRequestExtra? Type663 { get; set; } /// /// /// - public global::System.OneOf? Type664 { get; set; } + public global::System.OneOf? Type664 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestOutputs? Type665 { get; set; } + public global::System.OneOf? Type665 { get; set; } /// /// /// - public global::System.OneOf? Type666 { get; set; } + public global::LangSmith.CreateRunRequestSerialized? Type666 { get; set; } /// /// /// - public global::System.OneOf, object>? Type667 { get; set; } + public global::System.OneOf? Type667 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type668 { get; set; } + public global::LangSmith.CreateRunRequestOutputs? Type668 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestEventsVariant1Item? Type669 { get; set; } + public global::System.OneOf? Type669 { get; set; } /// /// /// - public global::System.OneOf, object>? Type670 { get; set; } + public global::System.OneOf, object>? Type670 { get; set; } /// /// /// - public global::System.OneOf? Type671 { get; set; } + public global::System.Collections.Generic.IList? Type671 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestInputAttachments? Type672 { get; set; } + public global::LangSmith.CreateRunRequestEventsVariant1Item? Type672 { get; set; } /// /// /// - public global::System.OneOf? Type673 { get; set; } + public global::System.OneOf, object>? Type673 { get; set; } /// /// /// - public global::LangSmith.CreateRunRequestOutputAttachments? Type674 { get; set; } + public global::System.OneOf? Type674 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequest? Type675 { get; set; } + public global::LangSmith.CreateRunRequestInputAttachments? Type675 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type676 { get; set; } + public global::System.OneOf? Type676 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItem? Type677 { get; set; } + public global::LangSmith.CreateRunRequestOutputAttachments? Type677 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemInputs? Type678 { get; set; } + public global::LangSmith.BatchIngestRunsRequest? Type678 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemRunType? Type679 { get; set; } + public global::System.Collections.Generic.IList? Type679 { get; set; } /// /// /// - public global::System.OneOf? Type680 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItem? Type680 { get; set; } /// /// /// - public global::System.OneOf? Type681 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemInputs? Type681 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemExtra? Type682 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemRunType? Type682 { get; set; } /// /// /// - public global::System.OneOf? Type683 { get; set; } + public global::System.OneOf? Type683 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemSerialized? Type684 { get; set; } + public global::System.OneOf? Type684 { get; set; } /// /// /// - public global::System.OneOf? Type685 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemExtra? Type685 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemOutputs? Type686 { get; set; } + public global::System.OneOf? Type686 { get; set; } /// /// /// - public global::System.OneOf, object>? Type687 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemSerialized? Type687 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type688 { get; set; } + public global::System.OneOf? Type688 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemEventsVariant1Item? Type689 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemOutputs? Type689 { get; set; } /// /// /// - public global::System.OneOf? Type690 { get; set; } + public global::System.OneOf, object>? Type690 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemInputAttachments? Type691 { get; set; } + public global::System.Collections.Generic.IList? Type691 { get; set; } /// /// /// - public global::System.OneOf? Type692 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemEventsVariant1Item? Type692 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPostItemOutputAttachments? Type693 { get; set; } + public global::System.OneOf? Type693 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type694 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemInputAttachments? Type694 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItem? Type695 { get; set; } + public global::System.OneOf? Type695 { get; set; } /// /// /// - public global::System.OneOf? Type696 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPostItemOutputAttachments? Type696 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItemInputs? Type697 { get; set; } + public global::System.Collections.Generic.IList? Type697 { get; set; } /// /// /// - public global::System.OneOf? Type698 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItem? Type698 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItemOutputs? Type699 { get; set; } + public global::System.OneOf? Type699 { get; set; } /// /// /// - public global::System.OneOf, object>? Type700 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItemInputs? Type700 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type701 { get; set; } + public global::System.OneOf? Type701 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItemEventsVariant1Item? Type702 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItemOutputs? Type702 { get; set; } /// /// /// - public global::System.OneOf? Type703 { get; set; } + public global::System.OneOf, object>? Type703 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItemExtra? Type704 { get; set; } + public global::System.Collections.Generic.IList? Type704 { get; set; } /// /// /// - public global::System.OneOf? Type705 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItemEventsVariant1Item? Type705 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItemInputAttachments? Type706 { get; set; } + public global::System.OneOf? Type706 { get; set; } /// /// /// - public global::System.OneOf? Type707 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItemExtra? Type707 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsRequestPatchItemOutputAttachments? Type708 { get; set; } + public global::System.OneOf? Type708 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequest? Type709 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItemInputAttachments? Type709 { get; set; } /// /// /// - public global::System.OneOf? Type710 { get; set; } + public global::System.OneOf? Type710 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequestInputs? Type711 { get; set; } + public global::LangSmith.BatchIngestRunsRequestPatchItemOutputAttachments? Type711 { get; set; } /// /// /// - public global::System.OneOf? Type712 { get; set; } + public global::LangSmith.UpdateRunRequest? Type712 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequestOutputs? Type713 { get; set; } + public global::System.OneOf? Type713 { get; set; } /// /// /// - public global::System.OneOf, object>? Type714 { get; set; } + public global::LangSmith.UpdateRunRequestInputs? Type714 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type715 { get; set; } + public global::System.OneOf? Type715 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequestEventsVariant1Item? Type716 { get; set; } + public global::LangSmith.UpdateRunRequestOutputs? Type716 { get; set; } /// /// /// - public global::System.OneOf? Type717 { get; set; } + public global::System.OneOf, object>? Type717 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequestExtra? Type718 { get; set; } + public global::System.Collections.Generic.IList? Type718 { get; set; } /// /// /// - public global::System.OneOf? Type719 { get; set; } + public global::LangSmith.UpdateRunRequestEventsVariant1Item? Type719 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequestInputAttachments? Type720 { get; set; } + public global::System.OneOf? Type720 { get; set; } /// /// /// - public global::System.OneOf? Type721 { get; set; } + public global::LangSmith.UpdateRunRequestExtra? Type721 { get; set; } /// /// /// - public global::LangSmith.UpdateRunRequestOutputAttachments? Type722 { get; set; } + public global::System.OneOf? Type722 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type723 { get; set; } + public global::LangSmith.UpdateRunRequestInputAttachments? Type723 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type724 { get; set; } + public global::System.OneOf? Type724 { get; set; } /// /// /// - public global::System.AllOf? Type725 { get; set; } + public global::LangSmith.UpdateRunRequestOutputAttachments? Type725 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type726 { get; set; } + public global::System.Collections.Generic.IList? Type726 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type727 { get; set; } + public global::System.Collections.Generic.IList? Type727 { get; set; } /// /// /// - public global::System.AnyOf>? Type728 { get; set; } + public global::System.AllOf? Type728 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type729 { get; set; } + public global::System.Collections.Generic.IList? Type729 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type730 { get; set; } + public global::System.Collections.Generic.IList? Type730 { get; set; } /// /// /// - public global::System.AllOf? Type731 { get; set; } + public global::System.AnyOf>? Type731 { get; set; } /// /// /// - public global::System.AnyOf? Type732 { get; set; } + public global::System.Collections.Generic.IList? Type732 { get; set; } /// /// /// - public global::System.AllOf? Type733 { get; set; } + public global::System.Collections.Generic.IList? Type733 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type734 { get; set; } + public global::System.AllOf? Type734 { get; set; } /// /// /// - public global::System.AnyOf, global::LangSmith.DataType2?, object>? Type735 { get; set; } + public global::System.AnyOf? Type735 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type736 { get; set; } + public global::System.AllOf? Type736 { get; set; } /// /// /// - public global::System.AllOf? Type737 { get; set; } + public global::System.Collections.Generic.IList? Type737 { get; set; } /// /// /// - public global::System.AllOf? Type738 { get; set; } + public global::System.AnyOf, global::LangSmith.DataType2?, object>? Type738 { get; set; } /// /// /// - public global::System.AnyOf, object>? Type739 { get; set; } + public global::System.Collections.Generic.IList? Type739 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type740 { get; set; } + public global::System.AllOf? Type740 { get; set; } /// /// /// - public global::System.AnyOf? Type741 { get; set; } + public global::System.AllOf? Type741 { get; set; } /// /// /// - public global::System.AnyOf? Type742 { get; set; } + public global::System.AnyOf, object>? Type742 { get; set; } /// /// /// - public global::LangSmith.ListReposApiV1ReposGetIsArchived2? Type743 { get; set; } + public global::System.Collections.Generic.IList? Type743 { get; set; } /// /// /// - public global::System.AnyOf? Type744 { get; set; } + public global::System.AnyOf? Type744 { get; set; } /// /// /// - public global::LangSmith.ListReposApiV1ReposGetIsPublic2? Type745 { get; set; } + public global::System.AnyOf? Type745 { get; set; } /// /// /// - public global::System.AnyOf? Type746 { get; set; } + public global::LangSmith.ListReposApiV1ReposGetIsArchived2? Type746 { get; set; } /// /// /// - public global::LangSmith.ListReposApiV1ReposGetSortDirectionVariant1? Type747 { get; set; } + public global::System.AnyOf? Type747 { get; set; } /// /// /// - public global::LangSmith.ListReposApiV1ReposGetSortDirectionVariant2? Type748 { get; set; } + public global::LangSmith.ListReposApiV1ReposGetIsPublic2? Type748 { get; set; } /// /// /// - public global::System.AnyOf? Type749 { get; set; } + public global::System.AnyOf? Type749 { get; set; } /// /// /// - public global::LangSmith.ListRepoTagsApiV1ReposTagsGetIsArchived2? Type750 { get; set; } + public global::LangSmith.ListReposApiV1ReposGetSortDirectionVariant1? Type750 { get; set; } /// /// /// - public global::System.AnyOf? Type751 { get; set; } + public global::LangSmith.ListReposApiV1ReposGetSortDirectionVariant2? Type751 { get; set; } /// /// /// - public global::LangSmith.ListRepoTagsApiV1ReposTagsGetIsPublic2? Type752 { get; set; } + public global::System.AnyOf? Type752 { get; set; } /// /// /// - public global::LangSmith.DeleteTracerSessionApiV1SessionsSessionIdDeleteResponse? Type753 { get; set; } + public global::LangSmith.ListRepoTagsApiV1ReposTagsGetIsArchived2? Type753 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type754 { get; set; } + public global::System.AnyOf? Type754 { get; set; } /// /// /// - public global::LangSmith.DeleteTracerSessionsApiV1SessionsDeleteResponse? Type755 { get; set; } + public global::LangSmith.ListRepoTagsApiV1ReposTagsGetIsPublic2? Type755 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type756 { get; set; } + public global::LangSmith.DeleteTracerSessionApiV1SessionsSessionIdDeleteResponse? Type756 { get; set; } /// /// /// - public global::LangSmith.DeleteFilterViewApiV1SessionsSessionIdViewsViewIdDeleteResponse? Type757 { get; set; } + public global::System.Collections.Generic.IList? Type757 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type758 { get; set; } + public global::LangSmith.DeleteTracerSessionsApiV1SessionsDeleteResponse? Type758 { get; set; } /// /// /// - public global::LangSmith.OnPaymentMethodCreatedApiV1OrgsCurrentPaymentMethodPostResponse? Type759 { get; set; } + public global::System.Collections.Generic.IList? Type759 { get; set; } /// /// /// - public global::LangSmith.SetCompanyInfoApiV1OrgsCurrentBusinessInfoPostResponse? Type760 { get; set; } + public global::LangSmith.DeleteFilterViewApiV1SessionsSessionIdViewsViewIdDeleteResponse? Type760 { get; set; } /// /// /// - public global::LangSmith.ChangePaymentPlanApiV1OrgsCurrentPlanPostResponse? Type761 { get; set; } + public global::System.Collections.Generic.IList? Type761 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type762 { get; set; } + public global::LangSmith.OnPaymentMethodCreatedApiV1OrgsCurrentPaymentMethodPostResponse? Type762 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type763 { get; set; } + public global::LangSmith.SetCompanyInfoApiV1OrgsCurrentBusinessInfoPostResponse? Type763 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type764 { get; set; } + public global::LangSmith.ChangePaymentPlanApiV1OrgsCurrentPlanPostResponse? Type764 { get; set; } /// /// /// - public global::LangSmith.DeleteCurrentOrgPendingMemberApiV1OrgsCurrentMembersIdentityIdPendingDeleteResponse? Type765 { get; set; } + public global::System.Collections.Generic.IList? Type765 { get; set; } /// /// /// - public global::LangSmith.DeletePendingOrganizationInviteApiV1OrgsPendingOrganizationIdDeleteResponse? Type766 { get; set; } + public global::System.Collections.Generic.IList? Type766 { get; set; } /// /// /// - public global::LangSmith.RemoveMemberFromCurrentOrgApiV1OrgsCurrentMembersIdentityIdDeleteResponse? Type767 { get; set; } + public global::System.Collections.Generic.IList? Type767 { get; set; } /// /// /// - public global::LangSmith.UpdateCurrentOrgMemberApiV1OrgsCurrentMembersIdentityIdPatchResponse? Type768 { get; set; } + public global::LangSmith.DeleteCurrentOrgPendingMemberApiV1OrgsCurrentMembersIdentityIdPendingDeleteResponse? Type768 { get; set; } /// /// /// - public global::LangSmith.UpdateCurrentUserApiV1OrgsMembersBasicPatchResponse? Type769 { get; set; } + public global::LangSmith.DeletePendingOrganizationInviteApiV1OrgsPendingOrganizationIdDeleteResponse? Type769 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type770 { get; set; } + public global::LangSmith.RemoveMemberFromCurrentOrgApiV1OrgsCurrentMembersIdentityIdDeleteResponse? Type770 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type771 { get; set; } + public global::LangSmith.UpdateCurrentOrgMemberApiV1OrgsCurrentMembersIdentityIdPatchResponse? Type771 { get; set; } /// /// /// - public global::LangSmith.UpdateExampleApiV1ExamplesExampleIdPatchResponse? Type772 { get; set; } + public global::LangSmith.UpdateCurrentUserApiV1OrgsMembersBasicPatchResponse? Type772 { get; set; } /// /// /// - public global::LangSmith.DeleteExampleApiV1ExamplesExampleIdDeleteResponse? Type773 { get; set; } + public global::System.Collections.Generic.IList? Type773 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type774 { get; set; } + public global::System.Collections.Generic.IList? Type774 { get; set; } /// /// /// - public global::LangSmith.DeleteExamplesApiV1ExamplesDeleteResponse? Type775 { get; set; } + public global::LangSmith.UpdateExampleApiV1ExamplesExampleIdPatchResponse? Type775 { get; set; } /// /// /// - public global::LangSmith.UpdateExamplesApiV1ExamplesBulkPatchResponse? Type776 { get; set; } + public global::LangSmith.DeleteExampleApiV1ExamplesExampleIdDeleteResponse? Type776 { get; set; } /// /// /// - public global::LangSmith.DeleteDatasetApiV1DatasetsDatasetIdDeleteResponse? Type777 { get; set; } + public global::System.Collections.Generic.IList? Type777 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type778 { get; set; } + public global::LangSmith.DeleteExamplesApiV1ExamplesDeleteResponse? Type778 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type779 { get; set; } + public global::LangSmith.UpdateExamplesApiV1ExamplesBulkPatchResponse? Type779 { get; set; } /// /// /// - public global::LangSmith.DownloadDatasetOpenaiApiV1DatasetsDatasetIdOpenaiGetResponse? Type780 { get; set; } + public global::LangSmith.DeleteDatasetApiV1DatasetsDatasetIdDeleteResponse? Type780 { get; set; } /// /// /// - public global::LangSmith.DownloadDatasetOpenaiFtApiV1DatasetsDatasetIdOpenaiFtGetResponse? Type781 { get; set; } + public global::System.Collections.Generic.IList? Type781 { get; set; } /// /// /// - public global::LangSmith.DownloadDatasetCsvApiV1DatasetsDatasetIdCsvGetResponse? Type782 { get; set; } + public global::System.Collections.Generic.IList? Type782 { get; set; } /// /// /// - public global::System.AnyOf, global::System.Collections.Generic.IList>? Type783 { get; set; } + public global::LangSmith.DownloadDatasetOpenaiApiV1DatasetsDatasetIdOpenaiGetResponse? Type783 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type784 { get; set; } + public global::LangSmith.DownloadDatasetOpenaiFtApiV1DatasetsDatasetIdOpenaiFtGetResponse? Type784 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type785 { get; set; } + public global::LangSmith.DownloadDatasetCsvApiV1DatasetsDatasetIdCsvGetResponse? Type785 { get; set; } /// /// /// - public global::System.AnyOf? Type786 { get; set; } + public global::System.AnyOf, global::System.Collections.Generic.IList>? Type786 { get; set; } /// /// /// - public global::LangSmith.UnshareDatasetApiV1DatasetsDatasetIdShareDeleteResponse? Type787 { get; set; } + public global::System.Collections.Generic.IList? Type787 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type788 { get; set; } + public global::System.Collections.Generic.IList? Type788 { get; set; } /// /// /// - public global::LangSmith.DeleteComparativeExperimentApiV1DatasetsComparativeComparativeExperimentIdDeleteResponse? Type789 { get; set; } + public global::System.AnyOf? Type789 { get; set; } /// /// /// - public global::LangSmith.IndexApiV1DatasetsDatasetIdIndexPostResponse? Type790 { get; set; } + public global::LangSmith.UnshareDatasetApiV1DatasetsDatasetIdShareDeleteResponse? Type790 { get; set; } /// /// /// - public global::LangSmith.RemoveIndexApiV1DatasetsDatasetIdIndexDeleteResponse? Type791 { get; set; } + public global::System.Collections.Generic.IList? Type791 { get; set; } /// /// /// - public global::LangSmith.GenerateApiV1DatasetsDatasetIdGeneratePostResponse? Type792 { get; set; } + public global::LangSmith.DeleteComparativeExperimentApiV1DatasetsComparativeComparativeExperimentIdDeleteResponse? Type792 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type793 { get; set; } + public global::LangSmith.IndexApiV1DatasetsDatasetIdIndexPostResponse? Type793 { get; set; } /// /// /// - public global::LangSmith.DeleteRuleApiV1RunsRulesRuleIdDeleteResponse? Type794 { get; set; } + public global::LangSmith.RemoveIndexApiV1DatasetsDatasetIdIndexDeleteResponse? Type794 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type795 { get; set; } + public global::LangSmith.GenerateApiV1DatasetsDatasetIdGeneratePostResponse? Type795 { get; set; } /// /// /// - public global::LangSmith.UpdateRunApiV1RunsRunIdPatchResponse? Type796 { get; set; } + public global::System.Collections.Generic.IList? Type796 { get; set; } /// /// /// - public global::System.AnyOf? Type797 { get; set; } + public global::LangSmith.DeleteRuleApiV1RunsRulesRuleIdDeleteResponse? Type797 { get; set; } /// /// /// - public global::LangSmith.UnshareRunApiV1RunsRunIdShareDeleteResponse? Type798 { get; set; } + public global::System.Collections.Generic.IList? Type798 { get; set; } /// /// /// - public global::LangSmith.CreateRunApiV1RunsPostResponse? Type799 { get; set; } + public global::LangSmith.UpdateRunApiV1RunsRunIdPatchResponse? Type799 { get; set; } /// /// /// - public global::LangSmith.BatchIngestRunsApiV1RunsBatchPostResponse? Type800 { get; set; } + public global::System.AnyOf? Type800 { get; set; } /// /// /// - public global::LangSmith.GroupRunsApiV1RunsGroupPostResponse? Type801 { get; set; } + public global::LangSmith.UnshareRunApiV1RunsRunIdShareDeleteResponse? Type801 { get; set; } /// /// /// - public global::LangSmith.DeleteFeedbackApiV1FeedbackFeedbackIdDeleteResponse? Type802 { get; set; } + public global::LangSmith.CreateRunApiV1RunsPostResponse? Type802 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type803 { get; set; } + public global::LangSmith.BatchIngestRunsApiV1RunsBatchPostResponse? Type803 { get; set; } /// /// /// - public global::System.AnyOf>? Type804 { get; set; } + public global::LangSmith.GroupRunsApiV1RunsGroupPostResponse? Type804 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type805 { get; set; } + public global::LangSmith.DeleteFeedbackApiV1FeedbackFeedbackIdDeleteResponse? Type805 { get; set; } /// /// /// - public global::LangSmith.CreateFeedbackWithTokenGetApiV1FeedbackTokensTokenGetResponse? Type806 { get; set; } + public global::System.Collections.Generic.IList? Type806 { get; set; } /// /// /// - public global::LangSmith.CreateFeedbackWithTokenPostApiV1FeedbackTokensTokenPostResponse? Type807 { get; set; } + public global::System.AnyOf>? Type807 { get; set; } /// /// /// - public global::System.AnyOf, global::System.Collections.Generic.IList>? Type808 { get; set; } + public global::System.Collections.Generic.IList? Type808 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type809 { get; set; } + public global::LangSmith.CreateFeedbackWithTokenGetApiV1FeedbackTokensTokenGetResponse? Type809 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type810 { get; set; } + public global::LangSmith.CreateFeedbackWithTokenPostApiV1FeedbackTokensTokenPostResponse? Type810 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type811 { get; set; } + public global::System.AnyOf, global::System.Collections.Generic.IList>? Type811 { get; set; } /// /// /// - public global::LangSmith.DeleteAnnotationQueueApiV1AnnotationQueuesQueueIdDeleteResponse? Type812 { get; set; } + public global::System.Collections.Generic.IList? Type812 { get; set; } /// /// /// - public global::LangSmith.UpdateAnnotationQueueApiV1AnnotationQueuesQueueIdPatchResponse? Type813 { get; set; } + public global::System.Collections.Generic.IList? Type813 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type814 { get; set; } + public global::System.Collections.Generic.IList? Type814 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type815 { get; set; } + public global::LangSmith.DeleteAnnotationQueueApiV1AnnotationQueuesQueueIdDeleteResponse? Type815 { get; set; } /// /// /// - public global::LangSmith.UpdateRunInAnnotationQueueApiV1AnnotationQueuesQueueIdRunsQueueRunIdPatchResponse? Type816 { get; set; } + public global::LangSmith.UpdateAnnotationQueueApiV1AnnotationQueuesQueueIdPatchResponse? Type816 { get; set; } /// /// /// - public global::LangSmith.DeleteRunFromAnnotationQueueApiV1AnnotationQueuesQueueIdRunsQueueRunIdDeleteResponse? Type817 { get; set; } + public global::System.Collections.Generic.IList? Type817 { get; set; } /// /// /// - public global::LangSmith.CreateIdentityAnnotationQueueRunStatusApiV1AnnotationQueuesStatusAnnotationQueueRunIdPostResponse? Type818 { get; set; } + public global::System.Collections.Generic.IList? Type818 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type819 { get; set; } + public global::LangSmith.UpdateRunInAnnotationQueueApiV1AnnotationQueuesQueueIdRunsQueueRunIdPatchResponse? Type819 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type820 { get; set; } + public global::LangSmith.DeleteRunFromAnnotationQueueApiV1AnnotationQueuesQueueIdRunsQueueRunIdDeleteResponse? Type820 { get; set; } /// /// /// - public global::LangSmith.DeletePendingTenantInviteApiV1TenantsPendingIdDeleteResponse? Type821 { get; set; } + public global::LangSmith.CreateIdentityAnnotationQueueRunStatusApiV1AnnotationQueuesStatusAnnotationQueueRunIdPostResponse? Type821 { get; set; } /// /// /// - public global::LangSmith.ClaimPendingTenantInviteApiV1TenantsPendingTenantIdClaimPostResponse? Type822 { get; set; } + public global::System.Collections.Generic.IList? Type822 { get; set; } /// /// /// - public global::LangSmith.BulkUnshareEntitiesApiV1TenantsCurrentSharedDeleteResponse? Type823 { get; set; } + public global::System.Collections.Generic.IList? Type823 { get; set; } /// /// /// - public global::LangSmith.DeleteCurrentTenantMemberApiV1TenantsCurrentMembersIdentityIdDeleteResponse? Type824 { get; set; } + public global::LangSmith.DeletePendingTenantInviteApiV1TenantsPendingIdDeleteResponse? Type824 { get; set; } /// /// /// - public global::LangSmith.PatchCurrentTenantMemberApiV1TenantsCurrentMembersIdentityIdPatchResponse? Type825 { get; set; } + public global::LangSmith.ClaimPendingTenantInviteApiV1TenantsPendingTenantIdClaimPostResponse? Type825 { get; set; } /// /// /// - public global::LangSmith.DeleteCurrentTenantPendingMemberApiV1TenantsCurrentMembersIdentityIdPendingDeleteResponse? Type826 { get; set; } + public global::LangSmith.BulkUnshareEntitiesApiV1TenantsCurrentSharedDeleteResponse? Type826 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type827 { get; set; } + public global::LangSmith.DeleteCurrentTenantMemberApiV1TenantsCurrentMembersIdentityIdDeleteResponse? Type827 { get; set; } /// /// /// - public global::LangSmith.UpsertCurrentTenantSecretsApiV1TenantsCurrentSecretsPostResponse? Type828 { get; set; } + public global::LangSmith.PatchCurrentTenantMemberApiV1TenantsCurrentMembersIdentityIdPatchResponse? Type828 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type829 { get; set; } + public global::LangSmith.DeleteCurrentTenantPendingMemberApiV1TenantsCurrentMembersIdentityIdPendingDeleteResponse? Type829 { get; set; } /// /// /// - public global::LangSmith.ReadModelPriceMapApiV1ModelPriceMapGetResponse? Type830 { get; set; } + public global::System.Collections.Generic.IList? Type830 { get; set; } /// /// /// - public global::LangSmith.CreateNewModelPriceApiV1ModelPriceMapPostResponse? Type831 { get; set; } + public global::LangSmith.UpsertCurrentTenantSecretsApiV1TenantsCurrentSecretsPostResponse? Type831 { get; set; } /// /// /// - public global::LangSmith.UpdateModelPriceApiV1ModelPriceMapIdPutResponse? Type832 { get; set; } + public global::System.Collections.Generic.IList? Type832 { get; set; } /// /// /// - public global::LangSmith.DeleteModelPriceApiV1ModelPriceMapIdDeleteResponse? Type833 { get; set; } + public global::LangSmith.ReadModelPriceMapApiV1ModelPriceMapGetResponse? Type833 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type834 { get; set; } + public global::LangSmith.CreateNewModelPriceApiV1ModelPriceMapPostResponse? Type834 { get; set; } /// /// /// - public global::LangSmith.DeleteUsageLimitApiV1UsageLimitsUsageLimitIdDeleteResponse? Type835 { get; set; } + public global::LangSmith.UpdateModelPriceApiV1ModelPriceMapIdPutResponse? Type835 { get; set; } /// /// /// - public global::LangSmith.InvokePromptApiV1PromptsInvokePromptPostResponse? Type836 { get; set; } + public global::LangSmith.DeleteModelPriceApiV1ModelPriceMapIdDeleteResponse? Type836 { get; set; } /// /// /// - public global::LangSmith.DeletePendingWorkspaceInviteApiV1WorkspacesPendingIdDeleteResponse? Type837 { get; set; } + public global::System.Collections.Generic.IList? Type837 { get; set; } /// /// /// - public global::LangSmith.ClaimPendingWorkspaceInviteApiV1WorkspacesPendingWorkspaceIdClaimPostResponse? Type838 { get; set; } + public global::LangSmith.DeleteUsageLimitApiV1UsageLimitsUsageLimitIdDeleteResponse? Type838 { get; set; } /// /// /// - public global::LangSmith.BulkUnshareEntitiesApiV1WorkspacesCurrentSharedDeleteResponse? Type839 { get; set; } + public global::LangSmith.InvokePromptApiV1PromptsInvokePromptPostResponse? Type839 { get; set; } /// /// /// - public global::LangSmith.DeleteCurrentWorkspaceMemberApiV1WorkspacesCurrentMembersIdentityIdDeleteResponse? Type840 { get; set; } + public global::LangSmith.DeletePendingWorkspaceInviteApiV1WorkspacesPendingIdDeleteResponse? Type840 { get; set; } /// /// /// - public global::LangSmith.PatchCurrentWorkspaceMemberApiV1WorkspacesCurrentMembersIdentityIdPatchResponse? Type841 { get; set; } + public global::LangSmith.ClaimPendingWorkspaceInviteApiV1WorkspacesPendingWorkspaceIdClaimPostResponse? Type841 { get; set; } /// /// /// - public global::LangSmith.DeleteCurrentWorkspacePendingMemberApiV1WorkspacesCurrentMembersIdentityIdPendingDeleteResponse? Type842 { get; set; } + public global::LangSmith.BulkUnshareEntitiesApiV1WorkspacesCurrentSharedDeleteResponse? Type842 { get; set; } /// /// /// - public global::LangSmith.UpsertCurrentWorkspaceSecretsApiV1WorkspacesCurrentSecretsPostResponse? Type843 { get; set; } + public global::LangSmith.DeleteCurrentWorkspaceMemberApiV1WorkspacesCurrentMembersIdentityIdDeleteResponse? Type843 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type844 { get; set; } + public global::LangSmith.PatchCurrentWorkspaceMemberApiV1WorkspacesCurrentMembersIdentityIdPatchResponse? Type844 { get; set; } /// /// /// - public global::LangSmith.DeleteTagKeyApiV1WorkspacesCurrentTagKeysTagKeyIdDeleteResponse? Type845 { get; set; } + public global::LangSmith.DeleteCurrentWorkspacePendingMemberApiV1WorkspacesCurrentMembersIdentityIdPendingDeleteResponse? Type845 { get; set; } /// /// /// - public global::LangSmith.DeleteTagValueApiV1WorkspacesCurrentTagKeysTagKeyIdTagValuesTagValueIdDeleteResponse? Type846 { get; set; } + public global::LangSmith.UpsertCurrentWorkspaceSecretsApiV1WorkspacesCurrentSecretsPostResponse? Type846 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type847 { get; set; } + public global::System.Collections.Generic.IList? Type847 { get; set; } /// /// /// - public global::LangSmith.DeleteTaggingApiV1WorkspacesCurrentTaggingsTaggingIdDeleteResponse? Type848 { get; set; } + public global::LangSmith.DeleteTagKeyApiV1WorkspacesCurrentTagKeysTagKeyIdDeleteResponse? Type848 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type849 { get; set; } + public global::LangSmith.DeleteTagValueApiV1WorkspacesCurrentTagKeysTagKeyIdTagValuesTagValueIdDeleteResponse? Type849 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type850 { get; set; } + public global::System.Collections.Generic.IList? Type850 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type851 { get; set; } + public global::LangSmith.DeleteTaggingApiV1WorkspacesCurrentTaggingsTaggingIdDeleteResponse? Type851 { get; set; } /// /// /// - public global::LangSmith.DeletePlaygroundSettingsApiV1PlaygroundSettingsPlaygroundSettingsIdDeleteResponse? Type852 { get; set; } + public global::System.Collections.Generic.IList? Type852 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type853 { get; set; } + public global::System.Collections.Generic.IList? Type853 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type854 { get; set; } + public global::System.Collections.Generic.IList? Type854 { get; set; } /// /// /// - public global::LangSmith.DeleteChartApiV1ChartsChartIdDeleteResponse? Type855 { get; set; } + public global::LangSmith.DeletePlaygroundSettingsApiV1PlaygroundSettingsPlaygroundSettingsIdDeleteResponse? Type855 { get; set; } /// /// /// - public global::LangSmith.DeleteSectionApiV1ChartsSectionSectionIdDeleteResponse? Type856 { get; set; } + public global::System.Collections.Generic.IList? Type856 { get; set; } /// /// /// - public global::LangSmith.OkApiV1OkGetResponse? Type857 { get; set; } + public global::System.Collections.Generic.IList? Type857 { get; set; } /// /// /// - public global::LangSmith.DeleteRepoApiV1ReposOwnerRepoDeleteResponse? Type858 { get; set; } + public global::LangSmith.DeleteChartApiV1ChartsChartIdDeleteResponse? Type858 { get; set; } /// /// /// - public global::LangSmith.CreateEventApiV1EventsPostResponse? Type859 { get; set; } + public global::LangSmith.DeleteSectionApiV1ChartsSectionSectionIdDeleteResponse? Type859 { get; set; } /// /// /// - public global::LangSmith.CreateCommentApiV1CommentsOwnerRepoPostResponse? Type860 { get; set; } + public global::LangSmith.OkApiV1OkGetResponse? Type860 { get; set; } /// /// /// - public global::LangSmith.LikeCommentApiV1CommentsOwnerRepoParentCommentIdLikePostResponse? Type861 { get; set; } + public global::LangSmith.DeleteRepoApiV1ReposOwnerRepoDeleteResponse? Type861 { get; set; } /// /// /// - public global::LangSmith.UnlikeCommentApiV1CommentsOwnerRepoParentCommentIdLikeDeleteResponse? Type862 { get; set; } + public global::LangSmith.CreateEventApiV1EventsPostResponse? Type862 { get; set; } + /// + /// + /// + public global::LangSmith.CreateCommentApiV1CommentsOwnerRepoPostResponse? Type863 { get; set; } + /// + /// + /// + public global::LangSmith.LikeCommentApiV1CommentsOwnerRepoParentCommentIdLikePostResponse? Type864 { get; set; } + /// + /// + /// + public global::LangSmith.UnlikeCommentApiV1CommentsOwnerRepoParentCommentIdLikeDeleteResponse? Type865 { get; set; } } } \ No newline at end of file diff --git a/src/libs/LangSmith/Generated/LangSmith.ChartsClient.CreateChartApiV1ChartsCreatePost.g.cs b/src/libs/LangSmith/Generated/LangSmith.ChartsClient.CreateChartApiV1ChartsCreatePost.g.cs index 8748d509..d1ea0ae6 100644 --- a/src/libs/LangSmith/Generated/LangSmith.ChartsClient.CreateChartApiV1ChartsCreatePost.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.ChartsClient.CreateChartApiV1ChartsCreatePost.g.cs @@ -108,6 +108,7 @@ partial void ProcessCreateChartApiV1ChartsCreatePostResponseContent( /// /// /// + /// /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task CreateChartApiV1ChartsCreatePostAsync( @@ -118,6 +119,7 @@ partial void ProcessCreateChartApiV1ChartsCreatePostResponseContent( global::System.AnyOf? index = default, global::System.AnyOf? sectionId = default, global::System.AnyOf? metadata = default, + global::System.AnyOf? commonFilters = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::LangSmith.CustomChartCreate @@ -129,6 +131,7 @@ partial void ProcessCreateChartApiV1ChartsCreatePostResponseContent( Series = series, SectionId = sectionId, Metadata = metadata, + CommonFilters = commonFilters, }; return await CreateChartApiV1ChartsCreatePostAsync( diff --git a/src/libs/LangSmith/Generated/LangSmith.ChartsClient.UpdateChartApiV1ChartsChartIdPatch.g.cs b/src/libs/LangSmith/Generated/LangSmith.ChartsClient.UpdateChartApiV1ChartsChartIdPatch.g.cs index 541bbb6f..602b05b3 100644 --- a/src/libs/LangSmith/Generated/LangSmith.ChartsClient.UpdateChartApiV1ChartsChartIdPatch.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.ChartsClient.UpdateChartApiV1ChartsChartIdPatch.g.cs @@ -113,6 +113,7 @@ partial void ProcessUpdateChartApiV1ChartsChartIdPatchResponseContent( /// /// /// + /// /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task UpdateChartApiV1ChartsChartIdPatchAsync( @@ -124,6 +125,7 @@ partial void ProcessUpdateChartApiV1ChartsChartIdPatchResponseContent( global::System.AnyOf, global::LangSmith.Missing>? series = default, global::System.AnyOf? sectionId = default, global::System.AnyOf? metadata = default, + global::System.AnyOf? commonFilters = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::LangSmith.CustomChartUpdate @@ -135,6 +137,7 @@ partial void ProcessUpdateChartApiV1ChartsChartIdPatchResponseContent( Series = series, SectionId = sectionId, Metadata = metadata, + CommonFilters = commonFilters, }; return await UpdateChartApiV1ChartsChartIdPatchAsync( diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreate.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreate.g.cs index 40719cd5..b71a2f53 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreate.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreate.g.cs @@ -60,6 +60,13 @@ public sealed partial class CustomChartCreate [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] public global::System.AnyOf? Metadata { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("common_filters")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? CommonFilters { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreatePreview.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreatePreview.g.cs index f30d489a..9e43e581 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreatePreview.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartCreatePreview.g.cs @@ -1,4 +1,6 @@ +#pragma warning disable CS0618 // Type or member is obsolete + #nullable enable namespace LangSmith @@ -15,6 +17,13 @@ public sealed partial class CustomChartCreatePreview [global::System.Text.Json.Serialization.JsonRequired] public required global::System.Collections.Generic.IList Series { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("common_filters")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? CommonFilters { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeries.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeries.g.cs index 913601f0..c2002ba1 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeries.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeries.g.cs @@ -21,8 +21,8 @@ public sealed partial class CustomChartSeries /// /// [global::System.Text.Json.Serialization.JsonPropertyName("filters")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::LangSmith.CustomChartSeriesFilters Filters { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? Filters { get; set; } /// /// Metrics you can chart. diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesCreate.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesCreate.g.cs index f9c4a22e..57010f55 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesCreate.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesCreate.g.cs @@ -21,8 +21,8 @@ public sealed partial class CustomChartSeriesCreate /// /// [global::System.Text.Json.Serialization.JsonPropertyName("filters")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::LangSmith.CustomChartSeriesFilters Filters { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? Filters { get; set; } /// /// Metrics you can chart. diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesFilters.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesFilters.g.cs index 4914d77a..9668f710 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesFilters.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesFilters.g.cs @@ -35,8 +35,8 @@ public sealed partial class CustomChartSeriesFilters /// /// [global::System.Text.Json.Serialization.JsonPropertyName("session")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList Session { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf, object>? Session { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesUpdate.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesUpdate.g.cs index cabf5655..c4fe2993 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesUpdate.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartSeriesUpdate.g.cs @@ -21,8 +21,8 @@ public sealed partial class CustomChartSeriesUpdate /// /// [global::System.Text.Json.Serialization.JsonPropertyName("filters")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::LangSmith.CustomChartSeriesFilters Filters { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? Filters { get; set; } /// /// Metrics you can chart. diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartUpdate.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartUpdate.g.cs index 1b7514c0..5dd3a35b 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartUpdate.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartUpdate.g.cs @@ -36,7 +36,7 @@ public sealed partial class CustomChartUpdate /// [global::System.Text.Json.Serialization.JsonPropertyName("chart_type")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf? ChartType { get; set; } + public global::System.AnyOf? ChartType { get; set; } = global::LangSmith.CustomChartType.; /// /// @@ -59,6 +59,13 @@ public sealed partial class CustomChartUpdate [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory3))] public global::System.AnyOf? Metadata { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("common_filters")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory3))] + public global::System.AnyOf? CommonFilters { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartsSectionResponse.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartsSectionResponse.g.cs index 19f965e1..14244054 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartsSectionResponse.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.CustomChartsSectionResponse.g.cs @@ -38,6 +38,13 @@ public sealed partial class CustomChartsSectionResponse [global::System.Text.Json.Serialization.JsonRequired] public required string Id { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("is_at_capacity")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? IsAtCapacity { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.Missing.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.Missing.g.cs index cdaccbb1..2fcbf1f3 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.Missing.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.Missing.g.cs @@ -8,6 +8,12 @@ namespace LangSmith /// public sealed partial class Missing { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("__missing__")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.MissingMissing1JsonConverter))] + public global::LangSmith.MissingMissing1 Missing1 { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.MissingMissing1.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.MissingMissing1.g.cs new file mode 100644 index 00000000..3e561537 --- /dev/null +++ b/src/libs/LangSmith/Generated/LangSmith.Models.MissingMissing1.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace LangSmith +{ + /// + /// + /// + public enum MissingMissing1 + { + /// + /// + /// + Missing, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class MissingMissing1Extensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this MissingMissing1 value) + { + return value switch + { + MissingMissing1.Missing => "__missing__", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static MissingMissing1? ToEnum(string value) + { + return value switch + { + "__missing__" => MissingMissing1.Missing, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.SingleCustomChartResponse.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.SingleCustomChartResponse.g.cs index 02bc3ebe..404ffd7e 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.SingleCustomChartResponse.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.SingleCustomChartResponse.g.cs @@ -67,6 +67,13 @@ public sealed partial class SingleCustomChartResponse [global::System.Text.Json.Serialization.JsonRequired] public required global::System.Collections.Generic.IList Series { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("common_filters")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] + public global::System.AnyOf? CommonFilters { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/LangSmith/openapi.yaml b/src/libs/LangSmith/openapi.yaml index 5bd020bc..97038d61 100644 --- a/src/libs/LangSmith/openapi.yaml +++ b/src/libs/LangSmith/openapi.yaml @@ -10280,6 +10280,10 @@ components: anyOf: - type: object - type: 'null' + common_filters: + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - type: 'null' CustomChartCreatePreview: title: CustomChartCreatePreview required: @@ -10291,6 +10295,10 @@ components: type: array items: $ref: '#/components/schemas/CustomChartSeries' + common_filters: + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - type: 'null' CustomChartMetric: title: CustomChartMetric enum: @@ -10372,7 +10380,6 @@ components: title: CustomChartSeries required: - name - - filters - metric - id type: object @@ -10381,7 +10388,9 @@ components: title: Name type: string filters: - $ref: '#/components/schemas/CustomChartSeriesFilters' + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - type: 'null' metric: $ref: '#/components/schemas/CustomChartMetric' feedback_key: @@ -10397,7 +10406,6 @@ components: title: CustomChartSeriesCreate required: - name - - filters - metric type: object properties: @@ -10405,7 +10413,9 @@ components: title: Name type: string filters: - $ref: '#/components/schemas/CustomChartSeriesFilters' + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - type: 'null' metric: $ref: '#/components/schemas/CustomChartMetric' feedback_key: @@ -10415,8 +10425,6 @@ components: - type: 'null' CustomChartSeriesFilters: title: CustomChartSeriesFilters - required: - - session type: object properties: filter: @@ -10436,16 +10444,17 @@ components: - type: 'null' session: title: Session - minItems: 1 - type: array - items: - type: string - format: uuid + anyOf: + - minItems: 1 + type: array + items: + type: string + format: uuid + - type: 'null' CustomChartSeriesUpdate: title: CustomChartSeriesUpdate required: - name - - filters - metric type: object properties: @@ -10453,7 +10462,9 @@ components: title: Name type: string filters: - $ref: '#/components/schemas/CustomChartSeriesFilters' + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - type: 'null' metric: $ref: '#/components/schemas/CustomChartMetric' feedback_key: @@ -10483,22 +10494,30 @@ components: anyOf: - type: string - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ description: title: Description anyOf: - type: string - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ index: title: Index anyOf: - type: integer - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ chart_type: title: Chart Type anyOf: - $ref: '#/components/schemas/CustomChartType' - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ series: title: Series anyOf: @@ -10506,18 +10525,32 @@ components: items: $ref: '#/components/schemas/CustomChartSeriesUpdate' - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ section_id: title: Section Id anyOf: - type: string format: uuid - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ metadata: title: Metadata anyOf: - type: object - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ + common_filters: + title: Common Filters + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - $ref: '#/components/schemas/Missing' + - type: 'null' + default: + __missing__: __missing__ CustomChartsDataPoint: title: CustomChartsDataPoint required: @@ -10697,6 +10730,11 @@ components: title: Id type: string format: uuid + is_at_capacity: + title: Is At Capacity + anyOf: + - type: boolean + - type: 'null' CustomChartsSectionUpdate: title: CustomChartsSectionUpdate type: object @@ -10706,17 +10744,23 @@ components: anyOf: - type: string - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ description: title: Description anyOf: - type: string - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ index: title: Index anyOf: - type: integer - $ref: '#/components/schemas/Missing' + default: + __missing__: __missing__ CustomerVisiblePlanInfo: title: CustomerVisiblePlanInfo required: @@ -11049,24 +11093,32 @@ components: - type: string - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ description: title: Description anyOf: - type: string - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ inputs_schema_definition: title: Inputs Schema Definition anyOf: - type: object - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ outputs_schema_definition: title: Outputs Schema Definition anyOf: - type: object - $ref: '#/components/schemas/Missing' - type: 'null' + default: + __missing__: __missing__ patch_examples: title: Patch Examples anyOf: @@ -12752,7 +12804,15 @@ components: type: string Missing: title: Missing + required: + - __missing__ type: object + properties: + __missing__: + title: ' Missing ' + enum: + - __missing__ + type: string ModelFeedbackSource: title: ModelFeedbackSource type: object @@ -16306,6 +16366,10 @@ components: type: array items: $ref: '#/components/schemas/CustomChartSeries' + common_filters: + anyOf: + - $ref: '#/components/schemas/CustomChartSeriesFilters' + - type: 'null' SingleCustomChartResponseBase: title: SingleCustomChartResponseBase required: