Table of Contents

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

WebApplicationBuilder

MapAgentService(WebApplication, bool, bool)

public static WebApplication MapAgentService(this WebApplication app, bool local = false, bool useGrpc = true)

Parameters

app WebApplication
local bool
useGrpc bool

Returns

WebApplication