Answer
A deep-dive answer
One deep-dive deliverable's result — a formatted value, an explanation, and supporting citations.
JSON
1{2 "key": "input_bias_current",3 "question": "Input bias current at room temperature — is it a guaranteed max or a typical value?",4 "value": 65,5 "value_type": "number",6 "display": "65 pA (typ)",7 "explanation": "The Electrical Characteristics table lists input bias current as 65 pA typical at 25°C; no guaranteed maximum is specified at room temperature.",8 "citations": [9 {10 "document_name": "TL07xx … Datasheet",11 "document_type": "Datasheet",12 "quote": "…",13 "url": "https://zenode.ai/datasheets/ti-tl072-datasheet-3f8a#p5"14 }15 ],16 "usage": {17 "input_tokens": 9120,18 "output_tokens": 840,19 "total_tokens": 996020 },21 "status": "answered"22}| Field | Type | Notes |
|---|---|---|
key | string | Echoes the deliverable key (or its index) |
question | string | Echoes the deliverable question |
value | any | The answer, shaped per ResponseFormat; null unless status is answered |
value_type | string | The resolved format type |
display | string | null | Short human-readable rendering |
explanation | string | How the answer was derived |
citations | Citation[] | Sources backing the answer (may be empty) |
usage | object | Tokens this deliverable consumed |
status | string | answered | not_available | error |
Returned by: AI deep dive (one per deliverable).