Uses of Class
io.github.amithkoujalgi.ollama4j.core.utils.PromptBuilder
-
Packages that use PromptBuilder Package Description io.github.amithkoujalgi.ollama4j.core.utils -
-
Uses of PromptBuilder in io.github.amithkoujalgi.ollama4j.core.utils
Methods in io.github.amithkoujalgi.ollama4j.core.utils that return PromptBuilder Modifier and Type Method Description PromptBuilderPromptBuilder. add(String text)Appends the specified text to the prompt.PromptBuilderPromptBuilder. addLine(String text)Appends the specified text followed by a newline character to the prompt.PromptBuilderPromptBuilder. addSeparator()Appends a separator line to the prompt.
-