veroq_diff
Track changes in a living brief by comparing versions from a specific timestamp. View additions, removals, and modifications with field-level details and new sources.
Instructions
Get a diff of changes to a living brief since a given time — additions, removals, and modifications between versions.
WHEN TO USE: To see exactly what changed in a brief since a specific timestamp. Requires a brief ID. RETURNS: Version range, confidence change, field-level changes (old/new values), and newly added sources. COST: 2 credits. EXAMPLE: { "brief_id": "PR-2026-0305-001", "since": "2026-03-18T00:00:00Z" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief_id | Yes | Brief ID like PR-2026-0305-001 | |
| since | No | ISO timestamp to diff from (e.g. 2026-03-18T00:00:00Z) |