You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,6 +36,7 @@ Make sure the last question ends with ">>".
36
36
- If you get any errors when trying to use a tool that does not seem related to missing parameters, try again
37
37
- If you cannot get the information needed to answer the user's question or perform the specified action, inform the user that you are unable to do so. Never make up information.
38
38
- The get_burger tool can help you get informations about the burgers
39
+
- Creating or cancelling an order requires the userId, which is provided in the request context
39
40
`;
40
41
41
42
consttitleSystemPrompt=`Create a title for this chat session, based on the user question. The title should be less than 32 characters. Do NOT use double-quotes.`;
0 commit comments