Skip to content

Commit b346429

Browse files
author
prima
committed
feat: Enabled hint for send_message action when using char names
1 parent c83912d commit b346429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

klite.embd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26961,9 +26961,9 @@ let checkFinalThoughtsPrompt = `Action: {"command":{"name":"thought","args":{"me
2696126961
if (i === 0)
2696226962
{
2696326963
let planningPrompt = "The last action from the user is the instruction. If you need to ask the user for a response, the action ask_user must be used and be put as the final action in the order. Produces a list of actions to respond to this instruction."
26964-
// if (localsettings.inject_chatnames_instruct) {
26965-
// planningPrompt += ` You must respond as ${localsettings.chatopponent} when using the send_message or ask_user actions.`
26966-
// }
26964+
if (localsettings.inject_chatnames_instruct) {
26965+
planningPrompt += ` You must respond as ${localsettings.chatopponent} when using the send_message or ask_user actions.`
26966+
}
2696726967
promptOverview = planningPrompt
2696826968
}
2696926969

0 commit comments

Comments
 (0)