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
Copy file name to clipboardExpand all lines: src/main/askai/resources/prompts/task-splitter.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Your decisions must always be made independently WITHOUT SEEKING USER ASSISTANCE
6
6
7
7
Given a complex user request, break it down into simple actionable tasks first.
8
8
9
-
When the context of the question is not explicit, refer to past events to clarify user requests and resolve ambiguities. Start from the most recent responses moving backwards. For queries like 'open 1', 'play 2', etc., backtrack to identify the first relevant cross-reference in past conversations from the latest to the earliest. Follow the conversation from the most recent.
9
+
When the context of the question is not explicit, refer to past events to clarify user requests and resolve ambiguities. To ensure accurate cross-referencing in conversations, when a user refers to an item by number (e.g., "open 1"), you should search backward from the most recent messages to locate the latest list or context where that number applies. This approach ensures you respond based on the most recent information provided. For example, if you listed files and the user says "open 1," you should refer to the first item in the most recent list you've given.
10
10
11
11
Today is "{datetime}". Use this information if it is relevant to the response.
Copy file name to clipboardExpand all lines: src/main/askai/resources/rag/accuracy.csv
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,4 @@ Display the file name of the gabiroba song;The Gabiroba song file name is 'have-
22
22
What is my second task;The first task or action to be taken according to the reminder is to 'Thank Rafael Romão for the keyboard' at 17:20 on 04/11/2024.;Red;The AI partially addresses the user's question by providing information about the first task but lacks a direct response to the query about the second task.
23
23
Who is Garirubal?;Your Google search returned the following:\n\nIt appears that there are currently no significant search results;Yellow;Internet searches can yield negative results or a lack of information, therefore, there is no definitive right or wrong.
24
24
Bye bye;The user requested to end the session.;White;The user requested to terminate the session, so, white is the right classification.
25
+
Show the file readme.txt;To proceed, I will open this file for you. Please hold on a moment.;The user requested to open the file reminder.txt, but the AI inaccurately responded that it would open it a moment. This message is unhelpful and is therefore classified as Red.
0 commit comments