next_discovery_tip
Returns one earned, context-specific feature tip the user hasn't seen, respecting user settings and frequency caps.
Instructions
Return ONE earned, not-yet-shown feature tip for the current moment (or '').
Call at natural trigger moments (user starts a project, writes R code, builds a
library, asks a knowledge question, handles a dataset…). Pass `context` as
comma-separated trigger tags. Returns at most one tip — and ONLY for a feature the
user does NOT already use (earned discovery), respecting the off/snooze/power-user
settings and a frequency cap (≤1 tip / 20 min, ≤3 / day). Records it so it never
repeats. Returns '' when nothing should be shown. Weave the tip in naturally.
Args:
context: comma-separated trigger tags describing what the user is doing.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |