AIAgentExtensions Class
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 extension methods for running AI agents in the agent server framework.
public static class AIAgentExtensions
type AIAgentExtensions = class
Public Module AIAgentExtensions
- Inheritance
-
AIAgentExtensions
Methods
| Name | Description |
|---|---|
| RunAIAgentAsync(AIAgent, ILoggerFactory, String) |
Runs an AI agent asynchronously with an optional logger factory. |
| RunAIAgentAsync(AIAgent, IServiceProvider, String) |
Runs an AI agent asynchronously using the provided service provider. |
| RunAIAgentAsync(IServiceProvider, AIAgent, String) |
Runs an AI agent asynchronously using the service provider's dependencies. |