Batch Analyse requests and survive opaque provider schema budgets
Analyse now classifies up to ten same-kind transactions per provider request: the registry and history travel once per batch, so a thousand-row backfill costs about a hundred paced requests instead of a thousand. The answer schema appears once — an array item carrying an enum-bound ref — because providers meter strict schemas by token cost: duplicating registry enums per row, or bounding arrays with minItems/maxItems that Gemini expands per element, rejects real registries with a bare HTTP 400. Row count, duplicate refs, duplicate tags and taxonomy bounds are all enforced server-side instead, and a request still rejected outright halves until accepted, remembering the working size for the run. Batch requests scale the HTTP budget by row count, chunk failures cannot abort a run whose later rows succeeded, and rows resolved against one snapshot share one minted merchant. Measured on a real 165-row month over a zero-data-retention route: 165 analysed, 152 proposals, 0 errors, 17 requests, under 8 minutes. Fresh installs default to google/gemini-3.8-flash, the model that demonstrably honors strict structured outputs over a ZDR route. Preview changes now carry counterparty, amount and currency, and the review list shows the amount with a counterparty fallback for banks that leave descriptions empty.
This commit is contained in:
+6
-2
@@ -719,8 +719,12 @@ Reclassification
|
||||
----------------
|
||||
AI / Classification: choose dates, model and independent Merchant/Category/Tags
|
||||
fields. Analyse starts a background run and reports live progress: analysed
|
||||
count, proposed changes, and per-transaction errors as they happen. Requests
|
||||
stay paced seconds apart, so a large range takes minutes; the page may be left
|
||||
count, proposed changes, and per-transaction errors as they happen. Analyse
|
||||
classifies up to 10 transactions of one kind per provider request; the
|
||||
registry and history are sent once per batch, and a request rejected outright
|
||||
for schema complexity halves until the provider accepts it, remembering the
|
||||
working size for the rest of the run. Requests stay
|
||||
paced seconds apart, so a large range takes minutes; the page may be left
|
||||
and revisited, and Stop abandons the run without writing anything. A run that
|
||||
has produced no successful proposal and fails three times in a row with the
|
||||
same error stops early and reports that error instead of repeating it across
|
||||
|
||||
Reference in New Issue
Block a user