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.
Updating Configuration
You can update the persona configuration after initialization using setPersonaConfig
:
To check the current configuration:
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.