addInternalFiller
Add filler phrases spoken while a specific SWAIG function is executing. The AI randomly selects from the list each time the function is invoked.
Parameters
functionName
Name of the SWAIG function these fillers apply to (e.g., "next_step", "check_time").
languageCode
BCP-47 language code (e.g., "en-US", "es", "fr").
fillers
Array of filler phrases for this function and language.
Returns
AgentBase — Returns this for method chaining.