record_audition
Log each browser preset or sample audition as kept or rejected to build preference data. Call once per candidate to capture URI, dwell time, and search context for telemetry.
Instructions
Log a browser/preset/sample audition (keep or reject) for preference learning.
Call once per candidate auditioned. Does not load the device — use load_instrument_or_effect when kept=True and you want to commit.
Requires telemetry consent.
Parameters:
uri: Browser item URI (or stable preset/sample id)
kept: Whether this candidate was kept
search_query: Optional search text that led here (e.g. "analog bass")
dwell_ms: Optional time spent auditioning
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ||
| kept | No | ||
| dwell_ms | No | ||
| user_prompt | No | ||
| search_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |