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 url TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD half_life TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD enabled TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD timezone TYPE string VALUES level_1|l... | {"url":"type_d","half_life":"level_1","enabled":"level_3","footnote":"chr1","pressure_kpa":489,"comments":"2022-10-05T02:35:00Z","span_id":"completed"} | wrong_type | {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"half_life": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
... | {"url": "type_d", "half_life": "level_1", "enabled": "level_3", "footnote": "chr1", "pressure_kpa": "\"489\"", "comments": "2022-10-05T02:35:00Z", "span_id": "completed"} | Field 'pressure_kpa' must be integer, got string | {"url":"type_d","half_life":"level_1","enabled":"level_3","footnote":"chr1","pressure_kpa":489,"comments":"2022-10-05T02:35:00Z","span_id":"completed"} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD quantity TYPE string_date-time REQUIRED yes
FIELD humidity_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD item_id TYPE boolean REQUIRED no
FIELD amplitude.ph_level TYPE string VAL... | {"barcode":"white","quantity":"2025-10-15T23:50:00Z","humidity_pct":"resolved"} | extra_text_before | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"quantity": {
"type": "string",
"format": "date-time"
},
"humidity_pct": {
"type": "string",
... | Below is the JSON object:
{"barcode":"white","quantity":"2025-10-15T23:50:00Z","humidity_pct":"resolved"} | Output contains non-JSON text before the object | {"barcode":"white","quantity":"2025-10-15T23:50:00Z","humidity_pct":"resolved"} |
TASK repair_structured_output
SPEC
FIELD col_i57 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD attr_l96 TYPE number REQUIRED no
FIELD key_t44 TYPE boolean REQUIRED no
FIELD col_y48 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD val_d95 TYPE string REQUIRED no
BROKEN_OUTPU... | {"col_i57":"synonymous","key_t44":true,"col_y48":"inactive"} | trailing_comma | {
"type": "object",
"properties": {
"col_i57": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"attr_l96": {
"type": "number"
},
"key_t44": {
"type": "boolean"
},
"col_y48": {
"type"... | {"col_i57":"synonymous","key_t44":true,"col_y48":"inactive",} | Unexpected trailing comma | {"col_i57":"synonymous","key_t44":true,"col_y48":"inactive"} |
TASK repair_structured_output
SPEC
FIELD email TYPE integer REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED yes
FIELD balance TYPE string REQUIRED no
FIELD half_life TYPE integer REQUIRED no
FIELD role.image_url TYPE number REQUIRED yes
FIELD role.tile.status_code TYPE string REQUIRED no
FIELD role.tile.score T... | {"email":158,"interest_rate":32,"half_life":116} | number_with_unit | {
"type": "object",
"properties": {
"email": {
"type": "integer"
},
"interest_rate": {
"type": "integer"
},
"balance": {
"type": "string"
},
"half_life": {
"type": "integer"
},
"role": {
"type": "object",
"properties": {
"image_url": {
... | {"email": "158MB", "interest_rate": 32, "half_life": 116} | Field 'email' must be number, got string with unit | {"email":158,"interest_rate":32,"half_life":116} |
TASK repair_structured_output
SPEC
FIELD val_f19 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD val_e55 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD key_k96 TYPE integer REQUIRED no
FIELD key_s16 TYPE string_uri REQUIRED yes
FIELD val_n11 TYPE string VALUES small|medium|large|xl... | {"val_f19":"anchored","val_e55":"high","key_k96":473,"key_s16":"https://example.com/data","val_n11":"small"} | extra_field | {
"type": "object",
"properties": {
"val_f19": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_e55": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]... | {"val_f19": "anchored", "val_e55": "high", "key_k96": 473, "key_s16": "https://example.com/data", "val_n11": "small", "extra_data_9838": "unexpected"} | Unknown field 'extra_data_9838' not defined in schema | {"val_f19":"anchored","val_e55":"high","key_k96":473,"key_s16":"https://example.com/data","val_n11":"small"} |
TASK repair_structured_output
SPEC
FIELD field_g01 TYPE boolean REQUIRED no
FIELD field_g36 TYPE boolean REQUIRED yes
FIELD val_s80 TYPE string REQUIRED yes
FIELD param_q26.prop_x23 TYPE number REQUIRED no
FIELD param_q26.prop_u83 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD pa... | {"field_g36":false,"val_s80":"2023-12-25","val_p68":237.52,"param_z82":"inactive"} | markdown_explanation | {
"type": "object",
"properties": {
"field_g01": {
"type": "boolean"
},
"field_g36": {
"type": "boolean"
},
"val_s80": {
"type": "string"
},
"param_q26": {
"type": "object",
"properties": {
"prop_x23": {
"type": "number"
},
... | Sensor output follows:
```json
{"field_g36":false,"val_s80":"2023-12-25","val_p68":237.52,"param_z82":"inactive"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"field_g36":false,"val_s80":"2023-12-25","val_p68":237.52,"param_z82":"inactive"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD name TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD annotation TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD shipping TYPE string VALUES berthed|anchored|underway... | {"deploy_target":"small","name":"oceanic","annotation":"unstable","shipping":"underway","trace_id":false,"format":358.28} | trailing_comma | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"name": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
... | {"deploy_target":"small","name":"oceanic","annotation":"unstable","shipping":"underway","trace_id":false,"format":358.28,} | Unexpected trailing comma | {"deploy_target":"small","name":"oceanic","annotation":"unstable","shipping":"underway","trace_id":false,"format":358.28} |
TASK repair_structured_output
SPEC
FIELD prop_s52 TYPE string_date-time REQUIRED no
FIELD field_s45 TYPE boolean REQUIRED no
FIELD dim_j10 TYPE boolean REQUIRED no
FIELD prop_t70 TYPE integer REQUIRED yes
FIELD col_n86.param_z38 TYPE string REQUIRED yes
FIELD col_n86.field_d54 TYPE number REQUIRED no
FIELD col_n86.par... | {"prop_s52":"2026-10-23T22:04:00Z","field_s45":false,"dim_j10":false,"prop_t70":31,"col_n86":{"param_z38":"New York","field_d54":666.98,"param_r46":"2026-07-08T17:00:00Z","val_s48":{"param_p40":"user@test.io","col_m29":"option_b","attr_l47":true,"attr_h92":"operational","field_c30":"https://data.io/api","attr_o50":220}... | markdown_fences | {
"type": "object",
"properties": {
"prop_s52": {
"type": "string",
"format": "date-time"
},
"field_s45": {
"type": "boolean"
},
"dim_j10": {
"type": "boolean"
},
"prop_t70": {
"type": "integer"
},
"col_n86": {
"type": "object",
"properti... | ```json
{"prop_s52":"2026-10-23T22:04:00Z","field_s45":false,"dim_j10":false,"prop_t70":31,"col_n86":{"param_z38":"New York","field_d54":666.98,"param_r46":"2026-07-08T17:00:00Z","val_s48":{"param_p40":"user@test.io","col_m29":"option_b","attr_l47":true,"attr_h92":"operational","field_c30":"https://data.io/api","attr_o... | Output contains markdown code fences | {"prop_s52":"2026-10-23T22:04:00Z","field_s45":false,"dim_j10":false,"prop_t70":31,"col_n86":{"param_z38":"New York","field_d54":666.98,"param_r46":"2026-07-08T17:00:00Z","val_s48":{"param_p40":"user@test.io","col_m29":"option_b","attr_l47":true,"attr_h92":"operational","field_c30":"https://data.io/api","attr_o50":220}... |
TASK repair_structured_output
SPEC
FIELD dim_a43 TYPE string REQUIRED yes
FIELD col_h38.param_c01 TYPE integer REQUIRED yes
FIELD col_h38.field_c38 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_h38.attr_l93.dim_a83 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD col_h38.attr_l93.pro... | {"dim_a43":"A short description.","col_h38":{"param_c01":148,"field_c38":"arctic","attr_r72":{"attr_a97":false,"key_x35":null,"prop_i00":null,"param_j48":464,"attr_q53":null,"key_o43":"mode_e"},"val_q80":"Smith","key_x05":false},"attr_b65":"completed","prop_y56":true,"field_k09":115.91} | null_required | {
"type": "object",
"properties": {
"dim_a43": {
"type": "string"
},
"col_h38": {
"type": "object",
"properties": {
"param_c01": {
"type": "integer"
},
"field_c38": {
"type": "string",
"enum": [
"coastal",
"o... | {"dim_a43": "A short description.", "col_h38": {"param_c01": 148, "field_c38": "arctic", "attr_r72": {"attr_a97": false, "key_x35": null, "prop_i00": null, "param_j48": 464, "attr_q53": null, "key_o43": "mode_e"}, "val_q80": "Smith", "key_x05": false}, "attr_b65": "completed", "prop_y56": null, "field_k09": 115.91} | Required field 'prop_y56' is null | {"dim_a43":"A short description.","col_h38":{"param_c01":148,"field_c38":"arctic","attr_r72":{"attr_a97":false,"key_x35":null,"prop_i00":null,"param_j48":464,"attr_q53":null,"key_o43":"mode_e"},"val_q80":"Smith","key_x05":false},"attr_b65":"completed","prop_y56":true,"field_k09":115.91} |
TASK repair_structured_output
SPEC
FIELD dim_p13 TYPE number REQUIRED yes
FIELD field_j72 TYPE null REQUIRED no
FIELD dim_x24 TYPE string REQUIRED no
FIELD prop_n51 TYPE number REQUIRED no
FIELD val_d10 TYPE string_date-time REQUIRED no
FIELD key_g31 TYPE number REQUIRED no
BROKEN_OUTPUT
annotate_mutation(dim_p13=654... | {"dim_p13":654.92,"prop_n51":243.55,"val_d10":"2021-05-20T13:23:00Z"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_p13": {
"type": "number"
},
"field_j72": {
"type": "null"
},
"dim_x24": {
"type": "string"
},
"prop_n51": {
"type": "number"
},
"val_d10": {
"type": "string",
"format": "date-time"
},
"key_g31": ... | annotate_mutation(dim_p13=654.92, prop_n51=243.55, val_d10='2021-05-20T13:23:00Z') | Tool call uses Python syntax instead of JSON | {"dim_p13":654.92,"prop_n51":243.55,"val_d10":"2021-05-20T13:23:00Z"} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE boolean REQUIRED no
FIELD amount.decay_rate TYPE null REQUIRED yes
FIELD amount.frequency_hz TYPE integer REQUIRED yes
FIELD amount.subtotal TYPE boolean REQUIRED yes
FIELD balance TYPE integer REQUIRED yes
FIELD label TYPE string REQUIRED no
FIELD dissolved... | {"bill_of_lading":true,"amount":{"decay_rate":null,"frequency_hz":919,"subtotal":false},"balance":180,"label":"Maria","dissolved_oxygen":true,"collateral":970} | boolean_as_string | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "boolean"
},
"amount": {
"type": "object",
"properties": {
"decay_rate": {
"type": "null"
},
"frequency_hz": {
"type": "integer"
},
"subtotal": {
"type"... | {"bill_of_lading": true, "amount": {"decay_rate": null, "frequency_hz": 919, "subtotal": false}, "balance": 180, "label": "Maria", "dissolved_oxygen": "false", "collateral": 970} | Field 'dissolved_oxygen' must be boolean, got string | {"bill_of_lading":true,"amount":{"decay_rate":null,"frequency_hz":919,"subtotal":false},"balance":180,"label":"Maria","dissolved_oxygen":true,"collateral":970} |
TASK repair_structured_output
SPEC
FIELD attr_w40 TYPE integer REQUIRED yes
FIELD field_t15 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD attr_l22.dim_s63 TYPE string REQUIRED no
FIELD attr_l22.param_o82 TYPE string_uri REQUIRED no
FIELD attr_l22.field_h27 TYPE boolean REQUIRED no
FIE... | {"attr_w40":236,"field_t15":"mode_c","attr_l22":{"dim_s63":"London","param_o82":"https://www.com/api","key_o95":"REV","prop_q53":"inactive","dim_k60":{"field_e47":"quux","param_h15":4},"prop_e38":"Maria"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_w40": {
"type": "integer"
},
"field_t15": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"attr_l22": {
"type": "object",
"p... | I need to look up the information first.
<tool_call name="generate_report">
{"attr_w40":236,"field_t15":"mode_c","attr_l22":{"dim_s63":"London","param_o82":"https://www.com/api","key_o95":"REV","prop_q53":"inactive","dim_k60":{"field_e47":"quux","param_h15":4},"prop_e38":"Maria"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"attr_w40":236,"field_t15":"mode_c","attr_l22":{"dim_s63":"London","param_o82":"https://www.com/api","key_o95":"REV","prop_q53":"inactive","dim_k60":{"field_e47":"quux","param_h15":4},"prop_e38":"Maria"}} |
TASK repair_structured_output
SPEC
FIELD published TYPE string_date-time REQUIRED yes
FIELD torque_output TYPE string_uri REQUIRED no
FIELD filter_flag TYPE integer REQUIRED no
FIELD footnote TYPE number REQUIRED yes
BROKEN_OUTPUT
{"published":"2020-09-07T04:33:00Z","footnote":361.83,} | {"published":"2020-09-07T04:33:00Z","footnote":361.83} | trailing_comma | {
"type": "object",
"properties": {
"published": {
"type": "string",
"format": "date-time"
},
"torque_output": {
"type": "string",
"format": "uri"
},
"filter_flag": {
"type": "integer"
},
"footnote": {
"type": "number"
}
},
"required": [
"f... | {"published":"2020-09-07T04:33:00Z","footnote":361.83,} | Unexpected trailing comma | {"published":"2020-09-07T04:33:00Z","footnote":361.83} |
TASK repair_structured_output
SPEC
FIELD dim_j29 TYPE null REQUIRED no
FIELD dim_c72.attr_i03 TYPE integer REQUIRED no
FIELD dim_c72.attr_y64 TYPE string REQUIRED no
FIELD dim_c72.val_v67 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_c72.col_d11 TYPE string REQUIRED yes
FIELD dim_c72.val_n58[].attr_l49... | {"dim_c72":{"attr_i03":551,"attr_y64":"John","val_v67":"GBP","col_d11":"Diana","val_n58":[{"attr_l49":"quux","col_f31":false,"param_g98":"admin"},{"attr_l49":"Alice","col_f31":false,"param_g98":"editor"}]},"dim_a95":"basic","prop_n90":true} | boolean_as_string | {
"type": "object",
"properties": {
"dim_j29": {
"type": "null"
},
"dim_c72": {
"type": "object",
"properties": {
"attr_i03": {
"type": "integer"
},
"attr_y64": {
"type": "string"
},
"val_v67": {
"type": "string",
... | {"dim_c72": {"attr_i03": 551, "attr_y64": "John", "val_v67": "GBP", "col_d11": "Diana", "val_n58": [{"attr_l49": "quux", "col_f31": false, "param_g98": "admin"}, {"attr_l49": "Alice", "col_f31": false, "param_g98": "editor"}]}, "dim_a95": "basic", "prop_n90": "true"} | Field 'prop_n90' must be boolean, got string | {"dim_c72":{"attr_i03":551,"attr_y64":"John","val_v67":"GBP","col_d11":"Diana","val_n58":[{"attr_l49":"quux","col_f31":false,"param_g98":"admin"},{"attr_l49":"Alice","col_f31":false,"param_g98":"editor"}]},"dim_a95":"basic","prop_n90":true} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD notes.half_life TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD notes.nickname TYPE null REQUIRED yes
FIELD notes.loan_amount TYPE integer REQUIRED yes
FIELD size TYPE boolean REQ... | {"notes":{"half_life":"moored","nickname":null,"loan_amount":689},"size":false,"gene_id":"2021-11-22T13:54:00Z","discount":"in_transit"} | null_required | {
"type": "object",
"properties": {
"phenotype": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"notes": {
"type": "object",
"properties": {
"half_life": {
"type": "string",
"enum": [
... | {"notes": {"half_life": "moored", "nickname": null, "loan_amount": 689}, "size": false, "gene_id": null, "discount": "in_transit"} | Required field 'gene_id' is null | {"notes":{"half_life":"moored","nickname":null,"loan_amount":689},"size":false,"gene_id":"2021-11-22T13:54:00Z","discount":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD procedure_code TYPE string REQUIRED no
FIELD bed_number TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD discount TYPE string REQUIRED yes
FIELD latitude TYPE number REQUIRED no
FIELD bill_... | {"username":"BRL","bed_number":"heterozygous","discount":"New York","latitude":26.92,"bill_of_lading":"test@test.io","visible":"2022-03-03T06:17:00Z"} | wrong_type | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"procedure_code": {
"type": "string"
},
"bed_number": {
"type": "string",
"enum": [
"homozygous... | {"username": "BRL", "bed_number": "heterozygous", "discount": "New York", "latitude": "\"26.92\"", "bill_of_lading": "test@test.io", "visible": "2022-03-03T06:17:00Z"} | Field 'latitude' must be number, got string | {"username":"BRL","bed_number":"heterozygous","discount":"New York","latitude":26.92,"bill_of_lading":"test@test.io","visible":"2022-03-03T06:17:00Z"} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD vessel_name TYPE string VALUES success|error|warning|info REQUIRED no
FIELD label TYPE integer REQUIRED no
BROKEN_OUTPUT
{"shift_code":"large","vessel_name":"warning"} | {"shift_code":"large","vessel_name":"warning"} | missing_bracket | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"vessel_name": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | {"shift_code":"large","vessel_name":"warning"} | Missing closing bracket | {"shift_code":"large","vessel_name":"warning"} |
TASK repair_structured_output
SPEC
FIELD val_d47 TYPE integer REQUIRED yes
FIELD col_i43 TYPE boolean REQUIRED yes
FIELD key_h55 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_m90[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"val_d47": 984, "col_i43": null, "key_h55": "type_c", "prop_m90": [true]} | {"val_d47":984,"col_i43":true,"key_h55":"type_c","prop_m90":[true]} | null_required | {
"type": "object",
"properties": {
"val_d47": {
"type": "integer"
},
"col_i43": {
"type": "boolean"
},
"key_h55": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"prop_m90": {
"type": "array",
"items": {
... | {"val_d47": 984, "col_i43": null, "key_h55": "type_c", "prop_m90": [true]} | Required field 'col_i43' is null | {"val_d47":984,"col_i43":true,"key_h55":"type_c","prop_m90":[true]} |
TASK repair_structured_output
SPEC
FIELD col_y97 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD param_w10.param_z77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD param_w10.dim_e17 TYPE string_uri REQUIRED yes
FIELD param_w10.val_f82 TYPE string REQUIRED no
FIELD... | {"col_y97":"nonsense","param_w10":{"param_z77":"hemizygous","dim_e17":"https://www.com/v1","val_f82":"bar"},"field_n04":"2023-11-23T20:39:00Z","field_t14":"JPY","dim_m57":{"field_t10":"option_c","key_y76":"editor","field_w91":865.82,"val_s76":"https://api.org/v1","field_m20":759},"param_q34":"option_f","attr_q24":296} | agent_chain | {
"type": "object",
"properties": {
"col_y97": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"param_w10": {
"type": "object",
"properties": {
"param_z77": {
"type": "string",
... | Let me check the system.
Action: book_appointment
Result: {"col_y97": "nonsense", "param_w10": {"param_z77": "hemizygous", "dim_e17": "https://www.com/v1", "val_f82": "bar"}, "field_n04": "2023-11-23T20:39:00Z", "dim_m57": {"field_t10": "option_c", "key_y76": "editor", "field_w91": 865.82, "val_s76": "https://api.org/v... | Agent multi-step chain with truncated tool output | {"col_y97":"nonsense","param_w10":{"param_z77":"hemizygous","dim_e17":"https://www.com/v1","val_f82":"bar"},"field_n04":"2023-11-23T20:39:00Z","field_t14":"JPY","dim_m57":{"field_t10":"option_c","key_y76":"editor","field_w91":865.82,"val_s76":"https://api.org/v1","field_m20":759},"param_q34":"option_f","attr_q24":296} |
TASK repair_structured_output
SPEC
FIELD discount TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD balance TYPE integer REQUIRED yes
FIELD label TYPE string REQUIRED no
FIELD user_id TYPE string REQUIRED no
FIELD verified.visible TYPE null REQUIRED no
FIELD verified.bill_of_lading TYPE string R... | {"discount":"homozygous","balance":402,"label":"QC-07","user_id":"Bob","verified":{"visible":null,"bill_of_lading":"active","torque_output":"option_b","version":{"tags":"option_c","notes":943.65,"crew_id":216.63},"brake_pressure":"level_1","bearing":"completed"},"address":"synonymous","count":"option_c"} | trailing_comma | {
"type": "object",
"properties": {
"discount": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"balance": {
"type": "integer"
},
"label": {
"type": "string"
},
"user_id": {
"type": "string"
},
... | {"discount":"homozygous","balance":402,"label":"QC-07","user_id":"Bob","verified":{"visible":null,"bill_of_lading":"active","torque_output":"option_b","version":{"tags":"option_c","notes":943.65,"crew_id":216.63,},"brake_pressure":"level_1","bearing":"completed"},"address":"synonymous","count":"option_c"} | Unexpected trailing comma | {"discount":"homozygous","balance":402,"label":"QC-07","user_id":"Bob","verified":{"visible":null,"bill_of_lading":"active","torque_output":"option_b","version":{"tags":"option_c","notes":943.65,"crew_id":216.63},"brake_pressure":"level_1","bearing":"completed"},"address":"synonymous","count":"option_c"} |
TASK repair_structured_output
SPEC
FIELD field_l72 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_m17 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_i68 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_x51 TYPE str... | {"field_l72":"offline","attr_m17":"pending_review","param_x51":"open"} | null_required | {
"type": "object",
"properties": {
"field_l72": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_m17": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected... | {"field_l72": "offline", "attr_m17": null, "param_x51": "open"} | Required field 'attr_m17' is null | {"field_l72":"offline","attr_m17":"pending_review","param_x51":"open"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD branch TYPE null REQUIRED no
FIELD timezone TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD strand TYPE integer REQUIRED no
FIELD tax TYPE string VALUES email|phone|sms|push ... | {"priority":"new","branch":null,"timezone":"underway","tax":"sms"} | null_required | {
"type": "object",
"properties": {
"priority": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"branch": {
"type": "null"
},
"timezone": {
"type": "string",
"enum": [
"berthed",
"... | {"priority": null, "branch": null, "timezone": "underway", "tax": "sms"} | Required field 'priority' is null | {"priority":"new","branch":null,"timezone":"underway","tax":"sms"} |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD organism TYPE number REQUIRED no
FIELD credit_score TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD bearing TYPE string VALUES active|inactive|pending REQUIRED no
FIELD turbidity TYPE string VALUES a... | {"repository":"admin","organism":762.36,"credit_score":"push","bearing":"inactive","turbidity":"active","brake_pressure":null} | invalid_enum | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"organism": {
"type": "number"
},
"credit_score": {
"type": "string",
"enum": [
"email",
"phone",
"... | {"repository": "admin", "organism": 762.36, "credit_score": "invalid_value_140", "bearing": "inactive", "turbidity": "active", "brake_pressure": null} | Field 'credit_score' has invalid enum value 'invalid_value_140', expected one of ['email', 'phone', 'sms', 'push'] | {"repository":"admin","organism":762.36,"credit_score":"push","bearing":"inactive","turbidity":"active","brake_pressure":null} |
TASK repair_structured_output
SPEC
FIELD catalyst.item_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD catalyst.level TYPE boolean REQUIRED no
FIELD catalyst.enabled TYPE string VALUES draft|published|archived REQUIRED yes
FIELD catalyst.voltage TYPE integer REQUIRED no
FIELD catalyst.velocity T... | {"catalyst":{"item_id":"inland","level":true,"enabled":"draft","velocity":"info@test.io","coverage":"approved","batch_code":{"due_date":398.78,"visible":"Diana","active":"medium"}},"address":{"port_code":"low","current_draw":"heterozygous","status":"Diana","payment_status":"single"},"item_id":{"chapter":"test@domain.or... | missing_required | {
"type": "object",
"properties": {
"catalyst": {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"level": {
"type"... | {"catalyst": {"item_id": "inland", "level": true, "enabled": "draft", "velocity": "info@test.io", "coverage": "approved", "batch_code": {"due_date": 398.78, "visible": "Diana", "active": "medium"}}, "address": {"port_code": "low", "current_draw": "heterozygous", "status": "Diana", "payment_status": "single"}} | Required field 'item_id' is missing | {"catalyst":{"item_id":"inland","level":true,"enabled":"draft","velocity":"info@test.io","coverage":"approved","batch_code":{"due_date":398.78,"visible":"Diana","active":"medium"}},"address":{"port_code":"low","current_draw":"heterozygous","status":"Diana","payment_status":"single"},"item_id":{"chapter":"test@domain.or... |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD chromosome TYPE string_uri REQUIRED yes
FIELD username.hazmat_code.bill_of_lading TYPE string_uri REQUIRED no
FIELD username.hazmat_code.subject TYPE string VALUES success|error|... | {"gene_id":"option_b","chromosome":"https://api.com/api","username":{"hazmat_code":{"bill_of_lading":"https://api.com/v1","subject":"success","latitude":"test@test.io","description":164.88,"due_date":"baz","manifest_ref":"missense"},"last_name":"pending","manifest_ref":"GRCh38","phone":"unstable","humidity_pct":{"label... | tool_call_bad_format | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"chromosome": {
"type": "string",
"format": "uri"
},
"username": ... | <functioncall> validate_address
{gene_id: "option_b", chromosome: "https://api.com/api", username: {hazmat_code: {bill_of_lading: "https://api.com/v1", subject: "success", latitude: "test@test.io", description: 164.88, due_date: "baz", manifest_ref: "missense"}, last_name: "pending", manifest_ref: "GRCh38", phone: "uns... | Tool call has malformed arguments — unquoted keys in function parameters | {"gene_id":"option_b","chromosome":"https://api.com/api","username":{"hazmat_code":{"bill_of_lading":"https://api.com/v1","subject":"success","latitude":"test@test.io","description":164.88,"due_date":"baz","manifest_ref":"missense"},"last_name":"pending","manifest_ref":"GRCh38","phone":"unstable","humidity_pct":{"label... |
TASK repair_structured_output
SPEC
FIELD key_h71.prop_g70 TYPE string REQUIRED yes
FIELD key_h71.prop_a83 TYPE integer REQUIRED no
FIELD key_h71.col_n67 TYPE number REQUIRED no
FIELD key_h71.dim_t04 TYPE number REQUIRED no
FIELD field_t83 TYPE string_email REQUIRED yes
FIELD attr_q38 TYPE null REQUIRED no
FIELD prop_o... | {"key_h71":{"prop_g70":"2024-01-15","prop_a83":906,"col_n67":60.08,"dim_t04":314.61},"field_t83":"ops@test.io","attr_q38":null,"prop_o74":"completed","dim_r12":298,"col_l80":"2026-09-07T08:16:00Z","param_x95":"Luis"} | markdown_fences | {
"type": "object",
"properties": {
"key_h71": {
"type": "object",
"properties": {
"prop_g70": {
"type": "string"
},
"prop_a83": {
"type": "integer"
},
"col_n67": {
"type": "number"
},
"dim_t04": {
"type"... | ```json
{"key_h71":{"prop_g70":"2024-01-15","prop_a83":906,"col_n67":60.08,"dim_t04":314.61},"field_t83":"ops@test.io","attr_q38":null,"prop_o74":"completed","dim_r12":298,"col_l80":"2026-09-07T08:16:00Z","param_x95":"Luis"}
``` | Output contains markdown code fences | {"key_h71":{"prop_g70":"2024-01-15","prop_a83":906,"col_n67":60.08,"dim_t04":314.61},"field_t83":"ops@test.io","attr_q38":null,"prop_o74":"completed","dim_r12":298,"col_l80":"2026-09-07T08:16:00Z","param_x95":"Luis"} |
TASK repair_structured_output
SPEC
FIELD col_x55 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD key_p57 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_n15 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_t01 TYPE string REQUIRED yes
FI... | {"field_n15":"frameshift","attr_t01":"2024-01-15","dim_e10":"https://www.org/data","prop_u43":"info@domain.org"} | single_quotes | {
"type": "object",
"properties": {
"col_x55": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_p57": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
... | {'field_n15':'frameshift','attr_t01':'2024-01-15','dim_e10':'https://www.org/data','prop_u43':'info@domain.org'} | Expecting property name enclosed in double quotes | {"field_n15":"frameshift","attr_t01":"2024-01-15","dim_e10":"https://www.org/data","prop_u43":"info@domain.org"} |
TASK repair_structured_output
SPEC
FIELD weight TYPE integer REQUIRED yes
FIELD longitude TYPE integer REQUIRED no
FIELD annotation.subject TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD annotation.patient_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD annotation.width... | {"weight":293,"longitude":513,"annotation":{"subject":"mode_d","patient_id":"active","width":"2021-09-20T04:45:00Z","shift_code":true,"description":"Sao Paulo"},"price":false,"current_draw":"type_c"} | single_quotes | {
"type": "object",
"properties": {
"weight": {
"type": "integer"
},
"longitude": {
"type": "integer"
},
"annotation": {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {'weight':293,'longitude':513,'annotation':{'subject':'mode_d','patient_id':'active','width':'2021-09-20T04:45:00Z','shift_code':true,'description':'Sao Paulo'},'price':false,'current_draw':'type_c'} | Expecting property name enclosed in double quotes | {"weight":293,"longitude":513,"annotation":{"subject":"mode_d","patient_id":"active","width":"2021-09-20T04:45:00Z","shift_code":true,"description":"Sao Paulo"},"price":false,"current_draw":"type_c"} |
TASK repair_structured_output
SPEC
FIELD val_c38 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD key_z78 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_b04 TYPE integer REQUIRED yes
FIELD key_e72.param_g12 TYPE string REQUIRED no
FIELD key_e72.key_f09 TYPE string RE... | {"val_c38":"delivered","key_z78":"homozygous","val_b04":111,"key_e72":{"param_g12":"test@example.com","key_f09":"GRCh38","col_f27":"anchored"}} | single_quotes | {
"type": "object",
"properties": {
"val_c38": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_z78": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]... | {'val_c38':'delivered','key_z78':'homozygous','val_b04':111,'key_e72':{'param_g12':'test@example.com','key_f09':'GRCh38','col_f27':'anchored'}} | Expecting property name enclosed in double quotes | {"val_c38":"delivered","key_z78":"homozygous","val_b04":111,"key_e72":{"param_g12":"test@example.com","key_f09":"GRCh38","col_f27":"anchored"}} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE number REQUIRED yes
FIELD type TYPE boolean REQUIRED yes
FIELD enabled TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: generate_report
Result: {"type": true, "enabled": 949}
Processing the request now.
Action: delete_item
Result: | {"item_id":450.77,"type":true,"enabled":949} | agent_chain | {
"type": "object",
"properties": {
"item_id": {
"type": "number"
},
"type": {
"type": "boolean"
},
"enabled": {
"type": "integer"
}
},
"required": [
"type",
"item_id",
"enabled"
]
} | Let me check the system.
Action: generate_report
Result: {"type": true, "enabled": 949}
Processing the request now.
Action: delete_item
Result: | Agent multi-step chain with truncated tool output | {"item_id":450.77,"type":true,"enabled":949} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD allele TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD crew_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD due_date TYPE string VALUES operational|degraded... | {"allele":"email","crew_id":"synonymous","due_date":"degraded","freight_class":182,"notes":890,"chapter":529} | single_quotes | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"allele": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | {'allele':'email','crew_id':'synonymous','due_date':'degraded','freight_class':182,'notes':890,'chapter':529} | Expecting property name enclosed in double quotes | {"allele":"email","crew_id":"synonymous","due_date":"degraded","freight_class":182,"notes":890,"chapter":529} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE integer REQUIRED no
FIELD active.tax TYPE integer REQUIRED no
FIELD active.yield_pct TYPE boolean REQUIRED yes
FIELD active.type TYPE number REQUIRED yes
FIELD active.coverage TYPE boolean REQUIRED yes
FIELD active.version TYPE null REQUIRED no
FIELD bill_of_l... | {"frequency_hz":138,"bill_of_lading":"New York","loan_amount":false,"status_code":"high"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "integer"
},
"active": {
"type": "object",
"properties": {
"tax": {
"type": "integer"
},
"yield_pct": {
"type": "boolean"
},
"type": {
"type": "number"
... | Tool: send_email
Params: {"frequency_hz": 138, "bill_of_lading": "New York", "loan_amount": false, "status_code_value": "high"} | Agent used wrong parameter name 'status_code_value' instead of 'status_code' | {"frequency_hz":138,"bill_of_lading":"New York","loan_amount":false,"status_code":"high"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES single|married|divorced REQUIRED yes
FIELD amount TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD language TYPE integer REQUIRED no
FIELD status TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Ac... | {"shipping":"single","amount":"level_1","language":469,"status":"inactive"} | tool_call_partial_args | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"amount": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"... | I need to look up the information first.
Action: queue_sequencing_run
Arguments: {"shipping": "single", "amount": "level_1", "language": 469} | Agent tool call missing required parameter 'status' | {"shipping":"single","amount":"level_1","language":469,"status":"inactive"} |
TASK repair_structured_output
SPEC
FIELD param_p35 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_x61 TYPE number REQUIRED no
FIELD prop_g42 TYPE integer REQUIRED no
FIELD dim_c81.key_h88 TYPE string REQUIRED yes
FIELD dim_c81.col_p59 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|... | {"param_p35":"inland","prop_x61":235.38,"dim_c81":{"key_h88":"demo","col_p59":"level_6","param_d40":"https://api.com/data","param_j07":118.9,"col_l27":491,"prop_h52":"RTG-04"},"col_e88":{"attr_f25":"demo","dim_y06":"anchored","attr_s98":"push"}} | truncated_array | {
"type": "object",
"properties": {
"param_p35": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_x61": {
"type": "number"
},
"prop_g42": {
"type": "integer"
},
"dim_c81": {
"type": "obje... | {"param_p35":"inland","prop_x61":235.38,"dim_c81":{"key_h88":"demo","col_p59":"level_6","param_d40":"https://api.com/data","param_j07":118.9,"col_l27":491,"prop_h52":"RTG-04"},"col_e88":{"attr_f25":"demo","dim_y06":"anchored","attr_s98":"push"} | Unexpected end of JSON input — truncated object | {"param_p35":"inland","prop_x61":235.38,"dim_c81":{"key_h88":"demo","col_p59":"level_6","param_d40":"https://api.com/data","param_j07":118.9,"col_l27":491,"prop_h52":"RTG-04"},"col_e88":{"attr_f25":"demo","dim_y06":"anchored","attr_s98":"push"}} |
TASK repair_structured_output
SPEC
FIELD coverage TYPE integer REQUIRED no
FIELD commit_hash TYPE string_uri REQUIRED no
FIELD annotation TYPE string REQUIRED yes
FIELD company.name TYPE string_uri REQUIRED yes
FIELD company.updated_at TYPE integer REQUIRED yes
FIELD company.phenotype TYPE integer REQUIRED yes
FIELD c... | {"coverage":924,"commit_hash":"https://data.com/data","annotation":"MV-Evergreen-01","company":{"name":"https://data.org/data","updated_at":748,"phenotype":2,"interest_rate":true}} | wrong_type | {
"type": "object",
"properties": {
"coverage": {
"type": "integer"
},
"commit_hash": {
"type": "string",
"format": "uri"
},
"annotation": {
"type": "string"
},
"company": {
"type": "object",
"properties": {
"name": {
"type": "string"... | {"coverage": "\"924\"", "commit_hash": "https://data.com/data", "annotation": "MV-Evergreen-01", "company": {"name": "https://data.org/data", "updated_at": 748, "phenotype": 2, "interest_rate": true}} | Field 'coverage' must be integer, got string | {"coverage":924,"commit_hash":"https://data.com/data","annotation":"MV-Evergreen-01","company":{"name":"https://data.org/data","updated_at":748,"phenotype":2,"interest_rate":true}} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE integer REQUIRED yes
FIELD comments TYPE string REQUIRED no
FIELD wavelength.account_id TYPE string VALUES level_1|level_2 REQUIRED no
FIELD wavelength.velocity TYPE string_date-time REQUIRED yes
FIELD wavelength.branch TYPE boolean REQUIRED yes
FIELD wavelengt... | {"hazmat_code":756,"wavelength":{"account_id":"level_1","velocity":"2021-07-24T08:12:00Z","branch":false,"user_id":{"features":"https://example.io/api","span_id":591,"altitude":["low","high","high"]}},"filter_flag":{"longitude":"type_a","yield_pct":369,"price":"pending"}} | truncated_object | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "integer"
},
"comments": {
"type": "string"
},
"wavelength": {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"level_1",
"level_... | {"hazmat_code":756,"wavelength":{"account_id":"level_1","velocity":"2021-07-24T08:12:00Z","branch":false,"user_id":{"features":"https://example.io/api","span_id":591,"altitude":["low","high","high"]}},"filter_flag":{"longitude":"type_a","yield_pct":369,"price":"pending"} | Unexpected end of JSON input — truncated object | {"hazmat_code":756,"wavelength":{"account_id":"level_1","velocity":"2021-07-24T08:12:00Z","branch":false,"user_id":{"features":"https://example.io/api","span_id":591,"altitude":["low","high","high"]}},"filter_flag":{"longitude":"type_a","yield_pct":369,"price":"pending"}} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD compound TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD terminal_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
BROKEN_OUTPUT
{"trace_id": "cat_a", "compound": "blue", "terminal_id": "cat_b... | {"trace_id":"cat_a","compound":"blue","terminal_id":"cat_b"} | extra_field | {
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"compound": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"terminal_id": {... | {"trace_id": "cat_a", "compound": "blue", "terminal_id": "cat_b", "extra_data_6701": true} | Unknown field 'extra_data_6701' not defined in schema | {"trace_id":"cat_a","compound":"blue","terminal_id":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD visible TYPE boolean REQUIRED no
FIELD section.compound TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD section.message TYPE boolean REQUIRED yes
FIELD section.pressure_kpa TYPE boolean REQUIRED yes
FIELD label TYPE string_uri REQUIRED yes
FIELD cargo_ty... | {"section":{"compound":"new","message":false,"pressure_kpa":true},"label":"https://api.org/api","cargo_type":"GBP","catalyst":{"options":"arctic","order_id":"married","diagnosis_code":818.36,"insurance_id":"archived","subject":"https://www.com/api"}} | partial_structure | {
"type": "object",
"properties": {
"visible": {
"type": "boolean"
},
"section": {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | Result: section={'compound': 'new', 'message': False, 'pressure_kpa': True}, {"section":{"compound":"new","message":false,"pressure_kpa":true},"label":"https://api.org/api","cargo_type":"GBP","catalyst":{"options":"arctic","order_id":"married","diagnosis_code":818.36,"insurance_id":"archived","subject":"https://www.com... | Output mixes natural language with JSON | {"section":{"compound":"new","message":false,"pressure_kpa":true},"label":"https://api.org/api","cargo_type":"GBP","catalyst":{"options":"arctic","order_id":"married","diagnosis_code":818.36,"insurance_id":"archived","subject":"https://www.com/api"}} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE number REQUIRED yes
FIELD chromosome TYPE string REQUIRED no
FIELD pressure_kpa TYPE number REQUIRED no
FIELD end_date TYPE number REQUIRED yes
FIELD order_id.nickname TYPE string VALUES draft|published|archived REQUIRED no
FIELD order_id.last_name TYPE string R... | {"vital_sign":51.72,"chromosome":"baz","pressure_kpa":608.87,"end_date":800.39} | extra_text_before | {
"type": "object",
"properties": {
"vital_sign": {
"type": "number"
},
"chromosome": {
"type": "string"
},
"pressure_kpa": {
"type": "number"
},
"end_date": {
"type": "number"
},
"order_id": {
"type": "object",
"properties": {
"nicknam... | Sensor output follows:
{"vital_sign":51.72,"chromosome":"baz","pressure_kpa":608.87,"end_date":800.39} | Output contains non-JSON text before the object | {"vital_sign":51.72,"chromosome":"baz","pressure_kpa":608.87,"end_date":800.39} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD amplitude TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD ward.collateral TYPE null REQUIRED yes
FIELD ward.position TYPE string VALUES single|married|divorced REQUIRED no
FIELD ward.... | {"amplitude":"sms","ward":{"collateral":null,"position":"divorced","state":"Hapag-Lloyd-Express","subject":"Maria","cargo_type":[{"category":true,"run_id":true,"velocity":false,"id":43,"name":348,"salinity":"Johnson","torque_output":466.84,"type":"small"},{"category":false,"id":478,"name":392,"salinity":"approved","tor... | tool_call_text_mix | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"amplitude": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | Let me check the system.
<tool_call name="fetch_lab_result">
{"amplitude":"sms","ward":{"collateral":null,"position":"divorced","state":"Hapag-Lloyd-Express","subject":"Maria","cargo_type":[{"category":true,"run_id":true,"velocity":false,"id":43,"name":348,"salinity":"Johnson","torque_output":466.84,"type":"small"},{"c... | Agent response mixes reasoning text with tool call | {"amplitude":"sms","ward":{"collateral":null,"position":"divorced","state":"Hapag-Lloyd-Express","subject":"Maria","cargo_type":[{"category":true,"run_id":true,"velocity":false,"id":43,"name":348,"salinity":"Johnson","torque_output":466.84,"type":"small"},{"category":false,"id":478,"name":392,"salinity":"approved","tor... |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD interest_rate.color TYPE string REQUIRED yes
FIELD interest_rate.frequency_hz TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD interest_rate.procedure_code TYPE boolean REQUIRED yes
FIE... | {"shipping":"high","interest_rate":{"color":"chr1","frequency_hz":"resolved","procedure_code":false},"username":"type_d","crew_id":733.69} | tool_call_partial_args | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"interest_rate": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"freq... | I need to look up the information first.
Action: update_preferences
Arguments: {"shipping": "high", "username": "type_d", "crew_id": 733.69} | Agent tool call missing required parameter 'interest_rate' | {"shipping":"high","interest_rate":{"color":"chr1","frequency_hz":"resolved","procedure_code":false},"username":"type_d","crew_id":733.69} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD berth_slot TYPE string VALUES single|married|divorced REQUIRED no
FIELD repository TYPE integer REQUIRED no
FIELD frequency_hz TYPE string REQUIRED yes
FIELD role TYPE boolean REQUIRED yes
FIELD freight_class TYP... | {"chapter":"mode_b","berth_slot":"married","frequency_hz":"John","role":true,"freight_class":null} | thought_process | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"berth_slot": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"repository": {
... | Processing the request now.
I'll validate against the schema.
{"chapter":"mode_b","berth_slot":"married","frequency_hz":"John","role":true,"freight_class":null} | Output contains chain-of-thought reasoning before JSON | {"chapter":"mode_b","berth_slot":"married","frequency_hz":"John","role":true,"freight_class":null} |
TASK repair_structured_output
SPEC
FIELD state.wavelength TYPE string REQUIRED no
FIELD state.username TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD state.currency TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD state.enabled TYPE string_date-time REQUIRED no
FIELD state.branch TY... | {"state":{"username":"option_b","enabled":"2026-03-27T18:43:00Z","branch":"Jane","company":471.92},"frequency_hz":true,"discount":{"organism":{"coverage":611,"rating":"example","status_code":883,"timezone":"mode_f","commit_hash":"Charlie","strand":"https://example.io/v1"},"manifest_ref":"FWD","longitude":"REV","freight... | tool_call_wrong_param | {
"type": "object",
"properties": {
"state": {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"username": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
... | Tool: get_inventory
Params: {"frequency_hz": true, "discount": {"organism": {"coverage": 611, "rating": "example", "status_code": 883, "timezone": "mode_f", "commit_hash": "Charlie", "strand": "https://example.io/v1"}, "manifest_ref": "FWD", "longitude": "REV", "freight_class": "A short description.", "end_date": 191.5... | Agent used wrong parameter name 'state_value' instead of 'state' | {"state":{"username":"option_b","enabled":"2026-03-27T18:43:00Z","branch":"Jane","company":471.92},"frequency_hz":true,"discount":{"organism":{"coverage":611,"rating":"example","status_code":883,"timezone":"mode_f","commit_hash":"Charlie","strand":"https://example.io/v1"},"manifest_ref":"FWD","longitude":"REV","freight... |
TASK repair_structured_output
SPEC
FIELD values TYPE string REQUIRED no
FIELD payment_status TYPE string REQUIRED no
FIELD footnote[].shift_code TYPE null REQUIRED no
FIELD footnote[].email TYPE boolean REQUIRED no
FIELD footnote[].branch TYPE string VALUES type_a|type_b REQUIRED yes
FIELD footnote[].priority TYPE str... | {"footnote":[{"shift_code":null,"email":false,"branch":"type_b","values":"new"},{"branch":"type_a","priority":"low"},{"email":false,"branch":"type_a","priority":"medium"}],"trace_id":[{"status":492,"lane":"GRCh38","turbidity":"test@example.com","footnote":415.6,"id":230},{"crew_id":763,"status":890,"lane":"baz","turbid... | missing_required | {
"type": "object",
"properties": {
"values": {
"type": "string"
},
"payment_status": {
"type": "string"
},
"footnote": {
"type": "array",
"items": {
"type": "object",
"properties": {
"shift_code": {
"type": "null"
},
... | {"trace_id": [{"status": 492, "lane": "GRCh38", "turbidity": "test@example.com", "footnote": 415.6, "id": 230}, {"crew_id": 763, "status": 890, "lane": "baz", "turbidity": "test@test.io", "footnote": 299.32, "section": 60, "id": 786}, {"crew_id": 319, "status": 182, "lane": "pending", "turbidity": "user@test.io", "foot... | Required field 'footnote' is missing | {"footnote":[{"shift_code":null,"email":false,"branch":"type_b","values":"new"},{"branch":"type_a","priority":"low"},{"email":false,"branch":"type_a","priority":"medium"}],"trace_id":[{"status":492,"lane":"GRCh38","turbidity":"test@example.com","footnote":415.6,"id":230},{"crew_id":763,"status":890,"lane":"baz","turbid... |
TASK repair_structured_output
SPEC
FIELD attr_w52 TYPE string REQUIRED no
FIELD attr_c19 TYPE integer REQUIRED no
FIELD param_z79 TYPE string REQUIRED yes
FIELD attr_h08 TYPE string_date-time REQUIRED no
FIELD val_k10[].val_k66 TYPE number REQUIRED yes
FIELD val_k10[].val_y99 TYPE number REQUIRED no
FIELD val_k10[].co... | {"attr_w52":"qux","param_z79":"Jane","attr_h08":"2023-09-06T01:18:00Z","val_k10":[{"val_k66":225.56,"col_z46":false,"col_y87":true,"val_s25":"EUR","key_y54":"inland"},{"val_k66":304.21,"val_y99":295.85,"col_z46":false,"key_y54":"inland"},{"val_k66":790.68,"val_y99":64.49,"col_z46":true,"val_s25":"GBP"}]} | extra_field | {
"type": "object",
"properties": {
"attr_w52": {
"type": "string"
},
"attr_c19": {
"type": "integer"
},
"param_z79": {
"type": "string"
},
"attr_h08": {
"type": "string",
"format": "date-time"
},
"val_k10": {
"type": "array",
"items": {
... | {"attr_w52": "qux", "param_z79": "Jane", "attr_h08": "2023-09-06T01:18:00Z", "val_k10": [{"val_k66": 225.56, "col_z46": false, "col_y87": true, "val_s25": "EUR", "key_y54": "inland"}, {"val_k66": 304.21, "val_y99": 295.85, "col_z46": false, "key_y54": "inland"}, {"val_k66": 790.68, "val_y99": 64.49, "col_z46": true, "v... | Unknown field 'extra_data_2797' not defined in schema | {"attr_w52":"qux","param_z79":"Jane","attr_h08":"2023-09-06T01:18:00Z","val_k10":[{"val_k66":225.56,"col_z46":false,"col_y87":true,"val_s25":"EUR","key_y54":"inland"},{"val_k66":304.21,"val_y99":295.85,"col_z46":false,"key_y54":"inland"},{"val_k66":790.68,"val_y99":64.49,"col_z46":true,"val_s25":"GBP"}]} |
TASK repair_structured_output
SPEC
FIELD attr_r36 TYPE string REQUIRED no
FIELD dim_h32 TYPE number REQUIRED yes
FIELD key_l67[] TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_d14[] TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: get_inven... | {"dim_h32":769.12,"key_l67":["confirmed","rejected","pending_review","escalated"],"field_d14":["2024-06-30","GRCh38","Tokyo"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_r36": {
"type": "string"
},
"dim_h32": {
"type": "number"
},
"key_l67": {
"type": "array",
"items": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"... | I need to look up the information first.
Action: get_inventory
Arguments: {"key_l67": ["confirmed", "rejected", "pending_review", "escalated"], "field_d14": ["2024-06-30", "GRCh38", "Tokyo"]} | Agent tool call missing required parameter 'dim_h32' | {"dim_h32":769.12,"key_l67":["confirmed","rejected","pending_review","escalated"],"field_d14":["2024-06-30","GRCh38","Tokyo"]} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE null REQUIRED no
FIELD options TYPE integer REQUIRED no
FIELD message.role TYPE string REQUIRED no
FIELD message.sensor_id TYPE string_date-time REQUIRED yes
FIELD message.shift_code TYPE boolean REQUIRED yes
FIELD thumbnail TYPE boolean REQUIRED yes
FIELD mani... | {"options":889,"message":{"role":"Silva","sensor_id":"2026-03-04T09:45:00Z","shift_code":true},"thumbnail":false,"manifest_ref":"2023-12-25","count":true,"state":7.65} | missing_brace | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "null"
},
"options": {
"type": "integer"
},
"message": {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"sensor_id": {
"type": "string",
"fo... | {"options":889,"message":{"role":"Silva","sensor_id":"2026-03-04T09:45:00Z","shift_code":true,"thumbnail":false,"manifest_ref":"2023-12-25","count":true,"state":7.65} | Missing closing brace | {"options":889,"message":{"role":"Silva","sensor_id":"2026-03-04T09:45:00Z","shift_code":true},"thumbnail":false,"manifest_ref":"2023-12-25","count":true,"state":7.65} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string REQUIRED yes
FIELD total TYPE integer REQUIRED yes
FIELD account_id TYPE boolean REQUIRED yes
FIELD repository TYPE string REQUIRED no
FIELD count.log_level TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD count.vessel_name TY... | {"commit_hash":"REV","total":251,"account_id":true,"repository":"Sao Paulo","tax":170.54} | number_with_unit | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string"
},
"total": {
"type": "integer"
},
"account_id": {
"type": "boolean"
},
"repository": {
"type": "string"
},
"count": {
"type": "object",
"properties": {
"log_level": ... | {"commit_hash": "REV", "total": 251, "account_id": true, "repository": "Sao Paulo", "tax": "170.54cm"} | Field 'tax' must be number, got string with unit | {"commit_hash":"REV","total":251,"account_id":true,"repository":"Sao Paulo","tax":170.54} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD country TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD message TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD crew_id TYPE integer REQUIRED no
FIELD isotope TYPE number REQUI... | {"allele":"anchored","country":"active","message":"push","crew_id":314,"isotope":176.48} | extra_field | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"country": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"... | {"allele": "anchored", "country": "active", "message": "push", "crew_id": 314, "isotope": 176.48, "extra_data_8364": 42} | Unknown field 'extra_data_8364' not defined in schema | {"allele":"anchored","country":"active","message":"push","crew_id":314,"isotope":176.48} |
TASK repair_structured_output
SPEC
FIELD prop_j17 TYPE integer REQUIRED yes
FIELD val_d78 TYPE number REQUIRED no
FIELD attr_r90 TYPE number REQUIRED no
FIELD attr_c28 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
BROKEN_OUTPUT
{"prop_j17": 729, "val_d78": 232.62, "attr_r90": 199.71, "attr_c28": "coas... | {"prop_j17":729,"val_d78":232.62,"attr_r90":199.71,"attr_c28":"coastal"} | extra_field | {
"type": "object",
"properties": {
"prop_j17": {
"type": "integer"
},
"val_d78": {
"type": "number"
},
"attr_r90": {
"type": "number"
},
"attr_c28": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {"prop_j17": 729, "val_d78": 232.62, "attr_r90": 199.71, "attr_c28": "coastal", "extra_data_7608": true} | Unknown field 'extra_data_7608' not defined in schema | {"prop_j17":729,"val_d78":232.62,"attr_r90":199.71,"attr_c28":"coastal"} |
TASK repair_structured_output
SPEC
FIELD param_p78 TYPE string_email REQUIRED no
FIELD key_u03 TYPE integer REQUIRED yes
FIELD prop_n00 TYPE string_date-time REQUIRED no
FIELD val_r76 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
BROKEN_OUTPUT
```json
{"param_p78":"ops@test.io","key_u03":713,"prop_n00":"2... | {"param_p78":"ops@test.io","key_u03":713,"prop_n00":"2024-08-27T20:55:00Z","val_r76":"basic"} | markdown_fences | {
"type": "object",
"properties": {
"param_p78": {
"type": "string",
"format": "email"
},
"key_u03": {
"type": "integer"
},
"prop_n00": {
"type": "string",
"format": "date-time"
},
"val_r76": {
"type": "string",
"enum": [
"free",
... | ```json
{"param_p78":"ops@test.io","key_u03":713,"prop_n00":"2024-08-27T20:55:00Z","val_r76":"basic"}
``` | Output contains markdown code fences | {"param_p78":"ops@test.io","key_u03":713,"prop_n00":"2024-08-27T20:55:00Z","val_r76":"basic"} |
TASK repair_structured_output
SPEC
FIELD field_c60 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_d45 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD val_h22 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_u92 TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action:... | {"field_c60":"phone","prop_d45":"cat_b","attr_u92":"Tokyo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_c60": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_d45": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"val_h22": {
"type": "stri... | Let me check the system.
Action: schedule_meeting
Arguments: {"field_c60": "phone", "attr_u92": "Tokyo"} | Agent tool call missing required parameter 'prop_d45' | {"field_c60":"phone","prop_d45":"cat_b","attr_u92":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD step TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD start_date TYPE boolean REQUIRED yes
FIELD duration_ms TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD h... | {"subtotal":"hemizygous","step":"option_a","start_date":false,"duration_ms":"closed","humidity_pct":false,"chromosome":926} | invalid_enum | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"step": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"start_d... | {"subtotal": "hemizygous", "step": "invalid_value_873", "start_date": false, "duration_ms": "closed", "humidity_pct": false, "chromosome": 926} | Field 'step' has invalid enum value 'invalid_value_873', expected one of ['option_a', 'option_b', 'option_c'] | {"subtotal":"hemizygous","step":"option_a","start_date":false,"duration_ms":"closed","humidity_pct":false,"chromosome":926} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE integer REQUIRED yes
FIELD currency.fleet_number TYPE number REQUIRED no
FIELD currency.username TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD currency.description TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD currency.comments TYPE integ... | {"chapter":414,"currency":{"fleet_number":680.46,"username":"level_2","description":"viewer","comments":67,"ph_level":{"message":"mode_b","organism":"active"},"country":{"salinity":"cat_d","subtotal":48,"product_id":"mode_b","length":271.77},"insurance_id":true},"date":"success","active":152} | missing_required | {
"type": "object",
"properties": {
"chapter": {
"type": "integer"
},
"currency": {
"type": "object",
"properties": {
"fleet_number": {
"type": "number"
},
"username": {
"type": "string",
"enum": [
"level_1",
... | {"currency": {"fleet_number": 680.46, "username": "level_2", "description": "viewer", "comments": 67, "ph_level": {"message": "mode_b", "organism": "active"}, "country": {"salinity": "cat_d", "subtotal": 48, "product_id": "mode_b", "length": 271.77}, "insurance_id": true}, "date": "success", "active": 152} | Required field 'chapter' is missing | {"chapter":414,"currency":{"fleet_number":680.46,"username":"level_2","description":"viewer","comments":67,"ph_level":{"message":"mode_b","organism":"active"},"country":{"salinity":"cat_d","subtotal":48,"product_id":"mode_b","length":271.77},"insurance_id":true},"date":"success","active":152} |
TASK repair_structured_output
SPEC
FIELD key_b61.attr_t12 TYPE boolean REQUIRED yes
FIELD key_b61.key_u65 TYPE string_uri REQUIRED no
FIELD key_b61.col_h76 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD key_b61.col_o07 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_b61.col_b18 TYPE string VALUES o... | {"key_b61":{"attr_t12":true,"col_o07":"sms","col_b18":"option_b","prop_t58":"https://api.io/data"},"attr_c30":true,"dim_j92":"in_progress","key_a79":"2024-06-30","attr_m46":"2025-06-03T09:32:00Z","attr_g48":"pending"} | thought_process | {
"type": "object",
"properties": {
"key_b61": {
"type": "object",
"properties": {
"attr_t12": {
"type": "boolean"
},
"key_u65": {
"type": "string",
"format": "uri"
},
"col_h76": {
"type": "string",
"enum": [
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"key_b61":{"attr_t12":true,"col_o07":"sms","col_b18":"option_b","prop_t58":"https://api.io/data"},"attr_c30":true,"dim_j92":"in_progress","key_a79":"2024-06-30","attr_m46":"2025-06-03T09:32:00Z","attr_g48"... | Output contains chain-of-thought reasoning before JSON | {"key_b61":{"attr_t12":true,"col_o07":"sms","col_b18":"option_b","prop_t58":"https://api.io/data"},"attr_c30":true,"dim_j92":"in_progress","key_a79":"2024-06-30","attr_m46":"2025-06-03T09:32:00Z","attr_g48":"pending"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD berth_slot TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD shipping TYPE integer REQUIRED yes
FIELD priority[].notes TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD priority[].lang... | {"freight_class":"mode_b","berth_slot":"type_a","shipping":796,"priority":[{"notes":"cat_a","language":"maintenance","allele":"qux","company":"cat_c","name":true}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"berth_slot": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
... | assign_berth(freight_class='mode_b', berth_slot='type_a', shipping=796, priority=[{'notes': 'cat_a', 'language': 'maintenance', 'allele': 'qux', 'company': 'cat_c', 'name': True}]) | Tool call uses Python syntax instead of JSON | {"freight_class":"mode_b","berth_slot":"type_a","shipping":796,"priority":[{"notes":"cat_a","language":"maintenance","allele":"qux","company":"cat_c","name":true}]} |
TASK repair_structured_output
SPEC
FIELD attr_w85 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_r32 TYPE string_date-time REQUIRED yes
FIELD col_a54 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: validate_address
Arguments: {"attr_w85": "enterprise", "col_a54": "New York... | {"attr_w85":"enterprise","col_r32":"2020-08-04T12:26:00Z","col_a54":"New York"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_w85": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_r32": {
"type": "string",
"format": "date-time"
},
"col_a54": {
"type": "string"
}
},
"required... | Let me check the system.
Action: validate_address
Arguments: {"attr_w85": "enterprise", "col_a54": "New York"} | Agent tool call missing required parameter 'col_r32' | {"attr_w85":"enterprise","col_r32":"2020-08-04T12:26:00Z","col_a54":"New York"} |
TASK repair_structured_output
SPEC
FIELD dim_m20 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD field_k59.val_r64 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD field_k59.field_h38 TYPE string_email REQUIRED yes
FIELD field_k59.prop_y85 TYPE string VALUES type_a... | {"dim_m20":"mode_e","field_k59":{"field_h38":"test@test.io","val_h67":"2023-11-17T07:25:00Z","dim_r49":"option_a"},"dim_c73":862.7,"field_p60":"type_a","field_u35":{"prop_w95":"option_c","key_i09":738,"dim_x00":"level_2","field_j40":"PASS","prop_z54":{"col_j80":909.76,"dim_x04":"divorced","val_r96":true,"key_z59":426}}... | extra_text_after | {
"type": "object",
"properties": {
"dim_m20": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"field_k59": {
"type": "object",
"properties": {
"val_r64": {
"type": "string",
... | {"dim_m20":"mode_e","field_k59":{"field_h38":"test@test.io","val_h67":"2023-11-17T07:25:00Z","dim_r49":"option_a"},"dim_c73":862.7,"field_p60":"type_a","field_u35":{"prop_w95":"option_c","key_i09":738,"dim_x00":"level_2","field_j40":"PASS","prop_z54":{"col_j80":909.76,"dim_x04":"divorced","val_r96":true,"key_z59":426}}... | Output contains non-JSON text after the object | {"dim_m20":"mode_e","field_k59":{"field_h38":"test@test.io","val_h67":"2023-11-17T07:25:00Z","dim_r49":"option_a"},"dim_c73":862.7,"field_p60":"type_a","field_u35":{"prop_w95":"option_c","key_i09":738,"dim_x00":"level_2","field_j40":"PASS","prop_z54":{"col_j80":909.76,"dim_x04":"divorced","val_r96":true,"key_z59":426}}... |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string_email REQUIRED no
FIELD due_date TYPE string REQUIRED yes
FIELD aligned_pct TYPE integer REQUIRED no
FIELD phone.features TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD phone.url TYPE string VALUES coastal|oceanic|inland|ar... | {"span_id":"ops@domain.org","due_date":"hello","phone":{"features":"confirmed","url":"arctic","verified":"2020-08-20T00:02:00Z","organism":834}} | truncated_array | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"format": "email"
},
"due_date": {
"type": "string"
},
"aligned_pct": {
"type": "integer"
},
"phone": {
"type": "object",
"properties": {
"features": {
"type": "string... | {"span_id":"ops@domain.org","due_date":"hello","phone":{"features":"confirmed","url":"arctic","verified":"2020-08-20T00:02:00Z","organism":834} | Unexpected end of JSON input — truncated object | {"span_id":"ops@domain.org","due_date":"hello","phone":{"features":"confirmed","url":"arctic","verified":"2020-08-20T00:02:00Z","organism":834}} |
TASK repair_structured_output
SPEC
FIELD prop_j12 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_m88 TYPE boolean REQUIRED no
FIELD val_i66 TYPE string REQUIRED no
FIELD col_s92 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_d70 TYPE string VALUES operational|degraded|offline|mainte... | {"prop_j12":"admin","attr_m88":true,"val_i66":"Berlin","col_s92":"info","dim_d70":"degraded","val_z55":"ops@test.io"} | boolean_as_string | {
"type": "object",
"properties": {
"prop_j12": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_m88": {
"type": "boolean"
},
"val_i66": {
"type": "string"
},
"col_s92": {
"type": "string",
"enum": [
... | {"prop_j12": "admin", "attr_m88": "False", "val_i66": "Berlin", "col_s92": "info", "dim_d70": "degraded", "val_z55": "ops@test.io"} | Field 'attr_m88' must be boolean, got string | {"prop_j12":"admin","attr_m88":true,"val_i66":"Berlin","col_s92":"info","dim_d70":"degraded","val_z55":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD prop_y71.dim_q57 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD prop_y71.attr_p28 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_y71.attr_l36 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD prop_y7... | {"prop_y71":{"dim_q57":"cat_a","attr_p28":"nonsense","attr_l36":"option_c","field_p27":"mode_e","col_b57":747.33},"dim_n97":"Santos"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_y71": {
"type": "object",
"properties": {
"dim_q57": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"attr_p28": {
"type": "string",
"enum": [
"... | {prop_y71:{dim_q57:"cat_a",attr_p28:"nonsense",attr_l36:"option_c",field_p27:"mode_e",col_b57:747.33},dim_n97:"Santos"} | Expecting property name enclosed in double quotes | {"prop_y71":{"dim_q57":"cat_a","attr_p28":"nonsense","attr_l36":"option_c","field_p27":"mode_e","col_b57":747.33},"dim_n97":"Santos"} |
TASK repair_structured_output
SPEC
FIELD field_l48 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD prop_n49 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD field_s57 TYPE integer REQUIRED yes
FIELD attr_u88 TYPE string_date-time REQUIRED no
FIELD col_u26 TYPE string VALUES option... | {"prop_n49":"level_4","field_s57":909,"attr_u88":"2020-06-07T02:16:00Z","col_u26":"option_b","key_f94":true} | partial_structure | {
"type": "object",
"properties": {
"field_l48": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_n49": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | Based on the data, prop_n49 is level_4. {"prop_n49":"level_4","field_s57":909,"attr_u88":"2020-06-07T02:16:00Z","col_u26":"option_b","key_f94":true} | Output mixes natural language with JSON | {"prop_n49":"level_4","field_s57":909,"attr_u88":"2020-06-07T02:16:00Z","col_u26":"option_b","key_f94":true} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD amount TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD loan_amount.active TYPE boolean REQUIRED yes
FIELD loan_amount.amplitude TYPE string_email REQUIRED yes
FIELD loan_amou... | {"pressure_kpa":"closed","amount":"unstable","loan_amount":{"active":true,"amplitude":"admin@example.com","created_at":906.7}} | markdown_explanation | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"amount": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | Here is the JSON you requested:
```json
{"pressure_kpa":"closed","amount":"unstable","loan_amount":{"active":true,"amplitude":"admin@example.com","created_at":906.7}}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"pressure_kpa":"closed","amount":"unstable","loan_amount":{"active":true,"amplitude":"admin@example.com","created_at":906.7}} |
TASK repair_structured_output
SPEC
FIELD attr_r13.param_s20 TYPE string_uri REQUIRED no
FIELD attr_r13.col_b38 TYPE string VALUES type_a|type_b REQUIRED no
FIELD attr_r13.val_t92 TYPE string REQUIRED no
FIELD attr_r13.key_p17 TYPE null REQUIRED no
FIELD attr_r13.field_a15 TYPE string REQUIRED yes
FIELD attr_r13.field_... | {"attr_r13":{"param_s20":"https://api.io/data","col_b38":"type_b","val_t92":"2023-12-25","key_p17":null,"field_a15":"REV","dim_b44":"Alice"},"val_j89":153,"prop_v87":"level_1","key_f93":806.81} | thought_process | {
"type": "object",
"properties": {
"attr_r13": {
"type": "object",
"properties": {
"param_s20": {
"type": "string",
"format": "uri"
},
"col_b38": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"attr_r13":{"param_s20":"https://api.io/data","col_b38":"type_b","val_t92":"2023-12-25","key_p17":null,"field_a15":"REV","dim_b44":"Alice"},"val_j89":153,"prop_v87":"level_1","key_f93":806.81} | Output contains chain-of-thought reasoning before JSON | {"attr_r13":{"param_s20":"https://api.io/data","col_b38":"type_b","val_t92":"2023-12-25","key_p17":null,"field_a15":"REV","dim_b44":"Alice"},"val_j89":153,"prop_v87":"level_1","key_f93":806.81} |
TASK repair_structured_output
SPEC
FIELD key_w33 TYPE number REQUIRED no
FIELD field_e80 TYPE string REQUIRED yes
FIELD dim_d03[] TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_x20[].param_m30 TYPE string_email REQUIRED yes
FIELD key_x20[].prop_l12 TYPE string VALUES option_a|option_b|option... | {"key_w33":904.42,"field_e80":"Santos","key_x20":[{"param_m30":"info@example.com","prop_l12":"option_b","key_i00":"test@example.com","dim_b80":"Diana"},{"param_m30":"user@test.io","prop_l12":"option_b","key_i00":"user@example.com","dim_b80":"demo"},{"param_m30":"admin@domain.org","prop_l12":"option_d","key_i00":"admin@... | thought_process | {
"type": "object",
"properties": {
"key_w33": {
"type": "number"
},
"field_e80": {
"type": "string"
},
"dim_d03": {
"type": "array",
"items": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"key_w33":904.42,"field_e80":"Santos","key_x20":[{"param_m30":"info@example.com","prop_l12":"option_b","key_i00":"test@example.com","dim_b80":"Diana"},{"param_m30":"user@test.io","prop_l12":"option_b... | Output contains chain-of-thought reasoning before JSON | {"key_w33":904.42,"field_e80":"Santos","key_x20":[{"param_m30":"info@example.com","prop_l12":"option_b","key_i00":"test@example.com","dim_b80":"Diana"},{"param_m30":"user@test.io","prop_l12":"option_b","key_i00":"user@example.com","dim_b80":"demo"},{"param_m30":"admin@domain.org","prop_l12":"option_d","key_i00":"admin@... |
TASK repair_structured_output
SPEC
FIELD attr_c29 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_p64 TYPE string REQUIRED no
FIELD field_x89 TYPE integer REQUIRED no
FIELD attr_x62 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD field_i61 TYPE string VALUES mode_... | {"attr_c29":"heterozygous","attr_x62":"cat_d","field_r42":"type_b"} | agent_chain | {
"type": "object",
"properties": {
"attr_c29": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_p64": {
"type": "string"
},
"field_x89": {
"type": "integer"
},
"attr_x62": {
"type": "string",
... | I need to look up the information first.
Action: get_inventory
Result: {"attr_c29": "heterozygous", "field_r42": "type_b"}
Processing the request now.
Action: filter_variants
Result: | Agent multi-step chain with truncated tool output | {"attr_c29":"heterozygous","attr_x62":"cat_d","field_r42":"type_b"} |
TASK repair_structured_output
SPEC
FIELD width.tax TYPE boolean REQUIRED no
FIELD width.commit_hash TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD width.longitude TYPE integer REQUIRED yes
FIELD width.insurance_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD width.reagent TYPE strin... | {"width":{"commit_hash":"coastal","longitude":513,"insurance_id":"active","build_status":{"published":"2022-11-10T02:31:00Z","username":"option_c","reagent":29,"humidity_pct":true,"payment_status":612,"position":"Oliveira"},"berth_slot":"baz"},"batch_code":"cat_b","cargo_type":"mode_d"} | extra_field | {
"type": "object",
"properties": {
"width": {
"type": "object",
"properties": {
"tax": {
"type": "boolean"
},
"commit_hash": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {"width": {"commit_hash": "coastal", "longitude": 513, "insurance_id": "active", "build_status": {"published": "2022-11-10T02:31:00Z", "username": "option_c", "reagent": 29, "humidity_pct": true, "payment_status": 612, "position": "Oliveira"}, "berth_slot": "baz"}, "batch_code": "cat_b", "cargo_type": "mode_d", "extra_... | Unknown field 'extra_data_9400' not defined in schema | {"width":{"commit_hash":"coastal","longitude":513,"insurance_id":"active","build_status":{"published":"2022-11-10T02:31:00Z","username":"option_c","reagent":29,"humidity_pct":true,"payment_status":612,"position":"Oliveira"},"berth_slot":"baz"},"batch_code":"cat_b","cargo_type":"mode_d"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string REQUIRED no
FIELD fleet_number TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD timezone TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD terminal_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD rating[] TYPE integer ... | {"allele":"Jane","fleet_number":"cat_a","timezone":"cat_a","terminal_id":"published"} | tool_call_partial_args | {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"fleet_number": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"timezone": {
"type": "string",
"enum": [
"cat_a"... | I need to look up the information first.
Action: validate_address
Arguments: {"allele": "Jane", "fleet_number": "cat_a", "timezone": "cat_a"} | Agent tool call missing required parameter 'terminal_id' | {"allele":"Jane","fleet_number":"cat_a","timezone":"cat_a","terminal_id":"published"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE integer REQUIRED yes
FIELD email TYPE string REQUIRED yes
FIELD frequency_hz TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD zip_code TYPE string REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="call_variants">
... | {"ph_level":248,"email":"active","frequency_hz":"level_5","zip_code":"user@domain.com"} | tool_call_text_mix | {
"type": "object",
"properties": {
"ph_level": {
"type": "integer"
},
"email": {
"type": "string"
},
"frequency_hz": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"zip_code":... | Processing the request now.
<tool_call name="call_variants">
{"ph_level":248,"email":"active","frequency_hz":"level_5","zip_code":"user@domain.com"}
</tool_call. | Agent response mixes reasoning text with tool call | {"ph_level":248,"email":"active","frequency_hz":"level_5","zip_code":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD val_h48 TYPE boolean REQUIRED no
FIELD col_r59 TYPE string REQUIRED yes
FIELD val_m88 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_g77.val_e78 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_g77.dim_t49 TYPE string REQUIRED no
FIELD col_... | {"val_h48":true,"col_r59":"user@domain.com","val_m88":"enterprise"} | markdown_explanation | {
"type": "object",
"properties": {
"val_h48": {
"type": "boolean"
},
"col_r59": {
"type": "string"
},
"val_m88": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_g77": {
"type": "object",
... | Pipeline result:
```json
{"val_h48":true,"col_r59":"user@domain.com","val_m88":"enterprise"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"val_h48":true,"col_r59":"user@domain.com","val_m88":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD field_l74 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD prop_u15 TYPE string REQUIRED no
FIELD param_a48 TYPE boolean REQUIRED no
FIELD dim_j36 TYPE string_date-time REQUIRED yes
FIELD dim_y12 TYPE string REQUIRED no
BROKEN_OUTPUT
"field_l74":"mode_e"... | {"field_l74":"mode_e","prop_u15":"baz","dim_j36":"2026-04-20T10:52:00Z"} | missing_brace | {
"type": "object",
"properties": {
"field_l74": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_u15": {
"type": "string"
},
"param_a48": {
"type": "boolean"
},
"dim_j36": {
... | "field_l74":"mode_e","prop_u15":"baz","dim_j36":"2026-04-20T10:52:00Z"} | Missing closing brace | {"field_l74":"mode_e","prop_u15":"baz","dim_j36":"2026-04-20T10:52:00Z"} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE boolean REQUIRED no
FIELD trace_id TYPE string REQUIRED no
FIELD step TYPE boolean REQUIRED yes
FIELD credit_score TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD balance TYPE string REQUIRED no
FIELD username TYPE integer REQUIRED no
FIELD longit... | {"feedback":true,"trace_id":"RTG-04","step":true,"credit_score":"mode_a","balance":"Sao Paulo","username":752,"longitude":"mode_a"} | number_with_unit | {
"type": "object",
"properties": {
"feedback": {
"type": "boolean"
},
"trace_id": {
"type": "string"
},
"step": {
"type": "boolean"
},
"credit_score": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
... | {"feedback": true, "trace_id": "RTG-04", "step": true, "credit_score": "mode_a", "balance": "Sao Paulo", "username": "752%", "longitude": "mode_a"} | Field 'username' must be number, got string with unit | {"feedback":true,"trace_id":"RTG-04","step":true,"credit_score":"mode_a","balance":"Sao Paulo","username":752,"longitude":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE boolean REQUIRED yes
FIELD tags TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD department.title TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD department.medication TYPE boolean REQUIRED yes
FIELD department.size... | {"phone":true,"tags":"closed","department":{"title":"maintenance","medication":false,"size":712.82,"last_name":"Jane"},"country":{"status_code":"homozygous","position":"new","manifest_ref":272,"crew_id":false,"catalyst":663,"turbidity":"intermittent","format":447}} | single_quotes | {
"type": "object",
"properties": {
"phone": {
"type": "boolean"
},
"tags": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"department": {
"type": "object",
"properties": {
"title": {
... | {'phone':true,'tags':'closed','department':{'title':'maintenance','medication':false,'size':712.82,'last_name':'Jane'},'country':{'status_code':'homozygous','position':'new','manifest_ref':272,'crew_id':false,'catalyst':663,'turbidity':'intermittent','format':447}} | Expecting property name enclosed in double quotes | {"phone":true,"tags":"closed","department":{"title":"maintenance","medication":false,"size":712.82,"last_name":"Jane"},"country":{"status_code":"homozygous","position":"new","manifest_ref":272,"crew_id":false,"catalyst":663,"turbidity":"intermittent","format":447}} |
TASK repair_structured_output
SPEC
FIELD param_j62 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_m19 TYPE string REQUIRED no
FIELD prop_i37.param_w72 TYPE boolean REQUIRED no
FIELD prop_i37.val_f68 TYPE string REQUIRED no
FIELD prop_i37.field_p83 TYPE string VALUES free|basic|pro|enterprise REQUIRE... | {"param_j62":"pending","prop_i37":{"param_w72":false,"val_f68":"Silva","field_p83":"enterprise","key_h21":937.93,"key_w67":"QC-07"},"dim_q28":7.81,"dim_h46":"missense","param_w97":570} | markdown_fences | {
"type": "object",
"properties": {
"param_j62": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_m19": {
"type": "string"
},
"prop_i37": {
"type": "object",
"properties": {
"param_w72": {
"type"... | ```json
{"param_j62":"pending","prop_i37":{"param_w72":false,"val_f68":"Silva","field_p83":"enterprise","key_h21":937.93,"key_w67":"QC-07"},"dim_q28":7.81,"dim_h46":"missense","param_w97":570}
``` | Output contains markdown code fences | {"param_j62":"pending","prop_i37":{"param_w72":false,"val_f68":"Silva","field_p83":"enterprise","key_h21":937.93,"key_w67":"QC-07"},"dim_q28":7.81,"dim_h46":"missense","param_w97":570} |
TASK repair_structured_output
SPEC
FIELD dim_x96 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD col_o26 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD col_t22 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
BROKEN_OUTPUT
{"dim_x96":"cat_d","col_o26":"cat_c","col_t22":"mod... | {"dim_x96":"cat_d","col_o26":"cat_c","col_t22":"mode_c"} | truncated_object | {
"type": "object",
"properties": {
"dim_x96": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"col_o26": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
... | {"dim_x96":"cat_d","col_o26":"cat_c","col_t22":"mode_c" | Unexpected end of JSON input — truncated object | {"dim_x96":"cat_d","col_o26":"cat_c","col_t22":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE number REQUIRED yes
FIELD paragraph TYPE boolean REQUIRED yes
FIELD color[].procedure_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD color[].tax TYPE boolean REQUIRED yes
FIELD color[].address TYPE string VALUES cat_a|cat_b|cat_c|cat_d|ca... | {"currency":524.67,"paragraph":false,"color":[{"procedure_code":"unstable","tax":false,"address":"cat_c"},{"tax":false,"address":"cat_a","frequency_hz":"Johnson"},{"procedure_code":"unstable","tax":true,"address":"cat_e","frequency_hz":"Silva"}]} | number_with_unit | {
"type": "object",
"properties": {
"currency": {
"type": "number"
},
"paragraph": {
"type": "boolean"
},
"color": {
"type": "array",
"items": {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum... | {"currency": "524.67px", "paragraph": false, "color": [{"procedure_code": "unstable", "tax": false, "address": "cat_c"}, {"tax": false, "address": "cat_a", "frequency_hz": "Johnson"}, {"procedure_code": "unstable", "tax": true, "address": "cat_e", "frequency_hz": "Silva"}]} | Field 'currency' must be number, got string with unit | {"currency":524.67,"paragraph":false,"color":[{"procedure_code":"unstable","tax":false,"address":"cat_c"},{"tax":false,"address":"cat_a","frequency_hz":"Johnson"},{"procedure_code":"unstable","tax":true,"address":"cat_e","frequency_hz":"Silva"}]} |
TASK repair_structured_output
SPEC
FIELD dim_w70 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD col_g20 TYPE number REQUIRED no
FIELD key_v93.field_p86 TYPE integer REQUIRED yes
FIELD key_v93.param_j52 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD key_v93.col_l09 TYPE integer REQU... | {"dim_w70":"resolved","col_g20":666.97,"key_v93":{"field_p86":878,"param_j52":"pending","col_l09":452,"param_w51":"New York","dim_f02":"chrX","key_r97":"test","key_w06":"heterozygous","dim_o08":"https://api.example.com/v1"}} | agent_chain | {
"type": "object",
"properties": {
"dim_w70": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_g20": {
"type": "number"
},
"key_v93": {
"type": "object",
"properties": {
"field_p86": {... | Let me check the system.
Action: apply_discount
Result: {"dim_w70": "resolved", "col_g20": 666.97}
I'll query our database.
Action: transfer_call
Result: | Agent multi-step chain with truncated tool output | {"dim_w70":"resolved","col_g20":666.97,"key_v93":{"field_p86":878,"param_j52":"pending","col_l09":452,"param_w51":"New York","dim_f02":"chrX","key_r97":"test","key_w06":"heterozygous","dim_o08":"https://api.example.com/v1"}} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE boolean REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD message[].format TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD message[].state TYPE string VALUES USD|EUR|GBP|BRL|J... | {"message":[{"state":"USD","batch_code":147},{"format":"mode_c","state":"BRL","batch_code":698},{"state":"BRL","batch_code":638,"yield_pct":843}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"quantity": {
"type": "boolean"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"message": {
"type": "array",
"it... | Tool: check_availability
Params: {"message2": [{"state": "USD", "batch_code": 147}, {"format": "mode_c", "state": "BRL", "batch_code": 698}, {"state": "BRL", "batch_code": 638, "yield_pct": 843}]} | Agent used wrong parameter name 'message2' instead of 'message' | {"message":[{"state":"USD","batch_code":147},{"format":"mode_c","state":"BRL","batch_code":698},{"state":"BRL","batch_code":638,"yield_pct":843}]} |
TASK repair_structured_output
SPEC
FIELD field_t14 TYPE string REQUIRED no
FIELD field_p60 TYPE null REQUIRED yes
FIELD dim_u19 TYPE number REQUIRED yes
FIELD param_u43 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_p13 TYPE integer REQUIRED no
FIELD dim_a76 TYPE integer REQUIRED yes
FIELD field... | {"field_p60":null,"dim_u19":291.96,"param_u43":"free","field_p13":40,"dim_a76":65,"field_s24":null} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_t14": {
"type": "string"
},
"field_p60": {
"type": "null"
},
"dim_u19": {
"type": "number"
},
"param_u43": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | Let me check the system.
<tool_call name="schedule_meeting">
{"field_p60":null,"dim_u19":291.96,"param_u43":"free","field_p13":40,"dim_a76":65,"field_s24":null}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"field_p60":null,"dim_u19":291.96,"param_u43":"free","field_p13":40,"dim_a76":65,"field_s24":null} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD cargo_type.loan_amount TYPE integer REQUIRED yes
FIELD cargo_type.latitude TYPE boolean REQUIRED yes
FIELD cargo_type.fleet_number TYPE string_uri REQUIRED no
FIELD cargo_type.category TY... | {"current_draw":"maintenance","cargo_type":{"loan_amount":182,"latitude":false,"category":"error"},"pressure_kpa":"2025-11-19T09:59:00Z","altitude":"married","hazmat_code":270} | missing_required | {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"cargo_type": {
"type": "object",
"properties": {
"loan_amount": {
"type": "integer"
... | {"current_draw": "maintenance", "cargo_type": {"loan_amount": 182, "latitude": false, "category": "error"}, "pressure_kpa": "2025-11-19T09:59:00Z", "hazmat_code": 270} | Required field 'altitude' is missing | {"current_draw":"maintenance","cargo_type":{"loan_amount":182,"latitude":false,"category":"error"},"pressure_kpa":"2025-11-19T09:59:00Z","altitude":"married","hazmat_code":270} |
TASK repair_structured_output
SPEC
FIELD val_h94 TYPE string_uri REQUIRED yes
FIELD attr_s27 TYPE string REQUIRED no
FIELD field_l63.dim_b27 TYPE boolean REQUIRED yes
FIELD field_l63.prop_s35 TYPE string REQUIRED no
FIELD field_l63.dim_l22 TYPE number REQUIRED no
FIELD field_l63.dim_y41 TYPE string REQUIRED yes
FIELD ... | {"val_h94":"https://www.io/v1","attr_s27":"John","field_l63":{"dim_b27":true,"dim_l22":695.68,"dim_y41":"RTG-04","param_n34":true,"attr_b90":"MV-Evergreen-01","col_p21":162},"attr_q75":237} | markdown_fences | {
"type": "object",
"properties": {
"val_h94": {
"type": "string",
"format": "uri"
},
"attr_s27": {
"type": "string"
},
"field_l63": {
"type": "object",
"properties": {
"dim_b27": {
"type": "boolean"
},
"prop_s35": {
"type... | ```json
{"val_h94":"https://www.io/v1","attr_s27":"John","field_l63":{"dim_b27":true,"dim_l22":695.68,"dim_y41":"RTG-04","param_n34":true,"attr_b90":"MV-Evergreen-01","col_p21":162},"attr_q75":237}
``` | Output contains markdown code fences | {"val_h94":"https://www.io/v1","attr_s27":"John","field_l63":{"dim_b27":true,"dim_l22":695.68,"dim_y41":"RTG-04","param_n34":true,"attr_b90":"MV-Evergreen-01","col_p21":162},"attr_q75":237} |
TASK repair_structured_output
SPEC
FIELD prop_c80 TYPE string_email REQUIRED yes
FIELD key_x75 TYPE string REQUIRED yes
FIELD key_d60 TYPE string REQUIRED no
BROKEN_OUTPUT
Based on your request, here is the data:
```json
{"prop_c80":"user@test.io","key_x75":"Silva"}
```
This should match the schema you provided. | {"prop_c80":"user@test.io","key_x75":"Silva"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_c80": {
"type": "string",
"format": "email"
},
"key_x75": {
"type": "string"
},
"key_d60": {
"type": "string"
}
},
"required": [
"prop_c80",
"key_x75"
]
} | Based on your request, here is the data:
```json
{"prop_c80":"user@test.io","key_x75":"Silva"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"prop_c80":"user@test.io","key_x75":"Silva"} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD thumbnail TYPE string REQUIRED no
FIELD feedback.category TYPE integer REQUIRED yes
FIELD feedback.credit_score TYPE string_uri REQUIRED yes
FIELD feedback.tags TYPE integer REQUIRED yes
FIELD feedbac... | {"category":"reliable","thumbnail":"approved","feedback":{"category":935,"credit_score":"https://data.com/api","tags":976,"discount":"push"},"dosage":{"loan_amount":65,"items":313.35,"credit_score":"hemizygous","image_url":"https://api.example.com/v1","lane":{"level":787,"insurance_id":"enterprise","values":152}}} | markdown_fences | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"thumbnail": {
"type": "string"
},
"feedback": {
"type": "object",
"properties": {
"category": {
... | ```json
{"category":"reliable","thumbnail":"approved","feedback":{"category":935,"credit_score":"https://data.com/api","tags":976,"discount":"push"},"dosage":{"loan_amount":65,"items":313.35,"credit_score":"hemizygous","image_url":"https://api.example.com/v1","lane":{"level":787,"insurance_id":"enterprise","values":152... | Output contains markdown code fences | {"category":"reliable","thumbnail":"approved","feedback":{"category":935,"credit_score":"https://data.com/api","tags":976,"discount":"push"},"dosage":{"loan_amount":65,"items":313.35,"credit_score":"hemizygous","image_url":"https://api.example.com/v1","lane":{"level":787,"insurance_id":"enterprise","values":152}}} |
TASK repair_structured_output
SPEC
FIELD dim_t86 TYPE null REQUIRED no
FIELD dim_g40 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD val_c16 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"dim_t86":null,"dim_g40":"mode_d","val_c16":577.6}
This should match the schema you provided. | {"dim_t86":null,"dim_g40":"mode_d","val_c16":577.6} | extra_text_after | {
"type": "object",
"properties": {
"dim_t86": {
"type": "null"
},
"dim_g40": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"val_c16": {
"type": "number"
}
},
"required": [
"dim_g40",
"val_c... | {"dim_t86":null,"dim_g40":"mode_d","val_c16":577.6}
This should match the schema you provided. | Output contains non-JSON text after the object | {"dim_t86":null,"dim_g40":"mode_d","val_c16":577.6} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string REQUIRED yes
FIELD full_name TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD subject TYPE string REQUIRED no
FIELD organism TYPE string_email REQUIRED no
FIELD latitude.version TYPE string VALUES success|error|warning|info REQUIRED no... | {"invoice_id":"quux","full_name":"reliable","subject":"FWD","latitude":{"humidity_pct":"editor"}} | trailing_comma | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string"
},
"full_name": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"subject": {
"type": "string"
},
"organism": {
"type": "string",
... | {"invoice_id":"quux","full_name":"reliable","subject":"FWD","latitude":{"humidity_pct":"editor",}} | Unexpected trailing comma | {"invoice_id":"quux","full_name":"reliable","subject":"FWD","latitude":{"humidity_pct":"editor"}} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD count TYPE string REQUIRED yes
FIELD crew_id TYPE string REQUIRED yes
FIELD total.ph_level TYPE integer REQUIRED no
FIELD total.conductivity TYPE boolean REQUIRED yes
FIELD total.height[] TYPE numb... | {"comments":"type_b","count":"REV","crew_id":"Maria","total":{"ph_level":249,"conductivity":false,"height":[28.68]},"half_life":490.6} | agent_chain | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"count": {
"type": "string"
},
"crew_id": {
"type": "string"
},
"total": {
"type... | Let me check the system.
Action: update_preferences
Result: {"comments": "type_b", "count": "REV", "crew_id": "Maria", "half_life": 490.6}
I'll query our database.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"comments":"type_b","count":"REV","crew_id":"Maria","total":{"ph_level":249,"conductivity":false,"height":[28.68]},"half_life":490.6} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD conductivity TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD run_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD ph_level TYPE string REQUIRED no
FI... | {"conductivity":"option_c","run_id":"arctic","ph_level":"example","manifest_ref":896.74,"type":"hello"} | null_required | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"conductivity": {
"type": "string",
"enum": [
"option_a",
"option_b",
"optio... | {"conductivity": "option_c", "run_id": "arctic", "ph_level": "example", "manifest_ref": null, "type": "hello"} | Required field 'manifest_ref' is null | {"conductivity":"option_c","run_id":"arctic","ph_level":"example","manifest_ref":896.74,"type":"hello"} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE integer REQUIRED no
FIELD quality_score TYPE null REQUIRED yes
FIELD height TYPE integer REQUIRED no
FIELD shift_code TYPE boolean REQUIRED yes
FIELD enabled TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD medication TYPE string REQUIRED no
BROKEN_OUTP... | {"timezone":876,"quality_score":null,"height":598,"shift_code":false,"enabled":"large"} | missing_brace | {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"quality_score": {
"type": "null"
},
"height": {
"type": "integer"
},
"shift_code": {
"type": "boolean"
},
"enabled": {
"type": "string",
"enum": [
"small",
... | {"timezone":876,"quality_score":null,"height":598,"shift_code":false,"enabled":"large" | Missing closing brace | {"timezone":876,"quality_score":null,"height":598,"shift_code":false,"enabled":"large"} |
TASK repair_structured_output
SPEC
FIELD attr_k94 TYPE null REQUIRED yes
FIELD dim_g00 TYPE string REQUIRED no
FIELD attr_x81 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD attr_a06 TYPE number REQUIRED no
FIELD dim_a94 TYPE integer REQUIRED no
FIELD key_k01 TYPE integer REQUIRED yes
FIELD prop_t41 TYPE ... | {"attr_k94":null,"attr_a06":733.93,"dim_a94":731,"key_k01":14} | markdown_fences | {
"type": "object",
"properties": {
"attr_k94": {
"type": "null"
},
"dim_g00": {
"type": "string"
},
"attr_x81": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"attr_a06": {
"type": "number"
},
"dim_a... | ```json
{"attr_k94":null,"attr_a06":733.93,"dim_a94":731,"key_k01":14}
``` | Output contains markdown code fences | {"attr_k94":null,"attr_a06":733.93,"dim_a94":731,"key_k01":14} |
TASK repair_structured_output
SPEC
FIELD attr_r07 TYPE string REQUIRED no
FIELD field_t35 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_b27 TYPE string REQUIRED no
FIELD key_p98.prop_v08 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_p98.attr_m91.dim_j66 TYPE string ... | {"attr_r07":"MV-Evergreen-01","field_t35":"level_3","key_b27":"Paris","key_p98":{"prop_v08":"small","attr_m91":{"dim_j66":"cat_d","prop_q69":"type_a","col_y14":"https://example.com"},"prop_t69":"sample","col_k28":391},"prop_z08":822,"val_l89":186.48,"col_p47":"demo"} | markdown_fences | {
"type": "object",
"properties": {
"attr_r07": {
"type": "string"
},
"field_t35": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"key_b27": {
"type": "string"
},
"key_p98": {
... | ```json
{"attr_r07":"MV-Evergreen-01","field_t35":"level_3","key_b27":"Paris","key_p98":{"prop_v08":"small","attr_m91":{"dim_j66":"cat_d","prop_q69":"type_a","col_y14":"https://example.com"},"prop_t69":"sample","col_k28":391},"prop_z08":822,"val_l89":186.48,"col_p47":"demo"}
``` | Output contains markdown code fences | {"attr_r07":"MV-Evergreen-01","field_t35":"level_3","key_b27":"Paris","key_p98":{"prop_v08":"small","attr_m91":{"dim_j66":"cat_d","prop_q69":"type_a","col_y14":"https://example.com"},"prop_t69":"sample","col_k28":391},"prop_z08":822,"val_l89":186.48,"col_p47":"demo"} |
TASK repair_structured_output
SPEC
FIELD options TYPE integer REQUIRED yes
FIELD amount.compound TYPE string REQUIRED yes
FIELD amount.name.phone TYPE boolean REQUIRED no
FIELD amount.name.batch_code TYPE number REQUIRED no
FIELD amount.name.color TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD... | {"options":588,"amount":{"compound":"Sao Paulo","name":{"phone":true,"batch_code":524.25,"color":"in_transit","items":"editor"},"current_draw":96.43,"ph_level":"test"},"run_id":null,"city":978.95,"manifest_ref":"pending"} | missing_required | {
"type": "object",
"properties": {
"options": {
"type": "integer"
},
"amount": {
"type": "object",
"properties": {
"compound": {
"type": "string"
},
"name": {
"type": "object",
"properties": {
"phone": {
"... | {"options": 588, "run_id": null, "city": 978.95, "manifest_ref": "pending"} | Required field 'amount' is missing | {"options":588,"amount":{"compound":"Sao Paulo","name":{"phone":true,"batch_code":524.25,"color":"in_transit","items":"editor"},"current_draw":96.43,"ph_level":"test"},"run_id":null,"city":978.95,"manifest_ref":"pending"} |
TASK repair_structured_output
SPEC
FIELD attr_u19 TYPE number REQUIRED no
FIELD prop_z14 TYPE string REQUIRED no
FIELD prop_g74 TYPE boolean REQUIRED yes
FIELD val_t83 TYPE null REQUIRED no
FIELD col_e96 TYPE string REQUIRED no
FIELD prop_u45 TYPE boolean REQUIRED yes
FIELD param_k85 TYPE number REQUIRED no
BROKEN_OU... | {"attr_u19":159.64,"prop_z14":"bar","prop_g74":true,"val_t83":null,"prop_u45":true} | extra_text_before | {
"type": "object",
"properties": {
"attr_u19": {
"type": "number"
},
"prop_z14": {
"type": "string"
},
"prop_g74": {
"type": "boolean"
},
"val_t83": {
"type": "null"
},
"col_e96": {
"type": "string"
},
"prop_u45": {
"type": "boolean"
... | Sure, here's the result:
{"attr_u19":159.64,"prop_z14":"bar","prop_g74":true,"val_t83":null,"prop_u45":true} | Output contains non-JSON text before the object | {"attr_u19":159.64,"prop_z14":"bar","prop_g74":true,"val_t83":null,"prop_u45":true} |
TASK repair_structured_output
SPEC
FIELD val_x78 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD val_c12.val_q19 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_c12.prop_j57 TYPE boolean REQUIRED yes
FIELD val_c12.col_j29 TYPE null REQUIRED no
FIELD val_c12.prop_k11 TYP... | {"val_x78":"maintenance","val_c12":{"val_q19":"low","prop_j57":true,"col_j29":null,"prop_k11":"bar"},"val_i53":{"param_v90":355,"col_i22":null,"param_j77":[null,null]},"col_f50":49,"col_t29":null,"key_h70":867} | markdown_fences | {
"type": "object",
"properties": {
"val_x78": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"val_c12": {
"type": "object",
"properties": {
"val_q19": {
"type": "string",
"e... | ```json
{"val_x78":"maintenance","val_c12":{"val_q19":"low","prop_j57":true,"col_j29":null,"prop_k11":"bar"},"val_i53":{"param_v90":355,"col_i22":null,"param_j77":[null,null]},"col_f50":49,"col_t29":null,"key_h70":867}
``` | Output contains markdown code fences | {"val_x78":"maintenance","val_c12":{"val_q19":"low","prop_j57":true,"col_j29":null,"prop_k11":"bar"},"val_i53":{"param_v90":355,"col_i22":null,"param_j77":[null,null]},"col_f50":49,"col_t29":null,"key_h70":867} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string REQUIRED yes
FIELD quality_score TYPE string REQUIRED yes
FIELD lab_result TYPE integer REQUIRED yes
FIELD payment_status TYPE integer REQUIRED yes
FIELD compound.created_at TYPE string REQUIRED yes
FIELD compound.thumbnail TYPE number REQUIRED yes
FIELD ... | {"cargo_type":"hello","quality_score":"example","lab_result":311,"payment_status":13} | extra_text_after | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string"
},
"quality_score": {
"type": "string"
},
"lab_result": {
"type": "integer"
},
"payment_status": {
"type": "integer"
},
"compound": {
"type": "object",
"properties": {
... | {"cargo_type":"hello","quality_score":"example","lab_result":311,"payment_status":13}
Hope this helps! | Output contains non-JSON text after the object | {"cargo_type":"hello","quality_score":"example","lab_result":311,"payment_status":13} |
TASK repair_structured_output
SPEC
FIELD prop_d42 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD val_i53 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD prop_p30 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD field_v76 TYPE integer REQUIRED no
FIELD par... | {"prop_d42":"confirmed","prop_p30":"mode_b","field_v76":107,"param_s02":147} | truncated_array | {
"type": "object",
"properties": {
"prop_d42": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_i53": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat... | {"prop_d42":"confirmed","prop_p30":"mode_b","field_v76":107,"param_s02":147 | Unexpected end of JSON input — truncated object | {"prop_d42":"confirmed","prop_p30":"mode_b","field_v76":107,"param_s02":147} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD cargo_type.updated_at TYPE integer REQUIRED no
FIELD cargo_type.currency TYPE null REQUIRED no
FIELD cargo_type.price TYPE string_uri REQUIRED no
FIELD cargo_type.decay_rate TYPE integer REQUIRED no
F... | {"transaction_id":"draft","cargo_type":{"updated_at":7,"currency":null,"price":"https://api.org/api","age":191,"start_date":"cancelled","manifest_ref":"Alice"},"branch":"pending","hazmat_code":770.05} | truncated_object | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"cargo_type": {
"type": "object",
"properties": {
"updated_at": {
"type": "integer"
},
"curren... | {"transaction_id":"draft","cargo_type":{"updated_at":7,"currency":null,"price":"https://api.org/api","age":191,"start_date":"cancelled","manifest_ref":"Alice"},"branch":"pending","hazmat_code":770.05 | Unexpected end of JSON input — truncated object | {"transaction_id":"draft","cargo_type":{"updated_at":7,"currency":null,"price":"https://api.org/api","age":191,"start_date":"cancelled","manifest_ref":"Alice"},"branch":"pending","hazmat_code":770.05} |
TASK repair_structured_output
SPEC
FIELD prop_p37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD param_l92 TYPE integer REQUIRED no
FIELD field_t78 TYPE number REQUIRED no
FIELD col_e03 TYPE integer REQUIRED no
FIELD key_b39 TYPE string REQUIRED yes
FIELD dim_w41 TYPE string REQUIRED no
FIELD dim_a0... | {"prop_p37":"mode_c","field_t78":916.2,"key_b39":"test","dim_w41":"QC-07"} | number_with_unit | {
"type": "object",
"properties": {
"prop_p37": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"param_l92": {
"type": "integer"
},
"field_t78": {
"type": "number"
},
"col_e03": {
"type": "integ... | {"prop_p37": "mode_c", "field_t78": "916.2cm", "key_b39": "test", "dim_w41": "QC-07"} | Field 'field_t78' must be number, got string with unit | {"prop_p37":"mode_c","field_t78":916.2,"key_b39":"test","dim_w41":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD width.duration_ms TYPE boolean REQUIRED yes
FIELD width.isotope TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD width.chromosome TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD status_code.umi TYPE null REQUIRED no... | {"width":{"duration_ms":true,"isotope":"option_c"},"status_code":{"umi":null,"language":782},"repository":"intermittent","age":{"log_level":"type_b","end_date":"inactive"},"vital_sign":153.84,"score":"RTG-04"} | truncated_object | {
"type": "object",
"properties": {
"width": {
"type": "object",
"properties": {
"duration_ms": {
"type": "boolean"
},
"isotope": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"o... | {"width":{"duration_ms":true,"isotope":"option_c"},"status_code":{"umi":null,"language":782},"repository":"intermittent","age":{"log_level":"type_b","end_date":"inactive"},"vital_sign":153.84,"score":"RTG-04" | Unexpected end of JSON input — truncated object | {"width":{"duration_ms":true,"isotope":"option_c"},"status_code":{"umi":null,"language":782},"repository":"intermittent","age":{"log_level":"type_b","end_date":"inactive"},"vital_sign":153.84,"score":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD patient_id TYPE string REQUIRED no
FIELD insurance_id[].subject TYPE integer REQUIRED no
FIELD insurance_id[].trace_id TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD insurance_id[].first... | {"end_date":"warning"} | extra_text_before | {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"patient_id": {
"type": "string"
},
"insurance_id": {
"type": "array",
"items": {
"type": "object",... | Below is the JSON object:
{"end_date":"warning"} | Output contains non-JSON text before the object | {"end_date":"warning"} |
TASK repair_structured_output
SPEC
FIELD field_b14 TYPE string REQUIRED yes
FIELD dim_e43 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_b49 TYPE boolean REQUIRED no
FIELD dim_u07 TYPE string REQUIRED no
FIELD prop_m54 TYPE number REQUIRED yes
FIELD attr_x51 TYPE integer REQUIRED no
FIELD f... | {"field_b14":"chr1","dim_e43":"reliable","field_b49":true,"dim_u07":"New York","prop_m54":644.7,"attr_x51":463,"field_e48":"red"} | partial_structure | {
"type": "object",
"properties": {
"field_b14": {
"type": "string"
},
"dim_e43": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_b49": {
"type": "boolean"
},
"dim_u07": {
"type": "string"
},... | Based on the data, prop_m54 is 644.7. {"field_b14":"chr1","dim_e43":"reliable","field_b49":true,"dim_u07":"New York","prop_m54":644.7,"attr_x51":463,"field_e48":"red"} | Output mixes natural language with JSON | {"field_b14":"chr1","dim_e43":"reliable","field_b49":true,"dim_u07":"New York","prop_m54":644.7,"attr_x51":463,"field_e48":"red"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.