setContext

fun setContext(context: LLMContext, interrupt: Boolean = false): Future<Unit, VoiceError>

Update the bot's LLM context.

Parameters

context

The new context

interrupt

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