public interface PromptTemplateFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
PromptTemplateFactory.Input
Interface for input for the factory.
|
static interface |
PromptTemplateFactory.Template
Interface for a prompt template.
|
Modifier and Type | Method and Description |
---|---|
PromptTemplateFactory.Template |
create(PromptTemplateFactory.Input input)
Create a new prompt template.
|
PromptTemplateFactory.Template create(PromptTemplateFactory.Input input)
input
- the input to the factory.Copyright © 2024. All rights reserved.