.then()
.
If the bot is unable to process the action, it will trigger the onMessageError
callback and MessageError
event.
llm:get_context
Retrieve LLM context from bot. Returns Promise<LLMContext>
llm:set_context
Replaces the current LLM context with the provided one. Returns Promise<boolean>
.
llm:append_to_messages
Append a new message to the existing context. Returns Promise<boolean>
.