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 temp_celsius.name TYPE string REQUIRED no
FIELD temp_celsius.department TYPE integer REQUIRED yes
FIELD temp_celsius.sensor_id TYPE integer REQUIRED no
FIELD temp_celsius.temp_celsius TYPE string REQUIRED yes
FIELD temp_celsius.title[] TYPE boolean REQUIRED yes
FIELD feedback T... | {"temp_celsius":{"name":"Jane","department":841,"sensor_id":140,"temp_celsius":"https://example.com","title":[true,true,true,true]},"feedback":"Bob","ward":720.39,"chromosome":"Jane","tile":"type_b"} | number_with_unit | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"department": {
"type": "integer"
},
"sensor_id": {
"type": "integer"
},
"temp_celsius": {
... | {"temp_celsius": {"name": "Jane", "department": 841, "sensor_id": 140, "temp_celsius": "https://example.com", "title": [true, true, true, true]}, "feedback": "Bob", "ward": "720.39kg", "chromosome": "Jane", "tile": "type_b"} | Field 'ward' must be number, got string with unit | {"temp_celsius":{"name":"Jane","department":841,"sensor_id":140,"temp_celsius":"https://example.com","title":[true,true,true,true]},"feedback":"Bob","ward":720.39,"chromosome":"Jane","tile":"type_b"} |
TASK repair_structured_output
SPEC
FIELD latitude.shipper_ref TYPE string REQUIRED no
FIELD latitude.ph_level.user_id TYPE string REQUIRED yes
FIELD latitude.ph_level.length TYPE null REQUIRED yes
FIELD latitude.ph_level.conductivity TYPE string REQUIRED no
FIELD latitude.paragraph TYPE string REQUIRED no
FIELD latitu... | {"latitude":{"shipper_ref":"Maria","ph_level":{"user_id":"pending","length":null},"paragraph":"Luis","start_date":"level_2","vessel_name":"type_b","date":"in_progress"},"comments":838,"quality_score":"Jane","span_id":663} | extra_field | {
"type": "object",
"properties": {
"latitude": {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"ph_level": {
"type": "object",
"properties": {
"user_id": {
"type": "string"
},
... | {"latitude": {"shipper_ref": "Maria", "ph_level": {"user_id": "pending", "length": null}, "paragraph": "Luis", "start_date": "level_2", "vessel_name": "type_b", "date": "in_progress"}, "comments": 838, "quality_score": "Jane", "span_id": 663, "extra_field_3158": 42} | Unknown field 'extra_field_3158' not defined in schema | {"latitude":{"shipper_ref":"Maria","ph_level":{"user_id":"pending","length":null},"paragraph":"Luis","start_date":"level_2","vessel_name":"type_b","date":"in_progress"},"comments":838,"quality_score":"Jane","span_id":663} |
TASK repair_structured_output
SPEC
FIELD medication TYPE null REQUIRED yes
FIELD age TYPE boolean REQUIRED no
FIELD sensor_id TYPE boolean REQUIRED no
FIELD isotope.filter_flag.description TYPE string REQUIRED no
FIELD isotope.filter_flag.score TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD isotope.filt... | {"medication":null,"sensor_id":true,"isotope":{"filter_flag":{"description":"GRCh38","score":"pending","shift_code":["Tokyo"],"height":["New York"]},"throttle_pos":193.2,"port_code":"https://api.com/v1"}} | extra_text_before | {
"type": "object",
"properties": {
"medication": {
"type": "null"
},
"age": {
"type": "boolean"
},
"sensor_id": {
"type": "boolean"
},
"isotope": {
"type": "object",
"properties": {
"filter_flag": {
"type": "object",
"properties"... | The output is as follows:
{"medication":null,"sensor_id":true,"isotope":{"filter_flag":{"description":"GRCh38","score":"pending","shift_code":["Tokyo"],"height":["New York"]},"throttle_pos":193.2,"port_code":"https://api.com/v1"}} | Output contains non-JSON text before the object | {"medication":null,"sensor_id":true,"isotope":{"filter_flag":{"description":"GRCh38","score":"pending","shift_code":["Tokyo"],"height":["New York"]},"throttle_pos":193.2,"port_code":"https://api.com/v1"}} |
TASK repair_structured_output
SPEC
FIELD attr_o85 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD param_h11 TYPE boolean REQUIRED no
FIELD dim_t35 TYPE string_email REQUIRED yes
FIELD field_y74.field_t65 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD field_y74.attr_s24 TYP... | {"attr_o85":"intermittent","param_h11":true,"dim_t35":"info@test.io","field_y74":{"field_t65":"homozygous","attr_h17":"test@example.com","key_q40":false,"val_j38":"anchored","key_s11":{"dim_c12":771,"prop_u81":375.41,"attr_x46":"pending","col_p02":"2023-09-06T17:10:00Z"}}} | missing_required | {
"type": "object",
"properties": {
"attr_o85": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"param_h11": {
"type": "boolean"
},
"dim_t35": {
"type": "string",
"format": "email"
},
"field_y74": {
... | {"attr_o85": "intermittent", "param_h11": true, "field_y74": {"field_t65": "homozygous", "attr_h17": "test@example.com", "key_q40": false, "val_j38": "anchored", "key_s11": {"dim_c12": 771, "prop_u81": 375.41, "attr_x46": "pending", "col_p02": "2023-09-06T17:10:00Z"}}} | Required field 'dim_t35' is missing | {"attr_o85":"intermittent","param_h11":true,"dim_t35":"info@test.io","field_y74":{"field_t65":"homozygous","attr_h17":"test@example.com","key_q40":false,"val_j38":"anchored","key_s11":{"dim_c12":771,"prop_u81":375.41,"attr_x46":"pending","col_p02":"2023-09-06T17:10:00Z"}}} |
TASK repair_structured_output
SPEC
FIELD age TYPE string REQUIRED no
FIELD lane TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD email.voltage TYPE number REQUIRED no
FIELD email.pressure_kpa.dissolved_oxygen TYPE integer REQUIRED no
FIELD email.pressure_kpa.catalyst TYPE string REQUIR... | {"lane":"option_b","email":{"pressure_kpa":{"catalyst":"https://api.example.com/v1","updated_at":"large","options":null,"type":"ops@domain.org"},"status":{"shipping":"level_2","insurance_id":172.75,"umi":826.27,"date":874.52},"score":null,"catalyst":"chrX"},"phenotype":false,"width":497.61,"commit_hash":"QC-07"} | markdown_explanation | {
"type": "object",
"properties": {
"age": {
"type": "string"
},
"lane": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"email": {
"type": "object",
"properties": {
... | Based on your request, here is the data:
```json
{"lane":"option_b","email":{"pressure_kpa":{"catalyst":"https://api.example.com/v1","updated_at":"large","options":null,"type":"ops@domain.org"},"status":{"shipping":"level_2","insurance_id":172.75,"umi":826.27,"date":874.52},"score":null,"catalyst":"chrX"},"phenotype":f... | Output contains markdown and explanatory text around JSON | {"lane":"option_b","email":{"pressure_kpa":{"catalyst":"https://api.example.com/v1","updated_at":"large","options":null,"type":"ops@domain.org"},"status":{"shipping":"level_2","insurance_id":172.75,"umi":826.27,"date":874.52},"score":null,"catalyst":"chrX"},"phenotype":false,"width":497.61,"commit_hash":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string REQUIRED no
FIELD duration_ms TYPE boolean REQUIRED no
FIELD color TYPE boolean REQUIRED yes
FIELD filter_flag TYPE string VALUES single|married|divorced REQUIRED yes
FIELD score TYPE integer REQUIRED no
FIELD wavelength TYPE string VALUES active|inactive|p... | {"comments":"cancelled","color":false,"filter_flag":"single","score":12,"wavelength":"inactive"} | markdown_explanation | {
"type": "object",
"properties": {
"comments": {
"type": "string"
},
"duration_ms": {
"type": "boolean"
},
"color": {
"type": "boolean"
},
"filter_flag": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | The instrument reported:
```json
{"comments":"cancelled","color":false,"filter_flag":"single","score":12,"wavelength":"inactive"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"comments":"cancelled","color":false,"filter_flag":"single","score":12,"wavelength":"inactive"} |
TASK repair_structured_output
SPEC
FIELD key_m20 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD key_w84 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_f32 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD field_g87[] TYPE number REQUIRED yes
BROKEN_OUTPUT
lookup_cus... | {"key_w84":"level_2","dim_f32":"option_c","field_g87":[61.11,954.21,309.73]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_m20": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"key_w84": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
}... | lookup_customer(key_w84='level_2', dim_f32='option_c', field_g87=[61.11, 954.21, 309.73]) | Tool call uses Python syntax instead of JSON | {"key_w84":"level_2","dim_f32":"option_c","field_g87":[61.11,954.21,309.73]} |
TASK repair_structured_output
SPEC
FIELD param_h60 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_n61 TYPE integer REQUIRED no
FIELD prop_c82 TYPE string REQUIRED no
FIELD key_g19 TYPE integer REQUIRED no
FIELD key_i84 TYPE string_date-time REQUIRED yes
FIELD val_q95 TYPE string VALUES email|phone|sms|pu... | {"prop_c82":"2024-06-30","key_g19":841,"key_i84":"2025-06-02T10:42:00Z","attr_v87":385,"attr_r16":"Silva"} | wrong_type | {
"type": "object",
"properties": {
"param_h60": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_n61": {
"type": "integer"
},
"prop_c82": {
"type": "string"
},
"key_g19": {
"type": "inte... | {"prop_c82": "2024-06-30", "key_g19": 841, "key_i84": "2025-06-02T10:42:00Z", "attr_v87": "\"385\"", "attr_r16": "Silva"} | Field 'attr_v87' must be integer, got string | {"prop_c82":"2024-06-30","key_g19":841,"key_i84":"2025-06-02T10:42:00Z","attr_v87":385,"attr_r16":"Silva"} |
TASK repair_structured_output
SPEC
FIELD prop_z09 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_j95 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD dim_r53 TYPE integer REQUIRED no
FIELD col_y01 TYPE string VALUES cat_a|cat_b REQUIRED yes
BROKEN_OUTPUT
```json
{"val_j95":"m... | {"val_j95":"mode_e","col_y01":"cat_b"} | markdown_fences | {
"type": "object",
"properties": {
"prop_z09": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"val_j95": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
... | ```json
{"val_j95":"mode_e","col_y01":"cat_b"}
``` | Output contains markdown code fences | {"val_j95":"mode_e","col_y01":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string REQUIRED no
FIELD width TYPE integer REQUIRED yes
FIELD visible TYPE string REQUIRED no
FIELD transaction_id TYPE null REQUIRED yes
FIELD shipping[] TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"zip_code":"user@domain.com","width":115,"visible":"Charlie"... | {"zip_code":"user@domain.com","width":115,"visible":"Charlie","transaction_id":null} | markdown_fences | {
"type": "object",
"properties": {
"zip_code": {
"type": "string"
},
"width": {
"type": "integer"
},
"visible": {
"type": "string"
},
"transaction_id": {
"type": "null"
},
"shipping": {
"type": "array",
"items": {
"type": "string"
... | ```json
{"zip_code":"user@domain.com","width":115,"visible":"Charlie","transaction_id":null}
``` | Output contains markdown code fences | {"zip_code":"user@domain.com","width":115,"visible":"Charlie","transaction_id":null} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string REQUIRED yes
FIELD patient_id.throttle_pos TYPE number REQUIRED yes
FIELD patient_id.amount TYPE boolean REQUIRED no
FIELD patient_id.price TYPE string_email REQUIRED yes
FIELD patient_id.balance TYPE integer REQUIRED no
FIELD patient_id.bed_number TYPE str... | {"subtotal":"2023-12-25","patient_id":{"throttle_pos":612.28,"amount":false,"price":"admin@domain.org","bed_number":"https://api.example.com/v1","feedback":860.49},"frequency_hz":594,"country":{"lab_result":536,"freight_class":"https://www.io/v1","email":"https://api.example.com/v1","footnote":"REV","width":901}} | number_with_unit | {
"type": "object",
"properties": {
"subtotal": {
"type": "string"
},
"patient_id": {
"type": "object",
"properties": {
"throttle_pos": {
"type": "number"
},
"amount": {
"type": "boolean"
},
"price": {
"type": "strin... | {"subtotal": "2023-12-25", "patient_id": {"throttle_pos": 612.28, "amount": false, "price": "admin@domain.org", "bed_number": "https://api.example.com/v1", "feedback": 860.49}, "frequency_hz": "594px", "country": {"lab_result": 536, "freight_class": "https://www.io/v1", "email": "https://api.example.com/v1", "footnote"... | Field 'frequency_hz' must be number, got string with unit | {"subtotal":"2023-12-25","patient_id":{"throttle_pos":612.28,"amount":false,"price":"admin@domain.org","bed_number":"https://api.example.com/v1","feedback":860.49},"frequency_hz":594,"country":{"lab_result":536,"freight_class":"https://www.io/v1","email":"https://api.example.com/v1","footnote":"REV","width":901}} |
TASK repair_structured_output
SPEC
FIELD param_l69 TYPE boolean REQUIRED yes
FIELD attr_m07 TYPE null REQUIRED no
FIELD field_l38 TYPE number REQUIRED no
FIELD col_y96 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
BROKEN_OUTPUT
{"param_l69": false, "field_l38": 922.49, "col_y96": "invalid_choice_1... | {"param_l69":false,"field_l38":922.49,"col_y96":"mode_b"} | invalid_enum | {
"type": "object",
"properties": {
"param_l69": {
"type": "boolean"
},
"attr_m07": {
"type": "null"
},
"field_l38": {
"type": "number"
},
"col_y96": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
... | {"param_l69": false, "field_l38": 922.49, "col_y96": "invalid_choice_115"} | Field 'col_y96' has invalid enum value 'invalid_choice_115', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e'] | {"param_l69":false,"field_l38":922.49,"col_y96":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE number REQUIRED yes
FIELD hazmat_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD amplitude TYPE string VALUES type_a|type_b REQUIRED yes
FIELD salinity TYPE boolean REQUIRED yes
FIELD ward TYPE string REQUIRED no
BROKEN_OUTPUT
{"up... | {"updated_at":695.8,"hazmat_code":"cat_a","amplitude":"type_a","salinity":true,"ward":"inactive"} | extra_text_after | {
"type": "object",
"properties": {
"updated_at": {
"type": "number"
},
"hazmat_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"amplitude": {
"type": "string",
"enu... | {"updated_at":695.8,"hazmat_code":"cat_a","amplitude":"type_a","salinity":true,"ward":"inactive"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"updated_at":695.8,"hazmat_code":"cat_a","amplitude":"type_a","salinity":true,"ward":"inactive"} |
TASK repair_structured_output
SPEC
FIELD key_v62 TYPE integer REQUIRED no
FIELD dim_p31 TYPE number REQUIRED yes
FIELD param_d75 TYPE integer REQUIRED yes
BROKEN_OUTPUT
The output is as follows:
{"dim_p31":341.85,"param_d75":448} | {"dim_p31":341.85,"param_d75":448} | extra_text_before | {
"type": "object",
"properties": {
"key_v62": {
"type": "integer"
},
"dim_p31": {
"type": "number"
},
"param_d75": {
"type": "integer"
}
},
"required": [
"dim_p31",
"param_d75"
]
} | The output is as follows:
{"dim_p31":341.85,"param_d75":448} | Output contains non-JSON text before the object | {"dim_p31":341.85,"param_d75":448} |
TASK repair_structured_output
SPEC
FIELD values TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD diagnosis_code TYPE number REQUIRED no
FIELD tax.last_name TYPE number REQUIRED yes
FIELD tax.notes TYPE number REQUIRED no
FIELD tax.consignee TYPE number REQUIRED no
FIELD dissolved_oxygen TYPE string REQUIRED no... | {"values":"viewer","diagnosis_code":142.79,"tax":{"last_name":34.28,"notes":144.4,"consignee":446.77},"dissolved_oxygen":"qux"} | markdown_fences | {
"type": "object",
"properties": {
"values": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"diagnosis_code": {
"type": "number"
},
"tax": {
"type": "object",
"properties": {
"last_name": {
"type": "nu... | ```json
{"values":"viewer","diagnosis_code":142.79,"tax":{"last_name":34.28,"notes":144.4,"consignee":446.77},"dissolved_oxygen":"qux"}
``` | Output contains markdown code fences | {"values":"viewer","diagnosis_code":142.79,"tax":{"last_name":34.28,"notes":144.4,"consignee":446.77},"dissolved_oxygen":"qux"} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE null REQUIRED no
FIELD bill_of_lading TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD items TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD status_code TYPE integer REQUIRED no
FIELD invoice_id[].throttle_pos TYPE string REQUIRED yes
FIELD in... | {"bill_of_lading":"JPY","invoice_id":[{"throttle_pos":"baz","account_id":"sample","batch_code":["inactive","active"]}],"sensor_id":[827,622]} | truncated_object | {
"type": "object",
"properties": {
"created_at": {
"type": "null"
},
"bill_of_lading": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"items": {
"type": "string",
"enum": [
"email",
... | {"bill_of_lading":"JPY","invoice_id":[{"throttle_pos":"baz","account_id":"sample","batch_code":["inactive","active"]}],"sensor_id":[827,622] | Unexpected end of JSON input — truncated object | {"bill_of_lading":"JPY","invoice_id":[{"throttle_pos":"baz","account_id":"sample","batch_code":["inactive","active"]}],"sensor_id":[827,622]} |
TASK repair_structured_output
SPEC
FIELD param_a23 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD field_i48 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_j69.prop_i61.col_c98 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_... | {"param_a23":"missense","field_i48":"pending_review","key_j69":{"prop_i61":{"col_c98":"moored","val_r08":"open","val_p39":"escalated","dim_r75":"chrX","field_g75":118,"prop_t63":"2025-09-05T21:06:00Z"},"prop_q97":"admin@example.com","key_u70":false,"prop_u34":{"field_p86":281,"dim_y29":"success","col_q28":"Maria"},"pro... | missing_bracket | {
"type": "object",
"properties": {
"param_a23": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_i48": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected... | {"param_a23":"missense","field_i48":"pending_review","key_j69":{"prop_i61":{"col_c98":"moored","val_r08":"open","val_p39":"escalated","dim_r75":"chrX","field_g75":118,"prop_t63":"2025-09-05T21:06:00Z"},"prop_q97":"admin@example.com","key_u70":false,"prop_u34":{"field_p86":281,"dim_y29":"success","col_q28":"Maria"},"pro... | Missing closing bracket | {"param_a23":"missense","field_i48":"pending_review","key_j69":{"prop_i61":{"col_c98":"moored","val_r08":"open","val_p39":"escalated","dim_r75":"chrX","field_g75":118,"prop_t63":"2025-09-05T21:06:00Z"},"prop_q97":"admin@example.com","key_u70":false,"prop_u34":{"field_p86":281,"dim_y29":"success","col_q28":"Maria"},"pro... |
TASK repair_structured_output
SPEC
FIELD key_i49 TYPE string_uri REQUIRED no
FIELD dim_q39 TYPE integer REQUIRED no
FIELD key_b19 TYPE null REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: search
Result: {"dim_q39": 739}
I'll query our database.
Action: track_vessel
Result: | {"dim_q39":739,"key_b19":null} | agent_chain | {
"type": "object",
"properties": {
"key_i49": {
"type": "string",
"format": "uri"
},
"dim_q39": {
"type": "integer"
},
"key_b19": {
"type": "null"
}
},
"required": [
"key_b19"
]
} | I need to look up the information first.
Action: search
Result: {"dim_q39": 739}
I'll query our database.
Action: track_vessel
Result: | Agent multi-step chain with truncated tool output | {"dim_q39":739,"key_b19":null} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE number REQUIRED yes
FIELD amount TYPE integer REQUIRED yes
FIELD length TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
BROKEN_OUTPUT
{"last_name": null, "amount": 596, "length": "cat_b"} | {"last_name":347.87,"amount":596,"length":"cat_b"} | null_required | {
"type": "object",
"properties": {
"last_name": {
"type": "number"
},
"amount": {
"type": "integer"
},
"length": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
}
},
"required": [
"last... | {"last_name": null, "amount": 596, "length": "cat_b"} | Required field 'last_name' is null | {"last_name":347.87,"amount":596,"length":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD attr_t78 TYPE integer REQUIRED no
FIELD col_l04 TYPE integer REQUIRED yes
FIELD prop_e49 TYPE integer REQUIRED yes
FIELD col_g52 TYPE integer REQUIRED yes
FIELD param_y61.field_h74 TYPE boolean REQUIRED yes
FIELD param_y61.key_s66 TYPE string_email REQUIRED yes
FIELD param_y61.... | {"attr_t78":994,"col_l04":314,"prop_e49":128,"col_g52":506} | missing_bracket | {
"type": "object",
"properties": {
"attr_t78": {
"type": "integer"
},
"col_l04": {
"type": "integer"
},
"prop_e49": {
"type": "integer"
},
"col_g52": {
"type": "integer"
},
"param_y61": {
"type": "object",
"properties": {
"field_h74": ... | {"attr_t78":994,"col_l04":314,"prop_e49":128,"col_g52":506} | Missing closing bracket | {"attr_t78":994,"col_l04":314,"prop_e49":128,"col_g52":506} |
TASK repair_structured_output
SPEC
FIELD param_n37 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD col_n53 TYPE null REQUIRED yes
FIELD val_w08.col_x34 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_w08.key_j42 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD val_w08.attr... | {"param_n37":"operational","col_n53":null,"val_r12":false,"param_i88":"QC-07","param_s12":"FWD","col_q39":"mode_b"} | extra_text_after | {
"type": "object",
"properties": {
"param_n37": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_n53": {
"type": "null"
},
"val_w08": {
"type": "object",
"properties": {
"col_x... | {"param_n37":"operational","col_n53":null,"val_r12":false,"param_i88":"QC-07","param_s12":"FWD","col_q39":"mode_b"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"param_n37":"operational","col_n53":null,"val_r12":false,"param_i88":"QC-07","param_s12":"FWD","col_q39":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD param_y73 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_s31 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_y32 TYPE string REQUIRED no
FIELD prop_d28 TYPE string_email REQUIRED no
FIELD key_b14 TYPE string REQUIRED yes
FIELD dim... | {"param_y73":"pro","attr_s31":"delivered","val_y32":"chrX","prop_d28":"admin@domain.org","key_b14":"cancelled","dim_y09":"qux","field_c41":{"val_n85":"heterozygous","val_z00":136,"col_n58":{"col_n51":420,"col_c71":"free","prop_o09":false,"col_d55":"2024-01-15","param_m86":"basic","prop_o60":484}}} | trailing_comma | {
"type": "object",
"properties": {
"param_y73": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"attr_s31": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | {"param_y73":"pro","attr_s31":"delivered","val_y32":"chrX","prop_d28":"admin@domain.org","key_b14":"cancelled","dim_y09":"qux","field_c41":{"val_n85":"heterozygous","val_z00":136,"col_n58":{"col_n51":420,"col_c71":"free","prop_o09":false,"col_d55":"2024-01-15","param_m86":"basic","prop_o60":484}},} | Unexpected trailing comma | {"param_y73":"pro","attr_s31":"delivered","val_y32":"chrX","prop_d28":"admin@domain.org","key_b14":"cancelled","dim_y09":"qux","field_c41":{"val_n85":"heterozygous","val_z00":136,"col_n58":{"col_n51":420,"col_c71":"free","prop_o09":false,"col_d55":"2024-01-15","param_m86":"basic","prop_o60":484}}} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string REQUIRED no
FIELD features TYPE string_date-time REQUIRED yes
FIELD amplitude[].options TYPE boolean REQUIRED yes
FIELD amplitude[].start_date TYPE boolean REQUIRED yes
FIELD amplitude[].current_draw TYPE boolean REQUIRED no
BROKEN_OUTPUT
{} | {"features":"2026-06-24T15:53:00Z"} | missing_required | {
"type": "object",
"properties": {
"salinity": {
"type": "string"
},
"features": {
"type": "string",
"format": "date-time"
},
"amplitude": {
"type": "array",
"items": {
"type": "object",
"properties": {
"options": {
"type": "bo... | {} | Required field 'features' is missing | {"features":"2026-06-24T15:53:00Z"} |
TASK repair_structured_output
SPEC
FIELD attr_h56 TYPE string REQUIRED yes
FIELD col_z07 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_j04 TYPE string REQUIRED yes
FIELD col_z47[] TYPE string REQUIRED yes
BROKEN_OUTPUT
The param_j04 is Johnson and {"attr_h56":"Oliveira","param_j04":"John... | {"attr_h56":"Oliveira","param_j04":"Johnson","col_z47":["New York","New York","chrX","completed"]} | partial_structure | {
"type": "object",
"properties": {
"attr_h56": {
"type": "string"
},
"col_z07": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_j04": {
"type": "string"
},
"col_z47": {
"type": "arr... | The param_j04 is Johnson and {"attr_h56":"Oliveira","param_j04":"Johnson","col_z47":["New York","New York","chrX","completed"]} | Output mixes natural language with JSON | {"attr_h56":"Oliveira","param_j04":"Johnson","col_z47":["New York","New York","chrX","completed"]} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string REQUIRED yes
FIELD zip_code TYPE string VALUES single|married|divorced REQUIRED yes
FIELD deploy_target TYPE integer REQUIRED no
FIELD quality_score.end_date TYPE string_email REQUIRED no
FIELD quality_score.brake_pressure TYPE boolean REQUIRED no
FIELD qua... | {"subtotal":"Hapag-Lloyd-Express","zip_code":"married","deploy_target":983,"quality_score":{"end_date":"test@test.io","brake_pressure":false,"port_code":{"loan_amount":"hemizygous","batch_code":"EUR","account_id":"admin@domain.org"},"active":677,"commit_hash":"approved","created_at":302.9,"conductivity":null,"berth_slo... | truncated_array | {
"type": "object",
"properties": {
"subtotal": {
"type": "string"
},
"zip_code": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"deploy_target": {
"type": "integer"
},
"quality_score": {
"type": "object",
... | {"subtotal":"Hapag-Lloyd-Express","zip_code":"married","deploy_target":983,"quality_score":{"end_date":"test@test.io","brake_pressure":false,"port_code":{"loan_amount":"hemizygous","batch_code":"EUR","account_id":"admin@domain.org"},"active":677,"commit_hash":"approved","created_at":302.9,"conductivity":null,"berth_slo... | Unexpected end of JSON input — truncated object | {"subtotal":"Hapag-Lloyd-Express","zip_code":"married","deploy_target":983,"quality_score":{"end_date":"test@test.io","brake_pressure":false,"port_code":{"loan_amount":"hemizygous","batch_code":"EUR","account_id":"admin@domain.org"},"active":677,"commit_hash":"approved","created_at":302.9,"conductivity":null,"berth_slo... |
TASK repair_structured_output
SPEC
FIELD attr_g91 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD dim_h64 TYPE integer REQUIRED no
FIELD param_m59 TYPE null REQUIRED yes
FIELD val_a79.field_f23.col_g60 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD val_a79.field_f23.key_o98 T... | {"attr_g91":"maintenance","param_m59":null,"val_a79":{"field_f23":{"col_g60":"xl","key_o98":"error","prop_f47":"critical","dim_p46":"returned","key_a16":12,"field_g43":758},"key_n18":322,"param_w46":"divorced","col_x76":"arctic","dim_q38":"test@example.com","param_o86":931}} | missing_bracket | {
"type": "object",
"properties": {
"attr_g91": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"dim_h64": {
"type": "integer"
},
"param_m59": {
"type": "null"
},
"val_a79": {
"type... | {"attr_g91":"maintenance","param_m59":null,"val_a79":{"field_f23":{"col_g60":"xl","key_o98":"error","prop_f47":"critical","dim_p46":"returned","key_a16":12,"field_g43":758},"key_n18":322,"param_w46":"divorced","col_x76":"arctic","dim_q38":"test@example.com","param_o86":931}} | Missing closing bracket | {"attr_g91":"maintenance","param_m59":null,"val_a79":{"field_f23":{"col_g60":"xl","key_o98":"error","prop_f47":"critical","dim_p46":"returned","key_a16":12,"field_g43":758},"key_n18":322,"param_w46":"divorced","col_x76":"arctic","dim_q38":"test@example.com","param_o86":931}} |
TASK repair_structured_output
SPEC
FIELD bed_number TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD shift_code TYPE string REQUIRED no
FIELD nickname TYPE integer REQUIRED no
FIELD longitude TYPE string REQUIRED yes
BROKEN_OUTPUT
{"bed_number":"push","shift_code":"A short description.","nickname":429,"long... | {"bed_number":"push","shift_code":"A short description.","nickname":429,"longitude":"pending"} | missing_bracket | {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"shift_code": {
"type": "string"
},
"nickname": {
"type": "integer"
},
"longitude": {
"type": "string"
... | {"bed_number":"push","shift_code":"A short description.","nickname":429,"longitude":"pending"} | Missing closing bracket | {"bed_number":"push","shift_code":"A short description.","nickname":429,"longitude":"pending"} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE number REQUIRED no
FIELD wavelength TYPE string_uri REQUIRED no
FIELD strand TYPE string REQUIRED no
FIELD section TYPE string_email REQUIRED yes
FIELD nickname[] TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
BROKEN_OUTPUT
{"vessel_name":795.48,"wave... | {"vessel_name":795.48,"wavelength":"https://www.io/api","section":"info@test.io","nickname":["level_1","level_1","level_1","level_3"]} | extra_text_after | {
"type": "object",
"properties": {
"vessel_name": {
"type": "number"
},
"wavelength": {
"type": "string",
"format": "uri"
},
"strand": {
"type": "string"
},
"section": {
"type": "string",
"format": "email"
},
"nickname": {
"type": "array... | {"vessel_name":795.48,"wavelength":"https://www.io/api","section":"info@test.io","nickname":["level_1","level_1","level_1","level_3"]}
Hope this helps! | Output contains non-JSON text after the object | {"vessel_name":795.48,"wavelength":"https://www.io/api","section":"info@test.io","nickname":["level_1","level_1","level_1","level_3"]} |
TASK repair_structured_output
SPEC
FIELD field_u33 TYPE integer REQUIRED yes
FIELD val_s56 TYPE string REQUIRED yes
FIELD key_b12 TYPE boolean REQUIRED yes
FIELD attr_o51 TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{"field_u33": 255, "val_s56": "A short description.", "key_b12": "no", "attr_o51... | {"field_u33":255,"val_s56":"A short description.","key_b12":false,"attr_o51":"phone"} | boolean_as_string | {
"type": "object",
"properties": {
"field_u33": {
"type": "integer"
},
"val_s56": {
"type": "string"
},
"key_b12": {
"type": "boolean"
},
"attr_o51": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
}... | {"field_u33": 255, "val_s56": "A short description.", "key_b12": "no", "attr_o51": "phone"} | Field 'key_b12' must be boolean, got string | {"field_u33":255,"val_s56":"A short description.","key_b12":false,"attr_o51":"phone"} |
TASK repair_structured_output
SPEC
FIELD param_t04 TYPE string REQUIRED yes
FIELD attr_d19 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD prop_e30 TYPE number REQUIRED yes
FIELD col_p41 TYPE string REQUIRED yes
FIELD field_r28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
... | {"param_t04":"baz","attr_d19":"hemizygous","prop_e30":394.51,"col_p41":"approved","field_r28":"BRL"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_t04": {
"type": "string"
},
"attr_d19": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_e30": {
"type": "number"
},
"col_p41": {
"type": "string"
... | align_reads(param_t04='baz', attr_d19='hemizygous', prop_e30=394.51, col_p41='approved', field_r28='BRL') | Tool call uses Python syntax instead of JSON | {"param_t04":"baz","attr_d19":"hemizygous","prop_e30":394.51,"col_p41":"approved","field_r28":"BRL"} |
TASK repair_structured_output
SPEC
FIELD param_p93 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_w13 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_f46 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_e28 TYPE integer REQUIRED no
FIELD col_r33 TYPE in... | {"param_w13":"oceanic","key_f46":"berthed","key_e28":282,"col_r33":394,"prop_h26":"admin@test.io"} | thought_process | {
"type": "object",
"properties": {
"param_p93": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"param_w13": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"k... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"param_w13":"oceanic","key_f46":"berthed","key_e28":282,"col_r33":394,"prop_h26":"admin@test.io"} | Output contains chain-of-thought reasoning before JSON | {"param_w13":"oceanic","key_f46":"berthed","key_e28":282,"col_r33":394,"prop_h26":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD attr_r33 TYPE boolean REQUIRED no
FIELD field_j61.field_q91 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD field_j61.dim_a31 TYPE string REQUIRED no
FIELD field_j61.prop_u69 TYPE string REQUIRED yes
FIELD field_j61.col_f15 TYPE string VALUES free|basic|pro|e... | {"attr_r33":false,"field_j61":{"prop_u69":"pending","col_f15":"basic","col_e81":false,"field_n31":"active","val_z99":false},"dim_u50":"coastal","field_w86":"demo","prop_t71":620.41,"col_n46":26,"field_q37":"closed"} | truncated_array | {
"type": "object",
"properties": {
"attr_r33": {
"type": "boolean"
},
"field_j61": {
"type": "object",
"properties": {
"field_q91": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {"attr_r33":false,"field_j61":{"prop_u69":"pending","col_f15":"basic","col_e81":false,"field_n31":"active","val_z99":false},"dim_u50":"coastal","field_w86":"demo","prop_t71":620.41,"col_n46":26,"field_q37":"closed" | Unexpected end of JSON input — truncated object | {"attr_r33":false,"field_j61":{"prop_u69":"pending","col_f15":"basic","col_e81":false,"field_n31":"active","val_z99":false},"dim_u50":"coastal","field_w86":"demo","prop_t71":620.41,"col_n46":26,"field_q37":"closed"} |
TASK repair_structured_output
SPEC
FIELD values TYPE integer REQUIRED yes
FIELD coverage TYPE string VALUES success|error|warning|info REQUIRED no
FIELD rating TYPE boolean REQUIRED no
FIELD half_life TYPE boolean REQUIRED no
FIELD weight[] TYPE string VALUES option_a|option_b|option_c REQUIRED yes
BROKEN_OUTPUT
{"va... | {"values":128,"coverage":"info","rating":false,"half_life":true,"weight":["option_c","option_a"]} | extra_field | {
"type": "object",
"properties": {
"values": {
"type": "integer"
},
"coverage": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"rating": {
"type": "boolean"
},
"half_life": {
"type": "boolean"
... | {"values": 128, "coverage": "info", "rating": false, "half_life": true, "weight": ["option_c", "option_a"], "extra_value_3213": "unexpected"} | Unknown field 'extra_value_3213' not defined in schema | {"values":128,"coverage":"info","rating":false,"half_life":true,"weight":["option_c","option_a"]} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE number REQUIRED yes
FIELD end_date TYPE string VALUES success|error|warning|info REQUIRED no
FIELD options TYPE string REQUIRED yes
FIELD created_at TYPE boolean REQUIRED yes
FIELD pressure_kpa[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
```json
{"procedure_co... | {"procedure_code":920.23,"end_date":"warning","options":"Diana","created_at":false,"pressure_kpa":[true,true]} | markdown_fences | {
"type": "object",
"properties": {
"procedure_code": {
"type": "number"
},
"end_date": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"options": {
"type": "string"
},
"created_at": {
"type": "b... | ```json
{"procedure_code":920.23,"end_date":"warning","options":"Diana","created_at":false,"pressure_kpa":[true,true]}
``` | Output contains markdown code fences | {"procedure_code":920.23,"end_date":"warning","options":"Diana","created_at":false,"pressure_kpa":[true,true]} |
TASK repair_structured_output
SPEC
FIELD val_v52 TYPE number REQUIRED no
FIELD field_z25 TYPE integer REQUIRED yes
FIELD prop_j21[].key_h85 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_j21[].key_p42 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_j21[].field_r68 TYPE s... | {"field_z25":763,"prop_j21":[{"field_r68":"Charlie","col_n39":"push","dim_d90":"synonymous","attr_b93":"pending","val_o24":true},{"key_p42":"in_progress","field_r68":"Maria","col_n39":"push","dim_d90":"synonymous","attr_b93":"world"},{"key_h85":"basic","field_r68":"https://api.example.com/v1","col_n39":"push","dim_d90"... | null_required | {
"type": "object",
"properties": {
"val_v52": {
"type": "number"
},
"field_z25": {
"type": "integer"
},
"prop_j21": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key_h85": {
"type": "string",
"enum": [
... | {"field_z25": 763, "prop_j21": null} | Required field 'prop_j21' is null | {"field_z25":763,"prop_j21":[{"field_r68":"Charlie","col_n39":"push","dim_d90":"synonymous","attr_b93":"pending","val_o24":true},{"key_p42":"in_progress","field_r68":"Maria","col_n39":"push","dim_d90":"synonymous","attr_b93":"world"},{"key_h85":"basic","field_r68":"https://api.example.com/v1","col_n39":"push","dim_d90"... |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE integer REQUIRED yes
FIELD state TYPE null REQUIRED yes
FIELD latitude TYPE integer REQUIRED yes
FIELD step TYPE string REQUIRED no
FIELD procedure_code TYPE boolean REQUIRED no
FIELD category TYPE null REQUIRED no
FIELD quantity TYPE string VALUES homozygous|he... | {"vital_sign":455,"state":null,"latitude":911,"step":"baz","procedure_code":true,"quantity":"hemizygous"} | extra_field | {
"type": "object",
"properties": {
"vital_sign": {
"type": "integer"
},
"state": {
"type": "null"
},
"latitude": {
"type": "integer"
},
"step": {
"type": "string"
},
"procedure_code": {
"type": "boolean"
},
"category": {
"type": "null"... | {"vital_sign": 455, "state": null, "latitude": 911, "step": "baz", "procedure_code": true, "quantity": "hemizygous", "extra_data_5195": true} | Unknown field 'extra_data_5195' not defined in schema | {"vital_sign":455,"state":null,"latitude":911,"step":"baz","procedure_code":true,"quantity":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD transaction_id.half_life TYPE null REQUIRED yes
FIELD transaction_id.log_level TYPE string REQUIRED yes
FIELD transaction_id.bed_number TYPE string VALUES draft|published|archived REQUIRED no
FIELD transaction_id.length TYPE string VALUES active|inactive|pending REQUIRED no
FIE... | {"transaction_id":{"half_life":null,"log_level":"This is a test value.","length":"pending","loan_amount":133,"maturity_date":false},"coverage":"Charlie","height":"GRCh38","url":"pending","altitude":"2024-01-15","label":"green"} | truncated_array | {
"type": "object",
"properties": {
"transaction_id": {
"type": "object",
"properties": {
"half_life": {
"type": "null"
},
"log_level": {
"type": "string"
},
"bed_number": {
"type": "string",
"enum": [
"draft... | {"transaction_id":{"half_life":null,"log_level":"This is a test value.","length":"pending","loan_amount":133,"maturity_date":false},"coverage":"Charlie","height":"GRCh38","url":"pending","altitude":"2024-01-15","label":"green" | Unexpected end of JSON input — truncated object | {"transaction_id":{"half_life":null,"log_level":"This is a test value.","length":"pending","loan_amount":133,"maturity_date":false},"coverage":"Charlie","height":"GRCh38","url":"pending","altitude":"2024-01-15","label":"green"} |
TASK repair_structured_output
SPEC
FIELD dim_q39 TYPE boolean REQUIRED yes
FIELD prop_n10 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_s06.field_x65 TYPE string_date-time REQUIRED no
FIELD val_s06.col_i57 TYPE integer REQUIRED yes
FIELD val_s06.prop_b36[].val_k33 TYPE string VALUES admin|editor|... | {"dim_q39":false,"prop_n10":"info","val_s06":{"field_x65":"2022-10-27T18:55:00Z","col_i57":363,"prop_b36":[{"val_k33":"admin","prop_i72":"user@domain.com"},{"val_k33":"admin","prop_i72":"Jane","key_j59":"returned"},{"val_k33":"admin","prop_i72":"demo"},{"val_k33":"editor","prop_i72":"hello","prop_t47":"sample","key_j59... | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_q39": {
"type": "boolean"
},
"prop_n10": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_s06": {
"type": "object",
"properties": {
"field_x65": {
... | Let me check the system.
Action: annotate_mutation
Arguments: {"dim_q39": false, "prop_n10": "info", "val_s06": {"field_x65": "2022-10-27T18:55:00Z", "col_i57": 363, "prop_b36": [{"val_k33": "admin", "prop_i72": "user@domain.com"}, {"val_k33": "admin", "prop_i72": "Jane", "key_j59": "returned"}, {"val_k33": "admin", "p... | Agent tool call missing required parameter 'prop_d01' | {"dim_q39":false,"prop_n10":"info","val_s06":{"field_x65":"2022-10-27T18:55:00Z","col_i57":363,"prop_b36":[{"val_k33":"admin","prop_i72":"user@domain.com"},{"val_k33":"admin","prop_i72":"Jane","key_j59":"returned"},{"val_k33":"admin","prop_i72":"demo"},{"val_k33":"editor","prop_i72":"hello","prop_t47":"sample","key_j59... |
TASK repair_structured_output
SPEC
FIELD col_t79 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD val_c14 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD field_e47.attr_q32 TYPE integer REQUIRED yes
FIELD field_e47.attr_s61 TYPE boolean REQUIRED no
FIELD field... | {"col_t79":"option_f","val_c14":"mode_d","field_e47":{"attr_q32":222,"attr_s61":true,"col_w34":"2024-01-15","key_s93":{"field_e61":"RTG-04","param_x52":"2025-09-02T15:08:00Z","param_l16":363,"key_w75":11,"val_d20":"2024-09-01T20:51:00Z"},"field_t05":{"field_p94":175,"col_n43":"JPY","param_i26":["GRCh38"],"prop_h41":["t... | invalid_enum | {
"type": "object",
"properties": {
"col_t79": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"val_c14": {
"type": "string",
"enum": [
"mode_a",
"mode_... | {"col_t79": "invalid_value_75", "val_c14": "mode_d", "field_e47": {"attr_q32": 222, "attr_s61": true, "col_w34": "2024-01-15", "key_s93": {"field_e61": "RTG-04", "param_x52": "2025-09-02T15:08:00Z", "param_l16": 363, "key_w75": 11, "val_d20": "2024-09-01T20:51:00Z"}, "field_t05": {"field_p94": 175, "col_n43": "JPY", "p... | Field 'col_t79' has invalid enum value 'invalid_value_75', expected one of ['option_a', 'option_b', 'option_c', 'option_d', 'option_e', 'option_f'] | {"col_t79":"option_f","val_c14":"mode_d","field_e47":{"attr_q32":222,"attr_s61":true,"col_w34":"2024-01-15","key_s93":{"field_e61":"RTG-04","param_x52":"2025-09-02T15:08:00Z","param_l16":363,"key_w75":11,"val_d20":"2024-09-01T20:51:00Z"},"field_t05":{"field_p94":175,"col_n43":"JPY","param_i26":["GRCh38"],"prop_h41":["t... |
TASK repair_structured_output
SPEC
FIELD enabled TYPE string_date-time REQUIRED no
FIELD price TYPE number REQUIRED yes
FIELD address TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{enabled:"2020-08-20T21:10:00Z",price:190.58,address:"user@test.io"} | {"enabled":"2020-08-20T21:10:00Z","price":190.58,"address":"user@test.io"} | unquoted_keys | {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"format": "date-time"
},
"price": {
"type": "number"
},
"address": {
"type": "string",
"format": "email"
}
},
"required": [
"address",
"price"
]
} | {enabled:"2020-08-20T21:10:00Z",price:190.58,address:"user@test.io"} | Expecting property name enclosed in double quotes | {"enabled":"2020-08-20T21:10:00Z","price":190.58,"address":"user@test.io"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE integer REQUIRED no
FIELD format TYPE string_uri REQUIRED yes
FIELD rating[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"lab_result": "\"190\"", "format": "https://data.com/api", "rating": [976]} | {"lab_result":190,"format":"https://data.com/api","rating":[976]} | wrong_type | {
"type": "object",
"properties": {
"lab_result": {
"type": "integer"
},
"format": {
"type": "string",
"format": "uri"
},
"rating": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"rating",
"format"
]
} | {"lab_result": "\"190\"", "format": "https://data.com/api", "rating": [976]} | Field 'lab_result' must be integer, got string | {"lab_result":190,"format":"https://data.com/api","rating":[976]} |
TASK repair_structured_output
SPEC
FIELD url TYPE string REQUIRED yes
FIELD span_id TYPE string REQUIRED no
FIELD department TYPE string REQUIRED no
FIELD status_code[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
```json
{"url":"active","span_id":"test@example.com","department":"Ali... | {"url":"active","span_id":"test@example.com","department":"Alice","status_code":["Smith","https://example.com","2024-01-15","foo"]} | markdown_explanation | {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"span_id": {
"type": "string"
},
"department": {
"type": "string"
},
"status_code": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"url",
"sta... | Let me provide the data in JSON format:
```json
{"url":"active","span_id":"test@example.com","department":"Alice","status_code":["Smith","https://example.com","2024-01-15","foo"]}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"url":"active","span_id":"test@example.com","department":"Alice","status_code":["Smith","https://example.com","2024-01-15","foo"]} |
TASK repair_structured_output
SPEC
FIELD key_r36 TYPE string REQUIRED yes
FIELD field_m88 TYPE integer REQUIRED yes
FIELD key_a90 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
BROKEN_OUTPUT
The output is as follows:
{"key_r36":"Alice","field_m88":854,"key_a90":"level_4"} | {"key_r36":"Alice","field_m88":854,"key_a90":"level_4"} | extra_text_before | {
"type": "object",
"properties": {
"key_r36": {
"type": "string"
},
"field_m88": {
"type": "integer"
},
"key_a90": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
}
},
"required":... | The output is as follows:
{"key_r36":"Alice","field_m88":854,"key_a90":"level_4"} | Output contains non-JSON text before the object | {"key_r36":"Alice","field_m88":854,"key_a90":"level_4"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD gene_id TYPE integer REQUIRED no
FIELD length TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD features TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Here's the structured output:
{"status_c... | {"status_code":"USD","gene_id":370,"length":"heterozygous","features":true} | extra_text_before | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"gene_id": {
"type": "integer"
},
"length": {
"type": "string",
"enum": [
"homozygous",
... | Here's the structured output:
{"status_code":"USD","gene_id":370,"length":"heterozygous","features":true} | Output contains non-JSON text before the object | {"status_code":"USD","gene_id":370,"length":"heterozygous","features":true} |
TASK repair_structured_output
SPEC
FIELD param_u03.prop_w69 TYPE string_email REQUIRED yes
FIELD param_u03.attr_d09 TYPE string REQUIRED no
FIELD param_u03.dim_u27 TYPE integer REQUIRED yes
FIELD param_u03.prop_t16 TYPE string_email REQUIRED no
FIELD param_u03.prop_p68.field_i13 TYPE string VALUES synonymous|missense|... | {"param_u03":{"prop_w69":"test@test.io","attr_d09":"hello","dim_u27":778,"prop_p68":{"field_i13":"frameshift","key_h05":669,"col_u26":"missense"}},"attr_i46":938,"prop_h95":"option_d","dim_z34":"https://example.com/api","col_w59":35,"key_x29":66} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_u03": {
"type": "object",
"properties": {
"prop_w69": {
"type": "string",
"format": "email"
},
"attr_d09": {
"type": "string"
},
"dim_u27": {
"type": "integer"
},
... | I'll query our database.
<tool_call name="create_order">
{"param_u03":{"prop_w69":"test@test.io","attr_d09":"hello","dim_u27":778,"prop_p68":{"field_i13":"frameshift","key_h05":669,"col_u26":"missense"}},"attr_i46":938,"prop_h95":"option_d","dim_z34":"https://example.com/api","col_w59":35,"key_x29":66}
</tool_call.
Ope... | Agent response mixes reasoning text with tool call | {"param_u03":{"prop_w69":"test@test.io","attr_d09":"hello","dim_u27":778,"prop_p68":{"field_i13":"frameshift","key_h05":669,"col_u26":"missense"}},"attr_i46":938,"prop_h95":"option_d","dim_z34":"https://example.com/api","col_w59":35,"key_x29":66} |
TASK repair_structured_output
SPEC
FIELD prop_b43 TYPE boolean REQUIRED no
FIELD param_v60 TYPE integer REQUIRED yes
FIELD param_f63 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD attr_d01 TYPE number REQUIRED yes
FIELD attr_m73 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD field_d28 TYPE... | {"prop_b43":false,"param_v60":572,"param_f63":"option_a","attr_d01":306.75,"attr_m73":"cat_a","field_d28":"FWD"} | null_required | {
"type": "object",
"properties": {
"prop_b43": {
"type": "boolean"
},
"param_v60": {
"type": "integer"
},
"param_f63": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"attr_d01": {
"typ... | {"prop_b43": false, "param_v60": 572, "param_f63": "option_a", "attr_d01": null, "attr_m73": "cat_a", "field_d28": "FWD"} | Required field 'attr_d01' is null | {"prop_b43":false,"param_v60":572,"param_f63":"option_a","attr_d01":306.75,"attr_m73":"cat_a","field_d28":"FWD"} |
TASK repair_structured_output
SPEC
FIELD field_j63 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_y18 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dim_j84 TYPE boolean REQUIRED yes
FIELD key_m77 TYPE integer REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
<tool_call ... | {"field_j63":"viewer","dim_y18":"draft","dim_j84":true,"key_m77":346} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_j63": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"dim_y18": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_j84": {
"t... | I need to look up the information first.
<tool_call name="get_account">
{"field_j63":"viewer","dim_y18":"draft","dim_j84":true,"key_m77":346}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"field_j63":"viewer","dim_y18":"draft","dim_j84":true,"key_m77":346} |
TASK repair_structured_output
SPEC
FIELD attr_o79 TYPE boolean REQUIRED no
FIELD val_f96 TYPE string REQUIRED no
FIELD key_r22 TYPE integer REQUIRED yes
FIELD prop_i08 TYPE boolean REQUIRED yes
FIELD key_e36 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> check_availability
{key_r22: 897, prop_i08: false, key_e... | {"key_r22":897,"prop_i08":false,"key_e36":"inactive"} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_o79": {
"type": "boolean"
},
"val_f96": {
"type": "string"
},
"key_r22": {
"type": "integer"
},
"prop_i08": {
"type": "boolean"
},
"key_e36": {
"type": "string"
}
},
"required": [
"key_e36",
"... | <functioncall> check_availability
{key_r22: 897, prop_i08: false, key_e36: "inactive"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_r22":897,"prop_i08":false,"key_e36":"inactive"} |
TASK repair_structured_output
SPEC
FIELD dim_s26 TYPE boolean REQUIRED no
FIELD field_l83.val_h08 TYPE integer REQUIRED no
FIELD field_l83.key_r19 TYPE string REQUIRED yes
FIELD field_l83.val_e46.val_q96 TYPE integer REQUIRED no
FIELD field_l83.val_e46.col_e21 TYPE string_email REQUIRED yes
FIELD field_l83.val_e46.par... | {"dim_s26":false,"field_l83":{"val_h08":971,"key_r19":"London","val_e46":{"val_q96":945,"col_e21":"user@domain.org","param_p63":"MV-Evergreen-01","col_o54":false},"prop_k13":321,"col_j36":false},"col_t71":{"key_t80":807.86,"param_u86":"in_transit","param_g86":433}} | extra_text_before | {
"type": "object",
"properties": {
"dim_s26": {
"type": "boolean"
},
"field_l83": {
"type": "object",
"properties": {
"val_h08": {
"type": "integer"
},
"key_r19": {
"type": "string"
},
"val_e46": {
"type": "object",... | Here is the response in the requested format:
{"dim_s26":false,"field_l83":{"val_h08":971,"key_r19":"London","val_e46":{"val_q96":945,"col_e21":"user@domain.org","param_p63":"MV-Evergreen-01","col_o54":false},"prop_k13":321,"col_j36":false},"col_t71":{"key_t80":807.86,"param_u86":"in_transit","param_g86":433}} | Output contains non-JSON text before the object | {"dim_s26":false,"field_l83":{"val_h08":971,"key_r19":"London","val_e46":{"val_q96":945,"col_e21":"user@domain.org","param_p63":"MV-Evergreen-01","col_o54":false},"prop_k13":321,"col_j36":false},"col_t71":{"key_t80":807.86,"param_u86":"in_transit","param_g86":433}} |
TASK repair_structured_output
SPEC
FIELD param_g53 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD field_x85 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD val_y87 TYPE string REQUIRED yes
FIELD val_f26 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD attr_a03 TYPE string REQU... | {"param_g53":"closed","field_x85":"cat_a","val_y87":"QC-07","attr_a03":"demo","col_g05":"https://example.io/v1","attr_o79":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_g53": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_x85": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"v... | transfer_call(param_g53='closed', field_x85='cat_a', val_y87='QC-07', attr_a03='demo', col_g05='https://example.io/v1', attr_o79=False) | Tool call uses Python syntax instead of JSON | {"param_g53":"closed","field_x85":"cat_a","val_y87":"QC-07","attr_a03":"demo","col_g05":"https://example.io/v1","attr_o79":false} |
TASK repair_structured_output
SPEC
FIELD col_r87 TYPE string_uri REQUIRED no
FIELD dim_w24 TYPE number REQUIRED yes
FIELD param_h81.col_t00 TYPE number REQUIRED no
FIELD param_h81.param_z75 TYPE string REQUIRED yes
FIELD param_h81.field_c90 TYPE string REQUIRED yes
FIELD param_h81.val_k45 TYPE string VALUES active|ina... | {"dim_w24":19.08,"param_h81":{"col_t00":868.02,"param_z75":"Alice","field_c90":"example","dim_f84":"This is a test value.","dim_e29":{"param_z81":"medium","dim_v52":"test@example.com","attr_k60":true},"col_e59":{"param_p30":null,"prop_l61":925,"attr_c29":587.48,"val_w04":912.61,"prop_q10":733,"attr_p04":"archived"}}} | missing_brace | {
"type": "object",
"properties": {
"col_r87": {
"type": "string",
"format": "uri"
},
"dim_w24": {
"type": "number"
},
"param_h81": {
"type": "object",
"properties": {
"col_t00": {
"type": "number"
},
"param_z75": {
"type"... | {"dim_w24":19.08,"param_h81":{"col_t00":868.02,"param_z75":"Alice","field_c90":"example","dim_f84":"This is a test value.","dim_e29":{"param_z81":"medium","dim_v52":"test@example.com","attr_k60":true,"col_e59":{"param_p30":null,"prop_l61":925,"attr_c29":587.48,"val_w04":912.61,"prop_q10":733,"attr_p04":"archived"}}} | Missing closing brace | {"dim_w24":19.08,"param_h81":{"col_t00":868.02,"param_z75":"Alice","field_c90":"example","dim_f84":"This is a test value.","dim_e29":{"param_z81":"medium","dim_v52":"test@example.com","attr_k60":true},"col_e59":{"param_p30":null,"prop_l61":925,"attr_c29":587.48,"val_w04":912.61,"prop_q10":733,"attr_p04":"archived"}}} |
TASK repair_structured_output
SPEC
FIELD address TYPE boolean REQUIRED no
FIELD brake_pressure TYPE integer REQUIRED no
FIELD language TYPE string_date-time REQUIRED yes
FIELD payment_status TYPE string REQUIRED no
BROKEN_OUTPUT
{"address": "\"yes\"", "brake_pressure": 689, "language": "2021-10-15T20:42:00Z"} | {"address":true,"brake_pressure":689,"language":"2021-10-15T20:42:00Z"} | wrong_type | {
"type": "object",
"properties": {
"address": {
"type": "boolean"
},
"brake_pressure": {
"type": "integer"
},
"language": {
"type": "string",
"format": "date-time"
},
"payment_status": {
"type": "string"
}
},
"required": [
"language"
]
} | {"address": "\"yes\"", "brake_pressure": 689, "language": "2021-10-15T20:42:00Z"} | Field 'address' must be boolean, got string | {"address":true,"brake_pressure":689,"language":"2021-10-15T20:42:00Z"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD transaction_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD voltage TYPE string VALUES pending_review|confirmed|rejected|escalated ... | {"transaction_id":"option_a","voltage":"rejected","phenotype":"Berlin","currency":"Diana","role":964.32} | tool_call_python_syntax | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"transaction_id": {
"type": "string",
"enum": [
"option_a",
... | lookup_customer(transaction_id='option_a', voltage='rejected', phenotype='Berlin', currency='Diana', role=964.32) | Tool call uses Python syntax instead of JSON | {"transaction_id":"option_a","voltage":"rejected","phenotype":"Berlin","currency":"Diana","role":964.32} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD reagent TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD amplitude TYPE number REQUIRED yes
BROKEN_OUTPUT
{"humidity_pct":"phone","reagent":"frameshift","amplitude":591.98 | {"humidity_pct":"phone","reagent":"frameshift","amplitude":591.98} | missing_brace | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"reagent": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"... | {"humidity_pct":"phone","reagent":"frameshift","amplitude":591.98 | Missing closing brace | {"humidity_pct":"phone","reagent":"frameshift","amplitude":591.98} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD width TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD username TYPE null REQUIRED yes
FIELD trace_id[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"total": "invalid_value_295", "width": "level_2", ... | {"total":"blue","width":"level_2","username":null,"trace_id":[262.86]} | invalid_enum | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"width": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
... | {"total": "invalid_value_295", "width": "level_2", "username": null, "trace_id": [262.86]} | Field 'total' has invalid enum value 'invalid_value_295', expected one of ['red', 'blue', 'green', 'black', 'white'] | {"total":"blue","width":"level_2","username":null,"trace_id":[262.86]} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD thumbnail TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD torque_output TYPE string REQUIRED no
FIELD freight_class TYPE string VALUES type_a|type_b|type_c|type... | {"freight_class":"type_d","medication":"chr1","diagnosis_code":"level_1"} | extra_text_after | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"thumbnail": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",... | {"freight_class":"type_d","medication":"chr1","diagnosis_code":"level_1"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"freight_class":"type_d","medication":"chr1","diagnosis_code":"level_1"} |
TASK repair_structured_output
SPEC
FIELD prop_h19 TYPE string REQUIRED yes
FIELD dim_b61 TYPE string_uri REQUIRED yes
FIELD val_c77 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: update_preferences
Result: {"prop_h19": "New York", "dim_b61": "https://data.org/v1"}
Proce... | {"prop_h19":"New York","dim_b61":"https://data.org/v1","val_c77":"admin@domain.org"} | agent_chain | {
"type": "object",
"properties": {
"prop_h19": {
"type": "string"
},
"dim_b61": {
"type": "string",
"format": "uri"
},
"val_c77": {
"type": "string",
"format": "email"
}
},
"required": [
"val_c77",
"prop_h19",
"dim_b61"
]
} | I need to look up the information first.
Action: update_preferences
Result: {"prop_h19": "New York", "dim_b61": "https://data.org/v1"}
Processing the request now.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"prop_h19":"New York","dim_b61":"https://data.org/v1","val_c77":"admin@domain.org"} |
TASK repair_structured_output
SPEC
FIELD prop_t89 TYPE integer REQUIRED no
FIELD field_y75 TYPE boolean REQUIRED yes
FIELD val_m05 TYPE null REQUIRED no
FIELD prop_f16 TYPE string REQUIRED no
FIELD param_p36 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"prop_t89":400,"field_y75":true,"val_m05":null,"prop_f16":"2024-01-15","... | {"prop_t89":400,"field_y75":true,"val_m05":null,"prop_f16":"2024-01-15","param_p36":null} | truncated_object | {
"type": "object",
"properties": {
"prop_t89": {
"type": "integer"
},
"field_y75": {
"type": "boolean"
},
"val_m05": {
"type": "null"
},
"prop_f16": {
"type": "string"
},
"param_p36": {
"type": "null"
}
},
"required": [
"field_y75",
... | {"prop_t89":400,"field_y75":true,"val_m05":null,"prop_f16":"2024-01-15","param_p36":null | Unexpected end of JSON input — truncated object | {"prop_t89":400,"field_y75":true,"val_m05":null,"prop_f16":"2024-01-15","param_p36":null} |
TASK repair_structured_output
SPEC
FIELD prop_m67 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_c64 TYPE integer REQUIRED no
FIELD key_y59.dim_t52 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_y59.val_e03.col_u62 TYPE string VALUES low|medium|high|critical REQU... | {"prop_m67":"warning","val_c64":684,"key_y59":{"dim_t52":"frameshift","field_t18":610,"dim_o69":null},"col_v73":{"prop_q40":598,"dim_n36":"2025-10-15T19:21:00Z"},"col_n41":"Luis"} | single_quotes | {
"type": "object",
"properties": {
"prop_m67": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_c64": {
"type": "integer"
},
"key_y59": {
"type": "object",
"properties": {
"dim_t52": {
... | {'prop_m67':'warning','val_c64':684,'key_y59':{'dim_t52':'frameshift','field_t18':610,'dim_o69':null},'col_v73':{'prop_q40':598,'dim_n36':'2025-10-15T19:21:00Z'},'col_n41':'Luis'} | Expecting property name enclosed in double quotes | {"prop_m67":"warning","val_c64":684,"key_y59":{"dim_t52":"frameshift","field_t18":610,"dim_o69":null},"col_v73":{"prop_q40":598,"dim_n36":"2025-10-15T19:21:00Z"},"col_n41":"Luis"} |
TASK repair_structured_output
SPEC
FIELD col_l21 TYPE string REQUIRED no
FIELD field_k69 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD dim_t74 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD col_o21.param_b61 TYPE string REQUIRED no
FIELD col_o21.key_n40 TYPE string VALUES active|inactive|p... | {"col_l21":"Johnson","field_k69":"cat_d","dim_t74":"cat_b","col_o21":{"param_b61":"A short description.","key_n40":"active","attr_l90":432,"val_x25":[{"attr_r79":"inactive","val_t28":"inactive","val_b68":null,"attr_r51":981},{"attr_r79":"sample","val_t28":"chrX","val_b68":null,"attr_r51":696,"key_j26":"success"}],"para... | truncated_object | {
"type": "object",
"properties": {
"col_l21": {
"type": "string"
},
"field_k69": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"dim_t74": {
"type": "string",
"enum": [
"cat_a",
... | {"col_l21":"Johnson","field_k69":"cat_d","dim_t74":"cat_b","col_o21":{"param_b61":"A short description.","key_n40":"active","attr_l90":432,"val_x25":[{"attr_r79":"inactive","val_t28":"inactive","val_b68":null,"attr_r51":981},{"attr_r79":"sample","val_t28":"chrX","val_b68":null,"attr_r51":696,"key_j26":"success"}],"para... | Unexpected end of JSON input — truncated object | {"col_l21":"Johnson","field_k69":"cat_d","dim_t74":"cat_b","col_o21":{"param_b61":"A short description.","key_n40":"active","attr_l90":432,"val_x25":[{"attr_r79":"inactive","val_t28":"inactive","val_b68":null,"attr_r51":981},{"attr_r79":"sample","val_t28":"chrX","val_b68":null,"attr_r51":696,"key_j26":"success"}],"para... |
TASK repair_structured_output
SPEC
FIELD shift_code.lane TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD shift_code.turbidity TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD shift_code.consignee TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD amplitude TYPE inte... | {"shift_code":{"lane":"mode_a","turbidity":"level_5","consignee":"pro"},"amplitude":89,"category":"level_1"} | missing_brace | {
"type": "object",
"properties": {
"shift_code": {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"turbidity": {
"type": "string",
"enum": [
... | {"shift_code":"lane":"mode_a","turbidity":"level_5","consignee":"pro"},"amplitude":89,"category":"level_1"} | Missing closing brace | {"shift_code":{"lane":"mode_a","turbidity":"level_5","consignee":"pro"},"amplitude":89,"category":"level_1"} |
TASK repair_structured_output
SPEC
FIELD attr_q44 TYPE integer REQUIRED yes
FIELD param_c48 TYPE boolean REQUIRED no
FIELD prop_t76 TYPE string_email REQUIRED no
FIELD key_b79 TYPE null REQUIRED yes
FIELD prop_c01 TYPE boolean REQUIRED yes
FIELD attr_p68 TYPE string REQUIRED yes
FIELD val_t52 TYPE string_uri REQUIRED ... | {"attr_q44":792,"param_c48":true,"key_b79":null,"prop_c01":false,"attr_p68":"Johnson","val_t52":"https://example.com/data"} | single_quotes | {
"type": "object",
"properties": {
"attr_q44": {
"type": "integer"
},
"param_c48": {
"type": "boolean"
},
"prop_t76": {
"type": "string",
"format": "email"
},
"key_b79": {
"type": "null"
},
"prop_c01": {
"type": "boolean"
},
"attr_p68"... | {'attr_q44':792,'param_c48':true,'key_b79':null,'prop_c01':false,'attr_p68':'Johnson','val_t52':'https://example.com/data'} | Expecting property name enclosed in double quotes | {"attr_q44":792,"param_c48":true,"key_b79":null,"prop_c01":false,"attr_p68":"Johnson","val_t52":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD param_u96 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD attr_u06 TYPE number REQUIRED no
FIELD col_d49 TYPE number REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: transfer_call
Arguments: {"attr_u06": 974.65, "col_d49": 687.56} | {"param_u96":"green","attr_u06":974.65,"col_d49":687.56} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_u96": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"attr_u06": {
"type": "number"
},
"col_d49": {
"type": "number"
}
},
"required": [
"param... | I need to look up the information first.
Action: transfer_call
Arguments: {"attr_u06": 974.65, "col_d49": 687.56} | Agent tool call missing required parameter 'param_u96' | {"param_u96":"green","attr_u06":974.65,"col_d49":687.56} |
TASK repair_structured_output
SPEC
FIELD field_r13 TYPE string REQUIRED no
FIELD attr_n37 TYPE boolean REQUIRED no
FIELD dim_c80 TYPE string_uri REQUIRED no
FIELD val_e47 TYPE number REQUIRED no
FIELD param_l51 TYPE string REQUIRED yes
FIELD prop_d39 TYPE string_uri REQUIRED yes
FIELD col_j63 TYPE integer REQUIRED yes... | {"field_r13":"Bob","attr_n37":true,"dim_c80":"https://www.io/data","val_e47":198.37,"param_l51":"London","prop_d39":"https://data.io/api","col_j63":933,"col_w18":892.75} | null_required | {
"type": "object",
"properties": {
"field_r13": {
"type": "string"
},
"attr_n37": {
"type": "boolean"
},
"dim_c80": {
"type": "string",
"format": "uri"
},
"val_e47": {
"type": "number"
},
"param_l51": {
"type": "string"
},
"prop_d39": ... | {"field_r13": "Bob", "attr_n37": true, "dim_c80": "https://www.io/data", "val_e47": 198.37, "param_l51": "London", "prop_d39": "https://data.io/api", "col_j63": null, "col_w18": 892.75} | Required field 'col_j63' is null | {"field_r13":"Bob","attr_n37":true,"dim_c80":"https://www.io/data","val_e47":198.37,"param_l51":"London","prop_d39":"https://data.io/api","col_j63":933,"col_w18":892.75} |
TASK repair_structured_output
SPEC
FIELD field_n98 TYPE number REQUIRED no
FIELD col_a50 TYPE string_date-time REQUIRED yes
FIELD field_y81 TYPE string REQUIRED no
FIELD param_v56 TYPE string REQUIRED no
FIELD field_s32.attr_h86 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD field_s32.prop_i67... | {"col_a50":"2026-11-05T11:48:00Z","field_y81":"inactive","param_v56":"Paris","field_s32":{"attr_h86":"type_b","prop_i67":897.25,"val_t12":296,"prop_v16":true,"prop_x66":"inactive"}} | single_quotes | {
"type": "object",
"properties": {
"field_n98": {
"type": "number"
},
"col_a50": {
"type": "string",
"format": "date-time"
},
"field_y81": {
"type": "string"
},
"param_v56": {
"type": "string"
},
"field_s32": {
"type": "object",
"propert... | {'col_a50':'2026-11-05T11:48:00Z','field_y81':'inactive','param_v56':'Paris','field_s32':{'attr_h86':'type_b','prop_i67':897.25,'val_t12':296,'prop_v16':true,'prop_x66':'inactive'}} | Expecting property name enclosed in double quotes | {"col_a50":"2026-11-05T11:48:00Z","field_y81":"inactive","param_v56":"Paris","field_s32":{"attr_h86":"type_b","prop_i67":897.25,"val_t12":296,"prop_v16":true,"prop_x66":"inactive"}} |
TASK repair_structured_output
SPEC
FIELD features TYPE string REQUIRED no
FIELD published TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD first_name TYPE number REQUIRED yes
FIELD repository TYPE integer REQUIRED no
FIELD procedure_code TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> apply_... | {"features":"Oliveira","published":"level_4","first_name":831.47,"procedure_code":"PASS"} | tool_call_bad_format | {
"type": "object",
"properties": {
"features": {
"type": "string"
},
"published": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"first_name": {
"type": "number"
},
"repository": {
"type":... | <functioncall> apply_discount
{features: "Oliveira", published: "level_4", first_name: 831.47, procedure_code: "PASS"} | Tool call has malformed arguments — unquoted keys in function parameters | {"features":"Oliveira","published":"level_4","first_name":831.47,"procedure_code":"PASS"} |
TASK repair_structured_output
SPEC
FIELD param_z54.col_z31 TYPE boolean REQUIRED yes
FIELD param_z54.col_x92 TYPE string REQUIRED yes
FIELD param_z54.key_q73 TYPE number REQUIRED no
FIELD col_e52.field_m87 TYPE boolean REQUIRED yes
FIELD col_e52.col_l70 TYPE number REQUIRED yes
FIELD col_e52.col_f78 TYPE string VALUES... | {"param_z54":{"col_z31":true,"col_x92":"Maria","key_q73":328.73},"col_e52":{"field_m87":true,"col_l70":819.55,"col_f78":"new","field_x05":{"key_w61":"2026-02-09T13:29:00Z","prop_m79":"example","param_j19":["Johnson","A short description.","qux"]}},"param_t58":{"col_p81":null,"val_d20":{"attr_k28":151.79,"key_w88":"Smit... | missing_brace | {
"type": "object",
"properties": {
"param_z54": {
"type": "object",
"properties": {
"col_z31": {
"type": "boolean"
},
"col_x92": {
"type": "string"
},
"key_q73": {
"type": "number"
}
},
"required": [
"... | {"param_z54":{"col_z31":true,"col_x92":"Maria","key_q73":328.73},"col_e52":"field_m87":true,"col_l70":819.55,"col_f78":"new","field_x05":{"key_w61":"2026-02-09T13:29:00Z","prop_m79":"example","param_j19":["Johnson","A short description.","qux"]}},"param_t58":{"col_p81":null,"val_d20":{"attr_k28":151.79,"key_w88":"Smith... | Missing closing brace | {"param_z54":{"col_z31":true,"col_x92":"Maria","key_q73":328.73},"col_e52":{"field_m87":true,"col_l70":819.55,"col_f78":"new","field_x05":{"key_w61":"2026-02-09T13:29:00Z","prop_m79":"example","param_j19":["Johnson","A short description.","qux"]}},"param_t58":{"col_p81":null,"val_d20":{"attr_k28":151.79,"key_w88":"Smit... |
TASK repair_structured_output
SPEC
FIELD patient_id.span_id TYPE null REQUIRED no
FIELD patient_id.run_id TYPE string REQUIRED yes
FIELD patient_id.fleet_number TYPE string REQUIRED no
FIELD patient_id.priority TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD patient_id.bed_number TYPE integer REQUIRED n... | {"patient_id":{"run_id":"bar","fleet_number":"cancelled","priority":"high","end_date":"Berlin","balance":"2024-12-12T00:10:00Z","due_date":"delivered"},"bed_number":558.53,"features":46,"shift_code":"qux"} | missing_bracket | {
"type": "object",
"properties": {
"patient_id": {
"type": "object",
"properties": {
"span_id": {
"type": "null"
},
"run_id": {
"type": "string"
},
"fleet_number": {
"type": "string"
},
"priority": {
"ty... | {"patient_id":{"run_id":"bar","fleet_number":"cancelled","priority":"high","end_date":"Berlin","balance":"2024-12-12T00:10:00Z","due_date":"delivered"},"bed_number":558.53,"features":46,"shift_code":"qux"} | Missing closing bracket | {"patient_id":{"run_id":"bar","fleet_number":"cancelled","priority":"high","end_date":"Berlin","balance":"2024-12-12T00:10:00Z","due_date":"delivered"},"bed_number":558.53,"features":46,"shift_code":"qux"} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE integer REQUIRED yes
FIELD id TYPE string_uri REQUIRED yes
FIELD values.image_url TYPE integer REQUIRED yes
FIELD values.currency TYPE number REQUIRED yes
FIELD values.phone TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
Let me check ... | {"maturity_date":229,"id":"https://data.io/data","values":{"image_url":523,"currency":721.98,"phone":"low"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"maturity_date": {
"type": "integer"
},
"id": {
"type": "string",
"format": "uri"
},
"values": {
"type": "object",
"properties": {
"image_url": {
"type": "integer"
},
"currency": {
"type... | Let me check the system.
Action: validate_sample
Arguments: {"maturity_date": 229, "id": "https://data.io/data"} | Agent tool call missing required parameter 'values' | {"maturity_date":229,"id":"https://data.io/data","values":{"image_url":523,"currency":721.98,"phone":"low"}} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD filter_flag TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD role.enabled TYPE number REQUIRED yes
FIELD role.barcode TYPE string REQUIRED no
FIELD role.color[] TYPE number REQUIRED ye... | {"deploy_target":"resolved","filter_flag":"email","medication":388,"conductivity":{"filter_flag":"in_progress","credit_score":394,"commit_hash":"viewer","bearing":{"full_name":"sms","terminal_id":"pending","discount":"editor"},"decay_rate":"archived","brake_pressure":341.3,"subject":"Alice","status_code":{"allele":"act... | number_with_unit | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"filter_flag": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | {"deploy_target": "resolved", "filter_flag": "email", "medication": 388, "conductivity": {"filter_flag": "in_progress", "credit_score": 394, "commit_hash": "viewer", "bearing": {"full_name": "sms", "terminal_id": "pending", "discount": "editor"}, "decay_rate": "archived", "brake_pressure": 341.3, "subject": "Alice", "s... | Field 'brake_pressure' must be number, got string with unit | {"deploy_target":"resolved","filter_flag":"email","medication":388,"conductivity":{"filter_flag":"in_progress","credit_score":394,"commit_hash":"viewer","bearing":{"full_name":"sms","terminal_id":"pending","discount":"editor"},"decay_rate":"archived","brake_pressure":341.3,"subject":"Alice","status_code":{"allele":"act... |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE integer REQUIRED yes
FIELD vital_sign TYPE string_date-time REQUIRED no
FIELD collateral.velocity.isotope TYPE string REQUIRED yes
FIELD collateral.velocity.voltage TYPE integer REQUIRED no
FIELD collateral.velocity.amplitude TYPE string VALUES operational|de... | {"interest_rate":239,"collateral":{"velocity":{"isotope":"Sao Paulo","voltage":154,"amplitude":"operational","maturity_date":"enterprise","title":"2026-11-24T04:36:00Z"},"credit_score":"hemizygous","values":895}} | missing_brace | {
"type": "object",
"properties": {
"interest_rate": {
"type": "integer"
},
"vital_sign": {
"type": "string",
"format": "date-time"
},
"collateral": {
"type": "object",
"properties": {
"velocity": {
"type": "object",
"properties": {
... | {"interest_rate":239,"collateral":{"velocity":{"isotope":"Sao Paulo","voltage":154,"amplitude":"operational","maturity_date":"enterprise","title":"2026-11-24T04:36:00Z","credit_score":"hemizygous","values":895}} | Missing closing brace | {"interest_rate":239,"collateral":{"velocity":{"isotope":"Sao Paulo","voltage":154,"amplitude":"operational","maturity_date":"enterprise","title":"2026-11-24T04:36:00Z"},"credit_score":"hemizygous","values":895}} |
TASK repair_structured_output
SPEC
FIELD discount.width.status_code TYPE string REQUIRED no
FIELD discount.width.pressure_kpa TYPE boolean REQUIRED yes
FIELD discount.width.temp_celsius TYPE string_email REQUIRED no
FIELD discount.width.conductivity TYPE number REQUIRED no
FIELD discount.balance TYPE string VALUES pen... | {"discount":{"width":{"status_code":"New York","pressure_kpa":true,"temp_celsius":"info@test.io","conductivity":579.66},"balance":"pending_review","current_draw":{"barcode":"London","email":905.38,"consignee":"Smith","run_id":994,"temp_celsius":"escalated","title":808},"amplitude":false},"humidity_pct":845,"reagent":"d... | trailing_comma | {
"type": "object",
"properties": {
"discount": {
"type": "object",
"properties": {
"width": {
"type": "object",
"properties": {
"status_code": {
"type": "string"
},
"pressure_kpa": {
"type": "boolean"
... | {"discount":{"width":{"status_code":"New York","pressure_kpa":true,"temp_celsius":"info@test.io","conductivity":579.66},"balance":"pending_review","current_draw":{"barcode":"London","email":905.38,"consignee":"Smith","run_id":994,"temp_celsius":"escalated","title":808},"amplitude":false},"humidity_pct":845,"reagent":"d... | Unexpected trailing comma | {"discount":{"width":{"status_code":"New York","pressure_kpa":true,"temp_celsius":"info@test.io","conductivity":579.66},"balance":"pending_review","current_draw":{"barcode":"London","email":905.38,"consignee":"Smith","run_id":994,"temp_celsius":"escalated","title":808},"amplitude":false},"humidity_pct":845,"reagent":"d... |
TASK repair_structured_output
SPEC
FIELD attr_u79 TYPE integer REQUIRED yes
FIELD field_n77 TYPE string_email REQUIRED no
FIELD val_g53 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD param_n60.key_m99 TYPE number REQUIRED yes
FIELD param_n60.key_r53 TYPE string_date-time REQUIRED no
FIELD... | {"attr_u79":591,"field_n77":"test@domain.org","val_g53":"missense","param_n60":{"key_m99":500.0,"prop_p31":"option_a"}} | truncated_array | {
"type": "object",
"properties": {
"attr_u79": {
"type": "integer"
},
"field_n77": {
"type": "string",
"format": "email"
},
"val_g53": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
... | {"attr_u79":591,"field_n77":"test@domain.org","val_g53":"missense","param_n60":{"key_m99":500.0,"prop_p31":"option_a"} | Unexpected end of JSON input — truncated object | {"attr_u79":591,"field_n77":"test@domain.org","val_g53":"missense","param_n60":{"key_m99":500.0,"prop_p31":"option_a"}} |
TASK repair_structured_output
SPEC
FIELD width TYPE boolean REQUIRED no
FIELD lab_result TYPE integer REQUIRED yes
FIELD website TYPE integer REQUIRED yes
FIELD yield_pct TYPE integer REQUIRED no
FIELD commit_hash TYPE string REQUIRED yes
FIELD order_id TYPE integer REQUIRED no
FIELD type.brake_pressure TYPE string RE... | {"width":false,"lab_result":369,"website":174,"yield_pct":440,"commit_hash":"Alice","order_id":185,"type":{"brake_pressure":"Hapag-Lloyd-Express","run_id":384,"category":"2022-02-15T16:07:00Z","cargo_type":null,"rating":406}} | missing_bracket | {
"type": "object",
"properties": {
"width": {
"type": "boolean"
},
"lab_result": {
"type": "integer"
},
"website": {
"type": "integer"
},
"yield_pct": {
"type": "integer"
},
"commit_hash": {
"type": "string"
},
"order_id": {
"type": "i... | {"width":false,"lab_result":369,"website":174,"yield_pct":440,"commit_hash":"Alice","order_id":185,"type":{"brake_pressure":"Hapag-Lloyd-Express","run_id":384,"category":"2022-02-15T16:07:00Z","cargo_type":null,"rating":406}} | Missing closing bracket | {"width":false,"lab_result":369,"website":174,"yield_pct":440,"commit_hash":"Alice","order_id":185,"type":{"brake_pressure":"Hapag-Lloyd-Express","run_id":384,"category":"2022-02-15T16:07:00Z","cargo_type":null,"rating":406}} |
TASK repair_structured_output
SPEC
FIELD field_w27 TYPE string VALUES single|married|divorced REQUIRED no
FIELD key_k00 TYPE string REQUIRED no
FIELD attr_x08 TYPE integer REQUIRED no
FIELD dim_e26 TYPE string REQUIRED no
FIELD field_l95[] TYPE null REQUIRED yes
FIELD col_h92[].col_f99 TYPE string_uri REQUIRED yes
FIE... | {"field_w27":"single","dim_e26":"Maria","field_l95":[null],"col_h92":[{"col_f99":"https://example.org/data","field_x21":null,"val_m40":"Smith"},{"col_f99":"https://data.com/data","field_x21":null,"val_m40":"world"}]} | missing_bracket | {
"type": "object",
"properties": {
"field_w27": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_k00": {
"type": "string"
},
"attr_x08": {
"type": "integer"
},
"dim_e26": {
"type": "string"
},
"fi... | {"field_w27":"single","dim_e26":"Maria","field_l95":[null],"col_h92":[{"col_f99":"https://example.org/data","field_x21":null,"val_m40":"Smith"},{"col_f99":"https://data.com/data","field_x21":null,"val_m40":"world"}} | Missing closing bracket | {"field_w27":"single","dim_e26":"Maria","field_l95":[null],"col_h92":[{"col_f99":"https://example.org/data","field_x21":null,"val_m40":"Smith"},{"col_f99":"https://data.com/data","field_x21":null,"val_m40":"world"}]} |
TASK repair_structured_output
SPEC
FIELD key_t13 TYPE string REQUIRED yes
FIELD key_k46 TYPE boolean REQUIRED yes
FIELD param_b42 TYPE integer REQUIRED yes
FIELD dim_h91 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD dim_z96.key_g03 TYPE integer REQUIRED yes
FIELD dim_z96.dim_w68 TYPE integer RE... | {"key_t13":"completed","key_k46":true,"param_b42":412,"dim_h91":"level_3"} | thought_process | {
"type": "object",
"properties": {
"key_t13": {
"type": "string"
},
"key_k46": {
"type": "boolean"
},
"param_b42": {
"type": "integer"
},
"dim_h91": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"key_t13":"completed","key_k46":true,"param_b42":412,"dim_h91":"level_3"} | Output contains chain-of-thought reasoning before JSON | {"key_t13":"completed","key_k46":true,"param_b42":412,"dim_h91":"level_3"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD age TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD image_url TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD tax TYPE string REQUIRED no
BROKEN_OUTP... | {"shipping":"rejected","age":"open","image_url":"level_3","tax":"sample"} | markdown_fences | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"age": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
... | ```json
{"shipping":"rejected","age":"open","image_url":"level_3","tax":"sample"}
``` | Output contains markdown code fences | {"shipping":"rejected","age":"open","image_url":"level_3","tax":"sample"} |
TASK repair_structured_output
SPEC
FIELD col_v44 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_r81 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_a72 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD prop_u99 TYPE string VALUES coastal|oceanic|inland|arc... | {"col_v44":"viewer","col_r81":"confirmed","dim_a72":"active","prop_u99":"oceanic","key_d28":"pending_review","attr_o26":"viewer"} | partial_structure | {
"type": "object",
"properties": {
"col_v44": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_r81": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
... | The col_r81 is confirmed and {"col_v44":"viewer","col_r81":"confirmed","dim_a72":"active","prop_u99":"oceanic","key_d28":"pending_review","attr_o26":"viewer"} | Output mixes natural language with JSON | {"col_v44":"viewer","col_r81":"confirmed","dim_a72":"active","prop_u99":"oceanic","key_d28":"pending_review","attr_o26":"viewer"} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE string_date-time REQUIRED no
FIELD bearing TYPE boolean REQUIRED yes
FIELD tags TYPE string REQUIRED no
FIELD balance TYPE string REQUIRED yes
FIELD latitude[].fleet_number TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD latitude[].tags TYPE stri... | {"created_at":"2020-07-11T00:03:00Z","bearing":false,"balance":"QC-07","latitude":[{"fleet_number":"red","tags":"London","turbidity":"admin@domain.org","account_id":793.48,"price":false},{"fleet_number":"white","tags":"London","url":"success","turbidity":"ops@test.io","account_id":98.92},{"fleet_number":"white","tags":... | date_format_error | {
"type": "object",
"properties": {
"created_at": {
"type": "string",
"format": "date-time"
},
"bearing": {
"type": "boolean"
},
"tags": {
"type": "string"
},
"balance": {
"type": "string"
},
"latitude": {
"type": "array",
"items": {
... | {"created_at": "2020-07-11 00:03:00Z", "bearing": false, "balance": "QC-07", "latitude": [{"fleet_number": "red", "tags": "London", "turbidity": "admin@domain.org", "account_id": 793.48, "price": false}, {"fleet_number": "white", "tags": "London", "url": "success", "turbidity": "ops@test.io", "account_id": 98.92}, {"fl... | Field 'created_at' has invalid date format | {"created_at":"2020-07-11T00:03:00Z","bearing":false,"balance":"QC-07","latitude":[{"fleet_number":"red","tags":"London","turbidity":"admin@domain.org","account_id":793.48,"price":false},{"fleet_number":"white","tags":"London","url":"success","turbidity":"ops@test.io","account_id":98.92},{"fleet_number":"white","tags":... |
TASK repair_structured_output
SPEC
FIELD col_b38 TYPE string_uri REQUIRED no
FIELD prop_n24 TYPE integer REQUIRED no
FIELD param_v05 TYPE string REQUIRED no
FIELD field_c38 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_c36 TYPE boolean REQUIRED no
FIELD dim_m38.val_e17 TYPE stri... | {"col_b38":"https://data.com/v1","prop_n24":572,"field_c38":"pending_review","dim_m38":{"val_e17":"admin@domain.org","attr_n65":"2020-07-08T10:16:00Z","val_a84":"xl","val_v32":"Luis"}} | truncated_array | {
"type": "object",
"properties": {
"col_b38": {
"type": "string",
"format": "uri"
},
"prop_n24": {
"type": "integer"
},
"param_v05": {
"type": "string"
},
"field_c38": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
... | {"col_b38":"https://data.com/v1","prop_n24":572,"field_c38":"pending_review","dim_m38":{"val_e17":"admin@domain.org","attr_n65":"2020-07-08T10:16:00Z","val_a84":"xl","val_v32":"Luis"} | Unexpected end of JSON input — truncated object | {"col_b38":"https://data.com/v1","prop_n24":572,"field_c38":"pending_review","dim_m38":{"val_e17":"admin@domain.org","attr_n65":"2020-07-08T10:16:00Z","val_a84":"xl","val_v32":"Luis"}} |
TASK repair_structured_output
SPEC
FIELD city TYPE null REQUIRED no
FIELD values TYPE string REQUIRED no
FIELD date TYPE string REQUIRED no
FIELD longitude TYPE integer REQUIRED no
FIELD duration_ms TYPE string_date-time REQUIRED yes
FIELD loan_amount TYPE integer REQUIRED no
FIELD yield_pct TYPE integer REQUIRED no
... | {"city":null,"date":"John","duration_ms":"2023-01-10T13:56:00Z","loan_amount":27,"yield_pct":211} | markdown_explanation | {
"type": "object",
"properties": {
"city": {
"type": "null"
},
"values": {
"type": "string"
},
"date": {
"type": "string"
},
"longitude": {
"type": "integer"
},
"duration_ms": {
"type": "string",
"format": "date-time"
},
"loan_amount":... | Let me provide the data in JSON format:
```json
{"city":null,"date":"John","duration_ms":"2023-01-10T13:56:00Z","loan_amount":27,"yield_pct":211}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"city":null,"date":"John","duration_ms":"2023-01-10T13:56:00Z","loan_amount":27,"yield_pct":211} |
TASK repair_structured_output
SPEC
FIELD param_s66 TYPE string_email REQUIRED no
FIELD field_l49 TYPE boolean REQUIRED yes
FIELD attr_b46 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_k44 TYPE string REQUIRED yes
FIELD val_e35 TYPE integer REQUIRED no
FIELD dim_x87.attr_l84 TYPE boolean REQUIRED ... | {"param_s66":"admin@domain.org","field_l49":true,"attr_b46":"draft","param_k44":"2023-12-25","val_e35":446,"dim_x87":{"attr_l84":false,"dim_x32":"Luis","col_d94":null,"val_x08":"type_a","param_r93":"approved","key_d58":785.52}} | extra_field | {
"type": "object",
"properties": {
"param_s66": {
"type": "string",
"format": "email"
},
"field_l49": {
"type": "boolean"
},
"attr_b46": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_k44": {
"... | {"param_s66": "admin@domain.org", "field_l49": true, "attr_b46": "draft", "param_k44": "2023-12-25", "val_e35": 446, "dim_x87": {"attr_l84": false, "dim_x32": "Luis", "col_d94": null, "val_x08": "type_a", "param_r93": "approved", "key_d58": 785.52}, "extra_field_6525": "unexpected"} | Unknown field 'extra_field_6525' not defined in schema | {"param_s66":"admin@domain.org","field_l49":true,"attr_b46":"draft","param_k44":"2023-12-25","val_e35":446,"dim_x87":{"attr_l84":false,"dim_x32":"Luis","col_d94":null,"val_x08":"type_a","param_r93":"approved","key_d58":785.52}} |
TASK repair_structured_output
SPEC
FIELD prop_o11 TYPE integer REQUIRED no
FIELD param_m84 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD val_f14 TYPE number REQUIRED yes
BROKEN_OUTPUT
{prop_o11:55,param_m84:"mode_f",val_f14:63.2} | {"prop_o11":55,"param_m84":"mode_f","val_f14":63.2} | unquoted_keys | {
"type": "object",
"properties": {
"prop_o11": {
"type": "integer"
},
"param_m84": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"val_f14": {
"type": "number"
}
},... | {prop_o11:55,param_m84:"mode_f",val_f14:63.2} | Expecting property name enclosed in double quotes | {"prop_o11":55,"param_m84":"mode_f","val_f14":63.2} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE number REQUIRED yes
FIELD start_date.allele TYPE string REQUIRED yes
FIELD start_date.image_url TYPE string VALUES draft|published|archived REQUIRED yes
FIELD start_date.conductivity TYPE integer REQUIRED yes
FIELD start_date.size TYPE integer REQUIRED yes
FIEL... | {"shipper_ref":665.82,"start_date":{"allele":"inactive","image_url":"draft","conductivity":588,"size":250,"age":"enterprise","run_id":{"torque_output":"offline","status":"reliable","role":"active"},"enabled":340},"amplitude":945,"reagent":"cancelled"} | wrong_type | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "number"
},
"start_date": {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"image_url": {
"type": "string",
"enum": [
"draft",
"... | {"shipper_ref": "\"665.82\"", "start_date": {"allele": "inactive", "image_url": "draft", "conductivity": 588, "size": 250, "age": "enterprise", "run_id": {"torque_output": "offline", "status": "reliable", "role": "active"}, "enabled": 340}, "amplitude": 945, "reagent": "cancelled"} | Field 'shipper_ref' must be number, got string | {"shipper_ref":665.82,"start_date":{"allele":"inactive","image_url":"draft","conductivity":588,"size":250,"age":"enterprise","run_id":{"torque_output":"offline","status":"reliable","role":"active"},"enabled":340},"amplitude":945,"reagent":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD deploy_target TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD age TYPE string REQUIRED no
FIELD website TYPE string REQUIRED no
FIELD organism TYPE boolean REQUIRE... | {"deploy_target":"missense","organism":false,"end_date":"mode_a","strand":"2026-11-19T05:06:00Z"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"deploy_target": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",... | Tool: validate_address
Params: {"deploy_target": "missense", "organism": false, "strand": "2026-11-19T05:06:00Z", "end_date_name": "mode_a"} | Agent used wrong parameter name 'end_date_name' instead of 'end_date' | {"deploy_target":"missense","organism":false,"end_date":"mode_a","strand":"2026-11-19T05:06:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_y04 TYPE number REQUIRED no
FIELD attr_s40 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_f39 TYPE string_uri REQUIRED no
FIELD col_p68 TYPE number REQUIRED no
FIELD key_b56 TYPE integer REQUIRED yes
BROKEN_OUTPUT
get_inventory(attr_s40='divorced', par... | {"attr_s40":"divorced","param_f39":"https://data.com/data","col_p68":952.27,"key_b56":750} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_y04": {
"type": "number"
},
"attr_s40": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"param_f39": {
"type": "string",
"format": "uri"
},
"col_p68": {
"type": "... | get_inventory(attr_s40='divorced', param_f39='https://data.com/data', col_p68=952.27, key_b56=750) | Tool call uses Python syntax instead of JSON | {"attr_s40":"divorced","param_f39":"https://data.com/data","col_p68":952.27,"key_b56":750} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string REQUIRED no
FIELD patient_id TYPE string REQUIRED yes
FIELD count TYPE string VALUES draft|published|archived REQUIRED no
FIELD image_url TYPE boolean REQUIRED no
FIELD options[].date TYPE string VALUES draft|published|archived REQUIRED yes
FIELD options[... | {"lab_result":"world","patient_id":"Santos","count":"draft","options":[{"date":"published","trace_id":"operational","build_status":812.35,"span_id":384,"vessel_name":"REV"},{"date":"archived","trace_id":"degraded","span_id":109,"vessel_name":"GRCh38"},{"date":"draft","label":true,"span_id":853,"vessel_name":"chrX"},{"d... | markdown_explanation | {
"type": "object",
"properties": {
"lab_result": {
"type": "string"
},
"patient_id": {
"type": "string"
},
"count": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"image_url": {
"type": "boolean"
},
... | Based on your request, here is the data:
```json
{"lab_result":"world","patient_id":"Santos","count":"draft","options":[{"date":"published","trace_id":"operational","build_status":812.35,"span_id":384,"vessel_name":"REV"},{"date":"archived","trace_id":"degraded","span_id":109,"vessel_name":"GRCh38"},{"date":"draft","la... | Output contains markdown and explanatory text around JSON | {"lab_result":"world","patient_id":"Santos","count":"draft","options":[{"date":"published","trace_id":"operational","build_status":812.35,"span_id":384,"vessel_name":"REV"},{"date":"archived","trace_id":"degraded","span_id":109,"vessel_name":"GRCh38"},{"date":"draft","label":true,"span_id":853,"vessel_name":"chrX"},{"d... |
TASK repair_structured_output
SPEC
FIELD prop_o27 TYPE string REQUIRED yes
FIELD col_m60 TYPE string_uri REQUIRED no
FIELD dim_s56 TYPE string_email REQUIRED no
FIELD key_j79 TYPE string REQUIRED no
FIELD param_c18 TYPE string REQUIRED no
FIELD dim_s51 TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_o27":"test","col_m60... | {"prop_o27":"test","col_m60":"https://api.com/v1"} | missing_brace | {
"type": "object",
"properties": {
"prop_o27": {
"type": "string"
},
"col_m60": {
"type": "string",
"format": "uri"
},
"dim_s56": {
"type": "string",
"format": "email"
},
"key_j79": {
"type": "string"
},
"param_c18": {
"type": "string"
... | {"prop_o27":"test","col_m60":"https://api.com/v1" | Missing closing brace | {"prop_o27":"test","col_m60":"https://api.com/v1"} |
TASK repair_structured_output
SPEC
FIELD key_j37 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_f60 TYPE integer REQUIRED no
FIELD dim_k03 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_e85 TYPE string REQUIRED yes
FIELD val_e26 TYPE integer REQUIRED no
BROKE... | {"key_j37":"basic","dim_f60":594,"dim_k03":"maintenance","param_e85":"John"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_j37": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_f60": {
"type": "integer"
},
"dim_k03": {
"type": "string",
"enum": [
"operational",
"de... | get_inventory(key_j37='basic', dim_f60=594, dim_k03='maintenance', param_e85='John') | Tool call uses Python syntax instead of JSON | {"key_j37":"basic","dim_f60":594,"dim_k03":"maintenance","param_e85":"John"} |
TASK repair_structured_output
SPEC
FIELD param_e45 TYPE integer REQUIRED yes
FIELD param_d39 TYPE string REQUIRED yes
FIELD key_y35 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_d21 TYPE integer REQUIRED no
FIELD param_w69 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED ... | {"param_e45":795,"param_d39":"Alice","key_y35":"degraded","param_w69":"cat_d"} | markdown_explanation | {
"type": "object",
"properties": {
"param_e45": {
"type": "integer"
},
"param_d39": {
"type": "string"
},
"key_y35": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_d21": {
... | Here is the JSON you requested:
```json
{"param_e45":795,"param_d39":"Alice","key_y35":"degraded","param_w69":"cat_d"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"param_e45":795,"param_d39":"Alice","key_y35":"degraded","param_w69":"cat_d"} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string REQUIRED no
FIELD quality_score TYPE string REQUIRED no
FIELD footnote TYPE null REQUIRED no
FIELD last_name TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD features.salinity TYPE boolean REQUIRED yes
FIELD features.throttle_pos TYPE int... | {"isotope":"active","quality_score":"Jane","footnote":null,"last_name":"intermittent","features":{"salinity":false,"throttle_pos":420,"full_name":"pending","user_id":{"section":true,"first_name":"missense","length":880,"trace_id":null,"website":"Jane","current_draw":"https://www.io/api","version":"mode_b"}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"isotope": {
"type": "string"
},
"quality_score": {
"type": "string"
},
"footnote": {
"type": "null"
},
"last_name": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | lookup_customer(isotope='active', quality_score='Jane', footnote=None, last_name='intermittent', features={'salinity': False, 'throttle_pos': 420, 'full_name': 'pending', 'user_id': {'section': True, 'first_name': 'missense', 'length': 880, 'trace_id': None, 'website': 'Jane', 'current_draw': 'https://www.io/api', 'ver... | Tool call uses Python syntax instead of JSON | {"isotope":"active","quality_score":"Jane","footnote":null,"last_name":"intermittent","features":{"salinity":false,"throttle_pos":420,"full_name":"pending","user_id":{"section":true,"first_name":"missense","length":880,"trace_id":null,"website":"Jane","current_draw":"https://www.io/api","version":"mode_b"}}} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD reagent TYPE string REQUIRED no
FIELD latitude TYPE string REQUIRED yes
BROKEN_OUTPUT
{'currency':'viewer','reagent':'user@domain.com','latitude':'foo'} | {"currency":"viewer","reagent":"user@domain.com","latitude":"foo"} | single_quotes | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"reagent": {
"type": "string"
},
"latitude": {
"type": "string"
}
},
"required": [
"latitude"
]
} | {'currency':'viewer','reagent':'user@domain.com','latitude':'foo'} | Expecting property name enclosed in double quotes | {"currency":"viewer","reagent":"user@domain.com","latitude":"foo"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE integer REQUIRED yes
FIELD city.address TYPE string VALUES success|error|warning|info REQUIRED no
FIELD city.end_date TYPE number REQUIRED no
FIELD city.total.insurance_id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD city.total.item_id TYPE... | {"shipping":171,"city":{"end_date":258.93,"total":{"insurance_id":"unstable","item_id":null,"position":"Tokyo","quantity":false,"description":"level_1"},"medication":221.88,"department":"option_c"},"section":750} | agent_chain | {
"type": "object",
"properties": {
"shipping": {
"type": "integer"
},
"city": {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | Let me check the system.
Action: get_weather
Result: {"city": {"end_date": 258.93, "total": {"insurance_id": "unstable", "item_id": null, "position": "Tokyo", "quantity": false, "description": "level_1"}, "medication": 221.88, "department": "option_c"}, "section": 750}
Processing the request now.
Action: create_order
... | Agent multi-step chain with truncated tool output | {"shipping":171,"city":{"end_date":258.93,"total":{"insurance_id":"unstable","item_id":null,"position":"Tokyo","quantity":false,"description":"level_1"},"medication":221.88,"department":"option_c"},"section":750} |
TASK repair_structured_output
SPEC
FIELD col_o16 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD val_q46 TYPE string REQUIRED no
FIELD col_l28 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"col_o16": "invalid_value_7", "val_q46": "hello", "col_l28": "Sao Paulo"} | {"col_o16":"berthed","val_q46":"hello","col_l28":"Sao Paulo"} | invalid_enum | {
"type": "object",
"properties": {
"col_o16": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_q46": {
"type": "string"
},
"col_l28": {
"type": "string"
}
},
"required": [
"col_o16",
... | {"col_o16": "invalid_value_7", "val_q46": "hello", "col_l28": "Sao Paulo"} | Field 'col_o16' has invalid enum value 'invalid_value_7', expected one of ['berthed', 'anchored', 'underway', 'moored'] | {"col_o16":"berthed","val_q46":"hello","col_l28":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD col_b04 TYPE string_uri REQUIRED no
FIELD param_r45.dim_s21 TYPE string REQUIRED no
FIELD param_r45.col_v29 TYPE integer REQUIRED no
FIELD param_r45.dim_a25 TYPE integer REQUIRED no
FIELD param_r45.val_q52 TYPE string REQUIRED no
FIELD param_r45.field_v77.val_o41 TYPE boolean R... | {"col_b04":"https://api.com/v1","param_r45":{"dim_s21":"Bob","dim_a25":656,"val_q52":"Alice","field_v77":{"val_o41":true,"key_r09":451,"field_t75":"QC-07","attr_p88":"Bob","attr_w35":226}},"key_r12":"FWD","prop_y81":null,"field_i52":"type_a"} | unquoted_keys | {
"type": "object",
"properties": {
"col_b04": {
"type": "string",
"format": "uri"
},
"param_r45": {
"type": "object",
"properties": {
"dim_s21": {
"type": "string"
},
"col_v29": {
"type": "integer"
},
"dim_a25": {
... | {col_b04:"https://api.com/v1",param_r45:{dim_s21:"Bob",dim_a25:656,val_q52:"Alice",field_v77:{val_o41:true,key_r09:451,field_t75:"QC-07",attr_p88:"Bob",attr_w35:226}},key_r12:"FWD",prop_y81:null,field_i52:"type_a"} | Expecting property name enclosed in double quotes | {"col_b04":"https://api.com/v1","param_r45":{"dim_s21":"Bob","dim_a25":656,"val_q52":"Alice","field_v77":{"val_o41":true,"key_r09":451,"field_t75":"QC-07","attr_p88":"Bob","attr_w35":226}},"key_r12":"FWD","prop_y81":null,"field_i52":"type_a"} |
TASK repair_structured_output
SPEC
FIELD val_w13 TYPE string REQUIRED no
FIELD param_t06 TYPE null REQUIRED yes
FIELD key_x78 TYPE number REQUIRED yes
BROKEN_OUTPUT
Sure, here's the result:
```json
{"val_w13":"Silva","param_t06":null,"key_x78":474.96}
```
This should match the schema you provided. | {"val_w13":"Silva","param_t06":null,"key_x78":474.96} | markdown_explanation | {
"type": "object",
"properties": {
"val_w13": {
"type": "string"
},
"param_t06": {
"type": "null"
},
"key_x78": {
"type": "number"
}
},
"required": [
"key_x78",
"param_t06"
]
} | Sure, here's the result:
```json
{"val_w13":"Silva","param_t06":null,"key_x78":474.96}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"val_w13":"Silva","param_t06":null,"key_x78":474.96} |
TASK repair_structured_output
SPEC
FIELD score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD sensor_id TYPE string REQUIRED yes
FIELD aligned_pct.enabled TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD aligned_pct.port_code TYPE string VALUES email|pho... | {"score":"offline","sensor_id":"REV","aligned_pct":{"enabled":"pending_review","port_code":"sms","voltage":"coastal"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"sensor_id": {
"type": "string"
},
"aligned_pct": {
"type": "object",
"properties": {
"e... | I need to look up the information first.
<tool_call name="book_appointment">
{"score":"offline","sensor_id":"REV","aligned_pct":{"enabled":"pending_review","port_code":"sms","voltage":"coastal"}}
</tool_call. | Agent response mixes reasoning text with tool call | {"score":"offline","sensor_id":"REV","aligned_pct":{"enabled":"pending_review","port_code":"sms","voltage":"coastal"}} |
TASK repair_structured_output
SPEC
FIELD age.insurance_id TYPE boolean REQUIRED no
FIELD age.chromosome TYPE null REQUIRED no
FIELD age.user_id TYPE integer REQUIRED no
FIELD age.title TYPE null REQUIRED yes
FIELD company TYPE string REQUIRED no
FIELD torque_output.diagnosis_code TYPE boolean REQUIRED yes
FIELD torque... | {"age":{"chromosome":null,"user_id":209,"title":null},"company":"world","torque_output":{"diagnosis_code":true,"filter_flag":867,"manifest_ref":"sample","section":"2025-04-24T18:44:00Z","deploy_target":false},"cargo_type":"admin@example.com","fleet_number":"completed","sensor_id":"Hapag-Lloyd-Express"} | extra_text_before | {
"type": "object",
"properties": {
"age": {
"type": "object",
"properties": {
"insurance_id": {
"type": "boolean"
},
"chromosome": {
"type": "null"
},
"user_id": {
"type": "integer"
},
"title": {
"type":... | Pipeline result:
{"age":{"chromosome":null,"user_id":209,"title":null},"company":"world","torque_output":{"diagnosis_code":true,"filter_flag":867,"manifest_ref":"sample","section":"2025-04-24T18:44:00Z","deploy_target":false},"cargo_type":"admin@example.com","fleet_number":"completed","sensor_id":"Hapag-Lloyd-Express"} | Output contains non-JSON text before the object | {"age":{"chromosome":null,"user_id":209,"title":null},"company":"world","torque_output":{"diagnosis_code":true,"filter_flag":867,"manifest_ref":"sample","section":"2025-04-24T18:44:00Z","deploy_target":false},"cargo_type":"admin@example.com","fleet_number":"completed","sensor_id":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD prop_f28 TYPE string REQUIRED no
FIELD val_f87 TYPE string REQUIRED no
FIELD prop_r29[] TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"prop_f28":"sample","val_f87":"... | {"prop_f28":"sample","val_f87":"active","prop_r29":["https://www.com/api","https://api.io/api"]} | thought_process | {
"type": "object",
"properties": {
"prop_f28": {
"type": "string"
},
"val_f87": {
"type": "string"
},
"prop_r29": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
}
},
"required": [
"prop_r29"
]
} | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"prop_f28":"sample","val_f87":"active","prop_r29":["https://www.com/api","https://api.io/api"]} | Output contains chain-of-thought reasoning before JSON | {"prop_f28":"sample","val_f87":"active","prop_r29":["https://www.com/api","https://api.io/api"]} |
TASK repair_structured_output
SPEC
FIELD dim_h20 TYPE integer REQUIRED no
FIELD prop_g82 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_h20 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD param_d26.field_s98 TYPE integer REQUIRED no
FIELD param_d26.attr_l53 TYPE string VALUES U... | {"dim_h20":125,"prop_g82":"type_a","prop_h20":"mode_d","param_d26":{"field_s98":175,"attr_l53":"JPY","param_h96":735}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_h20": {
"type": "integer"
},
"prop_g82": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"prop_h20": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mod... | Tool: fetch_lab_result
Params: {"prop_g82": "type_a", "prop_h20": "mode_d", "param_d26": {"field_s98": 175, "attr_l53": "JPY", "param_h96": 735}, "dim_h20_value": 125} | Agent used wrong parameter name 'dim_h20_value' instead of 'dim_h20' | {"dim_h20":125,"prop_g82":"type_a","prop_h20":"mode_d","param_d26":{"field_s98":175,"attr_l53":"JPY","param_h96":735}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.