From b3ee3ce8e27301392441a5f32c442ba163929945 Mon Sep 17 00:00:00 2001 From: inverted_capital Date: Fri, 26 Jan 2024 13:15:50 +1300 Subject: [PATCH] change path to name of help --- helps/goalie.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helps/goalie.json b/helps/goalie.json index e61f15a8ebee..d497573b6e08 100644 --- a/helps/goalie.json +++ b/helps/goalie.json @@ -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." ],