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 prop_d36 TYPE string REQUIRED yes
FIELD prop_q20 TYPE number REQUIRED yes
FIELD field_x67 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD attr_b91 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD field_p88 TYPE string REQUIRED no
FIE... | {"prop_d36":"New York","prop_q20":741.82,"field_x67":"level_4","attr_b91":"mode_b","field_p88":"Diana","prop_x35":"resolved","param_g14":75} | markdown_explanation | {
"type": "object",
"properties": {
"prop_d36": {
"type": "string"
},
"prop_q20": {
"type": "number"
},
"field_x67": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"attr_b91": {
"type": "st... | Let me provide the data in JSON format:
```json
{"prop_d36":"New York","prop_q20":741.82,"field_x67":"level_4","attr_b91":"mode_b","field_p88":"Diana","prop_x35":"resolved","param_g14":75}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"prop_d36":"New York","prop_q20":741.82,"field_x67":"level_4","attr_b91":"mode_b","field_p88":"Diana","prop_x35":"resolved","param_g14":75} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD updated_at TYPE integer REQUIRED yes
FIELD humidity_pct.wavelength TYPE string REQUIRED yes
FIELD humidity_pct.full_name TYPE string REQUIRED yes
FIELD humidity_pct.filter_flag[] TYPE integer REQUIRED yes
FIELD run_id TYPE integer... | {"dissolved_oxygen":566,"updated_at":608,"humidity_pct":{"wavelength":"Alice","full_name":"Berlin","filter_flag":[965,183]},"run_id":403} | markdown_fences | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "integer"
},
"updated_at": {
"type": "integer"
},
"humidity_pct": {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"full_name": {
"type": "... | ```json
{"dissolved_oxygen":566,"updated_at":608,"humidity_pct":{"wavelength":"Alice","full_name":"Berlin","filter_flag":[965,183]},"run_id":403}
``` | Output contains markdown code fences | {"dissolved_oxygen":566,"updated_at":608,"humidity_pct":{"wavelength":"Alice","full_name":"Berlin","filter_flag":[965,183]},"run_id":403} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE number REQUIRED yes
FIELD order_id TYPE integer REQUIRED yes
FIELD transaction_id TYPE integer REQUIRED no
BROKEN_OUTPUT
{chapter:576.89,order_id:501,transaction_id:35} | {"chapter":576.89,"order_id":501,"transaction_id":35} | unquoted_keys | {
"type": "object",
"properties": {
"chapter": {
"type": "number"
},
"order_id": {
"type": "integer"
},
"transaction_id": {
"type": "integer"
}
},
"required": [
"order_id",
"chapter"
]
} | {chapter:576.89,order_id:501,transaction_id:35} | Expecting property name enclosed in double quotes | {"chapter":576.89,"order_id":501,"transaction_id":35} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD label TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD lane TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD salinity TYPE string VALUES homozygous|heterozygous|hemi... | {"priority":"basic","label":"pending_review","lane":"BRL","salinity":"heterozygous","nickname":true} | tool_call_text_mix | {
"type": "object",
"properties": {
"priority": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"label": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalat... | I need to look up the information first.
<tool_call name="validate_address">
{"priority":"basic","label":"pending_review","lane":"BRL","salinity":"heterozygous","nickname":true}
</tool_call. | Agent response mixes reasoning text with tool call | {"priority":"basic","label":"pending_review","lane":"BRL","salinity":"heterozygous","nickname":true} |
TASK repair_structured_output
SPEC
FIELD key_k37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD col_p58 TYPE integer REQUIRED no
FIELD col_y28 TYPE string REQUIRED no
FIELD prop_v57[] TYPE number REQUIRED no
BROKEN_OUTPUT
{"key_k37":"mode_a","prop_v57":[163.14] | {"key_k37":"mode_a","prop_v57":[163.14]} | truncated_object | {
"type": "object",
"properties": {
"key_k37": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"col_p58": {
"type": "integer"
},
"col_y28": {
"type": "string"
},
"prop_v57": {
... | {"key_k37":"mode_a","prop_v57":[163.14] | Unexpected end of JSON input — truncated object | {"key_k37":"mode_a","prop_v57":[163.14]} |
TASK repair_structured_output
SPEC
FIELD param_a86 TYPE string REQUIRED yes
FIELD key_h02 TYPE string REQUIRED yes
FIELD key_y60 TYPE string REQUIRED yes
BROKEN_OUTPUT
{param_a86:"chrX",key_h02:"A short description.",key_y60:"Maria"} | {"param_a86":"chrX","key_h02":"A short description.","key_y60":"Maria"} | unquoted_keys | {
"type": "object",
"properties": {
"param_a86": {
"type": "string"
},
"key_h02": {
"type": "string"
},
"key_y60": {
"type": "string"
}
},
"required": [
"key_y60",
"key_h02",
"param_a86"
]
} | {param_a86:"chrX",key_h02:"A short description.",key_y60:"Maria"} | Expecting property name enclosed in double quotes | {"param_a86":"chrX","key_h02":"A short description.","key_y60":"Maria"} |
TASK repair_structured_output
SPEC
FIELD param_y75 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD col_o28 TYPE number REQUIRED no
FIELD prop_m07.attr_l22 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD prop_m07.prop_b39 TYPE string_email REQUIRED yes
FIELD prop_m07.key_m... | {"param_y75":"in_transit","prop_m07":{"attr_l22":"anchored","prop_b39":"ops@test.io","key_m68":{"attr_f43":"admin@domain.org","prop_b02":"error","val_s86":874.64,"prop_v22":"2023-04-23T06:33:00Z"}},"val_u55":268,"key_i05":"2023-12-25","val_d00":771.96} | truncated_array | {
"type": "object",
"properties": {
"param_y75": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"col_o28": {
"type": "number"
},
"prop_m07": {
"type": "object",
"properties": {
"attr_l22"... | {"param_y75":"in_transit","prop_m07":{"attr_l22":"anchored","prop_b39":"ops@test.io","key_m68":{"attr_f43":"admin@domain.org","prop_b02":"error","val_s86":874.64,"prop_v22":"2023-04-23T06:33:00Z"}},"val_u55":268,"key_i05":"2023-12-25","val_d00":771.96 | Unexpected end of JSON input — truncated object | {"param_y75":"in_transit","prop_m07":{"attr_l22":"anchored","prop_b39":"ops@test.io","key_m68":{"attr_f43":"admin@domain.org","prop_b02":"error","val_s86":874.64,"prop_v22":"2023-04-23T06:33:00Z"}},"val_u55":268,"key_i05":"2023-12-25","val_d00":771.96} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD length TYPE integer REQUIRED yes
FIELD visible.shipper_ref TYPE string REQUIRED no
FIELD visible.width TYPE boolean REQUIRED no
FIELD visible.current_draw TYPE boolean REQUIRED no
FIELD visible.height TYPE... | {"cargo_type":"medium","length":463,"visible":{"shipper_ref":"This is a test value.","height":502.26,"updated_at":"high","filter_flag":true,"brake_pressure":null},"batch_code":"anchored"} | wrong_type | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"length": {
"type": "integer"
},
"visible": {
"type": "object",
"properties": {
"shipper_ref": {
... | {"cargo_type": "medium", "length": "\"463\"", "visible": {"shipper_ref": "This is a test value.", "height": 502.26, "updated_at": "high", "filter_flag": true, "brake_pressure": null}, "batch_code": "anchored"} | Field 'length' must be integer, got string | {"cargo_type":"medium","length":463,"visible":{"shipper_ref":"This is a test value.","height":502.26,"updated_at":"high","filter_flag":true,"brake_pressure":null},"batch_code":"anchored"} |
TASK repair_structured_output
SPEC
FIELD published TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD diagnosis_code TYPE integer REQUIRED no
FIELD amount.tax TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD amount.velocity TYPE string VALUES homozygous|h... | {"published":"pending_review","diagnosis_code":68,"amount":{"tax":"rejected","velocity":"hemizygous","total":"https://example.io/v1","altitude":"John","options":"2024-01-15","active":"https://example.org/api"}} | wrong_type | {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"diagnosis_code": {
"type": "integer"
},
"amount": {
"type": "object",
"properties": {
... | {"published": "pending_review", "diagnosis_code": "\"68\"", "amount": {"tax": "rejected", "velocity": "hemizygous", "total": "https://example.io/v1", "altitude": "John", "options": "2024-01-15", "active": "https://example.org/api"}} | Field 'diagnosis_code' must be integer, got string | {"published":"pending_review","diagnosis_code":68,"amount":{"tax":"rejected","velocity":"hemizygous","total":"https://example.io/v1","altitude":"John","options":"2024-01-15","active":"https://example.org/api"}} |
TASK repair_structured_output
SPEC
FIELD field_k03 TYPE string REQUIRED no
FIELD prop_z66 TYPE boolean REQUIRED no
FIELD col_t65 TYPE integer REQUIRED yes
FIELD col_b05 TYPE number REQUIRED no
BROKEN_OUTPUT
{"col_t65":545,"col_b05":118.15 | {"col_t65":545,"col_b05":118.15} | truncated_object | {
"type": "object",
"properties": {
"field_k03": {
"type": "string"
},
"prop_z66": {
"type": "boolean"
},
"col_t65": {
"type": "integer"
},
"col_b05": {
"type": "number"
}
},
"required": [
"col_t65"
]
} | {"col_t65":545,"col_b05":118.15 | Unexpected end of JSON input — truncated object | {"col_t65":545,"col_b05":118.15} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE integer REQUIRED no
FIELD language TYPE boolean REQUIRED yes
FIELD height.created_at TYPE integer REQUIRED yes
FIELD height.date TYPE boolean REQUIRED no
FIELD height.notes TYPE integer REQUIRED no
FIELD chapter.insurance_id TYPE string REQUIRED yes
FIELD chapter.... | {"language":true,"height":{"created_at":166,"date":false,"notes":578},"chapter":{"insurance_id":"Paris","last_name":"draft","subtotal":false}} | truncated_object | {
"type": "object",
"properties": {
"subtotal": {
"type": "integer"
},
"language": {
"type": "boolean"
},
"height": {
"type": "object",
"properties": {
"created_at": {
"type": "integer"
},
"date": {
"type": "boolean"
},
... | {"language":true,"height":{"created_at":166,"date":false,"notes":578},"chapter":{"insurance_id":"Paris","last_name":"draft","subtotal":false} | Unexpected end of JSON input — truncated object | {"language":true,"height":{"created_at":166,"date":false,"notes":578},"chapter":{"insurance_id":"Paris","last_name":"draft","subtotal":false}} |
TASK repair_structured_output
SPEC
FIELD val_a82 TYPE string REQUIRED yes
FIELD dim_x55 TYPE integer REQUIRED no
FIELD prop_v01 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_w68 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_a82": "active", "dim_x55": 671, "param_w68": "New York", "extra_value_9095": t... | {"val_a82":"active","dim_x55":671,"param_w68":"New York"} | extra_field | {
"type": "object",
"properties": {
"val_a82": {
"type": "string"
},
"dim_x55": {
"type": "integer"
},
"prop_v01": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_w68": {
"type": "stri... | {"val_a82": "active", "dim_x55": 671, "param_w68": "New York", "extra_value_9095": true} | Unknown field 'extra_value_9095' not defined in schema | {"val_a82":"active","dim_x55":671,"param_w68":"New York"} |
TASK repair_structured_output
SPEC
FIELD title TYPE boolean REQUIRED yes
FIELD terminal_id.berth_slot TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD terminal_id.filter_flag TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD terminal_id.humidity_pct TYPE integer REQUIRED yes
FIELD terminal_id.chromoso... | {"title":true,"trace_id":{"username":"2022-06-24T13:35:00Z","salinity":"mode_a","footnote":{"aligned_pct":"test@test.io","height":"admin","username":"London"},"altitude":{"account_id":"2021-09-21T09:38:00Z","barcode":"level_1","full_name":"2022-05-06T03:06:00Z","insurance_id":"test@example.com","cargo_type":"Tokyo"}}} | agent_chain | {
"type": "object",
"properties": {
"title": {
"type": "boolean"
},
"terminal_id": {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
... | Let me check the system.
Action: verify_hazmat_compliance
Result: {"title": true}
I'll query our database.
Action: align_reads
Result: | Agent multi-step chain with truncated tool output | {"title":true,"trace_id":{"username":"2022-06-24T13:35:00Z","salinity":"mode_a","footnote":{"aligned_pct":"test@test.io","height":"admin","username":"London"},"altitude":{"account_id":"2021-09-21T09:38:00Z","barcode":"level_1","full_name":"2022-05-06T03:06:00Z","insurance_id":"test@example.com","cargo_type":"Tokyo"}}} |
TASK repair_structured_output
SPEC
FIELD param_l11 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_z41 TYPE string_date-time REQUIRED no
FIELD param_z11 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_r53 TYPE boolean REQUIRED yes
FIELD col_w03 TYPE string REQUIRED no
F... | {"param_l11":"info","dim_z41":"2026-12-11T16:16:00Z","param_z11":"returned","param_r53":true,"col_w03":"completed","param_l41":"admin@test.io","field_l34":"warning"} | markdown_fences | {
"type": "object",
"properties": {
"param_l11": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_z41": {
"type": "string",
"format": "date-time"
},
"param_z11": {
"type": "string",
"enum": [
... | ```json
{"param_l11":"info","dim_z41":"2026-12-11T16:16:00Z","param_z11":"returned","param_r53":true,"col_w03":"completed","param_l41":"admin@test.io","field_l34":"warning"}
``` | Output contains markdown code fences | {"param_l11":"info","dim_z41":"2026-12-11T16:16:00Z","param_z11":"returned","param_r53":true,"col_w03":"completed","param_l41":"admin@test.io","field_l34":"warning"} |
TASK repair_structured_output
SPEC
FIELD prop_j55 TYPE string_date-time REQUIRED yes
FIELD field_d74 TYPE string REQUIRED yes
FIELD col_k12 TYPE integer REQUIRED no
FIELD val_v13 TYPE integer REQUIRED no
FIELD key_e18.attr_n37 TYPE integer REQUIRED yes
FIELD key_e18.dim_g30.key_r23 TYPE string VALUES admin|editor|view... | {"prop_j55":"2023-10-13T19:39:00Z","field_d74":"demo","col_k12":592,"val_v13":609,"key_e18":{"attr_n37":818,"dim_g30":{"key_r23":"admin","dim_f71":"level_2","val_l46":"xl","key_b82":"PASS","col_f52":418.8,"prop_i42":828,"field_l34":false},"prop_r38":true,"dim_f52":{"key_u93":"Luis","key_k70":12,"attr_r75":false,"key_f9... | thought_process | {
"type": "object",
"properties": {
"prop_j55": {
"type": "string",
"format": "date-time"
},
"field_d74": {
"type": "string"
},
"col_k12": {
"type": "integer"
},
"val_v13": {
"type": "integer"
},
"key_e18": {
"type": "object",
"properties... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"prop_j55":"2023-10-13T19:39:00Z","field_d74":"demo","col_k12":592,"val_v13":609,"key_e18":{"attr_n37":818,"dim_g30":{"key_r23":"admin","dim_f71":"level_2","val_l46":"xl","key_b82":"PASS","col_f52":418.8,"... | Output contains chain-of-thought reasoning before JSON | {"prop_j55":"2023-10-13T19:39:00Z","field_d74":"demo","col_k12":592,"val_v13":609,"key_e18":{"attr_n37":818,"dim_g30":{"key_r23":"admin","dim_f71":"level_2","val_l46":"xl","key_b82":"PASS","col_f52":418.8,"prop_i42":828,"field_l34":false},"prop_r38":true,"dim_f52":{"key_u93":"Luis","key_k70":12,"attr_r75":false,"key_f9... |
TASK repair_structured_output
SPEC
FIELD attr_y86.col_e01 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_y86.field_k81 TYPE number REQUIRED no
FIELD attr_y86.field_h95 TYPE number REQUIRED no
FIELD attr_y86.field_z84[] TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_k58.param_h43 ... | {"attr_y86":{"field_k81":857.89,"field_h95":933.6,"field_z84":["archived","archived","archived"]},"field_o50":396,"prop_e95":814.98,"val_o80":"example","col_c00":{"key_o96":{"val_l69":"cat_a","key_t43":"medium"},"field_s02":"quux","key_q29":"cancelled"},"param_z04":{"prop_e86":"returned","dim_g82":"mode_a"}} | truncated_object | {
"type": "object",
"properties": {
"attr_y86": {
"type": "object",
"properties": {
"col_e01": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"field_k81": {
"type": "number"
... | {"attr_y86":{"field_k81":857.89,"field_h95":933.6,"field_z84":["archived","archived","archived"]},"field_o50":396,"prop_e95":814.98,"val_o80":"example","col_c00":{"key_o96":{"val_l69":"cat_a","key_t43":"medium"},"field_s02":"quux","key_q29":"cancelled"},"param_z04":{"prop_e86":"returned","dim_g82":"mode_a"} | Unexpected end of JSON input — truncated object | {"attr_y86":{"field_k81":857.89,"field_h95":933.6,"field_z84":["archived","archived","archived"]},"field_o50":396,"prop_e95":814.98,"val_o80":"example","col_c00":{"key_o96":{"val_l69":"cat_a","key_t43":"medium"},"field_s02":"quux","key_q29":"cancelled"},"param_z04":{"prop_e86":"returned","dim_g82":"mode_a"}} |
TASK repair_structured_output
SPEC
FIELD attr_q55 TYPE string_date-time REQUIRED yes
FIELD dim_q54 TYPE number REQUIRED no
FIELD prop_t43 TYPE null REQUIRED no
BROKEN_OUTPUT
{"attr_q55":"2023-10-12T21:20:00Z","dim_q54":934.51,"prop_t43":null}
Let me know if you need anything else! | {"attr_q55":"2023-10-12T21:20:00Z","dim_q54":934.51,"prop_t43":null} | extra_text_after | {
"type": "object",
"properties": {
"attr_q55": {
"type": "string",
"format": "date-time"
},
"dim_q54": {
"type": "number"
},
"prop_t43": {
"type": "null"
}
},
"required": [
"attr_q55"
]
} | {"attr_q55":"2023-10-12T21:20:00Z","dim_q54":934.51,"prop_t43":null}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"attr_q55":"2023-10-12T21:20:00Z","dim_q54":934.51,"prop_t43":null} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD pressure_kpa TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD currency.terminal_id TYPE string_email REQUIRED yes
FIELD currency.diagnosis_code TYPE string REQUIRED no
FIELD currency.state ... | {"terminal_id":"cat_b","pressure_kpa":"level_1","currency":{"terminal_id":"ops@test.io","state":"Diana","company":"2024-11-04T16:02:00Z","subject":"FWD"},"paragraph":484,"id":false,"aligned_pct":"Bob"} | unquoted_keys | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"pressure_kpa": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
... | {terminal_id:"cat_b",pressure_kpa:"level_1",currency:{terminal_id:"ops@test.io",state:"Diana",company:"2024-11-04T16:02:00Z",subject:"FWD"},paragraph:484,id:false,aligned_pct:"Bob"} | Expecting property name enclosed in double quotes | {"terminal_id":"cat_b","pressure_kpa":"level_1","currency":{"terminal_id":"ops@test.io","state":"Diana","company":"2024-11-04T16:02:00Z","subject":"FWD"},"paragraph":484,"id":false,"aligned_pct":"Bob"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED yes
FIELD wavelength TYPE boolean REQUIRED yes
FIELD invoice_id TYPE string REQUIRED no
FIELD country TYPE number REQUIRED no
FIELD age TYPE string REQUIRED no
FIELD catalyst TYPE number REQUIRED no
FIELD score TYPE boolean REQUIRED yes
BROKE... | {"interest_rate":"example","wavelength":false,"age":"example","catalyst":602.59,"score":true} | missing_bracket | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"wavelength": {
"type": "boolean"
},
"invoice_id": {
"type": "string"
},
"country": {
"type": "number"
},
"age": {
"type": "string"
},
"catalyst": {
"type": "num... | {"interest_rate":"example","wavelength":false,"age":"example","catalyst":602.59,"score":true} | Missing closing bracket | {"interest_rate":"example","wavelength":false,"age":"example","catalyst":602.59,"score":true} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string_uri REQUIRED no
FIELD status TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD fleet_number TYPE null REQUIRED no
FIELD conductivity TYPE string V... | {"dissolved_oxygen":"new","fleet_number":null,"conductivity":"inland","url":null,"full_name":833} | extra_text_after | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"format": "uri"
},
"status": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"dissolved_oxygen": {
"type": "string",
"enum": [
... | {"dissolved_oxygen":"new","fleet_number":null,"conductivity":"inland","url":null,"full_name":833}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"dissolved_oxygen":"new","fleet_number":null,"conductivity":"inland","url":null,"full_name":833} |
TASK repair_structured_output
SPEC
FIELD param_n95 TYPE string_uri REQUIRED no
FIELD col_b40 TYPE null REQUIRED yes
FIELD val_l75 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD attr_o83 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
BROKEN_OUTPUT
{"col_b40":null,"val_l75":"moored","attr_o8... | {"col_b40":null,"val_l75":"moored","attr_o83":"JPY"} | missing_bracket | {
"type": "object",
"properties": {
"param_n95": {
"type": "string",
"format": "uri"
},
"col_b40": {
"type": "null"
},
"val_l75": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_o83":... | {"col_b40":null,"val_l75":"moored","attr_o83":"JPY"} | Missing closing bracket | {"col_b40":null,"val_l75":"moored","attr_o83":"JPY"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE boolean REQUIRED no
FIELD salinity TYPE integer REQUIRED yes
FIELD wavelength TYPE string REQUIRED no
FIELD country.balance TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD country.half_life TYPE string VALUES red|blue|green|black|white REQUIRED yes... | {"salinity":742,"wavelength":"Sao Paulo","country":{"balance":"push","half_life":"black","port_code":"BRL","bill_of_lading":true,"size":null},"options":181,"quality_score":700.72,"bearing":"2020-10-15T21:20:00Z","current_draw":"berthed"} | wrong_type | {
"type": "object",
"properties": {
"deploy_target": {
"type": "boolean"
},
"salinity": {
"type": "integer"
},
"wavelength": {
"type": "string"
},
"country": {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum... | {"salinity": "\"742\"", "wavelength": "Sao Paulo", "country": {"balance": "push", "half_life": "black", "port_code": "BRL", "bill_of_lading": true, "size": null}, "options": 181, "quality_score": 700.72, "bearing": "2020-10-15T21:20:00Z", "current_draw": "berthed"} | Field 'salinity' must be integer, got string | {"salinity":742,"wavelength":"Sao Paulo","country":{"balance":"push","half_life":"black","port_code":"BRL","bill_of_lading":true,"size":null},"options":181,"quality_score":700.72,"bearing":"2020-10-15T21:20:00Z","current_draw":"berthed"} |
TASK repair_structured_output
SPEC
FIELD param_u27 TYPE number REQUIRED yes
FIELD prop_s70 TYPE integer REQUIRED yes
FIELD val_m88 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"prop_s70": 51, "val_m88": "https://example.com/data"} | {"param_u27":282.95,"prop_s70":51,"val_m88":"https://example.com/data"} | missing_required | {
"type": "object",
"properties": {
"param_u27": {
"type": "number"
},
"prop_s70": {
"type": "integer"
},
"val_m88": {
"type": "string",
"format": "uri"
}
},
"required": [
"param_u27",
"val_m88",
"prop_s70"
]
} | {"prop_s70": 51, "val_m88": "https://example.com/data"} | Required field 'param_u27' is missing | {"param_u27":282.95,"prop_s70":51,"val_m88":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD val_u81 TYPE null REQUIRED no
FIELD key_l11 TYPE integer REQUIRED no
FIELD attr_s22 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_v57 TYPE boolean REQUIRED yes
FIELD field_v35 TYPE integer REQUIRED yes
FIELD attr_c92 TYPE string REQUIRED yes
FIELD param_u58 TYPE ... | {"val_u81":null,"key_l11":964,"attr_s22":"editor","key_v57":false,"field_v35":543,"attr_c92":"Berlin","param_u58":"example"} | markdown_explanation | {
"type": "object",
"properties": {
"val_u81": {
"type": "null"
},
"key_l11": {
"type": "integer"
},
"attr_s22": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_v57": {
"type": "boolean"
},
"field_v35... | Sure, here's the result:
```json
{"val_u81":null,"key_l11":964,"attr_s22":"editor","key_v57":false,"field_v35":543,"attr_c92":"Berlin","param_u58":"example"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"val_u81":null,"key_l11":964,"attr_s22":"editor","key_v57":false,"field_v35":543,"attr_c92":"Berlin","param_u58":"example"} |
TASK repair_structured_output
SPEC
FIELD visible TYPE integer REQUIRED yes
FIELD gene_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD patient_id TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROKEN_OUTPUT
{"visible":222,"gene_id":"low","patient_id":"blue",} | {"visible":222,"gene_id":"low","patient_id":"blue"} | trailing_comma | {
"type": "object",
"properties": {
"visible": {
"type": "integer"
},
"gene_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"patient_id": {
"type": "string",
"enum": [
"red",
"blue",
... | {"visible":222,"gene_id":"low","patient_id":"blue",} | Unexpected trailing comma | {"visible":222,"gene_id":"low","patient_id":"blue"} |
TASK repair_structured_output
SPEC
FIELD comments TYPE integer REQUIRED no
FIELD website TYPE null REQUIRED no
FIELD interest_rate TYPE string REQUIRED no
FIELD frequency_hz TYPE string REQUIRED no
FIELD vessel_name TYPE string VALUES single|married|divorced REQUIRED yes
FIELD section TYPE null REQUIRED no
FIELD credi... | {"comments":804,"website":null,"interest_rate":"Santos","frequency_hz":"2024-06-30","vessel_name":"divorced","section":null,"credit_score":null} | trailing_comma | {
"type": "object",
"properties": {
"comments": {
"type": "integer"
},
"website": {
"type": "null"
},
"interest_rate": {
"type": "string"
},
"frequency_hz": {
"type": "string"
},
"vessel_name": {
"type": "string",
"enum": [
"single",
... | {"comments":804,"website":null,"interest_rate":"Santos","frequency_hz":"2024-06-30","vessel_name":"divorced","section":null,"credit_score":null,} | Unexpected trailing comma | {"comments":804,"website":null,"interest_rate":"Santos","frequency_hz":"2024-06-30","vessel_name":"divorced","section":null,"credit_score":null} |
TASK repair_structured_output
SPEC
FIELD collateral.published TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD collateral.barcode TYPE string VALUES single|married|divorced REQUIRED no
FIELD collateral.description TYPE string REQUIRED no
FIELD collateral.date TYPE string_email REQUIRED no
FIELD ... | {"website":883,"visible":{"chromosome":"cat_f","tax":"mode_d"},"price":"large"} | truncated_array | {
"type": "object",
"properties": {
"collateral": {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"ba... | {"website":883,"visible":{"chromosome":"cat_f","tax":"mode_d"},"price":"large" | Unexpected end of JSON input — truncated object | {"website":883,"visible":{"chromosome":"cat_f","tax":"mode_d"},"price":"large"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES single|married|divorced REQUIRED yes
FIELD maturity_date TYPE string REQUIRED yes
FIELD message TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD salinity.fleet_number TYPE string REQUIRED no
FIELD salinity.torque_output TY... | {"subtotal":"single","maturity_date":"quux"} | truncated_object | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"maturity_date": {
"type": "string"
},
"message": {
"type": "string",
"enum": [
"synonymous",
"missense",... | {"subtotal":"single","maturity_date":"quux" | Unexpected end of JSON input — truncated object | {"subtotal":"single","maturity_date":"quux"} |
TASK repair_structured_output
SPEC
FIELD param_u40 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD param_i34 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD attr_w19 TYPE boolean REQUIRED no
FIELD val_j60 TYPE string REQUIRED no
FIELD attr_d58 TYPE string_uri REQUIRED yes
FIELD key_w74 TYPE... | {"param_u40":"type_b","param_i34":"delivered","attr_w19":true,"val_j60":"test","attr_d58":"https://data.com/data","key_s78":"level_2"} | single_quotes | {
"type": "object",
"properties": {
"param_u40": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"param_i34": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"attr_w19": {
... | {'param_u40':'type_b','param_i34':'delivered','attr_w19':true,'val_j60':'test','attr_d58':'https://data.com/data','key_s78':'level_2'} | Expecting property name enclosed in double quotes | {"param_u40":"type_b","param_i34":"delivered","attr_w19":true,"val_j60":"test","attr_d58":"https://data.com/data","key_s78":"level_2"} |
TASK repair_structured_output
SPEC
FIELD email TYPE integer REQUIRED yes
FIELD age TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD loan_amount TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD first_name TYPE string REQUIRED no
FIELD vessel_name TYPE string VALUES reliable|unstable|intermittent R... | {"email":143,"age":"editor","insurance_id":"RTG-04","bearing":"hello","thumbnail":"single"} | trailing_comma | {
"type": "object",
"properties": {
"email": {
"type": "integer"
},
"age": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"loan_amount": {
"type": "string",
"enum": [
"low",
"medium",
"high",
... | {"email":143,"age":"editor","insurance_id":"RTG-04","bearing":"hello","thumbnail":"single",} | Unexpected trailing comma | {"email":143,"age":"editor","insurance_id":"RTG-04","bearing":"hello","thumbnail":"single"} |
TASK repair_structured_output
SPEC
FIELD field_u67 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD val_u47 TYPE boolean REQUIRED no
FIELD dim_n98 TYPE null REQUIRED yes
FIELD param_f31 TYPE string_date-time REQUIRED no
FIELD attr_e74[] TYPE number REQUIRED no
FIELD val_l42[] TYPE boole... | {"field_u67":"escalated","dim_n98":null,"param_f31":"2026-12-19T05:04:00Z","attr_e74":[541.23]} | extra_text_after | {
"type": "object",
"properties": {
"field_u67": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"val_u47": {
"type": "boolean"
},
"dim_n98": {
"type": "null"
},
"param_f31": {
"... | {"field_u67":"escalated","dim_n98":null,"param_f31":"2026-12-19T05:04:00Z","attr_e74":[541.23]}
Hope this helps! | Output contains non-JSON text after the object | {"field_u67":"escalated","dim_n98":null,"param_f31":"2026-12-19T05:04:00Z","attr_e74":[541.23]} |
TASK repair_structured_output
SPEC
FIELD val_v08 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_r36 TYPE string REQUIRED no
FIELD key_o31 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_k11 TYPE string REQUIRED no
FIELD dim_v61 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD... | {"dim_r36":"bar","key_o31":"GBP","attr_k11":"https://api.example.com/v1","dim_v61":"xl","val_k48":true,"field_q81":"medium"} | markdown_explanation | {
"type": "object",
"properties": {
"val_v08": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_r36": {
"type": "string"
},
"key_o31": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | Let me provide the data in JSON format:
```json
{"dim_r36":"bar","key_o31":"GBP","attr_k11":"https://api.example.com/v1","dim_v61":"xl","val_k48":true,"field_q81":"medium"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"dim_r36":"bar","key_o31":"GBP","attr_k11":"https://api.example.com/v1","dim_v61":"xl","val_k48":true,"field_q81":"medium"} |
TASK repair_structured_output
SPEC
FIELD dim_j23 TYPE integer REQUIRED yes
FIELD key_y27 TYPE integer REQUIRED yes
FIELD dim_r74.dim_x37 TYPE number REQUIRED yes
FIELD dim_r74.param_j92 TYPE string_uri REQUIRED no
FIELD dim_r74.dim_r66.val_y56 TYPE null REQUIRED yes
FIELD dim_r74.dim_r66.col_f89 TYPE integer REQUIRED ... | {"dim_j23":785,"key_y27":487} | missing_required | {
"type": "object",
"properties": {
"dim_j23": {
"type": "integer"
},
"key_y27": {
"type": "integer"
},
"dim_r74": {
"type": "object",
"properties": {
"dim_x37": {
"type": "number"
},
"param_j92": {
"type": "string",
"... | {"key_y27": 487} | Required field 'dim_j23' is missing | {"dim_j23":785,"key_y27":487} |
TASK repair_structured_output
SPEC
FIELD verified TYPE integer REQUIRED yes
FIELD weight TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD commit_hash TYPE null REQUIRED yes
FIELD ph_level TYPE string REQUIRED no
FIELD gene_id.compound TYPE integer REQUIRED yes
FIELD gene_id.terminal_id TYPE string V... | {"verified":439,"weight":"unstable","commit_hash":null,"ph_level":"London","gene_id":{"compound":583,"terminal_id":"anchored","label":"Charlie","latitude":{"last_name":"example","description":false,"shift_code":"editor","enabled":"2023-12-25","footnote":"John","throttle_pos":"info@domain.org","diagnosis_code":139}}} | number_with_unit | {
"type": "object",
"properties": {
"verified": {
"type": "integer"
},
"weight": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"commit_hash": {
"type": "null"
},
"ph_level": {
"type": "string"
},
... | {"verified": "439MB", "weight": "unstable", "commit_hash": null, "ph_level": "London", "gene_id": {"compound": 583, "terminal_id": "anchored", "label": "Charlie", "latitude": {"last_name": "example", "description": false, "shift_code": "editor", "enabled": "2023-12-25", "footnote": "John", "throttle_pos": "info@domain.... | Field 'verified' must be number, got string with unit | {"verified":439,"weight":"unstable","commit_hash":null,"ph_level":"London","gene_id":{"compound":583,"terminal_id":"anchored","label":"Charlie","latitude":{"last_name":"example","description":false,"shift_code":"editor","enabled":"2023-12-25","footnote":"John","throttle_pos":"info@domain.org","diagnosis_code":139}}} |
TASK repair_structured_output
SPEC
FIELD dim_q06 TYPE string_uri REQUIRED yes
FIELD param_l75 TYPE string REQUIRED yes
FIELD col_e73.prop_o06 TYPE integer REQUIRED yes
FIELD col_e73.prop_a41 TYPE string_email REQUIRED no
FIELD col_e73.prop_r34 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIE... | {"dim_q06":"https://api.com/api","param_l75":"user@domain.com","col_e73":{"prop_o06":829,"prop_r34":"operational","prop_v98":989.28}} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_q06": {
"type": "string",
"format": "uri"
},
"param_l75": {
"type": "string"
},
"col_e73": {
"type": "object",
"properties": {
"prop_o06": {
"type": "integer"
},
"prop_a41": {
"type... | <functioncall> filter_variants
{dim_q06: "https://api.com/api", param_l75: "user@domain.com", col_e73: {prop_o06: 829, prop_r34: "operational", prop_v98: 989.28}} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_q06":"https://api.com/api","param_l75":"user@domain.com","col_e73":{"prop_o06":829,"prop_r34":"operational","prop_v98":989.28}} |
TASK repair_structured_output
SPEC
FIELD umi TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD priority TYPE integer REQUIRED no
FIELD end_date TYPE integer REQUIRED no
FIELD lab_result TYPE integer REQUIRED no
FIELD wavelength TYPE string REQUIRED yes
FIELD step TYPE boolean REQUIRED no
FIELD se... | {"umi":"hemizygous","wavelength":"Tokyo","sensor_id":{"notes":"reliable","branch":119,"repository":331.16,"aligned_pct":"green","half_life":852}} | tool_call_text_mix | {
"type": "object",
"properties": {
"umi": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"priority": {
"type": "integer"
},
"end_date": {
"type": "integer"
},
"lab_result": {
"type": "integer"
... | I need to look up the information first.
<tool_call name="create_order">
{"umi":"hemizygous","wavelength":"Tokyo","sensor_id":{"notes":"reliable","branch":119,"repository":331.16,"aligned_pct":"green","half_life":852}}
</tool_call. | Agent response mixes reasoning text with tool call | {"umi":"hemizygous","wavelength":"Tokyo","sensor_id":{"notes":"reliable","branch":119,"repository":331.16,"aligned_pct":"green","half_life":852}} |
TASK repair_structured_output
SPEC
FIELD param_j96 TYPE string_date-time REQUIRED yes
FIELD col_e49 TYPE number REQUIRED no
FIELD val_s97 TYPE boolean REQUIRED no
FIELD field_d43 TYPE string REQUIRED no
FIELD prop_q98[].prop_g65 TYPE string REQUIRED no
FIELD prop_q98[].prop_j69 TYPE number REQUIRED yes
FIELD prop_q98[... | {"param_j96":"2022-04-07T12:40:00Z","col_e49":123.69,"val_s97":true,"prop_q98":[{"prop_g65":"inactive","prop_j69":977.07,"attr_j08":"REV","field_j88":"closed","key_c32":802},{"prop_j69":830.47,"attr_j08":"QC-07","field_j88":"resolved","key_c32":454},{"prop_j69":67.33,"field_j88":"open","key_c32":926},{"prop_g65":"Alice... | extra_text_before | {
"type": "object",
"properties": {
"param_j96": {
"type": "string",
"format": "date-time"
},
"col_e49": {
"type": "number"
},
"val_s97": {
"type": "boolean"
},
"field_d43": {
"type": "string"
},
"prop_q98": {
"type": "array",
"items": {
... | The output is as follows:
{"param_j96":"2022-04-07T12:40:00Z","col_e49":123.69,"val_s97":true,"prop_q98":[{"prop_g65":"inactive","prop_j69":977.07,"attr_j08":"REV","field_j88":"closed","key_c32":802},{"prop_j69":830.47,"attr_j08":"QC-07","field_j88":"resolved","key_c32":454},{"prop_j69":67.33,"field_j88":"open","key_c3... | Output contains non-JSON text before the object | {"param_j96":"2022-04-07T12:40:00Z","col_e49":123.69,"val_s97":true,"prop_q98":[{"prop_g65":"inactive","prop_j69":977.07,"attr_j08":"REV","field_j88":"closed","key_c32":802},{"prop_j69":830.47,"attr_j08":"QC-07","field_j88":"resolved","key_c32":454},{"prop_j69":67.33,"field_j88":"open","key_c32":926},{"prop_g65":"Alice... |
TASK repair_structured_output
SPEC
FIELD dim_c38 TYPE string REQUIRED no
FIELD key_b69 TYPE string REQUIRED yes
FIELD attr_c54 TYPE integer REQUIRED yes
FIELD col_l84 TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"dim_c38":"FWD","key_b69":"bar","attr_c54":356,"col_l84":692}
``` | {"dim_c38":"FWD","key_b69":"bar","attr_c54":356,"col_l84":692} | markdown_fences | {
"type": "object",
"properties": {
"dim_c38": {
"type": "string"
},
"key_b69": {
"type": "string"
},
"attr_c54": {
"type": "integer"
},
"col_l84": {
"type": "integer"
}
},
"required": [
"key_b69",
"attr_c54",
"col_l84"
]
} | ```json
{"dim_c38":"FWD","key_b69":"bar","attr_c54":356,"col_l84":692}
``` | Output contains markdown code fences | {"dim_c38":"FWD","key_b69":"bar","attr_c54":356,"col_l84":692} |
TASK repair_structured_output
SPEC
FIELD attr_m86 TYPE integer REQUIRED yes
FIELD key_w28 TYPE string REQUIRED yes
FIELD val_o65 TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
Tool: validate_sample
Params: {"attr_m86": 632, "val_o65": "active", "key_w282": "Bob"} | {"attr_m86":632,"key_w28":"Bob","val_o65":"active"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_m86": {
"type": "integer"
},
"key_w28": {
"type": "string"
},
"val_o65": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
}
},
"required": [
"key_w28",
"val_o65",
"a... | Tool: validate_sample
Params: {"attr_m86": 632, "val_o65": "active", "key_w282": "Bob"} | Agent used wrong parameter name 'key_w282' instead of 'key_w28' | {"attr_m86":632,"key_w28":"Bob","val_o65":"active"} |
TASK repair_structured_output
SPEC
FIELD field_z11 TYPE null REQUIRED no
FIELD param_n69 TYPE null REQUIRED yes
FIELD col_q14.dim_v06 TYPE string REQUIRED no
FIELD col_q14.dim_o01 TYPE number REQUIRED no
FIELD col_q14.val_w36 TYPE integer REQUIRED no
FIELD col_q14.key_j87 TYPE integer REQUIRED yes
FIELD col_q14.dim_t0... | {"param_n69":null,"col_q14":{"dim_v06":"FWD","dim_o01":389.07,"key_j87":587,"col_f53":{"key_g50":false,"attr_n70":316.6,"field_f56":"foo","key_d58":"intermittent","val_o83":"QC-07","param_t22":602.77,"field_x99":null}},"col_i34":"2024-01-15","attr_a63":"2021-05-23T03:08:00Z","col_d81":"test@example.com"} | null_required | {
"type": "object",
"properties": {
"field_z11": {
"type": "null"
},
"param_n69": {
"type": "null"
},
"col_q14": {
"type": "object",
"properties": {
"dim_v06": {
"type": "string"
},
"dim_o01": {
"type": "number"
},
... | {"param_n69": null, "col_q14": {"dim_v06": "FWD", "dim_o01": 389.07, "key_j87": 587, "col_f53": {"key_g50": false, "attr_n70": 316.6, "field_f56": "foo", "key_d58": "intermittent", "val_o83": "QC-07", "param_t22": 602.77, "field_x99": null}}, "col_i34": null, "attr_a63": "2021-05-23T03:08:00Z", "col_d81": "test@example... | Required field 'col_i34' is null | {"param_n69":null,"col_q14":{"dim_v06":"FWD","dim_o01":389.07,"key_j87":587,"col_f53":{"key_g50":false,"attr_n70":316.6,"field_f56":"foo","key_d58":"intermittent","val_o83":"QC-07","param_t22":602.77,"field_x99":null}},"col_i34":"2024-01-15","attr_a63":"2021-05-23T03:08:00Z","col_d81":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD val_t72 TYPE number REQUIRED yes
FIELD key_z64 TYPE number REQUIRED yes
FIELD key_d67[].col_z40 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD key_d67[].param_j57 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD key_d67[].val_c40 TYPE boolean... | {"val_t72":538.79,"key_z64":351.83,"key_d67":[{"col_z40":"level_1","val_c40":true,"val_p24":745,"attr_j34":"Berlin"},{"val_c40":false,"val_p24":492,"attr_j34":"Smith"},{"col_z40":"level_2","val_c40":false,"val_p24":900,"attr_j34":"user@domain.com"}],"field_i23":[{"prop_e39":"low","field_t19":"type_d","col_q85":"married... | single_quotes | {
"type": "object",
"properties": {
"val_t72": {
"type": "number"
},
"key_z64": {
"type": "number"
},
"key_d67": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_z40": {
"type": "string",
"enum": [
... | {'val_t72':538.79,'key_z64':351.83,'key_d67':[{'col_z40':'level_1','val_c40':true,'val_p24':745,'attr_j34':'Berlin'},{'val_c40':false,'val_p24':492,'attr_j34':'Smith'},{'col_z40':'level_2','val_c40':false,'val_p24':900,'attr_j34':'user@domain.com'}],'field_i23':[{'prop_e39':'low','field_t19':'type_d','col_q85':'married... | Expecting property name enclosed in double quotes | {"val_t72":538.79,"key_z64":351.83,"key_d67":[{"col_z40":"level_1","val_c40":true,"val_p24":745,"attr_j34":"Berlin"},{"val_c40":false,"val_p24":492,"attr_j34":"Smith"},{"col_z40":"level_2","val_c40":false,"val_p24":900,"attr_j34":"user@domain.com"}],"field_i23":[{"prop_e39":"low","field_t19":"type_d","col_q85":"married... |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE integer REQUIRED yes
FIELD altitude TYPE string VALUES level_1|level_2 REQUIRED no
FIELD quality_score TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD organism TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD us... | {"deploy_target":396,"altitude":"level_1","quality_score":"homozygous","username":{"gene_id":"rejected","comments":"option_a","temp_celsius":"Diana","discount":"https://api.example.com/v1"}} | truncated_array | {
"type": "object",
"properties": {
"deploy_target": {
"type": "integer"
},
"altitude": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"quality_score": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | {"deploy_target":396,"altitude":"level_1","quality_score":"homozygous","username":{"gene_id":"rejected","comments":"option_a","temp_celsius":"Diana","discount":"https://api.example.com/v1"} | Unexpected end of JSON input — truncated object | {"deploy_target":396,"altitude":"level_1","quality_score":"homozygous","username":{"gene_id":"rejected","comments":"option_a","temp_celsius":"Diana","discount":"https://api.example.com/v1"}} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD vessel_name TYPE string_uri REQUIRED yes
FIELD language TYPE string REQUIRED yes
BROKEN_OUTPUT
{"vessel_name": "https://api.org/data", "language": "Jane"} | {"filter_flag":"basic","vessel_name":"https://api.org/data","language":"Jane"} | missing_required | {
"type": "object",
"properties": {
"filter_flag": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"vessel_name": {
"type": "string",
"format": "uri"
},
"language": {
"type": "string"
}
},
"requir... | {"vessel_name": "https://api.org/data", "language": "Jane"} | Required field 'filter_flag' is missing | {"filter_flag":"basic","vessel_name":"https://api.org/data","language":"Jane"} |
TASK repair_structured_output
SPEC
FIELD key_n84.col_y96 TYPE string REQUIRED no
FIELD key_n84.val_d80 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_n84.prop_a73 TYPE string REQUIRED yes
FIELD key_n84.prop_u86 TYPE string REQUIRED no
FIELD prop_q77 TYPE string_uri REQUIRED yes
FIELD field_t49 ... | {"key_n84":{"col_y96":"RTG-04","val_d80":"oceanic","prop_a73":"Johnson"},"prop_q77":"https://data.io/v1","field_t49":"enterprise"} | thought_process | {
"type": "object",
"properties": {
"key_n84": {
"type": "object",
"properties": {
"col_y96": {
"type": "string"
},
"val_d80": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"key_n84":{"col_y96":"RTG-04","val_d80":"oceanic","prop_a73":"Johnson"},"prop_q77":"https://data.io/v1","field_t49":"enterprise"} | Output contains chain-of-thought reasoning before JSON | {"key_n84":{"col_y96":"RTG-04","val_d80":"oceanic","prop_a73":"Johnson"},"prop_q77":"https://data.io/v1","field_t49":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD position TYPE string VALUES single|married|divorced REQUIRED no
FIELD language TYPE integer REQUIRED yes
FIELD interest_rate TYPE boolean REQUIRED no
FIELD repository TYPE string VALUES mode_a|mode_b|mode_... | {"position":"divorced","language":775,"interest_rate":true,"repository":"mode_c"} | extra_field | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"position": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
... | {"position": "divorced", "language": 775, "interest_rate": true, "repository": "mode_c", "extra_data_6774": "unexpected"} | Unknown field 'extra_data_6774' not defined in schema | {"position":"divorced","language":775,"interest_rate":true,"repository":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD version TYPE string REQUIRED no
FIELD url TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD item_id TYPE boolean REQUIRED yes
FIELD insurance_id TYPE integer REQUIRED no
FIELD height[] TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
lookup_customer(url='xl', item_id=... | {"url":"xl","item_id":true,"insurance_id":108,"height":["2023-03-05T22:32:00Z"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"url": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"item_id": {
"type": "boolean"
},
"insurance_id": {
"type": "integer"
},... | lookup_customer(url='xl', item_id=True, insurance_id=108, height=['2023-03-05T22:32:00Z']) | Tool call uses Python syntax instead of JSON | {"url":"xl","item_id":true,"insurance_id":108,"height":["2023-03-05T22:32:00Z"]} |
TASK repair_structured_output
SPEC
FIELD dim_f14 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_a85.val_a22 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_a85.val_p28.prop_o84 TYPE null REQUIRED yes
FIELD prop_a85.val_p28.dim_d15 TYPE string VALUES reliable|unstable|intermittent... | {"dim_f14":"published","prop_a85":{"val_a22":"high","val_p28":{"prop_o84":null,"dim_d15":"unstable","key_d41":"cancelled","attr_g54":null,"param_e35":844,"prop_c71":"married","param_j32":599.39},"col_t18":"red","col_u31":"cancelled","attr_l58":{"attr_i98":"PASS","param_o07":"MV-Evergreen-01","col_f68":579,"field_t09":"... | missing_bracket | {
"type": "object",
"properties": {
"dim_f14": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_a85": {
"type": "object",
"properties": {
"val_a22": {
"type": "string",
"enum": [
"low",... | {"dim_f14":"published","prop_a85":{"val_a22":"high","val_p28":{"prop_o84":null,"dim_d15":"unstable","key_d41":"cancelled","attr_g54":null,"param_e35":844,"prop_c71":"married","param_j32":599.39},"col_t18":"red","col_u31":"cancelled","attr_l58":{"attr_i98":"PASS","param_o07":"MV-Evergreen-01","col_f68":579,"field_t09":"... | Missing closing bracket | {"dim_f14":"published","prop_a85":{"val_a22":"high","val_p28":{"prop_o84":null,"dim_d15":"unstable","key_d41":"cancelled","attr_g54":null,"param_e35":844,"prop_c71":"married","param_j32":599.39},"col_t18":"red","col_u31":"cancelled","attr_l58":{"attr_i98":"PASS","param_o07":"MV-Evergreen-01","col_f68":579,"field_t09":"... |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD isotope TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD url TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD repository TYPE integer REQUIRED no
FIELD level TYPE ... | {"isotope":"frameshift","level":"2020-10-06T10:18:00Z","shift_code":"MV-Evergreen-01","user_id":"baz","invoice_id":863} | missing_brace | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"isotope": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
... | "isotope":"frameshift","level":"2020-10-06T10:18:00Z","shift_code":"MV-Evergreen-01","user_id":"baz","invoice_id":863} | Missing closing brace | {"isotope":"frameshift","level":"2020-10-06T10:18:00Z","shift_code":"MV-Evergreen-01","user_id":"baz","invoice_id":863} |
TASK repair_structured_output
SPEC
FIELD key_b59 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD attr_i24 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_u06 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
{"key_b59": "admin", "attr_i24": "basic",... | {"key_b59":"admin","attr_i24":"basic","field_u06":"degraded"} | extra_field | {
"type": "object",
"properties": {
"key_b59": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_i24": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"field_u06... | {"key_b59": "admin", "attr_i24": "basic", "field_u06": "degraded", "extra_value_7459": true} | Unknown field 'extra_value_7459' not defined in schema | {"key_b59":"admin","attr_i24":"basic","field_u06":"degraded"} |
TASK repair_structured_output
SPEC
FIELD col_k37 TYPE string REQUIRED no
FIELD dim_p48 TYPE string REQUIRED no
FIELD param_q31 TYPE boolean REQUIRED yes
FIELD dim_t22 TYPE integer REQUIRED yes
FIELD key_z57 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"col_k37":"cancelled","dim_p48":"2024-06-30","param_q31":false,"dim_t22... | {"col_k37":"cancelled","dim_p48":"2024-06-30","param_q31":false,"dim_t22":147,"key_z57":true} | trailing_comma | {
"type": "object",
"properties": {
"col_k37": {
"type": "string"
},
"dim_p48": {
"type": "string"
},
"param_q31": {
"type": "boolean"
},
"dim_t22": {
"type": "integer"
},
"key_z57": {
"type": "boolean"
}
},
"required": [
"dim_t22",
"... | {"col_k37":"cancelled","dim_p48":"2024-06-30","param_q31":false,"dim_t22":147,"key_z57":true,} | Unexpected trailing comma | {"col_k37":"cancelled","dim_p48":"2024-06-30","param_q31":false,"dim_t22":147,"key_z57":true} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD lane TYPE boolean REQUIRED no
FIELD isotope TYPE string VALUES draft|published|archived REQUIRED yes
FIELD phone TYPE number REQUIRED no
FIELD message TYPE number REQUIRED no
FIELD collateral TYPE ... | {"span_id":"option_d","lane":false,"isotope":"draft","phone":771.72,"message":406.92,"collateral":"Paris","amplitude":"PASS","wavelength":"Charlie"} | agent_chain | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"lane": {
"type": "boolean"
},
"isotope": {
"type": "string",
"enum": [
"draft",
"p... | I need to look up the information first.
Action: transfer_call
Result: {"span_id": "option_d", "lane": false, "isotope": "draft", "phone": 771.72, "message": 406.92, "collateral": "Paris", "wavelength": "Charlie"}
I'll query our database.
Action: check_availability
Result: | Agent multi-step chain with truncated tool output | {"span_id":"option_d","lane":false,"isotope":"draft","phone":771.72,"message":406.92,"collateral":"Paris","amplitude":"PASS","wavelength":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE string_date-time REQUIRED yes
FIELD thumbnail TYPE string REQUIRED yes
FIELD coverage TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: create_order
Result: {"order_id": "2026-06-... | {"order_id":"2026-06-07T06:22:00Z","thumbnail":"Charlie","coverage":"frameshift"} | agent_chain | {
"type": "object",
"properties": {
"order_id": {
"type": "string",
"format": "date-time"
},
"thumbnail": {
"type": "string"
},
"coverage": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
}... | I need to look up the information first.
Action: create_order
Result: {"order_id": "2026-06-07T06:22:00Z", "coverage": "frameshift"}
I'll query our database.
Action: filter_variants
Result: | Agent multi-step chain with truncated tool output | {"order_id":"2026-06-07T06:22:00Z","thumbnail":"Charlie","coverage":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED yes
FIELD product_id TYPE string_uri REQUIRED no
FIELD rating TYPE string VALUES small|medium|large|xl REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: process_payment
Arguments: {"product_id": "https://data.org/api", "rating": "med... | {"interest_rate":"sample","product_id":"https://data.org/api","rating":"medium"} | tool_call_partial_args | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"product_id": {
"type": "string",
"format": "uri"
},
"rating": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}
},
"required": ... | Let me check the system.
Action: process_payment
Arguments: {"product_id": "https://data.org/api", "rating": "medium"} | Agent tool call missing required parameter 'interest_rate' | {"interest_rate":"sample","product_id":"https://data.org/api","rating":"medium"} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE null REQUIRED no
FIELD account_id TYPE string REQUIRED yes
FIELD credit_score TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD chapter[] TYPE string REQUIRED no
BROKEN_OUTPUT
Sensor output follows:
```json
{"account_id":"PASS","chapter":["A short descripti... | {"account_id":"PASS","chapter":["A short description.","example"]} | markdown_explanation | {
"type": "object",
"properties": {
"run_id": {
"type": "null"
},
"account_id": {
"type": "string"
},
"credit_score": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"chapter": {
"type": "array",
... | Sensor output follows:
```json
{"account_id":"PASS","chapter":["A short description.","example"]}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"account_id":"PASS","chapter":["A short description.","example"]} |
TASK repair_structured_output
SPEC
FIELD step TYPE integer REQUIRED yes
FIELD subtotal TYPE number REQUIRED no
FIELD cargo_type TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"step":651,"cargo_type":"https://example.org/data"} | {"step":651,"cargo_type":"https://example.org/data"} | thought_process | {
"type": "object",
"properties": {
"step": {
"type": "integer"
},
"subtotal": {
"type": "number"
},
"cargo_type": {
"type": "string",
"format": "uri"
}
},
"required": [
"cargo_type",
"step"
]
} | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"step":651,"cargo_type":"https://example.org/data"} | Output contains chain-of-thought reasoning before JSON | {"step":651,"cargo_type":"https://example.org/data"} |
TASK repair_structured_output
SPEC
FIELD yield_pct.category TYPE string REQUIRED no
FIELD yield_pct.transaction_id TYPE string REQUIRED no
FIELD yield_pct.bed_number TYPE number REQUIRED yes
FIELD yield_pct.gene_id TYPE integer REQUIRED yes
FIELD yield_pct.shipping[] TYPE string VALUES type_a|type_b REQUIRED no
FIELD ... | {"yield_pct":{"transaction_id":"qux","bed_number":462.59,"gene_id":26,"shipping":["type_a","type_a"]},"description":68,"name":true} | wrong_type | {
"type": "object",
"properties": {
"yield_pct": {
"type": "object",
"properties": {
"category": {
"type": "string"
},
"transaction_id": {
"type": "string"
},
"bed_number": {
"type": "number"
},
"gene_id": {
... | {"yield_pct": {"transaction_id": "qux", "bed_number": 462.59, "gene_id": 26, "shipping": ["type_a", "type_a"]}, "description": "\"68\"", "name": true} | Field 'description' must be integer, got string | {"yield_pct":{"transaction_id":"qux","bed_number":462.59,"gene_id":26,"shipping":["type_a","type_a"]},"description":68,"name":true} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE integer REQUIRED no
FIELD patient_id TYPE integer REQUIRED yes
FIELD website.address TYPE string REQUIRED no
FIELD website.span_id TYPE string REQUIRED yes
FIELD website.version TYPE integer REQUIRED yes
FIELD timezone TYPE boolean REQUIRED no
FIELD torque_o... | {"procedure_code":647,"patient_id":815,"timezone":true,"torque_output":"Alice"} | boolean_as_string | {
"type": "object",
"properties": {
"procedure_code": {
"type": "integer"
},
"patient_id": {
"type": "integer"
},
"website": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"span_id": {
"type": "string"
... | {"procedure_code": 647, "patient_id": 815, "timezone": "yes", "torque_output": "Alice"} | Field 'timezone' must be boolean, got string | {"procedure_code":647,"patient_id":815,"timezone":true,"torque_output":"Alice"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE string REQUIRED yes
FIELD batch_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD reagent TYPE string REQUIRED no
FIELD isotope[].fleet_number TYPE string_email REQUIRED yes
FIELD isotope[].duration_ms TYPE integer REQUIRED yes
FIELD isotope[].shi... | {"interest_rate":"2023-12-25","batch_code":"USD","reagent":"qux","isotope":[{"fleet_number":"ops@test.io","duration_ms":272,"shift_code":"John"},{"fleet_number":"user@domain.org","duration_ms":202,"shift_code":"New York"},{"fleet_number":"ops@test.io","duration_ms":778,"shift_code":"completed"}],"half_life":[673,173,76... | tool_call_partial_args | {
"type": "object",
"properties": {
"interest_rate": {
"type": "string"
},
"batch_code": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"reagent": {
"type": "string"
},
"isotope": {
"type": ... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"batch_code": "USD", "reagent": "qux", "isotope": [{"fleet_number": "ops@test.io", "duration_ms": 272, "shift_code": "John"}, {"fleet_number": "user@domain.org", "duration_ms": 202, "shift_code": "New York"}, {"fleet_number": "ops@test.io", "duration_ms... | Agent tool call missing required parameter 'interest_rate' | {"interest_rate":"2023-12-25","batch_code":"USD","reagent":"qux","isotope":[{"fleet_number":"ops@test.io","duration_ms":272,"shift_code":"John"},{"fleet_number":"user@domain.org","duration_ms":202,"shift_code":"New York"},{"fleet_number":"ops@test.io","duration_ms":778,"shift_code":"completed"}],"half_life":[673,173,76... |
TASK repair_structured_output
SPEC
FIELD attr_u40.attr_i04 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_u40.prop_w80.col_s61 TYPE number REQUIRED no
FIELD attr_u40.prop_w80.val_j77 TYPE string REQUIRED yes
FIELD attr_u40.prop_w80.field_m23 TYPE string_email REQUIRED no
FIELD a... | {"attr_u40":{"attr_i04":"pending_review","prop_w80":{"col_s61":861.67,"val_j77":"Hapag-Lloyd-Express","field_m23":"test@example.com","val_x53":"Diana","param_y96":"Tokyo","field_f25":"medium","prop_k47":"2022-02-16T02:49:00Z"},"col_a34":511,"attr_r52":true},"dim_a80":122,"col_y11":true} | missing_brace | {
"type": "object",
"properties": {
"attr_u40": {
"type": "object",
"properties": {
"attr_i04": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_w80": ... | {"attr_u40":{"attr_i04":"pending_review","prop_w80":{"col_s61":861.67,"val_j77":"Hapag-Lloyd-Express","field_m23":"test@example.com","val_x53":"Diana","param_y96":"Tokyo","field_f25":"medium","prop_k47":"2022-02-16T02:49:00Z"},"col_a34":511,"attr_r52":true},"dim_a80":122,"col_y11":true | Missing closing brace | {"attr_u40":{"attr_i04":"pending_review","prop_w80":{"col_s61":861.67,"val_j77":"Hapag-Lloyd-Express","field_m23":"test@example.com","val_x53":"Diana","param_y96":"Tokyo","field_f25":"medium","prop_k47":"2022-02-16T02:49:00Z"},"col_a34":511,"attr_r52":true},"dim_a80":122,"col_y11":true} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD tax TYPE integer REQUIRED no
FIELD item_id TYPE number REQUIRED no
FIELD title TYPE string REQUIRED yes
FIELD umi TYPE string VALUES success|error|warning|info REQUIRED no
FIELD latitude TYPE number REQUIRED n... | {"image_url":"phone","tax":456,"item_id":787.28,"title":"chrX","umi":"success","latitude":931.16} | agent_chain | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"tax": {
"type": "integer"
},
"item_id": {
"type": "number"
},
"title": {
"type": "string"
},
"u... | Let me check the system.
Action: assign_berth
Result: {"image_url": "phone", "item_id": 787.28, "title": "chrX", "umi": "success", "latitude": 931.16}
I'll query our database.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"image_url":"phone","tax":456,"item_id":787.28,"title":"chrX","umi":"success","latitude":931.16} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string REQUIRED no
FIELD span_id TYPE string_email REQUIRED yes
FIELD port_code TYPE null REQUIRED yes
FIELD barcode.frequency_hz TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD barcode.values TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIEL... | {"end_date":"2024-06-30","span_id":"test@example.com","port_code":null,"barcode":{"values":"pro","position":null,"level":809,"quality_score":"2022-01-10T20:48:00Z","currency":"example","half_life":187.67},"height":"QC-07"} | tool_call_text_mix | {
"type": "object",
"properties": {
"end_date": {
"type": "string"
},
"span_id": {
"type": "string",
"format": "email"
},
"port_code": {
"type": "null"
},
"barcode": {
"type": "object",
"properties": {
"frequency_hz": {
"type": "strin... | Let me check the system.
<tool_call name="validate_sample">
{"end_date":"2024-06-30","span_id":"test@example.com","port_code":null,"barcode":{"values":"pro","position":null,"level":809,"quality_score":"2022-01-10T20:48:00Z","currency":"example","half_life":187.67},"height":"QC-07"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"end_date":"2024-06-30","span_id":"test@example.com","port_code":null,"barcode":{"values":"pro","position":null,"level":809,"quality_score":"2022-01-10T20:48:00Z","currency":"example","half_life":187.67},"height":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD tax.first_name TYPE string_date-time REQUIRED no
FIELD tax.total.username TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD tax.total.reagent TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD tax.total.section TYPE string VALUES draft... | {"tax":{"total":{"username":"black","reagent":"degraded","section":"archived"},"sensor_id":false},"current_draw":{"bed_number":"delivered","enabled":false,"id":"completed","quantity":"2024-06-30"},"index":"oceanic","message":{"humidity_pct":"red","paragraph":"new","pressure_kpa":"large","wavelength":690.35,"vital_sign"... | truncated_object | {
"type": "object",
"properties": {
"tax": {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"format": "date-time"
},
"total": {
"type": "object",
"properties": {
"username": {
"type": "stri... | {"tax":{"total":{"username":"black","reagent":"degraded","section":"archived"},"sensor_id":false},"current_draw":{"bed_number":"delivered","enabled":false,"id":"completed","quantity":"2024-06-30"},"index":"oceanic","message":{"humidity_pct":"red","paragraph":"new","pressure_kpa":"large","wavelength":690.35,"vital_sign"... | Unexpected end of JSON input — truncated object | {"tax":{"total":{"username":"black","reagent":"degraded","section":"archived"},"sensor_id":false},"current_draw":{"bed_number":"delivered","enabled":false,"id":"completed","quantity":"2024-06-30"},"index":"oceanic","message":{"humidity_pct":"red","paragraph":"new","pressure_kpa":"large","wavelength":690.35,"vital_sign"... |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED yes
FIELD throttle_pos TYPE number REQUIRED no
FIELD image_url TYPE boolean REQUIRED no
FIELD tax[].wavelength TYPE number REQUIRED yes
FIELD tax[].aligned_pct TYPE null REQUIRED yes
FIELD tax[].currency TYPE string REQUIRED yes
FIELD tax[].image... | {"account_id":"cancelled","throttle_pos":363.52,"image_url":false,"tax":[{"wavelength":905.11,"aligned_pct":null,"currency":"MV-Evergreen-01","image_url":"https://example.io/api"},{"wavelength":840.54,"aligned_pct":null,"currency":"example"},{"wavelength":729.39,"aligned_pct":null,"currency":"Tokyo","image_url":"https:... | null_required | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"throttle_pos": {
"type": "number"
},
"image_url": {
"type": "boolean"
},
"tax": {
"type": "array",
"items": {
"type": "object",
"properties": {
"wavelength": {... | {"account_id": null, "throttle_pos": 363.52, "image_url": false, "tax": [{"wavelength": 905.11, "aligned_pct": null, "currency": "MV-Evergreen-01", "image_url": "https://example.io/api"}, {"wavelength": 840.54, "aligned_pct": null, "currency": "example"}, {"wavelength": 729.39, "aligned_pct": null, "currency": "Tokyo",... | Required field 'account_id' is null | {"account_id":"cancelled","throttle_pos":363.52,"image_url":false,"tax":[{"wavelength":905.11,"aligned_pct":null,"currency":"MV-Evergreen-01","image_url":"https://example.io/api"},{"wavelength":840.54,"aligned_pct":null,"currency":"example"},{"wavelength":729.39,"aligned_pct":null,"currency":"Tokyo","image_url":"https:... |
TASK repair_structured_output
SPEC
FIELD dim_q46 TYPE string REQUIRED no
FIELD attr_q87 TYPE integer REQUIRED yes
FIELD attr_m14 TYPE number REQUIRED yes
FIELD prop_y42 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: query_port_status
Arguments: {"attr_m14": 458.24, "prop_y42"... | {"attr_q87":726,"attr_m14":458.24,"prop_y42":472} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_q46": {
"type": "string"
},
"attr_q87": {
"type": "integer"
},
"attr_m14": {
"type": "number"
},
"prop_y42": {
"type": "integer"
}
},
"required": [
"attr_q87",
"prop_y42",
"attr_m14"
]
} | I need to look up the information first.
Action: query_port_status
Arguments: {"attr_m14": 458.24, "prop_y42": 472} | Agent tool call missing required parameter 'attr_q87' | {"attr_q87":726,"attr_m14":458.24,"prop_y42":472} |
TASK repair_structured_output
SPEC
FIELD department TYPE string REQUIRED no
FIELD gene_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD half_life TYPE null REQUIRED yes
FIELD thumbnail TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
BROKEN_OUTPUT
{"dep... | {"department":"approved","gene_id":"type_b","half_life":null,"thumbnail":"level_6"} | invalid_enum | {
"type": "object",
"properties": {
"department": {
"type": "string"
},
"gene_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"half_life": {
"type": "null"
},
... | {"department": "approved", "gene_id": "type_b", "half_life": null, "thumbnail": "invalid_option_529"} | Field 'thumbnail' has invalid enum value 'invalid_option_529', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5', 'level_6'] | {"department":"approved","gene_id":"type_b","half_life":null,"thumbnail":"level_6"} |
TASK repair_structured_output
SPEC
FIELD dim_e22 TYPE boolean REQUIRED yes
FIELD col_p35 TYPE string_email REQUIRED no
FIELD attr_d42 TYPE number REQUIRED yes
FIELD prop_s01[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"dim_e22": true, "col_p35": "user@domain.org", "attr_d42": 505.92, "prop_s01": null} | {"dim_e22":true,"col_p35":"user@domain.org","attr_d42":505.92,"prop_s01":[948.13,399.17,768.52]} | null_required | {
"type": "object",
"properties": {
"dim_e22": {
"type": "boolean"
},
"col_p35": {
"type": "string",
"format": "email"
},
"attr_d42": {
"type": "number"
},
"prop_s01": {
"type": "array",
"items": {
"type": "number"
}
}
},
"require... | {"dim_e22": true, "col_p35": "user@domain.org", "attr_d42": 505.92, "prop_s01": null} | Required field 'prop_s01' is null | {"dim_e22":true,"col_p35":"user@domain.org","attr_d42":505.92,"prop_s01":[948.13,399.17,768.52]} |
TASK repair_structured_output
SPEC
FIELD dim_l94 TYPE boolean REQUIRED yes
FIELD col_w23 TYPE string REQUIRED no
FIELD dim_o87 TYPE integer REQUIRED no
FIELD attr_k32 TYPE string_date-time REQUIRED yes
FIELD val_h96[] TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD attr_k96[].dim_j23 TYPE inte... | {"dim_l94":false,"dim_o87":167,"attr_k32":"2020-01-16T11:01:00Z","val_h96":["type_e"]} | truncated_array | {
"type": "object",
"properties": {
"dim_l94": {
"type": "boolean"
},
"col_w23": {
"type": "string"
},
"dim_o87": {
"type": "integer"
},
"attr_k32": {
"type": "string",
"format": "date-time"
},
"val_h96": {
"type": "array",
"items": {
... | {"dim_l94":false,"dim_o87":167,"attr_k32":"2020-01-16T11:01:00Z","val_h96":["type_e" | Unexpected end of JSON input — truncated array | {"dim_l94":false,"dim_o87":167,"attr_k32":"2020-01-16T11:01:00Z","val_h96":["type_e"]} |
TASK repair_structured_output
SPEC
FIELD size TYPE integer REQUIRED no
FIELD build_status TYPE integer REQUIRED yes
FIELD catalyst TYPE null REQUIRED yes
FIELD product_id TYPE string_date-time REQUIRED no
FIELD patient_id TYPE string REQUIRED yes
FIELD commit_hash TYPE string REQUIRED no
FIELD gene_id TYPE integer REQ... | {"build_status":249,"catalyst":null,"patient_id":"sample","gene_id":30} | missing_bracket | {
"type": "object",
"properties": {
"size": {
"type": "integer"
},
"build_status": {
"type": "integer"
},
"catalyst": {
"type": "null"
},
"product_id": {
"type": "string",
"format": "date-time"
},
"patient_id": {
"type": "string"
},
"co... | {"build_status":249,"catalyst":null,"patient_id":"sample","gene_id":30} | Missing closing bracket | {"build_status":249,"catalyst":null,"patient_id":"sample","gene_id":30} |
TASK repair_structured_output
SPEC
FIELD param_e91 TYPE string REQUIRED no
FIELD attr_p25 TYPE null REQUIRED no
FIELD val_o48 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD val_w16 TYPE boolean REQUIRED yes
FIELD prop_l34.prop_l28 TYPE integer REQUIRED yes
FIELD prop_l34.col_z34 TYPE boolean REQUI... | {"param_e91":"Alice","attr_p25":null,"val_o48":"oceanic","val_w16":true,"col_f94":{"prop_l84":true,"field_k82":"cat_a","prop_e19":"2023-03-17T20:18:00Z","dim_o28":null,"param_z17":"info@test.io","dim_e91":false,"val_b12":"type_b"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_e91": {
"type": "string"
},
"attr_p25": {
"type": "null"
},
"val_o48": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"val_w16": {
"type": "boolean"... | Tool: schedule_meeting
Params: {"param_e91": "Alice", "attr_p25": null, "val_w16": true, "col_f94": {"prop_l84": true, "field_k82": "cat_a", "prop_e19": "2023-03-17T20:18:00Z", "dim_o28": null, "param_z17": "info@test.io", "dim_e91": false, "val_b12": "type_b"}, "val_o48_value": "oceanic"} | Agent used wrong parameter name 'val_o48_value' instead of 'val_o48' | {"param_e91":"Alice","attr_p25":null,"val_o48":"oceanic","val_w16":true,"col_f94":{"prop_l84":true,"field_k82":"cat_a","prop_e19":"2023-03-17T20:18:00Z","dim_o28":null,"param_z17":"info@test.io","dim_e91":false,"val_b12":"type_b"}} |
TASK repair_structured_output
SPEC
FIELD features TYPE number REQUIRED yes
FIELD diagnosis_code TYPE string_uri REQUIRED yes
FIELD catalyst.score TYPE integer REQUIRED no
FIELD catalyst.city TYPE string REQUIRED yes
FIELD catalyst.age TYPE string_email REQUIRED yes
FIELD catalyst.vital_sign TYPE integer REQUIRED yes
F... | {"features":990.91,"diagnosis_code":"https://api.io/v1","catalyst":{"score":401,"city":"chr1","age":"admin@domain.org","vital_sign":18,"batch_code":{"bill_of_lading":true,"yield_pct":"QC-07","zip_code":"London","position":929,"filter_flag":true,"transaction_id":null}}} | missing_required | {
"type": "object",
"properties": {
"features": {
"type": "number"
},
"diagnosis_code": {
"type": "string",
"format": "uri"
},
"catalyst": {
"type": "object",
"properties": {
"score": {
"type": "integer"
},
"city": {
"type... | {"features": 990.91, "catalyst": {"score": 401, "city": "chr1", "age": "admin@domain.org", "vital_sign": 18, "batch_code": {"bill_of_lading": true, "yield_pct": "QC-07", "zip_code": "London", "position": 929, "filter_flag": true, "transaction_id": null}}} | Required field 'diagnosis_code' is missing | {"features":990.91,"diagnosis_code":"https://api.io/v1","catalyst":{"score":401,"city":"chr1","age":"admin@domain.org","vital_sign":18,"batch_code":{"bill_of_lading":true,"yield_pct":"QC-07","zip_code":"London","position":929,"filter_flag":true,"transaction_id":null}}} |
TASK repair_structured_output
SPEC
FIELD field_t75 TYPE string REQUIRED no
FIELD key_d32 TYPE integer REQUIRED no
FIELD key_v20 TYPE boolean REQUIRED no
FIELD param_w11 TYPE number REQUIRED no
FIELD prop_j62 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_t75": "Alice", "key_d32": "90px", "param_w11": 933.89, "prop_j6... | {"field_t75":"Alice","key_d32":90,"param_w11":933.89,"prop_j62":"demo"} | number_with_unit | {
"type": "object",
"properties": {
"field_t75": {
"type": "string"
},
"key_d32": {
"type": "integer"
},
"key_v20": {
"type": "boolean"
},
"param_w11": {
"type": "number"
},
"prop_j62": {
"type": "string"
}
},
"required": [
"prop_j62"
]... | {"field_t75": "Alice", "key_d32": "90px", "param_w11": 933.89, "prop_j62": "demo"} | Field 'key_d32' must be number, got string with unit | {"field_t75":"Alice","key_d32":90,"param_w11":933.89,"prop_j62":"demo"} |
TASK repair_structured_output
SPEC
FIELD prop_b59 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD val_b75 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD field_m02 TYPE string REQUIRED no
BROKEN_OUTPUT
{'prop_b59':'medium','val_b75':'white'} | {"prop_b59":"medium","val_b75":"white"} | single_quotes | {
"type": "object",
"properties": {
"prop_b59": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"val_b75": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | {'prop_b59':'medium','val_b75':'white'} | Expecting property name enclosed in double quotes | {"prop_b59":"medium","val_b75":"white"} |
TASK repair_structured_output
SPEC
FIELD attr_p18 TYPE integer REQUIRED no
FIELD param_u01 TYPE integer REQUIRED no
FIELD key_r46 TYPE integer REQUIRED yes
FIELD prop_u47 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_o59[] TYPE boolean REQUIRED no
FIELD val_p58[] TYPE string_date-time REQU... | {"param_u01":17,"key_r46":589,"prop_u47":"resolved","col_o59":[false,true,false],"val_p58":["2022-04-26T13:22:00Z","2023-03-05T08:34:00Z","2021-05-14T08:55:00Z"]} | missing_brace | {
"type": "object",
"properties": {
"attr_p18": {
"type": "integer"
},
"param_u01": {
"type": "integer"
},
"key_r46": {
"type": "integer"
},
"prop_u47": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"... | {"param_u01":17,"key_r46":589,"prop_u47":"resolved","col_o59":[false,true,false],"val_p58":["2022-04-26T13:22:00Z","2023-03-05T08:34:00Z","2021-05-14T08:55:00Z"] | Missing closing brace | {"param_u01":17,"key_r46":589,"prop_u47":"resolved","col_o59":[false,true,false],"val_p58":["2022-04-26T13:22:00Z","2023-03-05T08:34:00Z","2021-05-14T08:55:00Z"]} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD status TYPE integer REQUIRED yes
FIELD updated_at TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD tile.gene_id TYPE string REQUIRED yes
FIELD tile.index TYPE string REQUIRED no
FIELD tile.verifi... | {"lab_result":"critical","status":510,"tile":{"gene_id":"John","index":"John","verified":422.4,"features":{"lane":"test@domain.org","organism":false,"brake_pressure":41.27},"span_id":81.97,"type":true},"port_code":"2020-06-07T01:07:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"lab_result": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"status": {
"type": "integer"
},
"updated_at": {
"type": "string",
"enum": [
"type_a",
"typ... | {lab_result:"critical",status:510,tile:{gene_id:"John",index:"John",verified:422.4,features:{lane:"test@domain.org",organism:false,brake_pressure:41.27},span_id:81.97,type:true},port_code:"2020-06-07T01:07:00Z"} | Expecting property name enclosed in double quotes | {"lab_result":"critical","status":510,"tile":{"gene_id":"John","index":"John","verified":422.4,"features":{"lane":"test@domain.org","organism":false,"brake_pressure":41.27},"span_id":81.97,"type":true},"port_code":"2020-06-07T01:07:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_i77 TYPE string REQUIRED no
FIELD param_f81 TYPE string REQUIRED no
FIELD key_t34 TYPE boolean REQUIRED no
FIELD key_e53 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD val_g43 TYPE number REQUIRED yes
FIELD dim_h92 TYPE string_email REQUIRED no
FIELD key_b3... | {"val_i77":"world","param_f81":"Jane","key_t34":false,"key_e53":"white","val_g43":297.0,"dim_h92":"admin@test.io","key_b33":{"key_h34":true,"attr_q24":25,"dim_x74":998.16,"key_z62":557.24,"prop_s15":{"key_s03":"test","prop_z35":true,"param_i15":"GRCh38","key_v31":"error"},"key_y69":"maintenance","dim_s35":{"col_l39":"n... | extra_text_after | {
"type": "object",
"properties": {
"val_i77": {
"type": "string"
},
"param_f81": {
"type": "string"
},
"key_t34": {
"type": "boolean"
},
"key_e53": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white... | {"val_i77":"world","param_f81":"Jane","key_t34":false,"key_e53":"white","val_g43":297.0,"dim_h92":"admin@test.io","key_b33":{"key_h34":true,"attr_q24":25,"dim_x74":998.16,"key_z62":557.24,"prop_s15":{"key_s03":"test","prop_z35":true,"param_i15":"GRCh38","key_v31":"error"},"key_y69":"maintenance","dim_s35":{"col_l39":"n... | Output contains non-JSON text after the object | {"val_i77":"world","param_f81":"Jane","key_t34":false,"key_e53":"white","val_g43":297.0,"dim_h92":"admin@test.io","key_b33":{"key_h34":true,"attr_q24":25,"dim_x74":998.16,"key_z62":557.24,"prop_s15":{"key_s03":"test","prop_z35":true,"param_i15":"GRCh38","key_v31":"error"},"key_y69":"maintenance","dim_s35":{"col_l39":"n... |
TASK repair_structured_output
SPEC
FIELD val_q82 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD col_o31 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD col_y73 TYPE boolean REQUIRED yes
FIELD val_f22 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIEL... | {"val_q82":"level_3","col_o31":"level_3","col_y73":true,"key_h57":null} | missing_bracket | {
"type": "object",
"properties": {
"val_q82": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"col_o31": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | {"val_q82":"level_3","col_o31":"level_3","col_y73":true,"key_h57":null} | Missing closing bracket | {"val_q82":"level_3","col_o31":"level_3","col_y73":true,"key_h57":null} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE number REQUIRED no
FIELD footnote TYPE integer REQUIRED yes
FIELD position TYPE string REQUIRED no
FIELD status_code TYPE string VALUES single|married|divorced REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED no
FIELD subtotal TYPE string_email REQUIRED no
BR... | {"image_url":662.54,"footnote":723,"position":"PASS","status_code":"single","pressure_kpa":"QC-07","subtotal":"test@test.io"} | trailing_comma | {
"type": "object",
"properties": {
"image_url": {
"type": "number"
},
"footnote": {
"type": "integer"
},
"position": {
"type": "string"
},
"status_code": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | {"image_url":662.54,"footnote":723,"position":"PASS","status_code":"single","pressure_kpa":"QC-07","subtotal":"test@test.io",} | Unexpected trailing comma | {"image_url":662.54,"footnote":723,"position":"PASS","status_code":"single","pressure_kpa":"QC-07","subtotal":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD param_c57 TYPE number REQUIRED no
FIELD field_t42.key_r17 TYPE integer REQUIRED yes
FIELD field_t42.col_w93 TYPE null REQUIRED no
FIELD field_t42.key_j46 TYPE integer REQUIRED no
FIELD field_t42.param_x74 TYPE integer REQUIRED no
FIELD field_t42.param_b19[] TYPE string VALUES l... | {"param_c57":717.64,"field_t42":{"key_r17":37,"col_w93":null,"key_j46":492,"param_x74":48,"param_b19":["high","low"]},"key_x88":"anchored"} | markdown_explanation | {
"type": "object",
"properties": {
"param_c57": {
"type": "number"
},
"field_t42": {
"type": "object",
"properties": {
"key_r17": {
"type": "integer"
},
"col_w93": {
"type": "null"
},
"key_j46": {
"type": "integer"
... | The parsed result is:
```json
{"param_c57":717.64,"field_t42":{"key_r17":37,"col_w93":null,"key_j46":492,"param_x74":48,"param_b19":["high","low"]},"key_x88":"anchored"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"param_c57":717.64,"field_t42":{"key_r17":37,"col_w93":null,"key_j46":492,"param_x74":48,"param_b19":["high","low"]},"key_x88":"anchored"} |
TASK repair_structured_output
SPEC
FIELD col_u41.prop_q15 TYPE boolean REQUIRED no
FIELD col_u41.field_e19 TYPE integer REQUIRED no
FIELD col_u41.val_o54 TYPE string_email REQUIRED yes
FIELD col_u41.key_f00 TYPE integer REQUIRED no
FIELD col_o73 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_d59 TYP... | {"col_o73":"published","val_d59":"RTG-04","prop_q88":"Maria","prop_h45":{"dim_u78":"high","field_u99":"moored","prop_i59":860.4,"param_d81":false,"val_a04":"foo"},"col_c97":"offline","attr_c12":"large"} | invalid_enum | {
"type": "object",
"properties": {
"col_u41": {
"type": "object",
"properties": {
"prop_q15": {
"type": "boolean"
},
"field_e19": {
"type": "integer"
},
"val_o54": {
"type": "string",
"format": "email"
},
... | {"col_o73": "published", "val_d59": "RTG-04", "prop_q88": "Maria", "prop_h45": {"dim_u78": "high", "field_u99": "moored", "prop_i59": 860.4, "param_d81": false, "val_a04": "foo"}, "col_c97": "offline", "attr_c12": "invalid_option_888"} | Field 'attr_c12' has invalid enum value 'invalid_option_888', expected one of ['small', 'medium', 'large', 'xl'] | {"col_o73":"published","val_d59":"RTG-04","prop_q88":"Maria","prop_h45":{"dim_u78":"high","field_u99":"moored","prop_i59":860.4,"param_d81":false,"val_a04":"foo"},"col_c97":"offline","attr_c12":"large"} |
TASK repair_structured_output
SPEC
FIELD attr_v96 TYPE integer REQUIRED yes
FIELD dim_k71 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD col_n97 TYPE string REQUIRED no
FIELD field_t03 TYPE null REQUIRED no
FIELD key_v74 TYPE boolean REQUIRED no
FIELD col_d57 TYPE boolean REQUIRED no
BROKEN_... | {"attr_v96":403,"col_n97":"Johnson","field_t03":null,"key_v74":false} | number_with_unit | {
"type": "object",
"properties": {
"attr_v96": {
"type": "integer"
},
"dim_k71": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"col_n97": {
"type": "string"
},
"field_t03": {
"type": ... | {"attr_v96": "403MB", "col_n97": "Johnson", "field_t03": null, "key_v74": false} | Field 'attr_v96' must be number, got string with unit | {"attr_v96":403,"col_n97":"Johnson","field_t03":null,"key_v74":false} |
TASK repair_structured_output
SPEC
FIELD col_w32 TYPE null REQUIRED no
FIELD param_v15.key_a42 TYPE boolean REQUIRED yes
FIELD param_v15.prop_c22 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_v15.prop_c70 TYPE string REQUIRED no
FIELD param_v15.param_n59.field_y21 TYPE integer REQUIRED ye... | {"param_v15":{"key_a42":true,"prop_c70":"active","param_n59":{"field_y21":647,"field_h24":"https://data.org/data","attr_c56":false,"key_n29":"basic","col_f83":"2024-03-08T01:59:00Z"},"field_o86":"in_transit","prop_i12":"underway","col_b47":"mode_b"},"key_a44":"A short description.","prop_w48":995,"prop_k57":"user@test.... | wrong_type | {
"type": "object",
"properties": {
"col_w32": {
"type": "null"
},
"param_v15": {
"type": "object",
"properties": {
"key_a42": {
"type": "boolean"
},
"prop_c22": {
"type": "string",
"enum": [
"open",
"in_prog... | {"param_v15": {"key_a42": true, "prop_c70": "active", "param_n59": {"field_y21": 647, "field_h24": "https://data.org/data", "attr_c56": false, "key_n29": "basic", "col_f83": "2024-03-08T01:59:00Z"}, "field_o86": "in_transit", "prop_i12": "underway", "col_b47": "mode_b"}, "key_a44": "A short description.", "prop_w48": "... | Field 'prop_w48' must be integer, got string | {"param_v15":{"key_a42":true,"prop_c70":"active","param_n59":{"field_y21":647,"field_h24":"https://data.org/data","attr_c56":false,"key_n29":"basic","col_f83":"2024-03-08T01:59:00Z"},"field_o86":"in_transit","prop_i12":"underway","col_b47":"mode_b"},"key_a44":"A short description.","prop_w48":995,"prop_k57":"user@test.... |
TASK repair_structured_output
SPEC
FIELD published TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD values TYPE integer REQUIRED no
FIELD annotation TYPE string REQUIRED yes
FIELD tax TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"published": "intermittent", "annotation": "Diana", "tax": "no"} | {"published":"intermittent","annotation":"Diana","tax":true} | boolean_as_string | {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"values": {
"type": "integer"
},
"annotation": {
"type": "string"
},
"tax": {
"type": "boolean"
}
}... | {"published": "intermittent", "annotation": "Diana", "tax": "no"} | Field 'tax' must be boolean, got string | {"published":"intermittent","annotation":"Diana","tax":true} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string REQUIRED no
FIELD branch.consignee TYPE string REQUIRED yes
FIELD branch.features TYPE number REQUIRED yes
FIELD branch.ward TYPE string REQUIRED no
FIELD branch.annotation TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD branch.cargo_... | {"subject":"https://api.example.com/v1","branch":{"consignee":"world","features":520.29,"ward":"test","annotation":"homozygous","pressure_kpa":null},"loan_amount":368.29,"language":"Sao Paulo"} | extra_text_before | {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"branch": {
"type": "object",
"properties": {
"consignee": {
"type": "string"
},
"features": {
"type": "number"
},
"ward": {
"type": "string"
... | The output is as follows:
{"subject":"https://api.example.com/v1","branch":{"consignee":"world","features":520.29,"ward":"test","annotation":"homozygous","pressure_kpa":null},"loan_amount":368.29,"language":"Sao Paulo"} | Output contains non-JSON text before the object | {"subject":"https://api.example.com/v1","branch":{"consignee":"world","features":520.29,"ward":"test","annotation":"homozygous","pressure_kpa":null},"loan_amount":368.29,"language":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string_uri REQUIRED yes
FIELD batch_code TYPE string REQUIRED no
FIELD section TYPE number REQUIRED yes
BROKEN_OUTPUT
{"footnote": "https://api.com/v1", "batch_code": "bar", "section": null} | {"footnote":"https://api.com/v1","batch_code":"bar","section":241.31} | null_required | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"format": "uri"
},
"batch_code": {
"type": "string"
},
"section": {
"type": "number"
}
},
"required": [
"section",
"footnote"
]
} | {"footnote": "https://api.com/v1", "batch_code": "bar", "section": null} | Required field 'section' is null | {"footnote":"https://api.com/v1","batch_code":"bar","section":241.31} |
TASK repair_structured_output
SPEC
FIELD message TYPE integer REQUIRED yes
FIELD nickname TYPE boolean REQUIRED yes
FIELD lane TYPE integer REQUIRED yes
FIELD decay_rate.language TYPE string VALUES single|married|divorced REQUIRED no
FIELD decay_rate.annotation.total TYPE string_email REQUIRED yes
FIELD decay_rate.ann... | {"message":624,"nickname":true,"lane":143,"decay_rate":{"language":"divorced","annotation":{"total":"test@domain.org","label":"London"},"lane":"approved"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"message": {
"type": "integer"
},
"nickname": {
"type": "boolean"
},
"lane": {
"type": "integer"
},
"decay_rate": {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
... | I need to look up the information first.
<tool_call name="query_port_status">
{"message":624,"nickname":true,"lane":143,"decay_rate":{"language":"divorced","annotation":{"total":"test@domain.org","label":"London"},"lane":"approved"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"message":624,"nickname":true,"lane":143,"decay_rate":{"language":"divorced","annotation":{"total":"test@domain.org","label":"London"},"lane":"approved"}} |
TASK repair_structured_output
SPEC
FIELD dim_b26 TYPE string_email REQUIRED no
FIELD prop_m21 TYPE boolean REQUIRED no
FIELD col_b78 TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
{'dim_b26':'user@domain.org','prop_m21':false,'col_b78':'editor'} | {"dim_b26":"user@domain.org","prop_m21":false,"col_b78":"editor"} | single_quotes | {
"type": "object",
"properties": {
"dim_b26": {
"type": "string",
"format": "email"
},
"prop_m21": {
"type": "boolean"
},
"col_b78": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}
},
"required": [
"col_b78"
... | {'dim_b26':'user@domain.org','prop_m21':false,'col_b78':'editor'} | Expecting property name enclosed in double quotes | {"dim_b26":"user@domain.org","prop_m21":false,"col_b78":"editor"} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE number REQUIRED no
FIELD length TYPE string_date-time REQUIRED yes
FIELD type TYPE string REQUIRED no
FIELD status TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD chromosome.crew_id TYPE string REQUIRED no
FIELD chromosome.dosage TYP... | {"dosage":230.03,"length":"2026-05-26T09:48:00Z","type":"https://api.example.com/v1","status":"escalated","chromosome":{"crew_id":"Tokyo","berth_slot":39,"turbidity":["PASS","Oliveira","test@example.com"]}} | tool_call_text_mix | {
"type": "object",
"properties": {
"dosage": {
"type": "number"
},
"length": {
"type": "string",
"format": "date-time"
},
"type": {
"type": "string"
},
"status": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rej... | I need to look up the information first.
<tool_call name="get_weather">
{"dosage":230.03,"length":"2026-05-26T09:48:00Z","type":"https://api.example.com/v1","status":"escalated","chromosome":{"crew_id":"Tokyo","berth_slot":39,"turbidity":["PASS","Oliveira","test@example.com"]}}
</tool_call. | Agent response mixes reasoning text with tool call | {"dosage":230.03,"length":"2026-05-26T09:48:00Z","type":"https://api.example.com/v1","status":"escalated","chromosome":{"crew_id":"Tokyo","berth_slot":39,"turbidity":["PASS","Oliveira","test@example.com"]}} |
TASK repair_structured_output
SPEC
FIELD conductivity.frequency_hz TYPE string_email REQUIRED no
FIELD conductivity.count TYPE string_date-time REQUIRED no
FIELD conductivity.loan_amount TYPE string_email REQUIRED yes
FIELD conductivity.allele.build_status TYPE string VALUES new|in_transit|delivered|returned REQUIRED ... | {"conductivity":{"count":"2026-12-12T06:06:00Z","loan_amount":"admin@domain.org","allele":{"city":"push","current_draw":"world","format":8,"width":"A short description."},"size":"2024-12-03T14:14:00Z","shipping":"mode_c"},"shipper_ref":true,"count":"mode_d","coverage":"REV"} | tool_call_bad_format | {
"type": "object",
"properties": {
"conductivity": {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string",
"format": "email"
},
"count": {
"type": "string",
"format": "date-time"
},
"loan_amount": {
... | <functioncall> call_variants
{conductivity: {count: "2026-12-12T06:06:00Z", loan_amount: "admin@domain.org", allele: {city: "push", current_draw: "world", format: 8, width: "A short description."}, size: "2024-12-03T14:14:00Z", shipping: "mode_c"}, shipper_ref: true, count: "mode_d", coverage: "REV"} | Tool call has malformed arguments — unquoted keys in function parameters | {"conductivity":{"count":"2026-12-12T06:06:00Z","loan_amount":"admin@domain.org","allele":{"city":"push","current_draw":"world","format":8,"width":"A short description."},"size":"2024-12-03T14:14:00Z","shipping":"mode_c"},"shipper_ref":true,"count":"mode_d","coverage":"REV"} |
TASK repair_structured_output
SPEC
FIELD val_i39 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_t32 TYPE string REQUIRED yes
FIELD key_y63 TYPE string REQUIRED yes
FIELD prop_p42 TYPE null REQUIRED yes
FIELD val_g74 TYPE string REQUIRED no
BROKEN_OUTPUT
{"val_i39":"black","key_t32":"Silva","key_y... | {"val_i39":"black","key_t32":"Silva","key_y63":"Alice","prop_p42":null,"val_g74":"cancelled"} | missing_bracket | {
"type": "object",
"properties": {
"val_i39": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"key_t32": {
"type": "string"
},
"key_y63": {
"type": "string"
},
"prop_p42": {
"type": "... | {"val_i39":"black","key_t32":"Silva","key_y63":"Alice","prop_p42":null,"val_g74":"cancelled"} | Missing closing bracket | {"val_i39":"black","key_t32":"Silva","key_y63":"Alice","prop_p42":null,"val_g74":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD timezone TYPE string REQUIRED no
FIELD first_name TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD subject TYPE string REQUIRED no
FIELD hazmat_code TYPE string REQUIRED no
FIELD torque_outp... | {"timezone":"MV-Evergreen-01","first_name":"type_d","subject":"user@domain.com","terminal_id":{"visible":"level_3","last_name":"admin@domain.org","footnote":false,"step":{"wavelength":false,"price":37.12,"bed_number":"pending","ph_level":"Paris"}}} | unquoted_keys | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"timezone": {
"type": "string"
},
"first_name": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | {timezone:"MV-Evergreen-01",first_name:"type_d",subject:"user@domain.com",terminal_id:{visible:"level_3",last_name:"admin@domain.org",footnote:false,step:{wavelength:false,price:37.12,bed_number:"pending",ph_level:"Paris"}}} | Expecting property name enclosed in double quotes | {"timezone":"MV-Evergreen-01","first_name":"type_d","subject":"user@domain.com","terminal_id":{"visible":"level_3","last_name":"admin@domain.org","footnote":false,"step":{"wavelength":false,"price":37.12,"bed_number":"pending","ph_level":"Paris"}}} |
TASK repair_structured_output
SPEC
FIELD prop_z04 TYPE string REQUIRED yes
FIELD key_c61 TYPE integer REQUIRED yes
FIELD key_l97 TYPE integer REQUIRED yes
FIELD attr_a42 TYPE integer REQUIRED no
FIELD prop_b61 TYPE string_uri REQUIRED no
FIELD val_u06 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"prop_z04": null, "key_c6... | {"prop_z04":"John","key_c61":896,"key_l97":665,"prop_b61":"https://data.io/data","val_u06":675} | null_required | {
"type": "object",
"properties": {
"prop_z04": {
"type": "string"
},
"key_c61": {
"type": "integer"
},
"key_l97": {
"type": "integer"
},
"attr_a42": {
"type": "integer"
},
"prop_b61": {
"type": "string",
"format": "uri"
},
"val_u06": {... | {"prop_z04": null, "key_c61": 896, "key_l97": 665, "prop_b61": "https://data.io/data", "val_u06": 675} | Required field 'prop_z04' is null | {"prop_z04":"John","key_c61":896,"key_l97":665,"prop_b61":"https://data.io/data","val_u06":675} |
TASK repair_structured_output
SPEC
FIELD val_y88 TYPE number REQUIRED yes
FIELD param_c87 TYPE boolean REQUIRED yes
FIELD key_r33 TYPE string REQUIRED yes
BROKEN_OUTPUT
get_inventory(val_y88=61.51, param_c87=False, key_r33='approved') | {"val_y88":61.51,"param_c87":false,"key_r33":"approved"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_y88": {
"type": "number"
},
"param_c87": {
"type": "boolean"
},
"key_r33": {
"type": "string"
}
},
"required": [
"param_c87",
"val_y88",
"key_r33"
]
} | get_inventory(val_y88=61.51, param_c87=False, key_r33='approved') | Tool call uses Python syntax instead of JSON | {"val_y88":61.51,"param_c87":false,"key_r33":"approved"} |
TASK repair_structured_output
SPEC
FIELD cargo_type.balance TYPE integer REQUIRED yes
FIELD cargo_type.allele TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD cargo_type.type[] TYPE string REQUIRED no
FIELD cargo_type.version[].loan_amount TYPE integer REQUIRED yes
FIELD cargo_type.version[].amplitude TYP... | {"cargo_type":{"balance":74,"allele":"critical","type":["2023-12-25","Berlin","PASS"]},"insurance_id":"baz","active":null} | markdown_fences | {
"type": "object",
"properties": {
"cargo_type": {
"type": "object",
"properties": {
"balance": {
"type": "integer"
},
"allele": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | ```json
{"cargo_type":{"balance":74,"allele":"critical","type":["2023-12-25","Berlin","PASS"]},"insurance_id":"baz","active":null}
``` | Output contains markdown code fences | {"cargo_type":{"balance":74,"allele":"critical","type":["2023-12-25","Berlin","PASS"]},"insurance_id":"baz","active":null} |
TASK repair_structured_output
SPEC
FIELD username TYPE string REQUIRED yes
FIELD branch TYPE string REQUIRED no
FIELD ph_level TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD image_url TYPE string REQUIRED no
FIELD dosage TYPE string_uri REQUIRED no
FIELD email TYPE integer REQUIRED no
FIELD torque_out... | {"username":"MV-Evergreen-01","branch":"Sao Paulo","image_url":"John","dosage":"https://data.io/api","torque_output":{"vital_sign":"Alice","coverage":"John","compound":"admin","subtotal":"2024-01-15"},"id":"sms"} | tool_call_bad_format | {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"branch": {
"type": "string"
},
"ph_level": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"image_url": {
"type":... | <functioncall> read_sensor_array
{username: "MV-Evergreen-01", branch: "Sao Paulo", image_url: "John", dosage: "https://data.io/api", torque_output: {vital_sign: "Alice", coverage: "John", compound: "admin", subtotal: "2024-01-15"}, id: "sms"} | Tool call has malformed arguments — unquoted keys in function parameters | {"username":"MV-Evergreen-01","branch":"Sao Paulo","image_url":"John","dosage":"https://data.io/api","torque_output":{"vital_sign":"Alice","coverage":"John","compound":"admin","subtotal":"2024-01-15"},"id":"sms"} |
TASK repair_structured_output
SPEC
FIELD repository TYPE string_date-time REQUIRED no
FIELD first_name TYPE string_uri REQUIRED no
FIELD company TYPE integer REQUIRED no
FIELD subject.longitude TYPE string REQUIRED no
FIELD subject.latitude TYPE string REQUIRED yes
FIELD subject.quality_score TYPE string VALUES mode_a... | {"repository":"2023-12-04T17:24:00Z","first_name":"https://data.com/data","subject":{"latitude":"Charlie","quality_score":"mode_a","currency":"married","manifest_ref":459.9}} | tool_call_text_mix | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"format": "date-time"
},
"first_name": {
"type": "string",
"format": "uri"
},
"company": {
"type": "integer"
},
"subject": {
"type": "object",
"properties": {
"longitud... | Let me check the system.
<tool_call name="validate_sample">
{"repository":"2023-12-04T17:24:00Z","first_name":"https://data.com/data","subject":{"latitude":"Charlie","quality_score":"mode_a","currency":"married","manifest_ref":459.9}}
</tool_call. | Agent response mixes reasoning text with tool call | {"repository":"2023-12-04T17:24:00Z","first_name":"https://data.com/data","subject":{"latitude":"Charlie","quality_score":"mode_a","currency":"married","manifest_ref":459.9}} |
TASK repair_structured_output
SPEC
FIELD col_t14 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD key_m64 TYPE integer REQUIRED yes
FIELD prop_i87 TYPE string REQUIRED no
FIELD param_h72 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD prop_v91[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{col_t1... | {"col_t14":"inactive","key_m64":443,"prop_i87":"chr1","param_h72":"divorced","prop_v91":[707.9,954.94,585.36]} | unquoted_keys | {
"type": "object",
"properties": {
"col_t14": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_m64": {
"type": "integer"
},
"prop_i87": {
"type": "string"
},
"param_h72": {
"type": "string",
"enum":... | {col_t14:"inactive",key_m64:443,prop_i87:"chr1",param_h72:"divorced",prop_v91:[707.9,954.94,585.36]} | Expecting property name enclosed in double quotes | {"col_t14":"inactive","key_m64":443,"prop_i87":"chr1","param_h72":"divorced","prop_v91":[707.9,954.94,585.36]} |
TASK repair_structured_output
SPEC
FIELD field_k38 TYPE string_date-time REQUIRED no
FIELD key_q04 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD param_k18 TYPE string REQUIRED yes
FIELD dim_f65[].prop_u58 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_f65[].val_f99 TYPE boolean REQUIRE... | {"key_q04":"viewer","param_k18":"2023-12-25","dim_f65":[{"prop_u58":"info","val_f99":true,"prop_w64":null,"field_d55":"https://example.com"},{"val_f99":false,"col_u26":"MV-Evergreen-01","field_d55":"active"},{"prop_u58":"success","val_f99":false,"prop_w64":null,"col_u26":"Oliveira","field_d55":"test"},{"col_u26":"baz",... | trailing_comma | {
"type": "object",
"properties": {
"field_k38": {
"type": "string",
"format": "date-time"
},
"key_q04": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"param_k18": {
"type": "string"
},
"dim_f65": {
"type"... | {"key_q04":"viewer","param_k18":"2023-12-25","dim_f65":[{"prop_u58":"info","val_f99":true,"prop_w64":null,"field_d55":"https://example.com",},{"val_f99":false,"col_u26":"MV-Evergreen-01","field_d55":"active"},{"prop_u58":"success","val_f99":false,"prop_w64":null,"col_u26":"Oliveira","field_d55":"test"},{"col_u26":"baz"... | Unexpected trailing comma | {"key_q04":"viewer","param_k18":"2023-12-25","dim_f65":[{"prop_u58":"info","val_f99":true,"prop_w64":null,"field_d55":"https://example.com"},{"val_f99":false,"col_u26":"MV-Evergreen-01","field_d55":"active"},{"prop_u58":"success","val_f99":false,"prop_w64":null,"col_u26":"Oliveira","field_d55":"test"},{"col_u26":"baz",... |
TASK repair_structured_output
SPEC
FIELD field_r14 TYPE string REQUIRED yes
FIELD val_d82 TYPE string REQUIRED no
FIELD val_f43.param_v66 TYPE string REQUIRED yes
FIELD val_f43.col_i00 TYPE string REQUIRED yes
FIELD val_f43.param_w64 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_r14":"2023-12-25","val_d82":"FWD","va... | {"field_r14":"2023-12-25","val_d82":"FWD","val_f43":{"param_v66":"inactive","col_i00":"Paris","param_w64":"cancelled"}} | extra_text_after | {
"type": "object",
"properties": {
"field_r14": {
"type": "string"
},
"val_d82": {
"type": "string"
},
"val_f43": {
"type": "object",
"properties": {
"param_v66": {
"type": "string"
},
"col_i00": {
"type": "string"
},
... | {"field_r14":"2023-12-25","val_d82":"FWD","val_f43":{"param_v66":"inactive","col_i00":"Paris","param_w64":"cancelled"}}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"field_r14":"2023-12-25","val_d82":"FWD","val_f43":{"param_v66":"inactive","col_i00":"Paris","param_w64":"cancelled"}} |
TASK repair_structured_output
SPEC
FIELD tile.department TYPE string REQUIRED yes
FIELD tile.procedure_code TYPE string REQUIRED yes
FIELD tile.crew_id TYPE null REQUIRED yes
FIELD tile.price.duration_ms TYPE boolean REQUIRED yes
FIELD tile.price.item_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUI... | {"tile":{"department":"2024-01-15","procedure_code":"pending","crew_id":null,"price":{"duration_ms":true,"item_id":"level_2","invoice_id":"https://example.org/v1","filter_flag":"quux"}},"user_id":405,"sensor_id":"https://data.io/api","color":471,"catalyst":{"format":757,"decay_rate":8},"pressure_kpa":{"width":"https://... | wrong_type | {
"type": "object",
"properties": {
"tile": {
"type": "object",
"properties": {
"department": {
"type": "string"
},
"procedure_code": {
"type": "string"
},
"crew_id": {
"type": "null"
},
"price": {
"type"... | {"tile": {"department": "2024-01-15", "procedure_code": "pending", "crew_id": null, "price": {"duration_ms": true, "item_id": "level_2", "invoice_id": "https://example.org/v1", "filter_flag": "quux"}}, "user_id": 405, "sensor_id": "https://data.io/api", "color": "\"471\"", "catalyst": {"format": 757, "decay_rate": 8}, ... | Field 'color' must be integer, got string | {"tile":{"department":"2024-01-15","procedure_code":"pending","crew_id":null,"price":{"duration_ms":true,"item_id":"level_2","invoice_id":"https://example.org/v1","filter_flag":"quux"}},"user_id":405,"sensor_id":"https://data.io/api","color":471,"catalyst":{"format":757,"decay_rate":8},"pressure_kpa":{"width":"https://... |
TASK repair_structured_output
SPEC
FIELD val_z14 TYPE string REQUIRED no
FIELD attr_r08 TYPE string REQUIRED yes
FIELD field_t02 TYPE string_email REQUIRED no
FIELD col_f76[] TYPE null REQUIRED no
BROKEN_OUTPUT
{"attr_r08": null, "field_t02": "test@test.io", "col_f76": [null, null, null, null]} | {"attr_r08":"John","field_t02":"test@test.io","col_f76":[null,null,null,null]} | null_required | {
"type": "object",
"properties": {
"val_z14": {
"type": "string"
},
"attr_r08": {
"type": "string"
},
"field_t02": {
"type": "string",
"format": "email"
},
"col_f76": {
"type": "array",
"items": {
"type": "null"
}
}
},
"required"... | {"attr_r08": null, "field_t02": "test@test.io", "col_f76": [null, null, null, null]} | Required field 'attr_r08' is null | {"attr_r08":"John","field_t02":"test@test.io","col_f76":[null,null,null,null]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.