set_internal_fillers
set_internal_fillers
Set filler phrases for native SWAIG functions. Internal fillers are phrases the AI
speaks while executing built-in functions like check_time, next_step, or
wait_for_user. They prevent silence during processing and make the conversation
feel more natural.
Parameters
internal_fillers
Nested dictionary mapping function names to language-specific filler phrases.
Format: {"function_name": {"language_code": ["phrase1", "phrase2"]}}.
Returns
AgentBase — Returns self for method chaining.