add_landmark.toml 487 B

12345678910111213141516171819202122232425262728293031
  1. description = """
  2. Add a landmark with a specific type
  3. """
  4. [slots.type]
  5. type = "entity"
  6. values = [
  7. "pothole",
  8. "washroom",
  9. "crosswalk",
  10. "bump",
  11. "barrier",
  12. "roadblock",
  13. "power",
  14. "information"
  15. ]
  16. [generators.creation_word]
  17. type = "list"
  18. values = [
  19. "add",
  20. "create",
  21. "make"
  22. ]
  23. [utterances]
  24. values = [
  25. "{creation_word} a {type} landmark",
  26. "{creation_word} a landmark of type {type}",
  27. "{creation_word} a landmark with a type of {type}",
  28. ]