Skip to content

Commit 1875755

Browse files
committed
Was missing "thought" key
1 parent 5b94e8c commit 1875755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

operate/models/prompts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
8282
# Focuses on the address bar in a browser before typing a website
8383
[
84-
{{ "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }},
84+
{{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }},
8585
{{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }},
8686
{{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
8787
]
@@ -126,7 +126,7 @@
126126
127127
# Focuses on the address bar in a browser before typing a website
128128
[
129-
{{ "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["command", "l"] }},
129+
{{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["command", "l"] }},
130130
{{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }},
131131
{{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
132132
]
@@ -176,7 +176,7 @@
176176
177177
# Focuses on the address bar in a browser before typing a website
178178
[
179-
{{ "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }},
179+
{{ "thought": "I'll focus on the address bar in the browser. I can see the browser is open so this should be safe to try", "operation": "press", "keys": ["ctrl", "l"] }},
180180
{{ "thought": "Now that the address bar is in focus I can type the URL", "operation": "write", "content": "https://news.ycombinator.com/" }},
181181
{{ "thought": "I'll need to press enter to go the URL now", "operation": "press", "keys": ["enter"] }}
182182
]

0 commit comments

Comments
 (0)