You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to reproduce adding an example to the tests, but somehow my example seems to work when using the test harness, but it fails un 2024.2 and 2023.3, released mere hours ago.
The sentence Añade pepinillos a la lista it's recognized as:
intent:
name: HassShoppingListAddItem
slots:
item: pepinillos a l
details:
item:
name: item
value: pepinillos a l
text: pepinillos a l
targets: {}
match: true
sentence_template: <añadir> <item> <my_list>
unmatched_slots: {}
source: builtin
So I end up with an item named "pepinillos a l" in the shopping list.
I did try to understand why this could be happening based on the pattern:
I tried to reproduce adding an example to the tests, but somehow my example seems to work when using the test harness, but it fails un 2024.2 and 2023.3, released mere hours ago.
The sentence
Añade pepinillos a la lista
it's recognized as:So I end up with an item named "pepinillos a l" in the shopping list.
I did try to understand why this could be happening based on the pattern:
But honestly I can see anything wrong at first glance, unless it's a whitespace thing.
The text was updated successfully, but these errors were encountered: