ProjectsAgentsModelFactory.ToolboxSkill(String) Method

Definition

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

public static Azure.AI.Projects.Agents.ToolboxSkill ToolboxSkill(string type = default);
static member ToolboxSkill : string -> Azure.AI.Projects.Agents.ToolboxSkill
Public Shared Function ToolboxSkill (Optional type As String = Nothing) As ToolboxSkill

Parameters

type
String

The type of skill source.

Returns

A new ToolboxSkill instance for mocking.

Applies to