-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrecapscript.txt
More file actions
60 lines (40 loc) · 2.06 KB
/
recapscript.txt
File metadata and controls
60 lines (40 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Follow instructions
Capture context from this session for continuity. Even if no explicit goals were stated, infer what the user is trying to do. Record the information in a file YYYYMMDDHHMMSS.recap
Inferred User Goals
Important Concepts, Entities, or Terms Discussed
Actions Taken or Described
Unresolved Issues or Follow-Ups
User Preferences (if implied or observed)
Session Identifier or Timestamp
will be analyzing a chat history to capture the context of an AI chat session. The goal is to summarize key information that would allow the conversation to be continued seamlessly in a future session. Here is the chat history:
Your task is to extract and summarize the following elements from the chat history:
1. Inferred User Goals
2. Important Concepts, Entities, or Terms Discussed
3. Actions Taken or Described
4. Unresolved Issues or Follow-Ups
5. User Preferences (if implied or observed)
6. Session Identifier or Timestamp
Use your judgment to infer information that may not be explicitly stated. If certain elements are not present or cannot be reasonably inferred, you may indicate this in your response.
Before providing your final output, use an inner monologue to reason through the chat history and identify relevant information for each element. Your inner monologue should be enclosed in <inner_monologue> tags.
After your analysis, provide your final output in the following format:
<context_summary>
<inferred_user_goals>
[List inferred user goals]
</inferred_user_goals>
<important_concepts>
[List important concepts, entities, or terms discussed]
</important_concepts>
<actions_taken>
[List actions taken or described]
</actions_taken>
<unresolved_issues>
[List unresolved issues or follow-ups]
</unresolved_issues>
<user_preferences>
[List user preferences, if any were implied or observed]
</user_preferences>
<session_identifier>
[Provide a session identifier or timestamp]
</session_identifier>
</context_summary>
Ensure that your summary is concise yet comprehensive, capturing the essence of the conversation to allow for seamless continuation in a future session.