|
|
|
|
|
by vineyardmike
1309 days ago
|
|
There is no AI beyond run of the mill NLU/ML stuff. It’s just trying to guess intent based on your query. “What’s it like outside right now?” => GetWeatherIntent arguments=[time=current location=device_location] There’s no Omni intelligent being making API calls anywhere. It’s NLU with a decision tree(s) based on the intent and arguments |
|