Package ai.picovoice.picollm
Class GemmaChatDialog.Builder
- java.lang.Object
-
- ai.picovoice.picollm.PicoLLMDialog.Builder
-
- ai.picovoice.picollm.GemmaChatDialog.Builder
-
- Enclosing class:
- GemmaChatDialog
public static class GemmaChatDialog.Builder extends PicoLLMDialog.Builder
Builder class for constructing GemmaChatDialog instances.
-
-
Field Summary
-
Fields inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
history, system
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GemmaChatDialogbuild()Builds a new instance of GemmaChatDialog based on the configured settings.-
Methods inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
setHistory, setSystem
-
-
-
-
Method Detail
-
build
public GemmaChatDialog build()
Builds a new instance of GemmaChatDialog based on the configured settings.- Overrides:
buildin classPicoLLMDialog.Builder- Returns:
- A new instance of GemmaChatDialog.
-
-