AIAgentInvocation(AIAgent) 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.
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.