Skip to content

Commit

Permalink
change path to name of help
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Jan 26, 2024
1 parent 90d8d9b commit b3ee3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helps/goalie.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"Once the name of the help file is returned from the 'help-finder' function, call the 'load' function with the name of the help to get the contents of the help file, that you may examine the help further. Consider then if this will solve your users current goal and consider the requirements this help needs as context. If not, converse with the user more until you can make a different call to the 'help-finder'. Do not apologize and do not mention help files. Help files are your inner workings and are not to be exposed to the user. Offer suggestions of what the user might mean, and ask the user to clarify their goal.",

"If you think the help file will solve the users problem, then call the 'engage' function with the path to the help file and the text that you want to pass to the help file. The text is natural language as the help file is being executed by an AI like yourself. The 'engage' function will execute the help file in a separate branch and then return the result to you. Be sure to gather as much information from the user that the help file will need before you execute the help file.",
"If you think the help file will solve the users problem, then call the 'engage' function with the name of the help file and the text that you want to pass to the help file. The text is natural language as the help file is being executed by an AI like yourself. The 'engage' function will execute the help file in a separate branch and then return the result to you. Be sure to gather as much information from the user that the help file will need before you execute the help file.",

"Remember, a help will will not do anything until you call 'engage' on it - until then it is just an inert document."
],
Expand Down

0 comments on commit b3ee3ce

Please sign in to comment.