Skip to content

Commit

Permalink
Merge pull request #129 from LeeKonyu/main
Browse files Browse the repository at this point in the history
Update comment in action.py and prompt response handling
  • Loading branch information
joshbickett authored Jan 10, 2024
2 parents 631a522 + 13c9dc8 commit 215379f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operate/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def summarize(model, messages, objective):
},
],
}
# create a copy of messages and save to pseudo_messages

messages.append(summary_message)

response = client.chat.completions.create(
Expand Down
4 changes: 2 additions & 2 deletions operate/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
2. TYPE
Response: TYPE <value you want to type>
2. SEARCH
3. SEARCH
Response: SEARCH <app you want to search for on Mac>
3. DONE
4. DONE
Response: DONE
Here are examples of how to respond.
Expand Down

0 comments on commit 215379f

Please sign in to comment.