diff --git a/src/libs/Dust/Generated/Dust.Models.Skill.g.cs b/src/libs/Dust/Generated/Dust.Models.Skill.g.cs index 8da1c38..cf25237 100644 --- a/src/libs/Dust/Generated/Dust.Models.Skill.g.cs +++ b/src/libs/Dust/Generated/Dust.Models.Skill.g.cs @@ -1,6 +1,4 @@ -#pragma warning disable CS0618 // Type or member is obsolete - #nullable enable namespace Dust @@ -121,26 +119,12 @@ public sealed partial class Skill [global::System.Text.Json.Serialization.JsonPropertyName("canWrite")] public bool? CanWrite { get; set; } - /// - /// Deprecated compatibility field. Always false. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("isExtendable")] - [global::System.Obsolete("This property marked as deprecated.")] - public bool? IsExtendable { get; set; } - /// /// Whether this skill is enabled by default /// [global::System.Text.Json.Serialization.JsonPropertyName("isDefault")] public bool? IsDefault { get; set; } - /// - /// Deprecated compatibility field. Always null. - /// - [global::System.Text.Json.Serialization.JsonPropertyName("extendedSkillId")] - [global::System.Obsolete("This property marked as deprecated.")] - public string? ExtendedSkillId { get; set; } - /// /// Instructions used by the agent when running the skill /// diff --git a/src/libs/Dust/openapi.yaml b/src/libs/Dust/openapi.yaml index cd27f7e..86c3c7a 100644 --- a/src/libs/Dust/openapi.yaml +++ b/src/libs/Dust/openapi.yaml @@ -13784,21 +13784,10 @@ "type": "boolean", "description": "Whether the authenticated actor can edit the skill" }, - "isExtendable": { - "type": "boolean", - "deprecated": true, - "description": "Deprecated compatibility field. Always false." - }, "isDefault": { "type": "boolean", "description": "Whether this skill is enabled by default" }, - "extendedSkillId": { - "type": "string", - "nullable": true, - "deprecated": true, - "description": "Deprecated compatibility field. Always null." - }, "instructions": { "type": "string", "nullable": true,