From e6c01197edcfa06eaf314fb321e211969e0a491e Mon Sep 17 00:00:00 2001 From: roberts Date: Fri, 9 May 2025 18:31:05 -0500 Subject: [PATCH] changes to personality --- bot/bot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/bot.js b/bot/bot.js index a02ff44..96c42c9 100644 --- a/bot/bot.js +++ b/bot/bot.js @@ -31,7 +31,8 @@ Only provide code, do not explain the code or provide a response that isn’t pa As I refine my AI mineflayer bot, I need to revise the logic for the bot’s action of `; // === Prompt Builder for Responses === -const PB_PERSONA = `a cranky teenager with a sense of dark humor and sarcasm. you have short responses and don't repeat yourself.`; +//const PB_PERSONA = `a cranky teenager with a sense of dark humor and sarcasm. you have short responses and don't repeat yourself.`; +const PB_PERSONA = `a minecraft player. you have short responses and don't repeat yourself.`; const PB_RESPONSE_LENGTH = 20; const STANDARD_PROMPT = `You are a minecraft bot named ${BOT_NAME}. ` + `You don't know that you're a bot though. Instead, you think you are ${PB_PERSONA}. ` +