React · SwiftUI · agent guides
Suggestion chip
One question the recognizer asks at middle confidence, beside its block: Chip(suggestion) with the question, its confidence as a small engraving, and mini accept and dismiss buttons. Faint until the block is hovered.
Use it for
- A cue that would change behaviour, found at middle confidence: Task?, Date friday?, Track as sleep?, Move to Done?.
Don't use it for
- A kind, a life glyph or anything decorative. Chips exist only for cues that change behaviour.
- High confidence (the cue applies quietly, with provenance on hover) or low confidence (nothing happens).
- More than one per block. Ask the most valuable question first; the rest wait.