addedOutput schema / properties
Added value: +{
+ "billing": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "completed_at": {
+ "type": "string"
+ },
+ "cost_usd": {
+ "type": "number"
+ },
+ "details": {
+ "additionalProperties": true,
+ "description": "Additional structured context from Pulse.",
+ "type": "object"
+ },
+ "error": {
+ "description": "Machine-readable error code.",
+ "type": "string"
+ },
+ "expires_at": {
+ "type": "string"
+ },
+ "job_id": {
+ "description": "Pulse analysis job id.",
+ "type": "string"
+ },
+ "message": {
+ "description": "Human-readable recovery guidance.",
+ "type": "string"
+ },
+ "payment_source": {
+ "type": "string"
+ },
+ "result_url": {
+ "description": "Public result page URL.",
+ "type": "string"
+ },
+ "results": {
+ "additionalProperties": true,
+ "description": "Analysis results when available.",
+ "type": "object"
+ },
+ "retryable": {
+ "description": "Whether the caller may retry after changing state or waiting.",
+ "type": "boolean"
+ },
+ "status": {
+ "description": "Current or terminal job status.",
+ "type": "string"
+ },
+ "tokens_charged": {
+ "type": "number"
+ },
+ "tokens_estimated": {
+ "type": "number"
+ },
+ "waveform_file": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "waveform_image": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "waveform_markdown": {
+ "type": "string"
+ },
+ "waveform_png_url": {
+ "type": "string"
+ },
+ "waveform_svg_url": {
+ "type": "string"
+ }
+}