ZenodeZenode
Reference

DiscoverResult

An AI discovery result

The result of a completed discovery job — the payload present once status is completed and type is discover.

JSON
1{
2 "summary": "All three are active, sub-3.6 V 6-axis IMUs with on-chip step counting in 2.5×3 mm packages. The LSM6DSO wins on price at 10k; the BMI270 has the lowest sleep current.",
3 "results": [
4 {
5 "rank": 1,
6 "part": {
7 "mpn": "LSM6DSO",
8 "mpn_slug": "LSM6DSO"
9 },
10 "fit_rationale": "Lowest sleep current (3 µA) with a hardware step counter; I2C/SPI; 2.5×3 mm LGA. Best fit for always-on wrist wear."
11 }
12 ]
13}
FieldTypeNotes
summarystringOverall narrative comparing the picks and explaining the selection
resultsDiscoverPick[]Ranked best-first, up to the requested limit

Returned by: AI part discovery — the job result when type is discover.