How does next-gen Siri handle semantic or semantic-adjacent parameter resolution when using EntityQuery? For example, if a user says 'Siri, show memory tags related to auth errors' and the exact tag is auth-handler-failure:
Does the App Intents framework support passing the raw query string (from natural language) directly to our search/recall logic within the intent, or does it try to map it strictly to pre-registered AppEntity lists?
How do we configure an AppEntity to support synonyms or regex-like string match resolution directly within Siri's offline/online parsing?
Topic:
Machine Learning & AI
SubTopic:
App Intents
1
0
99