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
After some thinking the next steps of going forward should be pragmatic. So this issue is an overall epic that requires certain problems solved down the line. Lets make some really simple interaction work. When I say Anna, say "hello"., Anna should answer Hello.
Things to think about.
Classify Anna, say ... as command that needs to be understood as request to execute an action.
Provide sufficient CLGs (actions) that allow creating a reasonable strategy.
Map input to CLGs, so a request can be "understood" in terms of "what action should be sufficient for the current request". Note that this only can be a hint. There will not always be a request that allows a syntactic mapping. Semantic mappings need to be found out.
After some thinking the next steps of going forward should be pragmatic. So this issue is an overall epic that requires certain problems solved down the line. Lets make some really simple interaction work. When I say
Anna, say "hello".
, Anna should answerHello
.Things to think about.
Anna, say ...
as command that needs to be understood as request to execute an action.Related issues.
The text was updated successfully, but these errors were encountered: