ProjectsAgentsModelFactory.AgentIdentity(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 AgentIdentity.
public static Azure.AI.Projects.Agents.AgentIdentity AgentIdentity(string principalId = default, string clientId = default);
static member AgentIdentity : string * string -> Azure.AI.Projects.Agents.AgentIdentity
Public Shared Function AgentIdentity (Optional principalId As String = Nothing, Optional clientId As String = Nothing) As AgentIdentity
Parameters
- principalId
- String
The principal ID of the agent instance.
- clientId
- String
The client ID of the agent instance. Also referred to as the instance ID.
Returns
A new AgentIdentity instance for mocking.