diff --git a/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.CancelTableSheetScorecard.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.CancelTableSheetScorecard.g.cs
new file mode 100644
index 0000000..17ac174
--- /dev/null
+++ b/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.CancelTableSheetScorecard.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace PromptLayer
+{
+ public partial interface ITablesClient
+ {
+ ///
+ /// Cancel Table Sheet Scorecard
+ /// Cancel active queued or running scorecard work for a table sheet.
+ ///
+ ///
+ ///
+ ///
+ /// 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 CancelTableSheetScorecardAsync(
+ global::System.Guid tableId,
+ global::System.Guid sheetId,
+
+ global::PromptLayer.CancelTableSheetScorecardRequest request,
+ global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// Cancel Table Sheet Scorecard
+ /// Cancel active queued or running scorecard work for a table sheet.
+ ///
+ ///
+ ///
+ ///
+ /// 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> CancelTableSheetScorecardAsResponseAsync(
+ global::System.Guid tableId,
+ global::System.Guid sheetId,
+
+ global::PromptLayer.CancelTableSheetScorecardRequest request,
+ global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// Cancel Table Sheet Scorecard
+ /// Cancel active queued or running scorecard work for a table sheet.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// 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 CancelTableSheetScorecardAsync(
+ global::System.Guid tableId,
+ global::System.Guid sheetId,
+ global::System.Collections.Generic.IList? rowIndices = default,
+ global::System.Collections.Generic.IList? stepIds = default,
+ global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ }
+}
\ No newline at end of file
diff --git a/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs
new file mode 100644
index 0000000..43c0665
--- /dev/null
+++ b/src/libs/PromptLayer/Generated/PromptLayer.ITablesClient.ConfigureTableSheetScorecard.g.cs
@@ -0,0 +1,72 @@
+#nullable enable
+
+namespace PromptLayer
+{
+ public partial interface ITablesClient
+ {
+ ///
+ /// Configure Table Sheet Scorecard
+ /// Create or update the active scorecard for a table sheet.
+ ///
+ ///
+ ///
+ ///
+ /// 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 ConfigureTableSheetScorecardAsync(
+ global::System.Guid tableId,
+ global::System.Guid sheetId,
+
+ global::PromptLayer.ConfigureTableSheetScorecardRequest request,
+ global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// Configure Table Sheet Scorecard
+ /// Create or update the active scorecard for a table sheet.
+ ///
+ ///
+ ///
+ ///
+ /// 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> ConfigureTableSheetScorecardAsResponseAsync(
+ global::System.Guid tableId,
+ global::System.Guid sheetId,
+
+ global::PromptLayer.ConfigureTableSheetScorecardRequest request,
+ global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
+ global::System.Threading.CancellationToken cancellationToken = default);
+ ///
+ /// Configure Table Sheet Scorecard
+ /// Create or update the active scorecard for a table sheet.
+ ///
+ ///
+ ///
+ ///
+ ///
+ /// Default Value: []
+ ///
+ ///
+ /// Default Value: []
+ ///
+ ///
+ ///
+ ///
+ /// 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 ConfigureTableSheetScorecardAsync(
+ global::System.Guid tableId,
+ global::System.Guid sheetId,
+ string name,
+ object aggregation,
+ global::System.Collections.Generic.IList? evaluatedColumnIds = default,
+ global::System.Collections.Generic.IList