ToolboxSkill Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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