Automatic Slash Command Detection
- Hana now detects when you are trying to use a slash command even if you do not type it out explicitly.
- Simply mention @Hana in the chat and describe what you want. If the intent is clear, she will run the appropriate command automatically.
- Internally your request is classified to one or more tool namespaces and these are mapped to the relevant slash command IDs.
- For example, saying
Hana schedule a meeting tomorrow at 3pm
will be treated as/calendar schedule a meeting tomorrow at 3pm
. - Ambiguous requests may not trigger a command and will be handled as a normal chat query.
For a list of helpful keywords that improve intent classification, see Automatic Intent Classification.