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
| Hello, how are you? | Greeting | - | Nothing to extract. |
26
-
| I want to order a small pizza | orderPizza | 'small' | 'Size' entity is extracted as 'small'.|
27
-
| Turnoff bedroom light | turnOff | 'bedroom' | 'Room' entity is extracted as 'bedroom'.|
28
-
| Check balance in my savings account ending in 4406 | checkBalance | 'savings', '4406' | 'accountType' entity is extracted as 'savings' and 'accountNumber' entity is extracted as '4406'.|
29
-
| Buy 3 tickets to New York | buyTickets | '3', 'New York' | 'ticketsCount' entity is extracted as '3' and 'Destination' entity is extracted as 'New York".|
26
+
| I want to order a small pizza | orderPizza | 'small' | 'Size' entity is extracted as 'small.'|
27
+
| Turn-off bedroom light | turnOff | 'bedroom' | 'Room' entity is extracted as 'bedroom.'|
28
+
| Check balance in my savings account ending in 4406 | checkBalance | 'savings', '4406' | 'accountType' entity is extracted as 'savings' and 'accountNumber' entity is extracted as '4406.'|
29
+
| Buy 3 tickets to New York | buyTickets | '3', 'New York' | 'ticketsCount' entity is extracted as '3' and 'Destination' entity is extracted as 'New York."|
30
30
31
31
Entities are optional but recommended. You don't need to create entities for every concept in your app, only when:
0 commit comments