Skip to content

Commit

Permalink
Merge pull request microsoft#33 from AL-377/pre-release
Browse files Browse the repository at this point in the history
Fix the prompts
  • Loading branch information
vyokky authored Mar 21, 2024
2 parents 71738f6 + be85a65 commit f13abcf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ vectordb/experience/*
# Don't ignore the example files
!vectordb/docs/example/

.vscode
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Requests==2.31.0
faiss-cpu==1.8.0
lxml==5.1.0
psutil==5.9.8
beautifulsoup4==4.12.3
beautifulsoup4==4.12.3
10 changes: 5 additions & 5 deletions ufo/prompts/examples/nonvisual/action_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ example4:
set_edit_text
Args:
text: |
Dear Amy,
Dear Amy,
I hope this message finds you well. I am writing to ask how you feel about the new project. Let me know if you have any concerns.
I hope this message finds you well. I am writing to ask how you feel about the new project. Let me know if you have any concerns.
Best regards,
[Sender's Name]
Best regards,
[Sender's Name]
Status: |-
FINISH
Plan: |-
Expand Down Expand Up @@ -203,7 +203,7 @@ example7:
(3) Observing and summarize the number of stars the Imdiffusion repo page, and reply to the user request.
Comment: |-
I plan to use Google search for the Imdiffusion repo on github and summarize the number of stars the Imdiffusion repo page visually.
Tips: |-
Tips: |-
- The search box is usually in a type of ComboBox.
- The number of stars of a Github repo page can be found in the repo page visually.
Expand Down

0 comments on commit f13abcf

Please sign in to comment.