Partager via


AggregatorPromptTemplateFactory(IPromptTemplateFactory[]) Constructor

Definition

Initializes the instance.

public AggregatorPromptTemplateFactory (params Microsoft.SemanticKernel.IPromptTemplateFactory[] promptTemplateFactories);
new Microsoft.SemanticKernel.AggregatorPromptTemplateFactory : Microsoft.SemanticKernel.IPromptTemplateFactory[] -> Microsoft.SemanticKernel.AggregatorPromptTemplateFactory
Public Sub New (ParamArray promptTemplateFactories As IPromptTemplateFactory())

Parameters

promptTemplateFactories
IPromptTemplateFactory[]

Ordered IPromptTemplateFactory instances to aggregate.

Applies to