tts:say
- Speak a message using text-to-speech.tts:interrupt
- Interrupt the current text-to-speech message.llm:append_to_messages
- Append a context to the current LLM messages.describeActions
method on the RTVI client.
service
- The service that the action belongs to.action
- The name of the action, as defined by the bot.arguments
- An array of argument objects that the action accepts.error-response
typed message with the same unique ID assigned by the client, triggering a rejection.
You can handle error responses in multiple ways:
onMessageError
callbackMessageError
eventRTVIActionResponse
:
RTVIActionResponse
object, which contains a result
property with any associated data.