AgentIdentifier(String) Constructor
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.
Initializes a new instance of AgentIdentifier.
public AgentIdentifier(string agentName);
new Azure.AI.Projects.Agents.AgentIdentifier : string -> Azure.AI.Projects.Agents.AgentIdentifier
Public Sub New (agentName As String)
Parameters
- agentName
- String
Registered Foundry agent name (required).
Exceptions
agentName is null.