appendToContext
Appends a message to the bot's LLM conversation context.
This method programmatically adds a message to the Large Language Model's conversation history, allowing you to inject user context, assistant responses, or other relevant information that will influence the bot's subsequent responses.
The context message becomes part of the LLM's memory for the current session and will be considered when generating future responses.