ProjectsAgentsModelFactory.ToolboxSkill(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 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.