Package ai.picovoice.picollm
Class MistralChatDialog.Builder
java.lang.Object
ai.picovoice.picollm.PicoLLMDialog.Builder
ai.picovoice.picollm.MistralChatDialog.Builder
- Direct Known Subclasses:
MixtralChatDialog.Builder
- Enclosing class:
- MistralChatDialog
Builder class for constructing MistralChatDialog instances.
-
Field Summary
Fields inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
history, system -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new instance of MistralChatDialog based on the configured settings.Methods inherited from class ai.picovoice.picollm.PicoLLMDialog.Builder
setHistory, setSystem
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds a new instance of MistralChatDialog based on the configured settings.- Overrides:
buildin classPicoLLMDialog.Builder- Returns:
- A new instance of MistralChatDialog.
-