ZenodeZenode
Reference

DeepDiveResult

An AI deep-dive result

The result of a completed deep-dive job — the payload present once status is completed and type is deep_dive.

JSON
1{
2 "answers": [
3 {
4 "key": "input_bias_current",
5 "question": "Input bias current at room temperature — is it a guaranteed max or a typical value?",
6 "value": 65,
7 "value_type": "number",
8 "display": "65 pA (typ)",
9 "explanation": "The Electrical Characteristics table lists input bias current as 65 pA typical at 25°C; no guaranteed maximum is specified at room temperature.",
10 "citations": [
11 {
12 "document_name": "TL07xx … Datasheet",
13 "document_type": "Datasheet",
14 "quote": "…",
15 "url": "https://zenode.ai/datasheets/ti-tl072-datasheet-3f8a#p5"
16 }
17 ],
18 "usage": {
19 "input_tokens": 9120,
20 "output_tokens": 840,
21 "total_tokens": 9960
22 },
23 "status": "answered"
24 }
25 ]
26}
FieldTypeNotes
answersAnswer[]One per requested deliverable, in request order

Returned by: AI deep dive — the job result when type is deep_dive.