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 field_w47 TYPE number REQUIRED no
FIELD param_j66 TYPE integer REQUIRED no
FIELD val_u23[].prop_k91 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_u23[].attr_q18 TYPE string REQUIRED no
FIELD val_u23[].param_v40 TYPE string_date-time REQUIRED no
FIELD val_u23[].p... | {"param_j66":349,"key_r46":[false]} | truncated_array | {
"type": "object",
"properties": {
"field_w47": {
"type": "number"
},
"param_j66": {
"type": "integer"
},
"val_u23": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_k91": {
"type": "string",
"enum": ... | {"param_j66":349,"key_r46":[false | Unexpected end of JSON input — truncated array | {"param_j66":349,"key_r46":[false]} |
TASK repair_structured_output
SPEC
FIELD attr_g60.dim_a60 TYPE integer REQUIRED no
FIELD attr_g60.col_a48 TYPE string REQUIRED yes
FIELD attr_g60.param_x43 TYPE integer REQUIRED yes
FIELD attr_g60.field_u39.attr_d29 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD attr_g60.field_u39.va... | {"field_t76":{"dim_p66":"married","col_y03":"foo","param_k67":{"col_o06":"option_f","key_t96":null,"key_p04":"Charlie","key_d25":true},"prop_l18":"Santos","val_j33":"type_a","param_a16":"cat_a"},"prop_o01":503.62,"field_r60":{"dim_k07":"mode_c","param_p58":667,"prop_k02":"option_c","attr_z49":"option_d"},"val_m71":66,"... | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_g60": {
"type": "object",
"properties": {
"dim_a60": {
"type": "integer"
},
"col_a48": {
"type": "string"
},
"param_x43": {
"type": "integer"
},
"field_u39": {
"t... | calculate_price(field_t76={'dim_p66': 'married', 'col_y03': 'foo', 'param_k67': {'col_o06': 'option_f', 'key_t96': None, 'key_p04': 'Charlie', 'key_d25': True}, 'prop_l18': 'Santos', 'val_j33': 'type_a', 'param_a16': 'cat_a'}, prop_o01=503.62, field_r60={'dim_k07': 'mode_c', 'param_p58': 667, 'prop_k02': 'option_c', 'a... | Tool call uses Python syntax instead of JSON | {"field_t76":{"dim_p66":"married","col_y03":"foo","param_k67":{"col_o06":"option_f","key_t96":null,"key_p04":"Charlie","key_d25":true},"prop_l18":"Santos","val_j33":"type_a","param_a16":"cat_a"},"prop_o01":503.62,"field_r60":{"dim_k07":"mode_c","param_p58":667,"prop_k02":"option_c","attr_z49":"option_d"},"val_m71":66,"... |
TASK repair_structured_output
SPEC
FIELD dim_h67 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_e28 TYPE string VALUES draft|published|archived REQUIRED no
FIELD col_s54 TYPE boolean REQUIRED no
FIELD col_x44 TYPE string REQUIRED yes
BROKEN_OUTPUT
I found that col_s54 should be True. {"dim_h67":"si... | {"dim_h67":"single","col_s54":true,"col_x44":"pending"} | partial_structure | {
"type": "object",
"properties": {
"dim_h67": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_e28": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_s54": {
... | I found that col_s54 should be True. {"dim_h67":"single","col_s54":true,"col_x44":"pending"} | Output mixes natural language with JSON | {"dim_h67":"single","col_s54":true,"col_x44":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_e73.dim_w84 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD col_e73.key_l18 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD col_e73.attr_d11 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FI... | {"col_e73":{"dim_w84":"cat_b","key_l18":"pending_review","attr_d11":"type_d","dim_r51":13,"field_u78":"A short description.","dim_x89":647,"param_j55":347.55},"field_o84":{"attr_o07":{"val_p20":"example","dim_p67":"type_a","val_n09":"cat_e","attr_c53":false,"dim_f30":654.38},"param_p38":"oceanic","attr_o57":{"dim_b88":... | tool_call_partial_args | {
"type": "object",
"properties": {
"col_e73": {
"type": "object",
"properties": {
"dim_w84": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
... | Let me check the system.
Action: lookup_customer
Arguments: {"col_e73": {"dim_w84": "cat_b", "key_l18": "pending_review", "attr_d11": "type_d", "dim_r51": 13, "field_u78": "A short description.", "dim_x89": 647, "param_j55": 347.55}, "field_o84": {"attr_o07": {"val_p20": "example", "dim_p67": "type_a", "val_n09": "cat_... | Agent tool call missing required parameter 'key_a83' | {"col_e73":{"dim_w84":"cat_b","key_l18":"pending_review","attr_d11":"type_d","dim_r51":13,"field_u78":"A short description.","dim_x89":647,"param_j55":347.55},"field_o84":{"attr_o07":{"val_p20":"example","dim_p67":"type_a","val_n09":"cat_e","attr_c53":false,"dim_f30":654.38},"param_p38":"oceanic","attr_o57":{"dim_b88":... |
TASK repair_structured_output
SPEC
FIELD key_w46 TYPE integer REQUIRED no
FIELD field_x66.prop_n27 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD field_x66.dim_c86 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_x66.param_u42 TYPE string_uri REQUIRED no
FIELD field_x66.fi... | {"key_w46":817,"field_x66":{"prop_n27":"degraded","col_p02":"warning","key_c03":60,"dim_h09":"world"},"dim_q72":397,"prop_h54":"FWD","key_e06":"Silva"} | trailing_comma | {
"type": "object",
"properties": {
"key_w46": {
"type": "integer"
},
"field_x66": {
"type": "object",
"properties": {
"prop_n27": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenanc... | {"key_w46":817,"field_x66":{"prop_n27":"degraded","col_p02":"warning","key_c03":60,"dim_h09":"world",},"dim_q72":397,"prop_h54":"FWD","key_e06":"Silva"} | Unexpected trailing comma | {"key_w46":817,"field_x66":{"prop_n27":"degraded","col_p02":"warning","key_c03":60,"dim_h09":"world"},"dim_q72":397,"prop_h54":"FWD","key_e06":"Silva"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string REQUIRED yes
FIELD vital_sign TYPE string REQUIRED yes
FIELD temp_celsius TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
The parsed result is:
```json
{"balance":"completed","vital_sign":"This is a test value.","temp_celsius":"erro... | {"balance":"completed","vital_sign":"This is a test value.","temp_celsius":"error"} | markdown_explanation | {
"type": "object",
"properties": {
"balance": {
"type": "string"
},
"vital_sign": {
"type": "string"
},
"temp_celsius": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
}
},
"required": [
"vital_sign"... | The parsed result is:
```json
{"balance":"completed","vital_sign":"This is a test value.","temp_celsius":"error"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"balance":"completed","vital_sign":"This is a test value.","temp_celsius":"error"} |
TASK repair_structured_output
SPEC
FIELD key_t85 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD col_i03 TYPE number REQUIRED yes
FIELD col_y13 TYPE string REQUIRED no
FIELD key_e82 TYPE string REQUIRED no
FIELD field_v77 TYPE string VALUES pending_review|confirmed|rejected|escalated R... | {"key_t85":"confirmed","col_i03":902.68,"col_y13":"Diana","param_n98":"active"} | markdown_fences | {
"type": "object",
"properties": {
"key_t85": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"col_i03": {
"type": "number"
},
"col_y13": {
"type": "string"
},
"key_e82": {
"typ... | ```json
{"key_t85":"confirmed","col_i03":902.68,"col_y13":"Diana","param_n98":"active"}
``` | Output contains markdown code fences | {"key_t85":"confirmed","col_i03":902.68,"col_y13":"Diana","param_n98":"active"} |
TASK repair_structured_output
SPEC
FIELD active TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD status TYPE boolean REQUIRED no
FIELD email TYPE string_date-time REQUIRED yes
FIELD log_level TYPE boolean REQUIRED yes
FIELD trace_id TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"active":"type_a","... | {"active":"type_a","email":"2026-04-26T23:58:00Z","log_level":false,"trace_id":"2022-12-13T22:51:00Z"} | missing_bracket | {
"type": "object",
"properties": {
"active": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"status": {
"type": "boolean"
},
"email": {
"type": "string",
"format": "date-time"
},
"log_level": ... | {"active":"type_a","email":"2026-04-26T23:58:00Z","log_level":false,"trace_id":"2022-12-13T22:51:00Z"} | Missing closing bracket | {"active":"type_a","email":"2026-04-26T23:58:00Z","log_level":false,"trace_id":"2022-12-13T22:51:00Z"} |
TASK repair_structured_output
SPEC
FIELD dim_e62 TYPE string_date-time REQUIRED no
FIELD dim_q29 TYPE null REQUIRED yes
FIELD val_d20.col_x27 TYPE string REQUIRED no
FIELD val_d20.key_p50 TYPE boolean REQUIRED no
FIELD val_d20.col_q32 TYPE integer REQUIRED no
FIELD val_d20.val_w55 TYPE integer REQUIRED no
FIELD val_d2... | {"dim_q29":null,"val_d20":{"col_x27":"2024-01-15","key_p50":true,"col_q32":327,"val_w55":64,"prop_u34":{"field_e07":false,"col_z15":"RTG-04","attr_d90":"cat_c"}},"col_m81":false,"prop_a77":{"key_w39":"underway","prop_c04":false,"col_j75":495,"field_e16":"reliable","param_w87":null},"attr_n12":{"dim_h25":{"prop_d51":nul... | null_required | {
"type": "object",
"properties": {
"dim_e62": {
"type": "string",
"format": "date-time"
},
"dim_q29": {
"type": "null"
},
"val_d20": {
"type": "object",
"properties": {
"col_x27": {
"type": "string"
},
"key_p50": {
"type"... | {"dim_q29": null, "val_d20": {"col_x27": "2024-01-15", "key_p50": true, "col_q32": 327, "val_w55": 64, "prop_u34": {"field_e07": false, "col_z15": "RTG-04", "attr_d90": "cat_c"}}, "col_m81": false, "prop_a77": {"key_w39": "underway", "prop_c04": false, "col_j75": 495, "field_e16": "reliable", "param_w87": null}, "attr_... | Required field 'dim_q29' is null | {"dim_q29":null,"val_d20":{"col_x27":"2024-01-15","key_p50":true,"col_q32":327,"val_w55":64,"prop_u34":{"field_e07":false,"col_z15":"RTG-04","attr_d90":"cat_c"}},"col_m81":false,"prop_a77":{"key_w39":"underway","prop_c04":false,"col_j75":495,"field_e16":"reliable","param_w87":null},"attr_n12":{"dim_h25":{"prop_d51":nul... |
TASK repair_structured_output
SPEC
FIELD col_p96 TYPE string REQUIRED yes
FIELD dim_a85 TYPE integer REQUIRED yes
FIELD field_p24 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_p96":"Luis","dim_a85":764,"field_p24":758 | {"col_p96":"Luis","dim_a85":764,"field_p24":758} | missing_brace | {
"type": "object",
"properties": {
"col_p96": {
"type": "string"
},
"dim_a85": {
"type": "integer"
},
"field_p24": {
"type": "integer"
}
},
"required": [
"field_p24",
"dim_a85",
"col_p96"
]
} | {"col_p96":"Luis","dim_a85":764,"field_p24":758 | Missing closing brace | {"col_p96":"Luis","dim_a85":764,"field_p24":758} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD procedure_code TYPE boolean REQUIRED yes
FIELD quantity TYPE string REQUIRED no
FIELD status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD bed_number TYPE number REQUIRED yes
FIELD paym... | {"procedure_code":false,"quantity":"pending","bed_number":610.01,"payment_status":"qux"} | markdown_explanation | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"procedure_code": {
"type": "boolean"
},
"quantity": {
"type": "string"
},
"status": {
"type": "string",
"enum"... | The instrument reported:
```json
{"procedure_code":false,"quantity":"pending","bed_number":610.01,"payment_status":"qux"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"procedure_code":false,"quantity":"pending","bed_number":610.01,"payment_status":"qux"} |
TASK repair_structured_output
SPEC
FIELD key_k25 TYPE string REQUIRED no
FIELD attr_x91 TYPE number REQUIRED yes
FIELD field_j74 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD param_m65 TYPE string_email REQUIRED no
FIELD col_m95 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no... | {"key_k25":"2024-01-15","attr_x91":859.99,"field_j74":"underway","col_m95":"heterozygous","dim_c71":97.99,"col_g35":{"prop_e23":"rejected","dim_h52":false,"dim_p18":"example","attr_x23":true}} | truncated_array | {
"type": "object",
"properties": {
"key_k25": {
"type": "string"
},
"attr_x91": {
"type": "number"
},
"field_j74": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_m65": {
"type": "s... | {"key_k25":"2024-01-15","attr_x91":859.99,"field_j74":"underway","col_m95":"heterozygous","dim_c71":97.99,"col_g35":{"prop_e23":"rejected","dim_h52":false,"dim_p18":"example","attr_x23":true} | Unexpected end of JSON input — truncated object | {"key_k25":"2024-01-15","attr_x91":859.99,"field_j74":"underway","col_m95":"heterozygous","dim_c71":97.99,"col_g35":{"prop_e23":"rejected","dim_h52":false,"dim_p18":"example","attr_x23":true}} |
TASK repair_structured_output
SPEC
FIELD param_g88 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD field_g00 TYPE boolean REQUIRED yes
FIELD dim_f20 TYPE string_email REQUIRED no
FIELD prop_e34 TYPE string REQUIRED yes
FIELD key_j27.prop_k85 TYPE integer REQUIRED yes
FIELD key_j27.val_e77 TYPE st... | {"param_g88":"open","field_g00":true,"prop_e34":"qux","key_j27":{"prop_k85":729,"val_e77":"divorced","dim_w71":"2023-12-25","field_m80":{"param_g38":18.57,"param_v46":929,"dim_u28":906.8},"key_t40":{"param_i54":null,"attr_i60":"https://example.org/data","key_g21":"https://api.io/data","dim_a85":584}}} | invalid_enum | {
"type": "object",
"properties": {
"param_g88": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_g00": {
"type": "boolean"
},
"dim_f20": {
"type": "string",
"format": "email"
},
"pro... | {"param_g88": "invalid_choice_41", "field_g00": true, "prop_e34": "qux", "key_j27": {"prop_k85": 729, "val_e77": "divorced", "dim_w71": "2023-12-25", "field_m80": {"param_g38": 18.57, "param_v46": 929, "dim_u28": 906.8}, "key_t40": {"param_i54": null, "attr_i60": "https://example.org/data", "key_g21": "https://api.io/d... | Field 'param_g88' has invalid enum value 'invalid_choice_41', expected one of ['open', 'in_progress', 'resolved', 'closed'] | {"param_g88":"open","field_g00":true,"prop_e34":"qux","key_j27":{"prop_k85":729,"val_e77":"divorced","dim_w71":"2023-12-25","field_m80":{"param_g38":18.57,"param_v46":929,"dim_u28":906.8},"key_t40":{"param_i54":null,"attr_i60":"https://example.org/data","key_g21":"https://api.io/data","dim_a85":584}}} |
TASK repair_structured_output
SPEC
FIELD attr_w73 TYPE string REQUIRED yes
FIELD attr_v48.attr_p03 TYPE integer REQUIRED no
FIELD attr_v48.attr_k49 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD attr_v48.prop_k01 TYPE string REQUIRED yes
FIELD attr_v48.dim_g57 TYPE string REQUIRED no
FIELD attr_v48.co... | {"attr_w73":"chrX","key_u03":621.44} | missing_brace | {
"type": "object",
"properties": {
"attr_w73": {
"type": "string"
},
"attr_v48": {
"type": "object",
"properties": {
"attr_p03": {
"type": "integer"
},
"attr_k49": {
"type": "string",
"enum": [
"red",
"blue"... | {"attr_w73":"chrX","key_u03":621.44 | Missing closing brace | {"attr_w73":"chrX","key_u03":621.44} |
TASK repair_structured_output
SPEC
FIELD val_x82 TYPE integer REQUIRED no
FIELD dim_o82 TYPE boolean REQUIRED yes
FIELD dim_l10 TYPE boolean REQUIRED no
FIELD attr_i43.attr_x10 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_i43.attr_e60 TYPE string VALUES success|error|warning|info REQUIRED no
FIE... | {"dim_o82":true,"dim_l10":false,"attr_i43":{"attr_e60":"success","key_z41":true,"key_e18":220,"val_a87":"Hapag-Lloyd-Express","val_u75":379,"val_o52":"cat_a"}} | markdown_fences | {
"type": "object",
"properties": {
"val_x82": {
"type": "integer"
},
"dim_o82": {
"type": "boolean"
},
"dim_l10": {
"type": "boolean"
},
"attr_i43": {
"type": "object",
"properties": {
"attr_x10": {
"type": "string",
"enum": [
... | ```json
{"dim_o82":true,"dim_l10":false,"attr_i43":{"attr_e60":"success","key_z41":true,"key_e18":220,"val_a87":"Hapag-Lloyd-Express","val_u75":379,"val_o52":"cat_a"}}
``` | Output contains markdown code fences | {"dim_o82":true,"dim_l10":false,"attr_i43":{"attr_e60":"success","key_z41":true,"key_e18":220,"val_a87":"Hapag-Lloyd-Express","val_u75":379,"val_o52":"cat_a"}} |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD end_date TYPE string VALUES single|married|divorced REQUIRED no
FIELD position TYPE string REQUIRED no
BROKEN_OUTPUT
{'email':'GBP','end_date':'married','position':'Alice'} | {"email":"GBP","end_date":"married","position":"Alice"} | single_quotes | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"end_date": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"po... | {'email':'GBP','end_date':'married','position':'Alice'} | Expecting property name enclosed in double quotes | {"email":"GBP","end_date":"married","position":"Alice"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE number REQUIRED no
FIELD fleet_number TYPE string_email REQUIRED yes
FIELD height TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD index TYPE number REQUIRED yes
FIELD latitude TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD pre... | {"fleet_number":"info@domain.org","height":"inland","index":456.27,"latitude":"inland","pressure_kpa":"hemizygous","format":"Oliveira"} | null_required | {
"type": "object",
"properties": {
"bearing": {
"type": "number"
},
"fleet_number": {
"type": "string",
"format": "email"
},
"height": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"index":... | {"fleet_number": "info@domain.org", "height": "inland", "index": null, "latitude": "inland", "pressure_kpa": "hemizygous", "format": "Oliveira"} | Required field 'index' is null | {"fleet_number":"info@domain.org","height":"inland","index":456.27,"latitude":"inland","pressure_kpa":"hemizygous","format":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD field_b91 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD dim_s32 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_d07 TYPE string REQUIRED no
FIELD prop_p97 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD prop_q04 TY... | {"dim_s32":"hemizygous","prop_p97":"type_d","prop_q04":true,"field_x86":"mode_b","prop_b87":777,"attr_w28":"FWD"} | extra_text_after | {
"type": "object",
"properties": {
"field_b91": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"dim_s32": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col... | {"dim_s32":"hemizygous","prop_p97":"type_d","prop_q04":true,"field_x86":"mode_b","prop_b87":777,"attr_w28":"FWD"}
Data logged successfully. | Output contains non-JSON text after the object | {"dim_s32":"hemizygous","prop_p97":"type_d","prop_q04":true,"field_x86":"mode_b","prop_b87":777,"attr_w28":"FWD"} |
TASK repair_structured_output
SPEC
FIELD field_i79 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_y46 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_u36 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_d69 TYPE str... | {"field_i79":"pending_review","prop_u36":"confirmed","val_p33":"baz"} | missing_bracket | {
"type": "object",
"properties": {
"field_i79": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_y46": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | {"field_i79":"pending_review","prop_u36":"confirmed","val_p33":"baz"} | Missing closing bracket | {"field_i79":"pending_review","prop_u36":"confirmed","val_p33":"baz"} |
TASK repair_structured_output
SPEC
FIELD val_a81 TYPE integer REQUIRED yes
FIELD attr_y86 TYPE number REQUIRED no
FIELD param_q46.val_j34 TYPE string REQUIRED no
FIELD param_q46.param_e32 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_q46.dim_d38 TYPE number REQUIRED no
FIELD param_q46.field_e62.a... | {"val_a81":522,"attr_y86":142.95,"param_q46":{"val_j34":"Sao Paulo","param_e32":"married","dim_d38":37.7,"field_e62":{"col_m70":"London","dim_l87":261.41,"val_t85":false}}} | thought_process | {
"type": "object",
"properties": {
"val_a81": {
"type": "integer"
},
"attr_y86": {
"type": "number"
},
"param_q46": {
"type": "object",
"properties": {
"val_j34": {
"type": "string"
},
"param_e32": {
"type": "string",
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"val_a81":522,"attr_y86":142.95,"param_q46":{"val_j34":"Sao Paulo","param_e32":"married","dim_d38":37.7,"field_e62":{"col_m70":"London","dim_l87":261.41,"val_t85":false}}} | Output contains chain-of-thought reasoning before JSON | {"val_a81":522,"attr_y86":142.95,"param_q46":{"val_j34":"Sao Paulo","param_e32":"married","dim_d38":37.7,"field_e62":{"col_m70":"London","dim_l87":261.41,"val_t85":false}}} |
TASK repair_structured_output
SPEC
FIELD col_e87.attr_p43 TYPE null REQUIRED yes
FIELD col_e87.attr_f27 TYPE integer REQUIRED yes
FIELD col_e87.dim_e68 TYPE string REQUIRED no
FIELD col_e87.val_b81 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_e87.param_z14 TYPE string VALUES synon... | {"col_e87":{"attr_p43":null,"attr_f27":770,"val_b81":"operational","param_z14":"frameshift","param_f00":"Tokyo"},"key_o27":null,"dim_p85":false} | truncated_array | {
"type": "object",
"properties": {
"col_e87": {
"type": "object",
"properties": {
"attr_p43": {
"type": "null"
},
"attr_f27": {
"type": "integer"
},
"dim_e68": {
"type": "string"
},
"val_b81": {
"type": ... | {"col_e87":{"attr_p43":null,"attr_f27":770,"val_b81":"operational","param_z14":"frameshift","param_f00":"Tokyo"},"key_o27":null,"dim_p85":false | Unexpected end of JSON input — truncated object | {"col_e87":{"attr_p43":null,"attr_f27":770,"val_b81":"operational","param_z14":"frameshift","param_f00":"Tokyo"},"key_o27":null,"dim_p85":false} |
TASK repair_structured_output
SPEC
FIELD val_t14 TYPE number REQUIRED yes
FIELD dim_l09 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_f42 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"val_t14": 900.12, "dim_l09": "invalid_choice_667", "param_f42": 289} | {"val_t14":900.12,"dim_l09":"green","param_f42":289} | invalid_enum | {
"type": "object",
"properties": {
"val_t14": {
"type": "number"
},
"dim_l09": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_f42": {
"type": "integer"
}
},
"required": [
"val_t... | {"val_t14": 900.12, "dim_l09": "invalid_choice_667", "param_f42": 289} | Field 'dim_l09' has invalid enum value 'invalid_choice_667', expected one of ['red', 'blue', 'green', 'black', 'white'] | {"val_t14":900.12,"dim_l09":"green","param_f42":289} |
TASK repair_structured_output
SPEC
FIELD field_a89 TYPE integer REQUIRED no
FIELD val_u29 TYPE integer REQUIRED yes
FIELD field_x18 TYPE string REQUIRED yes
FIELD field_h71 TYPE string_uri REQUIRED no
FIELD val_g69 TYPE number REQUIRED no
FIELD col_j75 TYPE integer REQUIRED no
FIELD param_t93 TYPE integer REQUIRED no
... | {"field_a89":849,"val_u29":263,"field_x18":"pending","val_g69":542.48,"param_t93":229} | markdown_explanation | {
"type": "object",
"properties": {
"field_a89": {
"type": "integer"
},
"val_u29": {
"type": "integer"
},
"field_x18": {
"type": "string"
},
"field_h71": {
"type": "string",
"format": "uri"
},
"val_g69": {
"type": "number"
},
"col_j75":... | Here's the structured output:
```json
{"field_a89":849,"val_u29":263,"field_x18":"pending","val_g69":542.48,"param_t93":229}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"field_a89":849,"val_u29":263,"field_x18":"pending","val_g69":542.48,"param_t93":229} |
TASK repair_structured_output
SPEC
FIELD step TYPE null REQUIRED no
FIELD created_at TYPE integer REQUIRED no
FIELD lab_result TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"step":null,"created_at":350,"lab_result":725} | {"step":null,"created_at":350,"lab_result":725} | missing_bracket | {
"type": "object",
"properties": {
"step": {
"type": "null"
},
"created_at": {
"type": "integer"
},
"lab_result": {
"type": "integer"
}
},
"required": [
"lab_result"
]
} | {"step":null,"created_at":350,"lab_result":725} | Missing closing bracket | {"step":null,"created_at":350,"lab_result":725} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD filter_flag TYPE string REQUIRED yes
FIELD barcode TYPE null REQUIRED no
FIELD brake_pressure TYPE string REQUIRED yes
FIELD email TYPE null REQUIRED no
FIELD start_date TYPE string VALUES coastal|oceanic|inland|arcti... | {"tax":"admin","filter_flag":"Bob","barcode":null,"brake_pressure":"New York","email":null,"pressure_kpa":{"created_at":"A short description.","loan_amount":"https://www.org/data","berth_slot":{"published":"2023-12-25","medication":null,"index":397,"bearing":"chrX","yield_pct":"delivered"},"bearing":{"log_level":"REV",... | missing_required | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"filter_flag": {
"type": "string"
},
"barcode": {
"type": "null"
},
"brake_pressure": {
"type": "string"
},
"email... | {"tax": "admin", "barcode": null, "brake_pressure": "New York", "email": null, "pressure_kpa": {"created_at": "A short description.", "loan_amount": "https://www.org/data", "berth_slot": {"published": "2023-12-25", "medication": null, "index": 397, "bearing": "chrX", "yield_pct": "delivered"}, "bearing": {"log_level": ... | Required field 'filter_flag' is missing | {"tax":"admin","filter_flag":"Bob","barcode":null,"brake_pressure":"New York","email":null,"pressure_kpa":{"created_at":"A short description.","loan_amount":"https://www.org/data","berth_slot":{"published":"2023-12-25","medication":null,"index":397,"bearing":"chrX","yield_pct":"delivered"},"bearing":{"log_level":"REV",... |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD manifest_ref TYPE string_uri REQUIRED yes
FIELD fleet_number TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD priority TYPE string REQUIRED yes
FIELD shift_code TYPE string ... | {"start_date":"inactive","manifest_ref":"https://www.io/data","fleet_number":"pending_review","priority":"FWD","shift_code":"in_transit"} | trailing_comma | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"manifest_ref": {
"type": "string",
"format": "uri"
},
"fleet_number": {
"type": "string",
"enum": [
"pen... | {"start_date":"inactive","manifest_ref":"https://www.io/data","fleet_number":"pending_review","priority":"FWD","shift_code":"in_transit",} | Unexpected trailing comma | {"start_date":"inactive","manifest_ref":"https://www.io/data","fleet_number":"pending_review","priority":"FWD","shift_code":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD key_g35.attr_d19 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_g35.field_p90 TYPE integer REQUIRED no
FIELD key_g35.val_w09 TYPE integer REQUIRED yes
FIELD key_g35.val_a78.col_t25 TYPE number REQUIRED yes
FIELD key_g35.val_a78.key_u73 TYPE string_ur... | {"key_g35":{"attr_d19":"returned","val_w09":422,"val_a78":{"col_t25":133.93,"key_u73":"https://example.org/api","attr_k30":"Bob","prop_h81":"sms"}},"key_j31":811,"key_p00":"sample"} | unquoted_keys | {
"type": "object",
"properties": {
"key_g35": {
"type": "object",
"properties": {
"attr_d19": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"field_p90": {
... | {key_g35:{attr_d19:"returned",val_w09:422,val_a78:{col_t25:133.93,key_u73:"https://example.org/api",attr_k30:"Bob",prop_h81:"sms"}},key_j31:811,key_p00:"sample"} | Expecting property name enclosed in double quotes | {"key_g35":{"attr_d19":"returned","val_w09":422,"val_a78":{"col_t25":133.93,"key_u73":"https://example.org/api","attr_k30":"Bob","prop_h81":"sms"}},"key_j31":811,"key_p00":"sample"} |
TASK repair_structured_output
SPEC
FIELD description TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD age TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD published TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD dissolved_oxygen TYPE string VALUES free|basic|pro|enter... | {"description":"type_b","age":"option_c","published":"option_a","dissolved_oxygen":"pro"} | truncated_object | {
"type": "object",
"properties": {
"description": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"age": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"p... | {"description":"type_b","age":"option_c","published":"option_a","dissolved_oxygen":"pro" | Unexpected end of JSON input — truncated object | {"description":"type_b","age":"option_c","published":"option_a","dissolved_oxygen":"pro"} |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD manifest_ref TYPE integer REQUIRED yes
FIELD decay_rate TYPE string REQUIRED no
FIELD isotope TYPE integer REQUIRED yes
FIELD name[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"age":"level_4","manifest_ref":... | {"age":"level_4","manifest_ref":973,"decay_rate":"Charlie","isotope":794,"name":["Diana","chr1","foo","New York"]} | truncated_object | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"manifest_ref": {
"type": "integer"
},
"decay_rate": {
"type": "string"
},
"isotope": {
"type": "in... | {"age":"level_4","manifest_ref":973,"decay_rate":"Charlie","isotope":794,"name":["Diana","chr1","foo","New York"] | Unexpected end of JSON input — truncated object | {"age":"level_4","manifest_ref":973,"decay_rate":"Charlie","isotope":794,"name":["Diana","chr1","foo","New York"]} |
TASK repair_structured_output
SPEC
FIELD attr_p31.field_y53 TYPE integer REQUIRED yes
FIELD attr_p31.val_h02 TYPE string REQUIRED yes
FIELD attr_p31.field_w12 TYPE string REQUIRED no
FIELD val_z40 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_h47 TYPE integer REQUIRED no
FIELD attr_r53 TYPE strin... | {"attr_p31":{"field_y53":313,"val_h02":"GRCh38","field_w12":"Jane"},"prop_h47":989,"attr_r53":"admin@domain.org","attr_h86":null} | truncated_array | {
"type": "object",
"properties": {
"attr_p31": {
"type": "object",
"properties": {
"field_y53": {
"type": "integer"
},
"val_h02": {
"type": "string"
},
"field_w12": {
"type": "string"
}
},
"required": [
... | {"attr_p31":{"field_y53":313,"val_h02":"GRCh38","field_w12":"Jane"},"prop_h47":989,"attr_r53":"admin@domain.org","attr_h86":null | Unexpected end of JSON input — truncated object | {"attr_p31":{"field_y53":313,"val_h02":"GRCh38","field_w12":"Jane"},"prop_h47":989,"attr_r53":"admin@domain.org","attr_h86":null} |
TASK repair_structured_output
SPEC
FIELD attr_v58 TYPE null REQUIRED no
FIELD val_k86 TYPE string REQUIRED no
FIELD param_q23 TYPE string REQUIRED yes
FIELD attr_j61.prop_h91.param_v90 TYPE string REQUIRED no
FIELD attr_j61.prop_h91.val_o88 TYPE string REQUIRED no
FIELD attr_j61.prop_h91.attr_v55 TYPE number REQUIRED ... | {"attr_v58":null,"param_q23":"inactive","attr_j61":{"prop_h91":{"param_v90":"London","val_o88":"baz","attr_v55":892.09,"attr_l31":"published","field_y92":426,"field_e31":875,"key_g67":751,"val_z19":null},"param_h92":"push","col_r57":"https://api.org/v1","field_p91":"cancelled","attr_s16":"editor","dim_p47":false},"prop... | number_with_unit | {
"type": "object",
"properties": {
"attr_v58": {
"type": "null"
},
"val_k86": {
"type": "string"
},
"param_q23": {
"type": "string"
},
"attr_j61": {
"type": "object",
"properties": {
"prop_h91": {
"type": "object",
"properties": ... | {"attr_v58": null, "param_q23": "inactive", "attr_j61": {"prop_h91": {"param_v90": "London", "val_o88": "baz", "attr_v55": 892.09, "attr_l31": "published", "field_y92": 426, "field_e31": 875, "key_g67": 751, "val_z19": null}, "param_h92": "push", "col_r57": "https://api.org/v1", "field_p91": "cancelled", "attr_s16": "e... | Field 'col_d80' must be number, got string with unit | {"attr_v58":null,"param_q23":"inactive","attr_j61":{"prop_h91":{"param_v90":"London","val_o88":"baz","attr_v55":892.09,"attr_l31":"published","field_y92":426,"field_e31":875,"key_g67":751,"val_z19":null},"param_h92":"push","col_r57":"https://api.org/v1","field_p91":"cancelled","attr_s16":"editor","dim_p47":false},"prop... |
TASK repair_structured_output
SPEC
FIELD attr_b78 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD field_r44 TYPE string REQUIRED yes
FIELD attr_e11 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD dim_a17 TYPE string VALUES level_1|level_2|level_3|level_4|level... | {"attr_b78":"mode_a","field_r44":"Santos","attr_e11":"pending_review"} | trailing_comma | {
"type": "object",
"properties": {
"attr_b78": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"field_r44": {
"type": "string"
},
"attr_e11": {
"type": "string",
"enum": [
"pe... | {"attr_b78":"mode_a","field_r44":"Santos","attr_e11":"pending_review",} | Unexpected trailing comma | {"attr_b78":"mode_a","field_r44":"Santos","attr_e11":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE string REQUIRED yes
FIELD longitude TYPE string REQUIRED no
FIELD thumbnail TYPE string_uri REQUIRED no
FIELD items TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
BROKEN_OUTPUT
{build_status:"Smith",longitude:"2023-12-25",thumbnail:"https://data.co... | {"build_status":"Smith","longitude":"2023-12-25","thumbnail":"https://data.com/api","items":"free"} | unquoted_keys | {
"type": "object",
"properties": {
"build_status": {
"type": "string"
},
"longitude": {
"type": "string"
},
"thumbnail": {
"type": "string",
"format": "uri"
},
"items": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
... | {build_status:"Smith",longitude:"2023-12-25",thumbnail:"https://data.com/api",items:"free"} | Expecting property name enclosed in double quotes | {"build_status":"Smith","longitude":"2023-12-25","thumbnail":"https://data.com/api","items":"free"} |
TASK repair_structured_output
SPEC
FIELD key_y28 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_e43 TYPE string_date-time REQUIRED no
FIELD prop_y02 TYPE boolean REQUIRED no
FIELD field_e57 TYPE integer REQUIRED no
FIELD val_a71 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD val_e17 TYPE ... | {"val_a71":"white","val_e17":721,"param_a53":"Johnson"} | missing_bracket | {
"type": "object",
"properties": {
"key_y28": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_e43": {
"type": "string",
"format": "date-time"
},
"prop_y02": {
"type": "boolean"
},
"field_e57": {
"type": "integer"
... | {"val_a71":"white","val_e17":721,"param_a53":"Johnson"} | Missing closing bracket | {"val_a71":"white","val_e17":721,"param_a53":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD credit_score TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD tags TYPE string VALUES level_1|level_2 REQUIRED no
FIELD medication TYPE string_email REQUIRED no
FIELD consignee TYPE integer RE... | {"wavelength":"small","tags":"level_2","consignee":147} | missing_required | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"credit_score": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]... | {"wavelength": "small", "tags": "level_2"} | Required field 'consignee' is missing | {"wavelength":"small","tags":"level_2","consignee":147} |
TASK repair_structured_output
SPEC
FIELD dim_e93 TYPE boolean REQUIRED yes
FIELD col_h72 TYPE integer REQUIRED yes
FIELD prop_k30.param_n37 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_k30.param_l54 TYPE number REQUIRED no
FIELD prop_k30.attr_y73 TYPE string REQUIRED yes
FIELD prop_k30.col_... | {"dim_e93":false,"col_h72":27,"prop_k30":{"param_l54":946.37,"attr_y73":"approved","col_n64":"active"}} | single_quotes | {
"type": "object",
"properties": {
"dim_e93": {
"type": "boolean"
},
"col_h72": {
"type": "integer"
},
"prop_k30": {
"type": "object",
"properties": {
"param_n37": {
"type": "string",
"enum": [
"reliable",
"unstable",
... | {'dim_e93':false,'col_h72':27,'prop_k30':{'param_l54':946.37,'attr_y73':'approved','col_n64':'active'}} | Expecting property name enclosed in double quotes | {"dim_e93":false,"col_h72":27,"prop_k30":{"param_l54":946.37,"attr_y73":"approved","col_n64":"active"}} |
TASK repair_structured_output
SPEC
FIELD format TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD duration_ms TYPE number REQUIRED yes
FIELD voltage TYPE string REQUIRED yes
FIELD medication TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"format":"degraded","duration_ms":327.44,"voltage":"Hapag-... | {"format":"degraded","duration_ms":327.44,"voltage":"Hapag-Lloyd-Express","medication":false} | truncated_array | {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"duration_ms": {
"type": "number"
},
"voltage": {
"type": "string"
},
"medication": {
"... | {"format":"degraded","duration_ms":327.44,"voltage":"Hapag-Lloyd-Express","medication":false | Unexpected end of JSON input — truncated object | {"format":"degraded","duration_ms":327.44,"voltage":"Hapag-Lloyd-Express","medication":false} |
TASK repair_structured_output
SPEC
FIELD attr_d97 TYPE string REQUIRED no
FIELD val_a76 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_y42 TYPE integer REQUIRED yes
FIELD prop_q44 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD col_a95 TYPE boolean REQUIRED no
FIELD col_g88 TYPE string VALUE... | {"attr_d97":"Paris","param_y42":849,"prop_q44":"USD","col_a95":false,"col_g88":"medium","key_x33":"2020-05-06T19:20:00Z"} | null_required | {
"type": "object",
"properties": {
"attr_d97": {
"type": "string"
},
"val_a76": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_y42": {
"type": "integer"
},
"prop_q44": {
"type": "string",
... | {"attr_d97": "Paris", "param_y42": 849, "prop_q44": "USD", "col_a95": false, "col_g88": null, "key_x33": "2020-05-06T19:20:00Z"} | Required field 'col_g88' is null | {"attr_d97":"Paris","param_y42":849,"prop_q44":"USD","col_a95":false,"col_g88":"medium","key_x33":"2020-05-06T19:20:00Z"} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES active|inactive|pending REQUIRED no
FIELD name TYPE string_date-time REQUIRED no
FIELD message TYPE number REQUIRED no
FIELD paragraph[] TYPE integer REQUIRED no
FIELD lane[].diagnosis_code TYPE string_email REQUIRED no
FIELD lane[].count TYPE integer... | {"reagent":"pending","name":"2021-09-18T22:36:00Z","paragraph":[193,570],"lane":[{"diagnosis_code":"ops@domain.org","count":760,"enabled":"pending","size":81.82,"credit_score":644.9,"bearing":true},{"count":238,"size":710.0,"credit_score":560.59,"bearing":true},{"diagnosis_code":"info@example.com","count":561,"credit_s... | tool_call_wrong_param | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"name": {
"type": "string",
"format": "date-time"
},
"message": {
"type": "number"
},
"paragraph": {
"type":... | Tool: transfer_call
Params: {"reagent": "pending", "name": "2021-09-18T22:36:00Z", "lane": [{"diagnosis_code": "ops@domain.org", "count": 760, "enabled": "pending", "size": 81.82, "credit_score": 644.9, "bearing": true}, {"count": 238, "size": 710.0, "credit_score": 560.59, "bearing": true}, {"diagnosis_code": "info@ex... | Agent used wrong parameter name 'paragraph_value' instead of 'paragraph' | {"reagent":"pending","name":"2021-09-18T22:36:00Z","paragraph":[193,570],"lane":[{"diagnosis_code":"ops@domain.org","count":760,"enabled":"pending","size":81.82,"credit_score":644.9,"bearing":true},{"count":238,"size":710.0,"credit_score":560.59,"bearing":true},{"diagnosis_code":"info@example.com","count":561,"credit_s... |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD patient_id TYPE string_email REQUIRED no
FIELD decay_rate TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD altitude TYPE string_email REQUIRED no
FIELD state TYPE string REQUIRED yes
BROKEN_... | {"altitude":"test@test.io","state":"2023-12-25"} | truncated_array | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"patient_id": {
"type": "string",
"format": "email"
},
"decay_rate": {
"type": "string",
"enum"... | {"altitude":"test@test.io","state":"2023-12-25" | Unexpected end of JSON input — truncated object | {"altitude":"test@test.io","state":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD param_k49 TYPE string_date-time REQUIRED yes
FIELD key_z91 TYPE integer REQUIRED yes
FIELD attr_p29[].attr_z08 TYPE integer REQUIRED no
FIELD attr_p29[].dim_u79 TYPE null REQUIRED yes
FIELD attr_p29[].field_j26 TYPE number REQUIRED yes
FIELD attr_p29[].prop_x18 TYPE number REQU... | {"param_k49":"2025-08-18T08:30:00Z","key_z91":993,"attr_p29":[{"dim_u79":null,"field_j26":386.89,"prop_x18":609.31,"field_f38":924.84,"param_w96":"pending"}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_k49": {
"type": "string",
"format": "date-time"
},
"key_z91": {
"type": "integer"
},
"attr_p29": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attr_z08": {
"type": "i... | Tool: calibrate_instrument
Params: {"key_z91": 993, "attr_p29": [{"dim_u79": null, "field_j26": 386.89, "prop_x18": 609.31, "field_f38": 924.84, "param_w96": "pending"}], "param_k49_id": "2025-08-18T08:30:00Z"} | Agent used wrong parameter name 'param_k49_id' instead of 'param_k49' | {"param_k49":"2025-08-18T08:30:00Z","key_z91":993,"attr_p29":[{"dim_u79":null,"field_j26":386.89,"prop_x18":609.31,"field_f38":924.84,"param_w96":"pending"}]} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string REQUIRED no
FIELD color.level TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD color.company TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD color.branch TYPE boolean REQUIRED yes
FIELD catalyst TYPE integ... | {"chromosome":"Sao Paulo","color":{"level":"confirmed","company":"type_c","branch":true},"catalyst":675,"shift_code":"type_a"} | trailing_comma | {
"type": "object",
"properties": {
"chromosome": {
"type": "string"
},
"color": {
"type": "object",
"properties": {
"level": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"... | {"chromosome":"Sao Paulo","color":{"level":"confirmed","company":"type_c","branch":true,},"catalyst":675,"shift_code":"type_a"} | Unexpected trailing comma | {"chromosome":"Sao Paulo","color":{"level":"confirmed","company":"type_c","branch":true},"catalyst":675,"shift_code":"type_a"} |
TASK repair_structured_output
SPEC
FIELD count TYPE string_date-time REQUIRED no
FIELD span_id TYPE string REQUIRED no
FIELD step TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD longitude TYPE string_date-time REQUIRED no
FIELD barcode.first_name TYPE string VALUES draft|published|archived REQUIRE... | {"count":"2021-04-18T07:03:00Z","step":"intermittent","longitude":"2025-11-28T12:12:00Z","barcode":{"first_name":"draft","rating":601,"footnote":{"barcode":"inactive","branch":"frameshift","priority":"approved"}},"email":{"end_date":204,"lab_result":"ops@example.com","status":535.4}} | truncated_object | {
"type": "object",
"properties": {
"count": {
"type": "string",
"format": "date-time"
},
"span_id": {
"type": "string"
},
"step": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"longitude": {
"t... | {"count":"2021-04-18T07:03:00Z","step":"intermittent","longitude":"2025-11-28T12:12:00Z","barcode":{"first_name":"draft","rating":601,"footnote":{"barcode":"inactive","branch":"frameshift","priority":"approved"}},"email":{"end_date":204,"lab_result":"ops@example.com","status":535.4} | Unexpected end of JSON input — truncated object | {"count":"2021-04-18T07:03:00Z","step":"intermittent","longitude":"2025-11-28T12:12:00Z","barcode":{"first_name":"draft","rating":601,"footnote":{"barcode":"inactive","branch":"frameshift","priority":"approved"}},"email":{"end_date":204,"lab_result":"ops@example.com","status":535.4}} |
TASK repair_structured_output
SPEC
FIELD val_v26 TYPE string REQUIRED no
FIELD attr_t64 TYPE string REQUIRED no
FIELD val_o80 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
BROKEN_OUTPUT
{"val_v26":"chr1","attr_t64":"Johnson","val_o80":"level_4"}
Analysis finished. | {"val_v26":"chr1","attr_t64":"Johnson","val_o80":"level_4"} | extra_text_after | {
"type": "object",
"properties": {
"val_v26": {
"type": "string"
},
"attr_t64": {
"type": "string"
},
"val_o80": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
}
... | {"val_v26":"chr1","attr_t64":"Johnson","val_o80":"level_4"}
Analysis finished. | Output contains non-JSON text after the object | {"val_v26":"chr1","attr_t64":"Johnson","val_o80":"level_4"} |
TASK repair_structured_output
SPEC
FIELD col_l07 TYPE integer REQUIRED yes
FIELD col_b99 TYPE boolean REQUIRED yes
FIELD prop_w13 TYPE boolean REQUIRED no
FIELD param_m46 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"col_l07": 986, "col_b99": true, "prop_w13": false, "param_m46": "false"} | {"col_l07":986,"col_b99":true,"prop_w13":false,"param_m46":true} | boolean_as_string | {
"type": "object",
"properties": {
"col_l07": {
"type": "integer"
},
"col_b99": {
"type": "boolean"
},
"prop_w13": {
"type": "boolean"
},
"param_m46": {
"type": "boolean"
}
},
"required": [
"col_l07",
"col_b99"
]
} | {"col_l07": 986, "col_b99": true, "prop_w13": false, "param_m46": "false"} | Field 'param_m46' must be boolean, got string | {"col_l07":986,"col_b99":true,"prop_w13":false,"param_m46":true} |
TASK repair_structured_output
SPEC
FIELD name TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD version TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD color TYPE string VALUES type_a|type_b|type_c REQUIRED no
BROKEN_OUTPUT
{'name':'cat_f','version':'type_b'} | {"name":"cat_f","version":"type_b"} | single_quotes | {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"version": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",... | {'name':'cat_f','version':'type_b'} | Expecting property name enclosed in double quotes | {"name":"cat_f","version":"type_b"} |
TASK repair_structured_output
SPEC
FIELD param_u70 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD col_i77 TYPE boolean REQUIRED yes
FIELD param_u84[] TYPE string REQUIRED yes
BROKEN_OUTPUT
track_vessel(param_u70='maintenance', col_i77=True, param_u84=['2024-01-15']) | {"param_u70":"maintenance","col_i77":true,"param_u84":["2024-01-15"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_u70": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_i77": {
"type": "boolean"
},
"param_u84": {
"type": "array",
"items": {
"type":... | track_vessel(param_u70='maintenance', col_i77=True, param_u84=['2024-01-15']) | Tool call uses Python syntax instead of JSON | {"param_u70":"maintenance","col_i77":true,"param_u84":["2024-01-15"]} |
TASK repair_structured_output
SPEC
FIELD key_r40 TYPE number REQUIRED yes
FIELD key_i69 TYPE boolean REQUIRED yes
FIELD dim_c33 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_s71 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> calculate_docking_fee
{key_r40: 140.8, key_i69: false, di... | {"key_r40":140.8,"key_i69":false,"dim_c33":"moored","key_s71":"Sao Paulo"} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_r40": {
"type": "number"
},
"key_i69": {
"type": "boolean"
},
"dim_c33": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_s71": {
"type": "strin... | <functioncall> calculate_docking_fee
{key_r40: 140.8, key_i69: false, dim_c33: "moored", key_s71: "Sao Paulo"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_r40":140.8,"key_i69":false,"dim_c33":"moored","key_s71":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD temp_celsius TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD manifest_ref TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: c... | {"hazmat_code":"offline","temp_celsius":"new","manifest_ref":"GRCh38"} | tool_call_partial_args | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"temp_celsius": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | I need to look up the information first.
Action: create_order
Arguments: {"temp_celsius": "new", "manifest_ref": "GRCh38"} | Agent tool call missing required parameter 'hazmat_code' | {"hazmat_code":"offline","temp_celsius":"new","manifest_ref":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string REQUIRED yes
FIELD allele TYPE integer REQUIRED no
FIELD image_url.role TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD image_url.country TYPE string_email REQUIRED yes
FIELD image_url.fleet_number TYPE boolean REQUIRED ... | {"transaction_id":"pending","allele":295,"image_url":{"role":"offline","country":"test@test.io","fleet_number":true,"filter_flag":["frameshift","missense","frameshift"]},"port_code":"info","name":952} | extra_field | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string"
},
"allele": {
"type": "integer"
},
"image_url": {
"type": "object",
"properties": {
"role": {
"type": "string",
"enum": [
"operational",
"degraded... | {"transaction_id": "pending", "allele": 295, "image_url": {"role": "offline", "country": "test@test.io", "fleet_number": true, "filter_flag": ["frameshift", "missense", "frameshift"]}, "port_code": "info", "name": 952, "extra_info_9800": true} | Unknown field 'extra_info_9800' not defined in schema | {"transaction_id":"pending","allele":295,"image_url":{"role":"offline","country":"test@test.io","fleet_number":true,"filter_flag":["frameshift","missense","frameshift"]},"port_code":"info","name":952} |
TASK repair_structured_output
SPEC
FIELD val_t48 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_t72 TYPE boolean REQUIRED yes
FIELD attr_w42 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="update_preferences">
{"prop_t72":false,"attr_w42":"202... | {"prop_t72":false,"attr_w42":"2026-10-06T20:30:00Z"} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_t48": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_t72": {
"type": "boolean"
},
"attr_w42": {
"type": "string",
"format": "date-time"
}
},
... | Processing the request now.
<tool_call name="update_preferences">
{"prop_t72":false,"attr_w42":"2026-10-06T20:30:00Z"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"prop_t72":false,"attr_w42":"2026-10-06T20:30:00Z"} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string REQUIRED yes
FIELD chapter TYPE string REQUIRED yes
FIELD lab_result[] TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: track_vessel
Arguments: {"chapter": "Oliveira", "lab_result": ["adm... | {"duration_ms":"Bob","chapter":"Oliveira","lab_result":["admin","viewer","admin"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string"
},
"chapter": {
"type": "string"
},
"lab_result": {
"type": "array",
"items": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}
... | I need to look up the information first.
Action: track_vessel
Arguments: {"chapter": "Oliveira", "lab_result": ["admin", "viewer", "admin"]} | Agent tool call missing required parameter 'duration_ms' | {"duration_ms":"Bob","chapter":"Oliveira","lab_result":["admin","viewer","admin"]} |
TASK repair_structured_output
SPEC
FIELD key_k90 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD field_s51 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD key_l32 TYPE string REQUIRED yes
FIELD col_q47 TYPE string VALUES level_1|level_2 REQUIRED yes
BROKEN_OUTPUT
{"key_k90... | {"key_k90":"level_2","field_s51":"returned","key_l32":"cancelled","col_q47":"level_2"} | invalid_enum | {
"type": "object",
"properties": {
"key_k90": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"field_s51": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returne... | {"key_k90": "level_2", "field_s51": "returned", "key_l32": "cancelled", "col_q47": "invalid_value_9"} | Field 'col_q47' has invalid enum value 'invalid_value_9', expected one of ['level_1', 'level_2'] | {"key_k90":"level_2","field_s51":"returned","key_l32":"cancelled","col_q47":"level_2"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string_uri REQUIRED yes
FIELD feedback TYPE string REQUIRED yes
FIELD label TYPE number REQUIRED yes
FIELD duration_ms TYPE integer REQUIRED no
FIELD procedure_code TYPE number REQUIRED yes
FIELD language TYPE string REQUIRED no
FIELD throttle_pos TYPE null REQU... | {"invoice_id":"https://api.org/data","feedback":"Hapag-Lloyd-Express","label":815.26,"duration_ms":201,"procedure_code":231.29,"language":"approved"} | missing_required | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"format": "uri"
},
"feedback": {
"type": "string"
},
"label": {
"type": "number"
},
"duration_ms": {
"type": "integer"
},
"procedure_code": {
"type": "number"
},
"lan... | {"invoice_id": "https://api.org/data", "feedback": "Hapag-Lloyd-Express", "duration_ms": 201, "procedure_code": 231.29, "language": "approved"} | Required field 'label' is missing | {"invoice_id":"https://api.org/data","feedback":"Hapag-Lloyd-Express","label":815.26,"duration_ms":201,"procedure_code":231.29,"language":"approved"} |
TASK repair_structured_output
SPEC
FIELD key_e01 TYPE boolean REQUIRED no
FIELD param_c25 TYPE string REQUIRED yes
FIELD key_p52 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_k08.attr_w87.col_n37 TYPE boolean REQUIRED no
FIELD param_k08.attr_w87.attr_f25 TYPE string_email REQUIRE... | {"param_c25":"Maria","key_p52":"operational","col_t24":"https://data.com/v1","field_k75":"divorced","col_t08":417.95} | extra_text_before | {
"type": "object",
"properties": {
"key_e01": {
"type": "boolean"
},
"param_c25": {
"type": "string"
},
"key_p52": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_k08": {
"t... | Let me provide the data in JSON format:
{"param_c25":"Maria","key_p52":"operational","col_t24":"https://data.com/v1","field_k75":"divorced","col_t08":417.95} | Output contains non-JSON text before the object | {"param_c25":"Maria","key_p52":"operational","col_t24":"https://data.com/v1","field_k75":"divorced","col_t08":417.95} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD user_id[].language TYPE number REQUIRED no
FIELD user_id[].insurance_id TYPE integer REQUIRED yes
FIELD user_id[].end_date TYPE integer REQUIRED no
FIELD user_id[].height TYPE integer REQ... | {"dissolved_oxygen":379,"user_id":[{"language":440.89,"insurance_id":332,"end_date":213,"height":651}]} | agent_chain | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string"
},
"dissolved_oxygen": {
"type": "integer"
},
"user_id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"language": {
"type": "number"
}... | Let me check the system.
Action: transfer_call
Result: {"dissolved_oxygen": 379}
Processing the request now.
Action: align_reads
Result: | Agent multi-step chain with truncated tool output | {"dissolved_oxygen":379,"user_id":[{"language":440.89,"insurance_id":332,"end_date":213,"height":651}]} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string REQUIRED no
FIELD fleet_number TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD count TYPE integer REQUIRED no
FIELD temp_celsius TYPE number REQUIRED no
FIELD nickname.created_at TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD ni... | {"compound":"2023-12-25","fleet_number":"coastal","count":344,"temp_celsius":515.55,"nickname":{"visible":"single","branch":"large","role":"divorced","shipper_ref":"2020-07-23T02:30:00Z"}} | invalid_enum | {
"type": "object",
"properties": {
"compound": {
"type": "string"
},
"fleet_number": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"count": {
"type": "integer"
},
"temp_celsius": {
"type": ... | {"compound": "2023-12-25", "fleet_number": "invalid_option_111", "count": 344, "temp_celsius": 515.55, "nickname": {"visible": "single", "branch": "large", "role": "divorced", "shipper_ref": "2020-07-23T02:30:00Z"}} | Field 'fleet_number' has invalid enum value 'invalid_option_111', expected one of ['coastal', 'oceanic', 'inland', 'arctic'] | {"compound":"2023-12-25","fleet_number":"coastal","count":344,"temp_celsius":515.55,"nickname":{"visible":"single","branch":"large","role":"divorced","shipper_ref":"2020-07-23T02:30:00Z"}} |
TASK repair_structured_output
SPEC
FIELD field_t11 TYPE string REQUIRED yes
FIELD field_v41 TYPE integer REQUIRED no
FIELD key_h04 TYPE string_email REQUIRED no
FIELD param_b87.prop_c52 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_b87.col_n92 TYPE number REQUIRED yes
FIELD param_b87.col_c12... | {"field_t11":"QC-07","field_v41":994,"key_h04":"admin@test.io"} | extra_text_before | {
"type": "object",
"properties": {
"field_t11": {
"type": "string"
},
"field_v41": {
"type": "integer"
},
"key_h04": {
"type": "string",
"format": "email"
},
"param_b87": {
"type": "object",
"properties": {
"prop_c52": {
"type": "str... | Let me provide the data in JSON format:
{"field_t11":"QC-07","field_v41":994,"key_h04":"admin@test.io"} | Output contains non-JSON text before the object | {"field_t11":"QC-07","field_v41":994,"key_h04":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD altitude.currency TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD altitude.role TYPE integer REQUIRED no
FIELD altitude.maturity_date TYPE string VALUES draft|published|archived REQUIRED no
FIELD altitude.first_name TYPE string REQUIRED no
FIELD altitude.end_date TYPE... | {"altitude":{"role":252,"maturity_date":"archived","first_name":"Silva","end_date":216,"voltage":"sample","throttle_pos":796},"vessel_name":true,"longitude":true,"enabled":"mode_f","berth_slot":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"altitude": {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"role": {
"type": "intege... | I need to look up the information first.
Action: call_variants
Arguments: {"altitude": {"role": 252, "maturity_date": "archived", "first_name": "Silva", "end_date": 216, "voltage": "sample", "throttle_pos": 796}, "vessel_name": true, "longitude": true, "berth_slot": false} | Agent tool call missing required parameter 'enabled' | {"altitude":{"role":252,"maturity_date":"archived","first_name":"Silva","end_date":216,"voltage":"sample","throttle_pos":796},"vessel_name":true,"longitude":true,"enabled":"mode_f","berth_slot":false} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD visible.website TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD visible.tags TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD visible.verified TYPE string ... | {"compound":"medium","account_id":"Alice","discount":"medium"} | extra_text_before | {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"visible": {
"type": "object",
"properties": {
"website": {
"type": "string",
"enum": [
... | I've generated the following JSON:
{"compound":"medium","account_id":"Alice","discount":"medium"} | Output contains non-JSON text before the object | {"compound":"medium","account_id":"Alice","discount":"medium"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE integer REQUIRED yes
FIELD bearing TYPE integer REQUIRED yes
FIELD brake_pressure.zip_code TYPE string_uri REQUIRED no
FIELD brake_pressure.catalyst TYPE number REQUIRED no
FIELD brake_pressure.paragraph TYPE boolean REQUIRED yes
FIELD brake_pressure.voltage ... | {"freight_class":220,"bearing":725,"brake_pressure":{"catalyst":886.56,"paragraph":true,"voltage":"admin@example.com","currency":958.33,"country":"homozygous","index":"low"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"freight_class": {
"type": "integer"
},
"bearing": {
"type": "integer"
},
"brake_pressure": {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"format": "uri"
},
"catalyst": {... | create_ticket(freight_class=220, bearing=725, brake_pressure={'catalyst': 886.56, 'paragraph': True, 'voltage': 'admin@example.com', 'currency': 958.33, 'country': 'homozygous', 'index': 'low'}) | Tool call uses Python syntax instead of JSON | {"freight_class":220,"bearing":725,"brake_pressure":{"catalyst":886.56,"paragraph":true,"voltage":"admin@example.com","currency":958.33,"country":"homozygous","index":"low"}} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD subtotal TYPE string_date-time REQUIRED no
FIELD interest_rate TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"bearing":"option_c","subtotal":"2023-09-18T02:18:00Z","interest_... | {"bearing":"option_c","subtotal":"2023-09-18T02:18:00Z","interest_rate":80} | markdown_fences | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"subtotal": {
"type": "string",
"format": "date-time"
},
"interes... | ```json
{"bearing":"option_c","subtotal":"2023-09-18T02:18:00Z","interest_rate":80}
``` | Output contains markdown code fences | {"bearing":"option_c","subtotal":"2023-09-18T02:18:00Z","interest_rate":80} |
TASK repair_structured_output
SPEC
FIELD dim_c28 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_g89 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_l92 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{dim_c28:"small",prop_g89:"moored",col_l92:639} | {"dim_c28":"small","prop_g89":"moored","col_l92":639} | unquoted_keys | {
"type": "object",
"properties": {
"dim_c28": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"prop_g89": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
... | {dim_c28:"small",prop_g89:"moored",col_l92:639} | Expecting property name enclosed in double quotes | {"dim_c28":"small","prop_g89":"moored","col_l92":639} |
TASK repair_structured_output
SPEC
FIELD subject TYPE boolean REQUIRED no
FIELD reagent TYPE number REQUIRED no
FIELD credit_score TYPE string_uri REQUIRED yes
FIELD rating.shift_code.consignee TYPE integer REQUIRED no
FIELD rating.shift_code.active TYPE boolean REQUIRED yes
FIELD rating.shift_code.strand TYPE number ... | {"subject":false,"reagent":389.47,"credit_score":"https://data.io/data","rating":{"shift_code":{"consignee":885,"active":false,"strand":184.19,"label":"Hapag-Lloyd-Express","quantity":"https://example.com","current_draw":null},"compound":"sample","name":"Berlin","created_at":460.96,"berth_slot":6.66}} | partial_structure | {
"type": "object",
"properties": {
"subject": {
"type": "boolean"
},
"reagent": {
"type": "number"
},
"credit_score": {
"type": "string",
"format": "uri"
},
"rating": {
"type": "object",
"properties": {
"shift_code": {
"type": "objec... | Based on the data, subject is False. {"subject":false,"reagent":389.47,"credit_score":"https://data.io/data","rating":{"shift_code":{"consignee":885,"active":false,"strand":184.19,"label":"Hapag-Lloyd-Express","quantity":"https://example.com","current_draw":null},"compound":"sample","name":"Berlin","created_at":460.96,... | Output mixes natural language with JSON | {"subject":false,"reagent":389.47,"credit_score":"https://data.io/data","rating":{"shift_code":{"consignee":885,"active":false,"strand":184.19,"label":"Hapag-Lloyd-Express","quantity":"https://example.com","current_draw":null},"compound":"sample","name":"Berlin","created_at":460.96,"berth_slot":6.66}} |
TASK repair_structured_output
SPEC
FIELD val_w73 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_u48 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_o08 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
{"val_w73":"confirmed... | {"val_w73":"confirmed","col_u48":"closed"} | truncated_array | {
"type": "object",
"properties": {
"val_w73": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"col_u48": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
... | {"val_w73":"confirmed","col_u48":"closed" | Unexpected end of JSON input — truncated object | {"val_w73":"confirmed","col_u48":"closed"} |
TASK repair_structured_output
SPEC
FIELD dim_l81 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD key_f11 TYPE boolean REQUIRED yes
FIELD dim_n32 TYPE integer REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: call_variants
Arguments: {"dim_l81": "type_c", "dim_n32": 537} | {"dim_l81":"type_c","key_f11":true,"dim_n32":537} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_l81": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"key_f11": {
"type": "boolean"
},
"dim_n32": {
"type": "integer"
}
},
"required": [
"key_f11",
"dim_l81"
]
} | Let me check the system.
Action: call_variants
Arguments: {"dim_l81": "type_c", "dim_n32": 537} | Agent tool call missing required parameter 'key_f11' | {"dim_l81":"type_c","key_f11":true,"dim_n32":537} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string REQUIRED yes
FIELD barcode TYPE integer REQUIRED no
FIELD interest_rate TYPE string REQUIRED no
FIELD values TYPE string_uri REQUIRED no
FIELD brake_pressure.hazmat_code TYPE integer REQUIRED yes
FIELD brake_pressure.state TYPE string VALUES synonymou... | {"bill_of_lading":"qux","barcode":975,"interest_rate":"example","values":"https://www.io/api","brake_pressure":{"hazmat_code":475,"state":"synonymous","invoice_id":{"vital_sign":"2023-12-25","title":385,"freight_class":881,"filter_flag":null}},"image_url":{"amount":true,"state":"low","chromosome":"Oliveira","notes":{"l... | truncated_array | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string"
},
"barcode": {
"type": "integer"
},
"interest_rate": {
"type": "string"
},
"values": {
"type": "string",
"format": "uri"
},
"brake_pressure": {
"type": "object",
"p... | {"bill_of_lading":"qux","barcode":975,"interest_rate":"example","values":"https://www.io/api","brake_pressure":{"hazmat_code":475,"state":"synonymous","invoice_id":{"vital_sign":"2023-12-25","title":385,"freight_class":881,"filter_flag":null}},"image_url":{"amount":true,"state":"low","chromosome":"Oliveira","notes":{"l... | Unexpected end of JSON input — truncated object | {"bill_of_lading":"qux","barcode":975,"interest_rate":"example","values":"https://www.io/api","brake_pressure":{"hazmat_code":475,"state":"synonymous","invoice_id":{"vital_sign":"2023-12-25","title":385,"freight_class":881,"filter_flag":null}},"image_url":{"amount":true,"state":"low","chromosome":"Oliveira","notes":{"l... |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD position TYPE number REQUIRED yes
FIELD torque_output TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"position": 36.22, "torque_output": "\"238\""} | {"position":36.22,"torque_output":238} | wrong_type | {
"type": "object",
"properties": {
"chapter": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"position": {
"type": "number"
},
"torque_output": {
"type": "integer"
}
},
"required": [
"... | {"position": 36.22, "torque_output": "\"238\""} | Field 'torque_output' must be integer, got string | {"position":36.22,"torque_output":238} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES draft|published|archived REQUIRED no
FIELD full_name TYPE string VALUES single|married|divorced REQUIRED no
FIELD nickname TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD latitude TYPE number REQUIRED no
FIELD half_life TYPE stri... | {"full_name":"single","nickname":"delivered","latitude":692.84,"half_life":"ops@domain.org","procedure_code":"https://www.io/v1","start_date":775,"items":"error"} | extra_text_before | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"full_name": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"nickname": {
... | Sure, here's the result:
{"full_name":"single","nickname":"delivered","latitude":692.84,"half_life":"ops@domain.org","procedure_code":"https://www.io/v1","start_date":775,"items":"error"} | Output contains non-JSON text before the object | {"full_name":"single","nickname":"delivered","latitude":692.84,"half_life":"ops@domain.org","procedure_code":"https://www.io/v1","start_date":775,"items":"error"} |
TASK repair_structured_output
SPEC
FIELD key_i85 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_r60 TYPE string_date-time REQUIRED yes
FIELD attr_m46 TYPE string REQUIRED no
FIELD attr_b87 TYPE string REQUIRED no
FIELD attr_o08 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD fie... | {"param_r60":"2025-08-13T19:31:00Z","attr_m46":"2024-01-15","attr_o08":"mode_b","field_t26":"chrX"} | truncated_object | {
"type": "object",
"properties": {
"key_i85": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_r60": {
"type": "string",
"format": "date-time"
},
"attr_m46": {
"type": "string"
},
"attr_b8... | {"param_r60":"2025-08-13T19:31:00Z","attr_m46":"2024-01-15","attr_o08":"mode_b","field_t26":"chrX" | Unexpected end of JSON input — truncated object | {"param_r60":"2025-08-13T19:31:00Z","attr_m46":"2024-01-15","attr_o08":"mode_b","field_t26":"chrX"} |
TASK repair_structured_output
SPEC
FIELD field_b04.col_v94 TYPE string_uri REQUIRED yes
FIELD field_b04.param_u99.col_b99 TYPE string REQUIRED yes
FIELD field_b04.param_u99.key_w64 TYPE boolean REQUIRED no
FIELD field_b04.param_u99.key_d56 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_b04.param_u99.... | {"field_b04":{"col_v94":"https://example.org/v1","col_e71":{"prop_d07":"escalated","key_y63":736,"key_b58":"green","val_u24":"critical"},"val_b70":623.08,"col_p39":"green"},"col_s29":"user@domain.com","attr_q44":"info@domain.org","val_n89":"bar","dim_y38":{"dim_j43":"2024-09-28T16:06:00Z","prop_l49":108,"field_r32":nul... | tool_call_text_mix | {
"type": "object",
"properties": {
"field_b04": {
"type": "object",
"properties": {
"col_v94": {
"type": "string",
"format": "uri"
},
"param_u99": {
"type": "object",
"properties": {
"col_b99": {
"type": "stri... | Processing the request now.
<tool_call name="apply_discount">
{"field_b04":{"col_v94":"https://example.org/v1","col_e71":{"prop_d07":"escalated","key_y63":736,"key_b58":"green","val_u24":"critical"},"val_b70":623.08,"col_p39":"green"},"col_s29":"user@domain.com","attr_q44":"info@domain.org","val_n89":"bar","dim_y38":{"... | Agent response mixes reasoning text with tool call | {"field_b04":{"col_v94":"https://example.org/v1","col_e71":{"prop_d07":"escalated","key_y63":736,"key_b58":"green","val_u24":"critical"},"val_b70":623.08,"col_p39":"green"},"col_s29":"user@domain.com","attr_q44":"info@domain.org","val_n89":"bar","dim_y38":{"dim_j43":"2024-09-28T16:06:00Z","prop_l49":108,"field_r32":nul... |
TASK repair_structured_output
SPEC
FIELD type TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD sensor_id TYPE string REQUIRED yes
FIELD features.latitude.priority TYPE string REQUIRED no
FIELD features.latitude.version TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD features.latitud... | {"type":"critical","sensor_id":"Jane","features":{"latitude":{"version":"underway","items":186.4,"filter_flag":"GBP","total":"2024-02-14T06:39:00Z"},"torque_output":"coastal","isotope":"New York","amount":"email"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"sensor_id": {
"type": "string"
},
"features": {
"type": "object",
"properties": {
"latitude": {
... | annotate_mutation(type='critical', sensor_id='Jane', features={'latitude': {'version': 'underway', 'items': 186.4, 'filter_flag': 'GBP', 'total': '2024-02-14T06:39:00Z'}, 'torque_output': 'coastal', 'isotope': 'New York', 'amount': 'email'}) | Tool call uses Python syntax instead of JSON | {"type":"critical","sensor_id":"Jane","features":{"latitude":{"version":"underway","items":186.4,"filter_flag":"GBP","total":"2024-02-14T06:39:00Z"},"torque_output":"coastal","isotope":"New York","amount":"email"}} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD ph_level TYPE string REQUIRED no
FIELD batch_code TYPE string REQUIRED no
BROKEN_OUTPUT
Processing the request now.
I'll validate against the schema.
{"amount":"underway","batch_code":"GRCh38"} | {"amount":"underway","batch_code":"GRCh38"} | thought_process | {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"ph_level": {
"type": "string"
},
"batch_code": {
"type": "string"
}
},
"required": [
"amount"
... | Processing the request now.
I'll validate against the schema.
{"amount":"underway","batch_code":"GRCh38"} | Output contains chain-of-thought reasoning before JSON | {"amount":"underway","batch_code":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES success|error|warning|info REQUIRED no
FIELD size.ward TYPE integer REQUIRED yes
FIELD size.price TYPE number REQUIRED yes
FIELD size.barcode[].width TYPE number REQUIRED yes
FIELD size.barcode[].order_id TYPE string REQUIRED no
FIELD size.barcode[].b... | {"crew_id":"warning","size":{"ward":951,"price":389.94,"barcode":[{"width":485.95,"order_id":"MV-Evergreen-01"},{"width":807.61,"order_id":"Charlie","balance":["pending","inactive","pending"]}],"timezone":[{"frequency_hz":"2026-10-17T07:31:00Z","coverage":168.0,"brake_pressure":"maintenance","bearing":48,"verified":"ht... | null_required | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"size": {
"type": "object",
"properties": {
"ward": {
"type": "integer"
},
"price": {
... | {"crew_id": "warning", "size": {"ward": 951, "price": 389.94, "barcode": [{"width": 485.95, "order_id": "MV-Evergreen-01"}, {"width": 807.61, "order_id": "Charlie", "balance": ["pending", "inactive", "pending"]}], "timezone": [{"frequency_hz": "2026-10-17T07:31:00Z", "coverage": 168.0, "brake_pressure": "maintenance", ... | Required field 'priority' is null | {"crew_id":"warning","size":{"ward":951,"price":389.94,"barcode":[{"width":485.95,"order_id":"MV-Evergreen-01"},{"width":807.61,"order_id":"Charlie","balance":["pending","inactive","pending"]}],"timezone":[{"frequency_hz":"2026-10-17T07:31:00Z","coverage":168.0,"brake_pressure":"maintenance","bearing":48,"verified":"ht... |
TASK repair_structured_output
SPEC
FIELD published TYPE number REQUIRED no
FIELD title TYPE number REQUIRED no
FIELD total TYPE boolean REQUIRED no
FIELD end_date TYPE string REQUIRED yes
FIELD conductivity[].full_name TYPE integer REQUIRED yes
FIELD conductivity[].half_life TYPE boolean REQUIRED yes
FIELD conductivit... | {"published":552.66,"title":31.32,"total":true,"end_date":"test","conductivity":[{"full_name":130,"half_life":true,"updated_at":634.87}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"published": {
"type": "number"
},
"title": {
"type": "number"
},
"total": {
"type": "boolean"
},
"end_date": {
"type": "string"
},
"conductivity": {
"type": "array",
"items": {
"type": "object",
... | filter_variants(published=552.66, title=31.32, total=True, end_date='test', conductivity=[{'full_name': 130, 'half_life': True, 'updated_at': 634.87}]) | Tool call uses Python syntax instead of JSON | {"published":552.66,"title":31.32,"total":true,"end_date":"test","conductivity":[{"full_name":130,"half_life":true,"updated_at":634.87}]} |
TASK repair_structured_output
SPEC
FIELD key_r10 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD key_p76.key_b70 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_p76.val_t48 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD key_p76.prop_o22 TYPE number REQUI... | {"key_r10":"open","field_s52":"mode_e","col_b35":"editor","col_k16":"type_d","val_q30":393} | markdown_fences | {
"type": "object",
"properties": {
"key_r10": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"key_p76": {
"type": "object",
"properties": {
"key_b70": {
"type": "string",
"enum": [
... | ```json
{"key_r10":"open","field_s52":"mode_e","col_b35":"editor","col_k16":"type_d","val_q30":393}
``` | Output contains markdown code fences | {"key_r10":"open","field_s52":"mode_e","col_b35":"editor","col_k16":"type_d","val_q30":393} |
TASK repair_structured_output
SPEC
FIELD param_i73 TYPE string REQUIRED yes
FIELD key_h60.key_t59 TYPE string REQUIRED yes
FIELD key_h60.val_i04 TYPE integer REQUIRED no
FIELD key_h60.key_a87 TYPE boolean REQUIRED yes
FIELD key_h60.prop_j46 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_h60.prop_d51... | {"param_i73":"chr1","key_h60":{"key_t59":"London","val_i04":711,"key_a87":false,"prop_j46":"divorced","prop_d51":{"dim_d64":"2025-05-06T01:54:00Z","val_p75":"inactive","param_s35":3,"dim_s17":"quux","dim_t45":473,"prop_d76":754,"prop_t92":"escalated"}},"val_u18":"2021-12-22T03:36:00Z","key_g46":"2023-12-25","dim_k72":"... | extra_text_after | {
"type": "object",
"properties": {
"param_i73": {
"type": "string"
},
"key_h60": {
"type": "object",
"properties": {
"key_t59": {
"type": "string"
},
"val_i04": {
"type": "integer"
},
"key_a87": {
"type": "boolean"
... | {"param_i73":"chr1","key_h60":{"key_t59":"London","val_i04":711,"key_a87":false,"prop_j46":"divorced","prop_d51":{"dim_d64":"2025-05-06T01:54:00Z","val_p75":"inactive","param_s35":3,"dim_s17":"quux","dim_t45":473,"prop_d76":754,"prop_t92":"escalated"}},"val_u18":"2021-12-22T03:36:00Z","key_g46":"2023-12-25","dim_k72":"... | Output contains non-JSON text after the object | {"param_i73":"chr1","key_h60":{"key_t59":"London","val_i04":711,"key_a87":false,"prop_j46":"divorced","prop_d51":{"dim_d64":"2025-05-06T01:54:00Z","val_p75":"inactive","param_s35":3,"dim_s17":"quux","dim_t45":473,"prop_d76":754,"prop_t92":"escalated"}},"val_u18":"2021-12-22T03:36:00Z","key_g46":"2023-12-25","dim_k72":"... |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE integer REQUIRED yes
FIELD height TYPE boolean REQUIRED yes
FIELD branch TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
lookup_customer(current_draw=651, height=True, branch='heterozygous') | {"current_draw":651,"height":true,"branch":"heterozygous"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"current_draw": {
"type": "integer"
},
"height": {
"type": "boolean"
},
"branch": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
}
},
"required": [
"height",
"cur... | lookup_customer(current_draw=651, height=True, branch='heterozygous') | Tool call uses Python syntax instead of JSON | {"current_draw":651,"height":true,"branch":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE integer REQUIRED yes
FIELD level TYPE string_email REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
FIELD type.bill_of_lading TYPE string REQUIRED no
FIELD type.voltage TYPE boolean REQUIRED no
FIELD type.full_name TYPE string_uri REQUIRED no
FIELD typ... | {"aligned_pct":772,"level":"admin@test.io","maturity_date":437,"type":{"bill_of_lading":"QC-07","voltage":false,"full_name":"https://example.com/v1","updated_at":[{"subtotal":true,"pressure_kpa":806.49,"shift_code":606.78,"turbidity":"user@example.com"},{"subtotal":true,"pressure_kpa":560.23,"shift_code":704.93,"turbid... | extra_text_before | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "integer"
},
"level": {
"type": "string",
"format": "email"
},
"maturity_date": {
"type": "integer"
},
"type": {
"type": "object",
"properties": {
"bill_of_lading": {
"type"... | Below is the JSON object:
{"aligned_pct":772,"level":"admin@test.io","maturity_date":437,"type":{"bill_of_lading":"QC-07","voltage":false,"full_name":"https://example.com/v1","updated_at":[{"subtotal":true,"pressure_kpa":806.49,"shift_code":606.78,"turbidity":"user@example.com"},{"subtotal":true,"pressure_kpa":560.23,"... | Output contains non-JSON text before the object | {"aligned_pct":772,"level":"admin@test.io","maturity_date":437,"type":{"bill_of_lading":"QC-07","voltage":false,"full_name":"https://example.com/v1","updated_at":[{"subtotal":true,"pressure_kpa":806.49,"shift_code":606.78,"turbidity":"user@example.com"},{"subtotal":true,"pressure_kpa":560.23,"shift_code":704.93,"turbid... |
TASK repair_structured_output
SPEC
FIELD field_h51 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD key_i72 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD param_k04 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
BROKEN_OUTP... | {"field_h51":"option_f","key_i72":"option_d","param_k04":"level_4"} | truncated_array | {
"type": "object",
"properties": {
"field_h51": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"key_i72": {
"type": "string",
"enum": [
"option_a",
"o... | {"field_h51":"option_f","key_i72":"option_d","param_k04":"level_4" | Unexpected end of JSON input — truncated object | {"field_h51":"option_f","key_i72":"option_d","param_k04":"level_4"} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD user_id TYPE boolean REQUIRED no
FIELD ph_level TYPE string_email REQUIRED no
FIELD medication.patient_id TYPE string REQUIRED yes
FIELD medication.amplitude TYPE boolean REQUIRED no
FIELD medication.first_name TY... | {"user_id":true,"medication":{"patient_id":"RTG-04","amplitude":false,"first_name":498,"created_at":741,"repository":false,"crew_id":{"altitude":"Tokyo","length":"hemizygous","website":false,"ward":null}},"color":"medium","salinity":768} | boolean_as_string | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"user_id": {
"type": "boolean"
},
"ph_level": {
"type": "string",
"format": "email"
},
"medicati... | {"user_id": "yes", "medication": {"patient_id": "RTG-04", "amplitude": false, "first_name": 498, "created_at": 741, "repository": false, "crew_id": {"altitude": "Tokyo", "length": "hemizygous", "website": false, "ward": null}}, "color": "medium", "salinity": 768} | Field 'user_id' must be boolean, got string | {"user_id":true,"medication":{"patient_id":"RTG-04","amplitude":false,"first_name":498,"created_at":741,"repository":false,"crew_id":{"altitude":"Tokyo","length":"hemizygous","website":false,"ward":null}},"color":"medium","salinity":768} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED no
FIELD branch TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD pressure_kpa TYPE integer REQUIRED no
FIELD full_name TYPE string REQUIRED no
FIELD values TYPE string_email REQUIRED no
FIELD visible TYPE boolean REQUIRED no
FIELD... | {"conductivity":"RTG-04","full_name":"Bob","values":"test@domain.org","visible":true,"account_id":89,"title":298} | tool_call_wrong_param | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"branch": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"pressure_kpa": {
"type": "integer"
},
"full_name": {
"type": "s... | Tool: apply_discount
Params: {"conductivity": "RTG-04", "full_name": "Bob", "values": "test@domain.org", "visible": true, "account_id": 89, "title": 298} | Agent used wrong parameter name 'pressure_kpa_id' instead of 'pressure_kpa' | {"conductivity":"RTG-04","full_name":"Bob","values":"test@domain.org","visible":true,"account_id":89,"title":298} |
TASK repair_structured_output
SPEC
FIELD attr_w58 TYPE number REQUIRED no
FIELD field_f32 TYPE string REQUIRED yes
FIELD param_s22[] TYPE number REQUIRED no
FIELD col_g93[].dim_n89 TYPE string REQUIRED yes
FIELD col_g93[].field_o06 TYPE number REQUIRED no
FIELD col_g93[].val_m90 TYPE string VALUES mode_a|mode_b|mode_c... | {"field_f32":"test@example.com","param_s22":[573.4]} | thought_process | {
"type": "object",
"properties": {
"attr_w58": {
"type": "number"
},
"field_f32": {
"type": "string"
},
"param_s22": {
"type": "array",
"items": {
"type": "number"
}
},
"col_g93": {
"type": "array",
"items": {
"type": "object",
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"field_f32":"test@example.com","param_s22":[573.4]} | Output contains chain-of-thought reasoning before JSON | {"field_f32":"test@example.com","param_s22":[573.4]} |
TASK repair_structured_output
SPEC
FIELD key_d52 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_u78 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD prop_h86 TYPE integer REQUIRED yes
FIELD attr_x43 TYPE string REQUIRED no
BROKEN_OUTPUT
Pipeline result:
{"key_d52":"editor","val_u78":"phone","p... | {"key_d52":"editor","val_u78":"phone","prop_h86":457,"attr_x43":"Tokyo"} | extra_text_before | {
"type": "object",
"properties": {
"key_d52": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_u78": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_h86": {
... | Pipeline result:
{"key_d52":"editor","val_u78":"phone","prop_h86":457,"attr_x43":"Tokyo"} | Output contains non-JSON text before the object | {"key_d52":"editor","val_u78":"phone","prop_h86":457,"attr_x43":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD val_d81 TYPE string REQUIRED no
FIELD dim_e80 TYPE integer REQUIRED yes
FIELD col_k09 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_m80.val_w11 TYPE integer REQUIRED no
FIELD key_m80.prop_p69 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
... | {"dim_e80":331,"col_k09":"high","key_m80":{"val_w11":16,"param_j19":"completed"},"field_k14":414} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_d81": {
"type": "string"
},
"dim_e80": {
"type": "integer"
},
"col_k09": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_m80": {
"type": "object",
... | Processing the request now.
<tool_call name="update_preferences">
{"dim_e80":331,"col_k09":"high","key_m80":{"val_w11":16,"param_j19":"completed"},"field_k14":414}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"dim_e80":331,"col_k09":"high","key_m80":{"val_w11":16,"param_j19":"completed"},"field_k14":414} |
TASK repair_structured_output
SPEC
FIELD param_j55 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_v71 TYPE number REQUIRED no
FIELD col_t64 TYPE integer REQUIRED yes
FIELD param_h64 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
BROKEN_OUTPUT
{"param_j55":"inactive","col_t64":92}
H... | {"param_j55":"inactive","col_t64":92} | extra_text_after | {
"type": "object",
"properties": {
"param_j55": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_v71": {
"type": "number"
},
"col_t64": {
"type": "integer"
},
"param_h64": {
"type": "string",
"enum"... | {"param_j55":"inactive","col_t64":92}
Hope this helps! | Output contains non-JSON text after the object | {"param_j55":"inactive","col_t64":92} |
TASK repair_structured_output
SPEC
FIELD field_y77 TYPE integer REQUIRED yes
FIELD prop_s44 TYPE string REQUIRED yes
FIELD key_x85 TYPE null REQUIRED no
FIELD field_e42 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_y77":164,"prop_s44":"London","key_x85":null} | {"field_y77":164,"prop_s44":"London","key_x85":null} | missing_bracket | {
"type": "object",
"properties": {
"field_y77": {
"type": "integer"
},
"prop_s44": {
"type": "string"
},
"key_x85": {
"type": "null"
},
"field_e42": {
"type": "integer"
}
},
"required": [
"prop_s44",
"field_y77"
]
} | {"field_y77":164,"prop_s44":"London","key_x85":null} | Missing closing bracket | {"field_y77":164,"prop_s44":"London","key_x85":null} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string REQUIRED no
FIELD name TYPE string REQUIRED yes
FIELD terminal_id.paragraph TYPE string REQUIRED yes
FIELD terminal_id.department TYPE integer REQUIRED yes
FIELD terminal_id.freight_class TYPE boolean REQUIRED yes
FIELD terminal_id.score TYPE boolean REQUIRED n... | {"name":"A short description.","terminal_id":{"paragraph":"active","department":862,"freight_class":false,"score":false},"catalyst":{"wavelength":241,"comments":878.93,"ph_level":773,"rating":4.24}} | tool_call_bad_format | {
"type": "object",
"properties": {
"ward": {
"type": "string"
},
"name": {
"type": "string"
},
"terminal_id": {
"type": "object",
"properties": {
"paragraph": {
"type": "string"
},
"department": {
"type": "integer"
},
... | <functioncall> check_cargo_manifest
{name: "A short description.", terminal_id: {paragraph: "active", department: 862, freight_class: false, score: false}, catalyst: {wavelength: 241, comments: 878.93, ph_level: 773, rating: 4.24}} | Tool call has malformed arguments — unquoted keys in function parameters | {"name":"A short description.","terminal_id":{"paragraph":"active","department":862,"freight_class":false,"score":false},"catalyst":{"wavelength":241,"comments":878.93,"ph_level":773,"rating":4.24}} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string REQUIRED no
FIELD comments TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD weight TYPE null REQUIRED no
FIELD account_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD balance TYPE string REQUIRED yes
B... | {"organism":"FWD","comments":"nonsense","balance":"2024-06-30"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"organism": {
"type": "string"
},
"comments": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"weight": {
"type": "null"
},
"account_id": {
"type"... | validate_sample(organism='FWD', comments='nonsense', balance='2024-06-30') | Tool call uses Python syntax instead of JSON | {"organism":"FWD","comments":"nonsense","balance":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD prop_r51 TYPE boolean REQUIRED no
FIELD col_g65 TYPE integer REQUIRED yes
FIELD dim_z84.key_j05 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dim_z84.field_s07 TYPE string_date-time REQUIRED no
FIELD dim_z84.attr_f92 TYPE string REQUIRED no
FIELD dim_z84.prop_... | {"prop_r51":true,"col_g65":622,"dim_z84":{"key_j05":"white","attr_f92":"approved","prop_u36":998.36,"dim_g78":340.04,"param_o67":"closed","param_r46":{"attr_j54":"inactive","dim_z22":"unstable","val_p12":false,"field_j89":"arctic","key_p41":667,"param_b82":988,"field_e23":"reliable"}},"dim_x41":"intermittent","val_f95"... | agent_chain | {
"type": "object",
"properties": {
"prop_r51": {
"type": "boolean"
},
"col_g65": {
"type": "integer"
},
"dim_z84": {
"type": "object",
"properties": {
"key_j05": {
"type": "string",
"enum": [
"red",
"blue",
... | Let me check the system.
Action: create_order
Result: {"col_g65": 622, "dim_z84": {"key_j05": "white", "attr_f92": "approved", "prop_u36": 998.36, "dim_g78": 340.04, "param_o67": "closed", "param_r46": {"attr_j54": "inactive", "dim_z22": "unstable", "val_p12": false, "field_j89": "arctic", "key_p41": 667, "param_b82": ... | Agent multi-step chain with truncated tool output | {"prop_r51":true,"col_g65":622,"dim_z84":{"key_j05":"white","attr_f92":"approved","prop_u36":998.36,"dim_g78":340.04,"param_o67":"closed","param_r46":{"attr_j54":"inactive","dim_z22":"unstable","val_p12":false,"field_j89":"arctic","key_p41":667,"param_b82":988,"field_e23":"reliable"}},"dim_x41":"intermittent","val_f95"... |
TASK repair_structured_output
SPEC
FIELD col_j26 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD key_s93 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD param_t20 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD key_a73 TYPE string VALUES option_a|option_b|option_c|option... | {"col_j26":"cat_d","key_s93":"pending","param_t20":"cat_c","key_a73":"option_e"} | markdown_explanation | {
"type": "object",
"properties": {
"col_j26": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"key_s93": {
"type": "string",
"enum": [
"active",
"inactive",
"pen... | Based on your request, here is the data:
```json
{"col_j26":"cat_d","key_s93":"pending","param_t20":"cat_c","key_a73":"option_e"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"col_j26":"cat_d","key_s93":"pending","param_t20":"cat_c","key_a73":"option_e"} |
TASK repair_structured_output
SPEC
FIELD field_z67 TYPE string REQUIRED yes
FIELD attr_e84 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD val_y48.field_q92 TYPE string REQUIRED no
FIELD val_y48.col_t04 TYPE number REQUIRED yes
FIELD val_y48.key_k12 TYPE boolean REQUIRED no
FIELD val_y48.attr_b81 TYPE... | {"field_z67":"demo","attr_e84":"black","val_y48":{"field_q92":"cancelled","col_t04":273.86,"attr_b81":false,"param_n42":"green","dim_x46":"QC-07"}} | thought_process | {
"type": "object",
"properties": {
"field_z67": {
"type": "string"
},
"attr_e84": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"val_y48": {
"type": "object",
"properties": {
"field... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"field_z67":"demo","attr_e84":"black","val_y48":{"field_q92":"cancelled","col_t04":273.86,"attr_b81":false,"param_n42":"green","dim_x46":"QC-07"}} | Output contains chain-of-thought reasoning before JSON | {"field_z67":"demo","attr_e84":"black","val_y48":{"field_q92":"cancelled","col_t04":273.86,"attr_b81":false,"param_n42":"green","dim_x46":"QC-07"}} |
TASK repair_structured_output
SPEC
FIELD dim_y87 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD key_w09 TYPE integer REQUIRED no
FIELD field_o03.dim_g98 TYPE number REQUIRED no
FIELD field_o03.prop_v15 TYPE string REQUIRED no
FIELD field_o03.key_h93 TYPE string VALUES free|basic|pro|enterprise REQU... | {"dim_y87":"cat_c","key_w09":917,"field_o03":{"prop_v15":"demo","key_h93":"enterprise","dim_l69":"2022-02-12T15:49:00Z","key_k17":"inactive","dim_o21":"test@example.com","attr_r65":"ops@example.com"}} | missing_bracket | {
"type": "object",
"properties": {
"dim_y87": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"key_w09": {
"type": "integer"
},
"field_o03": {
"type": "object",
"properties": {
"di... | {"dim_y87":"cat_c","key_w09":917,"field_o03":{"prop_v15":"demo","key_h93":"enterprise","dim_l69":"2022-02-12T15:49:00Z","key_k17":"inactive","dim_o21":"test@example.com","attr_r65":"ops@example.com"}} | Missing closing bracket | {"dim_y87":"cat_c","key_w09":917,"field_o03":{"prop_v15":"demo","key_h93":"enterprise","dim_l69":"2022-02-12T15:49:00Z","key_k17":"inactive","dim_o21":"test@example.com","attr_r65":"ops@example.com"}} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE integer REQUIRED yes
FIELD brake_pressure TYPE string REQUIRED no
FIELD values TYPE number REQUIRED no
FIELD commit_hash TYPE null REQUIRED yes
FIELD yield_pct TYPE null REQUIRED yes
FIELD name TYPE string REQUIRED no
BROKEN_OUTPUT
{throttle_pos:28,values:682... | {"throttle_pos":28,"values":682.89,"commit_hash":null,"yield_pct":null} | unquoted_keys | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "integer"
},
"brake_pressure": {
"type": "string"
},
"values": {
"type": "number"
},
"commit_hash": {
"type": "null"
},
"yield_pct": {
"type": "null"
},
"name": {
"type": "st... | {throttle_pos:28,values:682.89,commit_hash:null,yield_pct:null} | Expecting property name enclosed in double quotes | {"throttle_pos":28,"values":682.89,"commit_hash":null,"yield_pct":null} |
TASK repair_structured_output
SPEC
FIELD attr_f91 TYPE integer REQUIRED yes
FIELD dim_h50 TYPE string_uri REQUIRED no
FIELD param_d25 TYPE boolean REQUIRED yes
FIELD col_l56 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_f91":346,"dim_h50":"https://example.com/v1","param_d25":true,"col_l56":"Jane"} | {"attr_f91":346,"dim_h50":"https://example.com/v1","param_d25":true,"col_l56":"Jane"} | missing_bracket | {
"type": "object",
"properties": {
"attr_f91": {
"type": "integer"
},
"dim_h50": {
"type": "string",
"format": "uri"
},
"param_d25": {
"type": "boolean"
},
"col_l56": {
"type": "string"
}
},
"required": [
"param_d25",
"col_l56",
"attr_f9... | {"attr_f91":346,"dim_h50":"https://example.com/v1","param_d25":true,"col_l56":"Jane"} | Missing closing bracket | {"attr_f91":346,"dim_h50":"https://example.com/v1","param_d25":true,"col_l56":"Jane"} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE string_date-time REQUIRED no
FIELD nickname TYPE string REQUIRED no
FIELD umi TYPE string REQUIRED yes
FIELD allele.end_date TYPE string REQUIRED yes
FIELD allele.enabled TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD allele.due_date[] TYPE string... | {"timezone":"2022-02-11T01:00:00Z","nickname":"bar","umi":"Alice","allele":{"end_date":"2024-01-15","due_date":["Berlin","baz"]}} | partial_structure | {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"format": "date-time"
},
"nickname": {
"type": "string"
},
"umi": {
"type": "string"
},
"allele": {
"type": "object",
"properties": {
"end_date": {
"type": "string"
... | Result: umi=Alice, {"timezone":"2022-02-11T01:00:00Z","nickname":"bar","umi":"Alice","allele":{"end_date":"2024-01-15","due_date":["Berlin","baz"]}} | Output mixes natural language with JSON | {"timezone":"2022-02-11T01:00:00Z","nickname":"bar","umi":"Alice","allele":{"end_date":"2024-01-15","due_date":["Berlin","baz"]}} |
TASK repair_structured_output
SPEC
FIELD param_c83 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD key_t32.attr_v56 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_t32.val_w24 TYPE number REQUIRED yes
FIELD key_t32.key_q17 TYPE boolean REQUIRED yes
FIELD key_t32.prop_a94[].prop_j31 TYPE st... | {"param_c83":"critical","key_t32":{"attr_v56":"push","val_w24":749.01,"key_q17":true,"prop_a94":[{"prop_j31":"anchored","field_u19":"https://www.com/v1","col_q22":null,"param_v73":"Luis","attr_f42":null,"field_l62":"hemizygous"},{"prop_j31":"anchored","field_u19":"https://api.io/api","col_q22":null,"param_v73":"PASS","... | invalid_enum | {
"type": "object",
"properties": {
"param_c83": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_t32": {
"type": "object",
"properties": {
"attr_v56": {
"type": "string",
"enum": [
... | {"param_c83": "invalid_choice_727", "key_t32": {"attr_v56": "push", "val_w24": 749.01, "key_q17": true, "prop_a94": [{"prop_j31": "anchored", "field_u19": "https://www.com/v1", "col_q22": null, "param_v73": "Luis", "attr_f42": null, "field_l62": "hemizygous"}, {"prop_j31": "anchored", "field_u19": "https://api.io/api",... | Field 'param_c83' has invalid enum value 'invalid_choice_727', expected one of ['low', 'medium', 'high', 'critical'] | {"param_c83":"critical","key_t32":{"attr_v56":"push","val_w24":749.01,"key_q17":true,"prop_a94":[{"prop_j31":"anchored","field_u19":"https://www.com/v1","col_q22":null,"param_v73":"Luis","attr_f42":null,"field_l62":"hemizygous"},{"prop_j31":"anchored","field_u19":"https://api.io/api","col_q22":null,"param_v73":"PASS","... |
TASK repair_structured_output
SPEC
FIELD user_id TYPE boolean REQUIRED yes
FIELD gene_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD berth_slot[] TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: validate_address
Arguments: {"user_id": fal... | {"user_id":false,"gene_id":"GBP","berth_slot":["admin","admin","admin","viewer"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"user_id": {
"type": "boolean"
},
"gene_id": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"berth_slot": {
"type": "array",
"items": {
"type": "string",
... | I need to look up the information first.
Action: validate_address
Arguments: {"user_id": false, "berth_slot": ["admin", "admin", "admin", "viewer"]} | Agent tool call missing required parameter 'gene_id' | {"user_id":false,"gene_id":"GBP","berth_slot":["admin","admin","admin","viewer"]} |
TASK repair_structured_output
SPEC
FIELD field_v97 TYPE string REQUIRED yes
FIELD col_m13 TYPE string REQUIRED yes
FIELD val_v92 TYPE string REQUIRED no
FIELD field_h87[].attr_e45 TYPE number REQUIRED no
FIELD field_h87[].val_v82 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD field_h87[].prop_b40 TYPE strin... | {"field_v97":"Paris","col_m13":"user@domain.com","val_v92":"inactive","field_h87":[{"val_v82":"BRL","prop_b40":"hemizygous","field_x28":396,"val_p26":"hello"},{"attr_e45":962.52,"val_v82":"GBP","prop_b40":"hemizygous","field_x28":909,"val_p26":"Berlin"},{"attr_e45":703.43,"val_v82":"BRL","prop_b40":"homozygous","field_... | missing_bracket | {
"type": "object",
"properties": {
"field_v97": {
"type": "string"
},
"col_m13": {
"type": "string"
},
"val_v92": {
"type": "string"
},
"field_h87": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attr_e45": {
... | {"field_v97":"Paris","col_m13":"user@domain.com","val_v92":"inactive","field_h87":{"val_v82":"BRL","prop_b40":"hemizygous","field_x28":396,"val_p26":"hello"},{"attr_e45":962.52,"val_v82":"GBP","prop_b40":"hemizygous","field_x28":909,"val_p26":"Berlin"},{"attr_e45":703.43,"val_v82":"BRL","prop_b40":"homozygous","field_x... | Missing closing bracket | {"field_v97":"Paris","col_m13":"user@domain.com","val_v92":"inactive","field_h87":[{"val_v82":"BRL","prop_b40":"hemizygous","field_x28":396,"val_p26":"hello"},{"attr_e45":962.52,"val_v82":"GBP","prop_b40":"hemizygous","field_x28":909,"val_p26":"Berlin"},{"attr_e45":703.43,"val_v82":"BRL","prop_b40":"homozygous","field_... |
TASK repair_structured_output
SPEC
FIELD organism TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD altitude TYPE string REQUIRED no
FIELD catalyst TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD ward TYPE integer REQUIRED yes
FIELD width TYPE string REQUIRED no
FIELD t... | {"organism":"unstable","catalyst":"degraded","ward":164,"width":"Silva","temp_celsius":"https://example.org/api"} | unquoted_keys | {
"type": "object",
"properties": {
"organism": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"altitude": {
"type": "string"
},
"catalyst": {
"type": "string",
"enum": [
"operational",
"degrad... | {organism:"unstable",catalyst:"degraded",ward:164,width:"Silva",temp_celsius:"https://example.org/api"} | Expecting property name enclosed in double quotes | {"organism":"unstable","catalyst":"degraded","ward":164,"width":"Silva","temp_celsius":"https://example.org/api"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.