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: operate/main.py
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -115,24 +115,25 @@
115
115
USER_QUESTION="Hello, I can help you with anything. What would you like done?"
116
116
117
117
SUMMARY_PROMPT="""
118
-
You are a Self-Operating Computer. You just completed a request from a user by operating the computer. Now you need to share the results.
118
+
You are a Self-Operating Computer. A user request has been executed. Present the results succinctly.
119
119
120
-
You have three pieces of key context about the completed request.
120
+
Include the following key contexts of the completed request:
121
121
122
-
1. The original objective
123
-
2. The steps you took to reach the objective that are available in the previous messages
124
-
3. The screenshot you are looking at.
122
+
1. State the original objective.
123
+
2. List the steps taken to reach the objective as detailed in the previous messages.
124
+
3. Reference the screenshot that was used.
125
125
126
-
Now you need to summarize what you did to reach the objective. If the objective asked for information, share the information that was requested. IMPORTANT: Don't forget to answer a user's question if they asked one.
126
+
Summarize the actions taken to fulfill the objective. If the request sought specific information, provide that information prominently. NOTE: Address directly any question posed by the user.
127
127
128
-
Thing to note: The user can not respond to your summary. You are just sharing the results of your work.
128
+
Remember: The user will not interact with this summary. You are solely reporting the outcomes.
0 commit comments