Share via


AIAgentInvocation(AIAgent) Constructor

Definition

Provides an implementation of agent invocation using the Microsoft Agents AI framework.

public AIAgentInvocation(Microsoft.Agents.AI.AIAgent agent);
new Azure.AI.AgentServer.AgentFramework.AIAgentInvocation : Microsoft.Agents.AI.AIAgent -> Azure.AI.AgentServer.AgentFramework.AIAgentInvocation
Public Sub New (agent As AIAgent)

Parameters

agent
AIAgent

The AI agent to invoke.

Applies to