Interface PromptTemplateSubstitutionRequest.Builder
- Enclosing class:
PromptTemplateSubstitutionRequest
public static interface PromptTemplateSubstitutionRequest.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioninputParams(Object inputParams) Set the inputParams of thisPromptTemplateSubstitutionRequestinstance.
-
Method Details
-
inputParams
Set the inputParams of thisPromptTemplateSubstitutionRequestinstance.- Parameters:
inputParams- The inputParams of thisPromptTemplateSubstitutionRequest- Returns:
- The PromptTemplateSubstitutionRequest instance.
-