ToolboxSkillReference 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 reference to an existing skill to include in a toolbox.
public class ToolboxSkillReference : Azure.AI.Projects.Agents.ToolboxSkill, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.ToolboxSkillReference>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.ToolboxSkillReference>
type ToolboxSkillReference = class
inherit ToolboxSkill
interface IJsonModel<ToolboxSkillReference>
interface IPersistableModel<ToolboxSkillReference>
Public Class ToolboxSkillReference
Inherits ToolboxSkill
Implements IJsonModel(Of ToolboxSkillReference), IPersistableModel(Of ToolboxSkillReference)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ToolboxSkillReference(String) |
Initializes a new instance of ToolboxSkillReference. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the skill. |
| Version |
The version of the skill. If not specified, the skill's default version is used. When a version is specified, the reference is pinned to that immutable version. |