ProjectsAgentsModelFactory.AgentBlueprintReference(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 AgentBlueprintReference. Please note this is the abstract base class. The derived classes available for instantiation are: ManagedAgentIdentityBlueprintReference.
public static Azure.AI.Projects.Agents.AgentBlueprintReference AgentBlueprintReference(string type = default);
static member AgentBlueprintReference : string -> Azure.AI.Projects.Agents.AgentBlueprintReference
Public Shared Function AgentBlueprintReference (Optional type As String = Nothing) As AgentBlueprintReference
Parameters
- type
- String
Returns
A new AgentBlueprintReference instance for mocking.