AgentEndpointExtensions 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.
public static class AgentEndpointExtensions
type AgentEndpointExtensions = class
Public Module AgentEndpointExtensions
- Inheritance
-
AgentEndpointExtensions
Methods
| Name | Description |
|---|---|
| MapAgentApplicationEndpoints(IEndpointRouteBuilder, Boolean, String) |
This adds HTTP endpoints for all AgentApplications defined in the calling assembly. Each AgentApplication must have been added using AddAgent<TAgent>(IHostApplicationBuilder). |
| MapAgentEndpoints(WebApplication, Boolean, String, AgentEndpointExtensions.ProcessRequestDelegate<IAgentHttpAdapter,IAgent>) |
Maps Agent Activity Protocol endpoints. |
| MapAgentEndpoints<TAdapter,TAgent>(WebApplication, Boolean, String, AgentEndpointExtensions.ProcessRequestDelegate<TAdapter,TAgent>) |
Maps Agent Activity Protocol endpoints. |
| MapAgentEndpoints<TAgent>(WebApplication, Boolean, String, AgentEndpointExtensions.ProcessRequestDelegate<IAgentHttpAdapter,TAgent>) |
Maps Agent Activity Protocol endpoints. |
| MapAgentRootEndpoint(WebApplication) |
Maps the root endpoint ('/') of the web application to return the assembly name and version information for the Microsoft Agents SDK. |