input stringlengths 170 4.38k | target stringlengths 11 500 | corruption_type stringclasses 28
values | schema dict | invalid_json stringlengths 2 1.02k | error stringlengths 21 156 | target_json stringlengths 11 500 |
|---|---|---|---|---|---|---|
TASK repair_structured_output
SPEC
FIELD prop_q00 TYPE null REQUIRED yes
FIELD field_j41 TYPE number REQUIRED yes
FIELD dim_h54 TYPE string REQUIRED no
FIELD key_k17.val_g95 TYPE integer REQUIRED yes
FIELD key_k17.prop_f37 TYPE boolean REQUIRED yes
FIELD key_k17.val_f89 TYPE integer REQUIRED yes
FIELD key_k17.key_a63 ... | {"prop_q00":null,"field_j41":409.02,"dim_h54":"pending","key_k17":{"val_g95":349,"prop_f37":true,"val_f89":449,"key_a63":"inactive","col_f90":"confirmed","param_o57":"chrX","col_i47":"cat_a","col_h97":{"col_q88":false,"dim_l85":542.81,"prop_u80":64,"field_j21":"This is a test value."}},"attr_b35":{"param_o22":"chrX","d... | truncated_array | {
"type": "object",
"properties": {
"prop_q00": {
"type": "null"
},
"field_j41": {
"type": "number"
},
"dim_h54": {
"type": "string"
},
"key_k17": {
"type": "object",
"properties": {
"val_g95": {
"type": "integer"
},
"prop_f... | {"prop_q00":null,"field_j41":409.02,"dim_h54":"pending","key_k17":{"val_g95":349,"prop_f37":true,"val_f89":449,"key_a63":"inactive","col_f90":"confirmed","param_o57":"chrX","col_i47":"cat_a","col_h97":{"col_q88":false,"dim_l85":542.81,"prop_u80":64,"field_j21":"This is a test value."}},"attr_b35":{"param_o22":"chrX","d... | Unexpected end of JSON input — truncated object | {"prop_q00":null,"field_j41":409.02,"dim_h54":"pending","key_k17":{"val_g95":349,"prop_f37":true,"val_f89":449,"key_a63":"inactive","col_f90":"confirmed","param_o57":"chrX","col_i47":"cat_a","col_h97":{"col_q88":false,"dim_l85":542.81,"prop_u80":64,"field_j21":"This is a test value."}},"attr_b35":{"param_o22":"chrX","d... |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string REQUIRED yes
FIELD step TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD salinity TYPE boolean REQUIRED yes
BROKEN_OUTPUT
read_sensor_array(shipping='PASS', step='degraded', salinity=True) | {"shipping":"PASS","step":"degraded","salinity":true} | tool_call_python_syntax | {
"type": "object",
"properties": {
"shipping": {
"type": "string"
},
"step": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"salinity": {
"type": "boolean"
}
},
"required": [
"shipp... | read_sensor_array(shipping='PASS', step='degraded', salinity=True) | Tool call uses Python syntax instead of JSON | {"shipping":"PASS","step":"degraded","salinity":true} |
TASK repair_structured_output
SPEC
FIELD field_d00 TYPE string REQUIRED yes
FIELD val_z50 TYPE string REQUIRED yes
FIELD attr_v72 TYPE string REQUIRED no
FIELD attr_h85 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_t68 TYPE number REQUIRED no
FIELD dim_w18 TYPE string REQUIRED no
BROKEN_OUTPUT
{"... | {"field_d00":"Johnson","val_z50":"Oliveira","attr_h85":"archived","prop_t68":636.54} | wrong_type | {
"type": "object",
"properties": {
"field_d00": {
"type": "string"
},
"val_z50": {
"type": "string"
},
"attr_v72": {
"type": "string"
},
"attr_h85": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"p... | {"field_d00": "Johnson", "val_z50": "Oliveira", "attr_h85": "archived", "prop_t68": "\"636.54\""} | Field 'prop_t68' must be number, got string | {"field_d00":"Johnson","val_z50":"Oliveira","attr_h85":"archived","prop_t68":636.54} |
TASK repair_structured_output
SPEC
FIELD col_j11 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD attr_e78 TYPE string_email REQUIRED yes
FIELD prop_c42 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"col_j11":"option_a","attr_e78":"info@domain.org","prop_c42":false | {"col_j11":"option_a","attr_e78":"info@domain.org","prop_c42":false} | truncated_object | {
"type": "object",
"properties": {
"col_j11": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"attr_e78": {
"type": "string",
"format": "email"
},
"prop_c42": {
"type": "boolean"
}
},
"required": [
"pr... | {"col_j11":"option_a","attr_e78":"info@domain.org","prop_c42":false | Unexpected end of JSON input — truncated object | {"col_j11":"option_a","attr_e78":"info@domain.org","prop_c42":false} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string REQUIRED no
FIELD discount TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD pressure_kpa.section TYPE number REQUIRED yes
FIELD pressure_kpa.score TYPE string REQUIRED yes
FIELD pressure_kpa.role TYPE string VALUES new|in_transit|delivered|return... | {"paragraph":"Sao Paulo","discount":"mode_b","pressure_kpa":{"section":39.65,"score":"Jane","role":"in_transit","subtotal":"type_d"},"end_date":"type_b"} | truncated_object | {
"type": "object",
"properties": {
"paragraph": {
"type": "string"
},
"discount": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"pressure_kpa": {
"type": "object",
"properties": {
"section": {
"type"... | {"paragraph":"Sao Paulo","discount":"mode_b","pressure_kpa":{"section":39.65,"score":"Jane","role":"in_transit","subtotal":"type_d"},"end_date":"type_b" | Unexpected end of JSON input — truncated object | {"paragraph":"Sao Paulo","discount":"mode_b","pressure_kpa":{"section":39.65,"score":"Jane","role":"in_transit","subtotal":"type_d"},"end_date":"type_b"} |
TASK repair_structured_output
SPEC
FIELD field_y20 TYPE integer REQUIRED yes
FIELD prop_s55 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD val_v60 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_y20": 373, "prop_s55": "invalid_choice_212", "val_v60": 560} | {"field_y20":373,"prop_s55":"mode_e","val_v60":560} | invalid_enum | {
"type": "object",
"properties": {
"field_y20": {
"type": "integer"
},
"prop_s55": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"val_v60": {
"type": "integer"
}
}... | {"field_y20": 373, "prop_s55": "invalid_choice_212", "val_v60": 560} | Field 'prop_s55' has invalid enum value 'invalid_choice_212', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e', 'mode_f'] | {"field_y20":373,"prop_s55":"mode_e","val_v60":560} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string_uri REQUIRED no
FIELD commit_hash TYPE null REQUIRED no
FIELD count TYPE boolean REQUIRED no
FIELD half_life TYPE string REQUIRED yes
FIELD item_id TYPE integer REQUIRED yes
FIELD tax TYPE string REQUIRED yes
BROKEN_OUTPUT
{'credit_score':'https://exam... | {"credit_score":"https://example.io/v1","half_life":"user@domain.com","item_id":448,"tax":"Paris"} | single_quotes | {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"format": "uri"
},
"commit_hash": {
"type": "null"
},
"count": {
"type": "boolean"
},
"half_life": {
"type": "string"
},
"item_id": {
"type": "integer"
},
"tax": {
... | {'credit_score':'https://example.io/v1','half_life':'user@domain.com','item_id':448,'tax':'Paris'} | Expecting property name enclosed in double quotes | {"credit_score":"https://example.io/v1","half_life":"user@domain.com","item_id":448,"tax":"Paris"} |
TASK repair_structured_output
SPEC
FIELD key_q36 TYPE number REQUIRED no
FIELD attr_u86 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_q03 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD attr_l38.val_w78 TYPE string_date-time REQUIRED no
FIELD attr_l38.attr_s76 TYPE integer REQUIRED ... | {"attr_u86":"medium","prop_q03":"draft","attr_l38":{"val_w78":"2025-06-16T06:09:00Z","key_l58":{"dim_t42":433.65,"field_o37":"active","val_y26":"Jane"}},"attr_r26":728,"val_z09":{"val_t60":315.3,"val_m56":"A short description.","param_t95":"example","prop_f09":"pro"}} | missing_brace | {
"type": "object",
"properties": {
"key_q36": {
"type": "number"
},
"attr_u86": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_q03": {
"type": "string",
"enum": [
"draft",
"publishe... | {"attr_u86":"medium","prop_q03":"draft","attr_l38":{"val_w78":"2025-06-16T06:09:00Z","key_l58":{"dim_t42":433.65,"field_o37":"active","val_y26":"Jane"},"attr_r26":728,"val_z09":{"val_t60":315.3,"val_m56":"A short description.","param_t95":"example","prop_f09":"pro"}} | Missing closing brace | {"attr_u86":"medium","prop_q03":"draft","attr_l38":{"val_w78":"2025-06-16T06:09:00Z","key_l58":{"dim_t42":433.65,"field_o37":"active","val_y26":"Jane"}},"attr_r26":728,"val_z09":{"val_t60":315.3,"val_m56":"A short description.","param_t95":"example","prop_f09":"pro"}} |
TASK repair_structured_output
SPEC
FIELD attr_o30 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_b75 TYPE number REQUIRED yes
FIELD field_s77 TYPE boolean REQUIRED yes
FIELD key_k93.val_e91 TYPE boolean REQUIRED yes
FIELD key_k93.field_l81 TYPE string REQUIRED no
FIELD key_k93.col_r05 TYPE string_email R... | {"attr_o30":"GBP","val_b75":788.37,"field_s77":true,"key_k93":{"val_e91":false,"field_l81":"REV","key_q69":764,"key_g26":947,"param_m17":"https://www.io/v1"},"prop_j61":{"val_j02":76.96,"key_d75":886,"key_f65":"Hapag-Lloyd-Express","prop_y12":206.92,"attr_z11":"user@test.io"}} | truncated_object | {
"type": "object",
"properties": {
"attr_o30": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_b75": {
"type": "number"
},
"field_s77": {
"type": "boolean"
},
"key_k93": {
"type": "obje... | {"attr_o30":"GBP","val_b75":788.37,"field_s77":true,"key_k93":{"val_e91":false,"field_l81":"REV","key_q69":764,"key_g26":947,"param_m17":"https://www.io/v1"},"prop_j61":{"val_j02":76.96,"key_d75":886,"key_f65":"Hapag-Lloyd-Express","prop_y12":206.92,"attr_z11":"user@test.io"} | Unexpected end of JSON input — truncated object | {"attr_o30":"GBP","val_b75":788.37,"field_s77":true,"key_k93":{"val_e91":false,"field_l81":"REV","key_q69":764,"key_g26":947,"param_m17":"https://www.io/v1"},"prop_j61":{"val_j02":76.96,"key_d75":886,"key_f65":"Hapag-Lloyd-Express","prop_y12":206.92,"attr_z11":"user@test.io"}} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD brake_pressure TYPE integer REQUIRED yes
FIELD collateral TYPE boolean REQUIRED yes
BROKEN_OUTPUT
<functioncall> track_vessel
{batch_code: "unstable", brake_pressure: 168, collateral: false} | {"batch_code":"unstable","brake_pressure":168,"collateral":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"brake_pressure": {
"type": "integer"
},
"collateral": {
"type": "boolean"
}
},
"required": [
"brake_press... | <functioncall> track_vessel
{batch_code: "unstable", brake_pressure: 168, collateral: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"batch_code":"unstable","brake_pressure":168,"collateral":false} |
TASK repair_structured_output
SPEC
FIELD dim_c77 TYPE boolean REQUIRED no
FIELD val_m02 TYPE string REQUIRED no
FIELD prop_d52.col_y80.val_l82 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD prop_d52.col_y80.dim_j35 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD ... | {"dim_c77":false,"val_m02":"MV-Evergreen-01","prop_d52":{"col_y80":{"val_l82":"reliable","dim_j35":"rejected","attr_u10":"test","attr_n00":null},"val_h49":{"prop_a22":"error","param_b96":398,"key_k95":"chr1","param_x18":928},"key_g37":967,"dim_g17":true,"attr_q51":"MV-Evergreen-01"}} | single_quotes | {
"type": "object",
"properties": {
"dim_c77": {
"type": "boolean"
},
"val_m02": {
"type": "string"
},
"prop_d52": {
"type": "object",
"properties": {
"col_y80": {
"type": "object",
"properties": {
"val_l82": {
"type":... | {'dim_c77':false,'val_m02':'MV-Evergreen-01','prop_d52':{'col_y80':{'val_l82':'reliable','dim_j35':'rejected','attr_u10':'test','attr_n00':null},'val_h49':{'prop_a22':'error','param_b96':398,'key_k95':'chr1','param_x18':928},'key_g37':967,'dim_g17':true,'attr_q51':'MV-Evergreen-01'}} | Expecting property name enclosed in double quotes | {"dim_c77":false,"val_m02":"MV-Evergreen-01","prop_d52":{"col_y80":{"val_l82":"reliable","dim_j35":"rejected","attr_u10":"test","attr_n00":null},"val_h49":{"prop_a22":"error","param_b96":398,"key_k95":"chr1","param_x18":928},"key_g37":967,"dim_g17":true,"attr_q51":"MV-Evergreen-01"}} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD user_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD length TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD bearing TYPE string REQUIRED yes
FIELD id TYPE number REQUIRED no
FI... | {"user_id":"high","length":"medium","bearing":"approved","id":981.4,"maturity_date":198} | invalid_enum | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"user_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
... | {"user_id": "invalid_option_614", "length": "medium", "bearing": "approved", "id": 981.4, "maturity_date": 198} | Field 'user_id' has invalid enum value 'invalid_option_614', expected one of ['low', 'medium', 'high', 'critical'] | {"user_id":"high","length":"medium","bearing":"approved","id":981.4,"maturity_date":198} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string REQUIRED no
FIELD frequency_hz TYPE integer REQUIRED no
FIELD image_url[] TYPE string REQUIRED no
FIELD reagent[].longitude TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD reagent[].velocity TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD reage... | {"tax":"RTG-04","reagent":[{"longitude":"editor","velocity":"EUR","tags":"2025-07-15T06:30:00Z"},{"longitude":"admin","velocity":"USD","tags":"2026-07-24T22:04:00Z","item_id":"mode_a"},{"longitude":"editor","tags":"2026-10-03T16:52:00Z"},{"longitude":"editor","velocity":"USD","tags":"2025-02-25T15:48:00Z"}]} | agent_chain | {
"type": "object",
"properties": {
"tax": {
"type": "string"
},
"frequency_hz": {
"type": "integer"
},
"image_url": {
"type": "array",
"items": {
"type": "string"
}
},
"reagent": {
"type": "array",
"items": {
"type": "object",
... | Let me check the system.
Action: fetch_lab_result
Result: {"reagent": [{"longitude": "editor", "velocity": "EUR", "tags": "2025-07-15T06:30:00Z"}, {"longitude": "admin", "velocity": "USD", "tags": "2026-07-24T22:04:00Z", "item_id": "mode_a"}, {"longitude": "editor", "tags": "2026-10-03T16:52:00Z"}, {"longitude": "edito... | Agent multi-step chain with truncated tool output | {"tax":"RTG-04","reagent":[{"longitude":"editor","velocity":"EUR","tags":"2025-07-15T06:30:00Z"},{"longitude":"admin","velocity":"USD","tags":"2026-07-24T22:04:00Z","item_id":"mode_a"},{"longitude":"editor","tags":"2026-10-03T16:52:00Z"},{"longitude":"editor","velocity":"USD","tags":"2025-02-25T15:48:00Z"}]} |
TASK repair_structured_output
SPEC
FIELD dim_o35 TYPE string REQUIRED yes
FIELD field_j01 TYPE string REQUIRED yes
FIELD key_h79[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
calculate_docking_fee(dim_o35='Alice', field_j01='New York', key_h79=['heterozygous', 'hemizygous']) | {"dim_o35":"Alice","field_j01":"New York","key_h79":["heterozygous","hemizygous"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_o35": {
"type": "string"
},
"field_j01": {
"type": "string"
},
"key_h79": {
"type": "array",
"items": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | calculate_docking_fee(dim_o35='Alice', field_j01='New York', key_h79=['heterozygous', 'hemizygous']) | Tool call uses Python syntax instead of JSON | {"dim_o35":"Alice","field_j01":"New York","key_h79":["heterozygous","hemizygous"]} |
TASK repair_structured_output
SPEC
FIELD address TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD color TYPE string REQUIRED yes
FIELD image_url TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD user_id TYPE string_date-time REQUIRED no
FIELD chapter TYPE string VALU... | {"color":"New York","image_url":"level_1","chapter":"cat_e","bill_of_lading":true} | markdown_explanation | {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"color": {
"type": "string"
},
"image_url": {
"type": "string",
"enum": [
"level_1",
"level... | The instrument reported:
```json
{"color":"New York","image_url":"level_1","chapter":"cat_e","bill_of_lading":true}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"color":"New York","image_url":"level_1","chapter":"cat_e","bill_of_lading":true} |
TASK repair_structured_output
SPEC
FIELD key_b54 TYPE integer REQUIRED yes
FIELD field_e51 TYPE integer REQUIRED no
FIELD col_w25 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD col_h81.dim_s59 TYPE integer REQUIRED no
FIELD col_h81.attr_o01 TYPE boolean REQUIRED yes
FIELD col_h81.prop_b57 TYP... | {"key_b54":763,"field_e51":312,"col_w25":"mode_a","col_h81":{"attr_o01":true,"prop_b57":"level_3","field_o83":["type_b","type_a"]},"param_r04":{"val_o50":"inactive","prop_c69":"cat_c","field_e22":"Johnson"}} | missing_required | {
"type": "object",
"properties": {
"key_b54": {
"type": "integer"
},
"field_e51": {
"type": "integer"
},
"col_w25": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"col_h81": {
... | {"field_e51": 312, "col_w25": "mode_a", "col_h81": {"attr_o01": true, "prop_b57": "level_3", "field_o83": ["type_b", "type_a"]}, "param_r04": {"val_o50": "inactive", "prop_c69": "cat_c", "field_e22": "Johnson"}} | Required field 'key_b54' is missing | {"key_b54":763,"field_e51":312,"col_w25":"mode_a","col_h81":{"attr_o01":true,"prop_b57":"level_3","field_o83":["type_b","type_a"]},"param_r04":{"val_o50":"inactive","prop_c69":"cat_c","field_e22":"Johnson"}} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string REQUIRED no
FIELD address TYPE string REQUIRED yes
FIELD umi TYPE string REQUIRED yes
FIELD thumbnail TYPE boolean REQUIRED yes
FIELD length.patient_id TYPE string_email REQUIRED yes
FIELD length.date TYPE number REQUIRED yes
FIELD length.product_id T... | {"payment_status":"Charlie","address":"approved","umi":"qux","thumbnail":true,"length":{"patient_id":"ops@example.com","date":383.2,"product_id":750,"dosage":"mode_e"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"payment_status": {
"type": "string"
},
"address": {
"type": "string"
},
"umi": {
"type": "string"
},
"thumbnail": {
"type": "boolean"
},
"length": {
"type": "object",
"properties": {
"patient_id": {
... | I'll query our database.
<tool_call name="verify_hazmat_compliance">
{"payment_status":"Charlie","address":"approved","umi":"qux","thumbnail":true,"length":{"patient_id":"ops@example.com","date":383.2,"product_id":750,"dosage":"mode_e"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"payment_status":"Charlie","address":"approved","umi":"qux","thumbnail":true,"length":{"patient_id":"ops@example.com","date":383.2,"product_id":750,"dosage":"mode_e"}} |
TASK repair_structured_output
SPEC
FIELD val_u82 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD attr_p13 TYPE string REQUIRED no
FIELD field_u26 TYPE boolean REQUIRED yes
FIELD field_g45 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{'val_u82':'xl','attr_p13':'Tokyo','field_u26':false,'field_g45':'test@te... | {"val_u82":"xl","attr_p13":"Tokyo","field_u26":false,"field_g45":"test@test.io"} | single_quotes | {
"type": "object",
"properties": {
"val_u82": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_p13": {
"type": "string"
},
"field_u26": {
"type": "boolean"
},
"field_g45": {
"type": "string",
... | {'val_u82':'xl','attr_p13':'Tokyo','field_u26':false,'field_g45':'test@test.io'} | Expecting property name enclosed in double quotes | {"val_u82":"xl","attr_p13":"Tokyo","field_u26":false,"field_g45":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD humidity_pct TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD current_draw.strand TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD current_draw.lane TYPE string REQUIRED yes
... | {"vital_sign":"cat_a","humidity_pct":"mode_c","current_draw":{"strand":"type_b","lane":"foo","description":"active"},"dosage":{"dosage":true,"price":"option_a","amplitude":"Tokyo"},"size":"completed","account_id":{"diagnosis_code":"cat_b","interest_rate":"underway","notes":"type_b"}} | markdown_fences | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"humidity_pct": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | ```json
{"vital_sign":"cat_a","humidity_pct":"mode_c","current_draw":{"strand":"type_b","lane":"foo","description":"active"},"dosage":{"dosage":true,"price":"option_a","amplitude":"Tokyo"},"size":"completed","account_id":{"diagnosis_code":"cat_b","interest_rate":"underway","notes":"type_b"}}
``` | Output contains markdown code fences | {"vital_sign":"cat_a","humidity_pct":"mode_c","current_draw":{"strand":"type_b","lane":"foo","description":"active"},"dosage":{"dosage":true,"price":"option_a","amplitude":"Tokyo"},"size":"completed","account_id":{"diagnosis_code":"cat_b","interest_rate":"underway","notes":"type_b"}} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES success|error|warning|info REQUIRED no
FIELD image_url TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD message TYPE null REQUIRED no
FIELD brake_pressure TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD publi... | {"altitude":"warning","image_url":"frameshift","brake_pressure":"low","published":"completed","email":"https://api.example.com/v1","shipping":616.52} | extra_text_before | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"image_url": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"framesh... | Sensor output follows:
{"altitude":"warning","image_url":"frameshift","brake_pressure":"low","published":"completed","email":"https://api.example.com/v1","shipping":616.52} | Output contains non-JSON text before the object | {"altitude":"warning","image_url":"frameshift","brake_pressure":"low","published":"completed","email":"https://api.example.com/v1","shipping":616.52} |
TASK repair_structured_output
SPEC
FIELD category TYPE string_date-time REQUIRED yes
FIELD address TYPE string REQUIRED no
FIELD name TYPE integer REQUIRED no
FIELD last_name TYPE string REQUIRED no
FIELD conductivity.port_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD conductivity.... | {"category":"2024-03-01T11:59:00Z","address":"Bob"} | truncated_object | {
"type": "object",
"properties": {
"category": {
"type": "string",
"format": "date-time"
},
"address": {
"type": "string"
},
"name": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"conductivity": {
"type": "object",
"propertie... | {"category":"2024-03-01T11:59:00Z","address":"Bob" | Unexpected end of JSON input — truncated object | {"category":"2024-03-01T11:59:00Z","address":"Bob"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE number REQUIRED no
FIELD subtotal TYPE string REQUIRED no
FIELD chromosome.dosage TYPE null REQUIRED yes
FIELD chromosome.hazmat_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD chromosome.velocity TYPE string_date-time REQUIRED no
F... | {"throttle_pos":388.29,"subtotal":"2023-12-25","chromosome":{"dosage":null,"hazmat_code":"closed","enabled":"Sao Paulo","priority":"2022-04-10T10:08:00Z","footnote":296.52}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "number"
},
"subtotal": {
"type": "string"
},
"chromosome": {
"type": "object",
"properties": {
"dosage": {
"type": "null"
},
"hazmat_code": {
"type": "string",
... | verify_hazmat_compliance(throttle_pos=388.29, subtotal='2023-12-25', chromosome={'dosage': None, 'hazmat_code': 'closed', 'enabled': 'Sao Paulo', 'priority': '2022-04-10T10:08:00Z', 'footnote': 296.52}) | Tool call uses Python syntax instead of JSON | {"throttle_pos":388.29,"subtotal":"2023-12-25","chromosome":{"dosage":null,"hazmat_code":"closed","enabled":"Sao Paulo","priority":"2022-04-10T10:08:00Z","footnote":296.52}} |
TASK repair_structured_output
SPEC
FIELD attr_h66 TYPE string_date-time REQUIRED yes
FIELD attr_l88 TYPE integer REQUIRED no
FIELD col_a81 TYPE string_uri REQUIRED no
FIELD dim_m41.prop_c82 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD dim_m41.field_q79 TYPE string VALUES low|medium|high|critical ... | {"attr_h66":"2024-06-08T09:36:00Z","dim_m41":{"prop_c82":"cat_d","field_q79":"critical","field_b86":"mode_b","val_w79":"2025-10-04T06:48:00Z"}} | trailing_comma | {
"type": "object",
"properties": {
"attr_h66": {
"type": "string",
"format": "date-time"
},
"attr_l88": {
"type": "integer"
},
"col_a81": {
"type": "string",
"format": "uri"
},
"dim_m41": {
"type": "object",
"properties": {
"prop_c82": {... | {"attr_h66":"2024-06-08T09:36:00Z","dim_m41":{"prop_c82":"cat_d","field_q79":"critical","field_b86":"mode_b","val_w79":"2025-10-04T06:48:00Z",}} | Unexpected trailing comma | {"attr_h66":"2024-06-08T09:36:00Z","dim_m41":{"prop_c82":"cat_d","field_q79":"critical","field_b86":"mode_b","val_w79":"2025-10-04T06:48:00Z"}} |
TASK repair_structured_output
SPEC
FIELD key_a44 TYPE boolean REQUIRED no
FIELD key_e59 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD col_e52.key_x78 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_e52.key_h71 TYPE boolean REQUIRED no
FIELD col_e52.prop_x72 TYPE integer ... | {"key_a44":false,"key_e59":"cat_b","prop_f90":"large","prop_t03":"Johnson","col_r17":"option_a"} | single_quotes | {
"type": "object",
"properties": {
"key_a44": {
"type": "boolean"
},
"key_e59": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"col_e52": {
"type": "object",
"properties": {
"key_... | {'key_a44':false,'key_e59':'cat_b','prop_f90':'large','prop_t03':'Johnson','col_r17':'option_a'} | Expecting property name enclosed in double quotes | {"key_a44":false,"key_e59":"cat_b","prop_f90":"large","prop_t03":"Johnson","col_r17":"option_a"} |
TASK repair_structured_output
SPEC
FIELD param_r07 TYPE string_uri REQUIRED no
FIELD col_r85 TYPE string_uri REQUIRED no
FIELD col_p17 TYPE string REQUIRED no
FIELD dim_p50 TYPE string REQUIRED no
FIELD val_p60 TYPE string REQUIRED yes
FIELD dim_c86 TYPE string REQUIRED yes
BROKEN_OUTPUT
{param_r07:"https://example.i... | {"param_r07":"https://example.io/api","col_r85":"https://api.io/data","val_p60":"https://example.com","dim_c86":"Luis"} | unquoted_keys | {
"type": "object",
"properties": {
"param_r07": {
"type": "string",
"format": "uri"
},
"col_r85": {
"type": "string",
"format": "uri"
},
"col_p17": {
"type": "string"
},
"dim_p50": {
"type": "string"
},
"val_p60": {
"type": "string"
... | {param_r07:"https://example.io/api",col_r85:"https://api.io/data",val_p60:"https://example.com",dim_c86:"Luis"} | Expecting property name enclosed in double quotes | {"param_r07":"https://example.io/api","col_r85":"https://api.io/data","val_p60":"https://example.com","dim_c86":"Luis"} |
TASK repair_structured_output
SPEC
FIELD dim_l78 TYPE integer REQUIRED no
FIELD param_x20 TYPE number REQUIRED no
FIELD col_b08 TYPE null REQUIRED yes
FIELD dim_j32.col_l07 TYPE string_email REQUIRED yes
FIELD dim_j32.prop_o76 TYPE string REQUIRED no
FIELD dim_j32.dim_w31 TYPE boolean REQUIRED yes
FIELD dim_j32.attr_c... | {"dim_l78":388,"col_b08":null,"dim_j32":{"col_l07":"test@example.com","prop_o76":"Luis","dim_w31":true,"key_w34":{"attr_y48":"homozygous","field_y77":"test","key_a21":"offline","prop_u88":816.19,"attr_f02":"homozygous"}},"prop_s26":{"prop_b45":{"val_i91":"active","col_a31":598,"prop_w00":581,"prop_g48":true,"attr_q38":... | truncated_object | {
"type": "object",
"properties": {
"dim_l78": {
"type": "integer"
},
"param_x20": {
"type": "number"
},
"col_b08": {
"type": "null"
},
"dim_j32": {
"type": "object",
"properties": {
"col_l07": {
"type": "string",
"format": "email... | {"dim_l78":388,"col_b08":null,"dim_j32":{"col_l07":"test@example.com","prop_o76":"Luis","dim_w31":true,"key_w34":{"attr_y48":"homozygous","field_y77":"test","key_a21":"offline","prop_u88":816.19,"attr_f02":"homozygous"}},"prop_s26":{"prop_b45":{"val_i91":"active","col_a31":598,"prop_w00":581,"prop_g48":true,"attr_q38":... | Unexpected end of JSON input — truncated object | {"dim_l78":388,"col_b08":null,"dim_j32":{"col_l07":"test@example.com","prop_o76":"Luis","dim_w31":true,"key_w34":{"attr_y48":"homozygous","field_y77":"test","key_a21":"offline","prop_u88":816.19,"attr_f02":"homozygous"}},"prop_s26":{"prop_b45":{"val_i91":"active","col_a31":598,"prop_w00":581,"prop_g48":true,"attr_q38":... |
TASK repair_structured_output
SPEC
FIELD field_t67 TYPE integer REQUIRED no
FIELD dim_p13 TYPE integer REQUIRED no
FIELD field_y74 TYPE boolean REQUIRED no
FIELD field_z79[].prop_f51 TYPE integer REQUIRED no
FIELD field_z79[].prop_o28 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_z79[].col_... | {"field_t67":494,"dim_p13":512,"field_y74":true,"field_z79":[{"prop_f51":339,"col_u29":[858,715,790,904],"prop_c49":["cat_b","cat_a"]},{"prop_f51":664,"prop_o28":"unstable","col_u29":[965,962,736],"prop_c49":["cat_b","cat_a"]},{"prop_f51":836,"prop_o28":"intermittent","col_u29":[945,369],"prop_c49":["cat_a","cat_b"]},{... | boolean_as_string | {
"type": "object",
"properties": {
"field_t67": {
"type": "integer"
},
"dim_p13": {
"type": "integer"
},
"field_y74": {
"type": "boolean"
},
"field_z79": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_f51": {... | {"field_t67": 494, "dim_p13": 512, "field_y74": "False", "field_z79": [{"prop_f51": 339, "col_u29": [858, 715, 790, 904], "prop_c49": ["cat_b", "cat_a"]}, {"prop_f51": 664, "prop_o28": "unstable", "col_u29": [965, 962, 736], "prop_c49": ["cat_b", "cat_a"]}, {"prop_f51": 836, "prop_o28": "intermittent", "col_u29": [945,... | Field 'field_y74' must be boolean, got string | {"field_t67":494,"dim_p13":512,"field_y74":true,"field_z79":[{"prop_f51":339,"col_u29":[858,715,790,904],"prop_c49":["cat_b","cat_a"]},{"prop_f51":664,"prop_o28":"unstable","col_u29":[965,962,736],"prop_c49":["cat_b","cat_a"]},{"prop_f51":836,"prop_o28":"intermittent","col_u29":[945,369],"prop_c49":["cat_a","cat_b"]},{... |
TASK repair_structured_output
SPEC
FIELD val_u12.col_h30 TYPE number REQUIRED yes
FIELD val_u12.field_t26.col_x17 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD val_u12.field_t26.dim_p40 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD val_u12.field_t26.dim_d15 TYPE string VALUES option_a|option_b|op... | {"val_u12":{"col_h30":444.46,"field_t26":{"col_x17":"cat_c","dim_p40":"type_c","dim_d15":"option_d"},"param_q25":"synonymous","col_j52":"hello"},"key_a48":699.32,"col_q30":{"param_f81":"user@domain.org","key_d35":"mode_a","dim_j24":"type_a","val_v14":"cat_a"},"attr_b25":"quux","param_c14":"Diana","key_m84":41.86} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_u12": {
"type": "object",
"properties": {
"col_h30": {
"type": "number"
},
"field_t26": {
"type": "object",
"properties": {
"col_x17": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"val_u12": {"col_h30": 444.46, "field_t26": {"col_x17": "cat_c", "dim_p40": "type_c", "dim_d15": "option_d"}, "param_q25": "synonymous", "col_j52": "hello"}, "key_a48": 699.32, "col_q30": {"param_f81": "user@domain.org", "key_d35": "mode_a", ... | Agent tool call missing required parameter 'attr_b25' | {"val_u12":{"col_h30":444.46,"field_t26":{"col_x17":"cat_c","dim_p40":"type_c","dim_d15":"option_d"},"param_q25":"synonymous","col_j52":"hello"},"key_a48":699.32,"col_q30":{"param_f81":"user@domain.org","key_d35":"mode_a","dim_j24":"type_a","val_v14":"cat_a"},"attr_b25":"quux","param_c14":"Diana","key_m84":41.86} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED no
FIELD consignee TYPE string_uri REQUIRED no
FIELD compound TYPE string REQUIRED yes
FIELD paragraph.active TYPE integer REQUIRED no
FIELD paragraph.vessel_name TYPE null REQUIRED yes
FIELD paragraph.patient_id TYPE string VALUES draft|publishe... | {"consignee":"https://example.io/data","compound":"hello","paragraph":{"active":784,"vessel_name":null,"patient_id":"archived","message":"Santos","items":294}} | missing_required | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"consignee": {
"type": "string",
"format": "uri"
},
"compound": {
"type": "string"
},
"paragraph": {
"type": "object",
"properties": {
"active": {
"type": "intege... | {"consignee": "https://example.io/data", "paragraph": {"active": 784, "vessel_name": null, "patient_id": "archived", "message": "Santos", "items": 294}} | Required field 'compound' is missing | {"consignee":"https://example.io/data","compound":"hello","paragraph":{"active":784,"vessel_name":null,"patient_id":"archived","message":"Santos","items":294}} |
TASK repair_structured_output
SPEC
FIELD dim_t54 TYPE string REQUIRED no
FIELD attr_l65 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD prop_z50 TYPE string REQUIRED no
FIELD dim_f98 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD attr_z43 TYPE string REQUIRED no
BROKEN_OUTPUT
```json
... | {"dim_t54":"world","attr_l65":"returned","prop_z50":"New York","dim_f98":"cat_c","attr_z43":"chr1"} | markdown_fences | {
"type": "object",
"properties": {
"dim_t54": {
"type": "string"
},
"attr_l65": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_z50": {
"type": "string"
},
"dim_f98": {
"type": "str... | ```json
{"dim_t54":"world","attr_l65":"returned","prop_z50":"New York","dim_f98":"cat_c","attr_z43":"chr1"}
``` | Output contains markdown code fences | {"dim_t54":"world","attr_l65":"returned","prop_z50":"New York","dim_f98":"cat_c","attr_z43":"chr1"} |
TASK repair_structured_output
SPEC
FIELD val_c58 TYPE string REQUIRED yes
FIELD param_m62 TYPE integer REQUIRED yes
FIELD key_x98 TYPE string REQUIRED no
FIELD val_b05.prop_b44 TYPE number REQUIRED yes
FIELD val_b05.attr_k76 TYPE integer REQUIRED no
FIELD val_b05.dim_m31 TYPE string REQUIRED yes
FIELD prop_n28 TYPE st... | {"val_c58":"PASS","param_m62":678,"key_x98":"test@example.com","val_b05":{"prop_b44":800.34,"attr_k76":475,"dim_m31":"Charlie"},"prop_n28":"published","param_d59":717,"field_g49":null,"dim_y00":108} | thought_process | {
"type": "object",
"properties": {
"val_c58": {
"type": "string"
},
"param_m62": {
"type": "integer"
},
"key_x98": {
"type": "string"
},
"val_b05": {
"type": "object",
"properties": {
"prop_b44": {
"type": "number"
},
"attr... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"val_c58":"PASS","param_m62":678,"key_x98":"test@example.com","val_b05":{"prop_b44":800.34,"attr_k76":475,"dim_m31":"Charlie"},"prop_n28":"published","param_d59":717,"field_g49":null,"dim_y00":108} | Output contains chain-of-thought reasoning before JSON | {"val_c58":"PASS","param_m62":678,"key_x98":"test@example.com","val_b05":{"prop_b44":800.34,"attr_k76":475,"dim_m31":"Charlie"},"prop_n28":"published","param_d59":717,"field_g49":null,"dim_y00":108} |
TASK repair_structured_output
SPEC
FIELD field_d93 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD field_w47 TYPE string_date-time REQUIRED no
FIELD col_z65.dim_f66 TYPE integer REQUIRED no
FIELD col_z65.field_m82 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FI... | {"field_d93":"level_1","col_z65":{"dim_f66":36,"field_m82":"type_b","prop_x62":639.64,"key_m20":"admin@example.com","col_q89":205,"col_l64":"Maria","dim_x99":"Bob"},"field_p41":{"prop_l36":"free","dim_e68":{"param_i97":"https://api.org/v1","param_v49":"approved","val_w45":"https://example.com","col_w99":null,"prop_e11"... | missing_bracket | {
"type": "object",
"properties": {
"field_d93": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"field_w47": {
"type": "string",
"format": "date-time"
},
"col_z65": {
"type": "ob... | {"field_d93":"level_1","col_z65":{"dim_f66":36,"field_m82":"type_b","prop_x62":639.64,"key_m20":"admin@example.com","col_q89":205,"col_l64":"Maria","dim_x99":"Bob"},"field_p41":{"prop_l36":"free","dim_e68":{"param_i97":"https://api.org/v1","param_v49":"approved","val_w45":"https://example.com","col_w99":null,"prop_e11"... | Missing closing bracket | {"field_d93":"level_1","col_z65":{"dim_f66":36,"field_m82":"type_b","prop_x62":639.64,"key_m20":"admin@example.com","col_q89":205,"col_l64":"Maria","dim_x99":"Bob"},"field_p41":{"prop_l36":"free","dim_e68":{"param_i97":"https://api.org/v1","param_v49":"approved","val_w45":"https://example.com","col_w99":null,"prop_e11"... |
TASK repair_structured_output
SPEC
FIELD dim_y16 TYPE string_date-time REQUIRED no
FIELD prop_m94 TYPE boolean REQUIRED no
FIELD param_d60 TYPE string_email REQUIRED yes
FIELD col_n13 TYPE number REQUIRED no
FIELD dim_e63.field_w61 TYPE number REQUIRED yes
FIELD dim_e63.attr_t46 TYPE string_uri REQUIRED yes
FIELD dim_... | {"dim_y16":"2025-01-12T23:49:00Z","prop_m94":false,"param_d60":"ops@domain.org","col_n13":984.22,"dim_e63":{"field_w61":404.21,"attr_t46":"https://api.org/api","dim_v00":"2021-11-27T04:21:00Z"}} | missing_bracket | {
"type": "object",
"properties": {
"dim_y16": {
"type": "string",
"format": "date-time"
},
"prop_m94": {
"type": "boolean"
},
"param_d60": {
"type": "string",
"format": "email"
},
"col_n13": {
"type": "number"
},
"dim_e63": {
"type": "ob... | {"dim_y16":"2025-01-12T23:49:00Z","prop_m94":false,"param_d60":"ops@domain.org","col_n13":984.22,"dim_e63":{"field_w61":404.21,"attr_t46":"https://api.org/api","dim_v00":"2021-11-27T04:21:00Z"}} | Missing closing bracket | {"dim_y16":"2025-01-12T23:49:00Z","prop_m94":false,"param_d60":"ops@domain.org","col_n13":984.22,"dim_e63":{"field_w61":404.21,"attr_t46":"https://api.org/api","dim_v00":"2021-11-27T04:21:00Z"}} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE integer REQUIRED no
FIELD language TYPE string REQUIRED no
FIELD timezone TYPE string REQUIRED yes
FIELD title[] TYPE string REQUIRED no
FIELD current_draw[].published TYPE integer REQUIRED no
FIELD current_draw[].pressure_kpa TYPE integer REQUIRED yes
FIELD curren... | {"language":"https://example.com","timezone":"chrX","title":["Hapag-Lloyd-Express","foo","chr1"],"current_draw":[{"published":376,"pressure_kpa":385,"category":"anchored","insurance_id":true,"throttle_pos":633.11}]} | agent_chain | {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"language": {
"type": "string"
},
"timezone": {
"type": "string"
},
"title": {
"type": "array",
"items": {
"type": "string"
}
},
"current_draw": {
"type": "arra... | Let me check the system.
Action: run_diagnostics
Result: {"language": "https://example.com", "timezone": "chrX", "current_draw": [{"published": 376, "pressure_kpa": 385, "category": "anchored", "insurance_id": true, "throttle_pos": 633.11}]}
I'll query our database.
Action: calibrate_instrument
Result: | Agent multi-step chain with truncated tool output | {"language":"https://example.com","timezone":"chrX","title":["Hapag-Lloyd-Express","foo","chr1"],"current_draw":[{"published":376,"pressure_kpa":385,"category":"anchored","insurance_id":true,"throttle_pos":633.11}]} |
TASK repair_structured_output
SPEC
FIELD attr_k40 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_h48 TYPE string_date-time REQUIRED yes
FIELD val_a96 TYPE string REQUIRED no
FIELD param_y57 TYPE number REQUIRED no
FIELD dim_f89 TYPE integer REQUIRED no
FIELD val_h68 TYPE integer ... | {"attr_h48":"2022-06-28T16:37:00Z","val_a96":"Charlie","val_h68":559,"val_v18":{"attr_y86":437.05,"key_i20":"2026-11-26T07:33:00Z","param_t09":"https://example.org/v1","val_z23":{"col_p09":223.84,"col_m55":959.0,"col_b21":"completed","prop_g57":701.4}}} | missing_brace | {
"type": "object",
"properties": {
"attr_k40": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"attr_h48": {
"type": "string",
"format": "date-time"
},
"val_a96": {
"type": "string"
... | {"attr_h48":"2022-06-28T16:37:00Z","val_a96":"Charlie","val_h68":559,"val_v18":{"attr_y86":437.05,"key_i20":"2026-11-26T07:33:00Z","param_t09":"https://example.org/v1","val_z23":{"col_p09":223.84,"col_m55":959.0,"col_b21":"completed","prop_g57":701.4}} | Missing closing brace | {"attr_h48":"2022-06-28T16:37:00Z","val_a96":"Charlie","val_h68":559,"val_v18":{"attr_y86":437.05,"key_i20":"2026-11-26T07:33:00Z","param_t09":"https://example.org/v1","val_z23":{"col_p09":223.84,"col_m55":959.0,"col_b21":"completed","prop_g57":701.4}}} |
TASK repair_structured_output
SPEC
FIELD umi TYPE integer REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD tile TYPE string REQUIRED yes
FIELD ward TYPE number REQUIRED yes
BROKEN_OUTPUT
{"deploy_target": "FWD", "tile": "Santos", "ward": "\"145.85\""} | {"deploy_target":"FWD","tile":"Santos","ward":145.85} | wrong_type | {
"type": "object",
"properties": {
"umi": {
"type": "integer"
},
"deploy_target": {
"type": "string"
},
"tile": {
"type": "string"
},
"ward": {
"type": "number"
}
},
"required": [
"deploy_target",
"ward",
"tile"
]
} | {"deploy_target": "FWD", "tile": "Santos", "ward": "\"145.85\""} | Field 'ward' must be number, got string | {"deploy_target":"FWD","tile":"Santos","ward":145.85} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE number REQUIRED no
FIELD item_id TYPE integer REQUIRED no
FIELD account_id TYPE integer REQUIRED yes
FIELD description.account_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD description.rating TYPE string VALUES active|inactive|pending REQUIR... | {"item_id":273,"account_id":542,"description":{"account_id":"error","rating":"inactive","tax":"editor"},"altitude":23,"trace_id":"delivered"} | extra_field | {
"type": "object",
"properties": {
"paragraph": {
"type": "number"
},
"item_id": {
"type": "integer"
},
"account_id": {
"type": "integer"
},
"description": {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"en... | {"item_id": 273, "account_id": 542, "description": {"account_id": "error", "rating": "inactive", "tax": "editor"}, "altitude": 23, "trace_id": "delivered", "extra_value_7002": "unexpected"} | Unknown field 'extra_value_7002' not defined in schema | {"item_id":273,"account_id":542,"description":{"account_id":"error","rating":"inactive","tax":"editor"},"altitude":23,"trace_id":"delivered"} |
TASK repair_structured_output
SPEC
FIELD attr_i76 TYPE boolean REQUIRED no
FIELD attr_p23 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_p72 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"attr_p23": "oceanic", "col_p72": 298.08, "extra_field_4049": "unexpected"} | {"attr_p23":"oceanic","col_p72":298.08} | extra_field | {
"type": "object",
"properties": {
"attr_i76": {
"type": "boolean"
},
"attr_p23": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_p72": {
"type": "number"
}
},
"required": [
"attr_p23",
... | {"attr_p23": "oceanic", "col_p72": 298.08, "extra_field_4049": "unexpected"} | Unknown field 'extra_field_4049' not defined in schema | {"attr_p23":"oceanic","col_p72":298.08} |
TASK repair_structured_output
SPEC
FIELD val_z45 TYPE integer REQUIRED yes
FIELD attr_i98 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_b67 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
Below is the JSON object:
```json
{"val_z45":431,"attr_i98":"editor","col_b... | {"val_z45":431,"attr_i98":"editor","col_b67":"offline"} | markdown_explanation | {
"type": "object",
"properties": {
"val_z45": {
"type": "integer"
},
"attr_i98": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_b67": {
"type": "string",
"enum": [
"operational",
"degraded",
... | Below is the JSON object:
```json
{"val_z45":431,"attr_i98":"editor","col_b67":"offline"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"val_z45":431,"attr_i98":"editor","col_b67":"offline"} |
TASK repair_structured_output
SPEC
FIELD attr_a28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD prop_s58 TYPE null REQUIRED yes
FIELD dim_j78 TYPE integer REQUIRED yes
FIELD field_f69 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD dim_i92 TYPE string_uri REQUIRED no
FIELD co... | {"attr_a28":"USD","prop_s58":null,"dim_j78":778,"field_f69":"degraded","dim_i92":"https://api.io/data","col_u90":"ops@domain.org"} | agent_chain | {
"type": "object",
"properties": {
"attr_a28": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"prop_s58": {
"type": "null"
},
"dim_j78": {
"type": "integer"
},
"field_f69": {
"type": "strin... | I need to look up the information first.
Action: lookup_customer
Result: {"prop_s58": null, "dim_j78": 778, "field_f69": "degraded", "dim_i92": "https://api.io/data", "col_u90": "ops@domain.org"}
Processing the request now.
Action: send_email
Result: | Agent multi-step chain with truncated tool output | {"attr_a28":"USD","prop_s58":null,"dim_j78":778,"field_f69":"degraded","dim_i92":"https://api.io/data","col_u90":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD key_m01.key_d75 TYPE string REQUIRED yes
FIELD key_m01.col_j07 TYPE string_uri REQUIRED yes
FIELD key_m01.dim_c38.attr_t80 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD key_m01.dim_c38.attr_v64 TYPE boolean REQUIRED yes
FIELD key_m01.dim_c38.attr_b86 TYPE str... | {"key_m01":{"key_d75":"REV","col_j07":"https://www.org/v1","dim_c38":{"attr_t80":"mode_b","attr_v64":false,"attr_b86":"mode_a","col_u88":true,"param_x22":254}},"attr_u55":"qux","prop_l27":"https://api.org/api","val_b47":"Maria"} | partial_structure | {
"type": "object",
"properties": {
"key_m01": {
"type": "object",
"properties": {
"key_d75": {
"type": "string"
},
"col_j07": {
"type": "string",
"format": "uri"
},
"dim_c38": {
"type": "object",
"properties":... | Based on the data, key_m01 is {'key_d75': 'REV', 'col_j07': 'https://www.org/v1', 'dim_c38': {'attr_t80': 'mode_b', 'attr_v64': False, 'attr_b86': 'mode_a', 'col_u88': True, 'param_x22': 254}}. {"key_m01":{"key_d75":"REV","col_j07":"https://www.org/v1","dim_c38":{"attr_t80":"mode_b","attr_v64":false,"attr_b86":"mode_a"... | Output mixes natural language with JSON | {"key_m01":{"key_d75":"REV","col_j07":"https://www.org/v1","dim_c38":{"attr_t80":"mode_b","attr_v64":false,"attr_b86":"mode_a","col_u88":true,"param_x22":254}},"attr_u55":"qux","prop_l27":"https://api.org/api","val_b47":"Maria"} |
TASK repair_structured_output
SPEC
FIELD field_l38 TYPE boolean REQUIRED yes
FIELD key_e47 TYPE number REQUIRED no
FIELD field_z19 TYPE boolean REQUIRED no
FIELD param_l92.dim_t51 TYPE integer REQUIRED yes
FIELD param_l92.attr_h49 TYPE string REQUIRED no
FIELD param_l92.key_x62[].key_z02 TYPE string VALUES type_a|type... | {"field_l38":true,"key_e47":231.64,"field_z19":true,"param_l92":{"dim_t51":920}} | thought_process | {
"type": "object",
"properties": {
"field_l38": {
"type": "boolean"
},
"key_e47": {
"type": "number"
},
"field_z19": {
"type": "boolean"
},
"param_l92": {
"type": "object",
"properties": {
"dim_t51": {
"type": "integer"
},
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"field_l38":true,"key_e47":231.64,"field_z19":true,"param_l92":{"dim_t51":920}} | Output contains chain-of-thought reasoning before JSON | {"field_l38":true,"key_e47":231.64,"field_z19":true,"param_l92":{"dim_t51":920}} |
TASK repair_structured_output
SPEC
FIELD col_i00.key_q86 TYPE string REQUIRED no
FIELD col_i00.col_a93 TYPE integer REQUIRED no
FIELD col_i00.param_v62.dim_r63 TYPE string VALUES draft|published|archived REQUIRED no
FIELD col_i00.param_v62.dim_r83 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD col_i00.param... | {"col_i00":{"col_a93":819,"param_v62":{"dim_r63":"draft","dim_r83":"JPY","val_u91":502,"prop_a49":"BRL","key_f46":"example"},"val_d62":973,"prop_e29":74.29},"attr_q79":"inactive","key_k79":"Luis","attr_e62":937.27} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_i00": {
"type": "object",
"properties": {
"key_q86": {
"type": "string"
},
"col_a93": {
"type": "integer"
},
"param_v62": {
"type": "object",
"properties": {
"dim_r63"... | Tool: annotate_mutation
Params: {"col_i00": {"col_a93": 819, "param_v62": {"dim_r63": "draft", "dim_r83": "JPY", "val_u91": 502, "prop_a49": "BRL", "key_f46": "example"}, "val_d62": 973, "prop_e29": 74.29}, "attr_q79": "inactive", "attr_e62": 937.27, "key_k79_new": "Luis"} | Agent used wrong parameter name 'key_k79_new' instead of 'key_k79' | {"col_i00":{"col_a93":819,"param_v62":{"dim_r63":"draft","dim_r83":"JPY","val_u91":502,"prop_a49":"BRL","key_f46":"example"},"val_d62":973,"prop_e29":74.29},"attr_q79":"inactive","key_k79":"Luis","attr_e62":937.27} |
TASK repair_structured_output
SPEC
FIELD prop_g92 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_u41 TYPE boolean REQUIRED no
FIELD param_c25 TYPE string_uri REQUIRED no
FIELD val_e72[] TYPE integer REQUIRED yes
FIELD val_g67[] TYPE string REQUIRED no
BROKEN_OUTPUT
{'prop_g92':'black','dim_u41':t... | {"prop_g92":"black","dim_u41":true,"param_c25":"https://example.org/v1","val_e72":[635,971],"val_g67":["chr1","Jane"]} | single_quotes | {
"type": "object",
"properties": {
"prop_g92": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_u41": {
"type": "boolean"
},
"param_c25": {
"type": "string",
"format": "uri"
},
"v... | {'prop_g92':'black','dim_u41':true,'param_c25':'https://example.org/v1','val_e72':[635,971],'val_g67':['chr1','Jane']} | Expecting property name enclosed in double quotes | {"prop_g92":"black","dim_u41":true,"param_c25":"https://example.org/v1","val_e72":[635,971],"val_g67":["chr1","Jane"]} |
TASK repair_structured_output
SPEC
FIELD weight TYPE null REQUIRED no
FIELD address TYPE boolean REQUIRED no
FIELD batch_code TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD torque_output TYPE string_uri REQUIRED no
FIELD port_code.comments.type TYPE string REQUIRED yes
FIELD port_code.comments.build_s... | {"weight":null,"batch_code":"white","torque_output":"https://data.io/data","port_code":{"comments":{"type":"REV","build_status":809,"message":"black","priority":false,"weight":"single"},"options":"inactive","active":true},"log_level":"unstable","price":null,"crew_id":false} | null_required | {
"type": "object",
"properties": {
"weight": {
"type": "null"
},
"address": {
"type": "boolean"
},
"batch_code": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"torque_output": {
"ty... | {"weight": null, "batch_code": "white", "torque_output": "https://data.io/data", "port_code": {"comments": {"type": "REV", "build_status": 809, "message": "black", "priority": false, "weight": "single"}, "options": "inactive", "active": true}, "log_level": "unstable", "price": null, "crew_id": false} | Required field 'price' is null | {"weight":null,"batch_code":"white","torque_output":"https://data.io/data","port_code":{"comments":{"type":"REV","build_status":809,"message":"black","priority":false,"weight":"single"},"options":"inactive","active":true},"log_level":"unstable","price":null,"crew_id":false} |
TASK repair_structured_output
SPEC
FIELD field_o85 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD attr_r56 TYPE integer REQUIRED no
FIELD key_i72.dim_e31 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD key_i72.field_r48 TYPE number REQUIRED yes
FIELD key_i72.prop_u24.key_f... | {"field_o85":"resolved","key_i72":{"dim_e31":"level_1","field_r48":697.49,"param_g29":true,"col_w67":944}} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_o85": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"attr_r56": {
"type": "integer"
},
"key_i72": {
"type": "object",
"properties": {
"dim_e31":... | Let me check the system.
Action: generate_report
Arguments: {"key_i72": {"dim_e31": "level_1", "field_r48": 697.49, "param_g29": true, "col_w67": 944}} | Agent tool call missing required parameter 'field_o85' | {"field_o85":"resolved","key_i72":{"dim_e31":"level_1","field_r48":697.49,"param_g29":true,"col_w67":944}} |
TASK repair_structured_output
SPEC
FIELD length TYPE boolean REQUIRED no
FIELD strand TYPE integer REQUIRED yes
FIELD options TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
<functioncall> update_preferences
{length: true, strand: 554, options: "reliable"} | {"length":true,"strand":554,"options":"reliable"} | tool_call_bad_format | {
"type": "object",
"properties": {
"length": {
"type": "boolean"
},
"strand": {
"type": "integer"
},
"options": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
}
},
"required": [
"options",
"strand"
]... | <functioncall> update_preferences
{length: true, strand: 554, options: "reliable"} | Tool call has malformed arguments — unquoted keys in function parameters | {"length":true,"strand":554,"options":"reliable"} |
TASK repair_structured_output
SPEC
FIELD param_s41 TYPE null REQUIRED yes
FIELD attr_z28.val_z78 TYPE number REQUIRED no
FIELD attr_z28.key_z72 TYPE integer REQUIRED no
FIELD attr_z28.dim_o13 TYPE string REQUIRED yes
FIELD attr_z28.col_e41 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_z28.dim_b6... | {"param_s41":null,"field_f57":"unstable","attr_r65":false} | truncated_array | {
"type": "object",
"properties": {
"param_s41": {
"type": "null"
},
"attr_z28": {
"type": "object",
"properties": {
"val_z78": {
"type": "number"
},
"key_z72": {
"type": "integer"
},
"dim_o13": {
"type": "string"
... | {"param_s41":null,"field_f57":"unstable","attr_r65":false | Unexpected end of JSON input — truncated object | {"param_s41":null,"field_f57":"unstable","attr_r65":false} |
TASK repair_structured_output
SPEC
FIELD field_v61 TYPE null REQUIRED no
FIELD prop_y10 TYPE number REQUIRED no
FIELD param_x72 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD attr_s22 TYPE string REQUIRED yes
FIELD dim_p81 TYPE integer REQUIRED yes
FIELD col_p14 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_v61":n... | {"field_v61":null,"prop_y10":536.59,"param_x72":"cat_b","attr_s22":"New York","dim_p81":101,"col_p14":"Tokyo"} | trailing_comma | {
"type": "object",
"properties": {
"field_v61": {
"type": "null"
},
"prop_y10": {
"type": "number"
},
"param_x72": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"attr_s22": {
"type": "string"
},
"dim_p81": {
"type":... | {"field_v61":null,"prop_y10":536.59,"param_x72":"cat_b","attr_s22":"New York","dim_p81":101,"col_p14":"Tokyo",} | Unexpected trailing comma | {"field_v61":null,"prop_y10":536.59,"param_x72":"cat_b","attr_s22":"New York","dim_p81":101,"col_p14":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD param_k62 TYPE integer REQUIRED yes
FIELD dim_m21 TYPE number REQUIRED yes
FIELD prop_d92 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_b37 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT
{"param_k62": "\"172\"", "dim_m21": 839.19... | {"param_k62":172,"dim_m21":839.19,"prop_d92":"option_a","field_b37":"open"} | wrong_type | {
"type": "object",
"properties": {
"param_k62": {
"type": "integer"
},
"dim_m21": {
"type": "number"
},
"prop_d92": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"field_b37": {
"type": "string",
"enum": [
"ope... | {"param_k62": "\"172\"", "dim_m21": 839.19, "prop_d92": "option_a", "field_b37": "open"} | Field 'param_k62' must be integer, got string | {"param_k62":172,"dim_m21":839.19,"prop_d92":"option_a","field_b37":"open"} |
TASK repair_structured_output
SPEC
FIELD prop_e65 TYPE number REQUIRED no
FIELD field_n43 TYPE integer REQUIRED no
FIELD col_n58 TYPE null REQUIRED yes
FIELD param_s76 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
BROKEN_OUTPUT
{"prop_e65":289.38,"field_n43":532,"col_n58":null,} | {"prop_e65":289.38,"field_n43":532,"col_n58":null} | trailing_comma | {
"type": "object",
"properties": {
"prop_e65": {
"type": "number"
},
"field_n43": {
"type": "integer"
},
"col_n58": {
"type": "null"
},
"param_s76": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"es... | {"prop_e65":289.38,"field_n43":532,"col_n58":null,} | Unexpected trailing comma | {"prop_e65":289.38,"field_n43":532,"col_n58":null} |
TASK repair_structured_output
SPEC
FIELD items TYPE boolean REQUIRED no
FIELD diagnosis_code TYPE string REQUIRED no
FIELD type TYPE boolean REQUIRED no
FIELD batch_code TYPE string REQUIRED yes
FIELD count[].enabled TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD count[].color TYPE string VALUES... | {"diagnosis_code":"chrX","type":true,"batch_code":"MV-Evergreen-01","count":[{"country":111,"lab_result":"test","subject":false,"temp_celsius":661},{"enabled":"moored","color":"archived","lab_result":"A short description.","subject":false,"temp_celsius":486}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"items": {
"type": "boolean"
},
"diagnosis_code": {
"type": "string"
},
"type": {
"type": "boolean"
},
"batch_code": {
"type": "string"
},
"count": {
"type": "array",
"items": {
"type": "object",
... | I need to look up the information first.
Action: delete_item
Arguments: {"diagnosis_code": "chrX", "type": true, "count": [{"country": 111, "lab_result": "test", "subject": false, "temp_celsius": 661}, {"enabled": "moored", "color": "archived", "lab_result": "A short description.", "subject": false, "temp_celsius": 486... | Agent tool call missing required parameter 'batch_code' | {"diagnosis_code":"chrX","type":true,"batch_code":"MV-Evergreen-01","count":[{"country":111,"lab_result":"test","subject":false,"temp_celsius":661},{"enabled":"moored","color":"archived","lab_result":"A short description.","subject":false,"temp_celsius":486}]} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD language TYPE integer REQUIRED yes
FIELD company TYPE integer REQUIRED no
FIELD bill_of_lading TYPE number REQUIRED no
FIELD latitude TYPE string REQUIRED no
FIELD frequency_hz TYPE integer REQUIRE... | {"quantity":"mode_e","language":384,"company":496,"latitude":"bar","frequency_hz":536} | single_quotes | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"language": {
"type": "integer"
},
"company": {
"type": "integer"
},
"bill_of_lading":... | {'quantity':'mode_e','language':384,'company':496,'latitude':'bar','frequency_hz':536} | Expecting property name enclosed in double quotes | {"quantity":"mode_e","language":384,"company":496,"latitude":"bar","frequency_hz":536} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE number REQUIRED yes
FIELD duration_ms TYPE string REQUIRED yes
FIELD build_status TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"voltage":871.45,"duration_ms":"active","build_status":"test@domain.org" | {"voltage":871.45,"duration_ms":"active","build_status":"test@domain.org"} | truncated_array | {
"type": "object",
"properties": {
"voltage": {
"type": "number"
},
"duration_ms": {
"type": "string"
},
"build_status": {
"type": "string",
"format": "email"
}
},
"required": [
"duration_ms",
"build_status",
"voltage"
]
} | {"voltage":871.45,"duration_ms":"active","build_status":"test@domain.org" | Unexpected end of JSON input — truncated object | {"voltage":871.45,"duration_ms":"active","build_status":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD key_u47 TYPE integer REQUIRED yes
FIELD field_k74 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD attr_n22 TYPE string REQUIRED no
FIELD key_q30 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_a04.key_d08 TYPE string REQUIRED no
FIELD dim_a04.col_y12 T... | {"key_u47":730,"attr_n22":"2024-01-15","dim_a04":{"key_d08":"Paris","col_y12":"test@example.com","param_j46":"2020-06-08T02:05:00Z"}} | trailing_comma | {
"type": "object",
"properties": {
"key_u47": {
"type": "integer"
},
"field_k74": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"attr_n22": {
"type": "string"
},
"key_q30": {
"type": "string",
... | {"key_u47":730,"attr_n22":"2024-01-15","dim_a04":{"key_d08":"Paris","col_y12":"test@example.com","param_j46":"2020-06-08T02:05:00Z"},} | Unexpected trailing comma | {"key_u47":730,"attr_n22":"2024-01-15","dim_a04":{"key_d08":"Paris","col_y12":"test@example.com","param_j46":"2020-06-08T02:05:00Z"}} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE string REQUIRED no
FIELD price TYPE boolean REQUIRED yes
FIELD product_id TYPE string REQUIRED no
FIELD age[] TYPE null REQUIRED no
FIELD ward[].maturity_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD ward[].repository TYPE boolean R... | {"log_level":"Silva","price":true,"age":[null,null,null,null],"ward":[{"maturity_date":"mode_d","repository":false,"berth_slot":"sample","priority":838.24,"bearing":"Hapag-Lloyd-Express"},{"berth_slot":"Tokyo","priority":28.29,"bearing":"Charlie"}]} | partial_structure | {
"type": "object",
"properties": {
"log_level": {
"type": "string"
},
"price": {
"type": "boolean"
},
"product_id": {
"type": "string"
},
"age": {
"type": "array",
"items": {
"type": "null"
}
},
"ward": {
"type": "array",
"... | The age is [None, None, None, None] and {"log_level":"Silva","price":true,"age":[null,null,null,null],"ward":[{"maturity_date":"mode_d","repository":false,"berth_slot":"sample","priority":838.24,"bearing":"Hapag-Lloyd-Express"},{"berth_slot":"Tokyo","priority":28.29,"bearing":"Charlie"}]} | Output mixes natural language with JSON | {"log_level":"Silva","price":true,"age":[null,null,null,null],"ward":[{"maturity_date":"mode_d","repository":false,"berth_slot":"sample","priority":838.24,"bearing":"Hapag-Lloyd-Express"},{"berth_slot":"Tokyo","priority":28.29,"bearing":"Charlie"}]} |
TASK repair_structured_output
SPEC
FIELD param_l05 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_s12 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_w98 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD prop_u95 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|le... | {"param_l05":"low","col_w98":"level_1","prop_u95":"level_4"} | markdown_fences | {
"type": "object",
"properties": {
"param_l05": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_s12": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | ```json
{"param_l05":"low","col_w98":"level_1","prop_u95":"level_4"}
``` | Output contains markdown code fences | {"param_l05":"low","col_w98":"level_1","prop_u95":"level_4"} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD gene_id TYPE string REQUIRED no
FIELD item_id TYPE string REQUIRED no
FIELD vessel_name TYPE boolean REQUIRED no
FIELD state TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD values TYPE string REQUI... | {"status":"cat_a","gene_id":"Silva","item_id":"REV","vessel_name":false,"values":"Berlin"} | markdown_fences | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"gene_id": {
"type": "string"
},
"item_id": {
"type": "string"
},
"vessel_name": {
"type": "boolean"
},
"state": {
"type": "... | ```json
{"status":"cat_a","gene_id":"Silva","item_id":"REV","vessel_name":false,"values":"Berlin"}
``` | Output contains markdown code fences | {"status":"cat_a","gene_id":"Silva","item_id":"REV","vessel_name":false,"values":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD key_w70 TYPE string REQUIRED yes
FIELD attr_f96 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_v75.param_j10 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_v75.val_i04 TYPE number REQUIRED yes
FIELD dim_v75.col_m56 TYPE number REQUI... | {"key_w70":"This is a test value.","attr_f96":"unstable","param_b91":"https://api.com/v1","key_o10":553.79,"param_n01":"intermittent"} | extra_text_before | {
"type": "object",
"properties": {
"key_w70": {
"type": "string"
},
"attr_f96": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_v75": {
"type": "object",
"properties": {
"param_j10": {
"... | Sure, here's the result:
{"key_w70":"This is a test value.","attr_f96":"unstable","param_b91":"https://api.com/v1","key_o10":553.79,"param_n01":"intermittent"} | Output contains non-JSON text before the object | {"key_w70":"This is a test value.","attr_f96":"unstable","param_b91":"https://api.com/v1","key_o10":553.79,"param_n01":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD prop_q86 TYPE number REQUIRED no
FIELD prop_x76 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD prop_t53 TYPE string REQUIRED yes
FIELD param_n88 TYPE string VALUES option_a|option_b REQUIRED no
FIELD param_t17.param_w67 TYPE number REQUIRED yes
FIELD param_t17.param_n74... | {"prop_q86":416.74,"prop_x76":"cat_b","prop_t53":"quux","param_t17":{"param_w67":415.5,"param_n74":{"attr_d89":632,"field_t45":"ops@example.com","val_x54":"test@example.com","attr_x51":"option_b","attr_y00":[767,281]},"key_h38":"pending","prop_f97":"info@domain.org"},"val_i63":{"dim_p87":"closed","field_p79":894.77,"co... | null_required | {
"type": "object",
"properties": {
"prop_q86": {
"type": "number"
},
"prop_x76": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_t53": {
"type": "string"
},
"param_n88": {
"type": "string",
"enum": [
... | {"prop_q86": 416.74, "prop_x76": "cat_b", "prop_t53": null, "param_t17": {"param_w67": 415.5, "param_n74": {"attr_d89": 632, "field_t45": "ops@example.com", "val_x54": "test@example.com", "attr_x51": "option_b", "attr_y00": [767, 281]}, "key_h38": "pending", "prop_f97": "info@domain.org"}, "val_i63": {"dim_p87": "close... | Required field 'prop_t53' is null | {"prop_q86":416.74,"prop_x76":"cat_b","prop_t53":"quux","param_t17":{"param_w67":415.5,"param_n74":{"attr_d89":632,"field_t45":"ops@example.com","val_x54":"test@example.com","attr_x51":"option_b","attr_y00":[767,281]},"key_h38":"pending","prop_f97":"info@domain.org"},"val_i63":{"dim_p87":"closed","field_p79":894.77,"co... |
TASK repair_structured_output
SPEC
FIELD param_d92 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD dim_l78 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_g62 TYPE string REQUIRED no
FIELD col_r13 TYPE number REQUIRED no
FIELD field_x73 TYPE string VALUES reliable|unstable|intermi... | {"param_d92":"underway","dim_l78":"viewer","field_g62":"https://example.com","col_r13":698.3,"field_x73":"unstable","attr_f74":false} | thought_process | {
"type": "object",
"properties": {
"param_d92": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_l78": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"f... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"param_d92":"underway","dim_l78":"viewer","field_g62":"https://example.com","col_r13":698.3,"field_x73":"unstable","attr_f74":false} | Output contains chain-of-thought reasoning before JSON | {"param_d92":"underway","dim_l78":"viewer","field_g62":"https://example.com","col_r13":698.3,"field_x73":"unstable","attr_f74":false} |
TASK repair_structured_output
SPEC
FIELD dim_p92 TYPE string VALUES type_a|type_b REQUIRED no
FIELD attr_g51 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_w31 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD val_b30 TYPE boolean REQUIRED yes
FIELD field_h68 TYPE string VALUES sm... | {"dim_p92":"type_a","attr_g51":"success","val_b30":true,"field_h68":"xl"} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_p92": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"attr_g51": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_w31": {
"type... | I need to look up the information first.
<tool_call name="calibrate_instrument">
{"dim_p92":"type_a","attr_g51":"success","val_b30":true,"field_h68":"xl"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"dim_p92":"type_a","attr_g51":"success","val_b30":true,"field_h68":"xl"} |
TASK repair_structured_output
SPEC
FIELD prop_o23 TYPE integer REQUIRED yes
FIELD attr_h87 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_c27 TYPE string REQUIRED yes
FIELD col_m94 TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assigning the berth.
Let me verify the ca... | {"prop_o23":919,"attr_h87":"xl","prop_c27":"demo","col_m94":"RTG-04"} | thought_process | {
"type": "object",
"properties": {
"prop_o23": {
"type": "integer"
},
"attr_h87": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"prop_c27": {
"type": "string"
},
"col_m94": {
"type": "string"
}... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"prop_o23":919,"attr_h87":"xl","prop_c27":"demo","col_m94":"RTG-04"} | Output contains chain-of-thought reasoning before JSON | {"prop_o23":919,"attr_h87":"xl","prop_c27":"demo","col_m94":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string REQUIRED no
FIELD tags TYPE string_email REQUIRED no
FIELD date.last_name TYPE string REQUIRED yes
FIELD date.department TYPE string REQUIRED yes
FIELD date.repository TYPE integer REQUIRED yes
FIELD priority TYPE string REQUIRED no
FIELD throttle_pos T... | {"temp_celsius":"chr1","tags":"ops@domain.org","date":{"last_name":"baz","department":"https://api.example.com/v1","repository":527},"quantity":{"dissolved_oxygen":"small","berth_slot":false,"chromosome":"anchored","label":null}} | unquoted_keys | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string"
},
"tags": {
"type": "string",
"format": "email"
},
"date": {
"type": "object",
"properties": {
"last_name": {
"type": "string"
},
"department": {
"typ... | {temp_celsius:"chr1",tags:"ops@domain.org",date:{last_name:"baz",department:"https://api.example.com/v1",repository:527},quantity:{dissolved_oxygen:"small",berth_slot:false,chromosome:"anchored",label:null}} | Expecting property name enclosed in double quotes | {"temp_celsius":"chr1","tags":"ops@domain.org","date":{"last_name":"baz","department":"https://api.example.com/v1","repository":527},"quantity":{"dissolved_oxygen":"small","berth_slot":false,"chromosome":"anchored","label":null}} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD category TYPE integer REQUIRED yes
FIELD voltage TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
BROKEN_OUTPUT
{"decay_rate": "maintenance", "category": "754kg", "voltage": ... | {"decay_rate":"maintenance","category":754,"voltage":"inland"} | number_with_unit | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"category": {
"type": "integer"
},
"voltage": {
"type": "string",
"enum": [
"coasta... | {"decay_rate": "maintenance", "category": "754kg", "voltage": "inland"} | Field 'category' must be number, got string with unit | {"decay_rate":"maintenance","category":754,"voltage":"inland"} |
TASK repair_structured_output
SPEC
FIELD company TYPE null REQUIRED no
FIELD strand TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD quantity TYPE string REQUIRED no
FIELD altitude TYPE string VALUES draft|published|archived REQUIRED yes
FIELD format TYPE string REQUIRED no
BROKEN_OUTPUT
<functioncall> check... | {"company":null,"strand":"sms","quantity":"baz","altitude":"draft"} | tool_call_bad_format | {
"type": "object",
"properties": {
"company": {
"type": "null"
},
"strand": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"quantity": {
"type": "string"
},
"altitude": {
"type": "string",
"enu... | <functioncall> check_cargo_manifest
{company: null, strand: "sms", quantity: "baz", altitude: "draft"} | Tool call has malformed arguments — unquoted keys in function parameters | {"company":null,"strand":"sms","quantity":"baz","altitude":"draft"} |
TASK repair_structured_output
SPEC
FIELD field_t96 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_q16 TYPE integer REQUIRED no
FIELD dim_b03 TYPE string REQUIRED no
FIELD field_y90.prop_m05 TYPE string_email REQUIRED yes
FIELD field_y90.key_i75 TYPE string_date-time REQUIRED yes
FIELD field_y90.field... | {"field_t96":"email","param_q16":640,"field_y90":{"prop_m05":"test@test.io","key_i75":"2023-12-28T12:50:00Z","field_k70":163.78,"val_a73":625},"field_m50":{"val_r08":"single","attr_n94":"2021-04-01T09:43:00Z","col_r46":null}} | wrong_type | {
"type": "object",
"properties": {
"field_t96": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_q16": {
"type": "integer"
},
"dim_b03": {
"type": "string"
},
"field_y90": {
"type": "object",
... | {"field_t96": "email", "param_q16": "\"640\"", "field_y90": {"prop_m05": "test@test.io", "key_i75": "2023-12-28T12:50:00Z", "field_k70": 163.78, "val_a73": 625}, "field_m50": {"val_r08": "single", "attr_n94": "2021-04-01T09:43:00Z", "col_r46": null}} | Field 'param_q16' must be integer, got string | {"field_t96":"email","param_q16":640,"field_y90":{"prop_m05":"test@test.io","key_i75":"2023-12-28T12:50:00Z","field_k70":163.78,"val_a73":625},"field_m50":{"val_r08":"single","attr_n94":"2021-04-01T09:43:00Z","col_r46":null}} |
TASK repair_structured_output
SPEC
FIELD val_x42 TYPE string REQUIRED yes
FIELD attr_a26 TYPE string_email REQUIRED no
FIELD prop_z92 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD param_g35 TYPE string REQUIRED no
FIELD attr_v80 TYPE integer REQUIRED yes
FIELD col_h00 TYPE boolean REQUIRED no
FIELD attr_w... | {"val_x42":"Jane","attr_a26":"info@domain.org","prop_z92":"small","attr_v80":385,"col_h00":true,"dim_t11":{"col_i36":null,"attr_p11":651.59,"param_g63":{"col_v21":"option_c","field_g80":"ops@example.com","prop_r20":"type_d","param_x58":"https://example.com/api","key_t30":802.09,"val_d15":true,"col_e60":"level_3"},"fiel... | extra_text_before | {
"type": "object",
"properties": {
"val_x42": {
"type": "string"
},
"attr_a26": {
"type": "string",
"format": "email"
},
"prop_z92": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"param_g35": {
... | Below is the JSON object:
{"val_x42":"Jane","attr_a26":"info@domain.org","prop_z92":"small","attr_v80":385,"col_h00":true,"dim_t11":{"col_i36":null,"attr_p11":651.59,"param_g63":{"col_v21":"option_c","field_g80":"ops@example.com","prop_r20":"type_d","param_x58":"https://example.com/api","key_t30":802.09,"val_d15":true,... | Output contains non-JSON text before the object | {"val_x42":"Jane","attr_a26":"info@domain.org","prop_z92":"small","attr_v80":385,"col_h00":true,"dim_t11":{"col_i36":null,"attr_p11":651.59,"param_g63":{"col_v21":"option_c","field_g80":"ops@example.com","prop_r20":"type_d","param_x58":"https://example.com/api","key_t30":802.09,"val_d15":true,"col_e60":"level_3"},"fiel... |
TASK repair_structured_output
SPEC
FIELD state.feedback TYPE string REQUIRED no
FIELD state.footnote TYPE integer REQUIRED yes
FIELD state.invoice_id TYPE number REQUIRED no
FIELD state.berth_slot TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD state.status.conductivity TYPE string VALUES pending_review|con... | {"cargo_type":"Luis","phenotype":"red","compound":"https://example.com"} | single_quotes | {
"type": "object",
"properties": {
"state": {
"type": "object",
"properties": {
"feedback": {
"type": "string"
},
"footnote": {
"type": "integer"
},
"invoice_id": {
"type": "number"
},
"berth_slot": {
"t... | {'cargo_type':'Luis','phenotype':'red','compound':'https://example.com'} | Expecting property name enclosed in double quotes | {"cargo_type":"Luis","phenotype":"red","compound":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string REQUIRED yes
FIELD state TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD priority[] TYPE string REQUIRED yes
FIELD visible[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
<tool_call name="apply_discount">
{"medication":... | {"medication":"John","state":"white","priority":["active","2024-06-30","PASS","GRCh38"],"visible":[true,false,true,true]} | tool_call_text_mix | {
"type": "object",
"properties": {
"medication": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"priority": {
"type": "array",
"items": {
"type": "stri... | Let me check the system.
<tool_call name="apply_discount">
{"medication":"John","state":"white","priority":["active","2024-06-30","PASS","GRCh38"],"visible":[true,false,true,true]}
</tool_call. | Agent response mixes reasoning text with tool call | {"medication":"John","state":"white","priority":["active","2024-06-30","PASS","GRCh38"],"visible":[true,false,true,true]} |
TASK repair_structured_output
SPEC
FIELD index TYPE boolean REQUIRED no
FIELD repository TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD temp_celsius TYPE string VALUES single|married|divorced REQUIRED no
FIELD values TYPE null REQUIRED no
FIELD manifest_ref TYPE integer REQUIRED yes
FIELD subtotal TYPE... | {"index":true,"values":null,"manifest_ref":383,"organism":{"level":323.03,"ward":"Berlin","torque_output":"demo","width":"Santos","category":{"bearing":"Maria","values":"A short description.","item_id":true,"coverage":"Maria","nickname":"New York"}}} | missing_brace | {
"type": "object",
"properties": {
"index": {
"type": "boolean"
},
"repository": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"temp_celsius": {
"type": "string",
"enum": [
"single",
"m... | {"index":true,"values":null,"manifest_ref":383,"organism":{"level":323.03,"ward":"Berlin","torque_output":"demo","width":"Santos","category":"bearing":"Maria","values":"A short description.","item_id":true,"coverage":"Maria","nickname":"New York"}}} | Missing closing brace | {"index":true,"values":null,"manifest_ref":383,"organism":{"level":323.03,"ward":"Berlin","torque_output":"demo","width":"Santos","category":{"bearing":"Maria","values":"A short description.","item_id":true,"coverage":"Maria","nickname":"New York"}}} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED yes
FIELD step TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD quantity.email TYPE integer REQUIRED yes
FIELD quantity.pressure_kpa TYPE number REQUIRED no
FIELD quantity.format TYPE string REQUIRED yes
FIELD quantity.phenotype TYPE bool... | {"label":"chr1","step":"low","quantity":{"email":776,"format":"user@domain.com","phenotype":true,"catalyst":958.54},"freight_class":"admin","options":"2020-04-22T17:19:00Z","lab_result":"intermittent","organism":809} | null_required | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"step": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"quantity": {
"type": "object",
"properties": {
"email": {
"type... | {"label": "chr1", "step": "low", "quantity": {"email": 776, "format": "user@domain.com", "phenotype": true, "catalyst": 958.54}, "freight_class": null, "options": "2020-04-22T17:19:00Z", "lab_result": "intermittent", "organism": 809} | Required field 'freight_class' is null | {"label":"chr1","step":"low","quantity":{"email":776,"format":"user@domain.com","phenotype":true,"catalyst":958.54},"freight_class":"admin","options":"2020-04-22T17:19:00Z","lab_result":"intermittent","organism":809} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string REQUIRED yes
FIELD email TYPE number REQUIRED no
FIELD yield_pct TYPE string REQUIRED no
FIELD visible TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD branch TYPE string REQUIRED no
FIELD shift_code TYPE string VALUES level_1|lev... | {"chromosome":"pending","visible":"option_c","branch":"completed","shift_code":"level_4","credit_score":705,"step":"quux"} | extra_field | {
"type": "object",
"properties": {
"chromosome": {
"type": "string"
},
"email": {
"type": "number"
},
"yield_pct": {
"type": "string"
},
"visible": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
... | {"chromosome": "pending", "visible": "option_c", "branch": "completed", "shift_code": "level_4", "credit_score": 705, "step": "quux", "extra_data_3915": 42} | Unknown field 'extra_data_3915' not defined in schema | {"chromosome":"pending","visible":"option_c","branch":"completed","shift_code":"level_4","credit_score":705,"step":"quux"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD insurance_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD quantity TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD level TYPE string REQUIRED yes
FIELD tax TYPE s... | {"account_id":"active","insurance_id":"free","quantity":"homozygous","level":"FWD","tax":"pending","terminal_id":718.37,"strand":"admin@domain.org"} | truncated_object | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"insurance_id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
... | {"account_id":"active","insurance_id":"free","quantity":"homozygous","level":"FWD","tax":"pending","terminal_id":718.37,"strand":"admin@domain.org" | Unexpected end of JSON input — truncated object | {"account_id":"active","insurance_id":"free","quantity":"homozygous","level":"FWD","tax":"pending","terminal_id":718.37,"strand":"admin@domain.org"} |
TASK repair_structured_output
SPEC
FIELD length TYPE integer REQUIRED yes
FIELD subtotal TYPE string REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD id TYPE string_email REQUIRED yes
FIELD conductivity[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"length": 472, "subtotal": "https://example.com", "bill_of... | {"length":472,"subtotal":"https://example.com","bill_of_lading":"demo","id":"test@domain.org","conductivity":[311,575]} | missing_required | {
"type": "object",
"properties": {
"length": {
"type": "integer"
},
"subtotal": {
"type": "string"
},
"bill_of_lading": {
"type": "string"
},
"id": {
"type": "string",
"format": "email"
},
"conductivity": {
"type": "array",
"items": {
... | {"length": 472, "subtotal": "https://example.com", "bill_of_lading": "demo", "id": "test@domain.org"} | Required field 'conductivity' is missing | {"length":472,"subtotal":"https://example.com","bill_of_lading":"demo","id":"test@domain.org","conductivity":[311,575]} |
TASK repair_structured_output
SPEC
FIELD param_z91 TYPE boolean REQUIRED yes
FIELD attr_c77 TYPE string_date-time REQUIRED no
FIELD val_e73[].prop_h30 TYPE integer REQUIRED no
FIELD val_e73[].param_v84 TYPE string REQUIRED no
FIELD val_e73[].key_y24 TYPE string REQUIRED yes
FIELD val_e73[].field_n72 TYPE string_date-t... | {"param_z91":false,"attr_c77":"2025-06-11T23:54:00Z","val_e73":[{"param_v84":"example","key_y24":"demo","key_u29":false},{"prop_h30":364,"param_v84":"FWD","key_y24":"Smith","field_n72":"2022-06-20T11:02:00Z","col_d23":"active","key_u29":true}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_z91": {
"type": "boolean"
},
"attr_c77": {
"type": "string",
"format": "date-time"
},
"val_e73": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_h30": {
"type": "i... | I'll query our database.
<tool_call name="annotate_mutation">
{"param_z91":false,"attr_c77":"2025-06-11T23:54:00Z","val_e73":[{"param_v84":"example","key_y24":"demo","key_u29":false},{"prop_h30":364,"param_v84":"FWD","key_y24":"Smith","field_n72":"2022-06-20T11:02:00Z","col_d23":"active","key_u29":true}]}
</tool_call.
... | Agent response mixes reasoning text with tool call | {"param_z91":false,"attr_c77":"2025-06-11T23:54:00Z","val_e73":[{"param_v84":"example","key_y24":"demo","key_u29":false},{"prop_h30":364,"param_v84":"FWD","key_y24":"Smith","field_n72":"2022-06-20T11:02:00Z","col_d23":"active","key_u29":true}]} |
TASK repair_structured_output
SPEC
FIELD field_w07 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_o06 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD param_w55.col_c73 TYPE null REQUIRED yes
FIELD param_w55.param_b36 TYPE string REQUIRED yes
FIELD param_w55.prop_r04[].field_r15 TYPE string... | {"field_w07":"BRL","key_o06":"active"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_w07": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_o06": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
... | Tool: run_diagnostics
Params: {"field_w07": "BRL", "key_o06": "active"} | Agent used wrong parameter name 'param_w55_new' instead of 'param_w55' | {"field_w07":"BRL","key_o06":"active"} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD temp_celsius TYPE string REQUIRED yes
FIELD color TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD order_id TYPE string REQUIRED no
FIELD active.collateral TYPE string VALUES synonymous|miss... | {"span_id":"delivered","temp_celsius":"FWD","color":"GBP","active":{"collateral":"nonsense","name":"medium","image_url":382.03,"total":{"index":"active","full_name":"user@example.com","pressure_kpa":"chr1","commit_hash":"xl"}}} | null_required | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"temp_celsius": {
"type": "string"
},
"color": {
"type": "string",
"enum": [
"USD",
"... | {"span_id": "delivered", "temp_celsius": null, "color": "GBP", "active": {"collateral": "nonsense", "name": "medium", "image_url": 382.03, "total": {"index": "active", "full_name": "user@example.com", "pressure_kpa": "chr1", "commit_hash": "xl"}}} | Required field 'temp_celsius' is null | {"span_id":"delivered","temp_celsius":"FWD","color":"GBP","active":{"collateral":"nonsense","name":"medium","image_url":382.03,"total":{"index":"active","full_name":"user@example.com","pressure_kpa":"chr1","commit_hash":"xl"}}} |
TASK repair_structured_output
SPEC
FIELD key_l49 TYPE integer REQUIRED yes
FIELD dim_t33 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_s80.attr_d46 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_s80.dim_f58 TYPE integer REQUIRED no
FIELD param_s80.dim_x12 TYPE integer REQUIRED ye... | {"key_l49":375,"dim_t33":"type_c","param_s80":{"attr_d46":"medium","dim_x12":252,"param_o75":908,"param_i33":"pro"}} | extra_text_before | {
"type": "object",
"properties": {
"key_l49": {
"type": "integer"
},
"dim_t33": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"param_s80": {
"type": "object",
"properties": {
"attr_d46": {
"type": "s... | The parsed result is:
{"key_l49":375,"dim_t33":"type_c","param_s80":{"attr_d46":"medium","dim_x12":252,"param_o75":908,"param_i33":"pro"}} | Output contains non-JSON text before the object | {"key_l49":375,"dim_t33":"type_c","param_s80":{"attr_d46":"medium","dim_x12":252,"param_o75":908,"param_i33":"pro"}} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD branch TYPE integer REQUIRED yes
FIELD verified TYPE string REQUIRED yes
BROKEN_OUTPUT
{"branch": 533, "verified": null} | {"branch":533,"verified":"demo"} | null_required | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"branch": {
"type": "integer"
},
"verified": {
"type": "string"
}
},
"required": [
"branch",
"verified... | {"branch": 533, "verified": null} | Required field 'verified' is null | {"branch":533,"verified":"demo"} |
TASK repair_structured_output
SPEC
FIELD col_d29.param_u60 TYPE null REQUIRED yes
FIELD col_d29.field_y16 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_d29.val_q06 TYPE integer REQUIRED no
FIELD col_d29.field_v16 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_d29.v... | {"col_d29":{"param_u60":null,"field_y16":"underway","val_q06":488,"field_v16":"reliable","val_w06":{"key_d31":543,"dim_b16":"user@test.io","param_c15":334,"val_y77":true,"dim_g35":null,"param_e00":"published","key_r35":null},"attr_m09":{"val_n06":112,"field_o83":"Johnson","col_s32":235.21,"dim_e32":"chrX","key_f20":709... | thought_process | {
"type": "object",
"properties": {
"col_d29": {
"type": "object",
"properties": {
"param_u60": {
"type": "null"
},
"field_y16": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moo... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"col_d29":{"param_u60":null,"field_y16":"underway","val_q06":488,"field_v16":"reliable","val_w06":{"key_d31":543,"dim_b16":"user@test.io","param_c15":334,"val_y77":true,"dim_g35":null,"param_... | Output contains chain-of-thought reasoning before JSON | {"col_d29":{"param_u60":null,"field_y16":"underway","val_q06":488,"field_v16":"reliable","val_w06":{"key_d31":543,"dim_b16":"user@test.io","param_c15":334,"val_y77":true,"dim_g35":null,"param_e00":"published","key_r35":null},"attr_m09":{"val_n06":112,"field_o83":"Johnson","col_s32":235.21,"dim_e32":"chrX","key_f20":709... |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD comments TYPE string REQUIRED yes
FIELD insurance_id TYPE string_email REQUIRED no
FIELD due_date TYPE string_date-time REQUIRED yes
FIELD chromosome TYPE string REQUIRED no
BROKEN_OUTPUT
Let me analyze the requ... | {"chapter":"viewer","comments":"RTG-04","insurance_id":"user@domain.org","due_date":"2022-10-15T17:15:00Z","chromosome":"Paris"} | thought_process | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"comments": {
"type": "string"
},
"insurance_id": {
"type": "string",
"format": "email"
},
"due_date": {
"type":... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"chapter":"viewer","comments":"RTG-04","insurance_id":"user@domain.org","due_date":"2022-10-15T17:15:00Z","chromosome":"Paris"} | Output contains chain-of-thought reasoning before JSON | {"chapter":"viewer","comments":"RTG-04","insurance_id":"user@domain.org","due_date":"2022-10-15T17:15:00Z","chromosome":"Paris"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD vital_sign TYPE string REQUIRED yes
FIELD quality_score TYPE string REQUIRED no
FIELD tags TYPE string REQUIRED no
FIELD published TYPE integer REQUIRED yes
FIELD fleet_number TYPE integer REQUIRED no... | {"vital_sign":"Paris","quality_score":"test","tags":"demo","published":122,"department":"mode_e","longitude":"example"} | wrong_type | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"vital_sign": {
"type": "string"
},
"quality_score": {
"type": "string"
},
"ta... | {"vital_sign": "Paris", "quality_score": "test", "tags": "demo", "published": "\"122\"", "department": "mode_e", "longitude": "example"} | Field 'published' must be integer, got string | {"vital_sign":"Paris","quality_score":"test","tags":"demo","published":122,"department":"mode_e","longitude":"example"} |
TASK repair_structured_output
SPEC
FIELD values TYPE number REQUIRED no
FIELD product_id TYPE string_email REQUIRED yes
FIELD dosage TYPE null REQUIRED yes
FIELD username[].brake_pressure TYPE string REQUIRED yes
FIELD username[].barcode TYPE integer REQUIRED no
FIELD username[].hazmat_code TYPE string VALUES pending_... | {"values":373.66,"product_id":"admin@domain.org","dosage":null,"username":[{"brake_pressure":"Alice","barcode":236,"timezone":"John","pressure_kpa":"Silva","shift_code":"oceanic"},{"brake_pressure":"baz","barcode":499,"hazmat_code":"confirmed","timezone":"Smith","pressure_kpa":"Maria","patient_id":463.1,"user_id":true}... | extra_text_before | {
"type": "object",
"properties": {
"values": {
"type": "number"
},
"product_id": {
"type": "string",
"format": "email"
},
"dosage": {
"type": "null"
},
"username": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | Sure, here's the result:
{"values":373.66,"product_id":"admin@domain.org","dosage":null,"username":[{"brake_pressure":"Alice","barcode":236,"timezone":"John","pressure_kpa":"Silva","shift_code":"oceanic"},{"brake_pressure":"baz","barcode":499,"hazmat_code":"confirmed","timezone":"Smith","pressure_kpa":"Maria","patient_... | Output contains non-JSON text before the object | {"values":373.66,"product_id":"admin@domain.org","dosage":null,"username":[{"brake_pressure":"Alice","barcode":236,"timezone":"John","pressure_kpa":"Silva","shift_code":"oceanic"},{"brake_pressure":"baz","barcode":499,"hazmat_code":"confirmed","timezone":"Smith","pressure_kpa":"Maria","patient_id":463.1,"user_id":true}... |
TASK repair_structured_output
SPEC
FIELD prop_h11 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_l13 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_g78 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_q75 TYPE string VALUES free|basic|pro|ent... | {"prop_h11":"open","col_l13":"pro","attr_g78":"returned","param_q75":"basic","prop_k96":"https://api.com/v1","prop_s72":133,"val_m42":"synonymous"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_h11": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_l13": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | {prop_h11:"open",col_l13:"pro",attr_g78:"returned",param_q75:"basic",prop_k96:"https://api.com/v1",prop_s72:133,val_m42:"synonymous"} | Expecting property name enclosed in double quotes | {"prop_h11":"open","col_l13":"pro","attr_g78":"returned","param_q75":"basic","prop_k96":"https://api.com/v1","prop_s72":133,"val_m42":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD col_v73 TYPE string_date-time REQUIRED no
FIELD attr_r78 TYPE string REQUIRED yes
FIELD key_p43 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_x03 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD col_z49.col_q88 TYPE string REQUIRED yes
FIEL... | {"col_v73":"2024-05-11T18:48:00Z","attr_r78":"MV-Evergreen-01","key_p43":"free","field_x03":"option_a","col_z49":{"col_q88":"Sao Paulo","key_n46":"Maria","field_z54":{"attr_o47":"approved","val_z74":"success","col_p93":"published","field_m02":830,"val_r91":"bar"},"col_g47":"type_b","field_z08":"mode_a","prop_q08":"test... | truncated_array | {
"type": "object",
"properties": {
"col_v73": {
"type": "string",
"format": "date-time"
},
"attr_r78": {
"type": "string"
},
"key_p43": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"field_x03"... | {"col_v73":"2024-05-11T18:48:00Z","attr_r78":"MV-Evergreen-01","key_p43":"free","field_x03":"option_a","col_z49":{"col_q88":"Sao Paulo","key_n46":"Maria","field_z54":{"attr_o47":"approved","val_z74":"success","col_p93":"published","field_m02":830,"val_r91":"bar"},"col_g47":"type_b","field_z08":"mode_a","prop_q08":"test... | Unexpected end of JSON input — truncated object | {"col_v73":"2024-05-11T18:48:00Z","attr_r78":"MV-Evergreen-01","key_p43":"free","field_x03":"option_a","col_z49":{"col_q88":"Sao Paulo","key_n46":"Maria","field_z54":{"attr_o47":"approved","val_z74":"success","col_p93":"published","field_m02":830,"val_r91":"bar"},"col_g47":"type_b","field_z08":"mode_a","prop_q08":"test... |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string_email REQUIRED yes
FIELD quality_score TYPE boolean REQUIRED yes
FIELD id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD role TYPE string VALUES success|error|warning|info REQUIRED no
FIELD address TYPE string_date-time REQUIRED ... | {"collateral":"info@test.io","quality_score":true,"id":"homozygous","role":"error","address":"2023-07-23T13:21:00Z","name":976.14,"transaction_id":"success"} | wrong_type | {
"type": "object",
"properties": {
"collateral": {
"type": "string",
"format": "email"
},
"quality_score": {
"type": "boolean"
},
"id": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"role": {
... | {"collateral": "info@test.io", "quality_score": true, "id": "homozygous", "role": "error", "address": "2023-07-23T13:21:00Z", "name": "\"976.14\"", "transaction_id": "success"} | Field 'name' must be number, got string | {"collateral":"info@test.io","quality_score":true,"id":"homozygous","role":"error","address":"2023-07-23T13:21:00Z","name":976.14,"transaction_id":"success"} |
TASK repair_structured_output
SPEC
FIELD field_u01 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_c56 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_s62[] TYPE string REQUIRED yes
FIELD key_z31[] TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT... | {"field_u01":"email","prop_s62":["This is a test value.","London","active","test"],"key_z31":["resolved","open","open","in_progress"]} | extra_text_before | {
"type": "object",
"properties": {
"field_u01": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_c56": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"... | Below is the JSON object:
{"field_u01":"email","prop_s62":["This is a test value.","London","active","test"],"key_z31":["resolved","open","open","in_progress"]} | Output contains non-JSON text before the object | {"field_u01":"email","prop_s62":["This is a test value.","London","active","test"],"key_z31":["resolved","open","open","in_progress"]} |
TASK repair_structured_output
SPEC
FIELD address TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD patient_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD build_status TYPE number REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: lookup_customer
Observation: {"address":"retu... | {"address":"returned"} | agent_chain | {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"patient_id": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JP... | Let me check the system.
Action: lookup_customer
Observation: {"address":"returned"}
Processing the request now.
Final: | Agent multi-step chain with truncated tool output | {"address":"returned"} |
TASK repair_structured_output
SPEC
FIELD index TYPE number REQUIRED no
FIELD quantity TYPE string_email REQUIRED yes
FIELD chapter TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD size.medication TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD size.chromosome TYPE string VALUES homozygou... | {"index":899.45,"quantity":"test@domain.org"} | thought_process | {
"type": "object",
"properties": {
"index": {
"type": "number"
},
"quantity": {
"type": "string",
"format": "email"
},
"chapter": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"size": {
"... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"index":899.45,"quantity":"test@domain.org"} | Output contains chain-of-thought reasoning before JSON | {"index":899.45,"quantity":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD param_i62 TYPE integer REQUIRED no
FIELD field_q95 TYPE boolean REQUIRED no
FIELD val_k57 TYPE integer REQUIRED no
FIELD field_a42 TYPE boolean REQUIRED no
FIELD param_y47 TYPE string REQUIRED no
FIELD param_h80 TYPE string REQUIRED yes
FIELD key_g82.param_r87 TYPE string VALUE... | {"field_q95":false,"param_y47":"Oliveira","param_h80":"test","key_g82":{"param_r87":"mode_b","key_j59":"demo","field_s90":[{"col_s91":false,"key_z02":"GRCh38","dim_p57":335}]}} | boolean_as_string | {
"type": "object",
"properties": {
"param_i62": {
"type": "integer"
},
"field_q95": {
"type": "boolean"
},
"val_k57": {
"type": "integer"
},
"field_a42": {
"type": "boolean"
},
"param_y47": {
"type": "string"
},
"param_h80": {
"type": ... | {"field_q95": "yes", "param_y47": "Oliveira", "param_h80": "test", "key_g82": {"param_r87": "mode_b", "key_j59": "demo", "field_s90": [{"col_s91": false, "key_z02": "GRCh38", "dim_p57": 335}]}} | Field 'field_q95' must be boolean, got string | {"field_q95":false,"param_y47":"Oliveira","param_h80":"test","key_g82":{"param_r87":"mode_b","key_j59":"demo","field_s90":[{"col_s91":false,"key_z02":"GRCh38","dim_p57":335}]}} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE integer REQUIRED yes
FIELD shipper_ref TYPE number REQUIRED yes
FIELD city TYPE string REQUIRED yes
BROKEN_OUTPUT
{"first_name": 391, "shipper_ref": "291.79cm", "city": "demo"} | {"first_name":391,"shipper_ref":291.79,"city":"demo"} | number_with_unit | {
"type": "object",
"properties": {
"first_name": {
"type": "integer"
},
"shipper_ref": {
"type": "number"
},
"city": {
"type": "string"
}
},
"required": [
"first_name",
"city",
"shipper_ref"
]
} | {"first_name": 391, "shipper_ref": "291.79cm", "city": "demo"} | Field 'shipper_ref' must be number, got string with unit | {"first_name":391,"shipper_ref":291.79,"city":"demo"} |
TASK repair_structured_output
SPEC
FIELD key_d26 TYPE null REQUIRED no
FIELD val_x25.field_b81 TYPE string REQUIRED no
FIELD val_x25.val_l05 TYPE string REQUIRED yes
FIELD val_x25.param_j91 TYPE number REQUIRED yes
FIELD val_x25.param_k01 TYPE integer REQUIRED no
FIELD val_x25.dim_k34.param_e58 TYPE null REQUIRED no
F... | {"key_d26":null,"val_x25":{"field_b81":"PASS","val_l05":"QC-07","param_j91":2.45,"dim_k34":{"param_e58":null,"param_l34":"test","dim_r04":"Santos"},"col_i74":false},"prop_g05":"level_2","dim_n51":"test@test.io","field_t55":true} | extra_text_after | {
"type": "object",
"properties": {
"key_d26": {
"type": "null"
},
"val_x25": {
"type": "object",
"properties": {
"field_b81": {
"type": "string"
},
"val_l05": {
"type": "string"
},
"param_j91": {
"type": "number"
... | {"key_d26":null,"val_x25":{"field_b81":"PASS","val_l05":"QC-07","param_j91":2.45,"dim_k34":{"param_e58":null,"param_l34":"test","dim_r04":"Santos"},"col_i74":false},"prop_g05":"level_2","dim_n51":"test@test.io","field_t55":true}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"key_d26":null,"val_x25":{"field_b81":"PASS","val_l05":"QC-07","param_j91":2.45,"dim_k34":{"param_e58":null,"param_l34":"test","dim_r04":"Santos"},"col_i74":false},"prop_g05":"level_2","dim_n51":"test@test.io","field_t55":true} |
TASK repair_structured_output
SPEC
FIELD key_t08 TYPE string REQUIRED no
FIELD param_r65 TYPE integer REQUIRED yes
FIELD param_g37.col_s21 TYPE string REQUIRED yes
FIELD param_g37.param_h79 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_g37.prop_e37 TYPE number REQUIRED no
FIELD param_g37.param_a78 TY... | {"key_t08":"Oliveira","param_r65":198,"param_g37":{"col_s21":"Hapag-Lloyd-Express","param_h79":"GBP","param_a78":"blue","key_b50":{"key_g41":"pending","col_e57":"divorced","attr_u11":"editor"},"param_e51":364.62,"val_q73":{"field_p85":"synonymous","key_t54":["closed","in_progress","in_progress"],"attr_i20":["viewer"]}}... | trailing_comma | {
"type": "object",
"properties": {
"key_t08": {
"type": "string"
},
"param_r65": {
"type": "integer"
},
"param_g37": {
"type": "object",
"properties": {
"col_s21": {
"type": "string"
},
"param_h79": {
"type": "string",
... | {"key_t08":"Oliveira","param_r65":198,"param_g37":{"col_s21":"Hapag-Lloyd-Express","param_h79":"GBP","param_a78":"blue","key_b50":{"key_g41":"pending","col_e57":"divorced","attr_u11":"editor",},"param_e51":364.62,"val_q73":{"field_p85":"synonymous","key_t54":["closed","in_progress","in_progress"],"attr_i20":["viewer"]}... | Unexpected trailing comma | {"key_t08":"Oliveira","param_r65":198,"param_g37":{"col_s21":"Hapag-Lloyd-Express","param_h79":"GBP","param_a78":"blue","key_b50":{"key_g41":"pending","col_e57":"divorced","attr_u11":"editor"},"param_e51":364.62,"val_q73":{"field_p85":"synonymous","key_t54":["closed","in_progress","in_progress"],"attr_i20":["viewer"]}}... |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE null REQUIRED no
FIELD status_code TYPE string REQUIRED no
FIELD tax.subtotal TYPE number REQUIRED no
FIELD tax.branch.company TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD tax.branch.medication TYPE string VALUES free|basic|pro|enterprise REQUIRED... | {"status_code":"completed","tax":{"subtotal":591.15,"branch":{"company":"editor","medication":"basic","invoice_id":"xl","discount":"divorced","lab_result":false,"date":"2024-01-15","organism":694,"image_url":"qux"},"half_life":706,"batch_code":"inactive","version":false,"rating":414,"level":"example","username":"Santos... | missing_bracket | {
"type": "object",
"properties": {
"torque_output": {
"type": "null"
},
"status_code": {
"type": "string"
},
"tax": {
"type": "object",
"properties": {
"subtotal": {
"type": "number"
},
"branch": {
"type": "object",
"... | {"status_code":"completed","tax":{"subtotal":591.15,"branch":{"company":"editor","medication":"basic","invoice_id":"xl","discount":"divorced","lab_result":false,"date":"2024-01-15","organism":694,"image_url":"qux"},"half_life":706,"batch_code":"inactive","version":false,"rating":414,"level":"example","username":"Santos... | Missing closing bracket | {"status_code":"completed","tax":{"subtotal":591.15,"branch":{"company":"editor","medication":"basic","invoice_id":"xl","discount":"divorced","lab_result":false,"date":"2024-01-15","organism":694,"image_url":"qux"},"half_life":706,"batch_code":"inactive","version":false,"rating":414,"level":"example","username":"Santos... |
TASK repair_structured_output
SPEC
FIELD prop_s11 TYPE number REQUIRED yes
FIELD param_l56 TYPE number REQUIRED yes
FIELD col_p78 TYPE null REQUIRED yes
FIELD field_q10 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"prop_s11": 837.52, "param_l56": "391.49MB", "col_p78": null, "field_q10": true} | {"prop_s11":837.52,"param_l56":391.49,"col_p78":null,"field_q10":true} | number_with_unit | {
"type": "object",
"properties": {
"prop_s11": {
"type": "number"
},
"param_l56": {
"type": "number"
},
"col_p78": {
"type": "null"
},
"field_q10": {
"type": "boolean"
}
},
"required": [
"prop_s11",
"field_q10",
"col_p78",
"param_l56"
]
... | {"prop_s11": 837.52, "param_l56": "391.49MB", "col_p78": null, "field_q10": true} | Field 'param_l56' must be number, got string with unit | {"prop_s11":837.52,"param_l56":391.49,"col_p78":null,"field_q10":true} |
TASK repair_structured_output
SPEC
FIELD col_u44 TYPE string_uri REQUIRED yes
FIELD attr_y43 TYPE boolean REQUIRED no
FIELD field_d14 TYPE string REQUIRED yes
FIELD field_f58.prop_k70 TYPE string REQUIRED yes
FIELD field_f58.field_h93 TYPE string REQUIRED yes
FIELD field_f58.attr_b43 TYPE string VALUES USD|EUR|GBP|BRL... | {"col_u44":"https://api.org/v1","attr_y43":true,"field_d14":"Smith","field_f58":{"prop_k70":"A short description.","field_h93":"This is a test value.","attr_b43":"GBP"},"prop_u11":"Sao Paulo","val_t43":"quux"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_u44": {
"type": "string",
"format": "uri"
},
"attr_y43": {
"type": "boolean"
},
"field_d14": {
"type": "string"
},
"field_f58": {
"type": "object",
"properties": {
"prop_k70": {
"type": "string... | Let me check the system.
Action: search
Arguments: {"col_u44": "https://api.org/v1", "attr_y43": true, "field_d14": "Smith", "field_f58": {"prop_k70": "A short description.", "field_h93": "This is a test value.", "attr_b43": "GBP"}, "prop_u11": "Sao Paulo"} | Agent tool call missing required parameter 'val_t43' | {"col_u44":"https://api.org/v1","attr_y43":true,"field_d14":"Smith","field_f58":{"prop_k70":"A short description.","field_h93":"This is a test value.","attr_b43":"GBP"},"prop_u11":"Sao Paulo","val_t43":"quux"} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE string REQUIRED no
FIELD catalyst TYPE number REQUIRED yes
FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD umi TYPE boolean REQUIRED no
FIELD isotope TYPE null REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: ... | {"created_at":"2024-01-15","catalyst":923.56,"isotope":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"catalyst": {
"type": "number"
},
"start_date": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"u... | Let me check the system.
Action: calibrate_instrument
Arguments: {"created_at": "2024-01-15", "isotope": null} | Agent tool call missing required parameter 'catalyst' | {"created_at":"2024-01-15","catalyst":923.56,"isotope":null} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD phone TYPE string REQUIRED yes
FIELD discount.temp_celsius TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD discount.longitude TYPE number REQUIRED yes
FIELD discount.transaction_id.statu... | {"transaction_id":"xl","phone":"Johnson","discount":{"temp_celsius":"option_a","longitude":930.11,"transaction_id":{"vital_sign":"mode_c","language":"cat_c","active":554.37,"status_code":320}}} | extra_text_before | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"phone": {
"type": "string"
},
"discount": {
"type": "object",
"properties": {
"temp_celsius": {
... | Below is the JSON object:
{"transaction_id":"xl","phone":"Johnson","discount":{"temp_celsius":"option_a","longitude":930.11,"transaction_id":{"vital_sign":"mode_c","language":"cat_c","active":554.37,"status_code":320}}} | Output contains non-JSON text before the object | {"transaction_id":"xl","phone":"Johnson","discount":{"temp_celsius":"option_a","longitude":930.11,"transaction_id":{"vital_sign":"mode_c","language":"cat_c","active":554.37,"status_code":320}}} |
TASK repair_structured_output
SPEC
FIELD compound.category TYPE integer REQUIRED no
FIELD compound.comments TYPE string_email REQUIRED yes
FIELD compound.log_level TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD compound.currency.total TYPE string_email REQUIRED no
FIELD compound.currency.tax TYPE string RE... | {"compound":{"comments":"user@test.io","log_level":"phone","currency":{"total":"ops@example.com","tax":"test","span_id":759,"message":["pending","active","inactive","active"],"loan_amount":["test@example.com","Silva","Sao Paulo"]}},"level":623.8,"start_date":"active","role":"error","bill_of_lading":{"items":null,"loan_... | extra_text_before | {
"type": "object",
"properties": {
"compound": {
"type": "object",
"properties": {
"category": {
"type": "integer"
},
"comments": {
"type": "string",
"format": "email"
},
"log_level": {
"type": "string",
"enum... | The parsed result is:
{"compound":{"comments":"user@test.io","log_level":"phone","currency":{"total":"ops@example.com","tax":"test","span_id":759,"message":["pending","active","inactive","active"],"loan_amount":["test@example.com","Silva","Sao Paulo"]}},"level":623.8,"start_date":"active","role":"error","bill_of_lading... | Output contains non-JSON text before the object | {"compound":{"comments":"user@test.io","log_level":"phone","currency":{"total":"ops@example.com","tax":"test","span_id":759,"message":["pending","active","inactive","active"],"loan_amount":["test@example.com","Silva","Sao Paulo"]}},"level":623.8,"start_date":"active","role":"error","bill_of_lading":{"items":null,"loan_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.