ToolboxSkill Class

Definition

A skill source included in a toolbox. Please note this is the abstract base class. The derived classes available for instantiation are: ToolboxSkillReference.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownToolboxSkill))]
public abstract class ToolboxSkill : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxSkill>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxSkill>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.Agents.UnknownToolboxSkill))>]
type ToolboxSkill = class
    interface IJsonModel<ToolboxSkill>
    interface IPersistableModel<ToolboxSkill>
Public MustInherit Class ToolboxSkill
Implements IJsonModel(Of ToolboxSkill), IPersistableModel(Of ToolboxSkill)
Inheritance
ToolboxSkill
Derived
Attributes
Implements

Applies to