PromptTemplate Interface
public interface PromptTemplate
Represents a prompt template that can be rendered to a string.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract reactor.core.publisher.Mono<java.lang.String> |
renderAsync(Kernel kernel, KernelFunctionArguments arguments, InvocationContext context)
Renders the template using the supplied |
Method Details
renderAsync
public abstract Mono
Renders the template using the supplied Kernel, KernelFunctionArguments, and InvocationContext.
Parameters:
Returns: