diff --git a/src/loop.metta b/src/loop.metta index 677fb5b..d5e21bd 100644 --- a/src/loop.metta +++ b/src/loop.metta @@ -22,7 +22,7 @@ (= (getContext) (string-safe (py-str ("PROMPT: " (getPrompt) " SKILLS: " (getSkills) - " OUTPUT_FORMAT: Output a ((skillName1 args1) (skillName2 args2) (skillName3 args3) (skillName4 args4) (skillName5 args5)) S-expression of up to 5 sexpr commands, double-check the parentheses it must be (cmd1 ... cmdn)!" + " OUTPUT_FORMAT: Output a ((skillName1 args1) (skillName2 args2) (skillName3 args3) (skillName4 args4) (skillName5 args5) (skillName6 args6) (skillName7 args7) (skillName8 args8)) S-expression of up to 8 sexpr commands, double-check the parentheses it must be (cmd1 ... cmdn)! Maximal 3 query commands. Maximal 3 shell commands. Pin, etc. can be used freely." " each arg is an explicit string hence needs quotes, and variables are forbidden!" " LAST_SKILL_USE_RESULTS: " (last_chars (get-state &lastresults) (maxFeedback)) " HISTORY: " (getHistory) " TIME: " (get_time_as_string)))))