-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[en] Expand light_HassTurnOn and light_HassTurnOff with natural sentences #2455
base: main
Are you sure you want to change the base?
Conversation
78028a0
to
32c0ece
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with most proposals. The stuff I don't agree with are in comments below.
Two other things:
- This will have to be ported for
light_HassTurnOff
as well - Let's settle on a style for optional parts of sentences:
[optional] part
or[optional ]part
and use that everywhere.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
e336a18
to
e669eb3
Compare
Fixed tests and rebased. I also noticed a copy paste error that I corrected. |
Used an LLM to generate a whole bunch of natural sounding sentences for the intent, cleaned them up by removing some that sounded not so natural, and then updated the sentences to get tests to pass. It also ended up suggesting some new expansions synonym expansions, so those are added to
_common
.