ResponseFormat
Deep-dive answer formatting
Controls the shape of a deep-dive answer, per deliverable.
JSON
1{2 "type": "number",3 "unit": "pA",4 "hint": "room temperature; note typ vs max"5}| Field | Type | Notes |
|---|---|---|
type | string | text | markdown | number | enum | list | json; default markdown |
unit | string | null | For number: the unit the answer is normalized to (e.g. pA) |
enum_values | string[] | null | For enum: the allowed values |
hint | string | null | Free-form formatting requirements (precision, conditions, ordering) |
schema | object | null | For json: a JSON Schema the answer value is validated against |
Used by: each deliverable in AI deep dive.