From 4b3e23218595b377f18e84ae4b08a47f106ba60c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 19:23:17 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...esClient.ConfigureTableSheetScorecard.g.cs | 2 +- ...s.TableSheetScorecardStepEvidenceMode.g.cs | 53 ++ ...heetScorecardStepEvidenceModeNullable.g.cs | 60 ++ ....TableSheetScorecardStepPrimitiveType.g.cs | 53 ++ ...eetScorecardStepPrimitiveTypeNullable.g.cs | 60 ++ .../PromptLayer.JsonSerializerContext.g.cs | 49 +- ...romptLayer.JsonSerializerContextTypes.g.cs | 606 +++++++++--------- ...s.ConfigureTableSheetScorecardRequest.g.cs | 4 +- ...els.GetTableSheetScorecardRowResponse.g.cs | 4 +- ...ScorecardRowResponseErrorSummary.Json.g.cs | 141 ---- ...SheetScorecardRowResponseErrorSummary.g.cs | 19 - ...s.ListTableSheetScorecardRowsResponse.g.cs | 17 +- ...recardRowsResponseVerdictCounts.Json.g.cs} | 26 +- ...etScorecardRowsResponseVerdictCounts.g.cs} | 2 +- ....MigrateLegacyTableSheetScoreResponse.g.cs | 11 +- ...romptLayer.Models.TableSheetScorecard.g.cs | 9 +- ...ggregationRequiredStepFailureBehavior.g.cs | 8 +- ...Models.TableSheetScorecardCalculation.g.cs | 4 +- ...Models.TableSheetScorecardGetResponse.g.cs | 11 +- ...eetScorecardGetResponseProgress.Json.g.cs} | 26 +- ...ableSheetScorecardGetResponseProgress.g.cs | 62 ++ ....Models.TableSheetScorecardRowSummary.g.cs | 4 +- ...eSheetScorecardRowSummaryErrorSummary.g.cs | 19 - ....Models.TableSheetScorecardStaleState.g.cs | 20 +- ...tLayer.Models.TableSheetScorecardStep.g.cs | 91 ++- ...s.TableSheetScorecardStepEvidenceMode.g.cs | 57 ++ ....TableSheetScorecardStepPrimitiveType.g.cs | 105 +++ ...eSheetScorecardStepScoreAdapter.Json.g.cs} | 26 +- ....TableSheetScorecardStepScoreAdapter.g.cs} | 2 +- ...esClient.ConfigureTableSheetScorecard.g.cs | 2 +- src/libs/PromptLayer/openapi.json | 146 ++++- 31 files changed, 1117 insertions(+), 582 deletions(-) create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceMode.g.cs create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullable.g.cs create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveType.g.cs create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullable.g.cs delete mode 100644 src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.Json.g.cs delete mode 100644 src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.g.cs rename src/libs/PromptLayer/Generated/{PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.Json.g.cs => PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.Json.g.cs} (83%) rename src/libs/PromptLayer/Generated/{PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.g.cs => PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.g.cs} (85%) rename src/libs/PromptLayer/Generated/{PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.Json.g.cs => PromptLayer.Models.TableSheetScorecardGetResponseProgress.Json.g.cs} (85%) create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.g.cs delete mode 100644 src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.g.cs create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepEvidenceMode.g.cs create mode 100644 src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepPrimitiveType.g.cs rename src/libs/PromptLayer/Generated/{PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.Json.g.cs => PromptLayer.Models.TableSheetScorecardStepScoreAdapter.Json.g.cs} (85%) rename src/libs/PromptLayer/Generated/{PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.g.cs => PromptLayer.Models.TableSheetScorecardStepScoreAdapter.g.cs} (86%) diff --git a/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs index 43c0665..162c4ba 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs @@ -63,7 +63,7 @@ public partial interface ITablesClient string name, object aggregation, global::System.Collections.Generic.IList? evaluatedColumnIds = default, - global::System.Collections.Generic.IList? steps = default, + global::System.Collections.Generic.IList? steps = default, object? displayConfig = default, object? baselineConfig = default, global::PromptLayer.AutoSDKRequestOptions? requestOptions = default, diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceMode.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceMode.g.cs new file mode 100644 index 0000000..1ea8a34 --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceMode.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace PromptLayer.JsonConverters +{ + /// + public sealed class TableSheetScorecardStepEvidenceModeJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::PromptLayer.TableSheetScorecardStepEvidenceMode 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::PromptLayer.TableSheetScorecardStepEvidenceModeExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::PromptLayer.TableSheetScorecardStepEvidenceMode)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::PromptLayer.TableSheetScorecardStepEvidenceMode); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::PromptLayer.TableSheetScorecardStepEvidenceMode value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::PromptLayer.TableSheetScorecardStepEvidenceModeExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullable.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullable.g.cs new file mode 100644 index 0000000..ed986fd --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace PromptLayer.JsonConverters +{ + /// + public sealed class TableSheetScorecardStepEvidenceModeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::PromptLayer.TableSheetScorecardStepEvidenceMode? 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::PromptLayer.TableSheetScorecardStepEvidenceModeExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::PromptLayer.TableSheetScorecardStepEvidenceMode)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::PromptLayer.TableSheetScorecardStepEvidenceMode?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::PromptLayer.TableSheetScorecardStepEvidenceMode? 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::PromptLayer.TableSheetScorecardStepEvidenceModeExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveType.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveType.g.cs new file mode 100644 index 0000000..7c91ec0 --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveType.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace PromptLayer.JsonConverters +{ + /// + public sealed class TableSheetScorecardStepPrimitiveTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::PromptLayer.TableSheetScorecardStepPrimitiveType 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::PromptLayer.TableSheetScorecardStepPrimitiveTypeExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::PromptLayer.TableSheetScorecardStepPrimitiveType)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::PromptLayer.TableSheetScorecardStepPrimitiveType); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::PromptLayer.TableSheetScorecardStepPrimitiveType value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::PromptLayer.TableSheetScorecardStepPrimitiveTypeExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullable.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullable.g.cs new file mode 100644 index 0000000..08b85f7 --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace PromptLayer.JsonConverters +{ + /// + public sealed class TableSheetScorecardStepPrimitiveTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::PromptLayer.TableSheetScorecardStepPrimitiveType? 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::PromptLayer.TableSheetScorecardStepPrimitiveTypeExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::PromptLayer.TableSheetScorecardStepPrimitiveType)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::PromptLayer.TableSheetScorecardStepPrimitiveType?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::PromptLayer.TableSheetScorecardStepPrimitiveType? 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::PromptLayer.TableSheetScorecardStepPrimitiveTypeExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs index fb5bec0..d3306fb 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs @@ -389,6 +389,14 @@ namespace PromptLayer typeof(global::PromptLayer.JsonConverters.TableSheetScorecardAggregationRequiredStepFailureBehaviorNullableJsonConverter), + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullableJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullableJsonConverter), + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStatusJsonConverter), typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStatusNullableJsonConverter), @@ -1460,6 +1468,8 @@ namespace PromptLayer [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardAggregation))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardAggregationRequiredStepFailureBehavior), TypeInfoPropertyName = "TableSheetScorecardAggregationRequiredStepFailureBehavior2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStep))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStepPrimitiveType), TypeInfoPropertyName = "TableSheetScorecardStepPrimitiveType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStepEvidenceMode), TypeInfoPropertyName = "TableSheetScorecardStepEvidenceMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecard))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStatus), TypeInfoPropertyName = "TableSheetScorecardStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] @@ -1467,6 +1477,7 @@ namespace PromptLayer [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardCalculationStatus), TypeInfoPropertyName = "TableSheetScorecardCalculationStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardCalculationAggregateVerdict), TypeInfoPropertyName = "TableSheetScorecardCalculationAggregateVerdict2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardGetResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardGetResponseProgress))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ConfigureTableSheetScorecardRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ConfigureTableSheetScorecardResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.DeleteTableSheetScorecardResponse))] @@ -1488,9 +1499,6 @@ namespace PromptLayer [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetTableSheetScorecardRowResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetTableSheetScorecardRowResponseAggregateVerdict), TypeInfoPropertyName = "GetTableSheetScorecardRowResponseAggregateVerdict2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ListTableSheetVersionsResponse))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetVersion))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.PublicListPagination))] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -1878,6 +1886,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::PromptLayer.JsonConverters.TableSheetScorecardAggregationRequiredStepFailureBehaviorNullableJsonConverter), + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullableJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullableJsonConverter), + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStatusJsonConverter), typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStatusNullableJsonConverter), @@ -2485,6 +2501,9 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf>?), TypeInfoPropertyName = "ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem_47a8c666c2b64908")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf?), TypeInfoPropertyName = "GetReportScoreResponseScoreDetailsVariant4_819979ee8daaec57")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf>), TypeInfoPropertyName = "ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem_13c51ceff6c2844e")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetVersion))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.PublicListPagination))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.EmptyPublicFilters))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableSheetVersionRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetTableSheetVersionResponse))] @@ -2885,6 +2904,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ConfigureTableSheetScoreRequestAssertionAggregation?), TypeInfoPropertyName = "NullableConfigureTableSheetScoreRequestAssertionAggregation2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.RecalculateTableSheetScoreResponseStatus?), TypeInfoPropertyName = "NullableRecalculateTableSheetScoreResponseStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardAggregationRequiredStepFailureBehavior?), TypeInfoPropertyName = "NullableTableSheetScorecardAggregationRequiredStepFailureBehavior2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStepPrimitiveType?), TypeInfoPropertyName = "NullableTableSheetScorecardStepPrimitiveType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStepEvidenceMode?), TypeInfoPropertyName = "NullableTableSheetScorecardStepEvidenceMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardStatus?), TypeInfoPropertyName = "NullableTableSheetScorecardStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardCalculationStatus?), TypeInfoPropertyName = "NullableTableSheetScorecardCalculationStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetScorecardCalculationAggregateVerdict?), TypeInfoPropertyName = "NullableTableSheetScorecardCalculationAggregateVerdict2")] @@ -2975,11 +2996,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf, object>?), TypeInfoPropertyName = "NullableOneOfDictionaryStringGetWorkflowVersionExecutionResultsResponseVariant14Object2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.AnyOf?), TypeInfoPropertyName = "NullableAnyOfFolderExistsErrorString2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TestExecuteToolResponseResultStatus?), TypeInfoPropertyName = "NullableTestExecuteToolResponseResultStatus2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CloseTraceResponseClosureStatus?), TypeInfoPropertyName = "NullableCloseTraceResponseClosureStatus2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -3367,6 +3383,14 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::PromptLayer.JsonConverters.TableSheetScorecardAggregationRequiredStepFailureBehaviorNullableJsonConverter), + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullableJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeJsonConverter), + + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullableJsonConverter), + typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStatusJsonConverter), typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStatusNullableJsonConverter), @@ -3974,6 +3998,11 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf>?), TypeInfoPropertyName = "ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem_47a8c666c2b64908")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf?), TypeInfoPropertyName = "GetReportScoreResponseScoreDetailsVariant4_819979ee8daaec57")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf>), TypeInfoPropertyName = "ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem_13c51ceff6c2844e")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CloseTraceResponseClosureStatus?), TypeInfoPropertyName = "NullableCloseTraceResponseClosureStatus2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -4309,6 +4338,10 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::PromptLayer.JsonConverters.RecalculateTableSheetScoreResponseStatusNullableJsonConverter()); options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardAggregationRequiredStepFailureBehaviorJsonConverter()); options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardAggregationRequiredStepFailureBehaviorNullableJsonConverter()); + options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeJsonConverter()); + options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeNullableJsonConverter()); + options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeJsonConverter()); + options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeNullableJsonConverter()); options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardStatusJsonConverter()); options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardStatusNullableJsonConverter()); options.Converters.Add(new global::PromptLayer.JsonConverters.TableSheetScorecardCalculationStatusJsonConverter()); diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs index 7f6712b..6261637 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs @@ -1876,1191 +1876,1203 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::PromptLayer.TableSheetScorecard? Type462 { get; set; } + public global::PromptLayer.TableSheetScorecardStepPrimitiveType? Type462 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardStatus? Type463 { get; set; } + public global::PromptLayer.TableSheetScorecardStepEvidenceMode? Type463 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type464 { get; set; } + public global::PromptLayer.TableSheetScorecard? Type464 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardCalculation? Type465 { get; set; } + public global::PromptLayer.TableSheetScorecardStatus? Type465 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardCalculationStatus? Type466 { get; set; } + public global::System.Collections.Generic.IList? Type466 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardCalculationAggregateVerdict? Type467 { get; set; } + public global::PromptLayer.TableSheetScorecardCalculation? Type467 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardGetResponse? Type468 { get; set; } + public global::PromptLayer.TableSheetScorecardCalculationStatus? Type468 { get; set; } /// /// /// - public global::PromptLayer.ConfigureTableSheetScorecardRequest? Type469 { get; set; } + public global::PromptLayer.TableSheetScorecardCalculationAggregateVerdict? Type469 { get; set; } /// /// /// - public global::PromptLayer.ConfigureTableSheetScorecardResponse? Type470 { get; set; } + public global::PromptLayer.TableSheetScorecardGetResponse? Type470 { get; set; } /// /// /// - public global::PromptLayer.DeleteTableSheetScorecardResponse? Type471 { get; set; } + public global::PromptLayer.TableSheetScorecardGetResponseProgress? Type471 { get; set; } /// /// /// - public global::PromptLayer.MigrateLegacyTableSheetScoreRequest? Type472 { get; set; } + public global::PromptLayer.ConfigureTableSheetScorecardRequest? Type472 { get; set; } /// /// /// - public global::PromptLayer.MigrateLegacyTableSheetScoreResponse? Type473 { get; set; } + public global::PromptLayer.ConfigureTableSheetScorecardResponse? Type473 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type474 { get; set; } + public global::PromptLayer.DeleteTableSheetScorecardResponse? Type474 { get; set; } /// /// /// - public global::PromptLayer.MigrateLegacyTableSheetScoreResponseSkippedItem? Type475 { get; set; } + public global::PromptLayer.MigrateLegacyTableSheetScoreRequest? Type475 { get; set; } /// /// /// - public global::PromptLayer.RecalculateTableSheetScorecardRequest? Type476 { get; set; } + public global::PromptLayer.MigrateLegacyTableSheetScoreResponse? Type476 { get; set; } /// /// /// - public global::PromptLayer.RecalculateTableSheetScorecardResponse? Type477 { get; set; } + public global::System.Collections.Generic.IList? Type477 { get; set; } /// /// /// - public global::PromptLayer.RecalculateTableSheetScorecardResponseStatus? Type478 { get; set; } + public global::PromptLayer.MigrateLegacyTableSheetScoreResponseSkippedItem? Type478 { get; set; } /// /// /// - public global::PromptLayer.CancelTableSheetScorecardRequest? Type479 { get; set; } + public global::PromptLayer.RecalculateTableSheetScorecardRequest? Type479 { get; set; } /// /// /// - public global::PromptLayer.CancelTableSheetScorecardResponse? Type480 { get; set; } + public global::PromptLayer.RecalculateTableSheetScorecardResponse? Type480 { get; set; } /// /// /// - public global::PromptLayer.CancelTableSheetScorecardResponseScorecard? Type481 { get; set; } + public global::PromptLayer.RecalculateTableSheetScorecardResponseStatus? Type481 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetScorecardCalculationResponse? Type482 { get; set; } + public global::PromptLayer.CancelTableSheetScorecardRequest? Type482 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardRowSummary? Type483 { get; set; } + public global::PromptLayer.CancelTableSheetScorecardResponse? Type483 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScorecardRowSummaryAggregateVerdict? Type484 { get; set; } + public global::PromptLayer.CancelTableSheetScorecardResponseScorecard? Type484 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetScorecardRowsResponse? Type485 { get; set; } + public global::PromptLayer.GetTableSheetScorecardCalculationResponse? Type485 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type486 { get; set; } + public global::PromptLayer.TableSheetScorecardRowSummary? Type486 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetScorecardRowResponse? Type487 { get; set; } + public global::PromptLayer.TableSheetScorecardRowSummaryAggregateVerdict? Type487 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetScorecardRowResponseAggregateVerdict? Type488 { get; set; } + public global::PromptLayer.ListTableSheetScorecardRowsResponse? Type488 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetVersionsResponse? Type489 { get; set; } + public global::System.Collections.Generic.IList? Type489 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type490 { get; set; } + public global::PromptLayer.GetTableSheetScorecardRowResponse? Type490 { get; set; } /// /// /// - public global::PromptLayer.TableSheetVersion? Type491 { get; set; } + public global::PromptLayer.GetTableSheetScorecardRowResponseAggregateVerdict? Type491 { get; set; } /// /// /// - public global::PromptLayer.PublicListPagination? Type492 { get; set; } + public global::PromptLayer.ListTableSheetVersionsResponse? Type492 { get; set; } /// /// /// - public global::PromptLayer.EmptyPublicFilters? Type493 { get; set; } + public global::System.Collections.Generic.IList? Type493 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetVersionRequest? Type494 { get; set; } + public global::PromptLayer.TableSheetVersion? Type494 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetVersionResponse? Type495 { get; set; } + public global::PromptLayer.PublicListPagination? Type495 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScoreHistoryResponse? Type496 { get; set; } + public global::PromptLayer.EmptyPublicFilters? Type496 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistory? Type497 { get; set; } + public global::PromptLayer.CreateTableSheetVersionRequest? Type497 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistoryResolution? Type498 { get; set; } + public global::PromptLayer.GetTableSheetVersionResponse? Type498 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetFileImportRequest? Type499 { get; set; } + public global::PromptLayer.TableSheetScoreHistoryResponse? Type499 { get; set; } /// /// /// - public global::PromptLayer.TableSheetImportStartResponse? Type500 { get; set; } + public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistory? Type500 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestLogImportRequest? Type501 { get; set; } + public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistoryResolution? Type501 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortBy? Type502 { get; set; } + public global::PromptLayer.CreateTableSheetFileImportRequest? Type502 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortOrder? Type503 { get; set; } + public global::PromptLayer.TableSheetImportStartResponse? Type503 { get; set; } /// /// /// - public global::PromptLayer.TableSheetOperationOperation? Type504 { get; set; } + public global::PromptLayer.CreateTableSheetRequestLogImportRequest? Type504 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetOperationQueuedResponseOperation? Type505 { get; set; } + public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortBy? Type505 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type506 { get; set; } + public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortOrder? Type506 { get; set; } /// /// /// - public global::PromptLayer.TableCell? Type507 { get; set; } + public global::PromptLayer.TableSheetOperationOperation? Type507 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScoreColumnResolvedScoringType? Type508 { get; set; } + public global::PromptLayer.CreateTableSheetOperationQueuedResponseOperation? Type508 { get; set; } /// /// /// - public global::PromptLayer.TableSheetScoreConfigurationScoreType? Type509 { get; set; } + public global::System.Collections.Generic.IList? Type509 { get; set; } /// /// /// - public global::PromptLayer.TableCellStatus? Type510 { get; set; } + public global::PromptLayer.TableCell? Type510 { get; set; } /// /// /// - public global::PromptLayer.DerivedRatioInsightSpec? Type511 { get; set; } + public global::PromptLayer.TableSheetScoreColumnResolvedScoringType? Type511 { get; set; } /// /// /// - public global::PromptLayer.DerivedRatioInsightSpecType? Type512 { get; set; } + public global::PromptLayer.TableSheetScoreConfigurationScoreType? Type512 { get; set; } /// /// /// - public global::PromptLayer.DerivedRatioInsightResult? Type513 { get; set; } + public global::PromptLayer.TableCellStatus? Type513 { get; set; } /// /// /// - public global::PromptLayer.DerivedRatioInsightResultType? Type514 { get; set; } + public global::PromptLayer.DerivedRatioInsightSpec? Type514 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSpec? Type515 { get; set; } + public global::PromptLayer.DerivedRatioInsightSpecType? Type515 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSpecChartType? Type516 { get; set; } + public global::PromptLayer.DerivedRatioInsightResult? Type516 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSpecMetric? Type517 { get; set; } + public global::PromptLayer.DerivedRatioInsightResultType? Type517 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSpecMetricField? Type518 { get; set; } + public global::PromptLayer.CustomAnalyticsSpec? Type518 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type519 { get; set; } + public global::PromptLayer.CustomAnalyticsSpecChartType? Type519 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSeriesSpec? Type520 { get; set; } + public global::PromptLayer.CustomAnalyticsSpecMetric? Type520 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type521 { get; set; } + public global::PromptLayer.CustomAnalyticsSpecMetricField? Type521 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSpecGroupByField? Type522 { get; set; } + public global::System.Collections.Generic.IList? Type522 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSeriesSpecMetric? Type523 { get; set; } + public global::PromptLayer.CustomAnalyticsSeriesSpec? Type523 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSeriesSpecMetricField? Type524 { get; set; } + public global::System.Collections.Generic.IList? Type524 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSeriesMeta? Type525 { get; set; } + public global::PromptLayer.CustomAnalyticsSpecGroupByField? Type525 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsSeriesMetaUnit? Type526 { get; set; } + public global::PromptLayer.CustomAnalyticsSeriesSpecMetric? Type526 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsResult? Type527 { get; set; } + public global::PromptLayer.CustomAnalyticsSeriesSpecMetricField? Type527 { get; set; } /// /// /// - public global::PromptLayer.CustomAnalyticsResultChartType? Type528 { get; set; } + public global::PromptLayer.CustomAnalyticsSeriesMeta? Type528 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type529 { get; set; } + public global::PromptLayer.CustomAnalyticsSeriesMetaUnit? Type529 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type530 { get; set; } + public global::PromptLayer.CustomAnalyticsResult? Type530 { get; set; } /// /// /// - public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuery? Type531 { get; set; } + public global::PromptLayer.CustomAnalyticsResultChartType? Type531 { get; set; } /// /// /// - public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortBy? Type532 { get; set; } + public global::System.Collections.Generic.IList? Type532 { get; set; } /// /// /// - public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortOrder? Type533 { get; set; } + public global::System.Collections.Generic.IList? Type533 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type534 { get; set; } + public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuery? Type534 { get; set; } /// /// /// - public global::PromptLayer.RequestAnalyticsCustomAnalyticsResponse? Type535 { get; set; } + public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortBy? Type535 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type536 { get; set; } + public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortOrder? Type536 { get; set; } /// /// /// - public global::PromptLayer.TraceStructuredFilter? Type537 { get; set; } + public global::System.Collections.Generic.IList? Type537 { get; set; } /// /// /// - public global::PromptLayer.TraceStructuredFilterGroup? Type538 { get; set; } + public global::PromptLayer.RequestAnalyticsCustomAnalyticsResponse? Type538 { get; set; } /// /// /// - public global::PromptLayer.TraceStructuredFilterGroupLogic? Type539 { get; set; } + public global::System.Collections.Generic.IList? Type539 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type540 { get; set; } + public global::PromptLayer.TraceStructuredFilter? Type540 { get; set; } /// /// /// - public global::PromptLayer.OneOf? Type541 { get; set; } + public global::PromptLayer.TraceStructuredFilterGroup? Type541 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpec? Type542 { get; set; } + public global::PromptLayer.TraceStructuredFilterGroupLogic? Type542 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecChartType? Type543 { get; set; } + public global::System.Collections.Generic.IList>? Type543 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecMetric? Type544 { get; set; } + public global::PromptLayer.OneOf? Type544 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecMetricField? Type545 { get; set; } + public global::PromptLayer.TraceCustomChartSpec? Type545 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecGroupByField? Type546 { get; set; } + public global::PromptLayer.TraceCustomChartSpecChartType? Type546 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecSecondaryGroupByField? Type547 { get; set; } + public global::PromptLayer.TraceCustomChartSpecMetric? Type547 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecHistogramField? Type548 { get; set; } + public global::PromptLayer.TraceCustomChartSpecMetricField? Type548 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type549 { get; set; } + public global::PromptLayer.TraceCustomChartSpecGroupByField? Type549 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecHierarchyField? Type550 { get; set; } + public global::PromptLayer.TraceCustomChartSpecSecondaryGroupByField? Type550 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecTimeBucket? Type551 { get; set; } + public global::PromptLayer.TraceCustomChartSpecHistogramField? Type551 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type552 { get; set; } + public global::System.Collections.Generic.IList? Type552 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecSerie? Type553 { get; set; } + public global::PromptLayer.TraceCustomChartSpecHierarchyField? Type553 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecSerieMetric? Type554 { get; set; } + public global::PromptLayer.TraceCustomChartSpecTimeBucket? Type554 { get; set; } /// /// /// - public global::PromptLayer.TraceCustomChartSpecSerieMetricField? Type555 { get; set; } + public global::System.Collections.Generic.IList? Type555 { get; set; } /// /// /// - public global::PromptLayer.TraceAnalyticsCustomAnalyticsQuery? Type556 { get; set; } + public global::PromptLayer.TraceCustomChartSpecSerie? Type556 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type557 { get; set; } + public global::PromptLayer.TraceCustomChartSpecSerieMetric? Type557 { get; set; } /// /// /// - public global::PromptLayer.CreatePromptLabelRequest? Type558 { get; set; } + public global::PromptLayer.TraceCustomChartSpecSerieMetricField? Type558 { get; set; } /// /// /// - public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchRequest? Type559 { get; set; } + public global::PromptLayer.TraceAnalyticsCustomAnalyticsQuery? Type559 { get; set; } /// /// /// - public global::PromptLayer.TrackGroupRequest? Type560 { get; set; } + public global::System.Collections.Generic.IList? Type560 { get; set; } /// /// /// - public global::PromptLayer.TrackScoreRequest? Type561 { get; set; } + public global::PromptLayer.CreatePromptLabelRequest? Type561 { get; set; } /// /// /// - public global::PromptLayer.AddReportColumnRequest? Type562 { get; set; } + public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchRequest? Type562 { get; set; } /// /// /// - public global::PromptLayer.AddReportColumnRequestColumnType? Type563 { get; set; } + public global::PromptLayer.TrackGroupRequest? Type563 { get; set; } /// /// /// - public global::PromptLayer.RunReportRequest? Type564 { get; set; } + public global::PromptLayer.TrackScoreRequest? Type564 { get; set; } /// /// /// - public global::PromptLayer.CreateToolRegistryRequest? Type565 { get; set; } + public global::PromptLayer.AddReportColumnRequest? Type565 { get; set; } /// /// /// - public global::PromptLayer.CreateToolRegistryRequestExecution? Type566 { get; set; } + public global::PromptLayer.AddReportColumnRequestColumnType? Type566 { get; set; } /// /// /// - public global::PromptLayer.CreateToolRegistryRequestExecutionType? Type567 { get; set; } + public global::PromptLayer.RunReportRequest? Type567 { get; set; } /// /// /// - public global::PromptLayer.CreateToolRegistryRequestExecutionLanguage? Type568 { get; set; } + public global::PromptLayer.CreateToolRegistryRequest? Type568 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableRequest? Type569 { get; set; } + public global::PromptLayer.CreateToolRegistryRequestExecution? Type569 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequest? Type570 { get; set; } + public global::PromptLayer.CreateToolRegistryRequestExecutionType? Type570 { get; set; } /// /// /// - public global::PromptLayer.OneOf? Type571 { get; set; } + public global::PromptLayer.CreateToolRegistryRequestExecutionLanguage? Type571 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestSourceFileSource? Type572 { get; set; } + public global::PromptLayer.UpdateTableRequest? Type572 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestSourceFileSourceType? Type573 { get; set; } + public global::PromptLayer.CreateTableSheetRequest? Type573 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSource? Type574 { get; set; } + public global::PromptLayer.OneOf? Type574 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSourceType? Type575 { get; set; } + public global::PromptLayer.CreateTableSheetRequestSourceFileSource? Type575 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetRequest? Type576 { get; set; } + public global::PromptLayer.CreateTableSheetRequestSourceFileSourceType? Type576 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetColumnRequest? Type577 { get; set; } + public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSource? Type577 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type578 { get; set; } + public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSourceType? Type578 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetColumnRequestDependencie? Type579 { get; set; } + public global::PromptLayer.UpdateTableSheetRequest? Type579 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetColumnRequest? Type580 { get; set; } + public global::PromptLayer.CreateTableSheetColumnRequest? Type580 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type581 { get; set; } + public global::System.Collections.Generic.IList? Type581 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetColumnRequestDependencie? Type582 { get; set; } + public global::PromptLayer.CreateTableSheetColumnRequestDependencie? Type582 { get; set; } /// /// /// - public global::PromptLayer.AddTableSheetRowsRequest? Type583 { get; set; } + public global::PromptLayer.UpdateTableSheetColumnRequest? Type583 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetCellRequest? Type584 { get; set; } + public global::System.Collections.Generic.IList? Type584 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetCellRecalculationsBatchRequest? Type585 { get; set; } + public global::PromptLayer.UpdateTableSheetColumnRequestDependencie? Type585 { get; set; } /// /// /// - public global::PromptLayer.CreateToolVersionRequest? Type586 { get; set; } + public global::PromptLayer.AddTableSheetRowsRequest? Type586 { get; set; } /// /// /// - public global::PromptLayer.CreateToolVersionRequestExecution? Type587 { get; set; } + public global::PromptLayer.UpdateTableSheetCellRequest? Type587 { get; set; } /// /// /// - public global::PromptLayer.CreateToolVersionRequestExecutionType? Type588 { get; set; } + public global::PromptLayer.CreateTableSheetCellRecalculationsBatchRequest? Type588 { get; set; } /// /// /// - public global::PromptLayer.CreateToolVersionRequestExecutionLanguage? Type589 { get; set; } + public global::PromptLayer.CreateToolVersionRequest? Type589 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolRequest? Type590 { get; set; } + public global::PromptLayer.CreateToolVersionRequestExecution? Type590 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolRequestExecution? Type591 { get; set; } + public global::PromptLayer.CreateToolVersionRequestExecutionType? Type591 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolRequestExecutionType? Type592 { get; set; } + public global::PromptLayer.CreateToolVersionRequestExecutionLanguage? Type592 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolRequestExecutionLanguage? Type593 { get; set; } + public global::PromptLayer.TestExecuteToolRequest? Type593 { get; set; } /// /// /// - public global::PromptLayer.CreateWorkspaceEnvVarRequest? Type594 { get; set; } + public global::PromptLayer.TestExecuteToolRequestExecution? Type594 { get; set; } /// /// /// - public global::PromptLayer.UpdateWorkspaceEnvVarRequest? Type595 { get; set; } + public global::PromptLayer.TestExecuteToolRequestExecutionType? Type595 { get; set; } /// /// /// - public global::PromptLayer.CreateToolEnvVarRequest? Type596 { get; set; } + public global::PromptLayer.TestExecuteToolRequestExecutionLanguage? Type596 { get; set; } /// /// /// - public global::PromptLayer.UpdateToolEnvVarRequest? Type597 { get; set; } + public global::PromptLayer.CreateWorkspaceEnvVarRequest? Type597 { get; set; } /// /// /// - public global::PromptLayer.ListDatasetsStatus? Type598 { get; set; } + public global::PromptLayer.UpdateWorkspaceEnvVarRequest? Type598 { get; set; } /// /// /// - public global::PromptLayer.ListDatasetsSortBy? Type599 { get; set; } + public global::PromptLayer.CreateToolEnvVarRequest? Type599 { get; set; } /// /// /// - public global::PromptLayer.ListDatasetsSortOrder? Type600 { get; set; } + public global::PromptLayer.UpdateToolEnvVarRequest? Type600 { get; set; } /// /// /// - public global::PromptLayer.ListEvaluationsStatus? Type601 { get; set; } + public global::PromptLayer.ListDatasetsStatus? Type601 { get; set; } /// /// /// - public global::PromptLayer.ListEvaluationsSortBy? Type602 { get; set; } + public global::PromptLayer.ListDatasetsSortBy? Type602 { get; set; } /// /// /// - public global::PromptLayer.ListEvaluationsSortOrder? Type603 { get; set; } + public global::PromptLayer.ListDatasetsSortOrder? Type603 { get; set; } /// /// /// - public global::PromptLayer.AnyOf>? Type604 { get; set; } + public global::PromptLayer.ListEvaluationsStatus? Type604 { get; set; } /// /// /// - public global::PromptLayer.GetAllPromptTemplatesGetStatus? Type605 { get; set; } + public global::PromptLayer.ListEvaluationsSortBy? Type605 { get; set; } /// /// /// - public global::PromptLayer.GetAllPromptTemplatesGetSortBy? Type606 { get; set; } + public global::PromptLayer.ListEvaluationsSortOrder? Type606 { get; set; } /// /// /// - public global::PromptLayer.GetAllPromptTemplatesGetSortOrder? Type607 { get; set; } + public global::PromptLayer.AnyOf>? Type607 { get; set; } /// /// /// - public long? Type608 { get; set; } + public global::PromptLayer.GetAllPromptTemplatesGetStatus? Type608 { get; set; } /// /// /// - public global::PromptLayer.ListWorkflowsSortBy? Type609 { get; set; } + public global::PromptLayer.GetAllPromptTemplatesGetSortBy? Type609 { get; set; } /// /// /// - public global::PromptLayer.ListWorkflowsSortOrder? Type610 { get; set; } + public global::PromptLayer.GetAllPromptTemplatesGetSortOrder? Type610 { get; set; } /// /// /// - public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterType2? Type611 { get; set; } + public long? Type611 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type612 { get; set; } + public global::PromptLayer.ListWorkflowsSortBy? Type612 { get; set; } /// /// /// - public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem? Type613 { get; set; } + public global::PromptLayer.ListWorkflowsSortOrder? Type613 { get; set; } /// /// /// - public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortBy? Type614 { get; set; } + public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterType2? Type614 { get; set; } /// /// /// - public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortOrder? Type615 { get; set; } + public global::System.Collections.Generic.IList? Type615 { get; set; } /// /// /// - public global::PromptLayer.OneOf>? Type616 { get; set; } + public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem? Type616 { get; set; } /// /// /// - public global::PromptLayer.IngestOtlpTracesContentType? Type617 { get; set; } + public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortBy? Type617 { get; set; } /// /// /// - public global::PromptLayer.IngestOtlpTracesContentEncoding? Type618 { get; set; } + public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortOrder? Type618 { get; set; } /// /// /// - public global::PromptLayer.ListSkillCollectionsPublicSortBy? Type619 { get; set; } + public global::PromptLayer.OneOf>? Type619 { get; set; } /// /// /// - public global::PromptLayer.ListSkillCollectionsPublicSortOrder? Type620 { get; set; } + public global::PromptLayer.IngestOtlpTracesContentType? Type620 { get; set; } /// /// /// - public global::PromptLayer.GetSkillCollectionPublicFormat? Type621 { get; set; } + public global::PromptLayer.IngestOtlpTracesContentEncoding? Type621 { get; set; } /// /// /// - public global::PromptLayer.GetRequestSearchSuggestionsField? Type622 { get; set; } + public global::PromptLayer.ListSkillCollectionsPublicSortBy? Type622 { get; set; } /// /// /// - public global::PromptLayer.ListToolRegistriesSortBy? Type623 { get; set; } + public global::PromptLayer.ListSkillCollectionsPublicSortOrder? Type623 { get; set; } /// /// /// - public global::PromptLayer.ListToolRegistriesSortOrder? Type624 { get; set; } + public global::PromptLayer.GetSkillCollectionPublicFormat? Type624 { get; set; } /// /// /// - public global::PromptLayer.ListTablesOrder? Type625 { get; set; } + public global::PromptLayer.GetRequestSearchSuggestionsField? Type625 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetsOrder? Type626 { get; set; } + public global::PromptLayer.ListToolRegistriesSortBy? Type626 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetRowsOrder? Type627 { get; set; } + public global::PromptLayer.ListToolRegistriesSortOrder? Type627 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetScorecardRowsVerdict? Type628 { get; set; } + public global::PromptLayer.ListTablesOrder? Type628 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetVersionsSort? Type629 { get; set; } + public global::PromptLayer.ListTableSheetsOrder? Type629 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetVersionsOrder? Type630 { get; set; } + public global::PromptLayer.ListTableSheetRowsOrder? Type630 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetVersionScoreHistoryRange? Type631 { get; set; } + public global::PromptLayer.ListTableSheetScorecardRowsVerdict? Type631 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetVersionScoreHistoryResolution? Type632 { get; set; } + public global::PromptLayer.ListTableSheetVersionsSort? Type632 { get; set; } /// /// /// - public global::PromptLayer.OneOf? Type633 { get; set; } + public global::PromptLayer.ListTableSheetVersionsOrder? Type633 { get; set; } /// /// /// - public global::PromptLayer.CreatePromptLabelResponse? Type634 { get; set; } + public global::PromptLayer.GetTableSheetVersionScoreHistoryRange? Type634 { get; set; } /// /// /// - public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchResponse? Type635 { get; set; } + public global::PromptLayer.GetTableSheetVersionScoreHistoryResolution? Type635 { get; set; } /// /// /// - public global::PromptLayer.TrackGroupResponse? Type636 { get; set; } + public global::PromptLayer.OneOf? Type636 { get; set; } /// /// /// - public global::PromptLayer.TrackScoreResponse? Type637 { get; set; } + public global::PromptLayer.CreatePromptLabelResponse? Type637 { get; set; } /// /// /// - public global::PromptLayer.DeleteReportsByNameResponse? Type638 { get; set; } + public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchResponse? Type638 { get; set; } /// /// /// - public global::PromptLayer.CreateEvaluationPipelineResponse2? Type639 { get; set; } + public global::PromptLayer.TrackGroupResponse? Type639 { get; set; } /// /// /// - public global::PromptLayer.AddReportColumnResponse? Type640 { get; set; } + public global::PromptLayer.TrackScoreResponse? Type640 { get; set; } /// /// /// - public global::PromptLayer.AddReportColumnResponse2? Type641 { get; set; } + public global::PromptLayer.DeleteReportsByNameResponse? Type641 { get; set; } /// /// /// - public global::PromptLayer.AddReportColumnResponse3? Type642 { get; set; } + public global::PromptLayer.CreateEvaluationPipelineResponse2? Type642 { get; set; } /// /// /// - public global::PromptLayer.AddReportColumnResponse4? Type643 { get; set; } + public global::PromptLayer.AddReportColumnResponse? Type643 { get; set; } /// /// /// - public global::PromptLayer.RunReportResponse? Type644 { get; set; } + public global::PromptLayer.AddReportColumnResponse2? Type644 { get; set; } /// /// /// - public global::PromptLayer.RunReportResponse2? Type645 { get; set; } + public global::PromptLayer.AddReportColumnResponse3? Type645 { get; set; } /// /// /// - public global::PromptLayer.RunReportResponse3? Type646 { get; set; } + public global::PromptLayer.AddReportColumnResponse4? Type646 { get; set; } /// /// /// - public global::PromptLayer.RunReportResponse4? Type647 { get; set; } + public global::PromptLayer.RunReportResponse? Type647 { get; set; } /// /// /// - public global::PromptLayer.RunReportResponse5? Type648 { get; set; } + public global::PromptLayer.RunReportResponse2? Type648 { get; set; } /// /// /// - public global::PromptLayer.GetReportResponse? Type649 { get; set; } + public global::PromptLayer.RunReportResponse3? Type649 { get; set; } /// /// /// - public global::PromptLayer.GetReportResponseReport? Type650 { get; set; } + public global::PromptLayer.RunReportResponse4? Type650 { get; set; } /// /// /// - public global::PromptLayer.GetReportResponseStatus? Type651 { get; set; } + public global::PromptLayer.RunReportResponse5? Type651 { get; set; } /// /// /// - public global::PromptLayer.GetReportResponseStats? Type652 { get; set; } + public global::PromptLayer.GetReportResponse? Type652 { get; set; } /// /// /// - public global::PromptLayer.GetReportResponseStatsStatusCounts? Type653 { get; set; } + public global::PromptLayer.GetReportResponseReport? Type653 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type654 { get; set; } + public global::PromptLayer.GetReportResponseStatus? Type654 { get; set; } /// /// /// - public global::PromptLayer.GetReportResponseReportColumn? Type655 { get; set; } + public global::PromptLayer.GetReportResponseStats? Type655 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponse? Type656 { get; set; } + public global::PromptLayer.GetReportResponseStatsStatusCounts? Type656 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScore? Type657 { get; set; } + public global::System.Collections.Generic.IList? Type657 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScoreScoreType? Type658 { get; set; } + public global::PromptLayer.GetReportResponseReportColumn? Type658 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant1? Type659 { get; set; } + public global::PromptLayer.GetReportScoreResponse? Type659 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2? Type660 { get; set; } + public global::PromptLayer.GetReportScoreResponseScore? Type660 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type661 { get; set; } + public global::PromptLayer.GetReportScoreResponseScoreScoreType? Type661 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2Column? Type662 { get; set; } + public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant1? Type662 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant3? Type663 { get; set; } + public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2? Type663 { get; set; } /// /// /// - public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant4? Type664 { get; set; } + public global::System.Collections.Generic.IList? Type664 { get; set; } /// /// /// - public global::PromptLayer.ListDatasetsResponse? Type665 { get; set; } + public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2Column? Type665 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type666 { get; set; } + public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant3? Type666 { get; set; } /// /// /// - public global::PromptLayer.ListEvaluationsResponse? Type667 { get; set; } + public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant4? Type667 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type668 { get; set; } + public global::PromptLayer.ListDatasetsResponse? Type668 { get; set; } /// /// /// - public global::PromptLayer.AnyOf? Type669 { get; set; } + public global::System.Collections.Generic.IList? Type669 { get; set; } /// /// /// - public global::PromptLayer.OneOf, object>? Type670 { get; set; } + public global::PromptLayer.ListEvaluationsResponse? Type670 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type671 { get; set; } + public global::System.Collections.Generic.IList? Type671 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant12? Type672 { get; set; } + public global::PromptLayer.AnyOf? Type672 { get; set; } /// /// /// - public global::PromptLayer.OneOf, object>? Type673 { get; set; } + public global::PromptLayer.OneOf, object>? Type673 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type674 { get; set; } + public global::System.Collections.Generic.Dictionary? Type674 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant14? Type675 { get; set; } + public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant12? Type675 { get; set; } /// /// /// - public global::PromptLayer.ListWorkflowsResponse? Type676 { get; set; } + public global::PromptLayer.OneOf, object>? Type676 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type677 { get; set; } + public global::System.Collections.Generic.Dictionary? Type677 { get; set; } /// /// /// - public global::PromptLayer.ListWorkflowsResponseItem? Type678 { get; set; } + public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant14? Type678 { get; set; } /// /// /// - public global::PromptLayer.ListWorkflowsResponse2? Type679 { get; set; } + public global::PromptLayer.ListWorkflowsResponse? Type679 { get; set; } /// /// /// - public global::PromptLayer.ListWorkflowsResponse3? Type680 { get; set; } + public global::System.Collections.Generic.IList? Type680 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowResponse? Type681 { get; set; } + public global::PromptLayer.ListWorkflowsResponseItem? Type681 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type682 { get; set; } + public global::PromptLayer.ListWorkflowsResponse2? Type682 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowResponseNode? Type683 { get; set; } + public global::PromptLayer.ListWorkflowsResponse3? Type683 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type684 { get; set; } + public global::PromptLayer.GetWorkflowResponse? Type684 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowResponseEdge? Type685 { get; set; } + public global::System.Collections.Generic.IList? Type685 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowLabelsResponse? Type686 { get; set; } + public global::PromptLayer.GetWorkflowResponseNode? Type686 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type687 { get; set; } + public global::System.Collections.Generic.IList? Type687 { get; set; } /// /// /// - public global::PromptLayer.GetWorkflowLabelsResponseReleaseLabel? Type688 { get; set; } + public global::PromptLayer.GetWorkflowResponseEdge? Type688 { get; set; } /// /// /// - public global::PromptLayer.AnyOf? Type689 { get; set; } + public global::PromptLayer.GetWorkflowLabelsResponse? Type689 { get; set; } /// /// /// - public global::PromptLayer.IngestOtlpTracesResponse2? Type690 { get; set; } + public global::System.Collections.Generic.IList? Type690 { get; set; } /// /// /// - public global::PromptLayer.ListToolRegistriesResponse? Type691 { get; set; } + public global::PromptLayer.GetWorkflowLabelsResponseReleaseLabel? Type691 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type692 { get; set; } + public global::PromptLayer.AnyOf? Type692 { get; set; } /// /// /// - public global::PromptLayer.ListToolRegistriesResponseToolRegistrie? Type693 { get; set; } + public global::PromptLayer.IngestOtlpTracesResponse2? Type693 { get; set; } /// /// /// - public global::PromptLayer.CreateToolRegistryResponse? Type694 { get; set; } + public global::PromptLayer.ListToolRegistriesResponse? Type694 { get; set; } /// /// /// - public global::PromptLayer.GetToolRegistryResponse? Type695 { get; set; } + public global::System.Collections.Generic.IList? Type695 { get; set; } /// /// /// - public global::PromptLayer.GetToolRegistryResponseToolRegistry? Type696 { get; set; } + public global::PromptLayer.ListToolRegistriesResponseToolRegistrie? Type696 { get; set; } /// /// /// - public global::PromptLayer.ListTablesResponse? Type697 { get; set; } + public global::PromptLayer.CreateToolRegistryResponse? Type697 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type698 { get; set; } + public global::PromptLayer.GetToolRegistryResponse? Type698 { get; set; } /// /// /// - public global::PromptLayer.GetTableResponse? Type699 { get; set; } + public global::PromptLayer.GetToolRegistryResponseToolRegistry? Type699 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableResponse? Type700 { get; set; } + public global::PromptLayer.ListTablesResponse? Type700 { get; set; } /// /// /// - public global::PromptLayer.DeleteTableResponse? Type701 { get; set; } + public global::System.Collections.Generic.IList? Type701 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetsResponse? Type702 { get; set; } + public global::PromptLayer.GetTableResponse? Type702 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type703 { get; set; } + public global::PromptLayer.UpdateTableResponse? Type703 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetResponse? Type704 { get; set; } + public global::PromptLayer.DeleteTableResponse? Type704 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetResponse2? Type705 { get; set; } + public global::PromptLayer.ListTableSheetsResponse? Type705 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetOperationResponse2? Type706 { get; set; } + public global::System.Collections.Generic.IList? Type706 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetResponse? Type707 { get; set; } + public global::PromptLayer.CreateTableSheetResponse? Type707 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetResponse? Type708 { get; set; } + public global::PromptLayer.CreateTableSheetResponse2? Type708 { get; set; } /// /// /// - public global::PromptLayer.DeleteTableSheetResponse? Type709 { get; set; } + public global::PromptLayer.GetTableSheetOperationResponse2? Type709 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetColumnsResponse? Type710 { get; set; } + public global::PromptLayer.GetTableSheetResponse? Type710 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type711 { get; set; } + public global::PromptLayer.UpdateTableSheetResponse? Type711 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetColumnResponse? Type712 { get; set; } + public global::PromptLayer.DeleteTableSheetResponse? Type712 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type713 { get; set; } + public global::PromptLayer.ListTableSheetColumnsResponse? Type713 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetColumnResponse? Type714 { get; set; } + public global::System.Collections.Generic.IList? Type714 { get; set; } /// /// /// - public global::PromptLayer.DeleteTableSheetColumnResponse? Type715 { get; set; } + public global::PromptLayer.CreateTableSheetColumnResponse? Type715 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetRowsResponse? Type716 { get; set; } + public global::System.Collections.Generic.IList? Type716 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type717 { get; set; } + public global::PromptLayer.UpdateTableSheetColumnResponse? Type717 { get; set; } /// /// /// - public global::PromptLayer.ListTableSheetRowsResponseDataItem? Type718 { get; set; } + public global::PromptLayer.DeleteTableSheetColumnResponse? Type718 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type719 { get; set; } + public global::PromptLayer.ListTableSheetRowsResponse? Type719 { get; set; } /// /// /// - public global::PromptLayer.AddTableSheetRowsResponse? Type720 { get; set; } + public global::System.Collections.Generic.IList? Type720 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type721 { get; set; } + public global::PromptLayer.ListTableSheetRowsResponseDataItem? Type721 { get; set; } /// /// /// - public global::PromptLayer.AddTableSheetRowsResponseRow? Type722 { get; set; } + public global::System.Collections.Generic.Dictionary? Type722 { get; set; } /// /// /// - public global::PromptLayer.GetTableSheetCellResponse? Type723 { get; set; } + public global::PromptLayer.AddTableSheetRowsResponse? Type723 { get; set; } /// /// /// - public global::PromptLayer.UpdateTableSheetCellResponse? Type724 { get; set; } + public global::System.Collections.Generic.IList? Type724 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetCellRecalculationsBatchResponse? Type725 { get; set; } + public global::PromptLayer.AddTableSheetRowsResponseRow? Type725 { get; set; } /// /// /// - public global::PromptLayer.CreateTableSheetCellRecalculationResponse? Type726 { get; set; } + public global::PromptLayer.GetTableSheetCellResponse? Type726 { get; set; } /// /// /// - public global::PromptLayer.CreateToolVersionResponse? Type727 { get; set; } + public global::PromptLayer.UpdateTableSheetCellResponse? Type727 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolResponse? Type728 { get; set; } + public global::PromptLayer.CreateTableSheetCellRecalculationsBatchResponse? Type728 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolResponseResult? Type729 { get; set; } + public global::PromptLayer.CreateTableSheetCellRecalculationResponse? Type729 { get; set; } /// /// /// - public global::PromptLayer.TestExecuteToolResponseResultStatus? Type730 { get; set; } + public global::PromptLayer.CreateToolVersionResponse? Type730 { get; set; } /// /// /// - public global::PromptLayer.CloseTraceResponse? Type731 { get; set; } + public global::PromptLayer.TestExecuteToolResponse? Type731 { get; set; } /// /// /// - public global::PromptLayer.CloseTraceResponseClosure? Type732 { get; set; } + public global::PromptLayer.TestExecuteToolResponseResult? Type732 { get; set; } /// /// /// - public global::PromptLayer.CloseTraceResponseClosureStatus? Type733 { get; set; } + public global::PromptLayer.TestExecuteToolResponseResultStatus? Type733 { get; set; } /// /// /// - public global::PromptLayer.CloseTraceResponse2? Type734 { get; set; } + public global::PromptLayer.CloseTraceResponse? Type734 { get; set; } /// /// /// - public global::PromptLayer.ListWorkspaceEnvVarsResponse? Type735 { get; set; } + public global::PromptLayer.CloseTraceResponseClosure? Type735 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type736 { get; set; } + public global::PromptLayer.CloseTraceResponseClosureStatus? Type736 { get; set; } /// /// /// - public global::PromptLayer.ListWorkspaceEnvVarsResponseWorkspaceEnvVar? Type737 { get; set; } + public global::PromptLayer.CloseTraceResponse2? Type737 { get; set; } /// /// /// - public global::PromptLayer.CreateWorkspaceEnvVarResponse? Type738 { get; set; } + public global::PromptLayer.ListWorkspaceEnvVarsResponse? Type738 { get; set; } /// /// /// - public global::PromptLayer.CreateWorkspaceEnvVarResponseWorkspaceEnvVar? Type739 { get; set; } + public global::System.Collections.Generic.IList? Type739 { get; set; } /// /// /// - public global::PromptLayer.CreateWorkspaceEnvVarResponse2? Type740 { get; set; } + public global::PromptLayer.ListWorkspaceEnvVarsResponseWorkspaceEnvVar? Type740 { get; set; } /// /// /// - public global::PromptLayer.UpdateWorkspaceEnvVarResponse? Type741 { get; set; } + public global::PromptLayer.CreateWorkspaceEnvVarResponse? Type741 { get; set; } /// /// /// - public global::PromptLayer.UpdateWorkspaceEnvVarResponseWorkspaceEnvVar? Type742 { get; set; } + public global::PromptLayer.CreateWorkspaceEnvVarResponseWorkspaceEnvVar? Type742 { get; set; } /// /// /// - public global::PromptLayer.UpdateWorkspaceEnvVarResponse2? Type743 { get; set; } + public global::PromptLayer.CreateWorkspaceEnvVarResponse2? Type743 { get; set; } /// /// /// - public global::PromptLayer.DeleteWorkspaceEnvVarResponse? Type744 { get; set; } + public global::PromptLayer.UpdateWorkspaceEnvVarResponse? Type744 { get; set; } /// /// /// - public global::PromptLayer.DeleteWorkspaceEnvVarResponse2? Type745 { get; set; } + public global::PromptLayer.UpdateWorkspaceEnvVarResponseWorkspaceEnvVar? Type745 { get; set; } /// /// /// - public global::PromptLayer.ListToolEnvVarsResponse? Type746 { get; set; } + public global::PromptLayer.UpdateWorkspaceEnvVarResponse2? Type746 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type747 { get; set; } + public global::PromptLayer.DeleteWorkspaceEnvVarResponse? Type747 { get; set; } /// /// /// - public global::PromptLayer.ListToolEnvVarsResponseToolEnvVar? Type748 { get; set; } + public global::PromptLayer.DeleteWorkspaceEnvVarResponse2? Type748 { get; set; } /// /// /// - public global::PromptLayer.ListToolEnvVarsResponse2? Type749 { get; set; } + public global::PromptLayer.ListToolEnvVarsResponse? Type749 { get; set; } /// /// /// - public global::PromptLayer.CreateToolEnvVarResponse? Type750 { get; set; } + public global::System.Collections.Generic.IList? Type750 { get; set; } /// /// /// - public global::PromptLayer.CreateToolEnvVarResponseToolEnvVar? Type751 { get; set; } + public global::PromptLayer.ListToolEnvVarsResponseToolEnvVar? Type751 { get; set; } /// /// /// - public global::PromptLayer.CreateToolEnvVarResponse2? Type752 { get; set; } + public global::PromptLayer.ListToolEnvVarsResponse2? Type752 { get; set; } /// /// /// - public global::PromptLayer.CreateToolEnvVarResponse3? Type753 { get; set; } + public global::PromptLayer.CreateToolEnvVarResponse? Type753 { get; set; } /// /// /// - public global::PromptLayer.UpdateToolEnvVarResponse? Type754 { get; set; } + public global::PromptLayer.CreateToolEnvVarResponseToolEnvVar? Type754 { get; set; } /// /// /// - public global::PromptLayer.UpdateToolEnvVarResponseToolEnvVar? Type755 { get; set; } + public global::PromptLayer.CreateToolEnvVarResponse2? Type755 { get; set; } /// /// /// - public global::PromptLayer.UpdateToolEnvVarResponse2? Type756 { get; set; } + public global::PromptLayer.CreateToolEnvVarResponse3? Type756 { get; set; } /// /// /// - public global::PromptLayer.DeleteToolEnvVarResponse? Type757 { get; set; } + public global::PromptLayer.UpdateToolEnvVarResponse? Type757 { get; set; } /// /// /// - public global::PromptLayer.DeleteToolEnvVarResponse2? Type758 { get; set; } + public global::PromptLayer.UpdateToolEnvVarResponseToolEnvVar? Type758 { get; set; } + /// + /// + /// + public global::PromptLayer.UpdateToolEnvVarResponse2? Type759 { get; set; } + /// + /// + /// + public global::PromptLayer.DeleteToolEnvVarResponse? Type760 { get; set; } + /// + /// + /// + public global::PromptLayer.DeleteToolEnvVarResponse2? Type761 { get; set; } /// /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequest.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequest.g.cs index e3ae10c..18cf24f 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequest.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequest.g.cs @@ -25,7 +25,7 @@ public sealed partial class ConfigureTableSheetScorecardRequest /// Default Value: [] /// [global::System.Text.Json.Serialization.JsonPropertyName("steps")] - public global::System.Collections.Generic.IList? Steps { get; set; } + public global::System.Collections.Generic.IList? Steps { get; set; } /// /// @@ -72,7 +72,7 @@ public ConfigureTableSheetScorecardRequest( string name, object aggregation, global::System.Collections.Generic.IList? evaluatedColumnIds, - global::System.Collections.Generic.IList? steps, + global::System.Collections.Generic.IList? steps, object? displayConfig, object? baselineConfig) { diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponse.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponse.g.cs index 3ec93df..3d311de 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponse.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponse.g.cs @@ -86,7 +86,7 @@ public sealed partial class GetTableSheetScorecardRowResponse /// /// [global::System.Text.Json.Serialization.JsonPropertyName("error_summary")] - public object? ErrorSummary { get; set; } + public string? ErrorSummary { get; set; } /// /// @@ -145,7 +145,7 @@ public GetTableSheetScorecardRowResponse( global::PromptLayer.GetTableSheetScorecardRowResponseAggregateVerdict? aggregateVerdict, object? driftSummary, object? staleState, - object? errorSummary, + string? errorSummary, string? configHash, string? inputHash, global::System.DateTime? computedAt) diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.Json.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.Json.g.cs deleted file mode 100644 index e1612db..0000000 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace PromptLayer -{ - public sealed partial class GetTableSheetScorecardRowResponseErrorSummary - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::PromptLayer.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::PromptLayer.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary), - jsonSerializerContext) as global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary? FromJson( - string json) - { - return FromJson( - json, - global::PromptLayer.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::PromptLayer.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary), - jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.GetTableSheetScorecardRowResponseErrorSummary; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::PromptLayer.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::PromptLayer.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.g.cs deleted file mode 100644 index 9b26475..0000000 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetTableSheetScorecardRowResponseErrorSummary.g.cs +++ /dev/null @@ -1,19 +0,0 @@ - -#nullable enable - -namespace PromptLayer -{ - /// - /// - /// - public sealed partial class GetTableSheetScorecardRowResponseErrorSummary - { - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - } -} \ No newline at end of file diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponse.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponse.g.cs index 32a80f3..c9cbe31 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponse.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponse.g.cs @@ -19,8 +19,7 @@ public sealed partial class ListTableSheetScorecardRowsResponse /// /// [global::System.Text.Json.Serialization.JsonPropertyName("calculation_id")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Guid CalculationId { get; set; } + public global::System.Guid? CalculationId { get; set; } /// /// @@ -35,6 +34,13 @@ public sealed partial class ListTableSheetScorecardRowsResponse [global::System.Text.Json.Serialization.JsonPropertyName("next_cursor")] public int? NextCursor { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("verdict_counts")] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::System.Collections.Generic.Dictionary VerdictCounts { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -45,22 +51,25 @@ public sealed partial class ListTableSheetScorecardRowsResponse /// Initializes a new instance of the class. /// /// - /// /// + /// + /// /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public ListTableSheetScorecardRowsResponse( bool success, - global::System.Guid calculationId, global::System.Collections.Generic.IList rows, + global::System.Collections.Generic.Dictionary verdictCounts, + global::System.Guid? calculationId, int? nextCursor) { this.Success = success; this.CalculationId = calculationId; this.Rows = rows ?? throw new global::System.ArgumentNullException(nameof(rows)); this.NextCursor = nextCursor; + this.VerdictCounts = verdictCounts ?? throw new global::System.ArgumentNullException(nameof(verdictCounts)); } /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.Json.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.Json.g.cs similarity index 83% rename from src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.Json.g.cs rename to src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.Json.g.cs index 7d61bc6..d217d03 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.Json.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.Json.g.cs @@ -2,7 +2,7 @@ namespace PromptLayer { - public sealed partial class ConfigureTableSheetScorecardRequestStep + public sealed partial class ListTableSheetScorecardRowsResponseVerdictCounts { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::PromptLayer.ConfigureTableSheetScorecardRequestStep? FromJson( + public static global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::PromptLayer.ConfigureTableSheetScorecardRequestStep), - jsonSerializerContext) as global::PromptLayer.ConfigureTableSheetScorecardRequestStep; + typeof(global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts), + jsonSerializerContext) as global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::PromptLayer.ConfigureTableSheetScorecardRequestStep? FromJson( + public static global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::PromptLayer.ConfigureTableSheetScorecardRequestStep? FromJson( + public static global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::PromptLayer.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::PromptLayer.ConfigureTableSheetScorecardRequestStep), - jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.ConfigureTableSheetScorecardRequestStep; + typeof(global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts), + jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.ListTableSheetScorecardRowsResponseVerdictCounts; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::PromptLayer.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.g.cs similarity index 85% rename from src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.g.cs rename to src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.g.cs index b4f29fd..25f006e 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.ListTableSheetScorecardRowsResponseVerdictCounts.g.cs @@ -6,7 +6,7 @@ namespace PromptLayer /// /// /// - public sealed partial class TableSheetScorecardCalculationErrorSummary + public sealed partial class ListTableSheetScorecardRowsResponseVerdictCounts { /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.MigrateLegacyTableSheetScoreResponse.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.MigrateLegacyTableSheetScoreResponse.g.cs index b74bc8d..aece885 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.MigrateLegacyTableSheetScoreResponse.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.MigrateLegacyTableSheetScoreResponse.g.cs @@ -19,8 +19,7 @@ public sealed partial class MigrateLegacyTableSheetScoreResponse /// /// [global::System.Text.Json.Serialization.JsonPropertyName("scorecard")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::PromptLayer.TableSheetScorecard Scorecard { get; set; } + public global::PromptLayer.TableSheetScorecard? Scorecard { get; set; } /// /// @@ -60,24 +59,24 @@ public sealed partial class MigrateLegacyTableSheetScoreResponse /// Initializes a new instance of the class. /// /// - /// /// /// /// /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public MigrateLegacyTableSheetScoreResponse( bool success, - global::PromptLayer.TableSheetScorecard scorecard, int convertedCount, global::System.Collections.Generic.IList skipped, bool legacyScoreDeleted, - int version) + int version, + global::PromptLayer.TableSheetScorecard? scorecard) { this.Success = success; - this.Scorecard = scorecard ?? throw new global::System.ArgumentNullException(nameof(scorecard)); + this.Scorecard = scorecard; this.ConvertedCount = convertedCount; this.Skipped = skipped ?? throw new global::System.ArgumentNullException(nameof(skipped)); this.LegacyScoreDeleted = legacyScoreDeleted; diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecard.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecard.g.cs index 55d0b0a..4f32f25 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecard.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecard.g.cs @@ -81,8 +81,7 @@ public sealed partial class TableSheetScorecard /// /// [global::System.Text.Json.Serialization.JsonPropertyName("stale_state")] - [global::System.Text.Json.Serialization.JsonRequired] - public required global::PromptLayer.TableSheetScorecardStaleState StaleState { get; set; } + public global::PromptLayer.TableSheetScorecardStaleState? StaleState { get; set; } /// /// @@ -134,12 +133,12 @@ public sealed partial class TableSheetScorecard /// /// /// - /// /// /// /// /// /// + /// /// /// #if NET7_0_OR_GREATER @@ -154,12 +153,12 @@ public TableSheetScorecard( global::System.Collections.Generic.IList evaluatedColumnIds, global::PromptLayer.TableSheetScorecardAggregation aggregation, global::PromptLayer.TableSheetScorecardStatus status, - global::PromptLayer.TableSheetScorecardStaleState staleState, global::System.Collections.Generic.IList steps, global::System.DateTime createdAt, global::System.DateTime updatedAt, object? displayConfig, object? baselineConfig, + global::PromptLayer.TableSheetScorecardStaleState? staleState, global::System.Guid? latestCalculationId, string? configHash) { @@ -173,7 +172,7 @@ public TableSheetScorecard( this.DisplayConfig = displayConfig; this.BaselineConfig = baselineConfig; this.Status = status; - this.StaleState = staleState ?? throw new global::System.ArgumentNullException(nameof(staleState)); + this.StaleState = staleState; this.LatestCalculationId = latestCalculationId; this.ConfigHash = configHash; this.Steps = steps ?? throw new global::System.ArgumentNullException(nameof(steps)); diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardAggregationRequiredStepFailureBehavior.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardAggregationRequiredStepFailureBehavior.g.cs index 9a3a22c..347d23a 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardAggregationRequiredStepFailureBehavior.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardAggregationRequiredStepFailureBehavior.g.cs @@ -11,11 +11,11 @@ public enum TableSheetScorecardAggregationRequiredStepFailureBehavior /// /// /// - Fail, + Error, /// /// /// - Ignore, + Fail, /// /// /// @@ -34,8 +34,8 @@ public static string ToValueString(this TableSheetScorecardAggregationRequiredSt { return value switch { + TableSheetScorecardAggregationRequiredStepFailureBehavior.Error => "error", TableSheetScorecardAggregationRequiredStepFailureBehavior.Fail => "fail", - TableSheetScorecardAggregationRequiredStepFailureBehavior.Ignore => "ignore", TableSheetScorecardAggregationRequiredStepFailureBehavior.Warn => "warn", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; @@ -47,8 +47,8 @@ public static string ToValueString(this TableSheetScorecardAggregationRequiredSt { return value switch { + "error" => TableSheetScorecardAggregationRequiredStepFailureBehavior.Error, "fail" => TableSheetScorecardAggregationRequiredStepFailureBehavior.Fail, - "ignore" => TableSheetScorecardAggregationRequiredStepFailureBehavior.Ignore, "warn" => TableSheetScorecardAggregationRequiredStepFailureBehavior.Warn, _ => null, }; diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculation.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculation.g.cs index 7b9bee0..977d30e 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculation.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculation.g.cs @@ -99,7 +99,7 @@ public sealed partial class TableSheetScorecardCalculation /// /// [global::System.Text.Json.Serialization.JsonPropertyName("error_summary")] - public object? ErrorSummary { get; set; } + public string? ErrorSummary { get; set; } /// /// Additional properties that are not explicitly defined in the schema @@ -141,7 +141,7 @@ public TableSheetScorecardCalculation( string? configHash, global::System.DateTime? startedAt, global::System.DateTime? completedAt, - object? errorSummary) + string? errorSummary) { this.Id = id; this.ScorecardId = scorecardId; diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponse.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponse.g.cs index 52d199e..6f0d919 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponse.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponse.g.cs @@ -45,6 +45,12 @@ public sealed partial class TableSheetScorecardGetResponse [global::System.Text.Json.Serialization.JsonPropertyName("drift_summary")] public object? DriftSummary { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("progress")] + public global::PromptLayer.TableSheetScorecardGetResponseProgress? Progress { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -60,6 +66,7 @@ public sealed partial class TableSheetScorecardGetResponse /// /// /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -69,7 +76,8 @@ public TableSheetScorecardGetResponse( global::PromptLayer.TableSheetScorecardCalculation? latestCalculation, global::PromptLayer.TableSheetScorecardCalculation? displayCalculation, object? criterionSummaries, - object? driftSummary) + object? driftSummary, + global::PromptLayer.TableSheetScorecardGetResponseProgress? progress) { this.Success = success; this.Scorecard = scorecard; @@ -77,6 +85,7 @@ public TableSheetScorecardGetResponse( this.DisplayCalculation = displayCalculation; this.CriterionSummaries = criterionSummaries; this.DriftSummary = driftSummary; + this.Progress = progress; } /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.Json.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.Json.g.cs similarity index 85% rename from src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.Json.g.cs rename to src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.Json.g.cs index 4bca512..a63fb6e 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardCalculationErrorSummary.Json.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.Json.g.cs @@ -2,7 +2,7 @@ namespace PromptLayer { - public sealed partial class TableSheetScorecardCalculationErrorSummary + public sealed partial class TableSheetScorecardGetResponseProgress { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::PromptLayer.TableSheetScorecardCalculationErrorSummary? FromJson( + public static global::PromptLayer.TableSheetScorecardGetResponseProgress? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::PromptLayer.TableSheetScorecardCalculationErrorSummary), - jsonSerializerContext) as global::PromptLayer.TableSheetScorecardCalculationErrorSummary; + typeof(global::PromptLayer.TableSheetScorecardGetResponseProgress), + jsonSerializerContext) as global::PromptLayer.TableSheetScorecardGetResponseProgress; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::PromptLayer.TableSheetScorecardCalculationErrorSummary? FromJson( + public static global::PromptLayer.TableSheetScorecardGetResponseProgress? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::PromptLayer.TableSheetScorecardCalculationErrorSummary? FromJson( + public static global::PromptLayer.TableSheetScorecardGetResponseProgress? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::PromptLayer.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::PromptLayer.TableSheetScorecardCalculationErrorSummary), - jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.TableSheetScorecardCalculationErrorSummary; + typeof(global::PromptLayer.TableSheetScorecardGetResponseProgress), + jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.TableSheetScorecardGetResponseProgress; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::PromptLayer.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.g.cs new file mode 100644 index 0000000..59ed98d --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardGetResponseProgress.g.cs @@ -0,0 +1,62 @@ + +#nullable enable + +namespace PromptLayer +{ + /// + /// + /// + public sealed partial class TableSheetScorecardGetResponseProgress + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("scored_rows")] + public int? ScoredRows { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("total_rows")] + public int? TotalRows { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("partial_score")] + public double? PartialScore { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public TableSheetScorecardGetResponseProgress( + int? scoredRows, + int? totalRows, + double? partialScore) + { + this.ScoredRows = scoredRows; + this.TotalRows = totalRows; + this.PartialScore = partialScore; + } + + /// + /// Initializes a new instance of the class. + /// + public TableSheetScorecardGetResponseProgress() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummary.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummary.g.cs index 646fcee..5271ac0 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummary.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummary.g.cs @@ -44,7 +44,7 @@ public sealed partial class TableSheetScorecardRowSummary /// /// [global::System.Text.Json.Serialization.JsonPropertyName("error_summary")] - public object? ErrorSummary { get; set; } + public string? ErrorSummary { get; set; } /// /// Additional properties that are not explicitly defined in the schema @@ -70,7 +70,7 @@ public TableSheetScorecardRowSummary( global::PromptLayer.TableSheetScorecardRowSummaryAggregateVerdict? aggregateVerdict, object? driftSummary, object? staleState, - object? errorSummary) + string? errorSummary) { this.RowIndex = rowIndex; this.AggregateScore = aggregateScore; diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.g.cs deleted file mode 100644 index 75b1651..0000000 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.g.cs +++ /dev/null @@ -1,19 +0,0 @@ - -#nullable enable - -namespace PromptLayer -{ - /// - /// - /// - public sealed partial class TableSheetScorecardRowSummaryErrorSummary - { - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - - } -} \ No newline at end of file diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStaleState.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStaleState.g.cs index 4bd5e79..2b1d08d 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStaleState.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStaleState.g.cs @@ -22,6 +22,18 @@ public sealed partial class TableSheetScorecardStaleState [global::System.Text.Json.Serialization.JsonRequired] public required global::System.Collections.Generic.IList Reasons { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("stale_step_ids")] + public global::System.Collections.Generic.IList? StaleStepIds { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("stale_row_indices")] + public global::System.Collections.Generic.IList? StaleRowIndices { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -33,15 +45,21 @@ public sealed partial class TableSheetScorecardStaleState /// /// /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public TableSheetScorecardStaleState( bool isStale, - global::System.Collections.Generic.IList reasons) + global::System.Collections.Generic.IList reasons, + global::System.Collections.Generic.IList? staleStepIds, + global::System.Collections.Generic.IList? staleRowIndices) { this.IsStale = isStale; this.Reasons = reasons ?? throw new global::System.ArgumentNullException(nameof(reasons)); + this.StaleStepIds = staleStepIds; + this.StaleRowIndices = staleRowIndices; } /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStep.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStep.g.cs index 7e9365b..d9e1881 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStep.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStep.g.cs @@ -25,8 +25,9 @@ public sealed partial class TableSheetScorecardStep /// /// [global::System.Text.Json.Serialization.JsonPropertyName("primitive_type")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepPrimitiveTypeJsonConverter))] [global::System.Text.Json.Serialization.JsonRequired] - public required string PrimitiveType { get; set; } + public required global::PromptLayer.TableSheetScorecardStepPrimitiveType PrimitiveType { get; set; } /// /// @@ -58,6 +59,61 @@ public sealed partial class TableSheetScorecardStep [global::System.Text.Json.Serialization.JsonPropertyName("primitive_config")] public object? PrimitiveConfig { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("score_adapter")] + public object? ScoreAdapter { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("description")] + public string? Description { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("target_column_id")] + public global::System.Guid? TargetColumnId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("evidence_mode")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::PromptLayer.JsonConverters.TableSheetScorecardStepEvidenceModeJsonConverter))] + public global::PromptLayer.TableSheetScorecardStepEvidenceMode? EvidenceMode { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("order_index")] + public int? OrderIndex { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("backing_column_id")] + public global::System.Guid? BackingColumnId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("config_hash")] + public string? ConfigHash { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] + public global::System.DateTime? CreatedAt { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("updated_at")] + public global::System.DateTime? UpdatedAt { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -75,27 +131,54 @@ public sealed partial class TableSheetScorecardStep /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public TableSheetScorecardStep( string title, - string primitiveType, + global::PromptLayer.TableSheetScorecardStepPrimitiveType primitiveType, global::System.Guid? id, global::System.Collections.Generic.IList? sourceColumnIds, double? weight, bool? required, global::System.Collections.Generic.Dictionary? thresholds, - object? primitiveConfig) + object? primitiveConfig, + object? scoreAdapter, + string? description, + global::System.Guid? targetColumnId, + global::PromptLayer.TableSheetScorecardStepEvidenceMode? evidenceMode, + int? orderIndex, + global::System.Guid? backingColumnId, + string? configHash, + global::System.DateTime? createdAt, + global::System.DateTime? updatedAt) { this.Id = id; this.Title = title ?? throw new global::System.ArgumentNullException(nameof(title)); - this.PrimitiveType = primitiveType ?? throw new global::System.ArgumentNullException(nameof(primitiveType)); + this.PrimitiveType = primitiveType; this.SourceColumnIds = sourceColumnIds; this.Weight = weight; this.Required = required; this.Thresholds = thresholds; this.PrimitiveConfig = primitiveConfig; + this.ScoreAdapter = scoreAdapter; + this.Description = description; + this.TargetColumnId = targetColumnId; + this.EvidenceMode = evidenceMode; + this.OrderIndex = orderIndex; + this.BackingColumnId = backingColumnId; + this.ConfigHash = configHash; + this.CreatedAt = createdAt; + this.UpdatedAt = updatedAt; } /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepEvidenceMode.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepEvidenceMode.g.cs new file mode 100644 index 0000000..9acecfc --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepEvidenceMode.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace PromptLayer +{ + /// + /// + /// + public enum TableSheetScorecardStepEvidenceMode + { + /// + /// + /// + Hidden, + /// + /// + /// + Raw, + /// + /// + /// + Summary, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class TableSheetScorecardStepEvidenceModeExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this TableSheetScorecardStepEvidenceMode value) + { + return value switch + { + TableSheetScorecardStepEvidenceMode.Hidden => "hidden", + TableSheetScorecardStepEvidenceMode.Raw => "raw", + TableSheetScorecardStepEvidenceMode.Summary => "summary", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static TableSheetScorecardStepEvidenceMode? ToEnum(string value) + { + return value switch + { + "hidden" => TableSheetScorecardStepEvidenceMode.Hidden, + "raw" => TableSheetScorecardStepEvidenceMode.Raw, + "summary" => TableSheetScorecardStepEvidenceMode.Summary, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepPrimitiveType.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepPrimitiveType.g.cs new file mode 100644 index 0000000..d4e05a6 --- /dev/null +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepPrimitiveType.g.cs @@ -0,0 +1,105 @@ + +#nullable enable + +namespace PromptLayer +{ + /// + /// + /// + public enum TableSheetScorecardStepPrimitiveType + { + /// + /// + /// + AssertValid, + /// + /// + /// + CodeExecution, + /// + /// + /// + ColumnAggregate, + /// + /// + /// + Compare, + /// + /// + /// + Contains, + /// + /// + /// + LlmAssertion, + /// + /// + /// + MaxToolCalls, + /// + /// + /// + NoInvalidToolCalls, + /// + /// + /// + Regex, + /// + /// + /// + Structure, + /// + /// + /// + ToolEvaluator, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class TableSheetScorecardStepPrimitiveTypeExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this TableSheetScorecardStepPrimitiveType value) + { + return value switch + { + TableSheetScorecardStepPrimitiveType.AssertValid => "ASSERT_VALID", + TableSheetScorecardStepPrimitiveType.CodeExecution => "CODE_EXECUTION", + TableSheetScorecardStepPrimitiveType.ColumnAggregate => "COLUMN_AGGREGATE", + TableSheetScorecardStepPrimitiveType.Compare => "COMPARE", + TableSheetScorecardStepPrimitiveType.Contains => "CONTAINS", + TableSheetScorecardStepPrimitiveType.LlmAssertion => "LLM_ASSERTION", + TableSheetScorecardStepPrimitiveType.MaxToolCalls => "MAX_TOOL_CALLS", + TableSheetScorecardStepPrimitiveType.NoInvalidToolCalls => "NO_INVALID_TOOL_CALLS", + TableSheetScorecardStepPrimitiveType.Regex => "REGEX", + TableSheetScorecardStepPrimitiveType.Structure => "STRUCTURE", + TableSheetScorecardStepPrimitiveType.ToolEvaluator => "TOOL_EVALUATOR", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static TableSheetScorecardStepPrimitiveType? ToEnum(string value) + { + return value switch + { + "ASSERT_VALID" => TableSheetScorecardStepPrimitiveType.AssertValid, + "CODE_EXECUTION" => TableSheetScorecardStepPrimitiveType.CodeExecution, + "COLUMN_AGGREGATE" => TableSheetScorecardStepPrimitiveType.ColumnAggregate, + "COMPARE" => TableSheetScorecardStepPrimitiveType.Compare, + "CONTAINS" => TableSheetScorecardStepPrimitiveType.Contains, + "LLM_ASSERTION" => TableSheetScorecardStepPrimitiveType.LlmAssertion, + "MAX_TOOL_CALLS" => TableSheetScorecardStepPrimitiveType.MaxToolCalls, + "NO_INVALID_TOOL_CALLS" => TableSheetScorecardStepPrimitiveType.NoInvalidToolCalls, + "REGEX" => TableSheetScorecardStepPrimitiveType.Regex, + "STRUCTURE" => TableSheetScorecardStepPrimitiveType.Structure, + "TOOL_EVALUATOR" => TableSheetScorecardStepPrimitiveType.ToolEvaluator, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.Json.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepScoreAdapter.Json.g.cs similarity index 85% rename from src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.Json.g.cs rename to src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepScoreAdapter.Json.g.cs index 675e79c..9e58638 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardRowSummaryErrorSummary.Json.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepScoreAdapter.Json.g.cs @@ -2,7 +2,7 @@ namespace PromptLayer { - public sealed partial class TableSheetScorecardRowSummaryErrorSummary + public sealed partial class TableSheetScorecardStepScoreAdapter { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary? FromJson( + public static global::PromptLayer.TableSheetScorecardStepScoreAdapter? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary), - jsonSerializerContext) as global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary; + typeof(global::PromptLayer.TableSheetScorecardStepScoreAdapter), + jsonSerializerContext) as global::PromptLayer.TableSheetScorecardStepScoreAdapter; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary? FromJson( + public static global::PromptLayer.TableSheetScorecardStepScoreAdapter? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary? FromJson( + public static global::PromptLayer.TableSheetScorecardStepScoreAdapter? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::PromptLayer.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary), - jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.TableSheetScorecardRowSummaryErrorSummary; + typeof(global::PromptLayer.TableSheetScorecardStepScoreAdapter), + jsonSerializerContext).ConfigureAwait(false)) as global::PromptLayer.TableSheetScorecardStepScoreAdapter; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::PromptLayer.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepScoreAdapter.g.cs similarity index 86% rename from src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.g.cs rename to src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepScoreAdapter.g.cs index 26db8ea..5bd6417 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.Models.ConfigureTableSheetScorecardRequestStep.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.TableSheetScorecardStepScoreAdapter.g.cs @@ -6,7 +6,7 @@ namespace PromptLayer /// /// /// - public sealed partial class ConfigureTableSheetScorecardRequestStep + public sealed partial class TableSheetScorecardStepScoreAdapter { /// diff --git a/src/libs/PromptLayer/Generated/PromptLayer.TablesClient.ConfigureTableSheetScorecard.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.TablesClient.ConfigureTableSheetScorecard.g.cs index 08f4d0a..b3eb57f 100644 --- a/src/libs/PromptLayer/Generated/PromptLayer.TablesClient.ConfigureTableSheetScorecard.g.cs +++ b/src/libs/PromptLayer/Generated/PromptLayer.TablesClient.ConfigureTableSheetScorecard.g.cs @@ -587,7 +587,7 @@ partial void ProcessConfigureTableSheetScorecardResponseContent( string name, object aggregation, global::System.Collections.Generic.IList? evaluatedColumnIds = default, - global::System.Collections.Generic.IList? steps = default, + global::System.Collections.Generic.IList? steps = default, object? displayConfig = default, object? baselineConfig = default, global::PromptLayer.AutoSDKRequestOptions? requestOptions = default, diff --git a/src/libs/PromptLayer/openapi.json b/src/libs/PromptLayer/openapi.json index e5083ba..90db0ab 100644 --- a/src/libs/PromptLayer/openapi.json +++ b/src/libs/PromptLayer/openapi.json @@ -24545,8 +24545,23 @@ "items": { "type": "string" } + }, + "stale_step_ids": { + "type": "array", + "items": { + "type": "string", + "format": "uuid" + } + }, + "stale_row_indices": { + "type": "array", + "items": { + "type": "integer", + "minimum": 0 + } } - } + }, + "additionalProperties": true }, "TableSheetScorecardAggregation": { "type": "object", @@ -24565,7 +24580,7 @@ "enum": [ "fail", "warn", - "ignore" + "error" ] }, "pass_threshold": { @@ -24593,7 +24608,20 @@ "type": "string" }, "primitive_type": { - "type": "string" + "type": "string", + "enum": [ + "COLUMN_AGGREGATE", + "CONTAINS", + "REGEX", + "ASSERT_VALID", + "COMPARE", + "LLM_ASSERTION", + "TOOL_EVALUATOR", + "CODE_EXECUTION", + "STRUCTURE", + "MAX_TOOL_CALLS", + "NO_INVALID_TOOL_CALLS" + ] }, "source_column_ids": { "type": "array", @@ -24616,6 +24644,52 @@ "primitive_config": { "type": "object", "additionalProperties": true + }, + "score_adapter": { + "type": "object", + "nullable": true, + "additionalProperties": true + }, + "description": { + "type": "string", + "nullable": true + }, + "target_column_id": { + "type": "string", + "format": "uuid", + "nullable": true + }, + "evidence_mode": { + "type": "string", + "nullable": true, + "enum": [ + "summary", + "raw", + "hidden", + null + ] + }, + "order_index": { + "type": "integer" + }, + "backing_column_id": { + "type": "string", + "format": "uuid", + "nullable": true + }, + "config_hash": { + "type": "string", + "nullable": true + }, + "created_at": { + "type": "string", + "format": "date-time", + "nullable": true + }, + "updated_at": { + "type": "string", + "format": "date-time", + "nullable": true } }, "additionalProperties": true @@ -24687,7 +24761,12 @@ ] }, "stale_state": { - "$ref": "#/components/schemas/TableSheetScorecardStaleState" + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/TableSheetScorecardStaleState" + } + ] }, "latest_calculation_id": { "type": "string", @@ -24795,9 +24874,8 @@ "nullable": true }, "error_summary": { - "type": "object", - "nullable": true, - "additionalProperties": true + "type": "string", + "nullable": true } }, "additionalProperties": true @@ -24807,10 +24885,7 @@ "required": [ "success", "scorecard", - "latest_calculation", - "display_calculation", - "criterion_summaries", - "drift_summary" + "latest_calculation" ], "properties": { "success": { @@ -24849,6 +24924,23 @@ "type": "object", "nullable": true, "additionalProperties": true + }, + "progress": { + "type": "object", + "nullable": true, + "properties": { + "scored_rows": { + "type": "integer" + }, + "total_rows": { + "type": "integer" + }, + "partial_score": { + "type": "number", + "nullable": true + } + }, + "additionalProperties": true } }, "additionalProperties": true @@ -24873,8 +24965,7 @@ "steps": { "type": "array", "items": { - "type": "object", - "additionalProperties": true + "$ref": "#/components/schemas/TableSheetScorecardStep" }, "default": [] }, @@ -24952,7 +25043,12 @@ "type": "boolean" }, "scorecard": { - "$ref": "#/components/schemas/TableSheetScorecard" + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/TableSheetScorecard" + } + ] }, "converted_count": { "type": "integer" @@ -25171,9 +25267,8 @@ "additionalProperties": true }, "error_summary": { - "type": "object", - "nullable": true, - "additionalProperties": true + "type": "string", + "nullable": true } }, "additionalProperties": true @@ -25184,7 +25279,8 @@ "success", "calculation_id", "rows", - "next_cursor" + "next_cursor", + "verdict_counts" ], "properties": { "success": { @@ -25192,7 +25288,8 @@ }, "calculation_id": { "type": "string", - "format": "uuid" + "format": "uuid", + "nullable": true }, "rows": { "type": "array", @@ -25203,6 +25300,12 @@ "next_cursor": { "type": "integer", "nullable": true + }, + "verdict_counts": { + "type": "object", + "additionalProperties": { + "type": "integer" + } } }, "additionalProperties": false @@ -25281,9 +25384,8 @@ "additionalProperties": true }, "error_summary": { - "type": "object", - "nullable": true, - "additionalProperties": true + "type": "string", + "nullable": true }, "config_hash": { "type": "string",