diff --git a/src/libs/PromptLayer/Generated/PromptLayer.ISmartTablesClient.CreateTable.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.ISmartTablesClient.CreateTable.g.cs
index 018287b..045882d 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.ISmartTablesClient.CreateTable.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.ISmartTablesClient.CreateTable.g.cs
@@ -6,7 +6,7 @@ public partial interface ISmartTablesClient
{
///
/// Create Table
- /// Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
+ /// Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -19,7 +19,7 @@ public partial interface ISmartTablesClient
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Create Table
- /// Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
+ /// Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -32,7 +32,7 @@ public partial interface ISmartTablesClient
global::System.Threading.CancellationToken cancellationToken = default);
///
/// Create Table
- /// Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
+ /// Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
///
///
/// Table title. Defaults to a unique 'Untitled Table' name if omitted.
@@ -40,12 +40,17 @@ public partial interface ISmartTablesClient
///
/// Folder to place the table in.
///
+ ///
+ /// When true (default), creates Sheet 1 with a Column A text column and one empty row. When false, creates an empty table with no sheets.
+ /// Default Value: true
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task CreateTableAsync(
string? title = default,
int? folderId = default,
+ bool? createDefaultSheet = default,
global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs
index fc9840a..f40bf4f 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContext.g.cs
@@ -1391,6 +1391,8 @@ namespace PromptLayer
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ListTableSheetOperationsResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.TableSheetOperation))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableSheetOperationRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableSheetOperationRequestOperation), TypeInfoPropertyName = "CreateTableSheetOperationRequestOperation2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -1457,8 +1459,6 @@ namespace PromptLayer
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsSpecGroupByField), TypeInfoPropertyName = "CustomAnalyticsSpecGroupByField2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsSeriesSpecMetric), TypeInfoPropertyName = "CustomAnalyticsSeriesSpecMetric2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsSeriesSpecMetricField), TypeInfoPropertyName = "CustomAnalyticsSeriesSpecMetricField2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsSeriesMeta))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -2421,6 +2421,8 @@ 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::PromptLayer.CustomAnalyticsSeriesSpecMetricField), TypeInfoPropertyName = "CustomAnalyticsSeriesSpecMetricField2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsSeriesMeta))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsSeriesMetaUnit), TypeInfoPropertyName = "CustomAnalyticsSeriesMetaUnit2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsResult))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CustomAnalyticsResultChartType), TypeInfoPropertyName = "CustomAnalyticsResultChartType2")]
@@ -2464,7 +2466,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateToolRegistryRequestExecution))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateToolRegistryRequestExecutionType), TypeInfoPropertyName = "CreateToolRegistryRequestExecutionType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateToolRegistryRequestExecutionLanguage), TypeInfoPropertyName = "CreateToolRegistryRequestExecutionLanguage2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.UpdateTableRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableSheetRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.OneOf), TypeInfoPropertyName = "OneOfCreateTableSheetRequestSourceFileSourceCreateTableSheetRequestSourceRequestLogsSource2")]
@@ -2592,7 +2593,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateToolRegistryResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetToolRegistryResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetToolRegistryResponseToolRegistry))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ListTablesResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetTableResponse))]
diff --git a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs
index febf1e7..fb13377 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.JsonSerializerContextTypes.g.cs
@@ -1728,963 +1728,963 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::PromptLayer.CreateTableSheetOperationRequest? Type425 { get; set; }
+ public global::PromptLayer.CreateTableRequest? Type425 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationRequestOperation? Type426 { get; set; }
+ public global::PromptLayer.CreateTableResponse? Type426 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type427 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationRequest? Type427 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type428 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationRequestOperation? Type428 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationRequestStatuse? Type429 { get; set; }
+ public global::System.Collections.Generic.IList? Type429 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationResponse? Type430 { get; set; }
+ public global::System.Collections.Generic.IList? Type430 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationQueuedResponse? Type431 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationRequestStatuse? Type431 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationNoopResponse? Type432 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationResponse? Type432 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationConfirmationResponse? Type433 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationQueuedResponse? Type433 { get; set; }
///
///
///
- public global::PromptLayer.GetTableSheetOperationResponse? Type434 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationNoopResponse? Type434 { get; set; }
///
///
///
- public global::PromptLayer.CancelTableSheetOperationResponse? Type435 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationConfirmationResponse? Type435 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreResponse? Type436 { get; set; }
+ public global::PromptLayer.GetTableSheetOperationResponse? Type436 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreResponseScoringType? Type437 { get; set; }
+ public global::PromptLayer.CancelTableSheetOperationResponse? Type437 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type438 { get; set; }
+ public global::PromptLayer.TableSheetScoreResponse? Type438 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreColumn? Type439 { get; set; }
+ public global::PromptLayer.TableSheetScoreResponseScoringType? Type439 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>>? Type440 { get; set; }
+ public global::System.Collections.Generic.IList? Type440 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type441 { get; set; }
+ public global::PromptLayer.TableSheetScoreColumn? Type441 { get; set; }
///
///
///
- public global::PromptLayer.OneOf? Type442 { get; set; }
+ public global::System.Collections.Generic.IList>>? Type442 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreCellObject? Type443 { get; set; }
+ public global::System.Collections.Generic.IList>? Type443 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type444 { get; set; }
+ public global::PromptLayer.OneOf? Type444 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreMetric? Type445 { get; set; }
+ public global::PromptLayer.TableSheetScoreCellObject? Type445 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreResponseStatus? Type446 { get; set; }
+ public global::System.Collections.Generic.IList? Type446 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreConfiguration? Type447 { get; set; }
+ public global::PromptLayer.TableSheetScoreMetric? Type447 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreResponseScoreType? Type448 { get; set; }
+ public global::PromptLayer.TableSheetScoreResponseStatus? Type448 { get; set; }
///
///
///
- public global::PromptLayer.ConfigureTableSheetScoreRequest? Type449 { get; set; }
+ public global::PromptLayer.TableSheetScoreConfiguration? Type449 { get; set; }
///
///
///
- public global::PromptLayer.ConfigureTableSheetScoreRequestScoreType? Type450 { get; set; }
+ public global::PromptLayer.TableSheetScoreResponseScoreType? Type450 { get; set; }
///
///
///
- public global::PromptLayer.ConfigureTableSheetScoreRequestCodeLanguage? Type451 { get; set; }
+ public global::PromptLayer.ConfigureTableSheetScoreRequest? Type451 { get; set; }
///
///
///
- public global::PromptLayer.ConfigureTableSheetScoreRequestAssertionAggregation? Type452 { get; set; }
+ public global::PromptLayer.ConfigureTableSheetScoreRequestScoreType? Type452 { get; set; }
///
///
///
- public global::PromptLayer.ConfigureTableSheetScoreResponse? Type453 { get; set; }
+ public global::PromptLayer.ConfigureTableSheetScoreRequestCodeLanguage? Type453 { get; set; }
///
///
///
- public global::PromptLayer.RecalculateTableSheetScoreResponse? Type454 { get; set; }
+ public global::PromptLayer.ConfigureTableSheetScoreRequestAssertionAggregation? Type454 { get; set; }
///
///
///
- public global::PromptLayer.RecalculateTableSheetScoreResponseStatus? Type455 { get; set; }
+ public global::PromptLayer.ConfigureTableSheetScoreResponse? Type455 { get; set; }
///
///
///
- public global::PromptLayer.ListTableSheetVersionsResponse? Type456 { get; set; }
+ public global::PromptLayer.RecalculateTableSheetScoreResponse? Type456 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type457 { get; set; }
+ public global::PromptLayer.RecalculateTableSheetScoreResponseStatus? Type457 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetVersion? Type458 { get; set; }
+ public global::PromptLayer.ListTableSheetVersionsResponse? Type458 { get; set; }
///
///
///
- public global::PromptLayer.PublicListPagination? Type459 { get; set; }
+ public global::System.Collections.Generic.IList? Type459 { get; set; }
///
///
///
- public global::PromptLayer.EmptyPublicFilters? Type460 { get; set; }
+ public global::PromptLayer.TableSheetVersion? Type460 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetVersionRequest? Type461 { get; set; }
+ public global::PromptLayer.PublicListPagination? Type461 { get; set; }
///
///
///
- public global::PromptLayer.GetTableSheetVersionResponse? Type462 { get; set; }
+ public global::PromptLayer.EmptyPublicFilters? Type462 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreHistoryResponse? Type463 { get; set; }
+ public global::PromptLayer.CreateTableSheetVersionRequest? Type463 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistory? Type464 { get; set; }
+ public global::PromptLayer.GetTableSheetVersionResponse? Type464 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistoryResolution? Type465 { get; set; }
+ public global::PromptLayer.TableSheetScoreHistoryResponse? Type465 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetFileImportRequest? Type466 { get; set; }
+ public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistory? Type466 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetImportStartResponse? Type467 { get; set; }
+ public global::PromptLayer.TableSheetScoreHistoryResponseScoreHistoryResolution? Type467 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestLogImportRequest? Type468 { get; set; }
+ public global::PromptLayer.CreateTableSheetFileImportRequest? Type468 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortBy? Type469 { get; set; }
+ public global::PromptLayer.TableSheetImportStartResponse? Type469 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortOrder? Type470 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestLogImportRequest? Type470 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetOperationOperation? Type471 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortBy? Type471 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetOperationQueuedResponseOperation? Type472 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestLogImportRequestSortOrder? Type472 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type473 { get; set; }
+ public global::PromptLayer.TableSheetOperationOperation? Type473 { get; set; }
///
///
///
- public global::PromptLayer.TableCell? Type474 { get; set; }
+ public global::PromptLayer.CreateTableSheetOperationQueuedResponseOperation? Type474 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreColumnResolvedScoringType? Type475 { get; set; }
+ public global::System.Collections.Generic.IList? Type475 { get; set; }
///
///
///
- public global::PromptLayer.TableSheetScoreConfigurationScoreType? Type476 { get; set; }
+ public global::PromptLayer.TableCell? Type476 { get; set; }
///
///
///
- public global::PromptLayer.TableCellStatus? Type477 { get; set; }
+ public global::PromptLayer.TableSheetScoreColumnResolvedScoringType? Type477 { get; set; }
///
///
///
- public global::PromptLayer.DerivedRatioInsightSpec? Type478 { get; set; }
+ public global::PromptLayer.TableSheetScoreConfigurationScoreType? Type478 { get; set; }
///
///
///
- public global::PromptLayer.DerivedRatioInsightSpecType? Type479 { get; set; }
+ public global::PromptLayer.TableCellStatus? Type479 { get; set; }
///
///
///
- public global::PromptLayer.DerivedRatioInsightResult? Type480 { get; set; }
+ public global::PromptLayer.DerivedRatioInsightSpec? Type480 { get; set; }
///
///
///
- public global::PromptLayer.DerivedRatioInsightResultType? Type481 { get; set; }
+ public global::PromptLayer.DerivedRatioInsightSpecType? Type481 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSpec? Type482 { get; set; }
+ public global::PromptLayer.DerivedRatioInsightResult? Type482 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSpecChartType? Type483 { get; set; }
+ public global::PromptLayer.DerivedRatioInsightResultType? Type483 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSpecMetric? Type484 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSpec? Type484 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSpecMetricField? Type485 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSpecChartType? Type485 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type486 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSpecMetric? Type486 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSeriesSpec? Type487 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSpecMetricField? Type487 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type488 { get; set; }
+ public global::System.Collections.Generic.IList? Type488 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSpecGroupByField? Type489 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSeriesSpec? Type489 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSeriesSpecMetric? Type490 { get; set; }
+ public global::System.Collections.Generic.IList? Type490 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSeriesSpecMetricField? Type491 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSpecGroupByField? Type491 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSeriesMeta? Type492 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSeriesSpecMetric? Type492 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsSeriesMetaUnit? Type493 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSeriesSpecMetricField? Type493 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsResult? Type494 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSeriesMeta? Type494 { get; set; }
///
///
///
- public global::PromptLayer.CustomAnalyticsResultChartType? Type495 { get; set; }
+ public global::PromptLayer.CustomAnalyticsSeriesMetaUnit? Type495 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type496 { get; set; }
+ public global::PromptLayer.CustomAnalyticsResult? Type496 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type497 { get; set; }
+ public global::PromptLayer.CustomAnalyticsResultChartType? Type497 { get; set; }
///
///
///
- public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuery? Type498 { get; set; }
+ public global::System.Collections.Generic.IList? Type498 { get; set; }
///
///
///
- public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortBy? Type499 { get; set; }
+ public global::System.Collections.Generic.IList? Type499 { get; set; }
///
///
///
- public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortOrder? Type500 { get; set; }
+ public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuery? Type500 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type501 { get; set; }
+ public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortBy? Type501 { get; set; }
///
///
///
- public global::PromptLayer.RequestAnalyticsCustomAnalyticsResponse? Type502 { get; set; }
+ public global::PromptLayer.RequestAnalyticsCustomAnalyticsQuerySortOrder? Type502 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type503 { get; set; }
+ public global::System.Collections.Generic.IList? Type503 { get; set; }
///
///
///
- public global::PromptLayer.TraceStructuredFilter? Type504 { get; set; }
+ public global::PromptLayer.RequestAnalyticsCustomAnalyticsResponse? Type504 { get; set; }
///
///
///
- public global::PromptLayer.TraceStructuredFilterGroup? Type505 { get; set; }
+ public global::System.Collections.Generic.IList? Type505 { get; set; }
///
///
///
- public global::PromptLayer.TraceStructuredFilterGroupLogic? Type506 { get; set; }
+ public global::PromptLayer.TraceStructuredFilter? Type506 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type507 { get; set; }
+ public global::PromptLayer.TraceStructuredFilterGroup? Type507 { get; set; }
///
///
///
- public global::PromptLayer.OneOf? Type508 { get; set; }
+ public global::PromptLayer.TraceStructuredFilterGroupLogic? Type508 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpec? Type509 { get; set; }
+ public global::System.Collections.Generic.IList>? Type509 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecChartType? Type510 { get; set; }
+ public global::PromptLayer.OneOf? Type510 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecMetric? Type511 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpec? Type511 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecMetricField? Type512 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecChartType? Type512 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecGroupByField? Type513 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecMetric? Type513 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecSecondaryGroupByField? Type514 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecMetricField? Type514 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecHistogramField? Type515 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecGroupByField? Type515 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type516 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecSecondaryGroupByField? Type516 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecHierarchyField? Type517 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecHistogramField? Type517 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecTimeBucket? Type518 { get; set; }
+ public global::System.Collections.Generic.IList? Type518 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type519 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecHierarchyField? Type519 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecSerie? Type520 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecTimeBucket? Type520 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecSerieMetric? Type521 { get; set; }
+ public global::System.Collections.Generic.IList? Type521 { get; set; }
///
///
///
- public global::PromptLayer.TraceCustomChartSpecSerieMetricField? Type522 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecSerie? Type522 { get; set; }
///
///
///
- public global::PromptLayer.TraceAnalyticsCustomAnalyticsQuery? Type523 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecSerieMetric? Type523 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type524 { get; set; }
+ public global::PromptLayer.TraceCustomChartSpecSerieMetricField? Type524 { get; set; }
///
///
///
- public global::PromptLayer.CreatePromptLabelRequest? Type525 { get; set; }
+ public global::PromptLayer.TraceAnalyticsCustomAnalyticsQuery? Type525 { get; set; }
///
///
///
- public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchRequest? Type526 { get; set; }
+ public global::System.Collections.Generic.IList? Type526 { get; set; }
///
///
///
- public global::PromptLayer.TrackGroupRequest? Type527 { get; set; }
+ public global::PromptLayer.CreatePromptLabelRequest? Type527 { get; set; }
///
///
///
- public global::PromptLayer.TrackScoreRequest? Type528 { get; set; }
+ public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchRequest? Type528 { get; set; }
///
///
///
- public global::PromptLayer.AddReportColumnRequest? Type529 { get; set; }
+ public global::PromptLayer.TrackGroupRequest? Type529 { get; set; }
///
///
///
- public global::PromptLayer.AddReportColumnRequestColumnType? Type530 { get; set; }
+ public global::PromptLayer.TrackScoreRequest? Type530 { get; set; }
///
///
///
- public global::PromptLayer.RunReportRequest? Type531 { get; set; }
+ public global::PromptLayer.AddReportColumnRequest? Type531 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolRegistryRequest? Type532 { get; set; }
+ public global::PromptLayer.AddReportColumnRequestColumnType? Type532 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolRegistryRequestExecution? Type533 { get; set; }
+ public global::PromptLayer.RunReportRequest? Type533 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolRegistryRequestExecutionType? Type534 { get; set; }
+ public global::PromptLayer.CreateToolRegistryRequest? Type534 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolRegistryRequestExecutionLanguage? Type535 { get; set; }
+ public global::PromptLayer.CreateToolRegistryRequestExecution? Type535 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableRequest? Type536 { get; set; }
+ public global::PromptLayer.CreateToolRegistryRequestExecutionType? Type536 { get; set; }
///
///
///
- public global::PromptLayer.UpdateTableRequest? Type537 { get; set; }
+ public global::PromptLayer.CreateToolRegistryRequestExecutionLanguage? Type537 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequest? Type538 { get; set; }
+ public global::PromptLayer.UpdateTableRequest? Type538 { get; set; }
///
///
///
- public global::PromptLayer.OneOf? Type539 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequest? Type539 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestSourceFileSource? Type540 { get; set; }
+ public global::PromptLayer.OneOf? Type540 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestSourceFileSourceType? Type541 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestSourceFileSource? Type541 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSource? Type542 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestSourceFileSourceType? Type542 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSourceType? Type543 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSource? Type543 { get; set; }
///
///
///
- public global::PromptLayer.UpdateTableSheetRequest? Type544 { get; set; }
+ public global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSourceType? Type544 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetColumnRequest? Type545 { get; set; }
+ public global::PromptLayer.UpdateTableSheetRequest? Type545 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type546 { get; set; }
+ public global::PromptLayer.CreateTableSheetColumnRequest? Type546 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetColumnRequestDependencie? Type547 { get; set; }
+ public global::System.Collections.Generic.IList? Type547 { get; set; }
///
///
///
- public global::PromptLayer.UpdateTableSheetColumnRequest? Type548 { get; set; }
+ public global::PromptLayer.CreateTableSheetColumnRequestDependencie? Type548 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type549 { get; set; }
+ public global::PromptLayer.UpdateTableSheetColumnRequest? Type549 { get; set; }
///
///
///
- public global::PromptLayer.UpdateTableSheetColumnRequestDependencie? Type550 { get; set; }
+ public global::System.Collections.Generic.IList? Type550 { get; set; }
///
///
///
- public global::PromptLayer.AddTableSheetRowsRequest? Type551 { get; set; }
+ public global::PromptLayer.UpdateTableSheetColumnRequestDependencie? Type551 { get; set; }
///
///
///
- public global::PromptLayer.UpdateTableSheetCellRequest? Type552 { get; set; }
+ public global::PromptLayer.AddTableSheetRowsRequest? Type552 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableSheetCellRecalculationsBatchRequest? Type553 { get; set; }
+ public global::PromptLayer.UpdateTableSheetCellRequest? Type553 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolVersionRequest? Type554 { get; set; }
+ public global::PromptLayer.CreateTableSheetCellRecalculationsBatchRequest? Type554 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolVersionRequestExecution? Type555 { get; set; }
+ public global::PromptLayer.CreateToolVersionRequest? Type555 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolVersionRequestExecutionType? Type556 { get; set; }
+ public global::PromptLayer.CreateToolVersionRequestExecution? Type556 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolVersionRequestExecutionLanguage? Type557 { get; set; }
+ public global::PromptLayer.CreateToolVersionRequestExecutionType? Type557 { get; set; }
///
///
///
- public global::PromptLayer.TestExecuteToolRequest? Type558 { get; set; }
+ public global::PromptLayer.CreateToolVersionRequestExecutionLanguage? Type558 { get; set; }
///
///
///
- public global::PromptLayer.TestExecuteToolRequestExecution? Type559 { get; set; }
+ public global::PromptLayer.TestExecuteToolRequest? Type559 { get; set; }
///
///
///
- public global::PromptLayer.TestExecuteToolRequestExecutionType? Type560 { get; set; }
+ public global::PromptLayer.TestExecuteToolRequestExecution? Type560 { get; set; }
///
///
///
- public global::PromptLayer.TestExecuteToolRequestExecutionLanguage? Type561 { get; set; }
+ public global::PromptLayer.TestExecuteToolRequestExecutionType? Type561 { get; set; }
///
///
///
- public global::PromptLayer.CreateWorkspaceEnvVarRequest? Type562 { get; set; }
+ public global::PromptLayer.TestExecuteToolRequestExecutionLanguage? Type562 { get; set; }
///
///
///
- public global::PromptLayer.UpdateWorkspaceEnvVarRequest? Type563 { get; set; }
+ public global::PromptLayer.CreateWorkspaceEnvVarRequest? Type563 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolEnvVarRequest? Type564 { get; set; }
+ public global::PromptLayer.UpdateWorkspaceEnvVarRequest? Type564 { get; set; }
///
///
///
- public global::PromptLayer.UpdateToolEnvVarRequest? Type565 { get; set; }
+ public global::PromptLayer.CreateToolEnvVarRequest? Type565 { get; set; }
///
///
///
- public global::PromptLayer.ListDatasetsStatus? Type566 { get; set; }
+ public global::PromptLayer.UpdateToolEnvVarRequest? Type566 { get; set; }
///
///
///
- public global::PromptLayer.ListDatasetsSortBy? Type567 { get; set; }
+ public global::PromptLayer.ListDatasetsStatus? Type567 { get; set; }
///
///
///
- public global::PromptLayer.ListDatasetsSortOrder? Type568 { get; set; }
+ public global::PromptLayer.ListDatasetsSortBy? Type568 { get; set; }
///
///
///
- public global::PromptLayer.ListEvaluationsStatus? Type569 { get; set; }
+ public global::PromptLayer.ListDatasetsSortOrder? Type569 { get; set; }
///
///
///
- public global::PromptLayer.ListEvaluationsSortBy? Type570 { get; set; }
+ public global::PromptLayer.ListEvaluationsStatus? Type570 { get; set; }
///
///
///
- public global::PromptLayer.ListEvaluationsSortOrder? Type571 { get; set; }
+ public global::PromptLayer.ListEvaluationsSortBy? Type571 { get; set; }
///
///
///
- public global::PromptLayer.AnyOf>? Type572 { get; set; }
+ public global::PromptLayer.ListEvaluationsSortOrder? Type572 { get; set; }
///
///
///
- public global::PromptLayer.GetAllPromptTemplatesGetStatus? Type573 { get; set; }
+ public global::PromptLayer.AnyOf>? Type573 { get; set; }
///
///
///
- public global::PromptLayer.GetAllPromptTemplatesGetSortBy? Type574 { get; set; }
+ public global::PromptLayer.GetAllPromptTemplatesGetStatus? Type574 { get; set; }
///
///
///
- public global::PromptLayer.GetAllPromptTemplatesGetSortOrder? Type575 { get; set; }
+ public global::PromptLayer.GetAllPromptTemplatesGetSortBy? Type575 { get; set; }
///
///
///
- public long? Type576 { get; set; }
+ public global::PromptLayer.GetAllPromptTemplatesGetSortOrder? Type576 { get; set; }
///
///
///
- public global::PromptLayer.ListWorkflowsSortBy? Type577 { get; set; }
+ public long? Type577 { get; set; }
///
///
///
- public global::PromptLayer.ListWorkflowsSortOrder? Type578 { get; set; }
+ public global::PromptLayer.ListWorkflowsSortBy? Type578 { get; set; }
///
///
///
- public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterType2? Type579 { get; set; }
+ public global::PromptLayer.ListWorkflowsSortOrder? Type579 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type580 { get; set; }
+ public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterType2? Type580 { get; set; }
///
///
///
- public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem? Type581 { get; set; }
+ public global::System.Collections.Generic.IList? Type581 { get; set; }
///
///
///
- public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortBy? Type582 { get; set; }
+ public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetFilterTypeItem? Type582 { get; set; }
///
///
///
- public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortOrder? Type583 { get; set; }
+ public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortBy? Type583 { get; set; }
///
///
///
- public global::PromptLayer.OneOf>? Type584 { get; set; }
+ public global::PromptLayer.ListFolderEntitiesApiPublicV2FoldersEntitiesGetSortOrder? Type584 { get; set; }
///
///
///
- public global::PromptLayer.IngestOtlpTracesContentType? Type585 { get; set; }
+ public global::PromptLayer.OneOf>? Type585 { get; set; }
///
///
///
- public global::PromptLayer.IngestOtlpTracesContentEncoding? Type586 { get; set; }
+ public global::PromptLayer.IngestOtlpTracesContentType? Type586 { get; set; }
///
///
///
- public global::PromptLayer.ListSkillCollectionsPublicSortBy? Type587 { get; set; }
+ public global::PromptLayer.IngestOtlpTracesContentEncoding? Type587 { get; set; }
///
///
///
- public global::PromptLayer.ListSkillCollectionsPublicSortOrder? Type588 { get; set; }
+ public global::PromptLayer.ListSkillCollectionsPublicSortBy? Type588 { get; set; }
///
///
///
- public global::PromptLayer.GetSkillCollectionPublicFormat? Type589 { get; set; }
+ public global::PromptLayer.ListSkillCollectionsPublicSortOrder? Type589 { get; set; }
///
///
///
- public global::PromptLayer.GetRequestSearchSuggestionsField? Type590 { get; set; }
+ public global::PromptLayer.GetSkillCollectionPublicFormat? Type590 { get; set; }
///
///
///
- public global::PromptLayer.ListToolRegistriesSortBy? Type591 { get; set; }
+ public global::PromptLayer.GetRequestSearchSuggestionsField? Type591 { get; set; }
///
///
///
- public global::PromptLayer.ListToolRegistriesSortOrder? Type592 { get; set; }
+ public global::PromptLayer.ListToolRegistriesSortBy? Type592 { get; set; }
///
///
///
- public global::PromptLayer.ListTablesOrder? Type593 { get; set; }
+ public global::PromptLayer.ListToolRegistriesSortOrder? Type593 { get; set; }
///
///
///
- public global::PromptLayer.ListTableSheetsOrder? Type594 { get; set; }
+ public global::PromptLayer.ListTablesOrder? Type594 { get; set; }
///
///
///
- public global::PromptLayer.ListTableSheetRowsOrder? Type595 { get; set; }
+ public global::PromptLayer.ListTableSheetsOrder? Type595 { get; set; }
///
///
///
- public global::PromptLayer.ListTableSheetVersionsSort? Type596 { get; set; }
+ public global::PromptLayer.ListTableSheetRowsOrder? Type596 { get; set; }
///
///
///
- public global::PromptLayer.ListTableSheetVersionsOrder? Type597 { get; set; }
+ public global::PromptLayer.ListTableSheetVersionsSort? Type597 { get; set; }
///
///
///
- public global::PromptLayer.GetTableSheetVersionScoreHistoryRange? Type598 { get; set; }
+ public global::PromptLayer.ListTableSheetVersionsOrder? Type598 { get; set; }
///
///
///
- public global::PromptLayer.GetTableSheetVersionScoreHistoryResolution? Type599 { get; set; }
+ public global::PromptLayer.GetTableSheetVersionScoreHistoryRange? Type599 { get; set; }
///
///
///
- public global::PromptLayer.OneOf? Type600 { get; set; }
+ public global::PromptLayer.GetTableSheetVersionScoreHistoryResolution? Type600 { get; set; }
///
///
///
- public global::PromptLayer.CreatePromptLabelResponse? Type601 { get; set; }
+ public global::PromptLayer.OneOf? Type601 { get; set; }
///
///
///
- public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchResponse? Type602 { get; set; }
+ public global::PromptLayer.CreatePromptLabelResponse? Type602 { get; set; }
///
///
///
- public global::PromptLayer.TrackGroupResponse? Type603 { get; set; }
+ public global::PromptLayer.PromptTemplatesLabelsPromptLabelIdPatchResponse? Type603 { get; set; }
///
///
///
- public global::PromptLayer.TrackScoreResponse? Type604 { get; set; }
+ public global::PromptLayer.TrackGroupResponse? Type604 { get; set; }
///
///
///
- public global::PromptLayer.DeleteReportsByNameResponse? Type605 { get; set; }
+ public global::PromptLayer.TrackScoreResponse? Type605 { get; set; }
///
///
///
- public global::PromptLayer.CreateEvaluationPipelineResponse2? Type606 { get; set; }
+ public global::PromptLayer.DeleteReportsByNameResponse? Type606 { get; set; }
///
///
///
- public global::PromptLayer.AddReportColumnResponse? Type607 { get; set; }
+ public global::PromptLayer.CreateEvaluationPipelineResponse2? Type607 { get; set; }
///
///
///
- public global::PromptLayer.AddReportColumnResponse2? Type608 { get; set; }
+ public global::PromptLayer.AddReportColumnResponse? Type608 { get; set; }
///
///
///
- public global::PromptLayer.AddReportColumnResponse3? Type609 { get; set; }
+ public global::PromptLayer.AddReportColumnResponse2? Type609 { get; set; }
///
///
///
- public global::PromptLayer.AddReportColumnResponse4? Type610 { get; set; }
+ public global::PromptLayer.AddReportColumnResponse3? Type610 { get; set; }
///
///
///
- public global::PromptLayer.RunReportResponse? Type611 { get; set; }
+ public global::PromptLayer.AddReportColumnResponse4? Type611 { get; set; }
///
///
///
- public global::PromptLayer.RunReportResponse2? Type612 { get; set; }
+ public global::PromptLayer.RunReportResponse? Type612 { get; set; }
///
///
///
- public global::PromptLayer.RunReportResponse3? Type613 { get; set; }
+ public global::PromptLayer.RunReportResponse2? Type613 { get; set; }
///
///
///
- public global::PromptLayer.RunReportResponse4? Type614 { get; set; }
+ public global::PromptLayer.RunReportResponse3? Type614 { get; set; }
///
///
///
- public global::PromptLayer.RunReportResponse5? Type615 { get; set; }
+ public global::PromptLayer.RunReportResponse4? Type615 { get; set; }
///
///
///
- public global::PromptLayer.GetReportResponse? Type616 { get; set; }
+ public global::PromptLayer.RunReportResponse5? Type616 { get; set; }
///
///
///
- public global::PromptLayer.GetReportResponseReport? Type617 { get; set; }
+ public global::PromptLayer.GetReportResponse? Type617 { get; set; }
///
///
///
- public global::PromptLayer.GetReportResponseStatus? Type618 { get; set; }
+ public global::PromptLayer.GetReportResponseReport? Type618 { get; set; }
///
///
///
- public global::PromptLayer.GetReportResponseStats? Type619 { get; set; }
+ public global::PromptLayer.GetReportResponseStatus? Type619 { get; set; }
///
///
///
- public global::PromptLayer.GetReportResponseStatsStatusCounts? Type620 { get; set; }
+ public global::PromptLayer.GetReportResponseStats? Type620 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type621 { get; set; }
+ public global::PromptLayer.GetReportResponseStatsStatusCounts? Type621 { get; set; }
///
///
///
- public global::PromptLayer.GetReportResponseReportColumn? Type622 { get; set; }
+ public global::System.Collections.Generic.IList? Type622 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponse? Type623 { get; set; }
+ public global::PromptLayer.GetReportResponseReportColumn? Type623 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScore? Type624 { get; set; }
+ public global::PromptLayer.GetReportScoreResponse? Type624 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScoreScoreType? Type625 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScore? Type625 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant1? Type626 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScoreScoreType? Type626 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2? Type627 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant1? Type627 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type628 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2? Type628 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2Column? Type629 { get; set; }
+ public global::System.Collections.Generic.IList? Type629 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant3? Type630 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant2Column? Type630 { get; set; }
///
///
///
- public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant4? Type631 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant3? Type631 { get; set; }
///
///
///
- public global::PromptLayer.ListDatasetsResponse? Type632 { get; set; }
+ public global::PromptLayer.GetReportScoreResponseScoreDetailsVariant4? Type632 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type633 { get; set; }
+ public global::PromptLayer.ListDatasetsResponse? Type633 { get; set; }
///
///
///
- public global::PromptLayer.ListEvaluationsResponse? Type634 { get; set; }
+ public global::System.Collections.Generic.IList? Type634 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type635 { get; set; }
+ public global::PromptLayer.ListEvaluationsResponse? Type635 { get; set; }
///
///
///
- public global::PromptLayer.AnyOf? Type636 { get; set; }
+ public global::System.Collections.Generic.IList? Type636 { get; set; }
///
///
///
- public global::PromptLayer.OneOf, object>? Type637 { get; set; }
+ public global::PromptLayer.AnyOf? Type637 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type638 { get; set; }
+ public global::PromptLayer.OneOf, object>? Type638 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant12? Type639 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type639 { get; set; }
///
///
///
- public global::PromptLayer.OneOf, object>? Type640 { get; set; }
+ public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant12? Type640 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type641 { get; set; }
+ public global::PromptLayer.OneOf, object>? Type641 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant14? Type642 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type642 { get; set; }
///
///
///
- public global::PromptLayer.ListWorkflowsResponse? Type643 { get; set; }
+ public global::PromptLayer.GetWorkflowVersionExecutionResultsResponseVariant14? Type643 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type644 { get; set; }
+ public global::PromptLayer.ListWorkflowsResponse? Type644 { get; set; }
///
///
///
- public global::PromptLayer.ListWorkflowsResponseItem? Type645 { get; set; }
+ public global::System.Collections.Generic.IList? Type645 { get; set; }
///
///
///
- public global::PromptLayer.ListWorkflowsResponse2? Type646 { get; set; }
+ public global::PromptLayer.ListWorkflowsResponseItem? Type646 { get; set; }
///
///
///
- public global::PromptLayer.ListWorkflowsResponse3? Type647 { get; set; }
+ public global::PromptLayer.ListWorkflowsResponse2? Type647 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowResponse? Type648 { get; set; }
+ public global::PromptLayer.ListWorkflowsResponse3? Type648 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type649 { get; set; }
+ public global::PromptLayer.GetWorkflowResponse? Type649 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowResponseNode? Type650 { get; set; }
+ public global::System.Collections.Generic.IList? Type650 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type651 { get; set; }
+ public global::PromptLayer.GetWorkflowResponseNode? Type651 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowResponseEdge? Type652 { get; set; }
+ public global::System.Collections.Generic.IList? Type652 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowLabelsResponse? Type653 { get; set; }
+ public global::PromptLayer.GetWorkflowResponseEdge? Type653 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type654 { get; set; }
+ public global::PromptLayer.GetWorkflowLabelsResponse? Type654 { get; set; }
///
///
///
- public global::PromptLayer.GetWorkflowLabelsResponseReleaseLabel? Type655 { get; set; }
+ public global::System.Collections.Generic.IList? Type655 { get; set; }
///
///
///
- public global::PromptLayer.AnyOf? Type656 { get; set; }
+ public global::PromptLayer.GetWorkflowLabelsResponseReleaseLabel? Type656 { get; set; }
///
///
///
- public global::PromptLayer.IngestOtlpTracesResponse2? Type657 { get; set; }
+ public global::PromptLayer.AnyOf? Type657 { get; set; }
///
///
///
- public global::PromptLayer.ListToolRegistriesResponse? Type658 { get; set; }
+ public global::PromptLayer.IngestOtlpTracesResponse2? Type658 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type659 { get; set; }
+ public global::PromptLayer.ListToolRegistriesResponse? Type659 { get; set; }
///
///
///
- public global::PromptLayer.ListToolRegistriesResponseToolRegistrie? Type660 { get; set; }
+ public global::System.Collections.Generic.IList? Type660 { get; set; }
///
///
///
- public global::PromptLayer.CreateToolRegistryResponse? Type661 { get; set; }
+ public global::PromptLayer.ListToolRegistriesResponseToolRegistrie? Type661 { get; set; }
///
///
///
- public global::PromptLayer.GetToolRegistryResponse? Type662 { get; set; }
+ public global::PromptLayer.CreateToolRegistryResponse? Type662 { get; set; }
///
///
///
- public global::PromptLayer.GetToolRegistryResponseToolRegistry? Type663 { get; set; }
+ public global::PromptLayer.GetToolRegistryResponse? Type663 { get; set; }
///
///
///
- public global::PromptLayer.CreateTableResponse? Type664 { get; set; }
+ public global::PromptLayer.GetToolRegistryResponseToolRegistry? Type664 { get; set; }
///
///
///
diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableRequest.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableRequest.g.cs
index 8eabdaf..d103fce 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableRequest.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableRequest.g.cs
@@ -20,6 +20,13 @@ public sealed partial class CreateTableRequest
[global::System.Text.Json.Serialization.JsonPropertyName("folder_id")]
public int? FolderId { get; set; }
+ ///
+ /// When true (default), creates Sheet 1 with a Column A text column and one empty row. When false, creates an empty table with no sheets.
+ /// Default Value: true
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("create_default_sheet")]
+ public bool? CreateDefaultSheet { get; set; }
+
///
/// Additional properties that are not explicitly defined in the schema
///
@@ -35,15 +42,21 @@ public sealed partial class CreateTableRequest
///
/// Folder to place the table in.
///
+ ///
+ /// When true (default), creates Sheet 1 with a Column A text column and one empty row. When false, creates an empty table with no sheets.
+ /// Default Value: true
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public CreateTableRequest(
string? title,
- int? folderId)
+ int? folderId,
+ bool? createDefaultSheet)
{
this.Title = title;
this.FolderId = folderId;
+ this.CreateDefaultSheet = createDefaultSheet;
}
///
diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableResponse.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableResponse.g.cs
index d3e4a24..45650f0 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableResponse.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.CreateTableResponse.g.cs
@@ -12,7 +12,8 @@ public sealed partial class CreateTableResponse
///
///
[global::System.Text.Json.Serialization.JsonPropertyName("success")]
- public bool? Success { get; set; }
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required bool Success { get; set; }
///
///
@@ -24,7 +25,14 @@ public sealed partial class CreateTableResponse
///
///
[global::System.Text.Json.Serialization.JsonPropertyName("table")]
- public global::PromptLayer.TableDetail? Table { get; set; }
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required global::PromptLayer.TableDetail Table { get; set; }
+
+ ///
+ /// The default sheet created when create_default_sheet is true. Omitted when create_default_sheet is false.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("default_sheet")]
+ public global::PromptLayer.Sheet? DefaultSheet { get; set; }
///
/// Additional properties that are not explicitly defined in the schema
@@ -36,19 +44,24 @@ public sealed partial class CreateTableResponse
/// Initializes a new instance of the class.
///
///
- ///
///
+ ///
+ ///
+ /// The default sheet created when create_default_sheet is true. Omitted when create_default_sheet is false.
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public CreateTableResponse(
- bool? success,
+ bool success,
+ global::PromptLayer.TableDetail table,
string? message,
- global::PromptLayer.TableDetail? table)
+ global::PromptLayer.Sheet? defaultSheet)
{
this.Success = success;
this.Message = message;
- this.Table = table;
+ this.Table = table ?? throw new global::System.ArgumentNullException(nameof(table));
+ this.DefaultSheet = defaultSheet;
}
///
diff --git a/src/libs/PromptLayer/Generated/PromptLayer.SmartTablesClient.CreateTable.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.SmartTablesClient.CreateTable.g.cs
index 9f654ec..9e2b68a 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.SmartTablesClient.CreateTable.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.SmartTablesClient.CreateTable.g.cs
@@ -43,7 +43,7 @@ partial void ProcessCreateTableResponseContent(
///
/// Create Table
- /// Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
+ /// Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -66,7 +66,7 @@ partial void ProcessCreateTableResponseContent(
}
///
/// Create Table
- /// Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
+ /// Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -583,7 +583,7 @@ partial void ProcessCreateTableResponseContent(
}
///
/// Create Table
- /// Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
+ /// Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
///
///
/// Table title. Defaults to a unique 'Untitled Table' name if omitted.
@@ -591,12 +591,17 @@ partial void ProcessCreateTableResponseContent(
///
/// Folder to place the table in.
///
+ ///
+ /// When true (default), creates Sheet 1 with a Column A text column and one empty row. When false, creates an empty table with no sheets.
+ /// Default Value: true
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
public async global::System.Threading.Tasks.Task CreateTableAsync(
string? title = default,
int? folderId = default,
+ bool? createDefaultSheet = default,
global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -604,6 +609,7 @@ partial void ProcessCreateTableResponseContent(
{
Title = title,
FolderId = folderId,
+ CreateDefaultSheet = createDefaultSheet,
};
return await CreateTableAsync(
diff --git a/src/libs/PromptLayer/Generated/autosdk.generated-examples.json b/src/libs/PromptLayer/Generated/autosdk.generated-examples.json
index ceb0edb..cd247b6 100644
--- a/src/libs/PromptLayer/Generated/autosdk.generated-examples.json
+++ b/src/libs/PromptLayer/Generated/autosdk.generated-examples.json
@@ -244,6 +244,17 @@
},
{
"Order": 23,
+ "Title": "Create Table",
+ "Slug": "create-table",
+ "Description": "Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.",
+ "Language": "csharp",
+ "Code": "using var client = PromptLayerClient.CreateFromEnvironment();\n\nvar request = global::System.Text.Json.JsonSerializer.Deserialize\u003Cglobal::PromptLayer.CreateTableRequest\u003E(\n @\u0022{\n \u0022\u0022title\u0022\u0022: \u0022\u0022Regression suite\u0022\u0022\n}\u0022)!;\n\nvar response = await client.SmartTables.CreateTableAsync(\n request: request\n);",
+ "Format": "sdk",
+ "OperationId": "create_table",
+ "Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
+ },
+ {
+ "Order": 24,
"Title": "Create Spans Bulk",
"Slug": "createspansbulk",
"Description": "Generated from OpenAPI examples.",
@@ -254,7 +265,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 24,
+ "Order": 25,
"Title": "Close Trace",
"Slug": "closetrace",
"Description": "Marks a trace as closed, preventing any further span ingestion for that trace. Once closed, subsequent calls to \u0060/spans-bulk\u0060 or \u0060/v1/traces\u0060 that include spans for this trace will have those spans rejected.",
@@ -265,7 +276,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 25,
+ "Order": 26,
"Title": "Get Request",
"Slug": "getrequest",
"Description": "Generated from OpenAPI examples.",
@@ -276,7 +287,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 26,
+ "Order": 27,
"Title": "Request Analytics",
"Slug": "getrequestanalytics",
"Description": "Generated from OpenAPI examples.",
@@ -287,7 +298,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 27,
+ "Order": 28,
"Title": "Request Analytics Custom Analytics",
"Slug": "getrequestanalyticscustomanalytics",
"Description": "Generated from OpenAPI examples.",
@@ -298,7 +309,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 28,
+ "Order": 29,
"Title": "Search Request Suggestions",
"Slug": "getrequestsearchsuggestions",
"Description": "Generated from OpenAPI examples.",
@@ -309,7 +320,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 29,
+ "Order": 30,
"Title": "Get Trace",
"Slug": "gettrace",
"Description": "Generated from OpenAPI examples.",
@@ -320,7 +331,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 30,
+ "Order": 31,
"Title": "Trace Analytics Custom Queries",
"Slug": "gettraceanalyticscustomanalytics",
"Description": "Generated from OpenAPI examples.",
@@ -331,7 +342,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 31,
+ "Order": 32,
"Title": "Search Request Logs",
"Slug": "searchrequestlogs",
"Description": "Generated from OpenAPI examples.",
@@ -342,7 +353,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 32,
+ "Order": 33,
"Title": "Create Workflow",
"Slug": "createworkflow",
"Description": "Generated from OpenAPI examples.",
@@ -353,7 +364,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 33,
+ "Order": 34,
"Title": "Get Agent",
"Slug": "getworkflow",
"Description": "Generated from OpenAPI examples.",
@@ -364,7 +375,7 @@
"Setup": "This example assumes \u0060using PromptLayer;\u0060 is in scope and a configured credential environment variable is set: \u0060PROMPTLAYER_API_KEY\u0060."
},
{
- "Order": 34,
+ "Order": 35,
"Title": "Patch Workflow",
"Slug": "patchworkflow",
"Description": "Generated from OpenAPI examples.",
@@ -375,7 +386,7 @@
"Setup": null
},
{
- "Order": 35,
+ "Order": 36,
"Title": "Run Workflow",
"Slug": "runworkflow",
"Description": "Generated from OpenAPI examples.",
diff --git a/src/libs/PromptLayer/openapi.json b/src/libs/PromptLayer/openapi.json
index 5fe3405..cc0dd67 100644
--- a/src/libs/PromptLayer/openapi.json
+++ b/src/libs/PromptLayer/openapi.json
@@ -9788,24 +9788,27 @@
"smart-tables"
],
"summary": "Create Table",
- "description": "Create a new Table. A default sheet with one text column is created automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.",
+ "description": "Create a new Table. By default, an empty Sheet 1 with a Column A text column and one empty row is created. Pass create_default_sheet: false to create a table without a default sheet. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.",
"operationId": "create_table",
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
- "type": "object",
- "properties": {
- "title": {
- "type": "string",
- "description": "Table title. Defaults to a unique 'Untitled Table' name if omitted.",
- "nullable": true
- },
- "folder_id": {
- "type": "integer",
- "description": "Folder to place the table in.",
- "nullable": true
+ "$ref": "#/components/schemas/CreateTableRequest"
+ },
+ "examples": {
+ "withDefaultSheet": {
+ "summary": "Create with default Sheet 1",
+ "value": {
+ "title": "Regression suite"
+ }
+ },
+ "withoutDefaultSheet": {
+ "summary": "Create without a default sheet",
+ "value": {
+ "title": "Regression suite",
+ "create_default_sheet": false
}
}
}
@@ -9814,22 +9817,11 @@
},
"responses": {
"201": {
- "description": "Table created",
+ "description": "Table created. When create_default_sheet is true (default), the response includes default_sheet and table.sheet_count is 1. When create_default_sheet is false, default_sheet is omitted and table.sheet_count is 0.",
"content": {
"application/json": {
"schema": {
- "type": "object",
- "properties": {
- "success": {
- "type": "boolean"
- },
- "message": {
- "type": "string"
- },
- "table": {
- "$ref": "#/components/schemas/TableDetail"
- }
- }
+ "$ref": "#/components/schemas/CreateTableResponse"
}
}
}
@@ -23372,6 +23364,54 @@
},
"additionalProperties": false
},
+ "CreateTableRequest": {
+ "type": "object",
+ "title": "CreateTableRequest",
+ "properties": {
+ "title": {
+ "type": "string",
+ "description": "Table title. Defaults to a unique 'Untitled Table' name if omitted.",
+ "nullable": true
+ },
+ "folder_id": {
+ "type": "integer",
+ "description": "Folder to place the table in.",
+ "nullable": true
+ },
+ "create_default_sheet": {
+ "type": "boolean",
+ "default": true,
+ "description": "When true (default), creates Sheet 1 with a Column A text column and one empty row. When false, creates an empty table with no sheets."
+ }
+ }
+ },
+ "CreateTableResponse": {
+ "type": "object",
+ "title": "CreateTableResponse",
+ "properties": {
+ "success": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": "string"
+ },
+ "table": {
+ "$ref": "#/components/schemas/TableDetail"
+ },
+ "default_sheet": {
+ "allOf": [
+ {
+ "$ref": "#/components/schemas/Sheet"
+ }
+ ],
+ "description": "The default sheet created when create_default_sheet is true. Omitted when create_default_sheet is false."
+ }
+ },
+ "required": [
+ "success",
+ "table"
+ ]
+ },
"CreateTableSheetOperationRequest": {
"type": "object",
"title": "CreateTableSheetOperationRequest",