From a93e7a3eb8be8311abc4309817c0f2611fed623b Mon Sep 17 00:00:00 2001 From: Jeremy LaCivita Date: Tue, 12 Mar 2024 13:56:33 -0400 Subject: [PATCH] fix: Adding descriptions to high and low --- requirements/specifications/intents/command-and-control.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements/specifications/intents/command-and-control.md b/requirements/specifications/intents/command-and-control.md index df0d50e34..dbf0b35ae 100644 --- a/requirements/specifications/intents/command-and-control.md +++ b/requirements/specifications/intents/command-and-control.md @@ -546,8 +546,10 @@ The voice guidance intent **MUST** have only one property, `speed`, `toggle`, `v Finally, the intent **MAY** specify a `verbosity` property, which **MUST** use one of the following values is provided: -- `low` -- `high` +| Value | Description | +|--------|-------------| +| `low` | to select shorter response, less context, and less detail; can use abbreviations and can selectively skip words | +| `high` | to select longer response, more context, and more detail; full comprehensive readout and explicit reflectION of what is seen on screen | ```json {