AggregatorPromptTemplateFactory(IPromptTemplateFactory[]) Constructor
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.
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.