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 log_level TYPE string REQUIRED yes
FIELD department TYPE integer REQUIRED no
FIELD values.throttle_pos TYPE number REQUIRED no
FIELD values.repository TYPE integer REQUIRED yes
FIELD values.shift_code.label TYPE string VALUES draft|published|archived REQUIRED yes
FIELD values.s... | {"log_level":"https://api.example.com/v1","department":911,"values":{"repository":771,"shift_code":{"label":"draft","item_id":"missense","score":false,"footnote":null,"width":982},"count":{"length":"error","updated_at":["email","sms"]}},"quality_score":"https://data.io/api"} | trailing_comma | {
"type": "object",
"properties": {
"log_level": {
"type": "string"
},
"department": {
"type": "integer"
},
"values": {
"type": "object",
"properties": {
"throttle_pos": {
"type": "number"
},
"repository": {
"type": "integer"
... | {"log_level":"https://api.example.com/v1","department":911,"values":{"repository":771,"shift_code":{"label":"draft","item_id":"missense","score":false,"footnote":null,"width":982},"count":{"length":"error","updated_at":["email","sms"]}},"quality_score":"https://data.io/api",} | Unexpected trailing comma | {"log_level":"https://api.example.com/v1","department":911,"values":{"repository":771,"shift_code":{"label":"draft","item_id":"missense","score":false,"footnote":null,"width":982},"count":{"length":"error","updated_at":["email","sms"]}},"quality_score":"https://data.io/api"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string_uri REQUIRED yes
FIELD items TYPE string VALUES draft|published|archived REQUIRED no
FIELD published.amplitude.chapter TYPE string REQUIRED yes
FIELD published.amplitude.duration_ms TYPE string REQUIRED no
FIELD published.amplitude.credit_score[] TYPE integ... | {"zip_code":"https://www.io/v1","items":"draft"} | markdown_explanation | {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"format": "uri"
},
"items": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"published": {
"type": "object",
"properties": {
"amplitud... | Sensor output follows:
```json
{"zip_code":"https://www.io/v1","items":"draft"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"zip_code":"https://www.io/v1","items":"draft"} |
TASK repair_structured_output
SPEC
FIELD dim_j53 TYPE string REQUIRED yes
FIELD prop_w83 TYPE boolean REQUIRED yes
FIELD prop_d85.dim_c60.field_f59 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_d85.dim_c60.field_q28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD prop_d85.dim_c60.field_n39 TY... | {"dim_j53":"bar","prop_w83":false,"prop_d85":{"attr_s50":{"key_i10":"2021-12-28T16:13:00Z","key_u69":823,"dim_r62":"2021-02-05T19:27:00Z"},"attr_v73":"unstable","param_a36":true,"prop_q53":"Alice","dim_y96":"anchored","val_c81":962,"field_b89":119.78},"attr_e10":"email"} | truncated_object | {
"type": "object",
"properties": {
"dim_j53": {
"type": "string"
},
"prop_w83": {
"type": "boolean"
},
"prop_d85": {
"type": "object",
"properties": {
"dim_c60": {
"type": "object",
"properties": {
"field_f59": {
"typ... | {"dim_j53":"bar","prop_w83":false,"prop_d85":{"attr_s50":{"key_i10":"2021-12-28T16:13:00Z","key_u69":823,"dim_r62":"2021-02-05T19:27:00Z"},"attr_v73":"unstable","param_a36":true,"prop_q53":"Alice","dim_y96":"anchored","val_c81":962,"field_b89":119.78},"attr_e10":"email" | Unexpected end of JSON input — truncated object | {"dim_j53":"bar","prop_w83":false,"prop_d85":{"attr_s50":{"key_i10":"2021-12-28T16:13:00Z","key_u69":823,"dim_r62":"2021-02-05T19:27:00Z"},"attr_v73":"unstable","param_a36":true,"prop_q53":"Alice","dim_y96":"anchored","val_c81":962,"field_b89":119.78},"attr_e10":"email"} |
TASK repair_structured_output
SPEC
FIELD col_f28 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_y78 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_x98 TYPE string REQUIRED no
FIELD attr_r36 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Tool: validate_sample
Params: {"co... | {"col_f28":"editor","col_y78":"pending_review","col_x98":"2023-12-25","attr_r36":440} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_f28": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_y78": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
... | Tool: validate_sample
Params: {"col_f28": "editor", "col_y78": "pending_review", "attr_r36": 440, "col_x98_name": "2023-12-25"} | Agent used wrong parameter name 'col_x98_name' instead of 'col_x98' | {"col_f28":"editor","col_y78":"pending_review","col_x98":"2023-12-25","attr_r36":440} |
TASK repair_structured_output
SPEC
FIELD key_g28 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_o39 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_z93 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_o94 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED ... | {"key_g28":"low","dim_o39":"low","val_z93":"BRL","key_o94":"cat_b","dim_p66":false} | missing_bracket | {
"type": "object",
"properties": {
"key_g28": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_o39": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
... | {"key_g28":"low","dim_o39":"low","val_z93":"BRL","key_o94":"cat_b","dim_p66":false} | Missing closing bracket | {"key_g28":"low","dim_o39":"low","val_z93":"BRL","key_o94":"cat_b","dim_p66":false} |
TASK repair_structured_output
SPEC
FIELD dim_r21 TYPE null REQUIRED no
FIELD val_l85 TYPE string_uri REQUIRED yes
FIELD param_h28 TYPE integer REQUIRED yes
FIELD val_r12 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="calculate_price">
{"dim_r2... | {"dim_r21":null,"val_l85":"https://api.io/data","param_h28":872,"val_r12":"delivered"} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_r21": {
"type": "null"
},
"val_l85": {
"type": "string",
"format": "uri"
},
"param_h28": {
"type": "integer"
},
"val_r12": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | I'll query our database.
<tool_call name="calculate_price">
{"dim_r21":null,"val_l85":"https://api.io/data","param_h28":872,"val_r12":"delivered"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"dim_r21":null,"val_l85":"https://api.io/data","param_h28":872,"val_r12":"delivered"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string_uri REQUIRED no
FIELD build_status TYPE string_date-time REQUIRED no
FIELD lane TYPE number REQUIRED yes
FIELD sensor_id TYPE number REQUIRED no
FIELD decay_rate TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD insurance_id TYPE strin... | {"phenotype":"https://data.io/api","build_status":"2024-11-13T05:57:00Z","lane":990.98,"sensor_id":650.4,"insurance_id":"Charlie","version":139.75} | tool_call_text_mix | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"format": "uri"
},
"build_status": {
"type": "string",
"format": "date-time"
},
"lane": {
"type": "number"
},
"sensor_id": {
"type": "number"
},
"decay_rate": {
"type": ... | Let me check the system.
<tool_call name="fetch_lab_result">
{"phenotype":"https://data.io/api","build_status":"2024-11-13T05:57:00Z","lane":990.98,"sensor_id":650.4,"insurance_id":"Charlie","version":139.75}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"phenotype":"https://data.io/api","build_status":"2024-11-13T05:57:00Z","lane":990.98,"sensor_id":650.4,"insurance_id":"Charlie","version":139.75} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE integer REQUIRED no
FIELD role TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD quality_score TYPE string REQUIRED yes
FIELD credit_score.ph_level TYPE number REQUIRED no
FIELD credit_score.updated_at TYPE string_email REQUIRED yes
FIELD credit_... | {"role":"black","quality_score":"New York","credit_score":{"ph_level":321.27,"updated_at":"user@domain.org","width":"Oliveira","verified":"2022-08-18T02:18:00Z","strand":{"berth_slot":"moored","lab_result":"USD","url":"EUR","compound":"sample","city":785},"conductivity":14}} | trailing_comma | {
"type": "object",
"properties": {
"insurance_id": {
"type": "integer"
},
"role": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"quality_score": {
"type": "string"
},
"credit_score": {
... | {"role":"black","quality_score":"New York","credit_score":{"ph_level":321.27,"updated_at":"user@domain.org","width":"Oliveira","verified":"2022-08-18T02:18:00Z","strand":{"berth_slot":"moored","lab_result":"USD","url":"EUR","compound":"sample","city":785},"conductivity":14},} | Unexpected trailing comma | {"role":"black","quality_score":"New York","credit_score":{"ph_level":321.27,"updated_at":"user@domain.org","width":"Oliveira","verified":"2022-08-18T02:18:00Z","strand":{"berth_slot":"moored","lab_result":"USD","url":"EUR","compound":"sample","city":785},"conductivity":14}} |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD loan_amount TYPE string REQUIRED no
FIELD balance TYPE number REQUIRED yes
FIELD message TYPE string REQUIRED no
BROKEN_OUTPUT
{"email":"high","loan_amount":"London","balance":185.92,"message":"chrX" | {"email":"high","loan_amount":"London","balance":185.92,"message":"chrX"} | truncated_array | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"loan_amount": {
"type": "string"
},
"balance": {
"type": "number"
},
"message": {
"type": "string"
... | {"email":"high","loan_amount":"London","balance":185.92,"message":"chrX" | Unexpected end of JSON input — truncated object | {"email":"high","loan_amount":"London","balance":185.92,"message":"chrX"} |
TASK repair_structured_output
SPEC
FIELD val_n02 TYPE string REQUIRED yes
FIELD dim_j16.attr_w63 TYPE integer REQUIRED yes
FIELD dim_j16.prop_u18 TYPE integer REQUIRED yes
FIELD dim_j16.key_e41.val_a13 TYPE integer REQUIRED no
FIELD dim_j16.key_e41.key_d68 TYPE number REQUIRED yes
FIELD dim_j16.key_e41.val_w87[] TYPE ... | {"val_n02":"Diana","dim_j16":{"attr_w63":349,"prop_u18":392,"key_e41":{"val_a13":658,"key_d68":365.15,"val_w87":["Paris","REV"]},"val_o07":{"attr_h28":555.74,"val_o75":"married","key_s83":null,"dim_q42":true,"param_y33":"large"}},"attr_m23":true,"key_f03":null,"attr_v53":"chrX","col_p12":471} | extra_field | {
"type": "object",
"properties": {
"val_n02": {
"type": "string"
},
"dim_j16": {
"type": "object",
"properties": {
"attr_w63": {
"type": "integer"
},
"prop_u18": {
"type": "integer"
},
"key_e41": {
"type": "object",... | {"val_n02": "Diana", "dim_j16": {"attr_w63": 349, "prop_u18": 392, "key_e41": {"val_a13": 658, "key_d68": 365.15, "val_w87": ["Paris", "REV"]}, "val_o07": {"attr_h28": 555.74, "val_o75": "married", "key_s83": null, "dim_q42": true, "param_y33": "large"}}, "attr_m23": true, "key_f03": null, "attr_v53": "chrX", "col_p12"... | Unknown field 'extra_data_8474' not defined in schema | {"val_n02":"Diana","dim_j16":{"attr_w63":349,"prop_u18":392,"key_e41":{"val_a13":658,"key_d68":365.15,"val_w87":["Paris","REV"]},"val_o07":{"attr_h28":555.74,"val_o75":"married","key_s83":null,"dim_q42":true,"param_y33":"large"}},"attr_m23":true,"key_f03":null,"attr_v53":"chrX","col_p12":471} |
TASK repair_structured_output
SPEC
FIELD col_b77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD key_p25 TYPE null REQUIRED no
FIELD field_x64 TYPE string REQUIRED no
FIELD val_q14 TYPE number REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: process_payment
Result: {"col_b77": "homo... | {"col_b77":"homozygous","key_p25":null,"val_q14":191.18} | agent_chain | {
"type": "object",
"properties": {
"col_b77": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_p25": {
"type": "null"
},
"field_x64": {
"type": "string"
},
"val_q14": {
"type": "number"
}
... | Let me check the system.
Action: process_payment
Result: {"col_b77": "homozygous", "val_q14": 191.18}
I'll query our database.
Action: create_order
Result: | Agent multi-step chain with truncated tool output | {"col_b77":"homozygous","key_p25":null,"val_q14":191.18} |
TASK repair_structured_output
SPEC
FIELD val_m37 TYPE string_email REQUIRED no
FIELD key_w45 TYPE boolean REQUIRED yes
FIELD prop_u66.dim_c42 TYPE string REQUIRED yes
FIELD prop_u66.key_g90 TYPE string REQUIRED no
FIELD prop_u66.field_w26 TYPE null REQUIRED no
FIELD prop_u66.key_r11[] TYPE integer REQUIRED no
FIELD pr... | {"val_m37":"ops@example.com","key_w45":false,"prop_u66":{"dim_c42":"test","key_g90":"sample","field_w26":null,"prop_o02":["https://example.com","test"]}} | unquoted_keys | {
"type": "object",
"properties": {
"val_m37": {
"type": "string",
"format": "email"
},
"key_w45": {
"type": "boolean"
},
"prop_u66": {
"type": "object",
"properties": {
"dim_c42": {
"type": "string"
},
"key_g90": {
"type"... | {val_m37:"ops@example.com",key_w45:false,prop_u66:{dim_c42:"test",key_g90:"sample",field_w26:null,prop_o02:["https://example.com","test"]}} | Expecting property name enclosed in double quotes | {"val_m37":"ops@example.com","key_w45":false,"prop_u66":{"dim_c42":"test","key_g90":"sample","field_w26":null,"prop_o02":["https://example.com","test"]}} |
TASK repair_structured_output
SPEC
FIELD dim_d02 TYPE number REQUIRED yes
FIELD val_y62 TYPE string REQUIRED yes
FIELD field_h92 TYPE string REQUIRED yes
FIELD col_g86 TYPE integer REQUIRED yes
FIELD col_g09 TYPE number REQUIRED no
BROKEN_OUTPUT
{"dim_d02":732.51,"val_y62":"qux","field_h92":"inactive","col_g86":744,"... | {"dim_d02":732.51,"val_y62":"qux","field_h92":"inactive","col_g86":744,"col_g09":557.18} | trailing_comma | {
"type": "object",
"properties": {
"dim_d02": {
"type": "number"
},
"val_y62": {
"type": "string"
},
"field_h92": {
"type": "string"
},
"col_g86": {
"type": "integer"
},
"col_g09": {
"type": "number"
}
},
"required": [
"dim_d02",
"fi... | {"dim_d02":732.51,"val_y62":"qux","field_h92":"inactive","col_g86":744,"col_g09":557.18,} | Unexpected trailing comma | {"dim_d02":732.51,"val_y62":"qux","field_h92":"inactive","col_g86":744,"col_g09":557.18} |
TASK repair_structured_output
SPEC
FIELD attr_u46 TYPE string REQUIRED no
FIELD col_v63 TYPE string REQUIRED yes
FIELD attr_l94 TYPE string REQUIRED no
FIELD col_o44.param_f14.key_a30 TYPE string_date-time REQUIRED no
FIELD col_o44.param_f14.prop_f10 TYPE string_date-time REQUIRED yes
FIELD col_o44.param_f14.val_j91 T... | {"col_v63":"foo","attr_d12":"info@domain.org","prop_p10":{"val_n70":"basic","col_v86":"type_f","dim_s11":"ops@example.com","param_x33":"info@example.com","col_l56":true},"col_u55":{"val_g87":"level_1","col_s33":"type_a","key_l91":"inland","param_m69":"https://example.com","prop_w34":null,"val_z49":885.95,"val_k17":"Joh... | unquoted_keys | {
"type": "object",
"properties": {
"attr_u46": {
"type": "string"
},
"col_v63": {
"type": "string"
},
"attr_l94": {
"type": "string"
},
"col_o44": {
"type": "object",
"properties": {
"param_f14": {
"type": "object",
"properties":... | {col_v63:"foo",attr_d12:"info@domain.org",prop_p10:{val_n70:"basic",col_v86:"type_f",dim_s11:"ops@example.com",param_x33:"info@example.com",col_l56:true},col_u55:{val_g87:"level_1",col_s33:"type_a",key_l91:"inland",param_m69:"https://example.com",prop_w34:null,val_z49:885.95,val_k17:"Johnson"},key_c84:489.35} | Expecting property name enclosed in double quotes | {"col_v63":"foo","attr_d12":"info@domain.org","prop_p10":{"val_n70":"basic","col_v86":"type_f","dim_s11":"ops@example.com","param_x33":"info@example.com","col_l56":true},"col_u55":{"val_g87":"level_1","col_s33":"type_a","key_l91":"inland","param_m69":"https://example.com","prop_w34":null,"val_z49":885.95,"val_k17":"Joh... |
TASK repair_structured_output
SPEC
FIELD key_g18 TYPE number REQUIRED no
FIELD param_g07 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD col_k13 TYPE number REQUIRED no
FIELD key_j44 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<to... | {"param_g07":"level_1","key_j44":"option_c"} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_g18": {
"type": "number"
},
"param_g07": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"col_k13": {
"type": "number"
},
"key_j44": {
"type": "strin... | Processing the request now.
<tool_call name="track_vessel">
{"param_g07":"level_1","key_j44":"option_c"}
</tool_call. | Agent response mixes reasoning text with tool call | {"param_g07":"level_1","key_j44":"option_c"} |
TASK repair_structured_output
SPEC
FIELD dim_f45 TYPE string_email REQUIRED yes
FIELD col_u79 TYPE boolean REQUIRED no
FIELD val_s71 TYPE number REQUIRED no
FIELD prop_o82 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_f13.key_u24 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED... | {"dim_f45":"ops@example.com","col_u79":false,"val_s71":261.95} | thought_process | {
"type": "object",
"properties": {
"dim_f45": {
"type": "string",
"format": "email"
},
"col_u79": {
"type": "boolean"
},
"val_s71": {
"type": "number"
},
"prop_o82": {
"type": "string",
"enum": [
"draft",
"published",
"archived... | Processing the request now.
I'll validate against the schema.
{"dim_f45":"ops@example.com","col_u79":false,"val_s71":261.95} | Output contains chain-of-thought reasoning before JSON | {"dim_f45":"ops@example.com","col_u79":false,"val_s71":261.95} |
TASK repair_structured_output
SPEC
FIELD val_t25 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD val_p28.dim_j73 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_p28.field_y60 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_p28.attr_a72 TYPE null REQUIRED yes
FI... | {"val_t25":"black","val_p28":{"field_y60":"married","attr_a72":null},"attr_t49":"ops@example.com","prop_i73":true} | invalid_enum | {
"type": "object",
"properties": {
"val_t25": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"val_p28": {
"type": "object",
"properties": {
"dim_j73": {
"type": "string",
"enum... | {"val_t25": "invalid_option_291", "val_p28": {"field_y60": "married", "attr_a72": null}, "attr_t49": "ops@example.com", "prop_i73": true} | Field 'val_t25' has invalid enum value 'invalid_option_291', expected one of ['red', 'blue', 'green', 'black', 'white'] | {"val_t25":"black","val_p28":{"field_y60":"married","attr_a72":null},"attr_t49":"ops@example.com","prop_i73":true} |
TASK repair_structured_output
SPEC
FIELD dim_o01 TYPE string_email REQUIRED yes
FIELD key_k21.field_d67 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_k21.val_r32 TYPE number REQUIRED yes
FIELD key_k21.prop_d07 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_k21.key_s10 TYPE stri... | {"dim_o01":"admin@domain.org","key_k21":{"field_d67":"email","val_r32":57.67},"key_t71":803,"val_c58":518.58,"key_x90":"Berlin"} | truncated_object | {
"type": "object",
"properties": {
"dim_o01": {
"type": "string",
"format": "email"
},
"key_k21": {
"type": "object",
"properties": {
"field_d67": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"... | {"dim_o01":"admin@domain.org","key_k21":{"field_d67":"email","val_r32":57.67},"key_t71":803,"val_c58":518.58,"key_x90":"Berlin" | Unexpected end of JSON input — truncated object | {"dim_o01":"admin@domain.org","key_k21":{"field_d67":"email","val_r32":57.67},"key_t71":803,"val_c58":518.58,"key_x90":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD val_h09 TYPE string REQUIRED yes
FIELD prop_m32 TYPE string REQUIRED yes
FIELD param_u34.prop_v62 TYPE string REQUIRED yes
FIELD param_u34.col_s69 TYPE boolean REQUIRED no
FIELD param_u34.dim_h51 TYPE string REQUIRED no
FIELD param_u34.param_c19 TYPE integer REQUIRED no
FIELD p... | {"val_h09":"hello","prop_m32":"world","param_u34":{"prop_v62":"cancelled","dim_h51":"Maria","param_c19":906,"attr_k14":410,"attr_k95":60.17,"attr_l33":55.78}} | extra_text_before | {
"type": "object",
"properties": {
"val_h09": {
"type": "string"
},
"prop_m32": {
"type": "string"
},
"param_u34": {
"type": "object",
"properties": {
"prop_v62": {
"type": "string"
},
"col_s69": {
"type": "boolean"
},
... | Here is the response in the requested format:
{"val_h09":"hello","prop_m32":"world","param_u34":{"prop_v62":"cancelled","dim_h51":"Maria","param_c19":906,"attr_k14":410,"attr_k95":60.17,"attr_l33":55.78}} | Output contains non-JSON text before the object | {"val_h09":"hello","prop_m32":"world","param_u34":{"prop_v62":"cancelled","dim_h51":"Maria","param_c19":906,"attr_k14":410,"attr_k95":60.17,"attr_l33":55.78}} |
TASK repair_structured_output
SPEC
FIELD attr_g79 TYPE integer REQUIRED yes
FIELD param_p43 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_a66[].param_j62 TYPE string_date-time REQUIRED no
FIELD param_a66[].dim_s23 TYPE number REQUIRED no
FIELD param_a66[].dim_r12 TYPE number REQUIRED yes
FIELD param... | {"attr_g79":205,"param_p43":"sms","param_a66":[{"param_j62":"2020-01-24T21:50:00Z","dim_s23":905.14,"dim_r12":124.29,"prop_p15":null,"val_u39":"admin","key_s58":"heterozygous","dim_r97":213},{"dim_s23":368.52,"dim_r12":315.54,"prop_p15":null,"val_u39":"admin","key_s58":"heterozygous","dim_r97":24}]} | null_required | {
"type": "object",
"properties": {
"attr_g79": {
"type": "integer"
},
"param_p43": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_a66": {
"type": "array",
"items": {
"type": "object",
... | {"attr_g79": 205, "param_p43": null, "param_a66": [{"param_j62": "2020-01-24T21:50:00Z", "dim_s23": 905.14, "dim_r12": 124.29, "prop_p15": null, "val_u39": "admin", "key_s58": "heterozygous", "dim_r97": 213}, {"dim_s23": 368.52, "dim_r12": 315.54, "prop_p15": null, "val_u39": "admin", "key_s58": "heterozygous", "dim_r9... | Required field 'param_p43' is null | {"attr_g79":205,"param_p43":"sms","param_a66":[{"param_j62":"2020-01-24T21:50:00Z","dim_s23":905.14,"dim_r12":124.29,"prop_p15":null,"val_u39":"admin","key_s58":"heterozygous","dim_r97":213},{"dim_s23":368.52,"dim_r12":315.54,"prop_p15":null,"val_u39":"admin","key_s58":"heterozygous","dim_r97":24}]} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD brake_pressure TYPE number REQUIRED no
FIELD reagent TYPE string_date-time REQUIRED no
FIELD status TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD department[] TYPE integer REQUIRED no
FIELD published[]... | {"status_code":"level_2","brake_pressure":473.62,"status":"GBP","published":[961.48,451.71,596.56]} | tool_call_text_mix | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"brake_pressure": {
"type": "number"
},
"reagent": {
"type": "string",
"format": "date-time"
},
"status": {
"type": "string... | Let me check the system.
<tool_call name="validate_sample">
{"status_code":"level_2","brake_pressure":473.62,"status":"GBP","published":[961.48,451.71,596.56]}
</tool_call. | Agent response mixes reasoning text with tool call | {"status_code":"level_2","brake_pressure":473.62,"status":"GBP","published":[961.48,451.71,596.56]} |
TASK repair_structured_output
SPEC
FIELD prop_h38 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD col_c45 TYPE integer REQUIRED yes
FIELD key_x14 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD attr_m43 TYPE number REQUIRED no
FIELD col_q76 TYPE boolean REQUIRED y... | {"prop_h38":"mode_e","col_c45":148,"attr_m43":734.74,"col_q76":true,"prop_k32":"mode_a","prop_t48":"Santos","val_t28":"type_e"} | agent_chain | {
"type": "object",
"properties": {
"prop_h38": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"col_c45": {
"type": "integer"
},
"key_x14": {
"type": "string",
"enum... | I need to look up the information first.
Action: query_port_status
Result: {"prop_h38": "mode_e", "col_c45": 148, "attr_m43": 734.74, "col_q76": true, "prop_k32": "mode_a", "val_t28": "type_e"}
Processing the request now.
Action: apply_discount
Result: | Agent multi-step chain with truncated tool output | {"prop_h38":"mode_e","col_c45":148,"attr_m43":734.74,"col_q76":true,"prop_k32":"mode_a","prop_t48":"Santos","val_t28":"type_e"} |
TASK repair_structured_output
SPEC
FIELD step TYPE string_email REQUIRED yes
FIELD diagnosis_code TYPE null REQUIRED no
FIELD branch.address TYPE string REQUIRED yes
FIELD branch.tags TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD branch.crew_id TYPE boolean REQUIRED no
FIELD branch.turbidity TYPE... | {"step":"ops@test.io","branch":{"address":"user@domain.com","tags":"cat_a","crew_id":true,"turbidity":557,"name":{"loan_amount":"option_b","wavelength":300,"collateral":822.9,"port_code":"mode_d"}},"size":"quux","half_life":"2023-12-25","aligned_pct":true} | markdown_explanation | {
"type": "object",
"properties": {
"step": {
"type": "string",
"format": "email"
},
"diagnosis_code": {
"type": "null"
},
"branch": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"tags": {
"type": "s... | Based on your request, here is the data:
```json
{"step":"ops@test.io","branch":{"address":"user@domain.com","tags":"cat_a","crew_id":true,"turbidity":557,"name":{"loan_amount":"option_b","wavelength":300,"collateral":822.9,"port_code":"mode_d"}},"size":"quux","half_life":"2023-12-25","aligned_pct":true}
```
Data logge... | Output contains markdown and explanatory text around JSON | {"step":"ops@test.io","branch":{"address":"user@domain.com","tags":"cat_a","crew_id":true,"turbidity":557,"name":{"loan_amount":"option_b","wavelength":300,"collateral":822.9,"port_code":"mode_d"}},"size":"quux","half_life":"2023-12-25","aligned_pct":true} |
TASK repair_structured_output
SPEC
FIELD attr_h79 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_r95 TYPE number REQUIRED no
FIELD dim_q38 TYPE number REQUIRED yes
FIELD dim_g56 TYPE string_date-time REQUIRED no
FIELD val_q95[].field_r91 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD val_q95[]... | {"dim_q38":585.78,"dim_g56":"2022-11-05T01:17:00Z","val_q95":[{"field_r91":"cat_a","col_p69":"level_2","dim_d06":"pending","dim_p54":"level_1","dim_k03":true,"key_c92":"Alice"},{"field_r91":"cat_a","dim_p54":"level_3","dim_k03":false,"key_c92":"2024-01-15"},{"field_r91":"cat_b","col_p69":"level_1","dim_p54":"level_3","... | null_required | {
"type": "object",
"properties": {
"attr_h79": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_r95": {
"type": "number"
},
"dim_q38": {
"type": "number"
},
"dim_g56": {
"type":... | {"dim_q38": null, "dim_g56": "2022-11-05T01:17:00Z", "val_q95": [{"field_r91": "cat_a", "col_p69": "level_2", "dim_d06": "pending", "dim_p54": "level_1", "dim_k03": true, "key_c92": "Alice"}, {"field_r91": "cat_a", "dim_p54": "level_3", "dim_k03": false, "key_c92": "2024-01-15"}, {"field_r91": "cat_b", "col_p69": "leve... | Required field 'dim_q38' is null | {"dim_q38":585.78,"dim_g56":"2022-11-05T01:17:00Z","val_q95":[{"field_r91":"cat_a","col_p69":"level_2","dim_d06":"pending","dim_p54":"level_1","dim_k03":true,"key_c92":"Alice"},{"field_r91":"cat_a","dim_p54":"level_3","dim_k03":false,"key_c92":"2024-01-15"},{"field_r91":"cat_b","col_p69":"level_1","dim_p54":"level_3","... |
TASK repair_structured_output
SPEC
FIELD attr_b03 TYPE string REQUIRED yes
FIELD col_a45 TYPE boolean REQUIRED no
FIELD val_h65.val_u03 TYPE string REQUIRED yes
FIELD val_h65.val_z38 TYPE null REQUIRED no
FIELD val_h65.param_f43 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_h65.attr_l29.param_z68... | {"attr_b03":"pending","val_h65":{"val_u03":"approved","val_z38":null,"attr_l29":{"attr_u56":false,"param_r30":932.46,"prop_h40":"draft"},"dim_a88":"email"}} | partial_structure | {
"type": "object",
"properties": {
"attr_b03": {
"type": "string"
},
"col_a45": {
"type": "boolean"
},
"val_h65": {
"type": "object",
"properties": {
"val_u03": {
"type": "string"
},
"val_z38": {
"type": "null"
},
... | I found that val_h65 should be {'val_u03': 'approved', 'val_z38': None, 'attr_l29': {'attr_u56': False, 'param_r30': 932.46, 'prop_h40': 'draft'}, 'dim_a88': 'email'}. {"attr_b03":"pending","val_h65":{"val_u03":"approved","val_z38":null,"attr_l29":{"attr_u56":false,"param_r30":932.46,"prop_h40":"draft"},"dim_a88":"emai... | Output mixes natural language with JSON | {"attr_b03":"pending","val_h65":{"val_u03":"approved","val_z38":null,"attr_l29":{"attr_u56":false,"param_r30":932.46,"prop_h40":"draft"},"dim_a88":"email"}} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE boolean REQUIRED no
FIELD priority TYPE string REQUIRED no
FIELD voltage TYPE string_uri REQUIRED no
FIELD duration_ms.span_id TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD duration_ms.discount TYPE boolean REQUIRED no
FIELD duration_ms.options TYPE ... | {"cargo_type":false,"priority":"Tokyo","voltage":"https://example.io/v1","duration_ms":{"span_id":"editor","discount":false,"options":false,"current_draw":"Silva","amplitude":"https://api.com/data","message":"John"},"insurance_id":false,"sensor_id":"Charlie","interest_rate":"level_6","count":"level_6"} | extra_text_before | {
"type": "object",
"properties": {
"cargo_type": {
"type": "boolean"
},
"priority": {
"type": "string"
},
"voltage": {
"type": "string",
"format": "uri"
},
"duration_ms": {
"type": "object",
"properties": {
"span_id": {
"type": "stri... | Sensor output follows:
{"cargo_type":false,"priority":"Tokyo","voltage":"https://example.io/v1","duration_ms":{"span_id":"editor","discount":false,"options":false,"current_draw":"Silva","amplitude":"https://api.com/data","message":"John"},"insurance_id":false,"sensor_id":"Charlie","interest_rate":"level_6","count":"lev... | Output contains non-JSON text before the object | {"cargo_type":false,"priority":"Tokyo","voltage":"https://example.io/v1","duration_ms":{"span_id":"editor","discount":false,"options":false,"current_draw":"Silva","amplitude":"https://api.com/data","message":"John"},"insurance_id":false,"sensor_id":"Charlie","interest_rate":"level_6","count":"level_6"} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE boolean REQUIRED yes
FIELD sensor_id TYPE string_email REQUIRED no
FIELD format[].insurance_id TYPE integer REQUIRED yes
FIELD format[].username TYPE integer REQUIRED yes
FIELD format[].dosage TYPE number REQUIRED yes
FIELD format[].turbidity TYPE string REQ... | {"payment_status":false,"sensor_id":"test@domain.org","format":[{"insurance_id":660,"username":287,"dosage":279.3,"turbidity":"Sao Paulo"},{"insurance_id":139,"username":723,"dosage":682.88,"turbidity":"Sao Paulo"},{"insurance_id":48,"username":686,"dosage":178.34,"turbidity":"test"}],"manifest_ref":[true,true,true,tru... | markdown_fences | {
"type": "object",
"properties": {
"payment_status": {
"type": "boolean"
},
"sensor_id": {
"type": "string",
"format": "email"
},
"format": {
"type": "array",
"items": {
"type": "object",
"properties": {
"insurance_id": {
"type... | ```json
{"payment_status":false,"sensor_id":"test@domain.org","format":[{"insurance_id":660,"username":287,"dosage":279.3,"turbidity":"Sao Paulo"},{"insurance_id":139,"username":723,"dosage":682.88,"turbidity":"Sao Paulo"},{"insurance_id":48,"username":686,"dosage":178.34,"turbidity":"test"}],"manifest_ref":[true,true,... | Output contains markdown code fences | {"payment_status":false,"sensor_id":"test@domain.org","format":[{"insurance_id":660,"username":287,"dosage":279.3,"turbidity":"Sao Paulo"},{"insurance_id":139,"username":723,"dosage":682.88,"turbidity":"Sao Paulo"},{"insurance_id":48,"username":686,"dosage":178.34,"turbidity":"test"}],"manifest_ref":[true,true,true,tru... |
TASK repair_structured_output
SPEC
FIELD url TYPE string REQUIRED yes
FIELD aligned_pct TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD timezone TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"url": "RTG-04", "aligned_pct": null, "timezone": 852} | {"url":"RTG-04","aligned_pct":"enterprise","timezone":852} | null_required | {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"aligned_pct": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"timezone": {
"type": "integer"
}
},
"required": [
"url",
"aligned... | {"url": "RTG-04", "aligned_pct": null, "timezone": 852} | Required field 'aligned_pct' is null | {"url":"RTG-04","aligned_pct":"enterprise","timezone":852} |
TASK repair_structured_output
SPEC
FIELD key_j72 TYPE boolean REQUIRED no
FIELD attr_y65 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_n15 TYPE string_uri REQUIRED no
FIELD param_e16[].prop_b45 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_e16[].prop_f54 TYPE string_date-time... | {"key_j72":false,"attr_y65":"low","key_n15":"https://example.org/data","param_e16":[{"dim_m38":37,"val_p80":869,"attr_e71":79.94},{"prop_b45":"medium","prop_f54":"2026-09-09T16:21:00Z","val_p80":314,"attr_e71":633.24,"field_k36":668.98}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_j72": {
"type": "boolean"
},
"attr_y65": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_n15": {
"type": "string",
"format": "uri"
},
"param_e16": {
... | call_variants(key_j72=False, attr_y65='low', key_n15='https://example.org/data', param_e16=[{'dim_m38': 37, 'val_p80': 869, 'attr_e71': 79.94}, {'prop_b45': 'medium', 'prop_f54': '2026-09-09T16:21:00Z', 'val_p80': 314, 'attr_e71': 633.24, 'field_k36': 668.98}]) | Tool call uses Python syntax instead of JSON | {"key_j72":false,"attr_y65":"low","key_n15":"https://example.org/data","param_e16":[{"dim_m38":37,"val_p80":869,"attr_e71":79.94},{"prop_b45":"medium","prop_f54":"2026-09-09T16:21:00Z","val_p80":314,"attr_e71":633.24,"field_k36":668.98}]} |
TASK repair_structured_output
SPEC
FIELD field_d87 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD prop_g90 TYPE string REQUIRED yes
FIELD attr_n39.val_w75.col_u62 TYPE integer REQUIRED yes
FIELD attr_n39.val_w75.dim_x75 TYPE string REQUIRED yes
FIELD attr_n39.val_w75.attr_v39 TYPE s... | {"field_d87":"option_c","prop_g90":"Smith","attr_n39":{"val_w75":{"col_u62":387,"dim_x75":"example","attr_v39":"2025-08-12T16:44:00Z","prop_i95":"pending","prop_b72":"Luis"},"param_r16":true,"prop_e46":"mode_e","val_t20":"chrX","dim_t62":738.14,"param_b69":206.79,"param_w30":"pending_review"},"dim_l18":"Charlie","param... | missing_bracket | {
"type": "object",
"properties": {
"field_d87": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"prop_g90": {
"type": "string"
},
"attr_n39": {
"type": "object",
"properties... | {"field_d87":"option_c","prop_g90":"Smith","attr_n39":{"val_w75":{"col_u62":387,"dim_x75":"example","attr_v39":"2025-08-12T16:44:00Z","prop_i95":"pending","prop_b72":"Luis"},"param_r16":true,"prop_e46":"mode_e","val_t20":"chrX","dim_t62":738.14,"param_b69":206.79,"param_w30":"pending_review"},"dim_l18":"Charlie","param... | Missing closing bracket | {"field_d87":"option_c","prop_g90":"Smith","attr_n39":{"val_w75":{"col_u62":387,"dim_x75":"example","attr_v39":"2025-08-12T16:44:00Z","prop_i95":"pending","prop_b72":"Luis"},"param_r16":true,"prop_e46":"mode_e","val_t20":"chrX","dim_t62":738.14,"param_b69":206.79,"param_w30":"pending_review"},"dim_l18":"Charlie","param... |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD transaction_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD website TYPE string... | {"ph_level":"missense","score":"maintenance","website":"qux","country":"2022-02-07T20:27:00Z","hazmat_code":"in_transit"} | unquoted_keys | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"score": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
... | {ph_level:"missense",score:"maintenance",website:"qux",country:"2022-02-07T20:27:00Z",hazmat_code:"in_transit"} | Expecting property name enclosed in double quotes | {"ph_level":"missense","score":"maintenance","website":"qux","country":"2022-02-07T20:27:00Z","hazmat_code":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD field_t63 TYPE null REQUIRED yes
FIELD val_h60 TYPE integer REQUIRED no
FIELD prop_m03 TYPE string REQUIRED yes
FIELD prop_i68 TYPE boolean REQUIRED yes
FIELD val_z22.key_r22.param_b67 TYPE boolean REQUIRED no
FIELD val_z22.key_r22.param_u84 TYPE integer REQUIRED yes
FIELD val_... | {"field_t63":null,"val_h60":465,"prop_m03":"chrX","prop_i68":false,"val_z22":{"key_r22":{"param_b67":false,"param_u84":362,"col_w34":969,"key_p93":"maintenance"},"param_o76":"large","attr_s38":null,"dim_v63":"2026-12-06T18:15:00Z","key_m86":"in_transit"}} | truncated_object | {
"type": "object",
"properties": {
"field_t63": {
"type": "null"
},
"val_h60": {
"type": "integer"
},
"prop_m03": {
"type": "string"
},
"prop_i68": {
"type": "boolean"
},
"val_z22": {
"type": "object",
"properties": {
"key_r22": {
... | {"field_t63":null,"val_h60":465,"prop_m03":"chrX","prop_i68":false,"val_z22":{"key_r22":{"param_b67":false,"param_u84":362,"col_w34":969,"key_p93":"maintenance"},"param_o76":"large","attr_s38":null,"dim_v63":"2026-12-06T18:15:00Z","key_m86":"in_transit"} | Unexpected end of JSON input — truncated object | {"field_t63":null,"val_h60":465,"prop_m03":"chrX","prop_i68":false,"val_z22":{"key_r22":{"param_b67":false,"param_u84":362,"col_w34":969,"key_p93":"maintenance"},"param_o76":"large","attr_s38":null,"dim_v63":"2026-12-06T18:15:00Z","key_m86":"in_transit"}} |
TASK repair_structured_output
SPEC
FIELD param_r13 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_s39 TYPE string REQUIRED no
FIELD prop_z35 TYPE string_date-time REQUIRED no
FIELD col_j50 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD param_m64 TYPE string_uri REQUIRED n... | {"param_r13":"archived","prop_z35":"2024-07-06T09:43:00Z","col_j50":"mode_a","param_m64":"https://example.io/data","key_x08":{"param_e87":56,"field_n98":"option_a","key_p89":423,"dim_o05":"Hapag-Lloyd-Express","field_t80":"mode_c"}} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_r13": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"field_s39": {
"type": "string"
},
"prop_z35": {
"type": "string",
"format": "date-time"
},
"col_j50": {
... | <functioncall> calculate_docking_fee
{param_r13: "archived", prop_z35: "2024-07-06T09:43:00Z", col_j50: "mode_a", param_m64: "https://example.io/data", key_x08: {param_e87: 56, field_n98: "option_a", key_p89: 423, dim_o05: "Hapag-Lloyd-Express", field_t80: "mode_c"}} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_r13":"archived","prop_z35":"2024-07-06T09:43:00Z","col_j50":"mode_a","param_m64":"https://example.io/data","key_x08":{"param_e87":56,"field_n98":"option_a","key_p89":423,"dim_o05":"Hapag-Lloyd-Express","field_t80":"mode_c"}} |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD annotation TYPE boolean REQUIRED yes
FIELD notes TYPE string REQUIRED no
FIELD transaction_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
BROKEN_OUTPUT
Based on your request, here i... | {"age":"cat_a","annotation":true,"notes":"Paris","transaction_id":"mode_a"} | markdown_explanation | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"annotation": {
"type": "boolean"
},
"notes": {
"type": "string"
},
"transaction_id": {
"type": "string",
... | Based on your request, here is the data:
```json
{"age":"cat_a","annotation":true,"notes":"Paris","transaction_id":"mode_a"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"age":"cat_a","annotation":true,"notes":"Paris","transaction_id":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD prop_d51 TYPE number REQUIRED yes
FIELD prop_m60 TYPE string REQUIRED no
FIELD attr_a67 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_d55 TYPE string REQUIRED yes
FIELD prop_y13 TYPE boolean REQUIRED no
FIELD prop_z48 TYPE string REQUIRED yes
FIELD d... | {"prop_d51":831.68,"dim_d55":"London","prop_y13":true,"prop_z48":"New York","dim_p06":{"param_t30":"nonsense","field_v97":"New York","param_v18":"pro"}} | thought_process | {
"type": "object",
"properties": {
"prop_d51": {
"type": "number"
},
"prop_m60": {
"type": "string"
},
"attr_a67": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_d55": {
"type": "str... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"prop_d51":831.68,"dim_d55":"London","prop_y13":true,"prop_z48":"New York","dim_p06":{"param_t30":"nonsense","field_v97":"New York","param_v18":"pro"}} | Output contains chain-of-thought reasoning before JSON | {"prop_d51":831.68,"dim_d55":"London","prop_y13":true,"prop_z48":"New York","dim_p06":{"param_t30":"nonsense","field_v97":"New York","param_v18":"pro"}} |
TASK repair_structured_output
SPEC
FIELD prop_k69 TYPE string REQUIRED no
FIELD val_r47 TYPE string REQUIRED yes
FIELD param_j92 TYPE string REQUIRED no
FIELD prop_v42 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD dim_p96 TYPE integer REQUIRED no
FIELD param_t80 TYPE null REQUIR... | {"prop_k69":"Sao Paulo","val_r47":"Silva","param_j92":"Berlin","prop_v42":"level_2","dim_p96":161,"dim_b98":false} | partial_structure | {
"type": "object",
"properties": {
"prop_k69": {
"type": "string"
},
"val_r47": {
"type": "string"
},
"param_j92": {
"type": "string"
},
"prop_v42": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | I found that dim_p96 should be 161. {"prop_k69":"Sao Paulo","val_r47":"Silva","param_j92":"Berlin","prop_v42":"level_2","dim_p96":161,"dim_b98":false} | Output mixes natural language with JSON | {"prop_k69":"Sao Paulo","val_r47":"Silva","param_j92":"Berlin","prop_v42":"level_2","dim_p96":161,"dim_b98":false} |
TASK repair_structured_output
SPEC
FIELD price.repository TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD price.tax TYPE integer REQUIRED yes
FIELD price.insurance_id.log_level TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD price.insurance_id.ward TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRE... | {"consignee":{"length":"bar","organism":"ops@domain.org","ph_level":{"role":848,"total":true,"run_id":275,"due_date":"success","patient_id":457,"coverage":"baz"}},"feedback":{"section":true,"lane":"cat_b","visible":false},"first_name":"Luis","user_id":519} | trailing_comma | {
"type": "object",
"properties": {
"price": {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"tax": {
"type": "inte... | {"consignee":{"length":"bar","organism":"ops@domain.org","ph_level":{"role":848,"total":true,"run_id":275,"due_date":"success","patient_id":457,"coverage":"baz",}},"feedback":{"section":true,"lane":"cat_b","visible":false},"first_name":"Luis","user_id":519} | Unexpected trailing comma | {"consignee":{"length":"bar","organism":"ops@domain.org","ph_level":{"role":848,"total":true,"run_id":275,"due_date":"success","patient_id":457,"coverage":"baz"}},"feedback":{"section":true,"lane":"cat_b","visible":false},"first_name":"Luis","user_id":519} |
TASK repair_structured_output
SPEC
FIELD prop_p33 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD param_r11 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD key_w74 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD param_z69 TYPE numb... | {"prop_p33":"cat_d","key_w74":"type_f","param_z69":518.58,"field_q80":"RTG-04","val_u45":"oceanic"} | truncated_object | {
"type": "object",
"properties": {
"prop_p33": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"param_r11": {
"type": "string",
"enum": [
"type_a",
"type_b",
"ty... | {"prop_p33":"cat_d","key_w74":"type_f","param_z69":518.58,"field_q80":"RTG-04","val_u45":"oceanic" | Unexpected end of JSON input — truncated object | {"prop_p33":"cat_d","key_w74":"type_f","param_z69":518.58,"field_q80":"RTG-04","val_u45":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD prop_f80 TYPE null REQUIRED no
FIELD col_m28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_e44 TYPE integer REQUIRED no
FIELD val_u82 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_i12[] TYPE string_uri REQUIRED no
FIELD prop_a91[] TYPE integer REQ... | {"prop_f80":null,"col_m28":"USD","key_e44":984,"val_u82":"editor","col_i12":["https://example.org/data"],"prop_a91":[287,532]} | null_required | {
"type": "object",
"properties": {
"prop_f80": {
"type": "null"
},
"col_m28": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_e44": {
"type": "integer"
},
"val_u82": {
"type": "string",... | {"prop_f80": null, "col_m28": "USD", "key_e44": 984, "val_u82": null, "col_i12": ["https://example.org/data"], "prop_a91": [287, 532]} | Required field 'val_u82' is null | {"prop_f80":null,"col_m28":"USD","key_e44":984,"val_u82":"editor","col_i12":["https://example.org/data"],"prop_a91":[287,532]} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE integer REQUIRED yes
FIELD span_id TYPE boolean REQUIRED no
FIELD maturity_date[].chromosome TYPE string_date-time REQUIRED yes
FIELD maturity_date[].quality_score TYPE string REQUIRED no
FIELD maturity_date[].zip_code TYPE string VALUES draft|published|arch... | {"transaction_id":933,"span_id":true,"maturity_date":[{"chromosome":"2023-07-23T17:24:00Z","quality_score":"Maria","zip_code":"archived","turbidity":false,"weight":"cancelled","brake_pressure":false},{"chromosome":"2020-04-18T20:56:00Z","quality_score":"inactive","zip_code":"published","turbidity":true},{"chromosome":"... | tool_call_python_syntax | {
"type": "object",
"properties": {
"transaction_id": {
"type": "integer"
},
"span_id": {
"type": "boolean"
},
"maturity_date": {
"type": "array",
"items": {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
... | annotate_mutation(transaction_id=933, span_id=True, maturity_date=[{'chromosome': '2023-07-23T17:24:00Z', 'quality_score': 'Maria', 'zip_code': 'archived', 'turbidity': False, 'weight': 'cancelled', 'brake_pressure': False}, {'chromosome': '2020-04-18T20:56:00Z', 'quality_score': 'inactive', 'zip_code': 'published', 't... | Tool call uses Python syntax instead of JSON | {"transaction_id":933,"span_id":true,"maturity_date":[{"chromosome":"2023-07-23T17:24:00Z","quality_score":"Maria","zip_code":"archived","turbidity":false,"weight":"cancelled","brake_pressure":false},{"chromosome":"2020-04-18T20:56:00Z","quality_score":"inactive","zip_code":"published","turbidity":true},{"chromosome":"... |
TASK repair_structured_output
SPEC
FIELD product_id.procedure_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD product_id.throttle_pos TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD product_id.latitude TYPE boolean REQUIRED no
FIELD product_id.start_date TYPE integer REQUIRED yes
... | {"product_id":{"procedure_code":"new","start_date":240,"updated_at":"A short description.","dissolved_oxygen":null},"sensor_id":419.05,"start_date":"Sao Paulo","commit_hash":960,"consignee":"completed","lane":"MV-Evergreen-01","first_name":false} | null_required | {
"type": "object",
"properties": {
"product_id": {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"throttle_pos"... | {"product_id": {"procedure_code": "new", "start_date": 240, "updated_at": "A short description.", "dissolved_oxygen": null}, "sensor_id": 419.05, "start_date": "Sao Paulo", "commit_hash": 960, "consignee": "completed", "lane": "MV-Evergreen-01", "first_name": null} | Required field 'first_name' is null | {"product_id":{"procedure_code":"new","start_date":240,"updated_at":"A short description.","dissolved_oxygen":null},"sensor_id":419.05,"start_date":"Sao Paulo","commit_hash":960,"consignee":"completed","lane":"MV-Evergreen-01","first_name":false} |
TASK repair_structured_output
SPEC
FIELD param_k82.field_l31 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_k82.field_z55 TYPE boolean REQUIRED no
FIELD param_k82.val_w05 TYPE string_date-time REQUIRED no
FIELD param_k82.field_c30 TYPE number REQUIRED no
FIELD param_k82.dim_t18 TYPE integer REQU... | {"param_k82":{"field_l31":"error","field_z55":true,"field_c30":50.19,"dim_t18":508},"prop_b09":"email","key_s38":{"field_o32":917,"val_k62":"Smith","val_w31":190.67,"key_a71":{"col_k84":"nonsense","val_i55":"Bob","val_y89":"pro"}},"val_t79":"QC-07"} | trailing_comma | {
"type": "object",
"properties": {
"param_k82": {
"type": "object",
"properties": {
"field_l31": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_z55": {
"t... | {"param_k82":{"field_l31":"error","field_z55":true,"field_c30":50.19,"dim_t18":508,},"prop_b09":"email","key_s38":{"field_o32":917,"val_k62":"Smith","val_w31":190.67,"key_a71":{"col_k84":"nonsense","val_i55":"Bob","val_y89":"pro"}},"val_t79":"QC-07"} | Unexpected trailing comma | {"param_k82":{"field_l31":"error","field_z55":true,"field_c30":50.19,"dim_t18":508},"prop_b09":"email","key_s38":{"field_o32":917,"val_k62":"Smith","val_w31":190.67,"key_a71":{"col_k84":"nonsense","val_i55":"Bob","val_y89":"pro"}},"val_t79":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD url TYPE null REQUIRED yes
FIELD medication TYPE string REQUIRED no
FIELD maturity_date[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"credit_score": "in_transit", "url": null, "medication": "MV-Ev... | {"credit_score":"in_transit","url":null,"medication":"MV-Evergreen-01","maturity_date":["RTG-04","demo","A short description."]} | extra_field | {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"url": {
"type": "null"
},
"medication": {
"type": "string"
},
"maturity_date": {
"type"... | {"credit_score": "in_transit", "url": null, "medication": "MV-Evergreen-01", "maturity_date": ["RTG-04", "demo", "A short description."], "extra_info_7031": "unexpected"} | Unknown field 'extra_info_7031' not defined in schema | {"credit_score":"in_transit","url":null,"medication":"MV-Evergreen-01","maturity_date":["RTG-04","demo","A short description."]} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE integer REQUIRED no
FIELD title TYPE string_email REQUIRED yes
FIELD longitude.footnote TYPE string_email REQUIRED no
FIELD longitude.filter_flag TYPE string REQUIRED yes
FIELD longitude.count TYPE boolean REQUIRED no
FIELD longitude.discount TYPE string REQUIR... | {"status_code":721,"title":"info@example.com","longitude":{"footnote":"info@test.io","filter_flag":"chr1","count":false,"discount":"https://api.example.com/v1","credit_score":"https://data.com/api"},"port_code":{"url":{"organism":"type_c","salinity":990,"account_id":669.44,"aligned_pct":161.18,"phenotype":true,"timezon... | agent_chain | {
"type": "object",
"properties": {
"status_code": {
"type": "integer"
},
"title": {
"type": "string",
"format": "email"
},
"longitude": {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"format": "email"
},
... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"title": "info@example.com", "longitude": {"footnote": "info@test.io", "filter_flag": "chr1", "count": false, "discount": "https://api.example.com/v1", "credit_score": "https://data.com/api"}, "port_code": {"url": {"organism": "type_c", "sal... | Agent multi-step chain with truncated tool output | {"status_code":721,"title":"info@example.com","longitude":{"footnote":"info@test.io","filter_flag":"chr1","count":false,"discount":"https://api.example.com/v1","credit_score":"https://data.com/api"},"port_code":{"url":{"organism":"type_c","salinity":990,"account_id":669.44,"aligned_pct":161.18,"phenotype":true,"timezon... |
TASK repair_structured_output
SPEC
FIELD val_n58 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_p44 TYPE boolean REQUIRED yes
FIELD field_p15 TYPE string REQUIRED no
FIELD prop_m38 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
```json
{"param_p44":false,"field_p15":"foo","prop_m38":"https:/... | {"param_p44":false,"field_p15":"foo","prop_m38":"https://www.org/api"} | markdown_fences | {
"type": "object",
"properties": {
"val_n58": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"param_p44": {
"type": "boolean"
},
"field_p15": {
"type": "string"
},
"prop_m38": {
"type": "string",
... | ```json
{"param_p44":false,"field_p15":"foo","prop_m38":"https://www.org/api"}
``` | Output contains markdown code fences | {"param_p44":false,"field_p15":"foo","prop_m38":"https://www.org/api"} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE integer REQUIRED yes
FIELD level TYPE string_email REQUIRED no
FIELD price[] TYPE integer REQUIRED no
FIELD zip_code[].voltage TYPE string VALUES draft|published|archived REQUIRED no
FIELD zip_code[].created_at TYPE string VALUES email|phone|sms|push REQUIRED no
... | {"thumbnail":590,"price":[707,254],"zip_code":[{"created_at":"sms","age":"level_2","status":"cat_a"},{"age":"level_2"}]} | trailing_comma | {
"type": "object",
"properties": {
"thumbnail": {
"type": "integer"
},
"level": {
"type": "string",
"format": "email"
},
"price": {
"type": "array",
"items": {
"type": "integer"
}
},
"zip_code": {
"type": "array",
"items": {
... | {"thumbnail":590,"price":[707,254,],"zip_code":[{"created_at":"sms","age":"level_2","status":"cat_a"},{"age":"level_2"}]} | Unexpected trailing comma | {"thumbnail":590,"price":[707,254],"zip_code":[{"created_at":"sms","age":"level_2","status":"cat_a"},{"age":"level_2"}]} |
TASK repair_structured_output
SPEC
FIELD key_s61 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD col_s40 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD param_c83 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD field_v18 TYPE string REQUIRED yes
FIELD val_i05 TYPE st... | {"col_s40":"small","param_c83":"hemizygous","field_v18":"world","dim_a76":833.02,"field_p47":200.25} | unquoted_keys | {
"type": "object",
"properties": {
"key_s61": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_s40": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
... | {col_s40:"small",param_c83:"hemizygous",field_v18:"world",dim_a76:833.02,field_p47:200.25} | Expecting property name enclosed in double quotes | {"col_s40":"small","param_c83":"hemizygous","field_v18":"world","dim_a76":833.02,"field_p47":200.25} |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dissolved_oxygen.format.amount TYPE string REQUIRED no
FIELD dissolved_oxygen.format.start_date TYPE number REQUIRED no
FIELD dissolved_oxygen.format.temp_celsius TYPE string_uri REQUIRED no
FIELD dissolved_oxyg... | {"version":"medium","dissolved_oxygen":{"format":{"amount":"quux","start_date":77.62,"temp_celsius":"https://www.io/v1","balance":null,"footnote":778.86,"coverage":"This is a test value.","half_life":false,"type":"mode_c"},"compound":78,"feedback":739,"label":{"id":"Santos","status_code":911.01,"subtotal":"mode_a","til... | markdown_explanation | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dissolved_oxygen": {
"type": "object",
"properties": {
"format": {
"type": "object",
"properties":... | I've generated the following JSON:
```json
{"version":"medium","dissolved_oxygen":{"format":{"amount":"quux","start_date":77.62,"temp_celsius":"https://www.io/v1","balance":null,"footnote":778.86,"coverage":"This is a test value.","half_life":false,"type":"mode_c"},"compound":78,"feedback":739,"label":{"id":"Santos","s... | Output contains markdown and explanatory text around JSON | {"version":"medium","dissolved_oxygen":{"format":{"amount":"quux","start_date":77.62,"temp_celsius":"https://www.io/v1","balance":null,"footnote":778.86,"coverage":"This is a test value.","half_life":false,"type":"mode_c"},"compound":78,"feedback":739,"label":{"id":"Santos","status_code":911.01,"subtotal":"mode_a","til... |
TASK repair_structured_output
SPEC
FIELD key_b83 TYPE number REQUIRED no
FIELD param_m38 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD key_q56[].val_n76 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_q56[].attr_w37 TYPE string REQUIRED no
FIELD key_q56[].field_c54 TYPE string VALUE... | {"key_b83":143.9,"param_m38":"draft","key_q56":[{"val_n76":"low","attr_w37":"user@domain.com","field_c54":"in_transit","val_e24":"nonsense","attr_x87":["2025-12-05T21:34:00Z"]}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_b83": {
"type": "number"
},
"param_m38": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"key_q56": {
"type": "array",
"items": {
"type": "object",
"properties... | <functioncall> align_reads
{key_b83: 143.9, param_m38: "draft", key_q56: [{val_n76: "low", attr_w37: "user@domain.com", field_c54: "in_transit", val_e24: "nonsense", attr_x87: ["2025-12-05T21:34:00Z"]}]} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_b83":143.9,"param_m38":"draft","key_q56":[{"val_n76":"low","attr_w37":"user@domain.com","field_c54":"in_transit","val_e24":"nonsense","attr_x87":["2025-12-05T21:34:00Z"]}]} |
TASK repair_structured_output
SPEC
FIELD field_l21 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_g66 TYPE integer REQUIRED yes
FIELD attr_y07 TYPE null REQUIRED no
FIELD dim_g41.param_a52 TYPE string_uri REQUIRED no
FIELD dim_g41.dim_g95 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD dim_g41.col_q22... | {"field_l21":"option_a","field_g66":13,"dim_g41":{"param_a52":"https://api.org/v1","dim_g95":"cat_a","col_q22":{"key_c72":null,"prop_l67":"chrX","val_s93":"in_progress"},"key_x40":"John"}} | truncated_object | {
"type": "object",
"properties": {
"field_l21": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"field_g66": {
"type": "integer"
},
"attr_y07": {
"type": "null"
},
"dim_g41": {
"type": "object",
"properties": {
... | {"field_l21":"option_a","field_g66":13,"dim_g41":{"param_a52":"https://api.org/v1","dim_g95":"cat_a","col_q22":{"key_c72":null,"prop_l67":"chrX","val_s93":"in_progress"},"key_x40":"John"} | Unexpected end of JSON input — truncated object | {"field_l21":"option_a","field_g66":13,"dim_g41":{"param_a52":"https://api.org/v1","dim_g95":"cat_a","col_q22":{"key_c72":null,"prop_l67":"chrX","val_s93":"in_progress"},"key_x40":"John"}} |
TASK repair_structured_output
SPEC
FIELD type TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD balance TYPE string_uri REQUIRED no
FIELD item_id TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD visible... | {"type":"in_progress","balance":"https://data.org/v1","item_id":"xl","visible":493.43} | tool_call_partial_args | {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"balance": {
"type": "string",
"format": "uri"
},
"item_id": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: filter_variants
Arguments: {"balance": "https://data.org/v1", "item_id": "xl", "visible": 493.43} | Agent tool call missing required parameter 'type' | {"type":"in_progress","balance":"https://data.org/v1","item_id":"xl","visible":493.43} |
TASK repair_structured_output
SPEC
FIELD prop_b38 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_s71 TYPE boolean REQUIRED yes
FIELD val_d66 TYPE integer REQUIRED no
FIELD param_u52 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD attr_o71[].key_z69 TYPE string VALUES ... | {"prop_b38":"berthed","attr_s71":false,"param_u52":"berthed","key_v24":["pending","hello","Tokyo"]} | extra_text_after | {
"type": "object",
"properties": {
"prop_b38": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_s71": {
"type": "boolean"
},
"val_d66": {
"type": "integer"
},
"param_u52": {
"type": "... | {"prop_b38":"berthed","attr_s71":false,"param_u52":"berthed","key_v24":["pending","hello","Tokyo"]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"prop_b38":"berthed","attr_s71":false,"param_u52":"berthed","key_v24":["pending","hello","Tokyo"]} |
TASK repair_structured_output
SPEC
FIELD prop_h99 TYPE number REQUIRED no
FIELD col_w95 TYPE integer REQUIRED no
FIELD key_g97 TYPE null REQUIRED yes
FIELD dim_t12 TYPE string_email REQUIRED no
BROKEN_OUTPUT
get_weather(prop_h99=550.62, key_g97=None, dim_t12='ops@example.com') | {"prop_h99":550.62,"key_g97":null,"dim_t12":"ops@example.com"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_h99": {
"type": "number"
},
"col_w95": {
"type": "integer"
},
"key_g97": {
"type": "null"
},
"dim_t12": {
"type": "string",
"format": "email"
}
},
"required": [
"key_g97"
]
} | get_weather(prop_h99=550.62, key_g97=None, dim_t12='ops@example.com') | Tool call uses Python syntax instead of JSON | {"prop_h99":550.62,"key_g97":null,"dim_t12":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE number REQUIRED no
FIELD description TYPE string VALUES active|inactive|pending REQUIRED no
FIELD phenotype TYPE string REQUIRED no
FIELD verified TYPE number REQUIRED no
FIELD procedure_code TYPE string VALUES single|married|divorced REQUIRED yes
FIELD timezone... | {"description":"active","procedure_code":"divorced","timezone":"test@test.io","name":289,"organism":"Johnson"} | missing_brace | {
"type": "object",
"properties": {
"product_id": {
"type": "number"
},
"description": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"phenotype": {
"type": "string"
},
"verified": {
"type": "number"
},
... | "description":"active","procedure_code":"divorced","timezone":"test@test.io","name":289,"organism":"Johnson"} | Missing closing brace | {"description":"active","procedure_code":"divorced","timezone":"test@test.io","name":289,"organism":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD city TYPE string_uri REQUIRED yes
FIELD size TYPE number REQUIRED no
FIELD product_id TYPE string_email REQUIRED no
FIELD filter_flag.balance TYPE integer REQUIRED yes
FIELD filter_flag.bar... | {"vital_sign":"operational","city":"https://data.com/data","product_id":"admin@example.com","filter_flag":{"balance":344,"barcode":"QC-07","notes":"warning","filter_flag":"https://www.io/data","footnote":true,"visible":714}} | tool_call_bad_format | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"city": {
"type": "string",
"format": "uri"
},
"size": {
"type": "number"
},
"produ... | <functioncall> validate_sample
{vital_sign: "operational", city: "https://data.com/data", product_id: "admin@example.com", filter_flag: {balance: 344, barcode: "QC-07", notes: "warning", filter_flag: "https://www.io/data", footnote: true, visible: 714}} | Tool call has malformed arguments — unquoted keys in function parameters | {"vital_sign":"operational","city":"https://data.com/data","product_id":"admin@example.com","filter_flag":{"balance":344,"barcode":"QC-07","notes":"warning","filter_flag":"https://www.io/data","footnote":true,"visible":714}} |
TASK repair_structured_output
SPEC
FIELD state TYPE boolean REQUIRED yes
FIELD strand TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD consignee.latitude TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD consignee.message TYPE boolean REQUIRED no
FIELD consignee.transaction_id ... | {"state":false,"strand":"type_d","consignee":{"latitude":"option_a","message":true,"transaction_id":"nonsense","label":{"transaction_id":608,"user_id":"admin@domain.org","timezone":129},"item_id":{"notes":"mode_c","duration_ms":"https://api.example.com/v1","count":490}}} | wrong_type | {
"type": "object",
"properties": {
"state": {
"type": "boolean"
},
"strand": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"consignee": {
"type": "object",
"properties": {
"latitude": {
... | {"state": "\"no\"", "strand": "type_d", "consignee": {"latitude": "option_a", "message": true, "transaction_id": "nonsense", "label": {"transaction_id": 608, "user_id": "admin@domain.org", "timezone": 129}, "item_id": {"notes": "mode_c", "duration_ms": "https://api.example.com/v1", "count": 490}}} | Field 'state' must be boolean, got string | {"state":false,"strand":"type_d","consignee":{"latitude":"option_a","message":true,"transaction_id":"nonsense","label":{"transaction_id":608,"user_id":"admin@domain.org","timezone":129},"item_id":{"notes":"mode_c","duration_ms":"https://api.example.com/v1","count":490}}} |
TASK repair_structured_output
SPEC
FIELD subtotal.tax.height TYPE integer REQUIRED no
FIELD subtotal.tax.thumbnail TYPE string REQUIRED no
FIELD subtotal.tax.format TYPE string REQUIRED no
FIELD subtotal.tax.position TYPE string_date-time REQUIRED no
FIELD subtotal.tax.tile TYPE string REQUIRED yes
FIELD subtotal.tax.... | {"ph_level":397,"span_id":304} | extra_text_after | {
"type": "object",
"properties": {
"subtotal": {
"type": "object",
"properties": {
"tax": {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"thumbnail": {
"type": "string"
},
... | {"ph_level":397,"span_id":304}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"ph_level":397,"span_id":304} |
TASK repair_structured_output
SPEC
FIELD param_v88 TYPE string VALUES type_a|type_b REQUIRED no
FIELD attr_y43 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_d43[].attr_b14 TYPE string_email REQUIRED no
FIELD key_d43[].key_b17 TYPE string REQUIRED yes
FIELD key_d43[].field_z97 TYPE number REQUIRED n... | {"param_v88":"type_a","attr_y43":"divorced","key_d43":[{"attr_b14":"admin@domain.org","key_b17":"Hapag-Lloyd-Express","field_z97":334.53,"col_f71":"type_d"},{"attr_b14":"info@test.io","key_b17":"foo","field_z97":469.97}],"val_g35":[null,null,null]} | unquoted_keys | {
"type": "object",
"properties": {
"param_v88": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"attr_y43": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_d43": {
"type": "array",
... | {param_v88:"type_a",attr_y43:"divorced",key_d43:[{attr_b14:"admin@domain.org",key_b17:"Hapag-Lloyd-Express",field_z97:334.53,col_f71:"type_d"},{attr_b14:"info@test.io",key_b17:"foo",field_z97:469.97}],val_g35:[null,null,null]} | Expecting property name enclosed in double quotes | {"param_v88":"type_a","attr_y43":"divorced","key_d43":[{"attr_b14":"admin@domain.org","key_b17":"Hapag-Lloyd-Express","field_z97":334.53,"col_f71":"type_d"},{"attr_b14":"info@test.io","key_b17":"foo","field_z97":469.97}],"val_g35":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string REQUIRED no
FIELD status TYPE number REQUIRED yes
FIELD subtotal TYPE integer REQUIRED no
BROKEN_OUTPUT
```json
{"wavelength":"Tokyo","status":910.41,"subtotal":89}
``` | {"wavelength":"Tokyo","status":910.41,"subtotal":89} | markdown_fences | {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"status": {
"type": "number"
},
"subtotal": {
"type": "integer"
}
},
"required": [
"status"
]
} | ```json
{"wavelength":"Tokyo","status":910.41,"subtotal":89}
``` | Output contains markdown code fences | {"wavelength":"Tokyo","status":910.41,"subtotal":89} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD aligned_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD reagent TYPE string_email REQUIRED yes
FIELD port_code.url TYPE string REQUIRED n... | {"paragraph":"admin","shift_code":"Jane","aligned_pct":"level_5","reagent":"info@test.io","port_code":{"url":"Diana","first_name":"berthed","timezone":["2024-12-25T16:23:00Z"]},"account_id":"foo","values":17} | agent_chain | {
"type": "object",
"properties": {
"paragraph": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"shift_code": {
"type": "string"
},
"aligned_pct": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | Let me check the system.
Action: verify_hazmat_compliance
Result: {"paragraph": "admin", "shift_code": "Jane", "aligned_pct": "level_5", "port_code": {"url": "Diana", "first_name": "berthed", "timezone": ["2024-12-25T16:23:00Z"]}, "account_id": "foo", "values": 17}
I'll query our database.
Action: read_sensor_array
Re... | Agent multi-step chain with truncated tool output | {"paragraph":"admin","shift_code":"Jane","aligned_pct":"level_5","reagent":"info@test.io","port_code":{"url":"Diana","first_name":"berthed","timezone":["2024-12-25T16:23:00Z"]},"account_id":"foo","values":17} |
TASK repair_structured_output
SPEC
FIELD col_x76 TYPE string REQUIRED no
FIELD field_d99 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_t30 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_u83 TYPE string REQUIRED no
BROKEN_OUTPUT
{"col_t30": "BRL"} | {"field_d99":"admin","col_t30":"BRL"} | missing_required | {
"type": "object",
"properties": {
"col_x76": {
"type": "string"
},
"field_d99": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_t30": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | {"col_t30": "BRL"} | Required field 'field_d99' is missing | {"field_d99":"admin","col_t30":"BRL"} |
TASK repair_structured_output
SPEC
FIELD key_o88 TYPE null REQUIRED no
FIELD prop_l38 TYPE boolean REQUIRED no
FIELD param_o90 TYPE string REQUIRED no
FIELD key_l61 TYPE string REQUIRED no
FIELD col_j10 TYPE string_date-time REQUIRED no
FIELD val_y35 TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUT... | {"key_o88":null,"prop_l38":true,"param_o90":"user@domain.com","key_l61":"inactive","col_j10":"2026-03-09T12:39:00Z","val_y35":"high"} | date_format_error | {
"type": "object",
"properties": {
"key_o88": {
"type": "null"
},
"prop_l38": {
"type": "boolean"
},
"param_o90": {
"type": "string"
},
"key_l61": {
"type": "string"
},
"col_j10": {
"type": "string",
"format": "date-time"
},
"val_y35":... | {"key_o88": null, "prop_l38": true, "param_o90": "user@domain.com", "key_l61": "inactive", "col_j10": "2026-03-09", "val_y35": "high"} | Field 'col_j10' has invalid date format | {"key_o88":null,"prop_l38":true,"param_o90":"user@domain.com","key_l61":"inactive","col_j10":"2026-03-09T12:39:00Z","val_y35":"high"} |
TASK repair_structured_output
SPEC
FIELD key_p31 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD val_k98 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD field_j08 TYPE number REQUIRED no
FIELD dim_f25 TYPE number REQUIRED yes
FIELD dim_g32 TYPE integer REQUIRED no
FIELD field_i69 T... | {"key_p31":"option_a","val_k98":"type_b","field_j08":448.26,"dim_f25":944.24} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_p31": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"val_k98": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
... | <functioncall> apply_discount
{key_p31: "option_a", val_k98: "type_b", field_j08: 448.26, dim_f25: 944.24} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_p31":"option_a","val_k98":"type_b","field_j08":448.26,"dim_f25":944.24} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD annotation TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD tags TYPE number REQUIRED no
FIELD filter_flag TYPE number REQUIRED no
FIELD due_date TYPE string REQUIRED yes
FIELD role ... | {"image_url":"mode_b","annotation":"anchored","tags":347.37,"filter_flag":988.48,"due_date":"RTG-04","thumbnail":"level_2","user_id":false} | missing_required | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"annotation": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"... | {"image_url": "mode_b", "annotation": "anchored", "tags": 347.37, "filter_flag": 988.48, "thumbnail": "level_2", "user_id": false} | Required field 'due_date' is missing | {"image_url":"mode_b","annotation":"anchored","tags":347.37,"filter_flag":988.48,"due_date":"RTG-04","thumbnail":"level_2","user_id":false} |
TASK repair_structured_output
SPEC
FIELD field_x61 TYPE number REQUIRED yes
FIELD val_o55 TYPE number REQUIRED no
FIELD col_w19 TYPE string REQUIRED no
FIELD val_w74 TYPE string REQUIRED no
FIELD val_u58.attr_t97 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_u58.field_q96 TYPE string VALUES coastal|oce... | {"field_x61":379.06,"val_o55":990.69,"col_w19":"pending","val_w74":"quux","val_u58":{"attr_t97":"viewer","field_q96":"inland","prop_h41":"example","field_d26":"chr1","dim_k90":{"dim_p38":"test@test.io","field_u51":"unstable","dim_t41":679.71}}} | missing_bracket | {
"type": "object",
"properties": {
"field_x61": {
"type": "number"
},
"val_o55": {
"type": "number"
},
"col_w19": {
"type": "string"
},
"val_w74": {
"type": "string"
},
"val_u58": {
"type": "object",
"properties": {
"attr_t97": {
... | {"field_x61":379.06,"val_o55":990.69,"col_w19":"pending","val_w74":"quux","val_u58":{"attr_t97":"viewer","field_q96":"inland","prop_h41":"example","field_d26":"chr1","dim_k90":{"dim_p38":"test@test.io","field_u51":"unstable","dim_t41":679.71}}} | Missing closing bracket | {"field_x61":379.06,"val_o55":990.69,"col_w19":"pending","val_w74":"quux","val_u58":{"attr_t97":"viewer","field_q96":"inland","prop_h41":"example","field_d26":"chr1","dim_k90":{"dim_p38":"test@test.io","field_u51":"unstable","dim_t41":679.71}}} |
TASK repair_structured_output
SPEC
FIELD width TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD barcode TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD vital_sign TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD tags TYPE number REQUIRED yes
BROKEN_OUTPUT
Tool: track_... | {"width":"reliable","barcode":"type_c","vital_sign":"cat_c","tags":163.62} | tool_call_wrong_param | {
"type": "object",
"properties": {
"width": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"barcode": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
... | Tool: track_vessel
Params: {"width": "reliable", "vital_sign": "cat_c", "tags": 163.62, "barcode_id": "type_c"} | Agent used wrong parameter name 'barcode_id' instead of 'barcode' | {"width":"reliable","barcode":"type_c","vital_sign":"cat_c","tags":163.62} |
TASK repair_structured_output
SPEC
FIELD col_z50 TYPE integer REQUIRED yes
FIELD col_b16 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_o80 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"col_z50": "54MB", "col_b16": "success", "val_o80": "https://example.com/v1"} | {"col_z50":54,"col_b16":"success","val_o80":"https://example.com/v1"} | number_with_unit | {
"type": "object",
"properties": {
"col_z50": {
"type": "integer"
},
"col_b16": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_o80": {
"type": "string",
"format": "uri"
}
},
"required": [
... | {"col_z50": "54MB", "col_b16": "success", "val_o80": "https://example.com/v1"} | Field 'col_z50' must be number, got string with unit | {"col_z50":54,"col_b16":"success","val_o80":"https://example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE integer REQUIRED yes
FIELD account_id.bed_number.amplitude TYPE boolean REQUIRED yes
FIELD account_id.bed_number.coverage TYPE string_uri REQUIRED yes
FIELD account_id.bed_number.annotation TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQU... | {"procedure_code":14,"hazmat_code":"admin@test.io","score":319,"bearing":"heterozygous"} | partial_structure | {
"type": "object",
"properties": {
"procedure_code": {
"type": "integer"
},
"account_id": {
"type": "object",
"properties": {
"bed_number": {
"type": "object",
"properties": {
"amplitude": {
"type": "boolean"
},
... | I found that procedure_code should be 14. {"procedure_code":14,"hazmat_code":"admin@test.io","score":319,"bearing":"heterozygous"} | Output mixes natural language with JSON | {"procedure_code":14,"hazmat_code":"admin@test.io","score":319,"bearing":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD dim_c38 TYPE string REQUIRED no
FIELD dim_y12 TYPE string_date-time REQUIRED no
FIELD col_x61 TYPE number REQUIRED no
FIELD attr_p56 TYPE number REQUIRED no
FIELD param_o00 TYPE number REQUIRED yes
FIELD key_b75 TYPE integer REQUIRED no
FIELD dim_d51 TYPE string VALUES single|m... | {"dim_c38":"PASS","dim_y12":"2023-05-18T00:10:00Z","param_o00":739.64,"dim_d51":"divorced","key_s59":true} | extra_text_before | {
"type": "object",
"properties": {
"dim_c38": {
"type": "string"
},
"dim_y12": {
"type": "string",
"format": "date-time"
},
"col_x61": {
"type": "number"
},
"attr_p56": {
"type": "number"
},
"param_o00": {
"type": "number"
},
"key_b75"... | Here is the JSON you requested:
{"dim_c38":"PASS","dim_y12":"2023-05-18T00:10:00Z","param_o00":739.64,"dim_d51":"divorced","key_s59":true} | Output contains non-JSON text before the object | {"dim_c38":"PASS","dim_y12":"2023-05-18T00:10:00Z","param_o00":739.64,"dim_d51":"divorced","key_s59":true} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED no
FIELD brake_pressure TYPE boolean REQUIRED no
FIELD step TYPE integer REQUIRED no
FIELD tax TYPE string_date-time REQUIRED yes
FIELD duration_ms.shipper_ref TYPE integer REQUIRED yes
FIELD duration_ms.barcode TYPE string VALUES level_1|level... | {"step":672,"tax":"2020-12-23T15:33:00Z","duration_ms":{"shipper_ref":344,"barcode":"level_1","loan_amount":["https://api.example.com/v1","New York"]}} | wrong_type | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"brake_pressure": {
"type": "boolean"
},
"step": {
"type": "integer"
},
"tax": {
"type": "string",
"format": "date-time"
},
"duration_ms": {
"type": "object",
"prop... | {"step": "\"672\"", "tax": "2020-12-23T15:33:00Z", "duration_ms": {"shipper_ref": 344, "barcode": "level_1", "loan_amount": ["https://api.example.com/v1", "New York"]}} | Field 'step' must be integer, got string | {"step":672,"tax":"2020-12-23T15:33:00Z","duration_ms":{"shipper_ref":344,"barcode":"level_1","loan_amount":["https://api.example.com/v1","New York"]}} |
TASK repair_structured_output
SPEC
FIELD col_v48 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_k04 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_t99 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD dim_f70 TYPE string REQUIRED no
FIELD c... | {"col_v48":"basic","field_t99":"operational","dim_f70":"REV","col_g36":"https://api.example.com/v1","col_r49":343} | single_quotes | {
"type": "object",
"properties": {
"col_v48": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_k04": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
... | {'col_v48':'basic','field_t99':'operational','dim_f70':'REV','col_g36':'https://api.example.com/v1','col_r49':343} | Expecting property name enclosed in double quotes | {"col_v48":"basic","field_t99":"operational","dim_f70":"REV","col_g36":"https://api.example.com/v1","col_r49":343} |
TASK repair_structured_output
SPEC
FIELD val_y77 TYPE string REQUIRED yes
FIELD dim_c05 TYPE string REQUIRED no
FIELD key_n00 TYPE boolean REQUIRED no
FIELD attr_q14 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD val_h76 TYPE number REQUIRED yes
FIELD key_c70 TYPE string VALUES homozygous|hete... | {"val_y77":"pending","dim_c05":"test","key_n00":true,"attr_q14":"type_e","val_h76":57.98} | missing_bracket | {
"type": "object",
"properties": {
"val_y77": {
"type": "string"
},
"dim_c05": {
"type": "string"
},
"key_n00": {
"type": "boolean"
},
"attr_q14": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {"val_y77":"pending","dim_c05":"test","key_n00":true,"attr_q14":"type_e","val_h76":57.98} | Missing closing bracket | {"val_y77":"pending","dim_c05":"test","key_n00":true,"attr_q14":"type_e","val_h76":57.98} |
TASK repair_structured_output
SPEC
FIELD prop_v69 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD dim_r80 TYPE string_uri REQUIRED no
FIELD key_y11[].key_f73 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_y11[].dim_z51 TYPE string_date-time REQUIRED no
FIELD key_y11[].field_o9... | {"prop_v69":"cat_a","dim_r80":"https://www.com/data","key_y11":[{"key_f73":"medium","dim_z51":"2023-08-13T21:29:00Z","attr_o51":false},{"key_f73":"xl","dim_z51":"2026-12-21T12:57:00Z","field_o99":"test@example.com","attr_o51":false},{"key_f73":"medium","attr_o51":false},{"field_o99":"QC-07","attr_o51":false}]} | markdown_explanation | {
"type": "object",
"properties": {
"prop_v69": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"dim_r80": {
"type": "string",
"format": "uri"
},
"key_y11": {
"type": "arra... | Sensor output follows:
```json
{"prop_v69":"cat_a","dim_r80":"https://www.com/data","key_y11":[{"key_f73":"medium","dim_z51":"2023-08-13T21:29:00Z","attr_o51":false},{"key_f73":"xl","dim_z51":"2026-12-21T12:57:00Z","field_o99":"test@example.com","attr_o51":false},{"key_f73":"medium","attr_o51":false},{"field_o99":"QC-0... | Output contains markdown and explanatory text around JSON | {"prop_v69":"cat_a","dim_r80":"https://www.com/data","key_y11":[{"key_f73":"medium","dim_z51":"2023-08-13T21:29:00Z","attr_o51":false},{"key_f73":"xl","dim_z51":"2026-12-21T12:57:00Z","field_o99":"test@example.com","attr_o51":false},{"key_f73":"medium","attr_o51":false},{"field_o99":"QC-07","attr_o51":false}]} |
TASK repair_structured_output
SPEC
FIELD key_y34 TYPE string REQUIRED no
FIELD val_c43 TYPE number REQUIRED yes
FIELD prop_s20 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_a64 TYPE string REQUIRED no
FIELD field_m74 TYPE integer REQUIRED no
FIELD dim_p56 TYPE string VALUES small|medium|large|xl RE... | {"val_c43":590.12,"prop_s20":"archived","dim_p56":"small","col_y71":false} | thought_process | {
"type": "object",
"properties": {
"key_y34": {
"type": "string"
},
"val_c43": {
"type": "number"
},
"prop_s20": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"val_a64": {
"type": "string"
},
"fiel... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"val_c43":590.12,"prop_s20":"archived","dim_p56":"small","col_y71":false} | Output contains chain-of-thought reasoning before JSON | {"val_c43":590.12,"prop_s20":"archived","dim_p56":"small","col_y71":false} |
TASK repair_structured_output
SPEC
FIELD dim_c58 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_r46.param_i94 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD prop_r46.prop_n52 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_r46.col_m15 TY... | {"dim_c58":"free","prop_r46":{"param_i94":"new","prop_n52":"maintenance","dim_y74":"active","key_w16":"https://example.io/data","key_w08":"London","prop_i36":961.58,"attr_j97":510.64},"field_m14":"medium","attr_v90":null} | truncated_array | {
"type": "object",
"properties": {
"dim_c58": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_r46": {
"type": "object",
"properties": {
"param_i94": {
"type": "string",
"enum": [
... | {"dim_c58":"free","prop_r46":{"param_i94":"new","prop_n52":"maintenance","dim_y74":"active","key_w16":"https://example.io/data","key_w08":"London","prop_i36":961.58,"attr_j97":510.64},"field_m14":"medium","attr_v90":null | Unexpected end of JSON input — truncated object | {"dim_c58":"free","prop_r46":{"param_i94":"new","prop_n52":"maintenance","dim_y74":"active","key_w16":"https://example.io/data","key_w08":"London","prop_i36":961.58,"attr_j97":510.64},"field_m14":"medium","attr_v90":null} |
TASK repair_structured_output
SPEC
FIELD format TYPE number REQUIRED no
FIELD tile TYPE string REQUIRED no
FIELD country TYPE number REQUIRED no
FIELD published TYPE string_email REQUIRED no
FIELD verified TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD terminal_id TYPE string_email REQUIRED yes
FIELD tags TYPE integ... | {"format":372.93,"tile":"chr1","country":797.93,"published":"info@domain.org","terminal_id":"test@domain.org","tags":305} | missing_brace | {
"type": "object",
"properties": {
"format": {
"type": "number"
},
"tile": {
"type": "string"
},
"country": {
"type": "number"
},
"published": {
"type": "string",
"format": "email"
},
"verified": {
"type": "string",
"enum": [
"ca... | "format":372.93,"tile":"chr1","country":797.93,"published":"info@domain.org","terminal_id":"test@domain.org","tags":305} | Missing closing brace | {"format":372.93,"tile":"chr1","country":797.93,"published":"info@domain.org","terminal_id":"test@domain.org","tags":305} |
TASK repair_structured_output
SPEC
FIELD col_l28 TYPE null REQUIRED yes
FIELD dim_q13.param_m68 TYPE string REQUIRED yes
FIELD dim_q13.col_v01 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD dim_q13.field_u66 TYPE integer REQUIRED no
FIELD dim_q13.val_g25 TYPE integer REQUIRED no
FIELD dim_q13.... | {"col_l28":null,"dim_q13":{"param_m68":"REV","col_v01":"new","key_t22":{"dim_k05":317,"col_k89":"This is a test value.","field_m09":"New York"},"param_e59":454.03,"val_s78":true}} | single_quotes | {
"type": "object",
"properties": {
"col_l28": {
"type": "null"
},
"dim_q13": {
"type": "object",
"properties": {
"param_m68": {
"type": "string"
},
"col_v01": {
"type": "string",
"enum": [
"new",
"in_transit... | {'col_l28':null,'dim_q13':{'param_m68':'REV','col_v01':'new','key_t22':{'dim_k05':317,'col_k89':'This is a test value.','field_m09':'New York'},'param_e59':454.03,'val_s78':true}} | Expecting property name enclosed in double quotes | {"col_l28":null,"dim_q13":{"param_m68":"REV","col_v01":"new","key_t22":{"dim_k05":317,"col_k89":"This is a test value.","field_m09":"New York"},"param_e59":454.03,"val_s78":true}} |
TASK repair_structured_output
SPEC
FIELD dim_j30 TYPE integer REQUIRED yes
FIELD key_g66 TYPE string REQUIRED yes
FIELD key_l57.param_y58.val_z08 TYPE string_email REQUIRED yes
FIELD key_l57.param_y58.field_y79 TYPE string REQUIRED no
FIELD key_l57.param_y58.prop_i51 TYPE integer REQUIRED no
FIELD key_l57.param_y58.va... | {"dim_j30":17,"key_g66":"Charlie","key_l57":{"param_y58":{"val_z08":"test@test.io","field_y79":"completed","prop_i51":201,"val_d06":true,"attr_x96":61.68,"col_c11":857.67,"val_b75":180},"val_e78":"https://www.com/data","field_f49":166.08,"attr_v61":"active"}} | wrong_type | {
"type": "object",
"properties": {
"dim_j30": {
"type": "integer"
},
"key_g66": {
"type": "string"
},
"key_l57": {
"type": "object",
"properties": {
"param_y58": {
"type": "object",
"properties": {
"val_z08": {
"type"... | {"dim_j30": "\"17\"", "key_g66": "Charlie", "key_l57": {"param_y58": {"val_z08": "test@test.io", "field_y79": "completed", "prop_i51": 201, "val_d06": true, "attr_x96": 61.68, "col_c11": 857.67, "val_b75": 180}, "val_e78": "https://www.com/data", "field_f49": 166.08, "attr_v61": "active"}} | Field 'dim_j30' must be integer, got string | {"dim_j30":17,"key_g66":"Charlie","key_l57":{"param_y58":{"val_z08":"test@test.io","field_y79":"completed","prop_i51":201,"val_d06":true,"attr_x96":61.68,"col_c11":857.67,"val_b75":180},"val_e78":"https://www.com/data","field_f49":166.08,"attr_v61":"active"}} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD lab_result TYPE string VALUES draft|published|archived REQUIRED no
FIELD price TYPE string REQUIRED yes
BROKEN_OUTPUT
The price is Sao Paulo and {"lab_result":"draft","price":"Sao Paulo"} | {"lab_result":"draft","price":"Sao Paulo"} | partial_structure | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"lab_result": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"pr... | The price is Sao Paulo and {"lab_result":"draft","price":"Sao Paulo"} | Output mixes natural language with JSON | {"lab_result":"draft","price":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string_date-time REQUIRED no
FIELD start_date TYPE boolean REQUIRED no
FIELD vital_sign TYPE string REQUIRED no
FIELD position TYPE string_email REQUIRED no
FIELD dosage[] TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
{'vital_sig... | {"vital_sign":"example","position":"user@domain.org","dosage":["unstable","reliable","intermittent","intermittent"]} | single_quotes | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"format": "date-time"
},
"start_date": {
"type": "boolean"
},
"vital_sign": {
"type": "string"
},
"position": {
"type": "string",
"format": "email"
},
"dosage": {
"typ... | {'vital_sign':'example','position':'user@domain.org','dosage':['unstable','reliable','intermittent','intermittent']} | Expecting property name enclosed in double quotes | {"vital_sign":"example","position":"user@domain.org","dosage":["unstable","reliable","intermittent","intermittent"]} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD allele TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD run_id TYPE number REQUIRED no
FIELD index TYPE boolean REQUIRED no
FIELD tile TYPE null REQUIRED no
FIELD catalyst T... | {"allele":"low","run_id":958.34,"index":true,"tile":null,"catalyst":"published"} | missing_bracket | {
"type": "object",
"properties": {
"consignee": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"allele": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"criti... | {"allele":"low","run_id":958.34,"index":true,"tile":null,"catalyst":"published"} | Missing closing bracket | {"allele":"low","run_id":958.34,"index":true,"tile":null,"catalyst":"published"} |
TASK repair_structured_output
SPEC
FIELD prop_y50 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD prop_e74 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD dim_e43 TYPE integer REQUIRED no
FIELD field_d17 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_w42 TYPE integer REQUIRED yes
F... | {"prop_e74":"option_a","field_d17":"phone","field_w42":637} | agent_chain | {
"type": "object",
"properties": {
"prop_y50": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"prop_e74": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"dim_e43": {
"type": "integer"... | Let me check the system.
Action: transfer_call
Result: {"prop_e74": "option_a", "field_w42": 637}
Processing the request now.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"prop_e74":"option_a","field_d17":"phone","field_w42":637} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string REQUIRED yes
FIELD last_name TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD index TYPE string REQUIRED no
FIELD crew_id TYPE integer REQUIRED yes
FIELD options.options TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD options... | {"catalyst":"demo","index":"Alice","crew_id":56,"options":{"options":"sms","temp_celsius":"published","altitude":"heterozygous","torque_output":176.4,"commit_hash":165.32,"end_date":"unstable","type":944.23}} | markdown_explanation | {
"type": "object",
"properties": {
"catalyst": {
"type": "string"
},
"last_name": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"index": {
"type": "string"
},
"crew_id": {
"type": "integ... | Here is the JSON you requested:
```json
{"catalyst":"demo","index":"Alice","crew_id":56,"options":{"options":"sms","temp_celsius":"published","altitude":"heterozygous","torque_output":176.4,"commit_hash":165.32,"end_date":"unstable","type":944.23}}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"catalyst":"demo","index":"Alice","crew_id":56,"options":{"options":"sms","temp_celsius":"published","altitude":"heterozygous","torque_output":176.4,"commit_hash":165.32,"end_date":"unstable","type":944.23}} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE integer REQUIRED no
FIELD crew_id TYPE string_email REQUIRED no
FIELD bill_of_lading TYPE integer REQUIRED no
FIELD color TYPE string REQUIRED yes
FIELD features[] TYPE string REQUIRED no
BROKEN_OUTPUT
create_order(crew_id='info@domain.org', bill_of_lading=537, ... | {"crew_id":"info@domain.org","bill_of_lading":537,"color":"Sao Paulo"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"paragraph": {
"type": "integer"
},
"crew_id": {
"type": "string",
"format": "email"
},
"bill_of_lading": {
"type": "integer"
},
"color": {
"type": "string"
},
"features": {
"type": "array",
"items": {
... | create_order(crew_id='info@domain.org', bill_of_lading=537, color='Sao Paulo') | Tool call uses Python syntax instead of JSON | {"crew_id":"info@domain.org","bill_of_lading":537,"color":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD col_m79 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD param_g81 TYPE string REQUIRED yes
FIELD prop_f02.param_h78 TYPE string REQUIRED no
FIELD prop_f02.col_w48 TYPE integer REQUIRED yes
FIELD prop_f02.prop_n04 TYPE string VALUES option_a|option_b|op... | {"col_m79":"cat_f","param_g81":"chrX","prop_f02":{"param_h78":"Paris","col_w48":10,"prop_n04":"option_c","col_c00":[false,true]}} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_m79": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"param_g81": {
"type": "string"
},
"prop_f02": {
"type": "object",
"propertie... | I need to look up the information first.
Action: create_ticket
Arguments: {"col_m79": "cat_f", "param_g81": "chrX"} | Agent tool call missing required parameter 'prop_f02' | {"col_m79":"cat_f","param_g81":"chrX","prop_f02":{"param_h78":"Paris","col_w48":10,"prop_n04":"option_c","col_c00":[false,true]}} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD name TYPE integer REQUIRED yes
FIELD half_life TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"zip_code": "pro", "name": 802, "half_life": 195, "extra_info_3901": "unexpected"} | {"zip_code":"pro","name":802,"half_life":195} | extra_field | {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"name": {
"type": "integer"
},
"half_life": {
"type": "integer"
}
},
"required": [
"zip_code",
"ha... | {"zip_code": "pro", "name": 802, "half_life": 195, "extra_info_3901": "unexpected"} | Unknown field 'extra_info_3901' not defined in schema | {"zip_code":"pro","name":802,"half_life":195} |
TASK repair_structured_output
SPEC
FIELD field_n09 TYPE integer REQUIRED no
FIELD field_r80 TYPE string_email REQUIRED no
FIELD attr_x53.col_e66 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_x53.key_e96 TYPE string REQUIRED yes
FIELD attr_x53.param_c80.val_d47 TYPE string VALUES coastal|oceanic|inlan... | {"attr_x53":{"col_e66":"phone","key_e96":"Silva","param_c80":{"val_d47":"inland","dim_d42":"sample"},"attr_i97":"user@domain.org"},"field_b26":"level_2"} | trailing_comma | {
"type": "object",
"properties": {
"field_n09": {
"type": "integer"
},
"field_r80": {
"type": "string",
"format": "email"
},
"attr_x53": {
"type": "object",
"properties": {
"col_e66": {
"type": "string",
"enum": [
"email",
... | {"attr_x53":{"col_e66":"phone","key_e96":"Silva","param_c80":{"val_d47":"inland","dim_d42":"sample"},"attr_i97":"user@domain.org"},"field_b26":"level_2",} | Unexpected trailing comma | {"attr_x53":{"col_e66":"phone","key_e96":"Silva","param_c80":{"val_d47":"inland","dim_d42":"sample"},"attr_i97":"user@domain.org"},"field_b26":"level_2"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES single|married|divorced REQUIRED yes
FIELD chapter TYPE string VALUES draft|published|archived REQUIRED no
FIELD terminal_id TYPE string VALUES email|phone|sms|push REQUIRED no
BROKEN_OUTPUT
{"quantity": null, "chapter": "draft", "terminal_id": "pus... | {"quantity":"divorced","chapter":"draft","terminal_id":"push"} | null_required | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"chapter": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"terminal_id": {
... | {"quantity": null, "chapter": "draft", "terminal_id": "push"} | Required field 'quantity' is null | {"quantity":"divorced","chapter":"draft","terminal_id":"push"} |
TASK repair_structured_output
SPEC
FIELD age TYPE null REQUIRED no
FIELD item_id TYPE string REQUIRED yes
FIELD footnote TYPE string REQUIRED no
FIELD collateral[] TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: validate_address
Arguments: {"footnote": "Silva"} | {"item_id":"completed","footnote":"Silva"} | tool_call_partial_args | {
"type": "object",
"properties": {
"age": {
"type": "null"
},
"item_id": {
"type": "string"
},
"footnote": {
"type": "string"
},
"collateral": {
"type": "array",
"items": {
"type": "string",
"enum": [
"low",
"medium",
... | Let me check the system.
Action: validate_address
Arguments: {"footnote": "Silva"} | Agent tool call missing required parameter 'item_id' | {"item_id":"completed","footnote":"Silva"} |
TASK repair_structured_output
SPEC
FIELD val_t44 TYPE null REQUIRED yes
FIELD key_s71 TYPE null REQUIRED yes
FIELD field_r02.field_t68 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_r02.col_l60 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD field_r02.col_w68 TYPE string VALUES em... | {"val_t44":null,"key_s71":null,"field_r02":{"field_t68":"sms","col_l60":"coastal","col_w68":"sms"}} | extra_field | {
"type": "object",
"properties": {
"val_t44": {
"type": "null"
},
"key_s71": {
"type": "null"
},
"field_r02": {
"type": "object",
"properties": {
"field_t68": {
"type": "string",
"enum": [
"email",
"phone",
... | {"val_t44": null, "key_s71": null, "field_r02": {"field_t68": "sms", "col_l60": "coastal", "col_w68": "sms"}, "extra_value_2027": true} | Unknown field 'extra_value_2027' not defined in schema | {"val_t44":null,"key_s71":null,"field_r02":{"field_t68":"sms","col_l60":"coastal","col_w68":"sms"}} |
TASK repair_structured_output
SPEC
FIELD step TYPE string REQUIRED yes
FIELD message TYPE string REQUIRED no
FIELD features TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD height.batch_code TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD height.catalyst TYPE string VALUES low|medium|high... | {"step":"https://example.com","message":"2024-06-30","features":"type_c","height":{"batch_code":"level_2","catalyst":"high","manifest_ref":["New York","https://example.com","MV-Evergreen-01"],"diagnosis_code":["Hapag-Lloyd-Express","example"]}} | unquoted_keys | {
"type": "object",
"properties": {
"step": {
"type": "string"
},
"message": {
"type": "string"
},
"features": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"height": {
"type... | {step:"https://example.com",message:"2024-06-30",features:"type_c",height:{batch_code:"level_2",catalyst:"high",manifest_ref:["New York","https://example.com","MV-Evergreen-01"],diagnosis_code:["Hapag-Lloyd-Express","example"]}} | Expecting property name enclosed in double quotes | {"step":"https://example.com","message":"2024-06-30","features":"type_c","height":{"batch_code":"level_2","catalyst":"high","manifest_ref":["New York","https://example.com","MV-Evergreen-01"],"diagnosis_code":["Hapag-Lloyd-Express","example"]}} |
TASK repair_structured_output
SPEC
FIELD length TYPE string REQUIRED yes
FIELD website TYPE null REQUIRED no
FIELD company TYPE string_email REQUIRED yes
FIELD chapter TYPE string REQUIRED no
BROKEN_OUTPUT
{"length":"example","website":null,"company":"test@test.io","chapter":"REV"}
Feel free to ask if you have questi... | {"length":"example","website":null,"company":"test@test.io","chapter":"REV"} | extra_text_after | {
"type": "object",
"properties": {
"length": {
"type": "string"
},
"website": {
"type": "null"
},
"company": {
"type": "string",
"format": "email"
},
"chapter": {
"type": "string"
}
},
"required": [
"company",
"length"
]
} | {"length":"example","website":null,"company":"test@test.io","chapter":"REV"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"length":"example","website":null,"company":"test@test.io","chapter":"REV"} |
TASK repair_structured_output
SPEC
FIELD param_f10 TYPE boolean REQUIRED no
FIELD dim_p33 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_a34.val_u78 TYPE integer REQUIRED no
FIELD dim_a34.attr_y81 TYPE integer REQUIRED no
FIELD dim_a34.param_i05 TYPE string VALUES homozygous|heterozygous|hemizygous REQU... | {"param_f10":false,"dim_p33":"EUR","dim_a34":{"val_u78":160,"attr_y81":543,"dim_q34":"A short description.","field_j24":{"key_k13":"test@example.com","key_s15":"https://api.com/api","col_q61":728.18,"val_s85":"blue"},"prop_b82":{"prop_m73":"completed","field_p10":"2025-05-13T01:28:00Z","val_g09":"error"}},"val_j66":fal... | date_format_error | {
"type": "object",
"properties": {
"param_f10": {
"type": "boolean"
},
"dim_p33": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_a34": {
"type": "object",
"properties": {
"val_u78": {
... | {"param_f10": false, "dim_p33": "EUR", "dim_a34": {"val_u78": 160, "attr_y81": 543, "dim_q34": "A short description.", "field_j24": {"key_k13": "test@example.com", "key_s15": "https://api.com/api", "col_q61": 728.18, "val_s85": "blue"}, "prop_b82": {"prop_m73": "completed", "field_p10": "2025-05-13T01:28:00Z", "val_g09... | Field 'val_m52' has invalid date format | {"param_f10":false,"dim_p33":"EUR","dim_a34":{"val_u78":160,"attr_y81":543,"dim_q34":"A short description.","field_j24":{"key_k13":"test@example.com","key_s15":"https://api.com/api","col_q61":728.18,"val_s85":"blue"},"prop_b82":{"prop_m73":"completed","field_p10":"2025-05-13T01:28:00Z","val_g09":"error"}},"val_j66":fal... |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE number REQUIRED yes
FIELD nickname TYPE integer REQUIRED yes
FIELD due_date TYPE boolean REQUIRED no
FIELD organism TYPE string REQUIRED no
FIELD invoice_id TYPE null REQUIRED no
FIELD label.score TYPE boolean REQUIRED no
FIELD label.yield_pct TYPE string_uri REQU... | {"catalyst":979.52,"nickname":840,"organism":"2024-01-15","label":{"score":true,"yield_pct":"https://example.io/api"},"name":"New York"} | missing_brace | {
"type": "object",
"properties": {
"catalyst": {
"type": "number"
},
"nickname": {
"type": "integer"
},
"due_date": {
"type": "boolean"
},
"organism": {
"type": "string"
},
"invoice_id": {
"type": "null"
},
"label": {
"type": "object",... | {"catalyst":979.52,"nickname":840,"organism":"2024-01-15","label":{"score":true,"yield_pct":"https://example.io/api"},"name":"New York" | Missing closing brace | {"catalyst":979.52,"nickname":840,"organism":"2024-01-15","label":{"score":true,"yield_pct":"https://example.io/api"},"name":"New York"} |
TASK repair_structured_output
SPEC
FIELD city TYPE string_date-time REQUIRED yes
FIELD transaction_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD allele TYPE string VALUES single|married|divorced REQUIRED yes
BROKEN_OUTPUT
"city":"2022-10-05T02:43:00Z","transaction_id":"nonsense","al... | {"city":"2022-10-05T02:43:00Z","transaction_id":"nonsense","allele":"married"} | missing_brace | {
"type": "object",
"properties": {
"city": {
"type": "string",
"format": "date-time"
},
"transaction_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"allele": {
"type": "string",
... | "city":"2022-10-05T02:43:00Z","transaction_id":"nonsense","allele":"married"} | Missing closing brace | {"city":"2022-10-05T02:43:00Z","transaction_id":"nonsense","allele":"married"} |
TASK repair_structured_output
SPEC
FIELD attr_k51 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD param_s42.dim_l06 TYPE string REQUIRED no
FIELD param_s42.col_n78 TYPE string REQUIRED no
FIELD param_s42.dim_g52.field_f41 TYPE boolean REQUIRED yes
FIELD param_s42.dim_g52.val_i52 TYPE string VA... | {"attr_k51":"homozygous","param_s42":{"dim_l06":"pending","col_n78":"bar","dim_g52":{"field_f41":true,"val_i52":"offline","key_w11":"draft"},"dim_g17":{"key_t03":"push","col_g71":"pending_review","key_e75":"divorced","val_k04":"blue","attr_f32":544},"col_h58":"homozygous","attr_s31":false},"key_p15":"open","col_u16":86... | wrong_type | {
"type": "object",
"properties": {
"attr_k51": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"param_s42": {
"type": "object",
"properties": {
"dim_l06": {
"type": "string"
},
"col_n78... | {"attr_k51": "homozygous", "param_s42": {"dim_l06": "pending", "col_n78": "bar", "dim_g52": {"field_f41": true, "val_i52": "offline", "key_w11": "draft"}, "dim_g17": {"key_t03": "push", "col_g71": "pending_review", "key_e75": "divorced", "val_k04": "blue", "attr_f32": 544}, "col_h58": "homozygous", "attr_s31": false}, ... | Field 'col_u16' must be number, got string | {"attr_k51":"homozygous","param_s42":{"dim_l06":"pending","col_n78":"bar","dim_g52":{"field_f41":true,"val_i52":"offline","key_w11":"draft"},"dim_g17":{"key_t03":"push","col_g71":"pending_review","key_e75":"divorced","val_k04":"blue","attr_f32":544},"col_h58":"homozygous","attr_s31":false},"key_p15":"open","col_u16":86... |
TASK repair_structured_output
SPEC
FIELD dim_s95 TYPE integer REQUIRED no
FIELD key_x53 TYPE number REQUIRED yes
FIELD field_r04 TYPE string_uri REQUIRED yes
FIELD dim_c77 TYPE number REQUIRED no
FIELD val_v79.col_o31 TYPE null REQUIRED no
FIELD val_v79.field_p50 TYPE string_uri REQUIRED yes
FIELD val_v79.prop_s99 TYP... | {"dim_s95":441,"key_x53":500.45,"field_r04":"https://api.com/api","dim_c77":437.53,"val_v79":{"col_o31":null,"field_p50":"https://example.io/api","prop_s99":"blue","param_m90":{"val_k27":885,"param_c93":40,"dim_r94":"https://data.io/v1","key_w21":null,"param_r86":"phone"}},"dim_g32":"approved"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_s95": {
"type": "integer"
},
"key_x53": {
"type": "number"
},
"field_r04": {
"type": "string",
"format": "uri"
},
"dim_c77": {
"type": "number"
},
"val_v79": {
"type": "object",
"properties": {
... | Here is the response in the requested format:
```json
{"dim_s95":441,"key_x53":500.45,"field_r04":"https://api.com/api","dim_c77":437.53,"val_v79":{"col_o31":null,"field_p50":"https://example.io/api","prop_s99":"blue","param_m90":{"val_k27":885,"param_c93":40,"dim_r94":"https://data.io/v1","key_w21":null,"param_r86":"p... | Output contains markdown and explanatory text around JSON | {"dim_s95":441,"key_x53":500.45,"field_r04":"https://api.com/api","dim_c77":437.53,"val_v79":{"col_o31":null,"field_p50":"https://example.io/api","prop_s99":"blue","param_m90":{"val_k27":885,"param_c93":40,"dim_r94":"https://data.io/v1","key_w21":null,"param_r86":"phone"}},"dim_g32":"approved"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string_uri REQUIRED no
FIELD trace_id TYPE string_uri REQUIRED no
FIELD voltage TYPE string REQUIRED yes
FIELD insurance_id TYPE number REQUIRED yes
FIELD discount TYPE boolean REQUIRED yes
FIELD span_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"terminal_id": ... | {"terminal_id":"https://www.org/data","trace_id":"https://example.com/api","voltage":"FWD","insurance_id":316.09,"discount":true,"span_id":500} | number_with_unit | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"format": "uri"
},
"trace_id": {
"type": "string",
"format": "uri"
},
"voltage": {
"type": "string"
},
"insurance_id": {
"type": "number"
},
"discount": {
"type": "boo... | {"terminal_id": "https://www.org/data", "trace_id": "https://example.com/api", "voltage": "FWD", "insurance_id": 316.09, "discount": true, "span_id": "500ms"} | Field 'span_id' must be number, got string with unit | {"terminal_id":"https://www.org/data","trace_id":"https://example.com/api","voltage":"FWD","insurance_id":316.09,"discount":true,"span_id":500} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE string REQUIRED yes
FIELD category TYPE string REQUIRED yes
FIELD order_id TYPE string REQUIRED yes
BROKEN_OUTPUT
{thumbnail:"FWD",category:"approved",order_id:"Maria"} | {"thumbnail":"FWD","category":"approved","order_id":"Maria"} | unquoted_keys | {
"type": "object",
"properties": {
"thumbnail": {
"type": "string"
},
"category": {
"type": "string"
},
"order_id": {
"type": "string"
}
},
"required": [
"order_id",
"thumbnail",
"category"
]
} | {thumbnail:"FWD",category:"approved",order_id:"Maria"} | Expecting property name enclosed in double quotes | {"thumbnail":"FWD","category":"approved","order_id":"Maria"} |
TASK repair_structured_output
SPEC
FIELD key_z97.field_v18 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_z97.prop_g81 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD key_z97.val_t06 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_w89 TYPE number REQ... | {"key_z97":{"field_v18":"frameshift","prop_g81":"critical","val_t06":"critical"},"prop_w89":601.29,"key_o77":"low","attr_x03":"sample"} | invalid_enum | {
"type": "object",
"properties": {
"key_z97": {
"type": "object",
"properties": {
"field_v18": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"prop_g81": {
... | {"key_z97": {"field_v18": "frameshift", "prop_g81": "critical", "val_t06": "critical"}, "prop_w89": 601.29, "key_o77": "invalid_choice_61", "attr_x03": "sample"} | Field 'key_o77' has invalid enum value 'invalid_choice_61', expected one of ['low', 'medium', 'high', 'critical'] | {"key_z97":{"field_v18":"frameshift","prop_g81":"critical","val_t06":"critical"},"prop_w89":601.29,"key_o77":"low","attr_x03":"sample"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.