ProjectsAgentsModelFactory.ToolboxSkillReference(String, String) Method
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 static Azure.AI.Projects.Agents.ToolboxSkillReference ToolboxSkillReference(string name = default, string version = default);
static member ToolboxSkillReference : string * string -> Azure.AI.Projects.Agents.ToolboxSkillReference
Public Shared Function ToolboxSkillReference (Optional name As String = Nothing, Optional version As String = Nothing) As ToolboxSkillReference
Parameters
- name
- String
The name of the skill.
- version
- String
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.
Returns
A new ToolboxSkillReference instance for mocking.