Table of Contents

Interface IMiddlewareAgent<T>

Namespace
AutoGen.Core
Assembly
AutoGen.Core.dll
public interface IMiddlewareAgent<out T> : IMiddlewareAgent, IAgent, IAgentMetaInformation where T : IAgent

Type Parameters

T
Inherited Members
Extension Methods

Properties

TAgent

Get the typed inner agent.

T TAgent { get; }

Property Value

T