Interface PromptTemplate
-
public interface PromptTemplateInterface for prompt template
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPromptTemplate.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ParameterView>getParameters()Get the list of parameters required by the template, using configuration and template inforeactor.core.publisher.Mono<String>renderAsync(SKContext executionContext)Render the template using the information in the context
-
-
-
Method Detail
-
getParameters
List<ParameterView> getParameters()
Get the list of parameters required by the template, using configuration and template info- Returns:
- List of parameters
-
-