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

Adapt keywords / regexes aren't removed together with intents. #2866

@forslund

Description

@forslund

The adapt intent service doesn't remove the registered vocabularies when a skill is unloaded, it unloads the intent itself but neither regexes or keywords are removed. Meaning if a skill has a vocab file

test.voc

stew
meatballs

and it is changed to

stew
carrots

meatballs will still be a match. The same goes for regexes.

The intents themselves are removed correctly so if an intent is removed completely it won't match any longer but as long as an intent is reused all previous registered vocabs will be available.

Not sure if this is a core issue or an adapt issue, since adapt doesn't implement the detach code.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions