Package ai.picovoice.picollm
Class Phi35ChatDialog.Builder
- java.lang.Object
-
- ai.picovoice.picollm.PicoLLMDialog.Builder
-
- ai.picovoice.picollm.Phi35ChatDialog.Builder
-
- Enclosing class:
- Phi35ChatDialog
public static class Phi35ChatDialog.Builder extends PicoLLMDialog.Builder
Builder class for constructing Phi35ChatDialog 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 Phi35ChatDialogbuild()Builds a new instance of Phi35ChatDialog based on the configured settings.-
Methods inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
setHistory, setSystem
-
-
-
-
Method Detail
-
build
public Phi35ChatDialog build()
Builds a new instance of Phi35ChatDialog based on the configured settings.- Overrides:
buildin classPicoLLMDialog.Builder- Returns:
- A new instance of Phi35ChatDialog.
-
-