Session Configuration
Additional configuration options for the Anam client
Client Configuration
When initializing the Anam client, you can provide various configuration options to customize its behavior.
Disabling Brains
You can turn off the Anam LLM by setting the disableBrains
option to true
. When disabled, the persona will only respond to talk
commands and won’t process voice input:
To learn more about how to use your own custom intelligence, see our Custom Brains guide.
Disabling Filler Phrases
To turn off the use of filler phrases by the persona:
The option disableFillerPhrases
has no effect if disableBrains
is set to true
.
Updating Configuration
You can update the persona configuration after initialization using setPersonaConfig
:
To check the current configuration:
Session Options
Session options allow you to fine-tune the behavior of your Anam sessions. These can be passed during client initialization:
Available Options
Option | Sub-option | Type | Description | Status |
---|---|---|---|---|
voiceDetection | endOfSpeechSensitivity | number | Adjusts the sensitivity of the end-of-speech detection | Coming soon |
Next Steps
Listening for Events
Session events let you respond to changes in the session state. Learn how you can listen for events and trigger custom logic.
Was this page helpful?