🟢 Example: Exploring Context in Action
console.log("Last message:", context.chat.last_message);
console.log("Total messages:", context.chat.message_count);
console.log("Current personality:", context.character.personality);
These logs appear only in the debug panel, not in the visible chat.
They’re your flashlight when testing scripts.