AgentExecutor(String, FormulaSession, ResponseAgentProvider) 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.
Base class for agent invokcation.
protected AgentExecutor(string id, Microsoft.Agents.AI.Workflows.Declarative.Kit.FormulaSession session, Microsoft.Agents.AI.Workflows.Declarative.ResponseAgentProvider agentProvider);
new Microsoft.Agents.AI.Workflows.Declarative.Kit.AgentExecutor : string * Microsoft.Agents.AI.Workflows.Declarative.Kit.FormulaSession * Microsoft.Agents.AI.Workflows.Declarative.ResponseAgentProvider -> Microsoft.Agents.AI.Workflows.Declarative.Kit.AgentExecutor
Protected Sub New (id As String, session As FormulaSession, agentProvider As ResponseAgentProvider)
Parameters
- id
- String
The executor id
- session
- FormulaSession
Session to support formula expressions.
- agentProvider
- ResponseAgentProvider
Provider for accessing and manipulating agents and conversations.