| created_at |
Integer |
Unix timestamp (in seconds) of when this Response was created. |
| error |
Response_Response_Error |
An error object returned when the model fails to generate a Response. |
| id |
Text |
Unique identifier for this Response. |
| incomplete_details |
Text |
Details about why the response is incomplete. |
| object |
Text |
The object type of this resource - always set to response. |
| output |
Response_Response_Output |
An array of content items generated by the model. |
| previous_response_id |
Text |
The unique ID of the previous response to the model. Use this to create multi-turn conversations. Learn more about conversation state. Cannot be used in conjunction with conversation. |