IPromptTemplateFactory Interface
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.
Represents a factory for prompt templates for one or more prompt template formats.
public interface IPromptTemplateFactory
type IPromptTemplateFactory = interface
Public Interface IPromptTemplateFactory
- Derived
Methods
TryCreate(PromptTemplateConfig, IPromptTemplate) |
Creates an instance of IPromptTemplate from a PromptTemplateConfig. |
Extension Methods
Create(IPromptTemplateFactory, PromptTemplateConfig) |
Creates an instance of IPromptTemplate from a PromptTemplateConfig. |