Skip to content

Commit 1e63e96

Browse files
author
prima
committed
feat: Tweak to the world info prompt to reduce its usage to be more focused
1 parent f4a3e33 commit 1e63e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klite.embd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25880,7 +25880,7 @@ else
2588025880
},
2588125881
{
2588225882
"name": "overwrite_world_information",
25883-
"description": "Overwrites an entry describing an entity. The information is stored under a unique identifier. This information is included when certain keywords are mentioned. Limit this to key information and overwrite unique identifiers if needed.",
25883+
"description": "Overwrites an entry describing an entity. The information is stored under a unique identifier. This information is included when certain keywords are mentioned. This does not show the information to the user.",
2588425884
"args": {
2588525885
"uniqueIdentifier": "<unique identifier (such as a characters name, location etc)>",
2588625886
"text": "<descriptive text which by itself provides all needed information to define the entity>",
@@ -26737,7 +26737,7 @@ let checkFinalThoughtsPrompt = `Action: {"command":{"name":"thought","args":{"me
2673726737
let getFinalAgentPrompt = (commands, currentOrderOfActions, objectiveForCurrentAction, initialPrompt) => {
2673826738
let state = getDocumentFromTextDB('State')
2673926739
let prompt = []
26740-
26740+
2674126741
let sysPrompt = !!localsettings.instruct_sysprompt ? `${localsettings.instruct_sysprompt}` : `You are a decision making action AI that evaluates thoughts and takes concise, purposeful actions which lead to a response to the user.`
2674226742
prompt.push(`System prompt: ${sysPrompt}`)
2674326743

0 commit comments

Comments
 (0)