Class AgentWorkerHostingExtensions
- Namespace
- Microsoft.AutoGen.RuntimeGateway.Grpc
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
public static class AgentWorkerHostingExtensions
- Inheritance
-
AgentWorkerHostingExtensions
- Inherited Members
Methods
AddAgentService(WebApplicationBuilder)
public static WebApplicationBuilder AddAgentService(this WebApplicationBuilder builder)
Parameters
builder
WebApplicationBuilder
Returns
MapAgentService(WebApplication, bool, bool)
public static WebApplication MapAgentService(this WebApplication app, bool local = false, bool useGrpc = true)
Parameters
app
WebApplicationlocal
booluseGrpc
bool