Interface PromptTemplateSpec.Builder
- Enclosing class:
PromptTemplateSpec
public static interface PromptTemplateSpec.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault PromptTemplateSpectemplate(PromptTemplate... template) Set the template of thisPromptTemplateSpecinstance.template(List<PromptTemplate> template) Set the template of thisPromptTemplateSpecinstance.
-
Method Details
-
template
Set the template of thisPromptTemplateSpecinstance.- Parameters:
template- The template of thisPromptTemplateSpec- Returns:
- The PromptTemplateSpec instance.
-
template
Set the template of thisPromptTemplateSpecinstance.- Parameters:
template- The template of thisPromptTemplateSpec- Returns:
- The PromptTemplateSpec instance.
-