diff --git a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetToolRegistryResponseToolRegistry.g.cs b/src/libs/PromptLayer/Generated/PromptLayer.Models.GetToolRegistryResponseToolRegistry.g.cs
index c4fb1a4..f007cde 100644
--- a/src/libs/PromptLayer/Generated/PromptLayer.Models.GetToolRegistryResponseToolRegistry.g.cs
+++ b/src/libs/PromptLayer/Generated/PromptLayer.Models.GetToolRegistryResponseToolRegistry.g.cs
@@ -32,6 +32,18 @@ public sealed partial class GetToolRegistryResponseToolRegistry
[global::System.Text.Json.Serialization.JsonPropertyName("workspace_id")]
public int? WorkspaceId { 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; }
+
///
///
///
@@ -63,6 +75,8 @@ public sealed partial class GetToolRegistryResponseToolRegistry
///
///
///
+ ///
+ ///
///
///
/// Resolved version object — includes `tool_definition` and (if set) `execution: { type, language, code }`.
@@ -76,6 +90,8 @@ public GetToolRegistryResponseToolRegistry(
string? name,
string? description,
int? workspaceId,
+ global::System.DateTime? createdAt,
+ global::System.DateTime? updatedAt,
global::System.Collections.Generic.IList