kdamevski's picture
Upload folder using huggingface_hub
2d144e4
nlu:
- intent: greet
examples: |
- start
- hi
- hello
- intent: explore
examples: |
- Can you explore the [second floor](location) of the [green house](building)?
- Look around the [top floor](location) of the [house at 601 W Main St](building).
- Go and look inside the [attic](location) of the [large house across the street](building).
- Explore the [back](location) of the [five story building](building).
- Go to the [ground floor](location) of the [red building](building).
- Move to the [white house](building).
- Move to the [bottom](location) of the [white house](building).
- Move to the [house at 25232 N Washington Dr](building).
- Explore the [front](location) of the [house on 43143 Brookside Pl](building).
- Explore the [west side](location) of the [house](building).
- Explore the [east side](location) of the [big yellow building](building).
- intent: take_picture
examples: |
- Take a [picture](picture_type).
- Take a [picture](picture_type) inside the [nearby blue house](location).
- Take [several pictures](picture_type) of the location.
- Take a [picture](picture_type) of the [third floor of the blue house](location).
- Take a [picture](picture_type) of the [front of the house](location).
- Take a [picture](picture_type) of the [west side of the red building](location).
- intent: monitor
examples: |
- Monitor the house at the [NE corner of the intersection of Main and Cary](location).
- Watch for activity at the [orange house](location).
- Monitor the [orange house](location).
- Monitor this location.
- intent: move/stop
examples: |
- stop the drone
- stop flight
- stop activity
- stop
- intent: move/land
examples: |
- land the drone
- land here
- something land something
- land at nearest location
- intent: move/come_back
examples: |
- return to home
- return to base
- come back to home
- come back to base
- come back to headquarters
- return to headquarters
- intent: move/left
examples: |
- move left
- fly to the left
- move to the left
- left
- intent: move/right
examples: |
- move right
- fly to the right
- move to the right
- right
- intent: move/up
examples: |
- move up
- fly up
- fly upwards
- up
- upwards
- intent: move/down
examples: |
- move down
- fly down
- fly downwards
- down
- downwards
- intent: move/get_closer
examples: |
- move closer
- fly closer
- get closer
- closer
#use localhost:5005/webhooks/rest/webhook for talking to bot using REST
#curl -X POST localhost:5005/webhooks/rest/webhook -H "Content-type:application/json" -d "{\"sender\": \"test_user\", \"message\": \"Hi\"}"