Skip to content

Commit 215379f

Browse files
authored
Merge pull request #129 from LeeKonyu/main
Update comment in action.py and prompt response handling
2 parents 631a522 + 13c9dc8 commit 215379f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

operate/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def summarize(model, messages, objective):
258258
},
259259
],
260260
}
261-
# create a copy of messages and save to pseudo_messages
261+
262262
messages.append(summary_message)
263263

264264
response = client.chat.completions.create(

operate/prompts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
2. TYPE
3636
Response: TYPE <value you want to type>
3737
38-
2. SEARCH
38+
3. SEARCH
3939
Response: SEARCH <app you want to search for on Mac>
4040
41-
3. DONE
41+
4. DONE
4242
Response: DONE
4343
4444
Here are examples of how to respond.

0 commit comments

Comments
 (0)