No messages captured for this request.
{% endif %} {% if is_active %}{{ buffered_text }}
{
"error": {
"message": {{ error|tojson }},
"type": {{ (exception_type or "server_error")|tojson }},
"code": {{ (exception_type or "server_error")|tojson }}
},
"request_id": {{ request_id|tojson }},
"status": "error"
}
{{ response }}
{% elif is_active %}
Streaming response will appear in the live stream panel.
{% else %}No response body captured for this request.
{% endif %}