run

fun run(interrupt: Boolean = false): Future<Unit, VoiceError>

Run the bot's current LLM context.

Useful when appending messages to the context without runImmediately set to true.

Will do nothing if the bot is not in the ready state.

Parameters

interrupt

boolean - Whether to interrupt the bot, or wait until it has finished speaking