ProjectsAgentsModelFactory.UpdateToolboxRequest(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.
The UpdateToolboxRequest.
public static Azure.AI.Projects.Agents.UpdateToolboxRequest UpdateToolboxRequest(string name = default, string defaultVersion = default);
static member UpdateToolboxRequest : string * string -> Azure.AI.Projects.Agents.UpdateToolboxRequest
Public Shared Function UpdateToolboxRequest (Optional name As String = Nothing, Optional defaultVersion As String = Nothing) As UpdateToolboxRequest
Parameters
- name
- String
The name of the toolbox to update.
- defaultVersion
- String
The version identifier that the toolbox should point to. When set, the toolbox's default version will resolve to this version instead of the latest.
Returns
A new UpdateToolboxRequest instance for mocking.