Skip to content

Commit

Permalink
feat: Raw text matching with examine sticky note (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpantaz authored Feb 7, 2023
1 parent dddc71f commit 776d364
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions storage/constants/simbot_low_level_examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,58 @@
"TurnAround": {
"examples": ["do a uturn", "look behind you", "spin around", "turn around"],
"command": "Turn Around"
},
"ExamineStickyNote": {
"examples": [
"examine the stickynote",
"examine the sticky note",
"examine the note",
"examine the post-it",
"examine the post it",
"examine the postit",
"examine the note in front of you",
"examine the sticky note in front of you",
"examine the stickynote in front of you",
"examine the post it in front of you",
"examine the postit in front of you",
"examine the post-it in front of you",
"read the sticky note",
"read the stickynote",
"read the note",
"read the post-it",
"read the postit",
"read the post it",
"read the sticky note in front of you",
"read the stickynote in front of you",
"read the note in front of you",
"read the post-it in front of you",
"read the postit in front of you",
"read the post it in front of you",
"open the sticky note",
"open the stickynote",
"open the note",
"open the post-it",
"open the post it",
"open the postit",
"open the note in front of you",
"open the sticky note in front of you",
"open the stickynote in front of you",
"open the post it in front of you",
"open the postit in front of you",
"open the post-it in front of you",
"take the stickynote",
"take the sticky note",
"take the note",
"take the post-it",
"take the post it",
"take the postit",
"take the note in front of you",
"take the sticky note in front of you",
"take the stickynote in front of you",
"take the post it in front of you",
"take the postit in front of you",
"take the post-it in front of you"
],
"command": "Examine Sticky Note <frame_token_1>"
}
}

0 comments on commit 776d364

Please sign in to comment.