secretsauceai / voice-assistant-protocol

A bus for voice assistants, including benchmarks.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add context #44

Open sheosi opened 2 years ago

sheosi commented 2 years ago

There are times where context data is useful, things like where the client is located so that actions like turning the lights on or getting the forecast don't ask the location.

However, who should be responsible for this context? The client itself, the server? Also this overlaps with the query feature, maybe we can use that instead.