Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Update key names in adapt keyword registration message #2963

Commits on Sep 26, 2021

  1. Match keyword entity terms in Mycroft with Adapt

    This changes the internally used names for entities and entity values when
    sent on the messagebus and used interanally in the intent service from start / end to entity_value and entity_type.
    
    This makes the terminology easier to understand and follow across into Adapt.
    
    The old terms are still included and usable for compatibility but should be
    removed in an upcoming major release (22.02).
    forslund committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    693100e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189267b View commit details
    Browse the repository at this point in the history
  3. Use IntentServiceInterface in MycroftSkill.register_vocabulary()

    This moves the message logic for adapt keyword registration into a single location.
    forslund committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    f709bb9 View commit details
    Browse the repository at this point in the history