ProjectsAgentsModelFactory.ToolboxSkillReference(String, String) Method

Definition

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.

Applies to