ZenodeZenode
Reference

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": 9960
20 },
21 "status": "answered"
22}
FieldTypeNotes
keystringEchoes the deliverable key (or its index)
questionstringEchoes the deliverable question
valueanyThe answer, shaped per ResponseFormat; null unless status is answered
value_typestringThe resolved format type
displaystring | nullShort human-readable rendering
explanationstringHow the answer was derived
citationsCitation[]Sources backing the answer (may be empty)
usageobjectTokens this deliverable consumed
statusstringanswered | not_available | error

Returned by: AI deep dive (one per deliverable).