ProjectsAgentsModelFactory.ToolboxRecord(String, 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 toolbox that stores reusable tool definitions for agents.
public static Azure.AI.Projects.Agents.ToolboxRecord ToolboxRecord(string id = default, string name = default, string defaultVersion = default);
static member ToolboxRecord : string * string * string -> Azure.AI.Projects.Agents.ToolboxRecord
Public Shared Function ToolboxRecord (Optional id As String = Nothing, Optional name As String = Nothing, Optional defaultVersion As String = Nothing) As ToolboxRecord
Parameters
- id
- String
The unique identifier of the toolbox.
- name
- String
The name of the toolbox.
- defaultVersion
- String
The version identifier that the toolbox currently points to. Defaults to the latest version. Can be changed via updateToolbox.
Returns
A new ToolboxRecord instance for mocking.