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
PS: maybe you would get better chances already now if you just add the mentioned document with "Hello @name" because then there should be a fallback try with enum contents ... try it
Is your feature request related to a problem? Please describe.
Consider this sample:
I am getting "None" for Lucy.
But I would expect "say.hello" because "Hi, %human%" learned from "Hi, John" applies both to John and Lucy.
Describe the solution you'd like
Add 4th option to addDocument.
Let's call it "applyToEntity?: boolean".
When it is skipped everything works as is.
If it is added then learning done for one option should apply to all options from entity.
In our example, if skipped - apply only to John.
If applyToEntity=true, apply to all humans.
If this is somehow already possible please describe.
Describe alternatives you've considered
No
Additional context
No
The text was updated successfully, but these errors were encountered: