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 val_k72 TYPE integer REQUIRED no
FIELD key_p88 TYPE string REQUIRED no
FIELD key_g58 TYPE integer REQUIRED yes
FIELD val_h82 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_z20 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_r82 TYP... | {"key_p88":"Alice","key_g58":454,"key_z20":"berthed","col_r82":"Silva","param_c69":"London","val_v00":"2023-12-25"} | wrong_type | {
"type": "object",
"properties": {
"val_k72": {
"type": "integer"
},
"key_p88": {
"type": "string"
},
"key_g58": {
"type": "integer"
},
"val_h82": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"... | {"key_p88": "Alice", "key_g58": "\"454\"", "key_z20": "berthed", "col_r82": "Silva", "param_c69": "London", "val_v00": "2023-12-25"} | Field 'key_g58' must be integer, got string | {"key_p88":"Alice","key_g58":454,"key_z20":"berthed","col_r82":"Silva","param_c69":"London","val_v00":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD size TYPE number REQUIRED yes
FIELD humidity_pct TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD commit_hash TYPE string REQUIRED no
FIELD score TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD status TYPE string VALUES active|inac... | {"size":683.65,"humidity_pct":"maintenance","score":"green","status":"inactive","full_name":579.93} | markdown_explanation | {
"type": "object",
"properties": {
"size": {
"type": "number"
},
"humidity_pct": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"commit_hash": {
"type": "string"
},
"score": {
"ty... | The instrument reported:
```json
{"size":683.65,"humidity_pct":"maintenance","score":"green","status":"inactive","full_name":579.93}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"size":683.65,"humidity_pct":"maintenance","score":"green","status":"inactive","full_name":579.93} |
TASK repair_structured_output
SPEC
FIELD param_w42 TYPE string REQUIRED yes
FIELD col_i95.prop_e01 TYPE boolean REQUIRED yes
FIELD col_i95.param_f62 TYPE boolean REQUIRED yes
FIELD col_i95.prop_h01 TYPE boolean REQUIRED no
FIELD col_i95.key_l75.dim_k72 TYPE string REQUIRED yes
FIELD col_i95.key_l75.key_k98 TYPE string... | {"param_w42":"approved","col_i95":{"prop_e01":false,"param_f62":true,"key_l75":{"dim_k72":"bar","key_k98":"Smith","key_q15":"RTG-04","val_z83":true,"field_s19":"Johnson","attr_z84":564,"attr_i91":159}},"dim_w45":{"attr_g74":775,"dim_n77":null},"param_g68":"inactive"} | missing_bracket | {
"type": "object",
"properties": {
"param_w42": {
"type": "string"
},
"col_i95": {
"type": "object",
"properties": {
"prop_e01": {
"type": "boolean"
},
"param_f62": {
"type": "boolean"
},
"prop_h01": {
"type": "bool... | {"param_w42":"approved","col_i95":{"prop_e01":false,"param_f62":true,"key_l75":{"dim_k72":"bar","key_k98":"Smith","key_q15":"RTG-04","val_z83":true,"field_s19":"Johnson","attr_z84":564,"attr_i91":159}},"dim_w45":{"attr_g74":775,"dim_n77":null},"param_g68":"inactive"} | Missing closing bracket | {"param_w42":"approved","col_i95":{"prop_e01":false,"param_f62":true,"key_l75":{"dim_k72":"bar","key_k98":"Smith","key_q15":"RTG-04","val_z83":true,"field_s19":"Johnson","attr_z84":564,"attr_i91":159}},"dim_w45":{"attr_g74":775,"dim_n77":null},"param_g68":"inactive"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string REQUIRED no
FIELD age TYPE number REQUIRED no
FIELD freight_class.account_id TYPE integer REQUIRED no
FIELD freight_class.country TYPE string REQUIRED no
FIELD freight_class.bed_number TYPE integer REQUIRED no
FIELD freight_class.maturity_date.index TYPE str... | {"balance":"This is a test value.","age":460.2,"freight_class":{"account_id":500,"country":"Berlin","bed_number":709,"maturity_date":{"index":"intermittent","current_draw":"oceanic","maturity_date":null}},"berth_slot":"green"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"balance": {
"type": "string"
},
"age": {
"type": "number"
},
"freight_class": {
"type": "object",
"properties": {
"account_id": {
"type": "integer"
},
"country": {
"type": "string"
},... | filter_variants(balance='This is a test value.', age=460.2, freight_class={'account_id': 500, 'country': 'Berlin', 'bed_number': 709, 'maturity_date': {'index': 'intermittent', 'current_draw': 'oceanic', 'maturity_date': None}}, berth_slot='green') | Tool call uses Python syntax instead of JSON | {"balance":"This is a test value.","age":460.2,"freight_class":{"account_id":500,"country":"Berlin","bed_number":709,"maturity_date":{"index":"intermittent","current_draw":"oceanic","maturity_date":null}},"berth_slot":"green"} |
TASK repair_structured_output
SPEC
FIELD amount TYPE null REQUIRED no
FIELD created_at TYPE integer REQUIRED yes
FIELD quality_score TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD run_id.yield_pct TYPE string REQUIRED yes
FIELD run_id.dosage TYPE integer REQUIRED yes
FIELD run_id.allele TYPE string VALUES s... | {"created_at":885,"quality_score":"GBP","run_id":{"yield_pct":"GRCh38","dosage":739,"allele":"warning"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"amount": {
"type": "null"
},
"created_at": {
"type": "integer"
},
"quality_score": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"run_id": {
"type": "ob... | I'll query our database.
<tool_call name="transfer_call">
{"created_at":885,"quality_score":"GBP","run_id":{"yield_pct":"GRCh38","dosage":739,"allele":"warning"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"created_at":885,"quality_score":"GBP","run_id":{"yield_pct":"GRCh38","dosage":739,"allele":"warning"}} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD date TYPE string REQUIRED no
FIELD discount TYPE null REQUIRED no
FIELD deploy_target TYPE string_date-time REQUIRED no
FIELD age TYPE string_email REQUIRED no
FIELD label TYPE string REQUIRED no
BROKEN_OUTPUT
L... | {"bearing":"JPY","deploy_target":"2023-05-16T17:55:00Z","age":"ops@example.com","label":"Santos"} | tool_call_partial_args | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"date": {
"type": "string"
},
"discount": {
"type": "null"
},
"deploy_target": {
"type": "string... | Let me check the system.
Action: check_cargo_manifest
Arguments: {"deploy_target": "2023-05-16T17:55:00Z", "age": "ops@example.com", "label": "Santos"} | Agent tool call missing required parameter 'bearing' | {"bearing":"JPY","deploy_target":"2023-05-16T17:55:00Z","age":"ops@example.com","label":"Santos"} |
TASK repair_structured_output
SPEC
FIELD prop_n86 TYPE number REQUIRED no
FIELD key_l04 TYPE string_email REQUIRED yes
FIELD key_o69 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD attr_a26 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_n86":998.11,"key_l04":"info@example.com","key_o69":"active","attr_a26... | {"prop_n86":998.11,"key_l04":"info@example.com","key_o69":"active","attr_a26":"Santos"} | missing_bracket | {
"type": "object",
"properties": {
"prop_n86": {
"type": "number"
},
"key_l04": {
"type": "string",
"format": "email"
},
"key_o69": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"attr_a26": {
"type": ... | {"prop_n86":998.11,"key_l04":"info@example.com","key_o69":"active","attr_a26":"Santos"} | Missing closing bracket | {"prop_n86":998.11,"key_l04":"info@example.com","key_o69":"active","attr_a26":"Santos"} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD dissolved_oxygen TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD terminal_id TYPE string REQUIRED yes
FIELD loan_amount.url TYPE string_uri REQUIRED no
FIELD loan_amount.use... | {"berth_slot":"delivered","dissolved_oxygen":"moored","terminal_id":"PASS","loan_amount":{"user_id":{"torque_output":false,"name":291.04,"salinity":499.07},"lane":{"vessel_name":null,"medication":false,"altitude":"warning"},"pressure_kpa":992,"latitude":918,"subtotal":{"deploy_target":"Hapag-Lloyd-Express","chromosome"... | markdown_explanation | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
... | Sure, here's the result:
```json
{"berth_slot":"delivered","dissolved_oxygen":"moored","terminal_id":"PASS","loan_amount":{"user_id":{"torque_output":false,"name":291.04,"salinity":499.07},"lane":{"vessel_name":null,"medication":false,"altitude":"warning"},"pressure_kpa":992,"latitude":918,"subtotal":{"deploy_target":"... | Output contains markdown and explanatory text around JSON | {"berth_slot":"delivered","dissolved_oxygen":"moored","terminal_id":"PASS","loan_amount":{"user_id":{"torque_output":false,"name":291.04,"salinity":499.07},"lane":{"vessel_name":null,"medication":false,"altitude":"warning"},"pressure_kpa":992,"latitude":918,"subtotal":{"deploy_target":"Hapag-Lloyd-Express","chromosome"... |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string REQUIRED yes
FIELD order_id.ward TYPE string REQUIRED no
FIELD order_id.payment_status.subject TYPE string REQUIRED no
FIELD order_id.payment_status.id TYPE string VALUES single|married|divorced REQUIRED no
FIELD order_id.payment_status.verified TYPE nu... | {"current_draw":"demo","order_id":{"ward":"QC-07","payment_status":{"subject":"pending","verified":null,"chromosome":"PASS","first_name":true,"width":231},"step":"in_progress","company":{"procedure_code":"Hapag-Lloyd-Express","nickname":72,"language":715.45}},"paragraph":"archived","berth_slot":"Alice","tile":118,"acti... | single_quotes | {
"type": "object",
"properties": {
"current_draw": {
"type": "string"
},
"order_id": {
"type": "object",
"properties": {
"ward": {
"type": "string"
},
"payment_status": {
"type": "object",
"properties": {
"subject": {
... | {'current_draw':'demo','order_id':{'ward':'QC-07','payment_status':{'subject':'pending','verified':null,'chromosome':'PASS','first_name':true,'width':231},'step':'in_progress','company':{'procedure_code':'Hapag-Lloyd-Express','nickname':72,'language':715.45}},'paragraph':'archived','berth_slot':'Alice','tile':118,'acti... | Expecting property name enclosed in double quotes | {"current_draw":"demo","order_id":{"ward":"QC-07","payment_status":{"subject":"pending","verified":null,"chromosome":"PASS","first_name":true,"width":231},"step":"in_progress","company":{"procedure_code":"Hapag-Lloyd-Express","nickname":72,"language":715.45}},"paragraph":"archived","berth_slot":"Alice","tile":118,"acti... |
TASK repair_structured_output
SPEC
FIELD key_q25 TYPE number REQUIRED no
FIELD prop_s29 TYPE number REQUIRED no
FIELD prop_i89[].dim_o59 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_i89[].param_n71 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_i89[].dim_q46 TYPE string VALU... | {"key_q25":253.13,"prop_s29":319.23,"prop_i89":[{"dim_q46":"new","key_l91":"info@example.com","field_h10":906.23,"col_s68":"basic","key_c97":203.0},{"param_n71":"xl","dim_q46":"delivered","field_h10":717.78,"key_c97":264.05},{"dim_q46":"delivered","field_h10":553.99,"key_c97":100.97}],"param_g99":[null,null,null]} | missing_required | {
"type": "object",
"properties": {
"key_q25": {
"type": "number"
},
"prop_s29": {
"type": "number"
},
"prop_i89": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dim_o59": {
"type": "string",
"enum": [
... | {"key_q25": 253.13, "prop_s29": 319.23, "prop_i89": [{"dim_q46": "new", "key_l91": "info@example.com", "field_h10": 906.23, "col_s68": "basic", "key_c97": 203.0}, {"param_n71": "xl", "dim_q46": "delivered", "field_h10": 717.78, "key_c97": 264.05}, {"dim_q46": "delivered", "field_h10": 553.99, "key_c97": 100.97}]} | Required field 'param_g99' is missing | {"key_q25":253.13,"prop_s29":319.23,"prop_i89":[{"dim_q46":"new","key_l91":"info@example.com","field_h10":906.23,"col_s68":"basic","key_c97":203.0},{"param_n71":"xl","dim_q46":"delivered","field_h10":717.78,"key_c97":264.05},{"dim_q46":"delivered","field_h10":553.99,"key_c97":100.97}],"param_g99":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD updated_at.trace_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD updated_at.price TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD updated_at.discount TYPE number REQUIRED yes
FIELD updated_at.span_id TYPE string VALUES homozygous|heterozy... | {"updated_at":{"trace_id":"low","discount":395.76,"berth_slot":"2026-10-27T07:30:00Z","catalyst":null},"wavelength":789.46,"website":401,"label":{"half_life":"example","voltage":951.77,"longitude":{"span_id":"offline","current_draw":"https://data.com/api","humidity_pct":"Maria","frequency_hz":519.56,"allele":994.15,"fi... | trailing_comma | {
"type": "object",
"properties": {
"updated_at": {
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"price": {
"type": ... | {"updated_at":{"trace_id":"low","discount":395.76,"berth_slot":"2026-10-27T07:30:00Z","catalyst":null},"wavelength":789.46,"website":401,"label":{"half_life":"example","voltage":951.77,"longitude":{"span_id":"offline","current_draw":"https://data.com/api","humidity_pct":"Maria","frequency_hz":519.56,"allele":994.15,"fi... | Unexpected trailing comma | {"updated_at":{"trace_id":"low","discount":395.76,"berth_slot":"2026-10-27T07:30:00Z","catalyst":null},"wavelength":789.46,"website":401,"label":{"half_life":"example","voltage":951.77,"longitude":{"span_id":"offline","current_draw":"https://data.com/api","humidity_pct":"Maria","frequency_hz":519.56,"allele":994.15,"fi... |
TASK repair_structured_output
SPEC
FIELD prop_j97 TYPE null REQUIRED yes
FIELD col_j43 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD field_h46 TYPE string REQUIRED yes
FIELD dim_n16 TYPE boolean REQUIRED yes
FIELD col_v15 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Sensor output follows:
```json
{"prop_... | {"prop_j97":null,"field_h46":"demo","dim_n16":false,"col_v15":false} | markdown_explanation | {
"type": "object",
"properties": {
"prop_j97": {
"type": "null"
},
"col_j43": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"field_h46": {
"type": "string"
},
"dim_n16": {
"type": "boolean"
},
"c... | Sensor output follows:
```json
{"prop_j97":null,"field_h46":"demo","dim_n16":false,"col_v15":false}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_j97":null,"field_h46":"demo","dim_n16":false,"col_v15":false} |
TASK repair_structured_output
SPEC
FIELD field_n12 TYPE string_date-time REQUIRED yes
FIELD prop_j71.dim_n67 TYPE boolean REQUIRED no
FIELD prop_j71.val_t08 TYPE boolean REQUIRED yes
FIELD prop_j71.field_r07 TYPE string REQUIRED yes
FIELD prop_j71.field_w55 TYPE string_email REQUIRED yes
FIELD prop_j71.attr_n83.val_y5... | {"field_n12":"2021-03-26T02:37:00Z","prop_j71":{"dim_n67":true,"val_t08":true,"field_r07":"example","field_w55":"admin@domain.org","prop_v87":true,"field_t10":"type_c","field_r18":{"prop_y41":916.5,"attr_k23":"world","col_e15":"mode_a","prop_s75":true}},"val_r25":true,"val_z17":"GRCh38","attr_w31":"cat_d","prop_e00":"l... | invalid_enum | {
"type": "object",
"properties": {
"field_n12": {
"type": "string",
"format": "date-time"
},
"prop_j71": {
"type": "object",
"properties": {
"dim_n67": {
"type": "boolean"
},
"val_t08": {
"type": "boolean"
},
"field_r07... | {"field_n12": "2021-03-26T02:37:00Z", "prop_j71": {"dim_n67": true, "val_t08": true, "field_r07": "example", "field_w55": "admin@domain.org", "prop_v87": true, "field_t10": "type_c", "field_r18": {"prop_y41": 916.5, "attr_k23": "world", "col_e15": "mode_a", "prop_s75": true}}, "val_r25": true, "val_z17": "GRCh38", "att... | Field 'attr_w31' has invalid enum value 'invalid_option_538', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e'] | {"field_n12":"2021-03-26T02:37:00Z","prop_j71":{"dim_n67":true,"val_t08":true,"field_r07":"example","field_w55":"admin@domain.org","prop_v87":true,"field_t10":"type_c","field_r18":{"prop_y41":916.5,"attr_k23":"world","col_e15":"mode_a","prop_s75":true}},"val_r25":true,"val_z17":"GRCh38","attr_w31":"cat_d","prop_e00":"l... |
TASK repair_structured_output
SPEC
FIELD version TYPE null REQUIRED yes
FIELD discount TYPE number REQUIRED no
FIELD quantity TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD published TYPE string REQUIRED no
FIELD currency TYPE boolean REQUIRED yes
FIELD ward TYPE string_date-time REQUIRED no
FIELD terminal_i... | {"version":null,"discount":500.89,"quantity":"admin","published":"hello","currency":true,"ward":"2024-02-25T19:48:00Z","terminal_id":"Tokyo"} | single_quotes | {
"type": "object",
"properties": {
"version": {
"type": "null"
},
"discount": {
"type": "number"
},
"quantity": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"published": {
"type": "string"
},
"currency... | {'version':null,'discount':500.89,'quantity':'admin','published':'hello','currency':true,'ward':'2024-02-25T19:48:00Z','terminal_id':'Tokyo'} | Expecting property name enclosed in double quotes | {"version":null,"discount":500.89,"quantity":"admin","published":"hello","currency":true,"ward":"2024-02-25T19:48:00Z","terminal_id":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE integer REQUIRED yes
FIELD role TYPE boolean REQUIRED no
FIELD branch TYPE integer REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD timezone.category TYPE boolean REQUIRED yes
FIELD timezone.repository TYPE string REQUIRED yes
FIELD timezone.frequ... | {"duration_ms":668,"deploy_target":"https://api.example.com/v1","timezone":{"category":true,"repository":"Bob","frequency_hz":{"hazmat_code":"hello","credit_score":"REV","category":"Sao Paulo","notes":[873]}}} | null_required | {
"type": "object",
"properties": {
"duration_ms": {
"type": "integer"
},
"role": {
"type": "boolean"
},
"branch": {
"type": "integer"
},
"deploy_target": {
"type": "string"
},
"timezone": {
"type": "object",
"properties": {
"category":... | {"duration_ms": null, "deploy_target": "https://api.example.com/v1", "timezone": {"category": true, "repository": "Bob", "frequency_hz": {"hazmat_code": "hello", "credit_score": "REV", "category": "Sao Paulo", "notes": [873]}}} | Required field 'duration_ms' is null | {"duration_ms":668,"deploy_target":"https://api.example.com/v1","timezone":{"category":true,"repository":"Bob","frequency_hz":{"hazmat_code":"hello","credit_score":"REV","category":"Sao Paulo","notes":[873]}}} |
TASK repair_structured_output
SPEC
FIELD val_m34 TYPE integer REQUIRED yes
FIELD prop_n95 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD attr_u73.param_l30 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD attr_u73.key_w52 TYPE string VALUES single|married|divorced REQUIRED no
FIELD a... | {"val_m34":909,"prop_n95":"mode_b","attr_u73":{"param_l30":"mode_e","key_w52":"married","col_j01":"option_a","val_i17":null,"param_u55":"level_1","prop_e01":"https://data.com/v1","field_d03":"delivered"},"field_y28":{"attr_d45":"2024-06-30","field_h26":"https://example.com","val_n63":355.34,"prop_y15":"cat_b"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_m34": {
"type": "integer"
},
"prop_n95": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"attr_u73": {
"type": "object",
"properties": {
"param_l30": {
"type": "... | I need to look up the information first.
Action: lookup_customer
Arguments: {"prop_n95": "mode_b", "attr_u73": {"param_l30": "mode_e", "key_w52": "married", "col_j01": "option_a", "val_i17": null, "param_u55": "level_1", "prop_e01": "https://data.com/v1", "field_d03": "delivered"}, "field_y28": {"attr_d45": "2024-06-30... | Agent tool call missing required parameter 'val_m34' | {"val_m34":909,"prop_n95":"mode_b","attr_u73":{"param_l30":"mode_e","key_w52":"married","col_j01":"option_a","val_i17":null,"param_u55":"level_1","prop_e01":"https://data.com/v1","field_d03":"delivered"},"field_y28":{"attr_d45":"2024-06-30","field_h26":"https://example.com","val_n63":355.34,"prop_y15":"cat_b"}} |
TASK repair_structured_output
SPEC
FIELD dim_v48 TYPE string REQUIRED no
FIELD attr_m29 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD col_e85 TYPE string REQUIRED no
FIELD dim_g48 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD val_w34.key_q38 TYPE string REQUIRED yes
FIELD va... | {"dim_v48":"London","attr_m29":"type_c","col_e85":"Luis","dim_g48":"anchored","col_r49":538.33,"col_j94":839} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_v48": {
"type": "string"
},
"attr_m29": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"col_e85": {
"type": "string"
},
"dim_g48": {
"type": "string",
... | <functioncall> delete_item
{dim_v48: "London", attr_m29: "type_c", col_e85: "Luis", dim_g48: "anchored", col_r49: 538.33, col_j94: 839} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_v48":"London","attr_m29":"type_c","col_e85":"Luis","dim_g48":"anchored","col_r49":538.33,"col_j94":839} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD insurance_id TYPE integer REQUIRED no
FIELD quantity.half_life TYPE null REQUIRED no
FIELD quantity.voltage TYPE integer REQUIRED no
FIELD quantity.hazmat_code TYPE boolean REQUIRED yes
FIELD quantity.vessel_n... | {"updated_at":"mode_c","insurance_id":469,"quantity":{"half_life":null,"voltage":787,"hazmat_code":true,"vessel_name":{"deploy_target":false,"cargo_type":"ops@domain.org","salinity":"level_1","invoice_id":383}},"vessel_name":null,"name":"2025-12-12T00:58:00Z","terminal_id":true,"bed_number":398,"wavelength":{"footnote"... | wrong_type | {
"type": "object",
"properties": {
"updated_at": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"insurance_id": {
"type": "integer"
},
"quantity": {
"type": "object",
"properties": {
"half_life": {
"t... | {"updated_at": "mode_c", "insurance_id": "\"469\"", "quantity": {"half_life": null, "voltage": 787, "hazmat_code": true, "vessel_name": {"deploy_target": false, "cargo_type": "ops@domain.org", "salinity": "level_1", "invoice_id": 383}}, "vessel_name": null, "name": "2025-12-12T00:58:00Z", "terminal_id": true, "bed_numb... | Field 'insurance_id' must be integer, got string | {"updated_at":"mode_c","insurance_id":469,"quantity":{"half_life":null,"voltage":787,"hazmat_code":true,"vessel_name":{"deploy_target":false,"cargo_type":"ops@domain.org","salinity":"level_1","invoice_id":383}},"vessel_name":null,"name":"2025-12-12T00:58:00Z","terminal_id":true,"bed_number":398,"wavelength":{"footnote"... |
TASK repair_structured_output
SPEC
FIELD company TYPE string REQUIRED no
FIELD vessel_name TYPE string VALUES success|error|warning|info REQUIRED no
FIELD position TYPE string_uri REQUIRED yes
FIELD updated_at TYPE number REQUIRED no
BROKEN_OUTPUT
{"company":"John","vessel_name":"success","position":"https://api.io/d... | {"company":"John","vessel_name":"success","position":"https://api.io/data"} | missing_bracket | {
"type": "object",
"properties": {
"company": {
"type": "string"
},
"vessel_name": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"position": {
"type": "string",
"format": "uri"
},
"updated_at"... | {"company":"John","vessel_name":"success","position":"https://api.io/data"} | Missing closing bracket | {"company":"John","vessel_name":"success","position":"https://api.io/data"} |
TASK repair_structured_output
SPEC
FIELD col_g19.key_q30 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD col_g19.val_u98 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_g19.attr_y18.attr_c00 TYPE string REQUIRED yes
FIELD col_g19.attr_y18.col_n28 TYPE number REQUIRED yes
FIE... | {"col_g19":{"key_q30":"type_c","attr_y18":{"attr_c00":"New York","col_n28":653.94,"param_m91":"frameshift","val_b60":"Hapag-Lloyd-Express"}},"param_j10":"pending","val_n93":270,"val_x44":"quux","field_y97":"RTG-04","attr_a04":"2024-01-15","dim_f41":"qux"} | missing_required | {
"type": "object",
"properties": {
"col_g19": {
"type": "object",
"properties": {
"key_q30": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
... | {"col_g19": {"key_q30": "type_c", "attr_y18": {"attr_c00": "New York", "col_n28": 653.94, "param_m91": "frameshift", "val_b60": "Hapag-Lloyd-Express"}}, "param_j10": "pending", "val_n93": 270, "val_x44": "quux", "field_y97": "RTG-04", "attr_a04": "2024-01-15"} | Required field 'dim_f41' is missing | {"col_g19":{"key_q30":"type_c","attr_y18":{"attr_c00":"New York","col_n28":653.94,"param_m91":"frameshift","val_b60":"Hapag-Lloyd-Express"}},"param_j10":"pending","val_n93":270,"val_x44":"quux","field_y97":"RTG-04","attr_a04":"2024-01-15","dim_f41":"qux"} |
TASK repair_structured_output
SPEC
FIELD prop_c72 TYPE string VALUES option_a|option_b REQUIRED no
FIELD val_h22 TYPE integer REQUIRED yes
FIELD col_n46 TYPE boolean REQUIRED yes
FIELD param_m01[].field_t52 TYPE string REQUIRED yes
FIELD param_m01[].prop_n51 TYPE string REQUIRED yes
FIELD param_m01[].attr_j49 TYPE arr... | {"prop_c72":"option_b","val_h22":439,"col_n46":true,"param_x39":[true,true,false,true]} | number_with_unit | {
"type": "object",
"properties": {
"prop_c72": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"val_h22": {
"type": "integer"
},
"col_n46": {
"type": "boolean"
},
"param_m01": {
"type": "array",
"items": {
"type... | {"prop_c72": "option_b", "val_h22": "439MB", "col_n46": true, "param_x39": [true, true, false, true]} | Field 'val_h22' must be number, got string with unit | {"prop_c72":"option_b","val_h22":439,"col_n46":true,"param_x39":[true,true,false,true]} |
TASK repair_structured_output
SPEC
FIELD field_t82 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_f33 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_f56 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_m07 TYPE boolean REQUIRED no
FIELD param_x46 TYPE string REQ... | {"field_t82":"single","field_f56":"active","key_m07":true,"param_x46":"chrX","prop_o29":"user@example.com","attr_r04":315} | partial_structure | {
"type": "object",
"properties": {
"field_t82": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_f33": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"field_f56": {
... | Based on the data, field_f56 is active. {"field_t82":"single","field_f56":"active","key_m07":true,"param_x46":"chrX","prop_o29":"user@example.com","attr_r04":315} | Output mixes natural language with JSON | {"field_t82":"single","field_f56":"active","key_m07":true,"param_x46":"chrX","prop_o29":"user@example.com","attr_r04":315} |
TASK repair_structured_output
SPEC
FIELD col_m06 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD field_f85 TYPE string_date-time REQUIRED yes
FIELD field_x33 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me make sure all required fields ar... | {"field_f85":"2026-10-23T21:14:00Z","field_x33":15} | thought_process | {
"type": "object",
"properties": {
"col_m06": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"field_f85": {
"type": "string",
"format": "date-time"
},
"field_x33": {
"type": "integer"
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"field_f85":"2026-10-23T21:14:00Z","field_x33":15} | Output contains chain-of-thought reasoning before JSON | {"field_f85":"2026-10-23T21:14:00Z","field_x33":15} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string REQUIRED no
FIELD berth_slot TYPE integer REQUIRED yes
FIELD subject.language TYPE number REQUIRED no
FIELD subject.age TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD subject.repository TYPE integer REQUIRED yes
FIELD subject.version... | {"duration_ms":"Paris","berth_slot":495,"subject":{"language":430.32,"age":"inland","repository":375,"version":"cat_c"}} | missing_required | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string"
},
"berth_slot": {
"type": "integer"
},
"subject": {
"type": "object",
"properties": {
"language": {
"type": "number"
},
"age": {
"type": "string",
... | {"duration_ms": "Paris", "berth_slot": 495} | Required field 'subject' is missing | {"duration_ms":"Paris","berth_slot":495,"subject":{"language":430.32,"age":"inland","repository":375,"version":"cat_c"}} |
TASK repair_structured_output
SPEC
FIELD dim_d02.prop_x78 TYPE string_uri REQUIRED no
FIELD dim_d02.attr_x87 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_d02.key_c45 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD dim_d02.prop_v00.attr_e30 TYPE integer REQUIRED no
FIEL... | {"dim_d02":{"prop_x78":"https://example.com/api","key_c45":"level_2","prop_f92":"info@test.io","attr_k43":{"val_c75":"qux","col_b74":"This is a test value.","val_a02":[null,null]}},"attr_p09":"GRCh38","key_x43":"approved","param_u20":"cancelled"} | missing_bracket | {
"type": "object",
"properties": {
"dim_d02": {
"type": "object",
"properties": {
"prop_x78": {
"type": "string",
"format": "uri"
},
"attr_x87": {
"type": "string",
"enum": [
"single",
"married",
"di... | {"dim_d02":{"prop_x78":"https://example.com/api","key_c45":"level_2","prop_f92":"info@test.io","attr_k43":{"val_c75":"qux","col_b74":"This is a test value.","val_a02":null,null]}},"attr_p09":"GRCh38","key_x43":"approved","param_u20":"cancelled"} | Missing closing bracket | {"dim_d02":{"prop_x78":"https://example.com/api","key_c45":"level_2","prop_f92":"info@test.io","attr_k43":{"val_c75":"qux","col_b74":"This is a test value.","val_a02":[null,null]}},"attr_p09":"GRCh38","key_x43":"approved","param_u20":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD key_w83 TYPE integer REQUIRED yes
FIELD col_x70.attr_t85 TYPE string REQUIRED yes
FIELD col_x70.val_m12 TYPE integer REQUIRED yes
FIELD col_x70.val_t03 TYPE boolean REQUIRED yes
FIELD key_g40 TYPE string REQUIRED yes
FIELD val_c28 TYPE string_date-time REQUIRED no
FIELD dim_u92... | {"key_w83":909,"col_x70":{"attr_t85":"https://api.example.com/v1","val_m12":942,"val_t03":true},"key_g40":"pending","val_c28":"2025-01-11T07:00:00Z","dim_u92":{"col_w30":"ops@example.com","field_h05":[{"prop_i12":"closed","val_v18":"anchored","val_h85":"red"},{"prop_i12":"closed","val_v18":"anchored"},{"prop_i12":"in_p... | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_w83": {
"type": "integer"
},
"col_x70": {
"type": "object",
"properties": {
"attr_t85": {
"type": "string"
},
"val_m12": {
"type": "integer"
},
"val_t03": {
"type": "boolean"
... | Tool: check_availability
Params: {"col_x70": {"attr_t85": "https://api.example.com/v1", "val_m12": 942, "val_t03": true}, "key_g40": "pending", "val_c28": "2025-01-11T07:00:00Z", "dim_u92": {"col_w30": "ops@example.com", "field_h05": [{"prop_i12": "closed", "val_v18": "anchored", "val_h85": "red"}, {"prop_i12": "closed... | Agent used wrong parameter name 'key_w832' instead of 'key_w83' | {"key_w83":909,"col_x70":{"attr_t85":"https://api.example.com/v1","val_m12":942,"val_t03":true},"key_g40":"pending","val_c28":"2025-01-11T07:00:00Z","dim_u92":{"col_w30":"ops@example.com","field_h05":[{"prop_i12":"closed","val_v18":"anchored","val_h85":"red"},{"prop_i12":"closed","val_v18":"anchored"},{"prop_i12":"in_p... |
TASK repair_structured_output
SPEC
FIELD attr_v13 TYPE boolean REQUIRED no
FIELD prop_d91 TYPE string VALUES single|married|divorced REQUIRED no
FIELD param_y29 TYPE null REQUIRED yes
FIELD prop_k19.attr_f41 TYPE string_date-time REQUIRED no
FIELD prop_k19.attr_b12 TYPE string REQUIRED no
FIELD prop_k19.key_d92 TYPE s... | {"prop_d91":"married","param_y29":null,"prop_k19":{"attr_f41":"2023-06-19T21:11:00Z","attr_t97":false,"col_d31":{"dim_a05":979,"dim_v00":false,"prop_o97":"FWD","prop_t35":441.16,"col_d29":null},"dim_a75":{"field_r46":"Paris","dim_z06":"level_3","attr_t66":"Charlie","val_i51":"2023-12-25","val_i44":"cat_f"}}} | invalid_enum | {
"type": "object",
"properties": {
"attr_v13": {
"type": "boolean"
},
"prop_d91": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"param_y29": {
"type": "null"
},
"prop_k19": {
"type": "object",
"proper... | {"prop_d91": "invalid_option_891", "param_y29": null, "prop_k19": {"attr_f41": "2023-06-19T21:11:00Z", "attr_t97": false, "col_d31": {"dim_a05": 979, "dim_v00": false, "prop_o97": "FWD", "prop_t35": 441.16, "col_d29": null}, "dim_a75": {"field_r46": "Paris", "dim_z06": "level_3", "attr_t66": "Charlie", "val_i51": "2023... | Field 'prop_d91' has invalid enum value 'invalid_option_891', expected one of ['single', 'married', 'divorced'] | {"prop_d91":"married","param_y29":null,"prop_k19":{"attr_f41":"2023-06-19T21:11:00Z","attr_t97":false,"col_d31":{"dim_a05":979,"dim_v00":false,"prop_o97":"FWD","prop_t35":441.16,"col_d29":null},"dim_a75":{"field_r46":"Paris","dim_z06":"level_3","attr_t66":"Charlie","val_i51":"2023-12-25","val_i44":"cat_f"}}} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD medication TYPE string VALUES active|inactive|pending REQUIRED no
FIELD price TYPE integer REQUIRED no
FIELD isotope TYPE number REQUIRED no
FIELD fleet_number TYPE string REQUIRED yes
FIELD discount TYPE strin... | {"first_name":"editor","medication":"inactive","price":899,"isotope":368.09,"fleet_number":"New York","discount":"2024-01-15"} | tool_call_bad_format | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"medication": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"price": {
"... | <functioncall> verify_hazmat_compliance
{first_name: "editor", medication: "inactive", price: 899, isotope: 368.09, fleet_number: "New York", discount: "2024-01-15"} | Tool call has malformed arguments — unquoted keys in function parameters | {"first_name":"editor","medication":"inactive","price":899,"isotope":368.09,"fleet_number":"New York","discount":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD field_a30 TYPE string REQUIRED no
FIELD attr_m25 TYPE string REQUIRED yes
FIELD param_t51 TYPE string REQUIRED no
FIELD col_r01 TYPE string REQUIRED yes
FIELD dim_z41 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_b15 TYPE string REQUIRED no
FIELD f... | {"field_a30":"quux","attr_m25":"test@example.com","param_t51":"pending","col_r01":"Tokyo","dim_z41":"type_e","field_r84":"London","key_l37":"heterozygous"} | markdown_explanation | {
"type": "object",
"properties": {
"field_a30": {
"type": "string"
},
"attr_m25": {
"type": "string"
},
"param_t51": {
"type": "string"
},
"col_r01": {
"type": "string"
},
"dim_z41": {
"type": "string",
"enum": [
"type_a",
"typ... | The instrument reported:
```json
{"field_a30":"quux","attr_m25":"test@example.com","param_t51":"pending","col_r01":"Tokyo","dim_z41":"type_e","field_r84":"London","key_l37":"heterozygous"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"field_a30":"quux","attr_m25":"test@example.com","param_t51":"pending","col_r01":"Tokyo","dim_z41":"type_e","field_r84":"London","key_l37":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE null REQUIRED no
FIELD website TYPE string_date-time REQUIRED yes
FIELD vital_sign TYPE boolean REQUIRED no
FIELD account_id TYPE boolean REQUIRED no
FIELD enabled TYPE string_uri REQUIRED no
FIELD maturity_date TYPE string REQUIRED no
FIELD longitude TYPE boolean... | {"velocity":null,"website":"2024-03-09T01:40:00Z","vital_sign":true,"enabled":"https://example.com/data","longitude":false,"duration_ms":"new"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"velocity": {
"type": "null"
},
"website": {
"type": "string",
"format": "date-time"
},
"vital_sign": {
"type": "boolean"
},
"account_id": {
"type": "boolean"
},
"enabled": {
"type": "string",
"format":... | delete_item(velocity=None, website='2024-03-09T01:40:00Z', vital_sign=True, enabled='https://example.com/data', longitude=False, duration_ms='new') | Tool call uses Python syntax instead of JSON | {"velocity":null,"website":"2024-03-09T01:40:00Z","vital_sign":true,"enabled":"https://example.com/data","longitude":false,"duration_ms":"new"} |
TASK repair_structured_output
SPEC
FIELD prop_b55.prop_k30 TYPE string REQUIRED yes
FIELD prop_b55.val_j68 TYPE string REQUIRED yes
FIELD prop_b55.col_d81 TYPE string REQUIRED yes
FIELD prop_b55.attr_m67 TYPE number REQUIRED yes
FIELD dim_h47.prop_z35 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD dim_h47.a... | {"prop_b55":{"prop_k30":"PASS","val_j68":"London","col_d81":"chr1","attr_m67":126.75},"dim_h47":{"prop_z35":"type_c","attr_l14":"GRCh38","dim_z71":"Silva"},"val_p17":826} | agent_chain | {
"type": "object",
"properties": {
"prop_b55": {
"type": "object",
"properties": {
"prop_k30": {
"type": "string"
},
"val_j68": {
"type": "string"
},
"col_d81": {
"type": "string"
},
"attr_m67": {
"type"... | I need to look up the information first.
Action: validate_address
Result: {"dim_h47": {"prop_z35": "type_c", "attr_l14": "GRCh38", "dim_z71": "Silva"}, "val_p17": 826}
I'll query our database.
Action: transfer_call
Result: | Agent multi-step chain with truncated tool output | {"prop_b55":{"prop_k30":"PASS","val_j68":"London","col_d81":"chr1","attr_m67":126.75},"dim_h47":{"prop_z35":"type_c","attr_l14":"GRCh38","dim_z71":"Silva"},"val_p17":826} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD current_draw TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD item_id TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD priority TYPE integer REQUIRED no
FIELD score TYPE string RE... | {"brake_pressure":"white","current_draw":"phone","item_id":"email","priority":229,"score":"London"} | thought_process | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"current_draw": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"brake_pressure":"white","current_draw":"phone","item_id":"email","priority":229,"score":"London"} | Output contains chain-of-thought reasoning before JSON | {"brake_pressure":"white","current_draw":"phone","item_id":"email","priority":229,"score":"London"} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string REQUIRED yes
FIELD items TYPE string REQUIRED yes
FIELD state TYPE number REQUIRED no
FIELD level TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD duration_ms TYPE number REQUIRED yes
FIELD country TYPE string REQUIRED no
FIELD am... | {"branch":"John","items":"MV-Evergreen-01","state":533.87,"duration_ms":704.11,"country":"RTG-04","amplitude":"chrX"} | missing_brace | {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"items": {
"type": "string"
},
"state": {
"type": "number"
},
"level": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
... | {"branch":"John","items":"MV-Evergreen-01","state":533.87,"duration_ms":704.11,"country":"RTG-04","amplitude":"chrX" | Missing closing brace | {"branch":"John","items":"MV-Evergreen-01","state":533.87,"duration_ms":704.11,"country":"RTG-04","amplitude":"chrX"} |
TASK repair_structured_output
SPEC
FIELD field_l07 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_o78 TYPE integer REQUIRED no
FIELD key_w44 TYPE string REQUIRED no
FIELD dim_g39 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_t21 TYPE string VALUES new|in_transit|delivered|... | {"field_l07":"high","prop_o78":843,"key_w44":"foo","dim_g39":"inland","attr_t21":"new","attr_d74":528,"dim_l71":337,"col_v87":"rejected"} | markdown_explanation | {
"type": "object",
"properties": {
"field_l07": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_o78": {
"type": "integer"
},
"key_w44": {
"type": "string"
},
"dim_g39": {
"type": "string",
... | Here is the response in the requested format:
```json
{"field_l07":"high","prop_o78":843,"key_w44":"foo","dim_g39":"inland","attr_t21":"new","attr_d74":528,"dim_l71":337,"col_v87":"rejected"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"field_l07":"high","prop_o78":843,"key_w44":"foo","dim_g39":"inland","attr_t21":"new","attr_d74":528,"dim_l71":337,"col_v87":"rejected"} |
TASK repair_structured_output
SPEC
FIELD param_m97 TYPE string_date-time REQUIRED yes
FIELD attr_o68 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD dim_n12[].param_p29 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_n12[].col_w58 TYPE string_date-time REQUIRED no... | {"param_m97":"2026-07-08T09:10:00Z","attr_o68":"level_2","dim_n12":[{"param_p29":"active","col_w58":"2026-05-02T14:49:00Z","field_y67":"info@example.com"}]} | truncated_array | {
"type": "object",
"properties": {
"param_m97": {
"type": "string",
"format": "date-time"
},
"attr_o68": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"dim_n12": {... | {"param_m97":"2026-07-08T09:10:00Z","attr_o68":"level_2","dim_n12":[{"param_p29":"active","col_w58":"2026-05-02T14:49:00Z","field_y67":"info@example.com"} | Unexpected end of JSON input — truncated array | {"param_m97":"2026-07-08T09:10:00Z","attr_o68":"level_2","dim_n12":[{"param_p29":"active","col_w58":"2026-05-02T14:49:00Z","field_y67":"info@example.com"}]} |
TASK repair_structured_output
SPEC
FIELD key_f38 TYPE string REQUIRED no
FIELD col_s61 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD val_w55 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD attr_m56.val_s57 TYPE number REQUIRED no
FIELD attr_m56.dim_r63 TYPE string VALUES type_a|ty... | {"col_s61":"level_1","val_w55":"level_2","attr_m56":{"dim_r63":"type_b","prop_v46":"level_2","field_u51":"mode_b"},"col_u32":null,"col_y20":{"val_w97":"low","field_v22":{"prop_p35":"oceanic","field_p24":785,"key_b38":255},"dim_h94":"foo","param_v30":{"col_j18":"inactive","attr_q47":30,"val_g04":"Bob","prop_m24":"hello"... | markdown_explanation | {
"type": "object",
"properties": {
"key_f38": {
"type": "string"
},
"col_s61": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"val_w55": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"l... | I've generated the following JSON:
```json
{"col_s61":"level_1","val_w55":"level_2","attr_m56":{"dim_r63":"type_b","prop_v46":"level_2","field_u51":"mode_b"},"col_u32":null,"col_y20":{"val_w97":"low","field_v22":{"prop_p35":"oceanic","field_p24":785,"key_b38":255},"dim_h94":"foo","param_v30":{"col_j18":"inactive","attr... | Output contains markdown and explanatory text around JSON | {"col_s61":"level_1","val_w55":"level_2","attr_m56":{"dim_r63":"type_b","prop_v46":"level_2","field_u51":"mode_b"},"col_u32":null,"col_y20":{"val_w97":"low","field_v22":{"prop_p35":"oceanic","field_p24":785,"key_b38":255},"dim_h94":"foo","param_v30":{"col_j18":"inactive","attr_q47":30,"val_g04":"Bob","prop_m24":"hello"... |
TASK repair_structured_output
SPEC
FIELD attr_q40 TYPE string REQUIRED yes
FIELD key_m52 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD dim_y35 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD key_k37 TYPE boolean REQUIRED yes
FIELD field_p98 TYPE string REQUIRED no
BROKEN_OUTPU... | {"attr_q40":"Jane","key_m52":"cat_d","key_k37":true} | missing_brace | {
"type": "object",
"properties": {
"attr_q40": {
"type": "string"
},
"key_m52": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"dim_y35": {
"type": "string",
"enum": [
... | {"attr_q40":"Jane","key_m52":"cat_d","key_k37":true | Missing closing brace | {"attr_q40":"Jane","key_m52":"cat_d","key_k37":true} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD batch_code TYPE string REQUIRED no
FIELD freight_class TYPE number REQUIRED no
FIELD coverage TYPE integer REQUIRED yes
FIELD compound TYPE integer REQUIRED no
FIELD city.label TYPE str... | {"deploy_target":"offline","batch_code":"Maria","freight_class":241.23,"coverage":288,"compound":720,"city":{"label":"pending_review","decay_rate":"high","order_id":"baz","invoice_id":"John","shift_code":"oceanic"},"published":true,"due_date":526} | null_required | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"batch_code": {
"type": "string"
},
"freight_class": {
"type": "number"
},
"coverage":... | {"deploy_target": "offline", "batch_code": "Maria", "freight_class": 241.23, "coverage": 288, "compound": 720, "city": {"label": "pending_review", "decay_rate": "high", "order_id": "baz", "invoice_id": "John", "shift_code": "oceanic"}, "published": null, "due_date": 526} | Required field 'published' is null | {"deploy_target":"offline","batch_code":"Maria","freight_class":241.23,"coverage":288,"compound":720,"city":{"label":"pending_review","decay_rate":"high","order_id":"baz","invoice_id":"John","shift_code":"oceanic"},"published":true,"due_date":526} |
TASK repair_structured_output
SPEC
FIELD description TYPE boolean REQUIRED yes
FIELD notes TYPE string_uri REQUIRED yes
FIELD latitude TYPE string REQUIRED no
FIELD department TYPE null REQUIRED no
FIELD thumbnail TYPE string REQUIRED yes
FIELD patient_id TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"description"... | {"description":true,"notes":"https://api.org/data","latitude":"test","department":null,"thumbnail":"foo"} | null_required | {
"type": "object",
"properties": {
"description": {
"type": "boolean"
},
"notes": {
"type": "string",
"format": "uri"
},
"latitude": {
"type": "string"
},
"department": {
"type": "null"
},
"thumbnail": {
"type": "string"
},
"patient_id... | {"description": true, "notes": null, "latitude": "test", "department": null, "thumbnail": "foo"} | Required field 'notes' is null | {"description":true,"notes":"https://api.org/data","latitude":"test","department":null,"thumbnail":"foo"} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE integer REQUIRED yes
FIELD decay_rate TYPE string REQUIRED yes
FIELD user_id TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"batch_code": null, "decay_rate": "John", "user_id": true} | {"batch_code":576,"decay_rate":"John","user_id":true} | null_required | {
"type": "object",
"properties": {
"batch_code": {
"type": "integer"
},
"decay_rate": {
"type": "string"
},
"user_id": {
"type": "boolean"
}
},
"required": [
"batch_code",
"decay_rate",
"user_id"
]
} | {"batch_code": null, "decay_rate": "John", "user_id": true} | Required field 'batch_code' is null | {"batch_code":576,"decay_rate":"John","user_id":true} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD current_draw TYPE boolean REQUIRED no
FIELD label[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="validate_sample">
{"fleet_number":"viewer","current_draw":false,"label... | {"fleet_number":"viewer","current_draw":false,"label":["PASS","inactive"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"fleet_number": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"current_draw": {
"type": "boolean"
},
"label": {
"type": "array",
"items": {
"type": "string"
}
}
},... | Processing the request now.
<tool_call name="validate_sample">
{"fleet_number":"viewer","current_draw":false,"label":["PASS","inactive"]}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"fleet_number":"viewer","current_draw":false,"label":["PASS","inactive"]} |
TASK repair_structured_output
SPEC
FIELD val_y38 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD field_m51.attr_d78 TYPE string_email REQUIRED yes
FIELD field_m51.prop_d92 TYPE string_date-time REQUIRED no
FIELD field_m51.prop_y43 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD field_m51.pa... | {"val_y38":"level_2","field_m51":{"attr_d78":"test@test.io","prop_d92":"2026-03-19T02:56:00Z","prop_y43":"in_progress","param_c57":"London","param_q52":"https://api.example.com/v1","key_i54":true,"param_k35":483.1,"col_v79":"option_a"},"col_m04":{"col_g35":"level_4","attr_b85":136.92,"attr_e87":false,"dim_i14":["type_b... | tool_call_text_mix | {
"type": "object",
"properties": {
"val_y38": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"field_m51": {
"type": "object",
"properties": {
"attr_d78": {
"type": "string",
"format": "email"
},
"prop_d92... | I need to look up the information first.
<tool_call name="book_appointment">
{"val_y38":"level_2","field_m51":{"attr_d78":"test@test.io","prop_d92":"2026-03-19T02:56:00Z","prop_y43":"in_progress","param_c57":"London","param_q52":"https://api.example.com/v1","key_i54":true,"param_k35":483.1,"col_v79":"option_a"},"col_m0... | Agent response mixes reasoning text with tool call | {"val_y38":"level_2","field_m51":{"attr_d78":"test@test.io","prop_d92":"2026-03-19T02:56:00Z","prop_y43":"in_progress","param_c57":"London","param_q52":"https://api.example.com/v1","key_i54":true,"param_k35":483.1,"col_v79":"option_a"},"col_m04":{"col_g35":"level_4","attr_b85":136.92,"attr_e87":false,"dim_i14":["type_b... |
TASK repair_structured_output
SPEC
FIELD val_s21.col_h98 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD val_s21.dim_t49 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD val_s21.param_v58 TYPE number REQUIRED no
FIELD val_s21.prop_a26 TYPE string VALUES option_a|option_b REQU... | {"val_s21":{"col_h98":"level_2","dim_t49":"level_4","param_v58":276.38,"key_g42":"2026-08-04T02:31:00Z","val_p68":false,"param_a54":"option_a"},"col_z24":null,"param_i80":143.04,"param_z07":487.37,"param_f21":"2026-04-02T16:47:00Z","dim_m71":142.58} | trailing_comma | {
"type": "object",
"properties": {
"val_s21": {
"type": "object",
"properties": {
"col_h98": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"dim_t49": {
"type": "string",
"enum": [
... | {"val_s21":{"col_h98":"level_2","dim_t49":"level_4","param_v58":276.38,"key_g42":"2026-08-04T02:31:00Z","val_p68":false,"param_a54":"option_a",},"col_z24":null,"param_i80":143.04,"param_z07":487.37,"param_f21":"2026-04-02T16:47:00Z","dim_m71":142.58} | Unexpected trailing comma | {"val_s21":{"col_h98":"level_2","dim_t49":"level_4","param_v58":276.38,"key_g42":"2026-08-04T02:31:00Z","val_p68":false,"param_a54":"option_a"},"col_z24":null,"param_i80":143.04,"param_z07":487.37,"param_f21":"2026-04-02T16:47:00Z","dim_m71":142.58} |
TASK repair_structured_output
SPEC
FIELD attr_o66 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_r62 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_w98 TYPE integer REQUIRED yes
FIELD attr_o87 TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT... | {"attr_o66":"low","key_r62":"pending_review","attr_w98":665,"attr_o87":"push"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_o66": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_r62": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escala... | Tool: delete_item
Params: {"attr_o66": "low", "key_r62": "pending_review", "attr_w98": 665, "attr_o87_name": "push"} | Agent used wrong parameter name 'attr_o87_name' instead of 'attr_o87' | {"attr_o66":"low","key_r62":"pending_review","attr_w98":665,"attr_o87":"push"} |
TASK repair_structured_output
SPEC
FIELD size TYPE number REQUIRED no
FIELD created_at TYPE null REQUIRED no
FIELD freight_class.items TYPE integer REQUIRED no
FIELD freight_class.filter_flag TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD freight_class.nickname TYPE null REQUIRED no
FIELD frei... | {"size":827.36,"created_at":null,"freight_class":{"filter_flag":"hemizygous","nickname":null,"end_date":"hello"},"dissolved_oxygen":"small","comments":"demo","chromosome":"Oliveira"} | wrong_type | {
"type": "object",
"properties": {
"size": {
"type": "number"
},
"created_at": {
"type": "null"
},
"freight_class": {
"type": "object",
"properties": {
"items": {
"type": "integer"
},
"filter_flag": {
"type": "string",
... | {"size": "\"827.36\"", "created_at": null, "freight_class": {"filter_flag": "hemizygous", "nickname": null, "end_date": "hello"}, "dissolved_oxygen": "small", "comments": "demo", "chromosome": "Oliveira"} | Field 'size' must be number, got string | {"size":827.36,"created_at":null,"freight_class":{"filter_flag":"hemizygous","nickname":null,"end_date":"hello"},"dissolved_oxygen":"small","comments":"demo","chromosome":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD transaction_id TYPE null REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED yes
FIELD section TYPE string REQUIRED no
FIELD branch TYPE string_date-time REQUIRED no
FIELD user_id TYPE string REQU... | {"salinity":"underway","transaction_id":null,"interest_rate":621,"section":"2024-01-15","branch":"2024-11-02T05:16:00Z","user_id":"GRCh38","span_id":850,"created_at":"RTG-04"} | tool_call_partial_args | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"transaction_id": {
"type": "null"
},
"interest_rate": {
"type": "integer"
},
"section": {
"t... | I need to look up the information first.
Action: lookup_customer
Arguments: {"salinity": "underway", "interest_rate": 621, "section": "2024-01-15", "branch": "2024-11-02T05:16:00Z", "user_id": "GRCh38", "span_id": 850, "created_at": "RTG-04"} | Agent tool call missing required parameter 'transaction_id' | {"salinity":"underway","transaction_id":null,"interest_rate":621,"section":"2024-01-15","branch":"2024-11-02T05:16:00Z","user_id":"GRCh38","span_id":850,"created_at":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE integer REQUIRED yes
FIELD description TYPE number REQUIRED no
FIELD country.coverage TYPE string_uri REQUIRED no
FIELD country.phenotype TYPE string REQUIRED no
FIELD country.tax TYPE number REQUIRED no
FIELD country.priority TYPE integer REQUIRED yes
FIELD count... | {"subtotal":90,"notes":{"patient_id":17,"vessel_name":812.09,"conductivity":898},"priority":981} | single_quotes | {
"type": "object",
"properties": {
"subtotal": {
"type": "integer"
},
"description": {
"type": "number"
},
"country": {
"type": "object",
"properties": {
"coverage": {
"type": "string",
"format": "uri"
},
"phenotype": {
... | {'subtotal':90,'notes':{'patient_id':17,'vessel_name':812.09,'conductivity':898},'priority':981} | Expecting property name enclosed in double quotes | {"subtotal":90,"notes":{"patient_id":17,"vessel_name":812.09,"conductivity":898},"priority":981} |
TASK repair_structured_output
SPEC
FIELD department TYPE null REQUIRED no
FIELD patient_id.color TYPE string_uri REQUIRED no
FIELD patient_id.payment_status TYPE null REQUIRED no
FIELD patient_id.visible TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD patient_id.account_id[] TYPE boolean REQUIRE... | {"patient_id":{"payment_status":null,"visible":"in_progress","account_id":[false]},"index":282.03,"format":"single","phone":"open"} | wrong_type | {
"type": "object",
"properties": {
"department": {
"type": "null"
},
"patient_id": {
"type": "object",
"properties": {
"color": {
"type": "string",
"format": "uri"
},
"payment_status": {
"type": "null"
},
"visible":... | {"patient_id": {"payment_status": null, "visible": "in_progress", "account_id": [false]}, "index": "\"282.03\"", "format": "single", "phone": "open"} | Field 'index' must be number, got string | {"patient_id":{"payment_status":null,"visible":"in_progress","account_id":[false]},"index":282.03,"format":"single","phone":"open"} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD payment_status TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD count TYPE string_email REQUIRED yes
FIELD format TYPE string_uri REQUIRED no
BROKEN_OUTPUT
```json
{"category":"blue","count"... | {"category":"blue","count":"info@example.com","format":"https://data.com/api"} | markdown_fences | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"payment_status": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"crit... | ```json
{"category":"blue","count":"info@example.com","format":"https://data.com/api"}
``` | Output contains markdown code fences | {"category":"blue","count":"info@example.com","format":"https://data.com/api"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE integer REQUIRED no
FIELD manifest_ref TYPE integer REQUIRED no
FIELD fleet_number.footnote TYPE null REQUIRED yes
FIELD fleet_number.order_id TYPE string REQUIRED no
FIELD fleet_number.velocity TYPE string VALUES option_a|option_b REQUIRED no
FIELD fleet_number.... | {"amplitude":339,"manifest_ref":901,"fleet_number":{"footnote":null,"order_id":"Charlie","velocity":"option_a","width":{"length":904.0,"visible":514.77}},"lab_result":49,"subtotal":813,"tile":"https://data.com/v1"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"amplitude": {
"type": "integer"
},
"manifest_ref": {
"type": "integer"
},
"fleet_number": {
"type": "object",
"properties": {
"footnote": {
"type": "null"
},
"order_id": {
"type": "string"
... | get_account(amplitude=339, manifest_ref=901, fleet_number={'footnote': None, 'order_id': 'Charlie', 'velocity': 'option_a', 'width': {'length': 904.0, 'visible': 514.77}}, lab_result=49, subtotal=813, tile='https://data.com/v1') | Tool call uses Python syntax instead of JSON | {"amplitude":339,"manifest_ref":901,"fleet_number":{"footnote":null,"order_id":"Charlie","velocity":"option_a","width":{"length":904.0,"visible":514.77}},"lab_result":49,"subtotal":813,"tile":"https://data.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_h53 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_p13 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD prop_z90 TYPE boolean REQUIRED yes
FIELD col_y57.val_b04 TYPE string REQUIRED yes
FIELD col_y57.val_c41 TYPE integer REQUIRED no
FIELD c... | {"prop_h53":"published","col_p13":"active","prop_z90":false,"col_y57":{"val_b04":"active","param_s37":740.74,"key_d62":false}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_h53": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_p13": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"prop_z90": {
... | Tool: lookup_customer
Params: {"prop_h53": "published", "prop_z90": false, "col_y57": {"val_b04": "active", "param_s37": 740.74, "key_d62": false}, "col_p13_value": "active"} | Agent used wrong parameter name 'col_p13_value' instead of 'col_p13' | {"prop_h53":"published","col_p13":"active","prop_z90":false,"col_y57":{"val_b04":"active","param_s37":740.74,"key_d62":false}} |
TASK repair_structured_output
SPEC
FIELD key_l20.field_h04 TYPE string REQUIRED yes
FIELD key_l20.param_i90 TYPE number REQUIRED no
FIELD key_l20.val_y10 TYPE string REQUIRED yes
FIELD param_q93 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_k63 TYPE number REQUIRED no
FIELD dim_f72 TYPE string_email REQ... | {"key_l20":{"field_h04":"PASS","param_i90":551.84,"val_y10":"https://api.example.com/v1"},"param_q93":"EUR","dim_f72":"admin@test.io","col_o63":"open","dim_c72":true,"field_u26":"user@test.io"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_l20": {
"type": "object",
"properties": {
"field_h04": {
"type": "string"
},
"param_i90": {
"type": "number"
},
"val_y10": {
"type": "string"
}
},
"required": [
... | transfer_call(key_l20={'field_h04': 'PASS', 'param_i90': 551.84, 'val_y10': 'https://api.example.com/v1'}, param_q93='EUR', dim_f72='admin@test.io', col_o63='open', dim_c72=True, field_u26='user@test.io') | Tool call uses Python syntax instead of JSON | {"key_l20":{"field_h04":"PASS","param_i90":551.84,"val_y10":"https://api.example.com/v1"},"param_q93":"EUR","dim_f72":"admin@test.io","col_o63":"open","dim_c72":true,"field_u26":"user@test.io"} |
TASK repair_structured_output
SPEC
FIELD prop_n97 TYPE number REQUIRED yes
FIELD prop_x28 TYPE boolean REQUIRED yes
FIELD attr_q78 TYPE null REQUIRED no
FIELD prop_h58.attr_e07 TYPE string REQUIRED no
FIELD prop_h58.attr_f11 TYPE integer REQUIRED yes
FIELD prop_h58.prop_t36.dim_y51 TYPE string_uri REQUIRED yes
FIELD p... | {"prop_n97":703.76,"prop_x28":false,"attr_q78":null,"prop_h58":{"attr_e07":"GRCh38","attr_f11":730,"prop_t36":{"dim_y51":"https://example.com/v1","attr_g93":"basic","key_u77":false},"val_j30":{"field_j77":"sample","col_q73":null,"key_k29":"world","prop_f72":"admin@example.com","col_d29":"Maria","attr_b13":"admin@test.i... | missing_required | {
"type": "object",
"properties": {
"prop_n97": {
"type": "number"
},
"prop_x28": {
"type": "boolean"
},
"attr_q78": {
"type": "null"
},
"prop_h58": {
"type": "object",
"properties": {
"attr_e07": {
"type": "string"
},
"attr... | {"prop_n97": 703.76, "attr_q78": null, "prop_h58": {"attr_e07": "GRCh38", "attr_f11": 730, "prop_t36": {"dim_y51": "https://example.com/v1", "attr_g93": "basic", "key_u77": false}, "val_j30": {"field_j77": "sample", "col_q73": null, "key_k29": "world", "prop_f72": "admin@example.com", "col_d29": "Maria", "attr_b13": "a... | Required field 'prop_x28' is missing | {"prop_n97":703.76,"prop_x28":false,"attr_q78":null,"prop_h58":{"attr_e07":"GRCh38","attr_f11":730,"prop_t36":{"dim_y51":"https://example.com/v1","attr_g93":"basic","key_u77":false},"val_j30":{"field_j77":"sample","col_q73":null,"key_k29":"world","prop_f72":"admin@example.com","col_d29":"Maria","attr_b13":"admin@test.i... |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD comments TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD city TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD humidity_pct TYPE string VALUES option_a|option_b|option_c|option_d REQU... | {"account_id":"cat_b","city":"admin","humidity_pct":"option_b"} | thought_process | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"comments": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
}... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"account_id":"cat_b","city":"admin","humidity_pct":"option_b"} | Output contains chain-of-thought reasoning before JSON | {"account_id":"cat_b","city":"admin","humidity_pct":"option_b"} |
TASK repair_structured_output
SPEC
FIELD field_h74 TYPE number REQUIRED yes
FIELD key_r77 TYPE boolean REQUIRED yes
FIELD param_m24 TYPE string REQUIRED yes
FIELD attr_u13 TYPE string_email REQUIRED no
BROKEN_OUTPUT
<functioncall> apply_discount
{field_h74: 322.84, key_r77: false, param_m24: "chrX", attr_u13: "ops@te... | {"field_h74":322.84,"key_r77":false,"param_m24":"chrX","attr_u13":"ops@test.io"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_h74": {
"type": "number"
},
"key_r77": {
"type": "boolean"
},
"param_m24": {
"type": "string"
},
"attr_u13": {
"type": "string",
"format": "email"
}
},
"required": [
"field_h74",
"key_r77",
"para... | <functioncall> apply_discount
{field_h74: 322.84, key_r77: false, param_m24: "chrX", attr_u13: "ops@test.io"} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_h74":322.84,"key_r77":false,"param_m24":"chrX","attr_u13":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE string REQUIRED no
FIELD voltage TYPE string_date-time REQUIRED no
FIELD berth_slot TYPE number REQUIRED yes
FIELD umi TYPE number REQUIRED no
FIELD port_code.department TYPE string REQUIRED yes
FIELD port_code.username TYPE integer REQUIRED yes
FIELD port_cod... | {"voltage":"2023-03-10T09:54:00Z","berth_slot":826.14,"umi":333.4} | tool_call_python_syntax | {
"type": "object",
"properties": {
"build_status": {
"type": "string"
},
"voltage": {
"type": "string",
"format": "date-time"
},
"berth_slot": {
"type": "number"
},
"umi": {
"type": "number"
},
"port_code": {
"type": "object",
"propertie... | check_cargo_manifest(voltage='2023-03-10T09:54:00Z', berth_slot=826.14, umi=333.4) | Tool call uses Python syntax instead of JSON | {"voltage":"2023-03-10T09:54:00Z","berth_slot":826.14,"umi":333.4} |
TASK repair_structured_output
SPEC
FIELD department TYPE string_email REQUIRED yes
FIELD length TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD half_life TYPE string REQUIRED yes
BROKEN_OUTPUT
{'department':'admin@domain.org','length':'level_5','half_life':'approved'} | {"department":"admin@domain.org","length":"level_5","half_life":"approved"} | single_quotes | {
"type": "object",
"properties": {
"department": {
"type": "string",
"format": "email"
},
"length": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"half_life": {
... | {'department':'admin@domain.org','length':'level_5','half_life':'approved'} | Expecting property name enclosed in double quotes | {"department":"admin@domain.org","length":"level_5","half_life":"approved"} |
TASK repair_structured_output
SPEC
FIELD field_b46 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD key_c98 TYPE integer REQUIRED no
FIELD prop_j75 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_b46": "mode_c", "key_c98": "\"1000\"", "prop_j75": 633} | {"field_b46":"mode_c","key_c98":1000,"prop_j75":633} | wrong_type | {
"type": "object",
"properties": {
"field_b46": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"key_c98": {
"type": "integer"
},
"prop_j75": {
"type": "integer"
}
},
"required": [
... | {"field_b46": "mode_c", "key_c98": "\"1000\"", "prop_j75": 633} | Field 'key_c98' must be integer, got string | {"field_b46":"mode_c","key_c98":1000,"prop_j75":633} |
TASK repair_structured_output
SPEC
FIELD dim_f49 TYPE string REQUIRED yes
FIELD prop_o76 TYPE integer REQUIRED yes
FIELD col_i73 TYPE string REQUIRED yes
FIELD val_q90 TYPE string REQUIRED no
FIELD attr_s54 TYPE number REQUIRED no
BROKEN_OUTPUT
```json
{"dim_f49":"Berlin","prop_o76":512,"col_i73":"test","val_q90":"Sa... | {"dim_f49":"Berlin","prop_o76":512,"col_i73":"test","val_q90":"Sao Paulo","attr_s54":2.61} | markdown_fences | {
"type": "object",
"properties": {
"dim_f49": {
"type": "string"
},
"prop_o76": {
"type": "integer"
},
"col_i73": {
"type": "string"
},
"val_q90": {
"type": "string"
},
"attr_s54": {
"type": "number"
}
},
"required": [
"col_i73",
"di... | ```json
{"dim_f49":"Berlin","prop_o76":512,"col_i73":"test","val_q90":"Sao Paulo","attr_s54":2.61}
``` | Output contains markdown code fences | {"dim_f49":"Berlin","prop_o76":512,"col_i73":"test","val_q90":"Sao Paulo","attr_s54":2.61} |
TASK repair_structured_output
SPEC
FIELD dim_y95 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD prop_h34 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_k22 TYPE number REQUIRED yes
FIELD attr_e68 TYPE number REQUIRED no
FIELD dim_b73 TYPE integer REQUIRED no
FIELD prop_u49 TYPE string_email... | {"dim_y95":"type_a","param_k22":415.21,"attr_e68":347.83,"dim_b73":772,"prop_u49":"admin@example.com","param_v54":865} | single_quotes | {
"type": "object",
"properties": {
"dim_y95": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"prop_h34": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_k22": {
"type... | {'dim_y95':'type_a','param_k22':415.21,'attr_e68':347.83,'dim_b73':772,'prop_u49':'admin@example.com','param_v54':865} | Expecting property name enclosed in double quotes | {"dim_y95":"type_a","param_k22":415.21,"attr_e68":347.83,"dim_b73":772,"prop_u49":"admin@example.com","param_v54":865} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD image_url TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD berth_slot TYPE string VALUES active|inactive|pending REQUIRED no
FIELD port_code TYPE integer REQUIRED no
FIELD diagnosis_code T... | {"aligned_pct":"open","image_url":"editor","port_code":980,"diagnosis_code":"2023-07-19T12:55:00Z","values":"warning","barcode":118} | missing_brace | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"image_url": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
... | "aligned_pct":"open","image_url":"editor","port_code":980,"diagnosis_code":"2023-07-19T12:55:00Z","values":"warning","barcode":118} | Missing closing brace | {"aligned_pct":"open","image_url":"editor","port_code":980,"diagnosis_code":"2023-07-19T12:55:00Z","values":"warning","barcode":118} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE integer REQUIRED yes
FIELD batch_code TYPE null REQUIRED no
FIELD fleet_number.conductivity TYPE number REQUIRED yes
FIELD fleet_number.features TYPE boolean REQUIRED no
FIELD fleet_number.items TYPE integer REQUIRED no
FIELD fleet_number.username TYPE string R... | {"status_code":969,"batch_code":null,"fleet_number":{"conductivity":602.37,"features":false,"username":"Santos","name":false,"index":"2024-06-30"}} | partial_structure | {
"type": "object",
"properties": {
"status_code": {
"type": "integer"
},
"batch_code": {
"type": "null"
},
"fleet_number": {
"type": "object",
"properties": {
"conductivity": {
"type": "number"
},
"features": {
"type": "boolean... | I found that status_code should be 969. {"status_code":969,"batch_code":null,"fleet_number":{"conductivity":602.37,"features":false,"username":"Santos","name":false,"index":"2024-06-30"}} | Output mixes natural language with JSON | {"status_code":969,"batch_code":null,"fleet_number":{"conductivity":602.37,"features":false,"username":"Santos","name":false,"index":"2024-06-30"}} |
TASK repair_structured_output
SPEC
FIELD address TYPE string REQUIRED yes
FIELD features TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD category TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
{"address": "approved", "features": "inland", "category": "USD", "extra_field_4658": t... | {"address":"approved","features":"inland","category":"USD"} | extra_field | {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"features": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"category": {
"type": "string",
"enum": [
"USD",
"EUR",... | {"address": "approved", "features": "inland", "category": "USD", "extra_field_4658": true} | Unknown field 'extra_field_4658' not defined in schema | {"address":"approved","features":"inland","category":"USD"} |
TASK repair_structured_output
SPEC
FIELD key_b86 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_o25 TYPE string_email REQUIRED yes
FIELD val_w49[] TYPE string VALUES free|basic|pro|enterprise REQUIRED no
BROKEN_OUTPUT
{"col_o25":"admin@example.com","val_w49":["free"] | {"col_o25":"admin@example.com","val_w49":["free"]} | truncated_object | {
"type": "object",
"properties": {
"key_b86": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_o25": {
"type": "string",
"format": "email"
},
"val_w49": {
"type": "array",
"items": {
"type": ... | {"col_o25":"admin@example.com","val_w49":["free"] | Unexpected end of JSON input — truncated object | {"col_o25":"admin@example.com","val_w49":["free"]} |
TASK repair_structured_output
SPEC
FIELD prop_q58 TYPE integer REQUIRED yes
FIELD key_p98 TYPE number REQUIRED yes
FIELD dim_o93 TYPE string REQUIRED yes
FIELD dim_q85 TYPE null REQUIRED yes
BROKEN_OUTPUT
Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should ... | {"prop_q58":642,"key_p98":449.07,"dim_o93":"world","dim_q85":null} | thought_process | {
"type": "object",
"properties": {
"prop_q58": {
"type": "integer"
},
"key_p98": {
"type": "number"
},
"dim_o93": {
"type": "string"
},
"dim_q85": {
"type": "null"
}
},
"required": [
"key_p98",
"dim_q85",
"dim_o93",
"prop_q58"
]
} | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"prop_q58":642,"key_p98":449.07,"dim_o93":"world","dim_q85":null} | Output contains chain-of-thought reasoning before JSON | {"prop_q58":642,"key_p98":449.07,"dim_o93":"world","dim_q85":null} |
TASK repair_structured_output
SPEC
FIELD color.isotope.lane TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD color.isotope.bed_number TYPE string REQUIRED yes
FIELD color.isotope.zip_code TYPE string_uri REQUIRED no
FIELD color.isotope.url TYPE string REQUIRED no
FIELD color.state TYPE integer REQUIRED no
FIE... | {"color":{"state":30,"lane":"reliable","description":"https://example.org/data","insurance_id":847,"lab_result":"Luis","sensor_id":null},"torque_output":478,"repository":807,"size":791,"bill_of_lading":532.03} | tool_call_python_syntax | {
"type": "object",
"properties": {
"color": {
"type": "object",
"properties": {
"isotope": {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP... | process_payment(color={'state': 30, 'lane': 'reliable', 'description': 'https://example.org/data', 'insurance_id': 847, 'lab_result': 'Luis', 'sensor_id': None}, torque_output=478, repository=807, size=791, bill_of_lading=532.03) | Tool call uses Python syntax instead of JSON | {"color":{"state":30,"lane":"reliable","description":"https://example.org/data","insurance_id":847,"lab_result":"Luis","sensor_id":null},"torque_output":478,"repository":807,"size":791,"bill_of_lading":532.03} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE number REQUIRED yes
FIELD product_id TYPE string REQUIRED no
FIELD id TYPE boolean REQUIRED yes
FIELD filter_flag.zip_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD filter_flag.color TYPE string VALUES new|in_transit|deliv... | {"brake_pressure":683.65,"product_id":"Maria","id":false,"filter_flag":{"zip_code":"synonymous","color":"delivered","rating":true,"features":"cat_a","procedure_code":"option_a"},"updated_at":{"chromosome":"PASS","price":"completed","level":360,"batch_code":{"log_level":"xl","crew_id":"Jane","medication":"2024-01-15","p... | tool_call_partial_args | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "number"
},
"product_id": {
"type": "string"
},
"id": {
"type": "boolean"
},
"filter_flag": {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum"... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"product_id": "Maria", "id": false, "filter_flag": {"zip_code": "synonymous", "color": "delivered", "rating": true, "features": "cat_a", "procedure_code": "option_a"}, "updated_at": {"chromosome": "PASS", "price": "completed", "level": 360, "batch_code"... | Agent tool call missing required parameter 'brake_pressure' | {"brake_pressure":683.65,"product_id":"Maria","id":false,"filter_flag":{"zip_code":"synonymous","color":"delivered","rating":true,"features":"cat_a","procedure_code":"option_a"},"updated_at":{"chromosome":"PASS","price":"completed","level":360,"batch_code":{"log_level":"xl","crew_id":"Jane","medication":"2024-01-15","p... |
TASK repair_structured_output
SPEC
FIELD prop_s44 TYPE integer REQUIRED yes
FIELD param_x31 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD col_e41 TYPE number REQUIRED yes
FIELD key_s09 TYPE integer REQUIRED yes
FIELD attr_z53.field_e67 TYPE integer REQUIRED no
FIELD attr_z53.attr_j46.field_o... | {"prop_s44":35,"param_x31":"option_d","col_e41":833.97,"key_s09":454,"attr_z53":{"param_s37":"level_3"}} | extra_text_before | {
"type": "object",
"properties": {
"prop_s44": {
"type": "integer"
},
"param_x31": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"col_e41": {
"type": "number"
},
"key_s09": {
"type": ... | Here is the JSON you requested:
{"prop_s44":35,"param_x31":"option_d","col_e41":833.97,"key_s09":454,"attr_z53":{"param_s37":"level_3"}} | Output contains non-JSON text before the object | {"prop_s44":35,"param_x31":"option_d","col_e41":833.97,"key_s09":454,"attr_z53":{"param_s37":"level_3"}} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD trace_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD chromosome TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"status_code": "in_progress", "trace_id": "invalid_value_6", "chromo... | {"status_code":"in_progress","trace_id":"warning","chromosome":977} | invalid_enum | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"trace_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | {"status_code": "in_progress", "trace_id": "invalid_value_6", "chromosome": 977} | Field 'trace_id' has invalid enum value 'invalid_value_6', expected one of ['success', 'error', 'warning', 'info'] | {"status_code":"in_progress","trace_id":"warning","chromosome":977} |
TASK repair_structured_output
SPEC
FIELD param_x77 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_x71 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD key_i45 TYPE string REQUIRED no
FIELD prop_k33 TYPE string REQUIRED no
FIELD dim_e73 TYPE boolean REQUIRED yes
BRO... | {"param_x77":"frameshift","dim_x71":"cat_a","prop_k33":"Maria","dim_e73":true} | partial_structure | {
"type": "object",
"properties": {
"param_x77": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_x71": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"... | I found that prop_k33 should be Maria. {"param_x77":"frameshift","dim_x71":"cat_a","prop_k33":"Maria","dim_e73":true} | Output mixes natural language with JSON | {"param_x77":"frameshift","dim_x71":"cat_a","prop_k33":"Maria","dim_e73":true} |
TASK repair_structured_output
SPEC
FIELD prop_o14 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_b27 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD prop_h87.prop_z53 TYPE boolean REQUIRED yes
FIELD prop_h87.field_q01 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIEL... | {"prop_o14":"editor","col_b27":"inland","param_l38":{"col_i88":"Oliveira","dim_y29":352,"val_r32":{"col_z44":"medium","field_o81":"homozygous","prop_w73":"divorced"}}} | markdown_fences | {
"type": "object",
"properties": {
"prop_o14": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_b27": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_... | ```json
{"prop_o14":"editor","col_b27":"inland","param_l38":{"col_i88":"Oliveira","dim_y29":352,"val_r32":{"col_z44":"medium","field_o81":"homozygous","prop_w73":"divorced"}}}
``` | Output contains markdown code fences | {"prop_o14":"editor","col_b27":"inland","param_l38":{"col_i88":"Oliveira","dim_y29":352,"val_r32":{"col_z44":"medium","field_o81":"homozygous","prop_w73":"divorced"}}} |
TASK repair_structured_output
SPEC
FIELD col_r61 TYPE number REQUIRED yes
FIELD attr_m21 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_s65 TYPE integer REQUIRED no
FIELD field_z57 TYPE integer REQUIRED no
BROKEN_OUTPUT
I'll query our database.
<tool_call name="check_cargo_manifest">
{"col_r61":204.62,... | {"col_r61":204.62,"attr_m21":"USD","prop_s65":475} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_r61": {
"type": "number"
},
"attr_m21": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"prop_s65": {
"type": "integer"
},
"field_z57": {
"type": "int... | I'll query our database.
<tool_call name="check_cargo_manifest">
{"col_r61":204.62,"attr_m21":"USD","prop_s65":475}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"col_r61":204.62,"attr_m21":"USD","prop_s65":475} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD section TYPE string VALUES option_a|option_b REQUIRED yes
FIELD count TYPE integer REQUIRED no
FIELD length TYPE string_date-time REQUIRED yes
FIELD age TYPE number REQUIRED yes
FIELD berth_slot TYPE string VALUES... | {"temp_celsius":"mode_b","section":"option_b","count":645,"length":"2022-06-04T19:12:00Z","age":969.83,"catalyst":780,"trace_id":208.67} | tool_call_partial_args | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"section": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"count": {
"type": "integer"
},
"length... | Let me check the system.
Action: run_diagnostics
Arguments: {"temp_celsius": "mode_b", "section": "option_b", "count": 645, "age": 969.83, "catalyst": 780, "trace_id": 208.67} | Agent tool call missing required parameter 'length' | {"temp_celsius":"mode_b","section":"option_b","count":645,"length":"2022-06-04T19:12:00Z","age":969.83,"catalyst":780,"trace_id":208.67} |
TASK repair_structured_output
SPEC
FIELD balance.temp_celsius.id TYPE string REQUIRED yes
FIELD balance.temp_celsius.sensor_id TYPE null REQUIRED yes
FIELD balance.temp_celsius.turbidity TYPE integer REQUIRED no
FIELD balance.order_id.umi TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD balance.order_id.user... | {"balance":{"temp_celsius":{"id":"Charlie","sensor_id":null,"turbidity":942},"order_id":{"umi":"xl","user_id":"A short description.","enabled":"heterozygous","organism":null,"published":false},"umi":582,"vessel_name":null},"freight_class":"test@example.com","branch":false,"size":"completed"} | agent_chain | {
"type": "object",
"properties": {
"balance": {
"type": "object",
"properties": {
"temp_celsius": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"sensor_id": {
"type": "null"
},
... | Let me check the system.
Action: fetch_lab_result
Result: {"balance": {"temp_celsius": {"id": "Charlie", "sensor_id": null, "turbidity": 942}, "order_id": {"umi": "xl", "user_id": "A short description.", "enabled": "heterozygous", "organism": null, "published": false}, "umi": 582, "vessel_name": null}, "branch": false,... | Agent multi-step chain with truncated tool output | {"balance":{"temp_celsius":{"id":"Charlie","sensor_id":null,"turbidity":942},"order_id":{"umi":"xl","user_id":"A short description.","enabled":"heterozygous","organism":null,"published":false},"umi":582,"vessel_name":null},"freight_class":"test@example.com","branch":false,"size":"completed"} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD conductivity TYPE string REQUIRED no
FIELD velocity TYPE string REQUIRED no
BROKEN_OUTPUT
Processing the request now.
I'll validate against the schema.
{"batch_code":"homozygous","conductivity... | {"batch_code":"homozygous","conductivity":"Sao Paulo","velocity":"quux"} | thought_process | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"conductivity": {
"type": "string"
},
"velocity": {
"type": "string"
}
},
"required": [
"batch_code"
... | Processing the request now.
I'll validate against the schema.
{"batch_code":"homozygous","conductivity":"Sao Paulo","velocity":"quux"} | Output contains chain-of-thought reasoning before JSON | {"batch_code":"homozygous","conductivity":"Sao Paulo","velocity":"quux"} |
TASK repair_structured_output
SPEC
FIELD col_t25 TYPE boolean REQUIRED no
FIELD param_a67 TYPE integer REQUIRED yes
FIELD dim_g26 TYPE string REQUIRED no
FIELD col_b74[].attr_p59 TYPE boolean REQUIRED no
FIELD col_b74[].prop_e54 TYPE string_email REQUIRED no
FIELD col_b74[].key_q18 TYPE string VALUES homozygous|hetero... | {"col_t25":true,"param_a67":949,"dim_g26":"baz"} | extra_text_before | {
"type": "object",
"properties": {
"col_t25": {
"type": "boolean"
},
"param_a67": {
"type": "integer"
},
"dim_g26": {
"type": "string"
},
"col_b74": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attr_p59": {
... | Let me provide the data in JSON format:
{"col_t25":true,"param_a67":949,"dim_g26":"baz"} | Output contains non-JSON text before the object | {"col_t25":true,"param_a67":949,"dim_g26":"baz"} |
TASK repair_structured_output
SPEC
FIELD dim_h55 TYPE string REQUIRED no
FIELD key_k18 TYPE string REQUIRED yes
FIELD dim_q13 TYPE integer REQUIRED no
FIELD param_w47 TYPE string REQUIRED yes
FIELD field_u53 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD val_j63 TYPE string REQUIRED no
FIELD field_i21 TYPE nu... | {"dim_h55":"foo","key_k18":"Smith","dim_q13":648,"param_w47":"Paris","field_u53":"cat_c","val_j63":"2024-06-30"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_h55": {
"type": "string"
},
"key_k18": {
"type": "string"
},
"dim_q13": {
"type": "integer"
},
"param_w47": {
"type": "string"
},
"field_u53": {
"type": "string",
"enum": [
"cat_a",
"cat_... | Here's the structured output:
```json
{"dim_h55":"foo","key_k18":"Smith","dim_q13":648,"param_w47":"Paris","field_u53":"cat_c","val_j63":"2024-06-30"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"dim_h55":"foo","key_k18":"Smith","dim_q13":648,"param_w47":"Paris","field_u53":"cat_c","val_j63":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE integer REQUIRED no
FIELD image_url TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD discount TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD total.invoice_id TYPE null REQUIRED no
FIELD total.torque_output TYPE integer REQUI... | {"due_date":528,"discount":"homozygous"} | markdown_fences | {
"type": "object",
"properties": {
"due_date": {
"type": "integer"
},
"image_url": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"discount": {
"type": "string",
"enum": [
"homozygous",
... | ```json
{"due_date":528,"discount":"homozygous"}
``` | Output contains markdown code fences | {"due_date":528,"discount":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD attr_y98 TYPE integer REQUIRED no
FIELD key_y15.col_n77 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD key_y15.field_e64 TYPE number REQUIRED yes
FIELD key_y15.dim_f41 TYPE integer REQUIRED no
FIELD key_y15.prop_v71 TYPE number REQUIRED no
FIELD key_y15.col_i79.param... | {"col_a65":{"dim_r47":"medium","attr_d20":null,"val_k33":"level_2","key_r99":"https://api.io/data","prop_n22":870},"param_h84":{"dim_k42":"level_3","field_v13":"inactive","val_q12":605,"col_z19":"red","col_u99":346.82},"col_k40":402} | single_quotes | {
"type": "object",
"properties": {
"attr_y98": {
"type": "integer"
},
"key_y15": {
"type": "object",
"properties": {
"col_n77": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"fi... | {'col_a65':{'dim_r47':'medium','attr_d20':null,'val_k33':'level_2','key_r99':'https://api.io/data','prop_n22':870},'param_h84':{'dim_k42':'level_3','field_v13':'inactive','val_q12':605,'col_z19':'red','col_u99':346.82},'col_k40':402} | Expecting property name enclosed in double quotes | {"col_a65":{"dim_r47":"medium","attr_d20":null,"val_k33":"level_2","key_r99":"https://api.io/data","prop_n22":870},"param_h84":{"dim_k42":"level_3","field_v13":"inactive","val_q12":605,"col_z19":"red","col_u99":346.82},"col_k40":402} |
TASK repair_structured_output
SPEC
FIELD param_p70 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_k85 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD prop_v87 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD key_h26 TYPE string REQUIRED no
FIELD val_g13 TYPE str... | {"param_p70":"pro","prop_v87":"level_2","key_h26":"world","dim_j99":173.9} | invalid_enum | {
"type": "object",
"properties": {
"param_p70": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"key_k85": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {"param_p70": "invalid_option_324", "prop_v87": "level_2", "key_h26": "world", "dim_j99": 173.9} | Field 'param_p70' has invalid enum value 'invalid_option_324', expected one of ['free', 'basic', 'pro', 'enterprise'] | {"param_p70":"pro","prop_v87":"level_2","key_h26":"world","dim_j99":173.9} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string REQUIRED yes
FIELD filter_flag TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD count.latitude TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD count.total TYPE string REQUIRED no
F... | {"throttle_pos":"completed","filter_flag":"type_b","count":{"latitude":"option_c","temp_celsius":"2023-12-25","phenotype":true},"version":"type_b","vessel_name":"John","items":{"discount":true,"type":{"yield_pct":839,"manifest_ref":"2023-12-25","step":"approved","interest_rate":"user@domain.com"},"allele":"cat_a","step... | invalid_enum | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string"
},
"filter_flag": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"count": {
"type": "object",
... | {"throttle_pos": "completed", "filter_flag": "invalid_value_424", "count": {"latitude": "option_c", "temp_celsius": "2023-12-25", "phenotype": true}, "version": "type_b", "vessel_name": "John", "items": {"discount": true, "type": {"yield_pct": 839, "manifest_ref": "2023-12-25", "step": "approved", "interest_rate": "use... | Field 'filter_flag' has invalid enum value 'invalid_value_424', expected one of ['type_a', 'type_b', 'type_c', 'type_d', 'type_e', 'type_f'] | {"throttle_pos":"completed","filter_flag":"type_b","count":{"latitude":"option_c","temp_celsius":"2023-12-25","phenotype":true},"version":"type_b","vessel_name":"John","items":{"discount":true,"type":{"yield_pct":839,"manifest_ref":"2023-12-25","step":"approved","interest_rate":"user@domain.com"},"allele":"cat_a","step... |
TASK repair_structured_output
SPEC
FIELD attr_b24 TYPE integer REQUIRED yes
FIELD prop_x97 TYPE string REQUIRED no
FIELD dim_z06.param_f24 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_z06.val_h20 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_z06.param_v79 TYPE boolean REQUIRED... | {"attr_b24":525,"prop_x97":"quux","dim_z06":{"param_f24":"inactive","val_h20":"medium","param_v79":true,"prop_h51":"demo"}} | truncated_array | {
"type": "object",
"properties": {
"attr_b24": {
"type": "integer"
},
"prop_x97": {
"type": "string"
},
"dim_z06": {
"type": "object",
"properties": {
"param_f24": {
"type": "string",
"enum": [
"active",
"inactive",
... | {"attr_b24":525,"prop_x97":"quux","dim_z06":{"param_f24":"inactive","val_h20":"medium","param_v79":true,"prop_h51":"demo"} | Unexpected end of JSON input — truncated object | {"attr_b24":525,"prop_x97":"quux","dim_z06":{"param_f24":"inactive","val_h20":"medium","param_v79":true,"prop_h51":"demo"}} |
TASK repair_structured_output
SPEC
FIELD attr_k47 TYPE integer REQUIRED no
FIELD key_t72.field_c00 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_t72.param_c36 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_t72.col_g03 TYPE string VALUES low|medium|high|critical REQUIRED n... | {"attr_k47":706,"key_t72":{"field_c00":"single","param_c36":"berthed","key_u66":"2022-10-08T02:02:00Z","prop_u67":705.83,"key_u07":865},"dim_q07":170,"dim_n33":"PASS"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_k47": {
"type": "integer"
},
"key_t72": {
"type": "object",
"properties": {
"field_c00": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | <functioncall> process_payment
{attr_k47: 706, key_t72: {field_c00: "single", param_c36: "berthed", key_u66: "2022-10-08T02:02:00Z", prop_u67: 705.83, key_u07: 865}, dim_q07: 170, dim_n33: "PASS"} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_k47":706,"key_t72":{"field_c00":"single","param_c36":"berthed","key_u66":"2022-10-08T02:02:00Z","prop_u67":705.83,"key_u07":865},"dim_q07":170,"dim_n33":"PASS"} |
TASK repair_structured_output
SPEC
FIELD param_w08 TYPE string REQUIRED yes
FIELD key_h10 TYPE integer REQUIRED no
FIELD param_y89 TYPE boolean REQUIRED yes
FIELD col_x02 TYPE integer REQUIRED no
FIELD param_g00 TYPE string REQUIRED no
FIELD field_q56 TYPE integer REQUIRED no
FIELD key_c64 TYPE string_uri REQUIRED no
... | {"param_w08":"Silva","key_h10":680,"param_y89":true,"param_g00":"Alice","field_q56":397,"key_c64":"https://data.com/data"} | missing_brace | {
"type": "object",
"properties": {
"param_w08": {
"type": "string"
},
"key_h10": {
"type": "integer"
},
"param_y89": {
"type": "boolean"
},
"col_x02": {
"type": "integer"
},
"param_g00": {
"type": "string"
},
"field_q56": {
"type": "in... | {"param_w08":"Silva","key_h10":680,"param_y89":true,"param_g00":"Alice","field_q56":397,"key_c64":"https://data.com/data" | Missing closing brace | {"param_w08":"Silva","key_h10":680,"param_y89":true,"param_g00":"Alice","field_q56":397,"key_c64":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD col_v20 TYPE integer REQUIRED yes
FIELD col_q22 TYPE string REQUIRED yes
FIELD prop_i18.field_e53 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD prop_i18.dim_c58 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_i18.field_p03 TYPE integer... | {"col_v20":878,"col_q22":"Tokyo"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_v20": {
"type": "integer"
},
"col_q22": {
"type": "string"
},
"prop_i18": {
"type": "object",
"properties": {
"field_e53": {
"type": "string",
"enum": [
"red",
"blue",
... | <functioncall> create_order
{col_v20: 878, col_q22: "Tokyo"} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_v20":878,"col_q22":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD frequency_hz TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD half_life TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD start_date TYPE number REQUIRED no
FIELD bill_of_ladi... | {"frequency_hz":"basic","start_date":130.42,"bill_of_lading":"coastal","organism":"arctic"} | number_with_unit | {
"type": "object",
"properties": {
"weight": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"frequency_hz": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | {"frequency_hz": "basic", "start_date": "130.42%", "bill_of_lading": "coastal", "organism": "arctic"} | Field 'start_date' must be number, got string with unit | {"frequency_hz":"basic","start_date":130.42,"bill_of_lading":"coastal","organism":"arctic"} |
TASK repair_structured_output
SPEC
FIELD role TYPE string REQUIRED no
FIELD label TYPE null REQUIRED no
FIELD active TYPE string REQUIRED yes
FIELD current_draw TYPE integer REQUIRED no
FIELD verified TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD price TYPE string_email REQUIRED no
FIEL... | {"role":"A short description.","label":null,"active":"test@example.com","price":"info@test.io"} | partial_structure | {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"label": {
"type": "null"
},
"active": {
"type": "string"
},
"current_draw": {
"type": "integer"
},
"verified": {
"type": "string",
"enum": [
"operational",
"degr... | Based on the data, role is A short description.. {"role":"A short description.","label":null,"active":"test@example.com","price":"info@test.io"} | Output mixes natural language with JSON | {"role":"A short description.","label":null,"active":"test@example.com","price":"info@test.io"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string_email REQUIRED no
FIELD enabled TYPE string REQUIRED no
FIELD index TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD paragraph.shift_code.length TYPE string VALUES single|married|divorced REQUIRED no
FIELD paragraph.shift_code.longitude... | {"enabled":"pending","index":"mode_a","paragraph":{"shift_code":{"length":"single","ward":"https://example.io/api","priority":null,"comments":"demo","torque_output":false,"run_id":358.79,"phone":"https://api.org/v1"},"diagnosis_code":true,"deploy_target":"REV","options":"https://api.example.com/v1","enabled":false},"pr... | markdown_fences | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string",
"format": "email"
},
"enabled": {
"type": "string"
},
"index": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"paragraph"... | ```json
{"enabled":"pending","index":"mode_a","paragraph":{"shift_code":{"length":"single","ward":"https://example.io/api","priority":null,"comments":"demo","torque_output":false,"run_id":358.79,"phone":"https://api.org/v1"},"diagnosis_code":true,"deploy_target":"REV","options":"https://api.example.com/v1","enabled":fa... | Output contains markdown code fences | {"enabled":"pending","index":"mode_a","paragraph":{"shift_code":{"length":"single","ward":"https://example.io/api","priority":null,"comments":"demo","torque_output":false,"run_id":358.79,"phone":"https://api.org/v1"},"diagnosis_code":true,"deploy_target":"REV","options":"https://api.example.com/v1","enabled":false},"pr... |
TASK repair_structured_output
SPEC
FIELD param_m88.col_o06 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD param_m88.val_o08 TYPE integer REQUIRED no
FIELD param_m88.dim_u57 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD param_m88.prop_n16.val_i10 TYPE string REQUIRED no
FIEL... | {"param_m88":{"col_o06":"type_a","val_o08":37,"dim_u57":"level_5","prop_n16":{"field_g55":true,"attr_x03":888}},"key_n22":"reliable","col_s53":"example","attr_h07":50} | missing_required | {
"type": "object",
"properties": {
"param_m88": {
"type": "object",
"properties": {
"col_o06": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"val_o08": {
"type": "integer"
},
"dim_u57": {... | {"param_m88": {"col_o06": "type_a", "val_o08": 37, "dim_u57": "level_5", "prop_n16": {"field_g55": true, "attr_x03": 888}}, "key_n22": "reliable", "col_s53": "example"} | Required field 'attr_h07' is missing | {"param_m88":{"col_o06":"type_a","val_o08":37,"dim_u57":"level_5","prop_n16":{"field_g55":true,"attr_x03":888}},"key_n22":"reliable","col_s53":"example","attr_h07":50} |
TASK repair_structured_output
SPEC
FIELD val_m39 TYPE integer REQUIRED yes
FIELD field_c02 TYPE string REQUIRED yes
FIELD prop_q51 TYPE string REQUIRED yes
BROKEN_OUTPUT
annotate_mutation(val_m39=884, field_c02='approved', prop_q51='Santos') | {"val_m39":884,"field_c02":"approved","prop_q51":"Santos"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_m39": {
"type": "integer"
},
"field_c02": {
"type": "string"
},
"prop_q51": {
"type": "string"
}
},
"required": [
"prop_q51",
"field_c02",
"val_m39"
]
} | annotate_mutation(val_m39=884, field_c02='approved', prop_q51='Santos') | Tool call uses Python syntax instead of JSON | {"val_m39":884,"field_c02":"approved","prop_q51":"Santos"} |
TASK repair_structured_output
SPEC
FIELD param_y55 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD param_u50 TYPE string REQUIRED yes
FIELD key_e42 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD key_t17 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_q98 TYPE null REQUIR... | {"param_y55":"type_a","param_u50":"A short description.","key_e42":"cat_c","key_t17":"email","attr_q98":null,"dim_u20":false} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_y55": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"param_u50": {
"type": "string"
},
"key_e42": {
"type": "string",
"enum": [
"cat_a",
"cat... | I need to look up the information first.
<tool_call name="search">
{"param_y55":"type_a","param_u50":"A short description.","key_e42":"cat_c","key_t17":"email","attr_q98":null,"dim_u20":false}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"param_y55":"type_a","param_u50":"A short description.","key_e42":"cat_c","key_t17":"email","attr_q98":null,"dim_u20":false} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD item_id.shipper_ref.loan_amount TYPE string REQUIRED no
FIELD item_id.shipper_ref.throttle_pos TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD item_id.shipper_ref.berth_slot TYPE... | {"item_id":{"shipper_ref":{"throttle_pos":"mode_a"},"current_draw":257,"id":138},"trace_id":"MV-Evergreen-01","timezone":"Silva","interest_rate":true} | truncated_array | {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"item_id": {
"type": "object",
"properties": {
"shipper_ref": {
... | {"item_id":{"shipper_ref":{"throttle_pos":"mode_a"},"current_draw":257,"id":138},"trace_id":"MV-Evergreen-01","timezone":"Silva","interest_rate":true | Unexpected end of JSON input — truncated object | {"item_id":{"shipper_ref":{"throttle_pos":"mode_a"},"current_draw":257,"id":138},"trace_id":"MV-Evergreen-01","timezone":"Silva","interest_rate":true} |
TASK repair_structured_output
SPEC
FIELD dim_o52 TYPE boolean REQUIRED no
FIELD val_z22 TYPE number REQUIRED no
FIELD attr_c96.param_p22 TYPE boolean REQUIRED yes
FIELD attr_c96.param_q37.param_n52 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD attr_c96.param_q37.col_s10 TYPE integer REQUIRED yes
FIELD... | {"dim_o52":false,"val_z22":774.42,"attr_c96":{"param_p22":false,"param_q37":{"param_n52":"published","col_s10":942,"key_g74":492,"col_p75":349,"param_m94":18,"attr_g75":"pending"},"attr_g54":{"col_w77":877,"dim_q53":["2020-09-18T23:30:00Z","2021-06-17T23:34:00Z"]},"param_a64":"Maria"},"val_i84":{"val_w64":"approved","v... | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_o52": {
"type": "boolean"
},
"val_z22": {
"type": "number"
},
"attr_c96": {
"type": "object",
"properties": {
"param_p22": {
"type": "boolean"
},
"param_q37": {
"type": "object",
... | <functioncall> get_inventory
{dim_o52: false, val_z22: 774.42, attr_c96: {param_p22: false, param_q37: {param_n52: "published", col_s10: 942, key_g74: 492, col_p75: 349, param_m94: 18, attr_g75: "pending"}, attr_g54: {col_w77: 877, dim_q53: ["2020-09-18T23:30:00Z", "2021-06-17T23:34:00Z"]}, param_a64: "Maria"}, val_i84... | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_o52":false,"val_z22":774.42,"attr_c96":{"param_p22":false,"param_q37":{"param_n52":"published","col_s10":942,"key_g74":492,"col_p75":349,"param_m94":18,"attr_g75":"pending"},"attr_g54":{"col_w77":877,"dim_q53":["2020-09-18T23:30:00Z","2021-06-17T23:34:00Z"]},"param_a64":"Maria"},"val_i84":{"val_w64":"approved","v... |
TASK repair_structured_output
SPEC
FIELD col_i26 TYPE string REQUIRED yes
FIELD field_v06 TYPE integer REQUIRED yes
FIELD param_g82.attr_c65 TYPE string REQUIRED yes
FIELD param_g82.col_x63 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_g82.dim_k03[].attr_k94 TYPE string REQUIRED yes
FIEL... | {"col_i26":"Smith","field_v06":932,"param_g82":{"attr_c65":"chrX","col_x63":"returned"},"val_l49":{"attr_w92":996,"prop_u56":389.65,"val_x50":"Diana","key_g55":"Sao Paulo","val_w18":753.78,"dim_p63":false}} | missing_required | {
"type": "object",
"properties": {
"col_i26": {
"type": "string"
},
"field_v06": {
"type": "integer"
},
"param_g82": {
"type": "object",
"properties": {
"attr_c65": {
"type": "string"
},
"col_x63": {
"type": "string",
... | {"field_v06": 932, "param_g82": {"attr_c65": "chrX", "col_x63": "returned"}, "val_l49": {"attr_w92": 996, "prop_u56": 389.65, "val_x50": "Diana", "key_g55": "Sao Paulo", "val_w18": 753.78, "dim_p63": false}} | Required field 'col_i26' is missing | {"col_i26":"Smith","field_v06":932,"param_g82":{"attr_c65":"chrX","col_x63":"returned"},"val_l49":{"attr_w92":996,"prop_u56":389.65,"val_x50":"Diana","key_g55":"Sao Paulo","val_w18":753.78,"dim_p63":false}} |
TASK repair_structured_output
SPEC
FIELD key_n76 TYPE string REQUIRED yes
FIELD col_q83 TYPE string_uri REQUIRED yes
FIELD dim_a06 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_y07 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_d60 TYPE string VALUES success|err... | {"key_n76":"active","col_q83":"https://data.io/data","val_d60":"error","field_z84":{"param_w19":293,"col_d79":668.74,"key_f37":{"val_f67":541,"val_w82":231,"param_z56":129.15,"val_b93":292.56},"field_j50":569.31,"prop_s81":"Hapag-Lloyd-Express"},"prop_d37":"green","prop_y32":"EUR"} | single_quotes | {
"type": "object",
"properties": {
"key_n76": {
"type": "string"
},
"col_q83": {
"type": "string",
"format": "uri"
},
"dim_a06": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"col_y07": {
... | {'key_n76':'active','col_q83':'https://data.io/data','val_d60':'error','field_z84':{'param_w19':293,'col_d79':668.74,'key_f37':{'val_f67':541,'val_w82':231,'param_z56':129.15,'val_b93':292.56},'field_j50':569.31,'prop_s81':'Hapag-Lloyd-Express'},'prop_d37':'green','prop_y32':'EUR'} | Expecting property name enclosed in double quotes | {"key_n76":"active","col_q83":"https://data.io/data","val_d60":"error","field_z84":{"param_w19":293,"col_d79":668.74,"key_f37":{"val_f67":541,"val_w82":231,"param_z56":129.15,"val_b93":292.56},"field_j50":569.31,"prop_s81":"Hapag-Lloyd-Express"},"prop_d37":"green","prop_y32":"EUR"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD span_id.amplitude.url TYPE number REQUIRED yes
FIELD span_id.amplitude.yield_pct TYPE integer REQUIRED no
FIELD span_id.amplitude.latitude TYPE string VALUES homozygous|heterozygous|hem... | {"full_name":"option_a","updated_at":"Smith","decay_rate":113} | markdown_fences | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"span_id": {
"type": "object",
"properties": {
"amplitude": {
"type": "ob... | ```json
{"full_name":"option_a","updated_at":"Smith","decay_rate":113}
``` | Output contains markdown code fences | {"full_name":"option_a","updated_at":"Smith","decay_rate":113} |
TASK repair_structured_output
SPEC
FIELD val_n92 TYPE boolean REQUIRED yes
FIELD col_t78 TYPE boolean REQUIRED no
FIELD prop_t75 TYPE null REQUIRED yes
FIELD prop_r41 TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"val_n92":true,"col_t78":false,"prop_t75":null,"prop_r41":"2024-06-30"}
``` | {"val_n92":true,"col_t78":false,"prop_t75":null,"prop_r41":"2024-06-30"} | markdown_fences | {
"type": "object",
"properties": {
"val_n92": {
"type": "boolean"
},
"col_t78": {
"type": "boolean"
},
"prop_t75": {
"type": "null"
},
"prop_r41": {
"type": "string"
}
},
"required": [
"val_n92",
"prop_t75"
]
} | ```json
{"val_n92":true,"col_t78":false,"prop_t75":null,"prop_r41":"2024-06-30"}
``` | Output contains markdown code fences | {"val_n92":true,"col_t78":false,"prop_t75":null,"prop_r41":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD procedure_code.published TYPE string REQUIRED yes
FIELD procedure_code.balance TYPE string REQUIRED yes
FIELD procedure_code.length.timezone TYPE string_email REQUIRED yes
FIELD procedure_code.length.height TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD procedure_cod... | {"procedure_code":{"published":"inactive","balance":"Alice","comments":"2024-12-21T11:48:00Z"},"options":221.68,"status":"mode_a"} | truncated_object | {
"type": "object",
"properties": {
"procedure_code": {
"type": "object",
"properties": {
"published": {
"type": "string"
},
"balance": {
"type": "string"
},
"length": {
"type": "object",
"properties": {
"tim... | {"procedure_code":{"published":"inactive","balance":"Alice","comments":"2024-12-21T11:48:00Z"},"options":221.68,"status":"mode_a" | Unexpected end of JSON input — truncated object | {"procedure_code":{"published":"inactive","balance":"Alice","comments":"2024-12-21T11:48:00Z"},"options":221.68,"status":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD prop_w93 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD dim_w37 TYPE integer REQUIRED yes
FIELD prop_g41.dim_z89 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD prop_g41.prop_e94 TYPE string REQUIRED no
FIELD prop_g41.... | {"prop_w93":"type_b","dim_w37":674,"prop_g41":{"dim_z89":"option_b","prop_e94":"Bob","key_n63":"Johnson","param_u11":"user@example.com","attr_l71":{"val_n58":"intermittent","val_m38":331.98,"dim_x98":"2023-07-13T13:03:00Z"},"param_s51":"QC-07"},"attr_l14":{"val_k39":"approved","col_c25":"2023-06-20T18:52:00Z","prop_q26... | missing_bracket | {
"type": "object",
"properties": {
"prop_w93": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"dim_w37": {
"type": "integer"
},
"prop_g41": {
"type": "object",
"properties": {
... | {"prop_w93":"type_b","dim_w37":674,"prop_g41":{"dim_z89":"option_b","prop_e94":"Bob","key_n63":"Johnson","param_u11":"user@example.com","attr_l71":{"val_n58":"intermittent","val_m38":331.98,"dim_x98":"2023-07-13T13:03:00Z"},"param_s51":"QC-07"},"attr_l14":{"val_k39":"approved","col_c25":"2023-06-20T18:52:00Z","prop_q26... | Missing closing bracket | {"prop_w93":"type_b","dim_w37":674,"prop_g41":{"dim_z89":"option_b","prop_e94":"Bob","key_n63":"Johnson","param_u11":"user@example.com","attr_l71":{"val_n58":"intermittent","val_m38":331.98,"dim_x98":"2023-07-13T13:03:00Z"},"param_s51":"QC-07"},"attr_l14":{"val_k39":"approved","col_c25":"2023-06-20T18:52:00Z","prop_q26... |
TASK repair_structured_output
SPEC
FIELD param_u43 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD val_b80 TYPE string REQUIRED no
FIELD key_q40[] TYPE string REQUIRED no
FIELD param_a66[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"param_u43":"underway","key_q40":["user@domain.com"],"param_a66":[... | {"param_u43":"underway","key_q40":["user@domain.com"],"param_a66":["Smith","https://api.example.com/v1","REV"]} | truncated_array | {
"type": "object",
"properties": {
"param_u43": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_b80": {
"type": "string"
},
"key_q40": {
"type": "array",
"items": {
"type": "string"
... | {"param_u43":"underway","key_q40":["user@domain.com"],"param_a66":["Smith","https://api.example.com/v1","REV" | Unexpected end of JSON input — truncated array | {"param_u43":"underway","key_q40":["user@domain.com"],"param_a66":["Smith","https://api.example.com/v1","REV"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.