Skip to main content

internal_fillers

An array of objects that define language-specific filler phrases for internal SWAIG functions. These fillers help break silence between responses and are played asynchronously during the function call.

NameTypeDefaultDescription
internal_fillersOptionalobject[]-An array of objects containing language-specific filler phrases for internal SWAIG functions.

Internal Functions

NameTypeDescription
get_visual_inputOptionalobjectFiller phrases for when the AI Agent is running the get_visual_input function.

Example

internal_fillers:
get_visual_input:
default:
- 'Analyzing visual input, please wait.'
- 'I am scanning my surroundings for data, this won''t take long.'