set_languages
set_languages
Replace all language configurations at once with a list of raw language dictionaries.
To let the caller switch languages mid-call instead, use
set_multilingual();
the two are mutually exclusive.
Parameters
languages
List of language configuration dictionaries. Each dictionary should include name,
code, and voice keys, and optionally engine, model, speech_fillers,
and function_fillers.
Returns
AgentBase — Returns self for method chaining.