Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/loop.metta
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))

Expand Down