Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions src/libs/Dust/Generated/Dust.Models.Skill.g.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

#pragma warning disable CS0618 // Type or member is obsolete

#nullable enable

namespace Dust
Expand Down Expand Up @@ -121,26 +119,12 @@ public sealed partial class Skill
[global::System.Text.Json.Serialization.JsonPropertyName("canWrite")]
public bool? CanWrite { get; set; }

/// <summary>
/// Deprecated compatibility field. Always false.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("isExtendable")]
[global::System.Obsolete("This property marked as deprecated.")]
public bool? IsExtendable { get; set; }

/// <summary>
/// Whether this skill is enabled by default
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("isDefault")]
public bool? IsDefault { get; set; }

/// <summary>
/// Deprecated compatibility field. Always null.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("extendedSkillId")]
[global::System.Obsolete("This property marked as deprecated.")]
public string? ExtendedSkillId { get; set; }

/// <summary>
/// Instructions used by the agent when running the skill
/// </summary>
Expand Down
11 changes: 0 additions & 11 deletions src/libs/Dust/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down