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 attr_b99.key_x14 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_b99.col_p66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_b99.dim_u84 TYPE null REQUIRED yes
FIELD prop_f02 TYPE string REQUIRED yes
FIELD param_p37 TYPE null REQUIRED no
F... | {"attr_b99":{"key_x14":"reliable","dim_u84":null},"prop_f02":"foo","param_u88":"test","col_v29":{"val_l99":"world","param_g76":"https://www.org/v1","prop_u15":144,"dim_o29":471}} | extra_text_before | {
"type": "object",
"properties": {
"attr_b99": {
"type": "object",
"properties": {
"key_x14": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_p66": {
"type": "string",
... | Based on your request, here is the data:
{"attr_b99":{"key_x14":"reliable","dim_u84":null},"prop_f02":"foo","param_u88":"test","col_v29":{"val_l99":"world","param_g76":"https://www.org/v1","prop_u15":144,"dim_o29":471}} | Output contains non-JSON text before the object | {"attr_b99":{"key_x14":"reliable","dim_u84":null},"prop_f02":"foo","param_u88":"test","col_v29":{"val_l99":"world","param_g76":"https://www.org/v1","prop_u15":144,"dim_o29":471}} |
TASK repair_structured_output
SPEC
FIELD weight.created_at TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD weight.length TYPE string REQUIRED yes
FIELD weight.position TYPE integer REQUIRED no
FIELD log_level TYPE string_email REQUIRED yes
FIELD width TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes... | {"weight":{"created_at":"basic","length":"New York"},"log_level":"info@test.io","width":"GBP"} | extra_text_before | {
"type": "object",
"properties": {
"weight": {
"type": "object",
"properties": {
"created_at": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"length": {
"type": ... | Sensor output follows:
{"weight":{"created_at":"basic","length":"New York"},"log_level":"info@test.io","width":"GBP"} | Output contains non-JSON text before the object | {"weight":{"created_at":"basic","length":"New York"},"log_level":"info@test.io","width":"GBP"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD duration_ms TYPE string VALUES option_a|option_b REQUIRED no
FIELD step TYPE string_date-time REQUIRED no
FIELD status TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD tax TYPE inte... | {"start_date":"arctic","duration_ms":"option_b","step":"2023-02-04T14:19:00Z","status":"intermittent","salinity":null,"deploy_target":"draft"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"duration_ms": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"step": {
... | Tool: lookup_customer
Params: {"start_date": "arctic", "duration_ms": "option_b", "status": "intermittent", "salinity": null, "deploy_target": "draft", "step_value": "2023-02-04T14:19:00Z"} | Agent used wrong parameter name 'step_value' instead of 'step' | {"start_date":"arctic","duration_ms":"option_b","step":"2023-02-04T14:19:00Z","status":"intermittent","salinity":null,"deploy_target":"draft"} |
TASK repair_structured_output
SPEC
FIELD param_m52 TYPE integer REQUIRED yes
FIELD param_k92 TYPE string REQUIRED no
FIELD attr_w88 TYPE string REQUIRED no
FIELD param_x13.col_c71 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_x13.prop_c87 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
... | {"param_m52":761,"param_x13":{"col_c71":"divorced","prop_c87":"enterprise","col_w73":722}} | number_with_unit | {
"type": "object",
"properties": {
"param_m52": {
"type": "integer"
},
"param_k92": {
"type": "string"
},
"attr_w88": {
"type": "string"
},
"param_x13": {
"type": "object",
"properties": {
"col_c71": {
"type": "string",
"enum": [... | {"param_m52": "761px", "param_x13": {"col_c71": "divorced", "prop_c87": "enterprise", "col_w73": 722}} | Field 'param_m52' must be number, got string with unit | {"param_m52":761,"param_x13":{"col_c71":"divorced","prop_c87":"enterprise","col_w73":722}} |
TASK repair_structured_output
SPEC
FIELD col_u70 TYPE string REQUIRED no
FIELD prop_u27.prop_e00 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_u27.key_o90 TYPE string_email REQUIRED yes
FIELD prop_u27.attr_k82 TYPE string REQUIRED no
FIELD prop_u27.prop_x68 TYPE string VALUES homozygous|heterozygous|he... | {"col_u70":"world","prop_u27":{"prop_e00":"EUR","key_o90":"admin@domain.org","attr_k82":"inactive","prop_x68":"homozygous","col_h99":"operational","prop_p46":"error","field_o67":"REV"},"field_j07":745} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_u70": {
"type": "string"
},
"prop_u27": {
"type": "object",
"properties": {
"prop_e00": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | Tool: get_inventory
Params: {"col_u70": "world", "field_j07": 745, "prop_u27_value": {"prop_e00": "EUR", "key_o90": "admin@domain.org", "attr_k82": "inactive", "prop_x68": "homozygous", "col_h99": "operational", "prop_p46": "error", "field_o67": "REV"}} | Agent used wrong parameter name 'prop_u27_value' instead of 'prop_u27' | {"col_u70":"world","prop_u27":{"prop_e00":"EUR","key_o90":"admin@domain.org","attr_k82":"inactive","prop_x68":"homozygous","col_h99":"operational","prop_p46":"error","field_o67":"REV"},"field_j07":745} |
TASK repair_structured_output
SPEC
FIELD col_c72 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD attr_r23 TYPE string_uri REQUIRED yes
FIELD attr_i71 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"col_c72": "level_2", "attr_i71": false} | {"col_c72":"level_2","attr_r23":"https://example.com/data","attr_i71":false} | missing_required | {
"type": "object",
"properties": {
"col_c72": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"attr_r23": {
"type": "string",
"format": "uri"
},
"attr_i71": {
"type": "boolean"
}
},
"required": [
"col_c72... | {"col_c72": "level_2", "attr_i71": false} | Required field 'attr_r23' is missing | {"col_c72":"level_2","attr_r23":"https://example.com/data","attr_i71":false} |
TASK repair_structured_output
SPEC
FIELD key_f20.field_q34 TYPE integer REQUIRED no
FIELD key_f20.field_d38 TYPE string REQUIRED yes
FIELD key_f20.prop_z46[] TYPE null REQUIRED yes
FIELD dim_o88 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_s61 TYPE string REQUIRED yes
BROKEN_OUTPUT
The o... | {"key_f20":{"field_q34":81,"field_d38":"foo","prop_z46":[null]},"dim_s61":"pending"} | markdown_explanation | {
"type": "object",
"properties": {
"key_f20": {
"type": "object",
"properties": {
"field_q34": {
"type": "integer"
},
"field_d38": {
"type": "string"
},
"prop_z46": {
"type": "array",
"items": {
"type": "nul... | The output is as follows:
```json
{"key_f20":{"field_q34":81,"field_d38":"foo","prop_z46":[null]},"dim_s61":"pending"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"key_f20":{"field_q34":81,"field_d38":"foo","prop_z46":[null]},"dim_s61":"pending"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD phenotype TYPE integer REQUIRED no
FIELD size TYPE string REQUIRED yes
FIELD currency TYPE boolean REQUIRED yes
FIELD deploy_target TYPE string_uri REQUIRED yes
FIELD version TYPE number REQU... | {"phenotype":806,"size":"active","currency":false,"deploy_target":"https://example.io/api","version":187.58} | boolean_as_string | {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"phenotype": {
"type": "integer"
},
"size": {
"type": "string"
},
"currency": {
"type... | {"phenotype": 806, "size": "active", "currency": "yes", "deploy_target": "https://example.io/api", "version": 187.58} | Field 'currency' must be boolean, got string | {"phenotype":806,"size":"active","currency":false,"deploy_target":"https://example.io/api","version":187.58} |
TASK repair_structured_output
SPEC
FIELD attr_t18 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_r27 TYPE string REQUIRED no
FIELD field_q36.col_w12 TYPE string REQUIRED yes
FIELD field_q36.dim_w44 TYPE number REQUIRED yes
FIELD field_q36.key_a41.dim_r63 TYPE string_uri REQUIRED no
FIELD field_q36... | {"attr_t18":"high","field_m31":554.5,"attr_y99":"FWD","key_j21":"FWD"} | thought_process | {
"type": "object",
"properties": {
"attr_t18": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_r27": {
"type": "string"
},
"field_q36": {
"type": "object",
"properties": {
"col_w12": {
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"attr_t18":"high","field_m31":554.5,"attr_y99":"FWD","key_j21":"FWD"} | Output contains chain-of-thought reasoning before JSON | {"attr_t18":"high","field_m31":554.5,"attr_y99":"FWD","key_j21":"FWD"} |
TASK repair_structured_output
SPEC
FIELD col_c30 TYPE integer REQUIRED yes
FIELD prop_e25 TYPE number REQUIRED yes
FIELD field_y22[].param_f94 TYPE string REQUIRED no
FIELD field_y22[].prop_b55 TYPE null REQUIRED yes
FIELD field_y22[].dim_r29 TYPE string_date-time REQUIRED no
FIELD field_y22[].prop_b54 TYPE boolean RE... | {"col_c30":736,"prop_e25":301.66,"field_y22":[{"param_f94":"2024-01-15","prop_b55":null,"dim_r29":"2024-07-06T09:54:00Z","prop_b54":false,"key_y54":null,"attr_u76":"basic","col_x76":"archived"},{"param_f94":"MV-Evergreen-01","prop_b55":null,"dim_r29":"2024-02-28T13:20:00Z","prop_b54":false,"key_y54":null,"attr_u76":"pr... | unquoted_keys | {
"type": "object",
"properties": {
"col_c30": {
"type": "integer"
},
"prop_e25": {
"type": "number"
},
"field_y22": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_f94": {
"type": "string"
},
... | {col_c30:736,prop_e25:301.66,field_y22:[{param_f94:"2024-01-15",prop_b55:null,dim_r29:"2024-07-06T09:54:00Z",prop_b54:false,key_y54:null,attr_u76:"basic",col_x76:"archived"},{param_f94:"MV-Evergreen-01",prop_b55:null,dim_r29:"2024-02-28T13:20:00Z",prop_b54:false,key_y54:null,attr_u76:"pro"}]} | Expecting property name enclosed in double quotes | {"col_c30":736,"prop_e25":301.66,"field_y22":[{"param_f94":"2024-01-15","prop_b55":null,"dim_r29":"2024-07-06T09:54:00Z","prop_b54":false,"key_y54":null,"attr_u76":"basic","col_x76":"archived"},{"param_f94":"MV-Evergreen-01","prop_b55":null,"dim_r29":"2024-02-28T13:20:00Z","prop_b54":false,"key_y54":null,"attr_u76":"pr... |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE boolean REQUIRED yes
FIELD deploy_target TYPE integer REQUIRED yes
FIELD features TYPE integer REQUIRED no
FIELD description TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD address TYPE string REQUIRED yes
FIELD lab_result.count TY... | {"hazmat_code":true,"deploy_target":814,"features":614,"description":"level_5","address":"Oliveira","lab_result":{"count":"sample","website":"hello","quantity":null,"coverage":"option_b","port_code":204}} | wrong_type | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "boolean"
},
"deploy_target": {
"type": "integer"
},
"features": {
"type": "integer"
},
"description": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
... | {"hazmat_code": true, "deploy_target": 814, "features": "\"614\"", "description": "level_5", "address": "Oliveira", "lab_result": {"count": "sample", "website": "hello", "quantity": null, "coverage": "option_b", "port_code": 204}} | Field 'features' must be integer, got string | {"hazmat_code":true,"deploy_target":814,"features":614,"description":"level_5","address":"Oliveira","lab_result":{"count":"sample","website":"hello","quantity":null,"coverage":"option_b","port_code":204}} |
TASK repair_structured_output
SPEC
FIELD dim_x75 TYPE boolean REQUIRED yes
FIELD field_y83 TYPE string REQUIRED no
FIELD dim_s98 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_z74 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_k85 TYPE string REQUIRED no
FIE... | {"dim_x75":false,"field_y83":"RTG-04","dim_s98":"reliable","field_z74":"synonymous","val_k85":"world","param_t66":"A short description.","field_m25":"Tokyo"} | agent_chain | {
"type": "object",
"properties": {
"dim_x75": {
"type": "boolean"
},
"field_y83": {
"type": "string"
},
"dim_s98": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_z74": {
"type": "string",
... | Let me check the system.
Action: track_vessel
Result: {"dim_x75": false, "dim_s98": "reliable", "field_z74": "synonymous", "val_k85": "world", "param_t66": "A short description.", "field_m25": "Tokyo"}
Processing the request now.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"dim_x75":false,"field_y83":"RTG-04","dim_s98":"reliable","field_z74":"synonymous","val_k85":"world","param_t66":"A short description.","field_m25":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD dim_z89 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD prop_h32 TYPE boolean REQUIRED yes
FIELD field_u95 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_p09 TYPE string REQUIRED no
FIELD val_o64 TYPE boolean REQUIRED no
FIELD dim_i86... | {"dim_z89":"heterozygous","prop_h32":true,"field_u95":"active","param_p09":"chrX","val_o64":false,"dim_i86":"info"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_z89": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_h32": {
"type": "boolean"
},
"field_u95": {
"type": "string",
"enum": [
"active",
"inacti... | The parsed result is:
```json
{"dim_z89":"heterozygous","prop_h32":true,"field_u95":"active","param_p09":"chrX","val_o64":false,"dim_i86":"info"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"dim_z89":"heterozygous","prop_h32":true,"field_u95":"active","param_p09":"chrX","val_o64":false,"dim_i86":"info"} |
TASK repair_structured_output
SPEC
FIELD col_w99 TYPE null REQUIRED yes
FIELD field_q27 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD prop_i22 TYPE boolean REQUIRED no
FIELD key_u46 TYPE string REQUIRED no
FIELD field_i99.attr_x15 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD field_i99.val_b70 TYPE int... | {"col_w99":null,"field_q27":"cat_b","prop_i22":false,"key_u46":"RTG-04","field_i99":{"attr_x15":"level_2","val_b70":756,"param_j01":"degraded","param_d42":{"prop_n07":"mode_d","val_y16":"2024-04-03T19:26:00Z","param_t41":"2022-06-04T19:06:00Z","dim_t78":["mode_c"]}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_w99": {
"type": "null"
},
"field_q27": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_i22": {
"type": "boolean"
},
"key_u46": {
"type": "string"
},
"field_i99"... | book_appointment(col_w99=None, field_q27='cat_b', prop_i22=False, key_u46='RTG-04', field_i99={'attr_x15': 'level_2', 'val_b70': 756, 'param_j01': 'degraded', 'param_d42': {'prop_n07': 'mode_d', 'val_y16': '2024-04-03T19:26:00Z', 'param_t41': '2022-06-04T19:06:00Z', 'dim_t78': ['mode_c']}}) | Tool call uses Python syntax instead of JSON | {"col_w99":null,"field_q27":"cat_b","prop_i22":false,"key_u46":"RTG-04","field_i99":{"attr_x15":"level_2","val_b70":756,"param_j01":"degraded","param_d42":{"prop_n07":"mode_d","val_y16":"2024-04-03T19:26:00Z","param_t41":"2022-06-04T19:06:00Z","dim_t78":["mode_c"]}}} |
TASK repair_structured_output
SPEC
FIELD val_u94 TYPE string_email REQUIRED no
FIELD attr_z42 TYPE string_uri REQUIRED yes
FIELD param_z98.val_m36 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_z98.val_z55 TYPE string REQUIRED no
FIELD param_z98.dim_q62 TYPE string REQUIRED no
FIELD param_z98.prop_l19... | {"attr_z42":"https://data.com/v1","param_z98":{"val_m36":"BRL","dim_q62":"Tokyo","prop_l19":"level_4","val_n72":false},"dim_x33":{"val_l49":427,"val_s86":"Johnson","param_c94":"cat_b"}} | extra_text_before | {
"type": "object",
"properties": {
"val_u94": {
"type": "string",
"format": "email"
},
"attr_z42": {
"type": "string",
"format": "uri"
},
"param_z98": {
"type": "object",
"properties": {
"val_m36": {
"type": "string",
"enum": [
... | Here is the JSON you requested:
{"attr_z42":"https://data.com/v1","param_z98":{"val_m36":"BRL","dim_q62":"Tokyo","prop_l19":"level_4","val_n72":false},"dim_x33":{"val_l49":427,"val_s86":"Johnson","param_c94":"cat_b"}} | Output contains non-JSON text before the object | {"attr_z42":"https://data.com/v1","param_z98":{"val_m36":"BRL","dim_q62":"Tokyo","prop_l19":"level_4","val_n72":false},"dim_x33":{"val_l49":427,"val_s86":"Johnson","param_c94":"cat_b"}} |
TASK repair_structured_output
SPEC
FIELD attr_e63 TYPE string REQUIRED yes
FIELD dim_m26 TYPE number REQUIRED no
FIELD dim_z01 TYPE string REQUIRED no
FIELD field_e13 TYPE integer REQUIRED yes
FIELD param_x02 TYPE string REQUIRED yes
FIELD key_y04 TYPE number REQUIRED no
BROKEN_OUTPUT
```json
{"attr_e63":"FWD","dim_m... | {"attr_e63":"FWD","dim_m26":799.0,"dim_z01":"GRCh38","field_e13":680,"param_x02":"Johnson"} | markdown_fences | {
"type": "object",
"properties": {
"attr_e63": {
"type": "string"
},
"dim_m26": {
"type": "number"
},
"dim_z01": {
"type": "string"
},
"field_e13": {
"type": "integer"
},
"param_x02": {
"type": "string"
},
"key_y04": {
"type": "number"... | ```json
{"attr_e63":"FWD","dim_m26":799.0,"dim_z01":"GRCh38","field_e13":680,"param_x02":"Johnson"}
``` | Output contains markdown code fences | {"attr_e63":"FWD","dim_m26":799.0,"dim_z01":"GRCh38","field_e13":680,"param_x02":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD attr_k54 TYPE boolean REQUIRED yes
FIELD attr_r57 TYPE number REQUIRED no
FIELD prop_i41 TYPE boolean REQUIRED no
FIELD param_e03.prop_c43 TYPE string REQUIRED yes
FIELD param_e03.param_j80 TYPE string REQUIRED yes
FIELD param_e03.attr_k12 TYPE number REQUIRED no
FIELD param_e0... | {"attr_k54":false,"attr_r57":803.68,"prop_i41":true,"param_e03":{"prop_c43":"Luis","param_j80":"chr1","key_p55":373,"param_f63":853},"param_j22":{"attr_v01":{"val_c69":"active","dim_f06":112.61,"prop_n49":844.79,"attr_h20":770.02,"key_d76":false},"val_l70":835,"param_w64":372,"dim_b02":true,"col_h14":null,"attr_a33":"a... | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_k54": {
"type": "boolean"
},
"attr_r57": {
"type": "number"
},
"prop_i41": {
"type": "boolean"
},
"param_e03": {
"type": "object",
"properties": {
"prop_c43": {
"type": "string"
},
"... | <functioncall> generate_report
{attr_k54: false, attr_r57: 803.68, prop_i41: true, param_e03: {prop_c43: "Luis", param_j80: "chr1", key_p55: 373, param_f63: 853}, param_j22: {attr_v01: {val_c69: "active", dim_f06: 112.61, prop_n49: 844.79, attr_h20: 770.02, key_d76: false}, val_l70: 835, param_w64: 372, dim_b02: true, ... | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_k54":false,"attr_r57":803.68,"prop_i41":true,"param_e03":{"prop_c43":"Luis","param_j80":"chr1","key_p55":373,"param_f63":853},"param_j22":{"attr_v01":{"val_c69":"active","dim_f06":112.61,"prop_n49":844.79,"attr_h20":770.02,"key_d76":false},"val_l70":835,"param_w64":372,"dim_b02":true,"col_h14":null,"attr_a33":"a... |
TASK repair_structured_output
SPEC
FIELD dim_o15 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD key_s68.col_n96.col_t49 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_s68.col_n96.attr_i39 TYPE string REQUIRED yes
FIELD key_s68.col_n96.param_z66 TYPE string_uri REQUI... | {"dim_o15":"cat_b","key_s68":{"col_n96":{"col_t49":"anchored","attr_i39":"Paris","attr_w37":"cat_d","param_o56":"A short description."},"attr_h75":"https://api.org/data","attr_y73":"warning","param_p17":{"param_f80":762,"col_v61":"admin@example.com","param_d33":"inactive","attr_s41":null,"col_k72":93,"field_u50":"mode_... | unquoted_keys | {
"type": "object",
"properties": {
"dim_o15": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"key_s68": {
"type": "object",
"properties": {
"col_n96": {
"type": "obje... | {dim_o15:"cat_b",key_s68:{col_n96:{col_t49:"anchored",attr_i39:"Paris",attr_w37:"cat_d",param_o56:"A short description."},attr_h75:"https://api.org/data",attr_y73:"warning",param_p17:{param_f80:762,col_v61:"admin@example.com",param_d33:"inactive",attr_s41:null,col_k72:93,field_u50:"mode_b",attr_b08:"Alice"}},field_t16:... | Expecting property name enclosed in double quotes | {"dim_o15":"cat_b","key_s68":{"col_n96":{"col_t49":"anchored","attr_i39":"Paris","attr_w37":"cat_d","param_o56":"A short description."},"attr_h75":"https://api.org/data","attr_y73":"warning","param_p17":{"param_f80":762,"col_v61":"admin@example.com","param_d33":"inactive","attr_s41":null,"col_k72":93,"field_u50":"mode_... |
TASK repair_structured_output
SPEC
FIELD date TYPE string VALUES draft|published|archived REQUIRED no
FIELD features TYPE string_date-time REQUIRED no
FIELD diagnosis_code TYPE integer REQUIRED yes
BROKEN_OUTPUT
annotate_mutation(date='draft', features='2020-02-15T22:31:00Z', diagnosis_code=965) | {"date":"draft","features":"2020-02-15T22:31:00Z","diagnosis_code":965} | tool_call_python_syntax | {
"type": "object",
"properties": {
"date": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"features": {
"type": "string",
"format": "date-time"
},
"diagnosis_code": {
"type": "integer"
}
},
"required": [
... | annotate_mutation(date='draft', features='2020-02-15T22:31:00Z', diagnosis_code=965) | Tool call uses Python syntax instead of JSON | {"date":"draft","features":"2020-02-15T22:31:00Z","diagnosis_code":965} |
TASK repair_structured_output
SPEC
FIELD field_e63 TYPE integer REQUIRED no
FIELD dim_h06 TYPE string_date-time REQUIRED yes
FIELD key_m62.val_i14 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_m62.dim_o60 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD key_m62.key_p12 TYPE nu... | {"field_e63":886,"dim_h06":"2024-12-03T23:52:00Z","key_m62":{"val_i14":"type_a","dim_o60":"cat_b","key_p12":337.79},"param_o04":"level_4","dim_p58":{"param_c26":null,"col_j37":108.26,"col_e52":{"param_z51":268,"field_h18":null,"col_v37":53.49,"key_k92":"2024-01-15"},"attr_p31":"https://www.com/api","col_f99":"MV-Evergr... | truncated_object | {
"type": "object",
"properties": {
"field_e63": {
"type": "integer"
},
"dim_h06": {
"type": "string",
"format": "date-time"
},
"key_m62": {
"type": "object",
"properties": {
"val_i14": {
"type": "string",
"enum": [
"type_a",
... | {"field_e63":886,"dim_h06":"2024-12-03T23:52:00Z","key_m62":{"val_i14":"type_a","dim_o60":"cat_b","key_p12":337.79},"param_o04":"level_4","dim_p58":{"param_c26":null,"col_j37":108.26,"col_e52":{"param_z51":268,"field_h18":null,"col_v37":53.49,"key_k92":"2024-01-15"},"attr_p31":"https://www.com/api","col_f99":"MV-Evergr... | Unexpected end of JSON input — truncated object | {"field_e63":886,"dim_h06":"2024-12-03T23:52:00Z","key_m62":{"val_i14":"type_a","dim_o60":"cat_b","key_p12":337.79},"param_o04":"level_4","dim_p58":{"param_c26":null,"col_j37":108.26,"col_e52":{"param_z51":268,"field_h18":null,"col_v37":53.49,"key_k92":"2024-01-15"},"attr_p31":"https://www.com/api","col_f99":"MV-Evergr... |
TASK repair_structured_output
SPEC
FIELD key_u89 TYPE null REQUIRED no
FIELD attr_m84 TYPE boolean REQUIRED yes
FIELD col_q27 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"attr_m84":false,"col_q27":"2024-12-16T02:12:00Z",} | {"attr_m84":false,"col_q27":"2024-12-16T02:12:00Z"} | trailing_comma | {
"type": "object",
"properties": {
"key_u89": {
"type": "null"
},
"attr_m84": {
"type": "boolean"
},
"col_q27": {
"type": "string",
"format": "date-time"
}
},
"required": [
"attr_m84"
]
} | {"attr_m84":false,"col_q27":"2024-12-16T02:12:00Z",} | Unexpected trailing comma | {"attr_m84":false,"col_q27":"2024-12-16T02:12:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_a59 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_o21 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_b64 TYPE integer REQUIRED yes
FIELD field_o52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_y89 TYPE strin... | {"val_a59":"published","param_o21":"small","col_b64":319,"field_o52":"delivered","val_y89":"phone"} | missing_bracket | {
"type": "object",
"properties": {
"val_a59": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_o21": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_b64... | {"val_a59":"published","param_o21":"small","col_b64":319,"field_o52":"delivered","val_y89":"phone"} | Missing closing bracket | {"val_a59":"published","param_o21":"small","col_b64":319,"field_o52":"delivered","val_y89":"phone"} |
TASK repair_structured_output
SPEC
FIELD filter_flag.values TYPE string REQUIRED no
FIELD filter_flag.quantity TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD filter_flag.interest_rate.version TYPE string REQUIRED yes
FIELD filter_flag.interest_rate.section TYPE string VALUES free|basic|pro|enterprise REQUIR... | {"dissolved_oxygen":"2024-01-15","subject":{"score":563,"rating":"FWD","vital_sign":"active","status":"blue"},"branch":"error"} | markdown_explanation | {
"type": "object",
"properties": {
"filter_flag": {
"type": "object",
"properties": {
"values": {
"type": "string"
},
"quantity": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}... | Sure, here's the result:
```json
{"dissolved_oxygen":"2024-01-15","subject":{"score":563,"rating":"FWD","vital_sign":"active","status":"blue"},"branch":"error"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"dissolved_oxygen":"2024-01-15","subject":{"score":563,"rating":"FWD","vital_sign":"active","status":"blue"},"branch":"error"} |
TASK repair_structured_output
SPEC
FIELD field_r31 TYPE integer REQUIRED no
FIELD attr_f33.attr_e90 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD attr_f33.dim_e95 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD attr_f33.val_q66.attr_z13 TYPE string VALUES type_a|typ... | {"field_r31":861,"attr_f33":{"attr_e90":"cat_a","prop_v29":{"prop_o50":"cancelled","attr_b57":"MV-Evergreen-01","prop_q50":926,"col_s52":"https://example.org/v1"}},"field_j65":"enterprise","dim_y22":{"field_y58":"cat_c","field_r89":956,"prop_k03":"foo","param_w69":[{"col_g78":"cat_a","attr_v78":"moored","param_d51":"di... | single_quotes | {
"type": "object",
"properties": {
"field_r31": {
"type": "integer"
},
"attr_f33": {
"type": "object",
"properties": {
"attr_e90": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
... | {'field_r31':861,'attr_f33':{'attr_e90':'cat_a','prop_v29':{'prop_o50':'cancelled','attr_b57':'MV-Evergreen-01','prop_q50':926,'col_s52':'https://example.org/v1'}},'field_j65':'enterprise','dim_y22':{'field_y58':'cat_c','field_r89':956,'prop_k03':'foo','param_w69':[{'col_g78':'cat_a','attr_v78':'moored','param_d51':'di... | Expecting property name enclosed in double quotes | {"field_r31":861,"attr_f33":{"attr_e90":"cat_a","prop_v29":{"prop_o50":"cancelled","attr_b57":"MV-Evergreen-01","prop_q50":926,"col_s52":"https://example.org/v1"}},"field_j65":"enterprise","dim_y22":{"field_y58":"cat_c","field_r89":956,"prop_k03":"foo","param_w69":[{"col_g78":"cat_a","attr_v78":"moored","param_d51":"di... |
TASK repair_structured_output
SPEC
FIELD credit_score.batch_code TYPE string REQUIRED no
FIELD credit_score.aligned_pct TYPE boolean REQUIRED yes
FIELD credit_score.brake_pressure TYPE integer REQUIRED no
FIELD credit_score.half_life.yield_pct TYPE string REQUIRED no
FIELD credit_score.half_life.features TYPE string V... | {"shift_code":"Jane","pressure_kpa":"https://www.com/v1","consignee":276.47,"log_level":false} | extra_field | {
"type": "object",
"properties": {
"credit_score": {
"type": "object",
"properties": {
"batch_code": {
"type": "string"
},
"aligned_pct": {
"type": "boolean"
},
"brake_pressure": {
"type": "integer"
},
"half_life"... | {"shift_code": "Jane", "pressure_kpa": "https://www.com/v1", "consignee": 276.47, "log_level": false, "extra_value_118": true} | Unknown field 'extra_value_118' not defined in schema | {"shift_code":"Jane","pressure_kpa":"https://www.com/v1","consignee":276.47,"log_level":false} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES success|error|warning|info REQUIRED no
FIELD position TYPE string VALUES active|inactive|pending REQUIRED no
FIELD tags TYPE number REQUIRED no
FIELD discount TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assig... | {"status_code":"warning","position":"inactive","tags":272.84,"discount":"https://data.org/v1"} | thought_process | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"position": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"status_code":"warning","position":"inactive","tags":272.84,"discount":"https://data.org/v1"} | Output contains chain-of-thought reasoning before JSON | {"status_code":"warning","position":"inactive","tags":272.84,"discount":"https://data.org/v1"} |
TASK repair_structured_output
SPEC
FIELD language TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD score TYPE null REQUIRED no
FIELD status TYPE string REQUIRED yes
FIELD transaction_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD strand TYPE string_date-time REQUIRED no
FIELD run_id T... | {"language":"mode_a","score":null,"status":"GRCh38","transaction_id":"draft","run_id":332,"balance":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"score": {
"type": "null"
},
"status": {
"type": "string"
},
"transaction_id": {
"type": "string",... | Tool: process_payment
Params: {"language": "mode_a", "score": null, "status": "GRCh38", "run_id": 332, "balance": true, "transaction_id_name": "draft"} | Agent used wrong parameter name 'transaction_id_name' instead of 'transaction_id' | {"language":"mode_a","score":null,"status":"GRCh38","transaction_id":"draft","run_id":332,"balance":true} |
TASK repair_structured_output
SPEC
FIELD attr_r68 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_o91 TYPE string_email REQUIRED yes
FIELD key_b54 TYPE boolean REQUIRED yes
FIELD val_q51.prop_r26 TYPE number REQUIRED yes
FIELD val_q51.field_q17 TYPE integer REQUIRED yes
FIELD val_q51.val_y37 TYPE int... | {"attr_r68":"large","param_o91":"ops@example.com","key_b54":false,"val_q51":{"prop_r26":150.61,"field_q17":722,"val_y37":920,"param_j81":false}} | single_quotes | {
"type": "object",
"properties": {
"attr_r68": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"param_o91": {
"type": "string",
"format": "email"
},
"key_b54": {
"type": "boolean"
},
"val_q51": {
... | {'attr_r68':'large','param_o91':'ops@example.com','key_b54':false,'val_q51':{'prop_r26':150.61,'field_q17':722,'val_y37':920,'param_j81':false}} | Expecting property name enclosed in double quotes | {"attr_r68":"large","param_o91":"ops@example.com","key_b54":false,"val_q51":{"prop_r26":150.61,"field_q17":722,"val_y37":920,"param_j81":false}} |
TASK repair_structured_output
SPEC
FIELD val_l55 TYPE string REQUIRED no
FIELD dim_b55 TYPE number REQUIRED no
FIELD col_x04.val_j15 TYPE string REQUIRED no
FIELD col_x04.key_l18 TYPE string_email REQUIRED no
FIELD col_x04.field_q87 TYPE number REQUIRED yes
FIELD col_x04.field_d28 TYPE string_uri REQUIRED no
FIELD col... | {"val_l55":"user@domain.com","dim_b55":854.62,"col_x04":{"val_j15":"https://api.example.com/v1","key_l18":"user@test.io","field_q87":301.33,"field_d28":"https://example.org/data","val_o77":{"attr_l00":"red","field_i38":[null]}}} | number_with_unit | {
"type": "object",
"properties": {
"val_l55": {
"type": "string"
},
"dim_b55": {
"type": "number"
},
"col_x04": {
"type": "object",
"properties": {
"val_j15": {
"type": "string"
},
"key_l18": {
"type": "string",
"form... | {"val_l55": "user@domain.com", "dim_b55": "854.62%", "col_x04": {"val_j15": "https://api.example.com/v1", "key_l18": "user@test.io", "field_q87": 301.33, "field_d28": "https://example.org/data", "val_o77": {"attr_l00": "red", "field_i38": [null]}}} | Field 'dim_b55' must be number, got string with unit | {"val_l55":"user@domain.com","dim_b55":854.62,"col_x04":{"val_j15":"https://api.example.com/v1","key_l18":"user@test.io","field_q87":301.33,"field_d28":"https://example.org/data","val_o77":{"attr_l00":"red","field_i38":[null]}}} |
TASK repair_structured_output
SPEC
FIELD val_w61 TYPE string REQUIRED no
FIELD key_u35.val_b06 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD key_u35.val_i11 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD key_u35.dim_q30 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD... | {"key_u35":{"val_b06":"type_c","val_i11":"type_f","dim_q30":"cat_b","dim_u18":335,"field_l12":"oceanic","prop_h04":"option_c"},"prop_t72":"2025-03-24T01:55:00Z","dim_x26":"REV","prop_n10":{"key_x20":null},"key_l17":"high"} | synonym_enum | {
"type": "object",
"properties": {
"val_w61": {
"type": "string"
},
"key_u35": {
"type": "object",
"properties": {
"val_b06": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"val_... | {"key_u35": {"val_b06": "type_c", "val_i11": "type_f", "dim_q30": "cat_b", "dim_u18": 335, "field_l12": "oceanic", "prop_h04": "option_c"}, "prop_t72": "2025-03-24T01:55:00Z", "dim_x26": "REV", "prop_n10": {"key_x20": null}, "key_l17": "urgent"} | Field 'key_l17' has synonym 'urgent' instead of valid enum value | {"key_u35":{"val_b06":"type_c","val_i11":"type_f","dim_q30":"cat_b","dim_u18":335,"field_l12":"oceanic","prop_h04":"option_c"},"prop_t72":"2025-03-24T01:55:00Z","dim_x26":"REV","prop_n10":{"key_x20":null},"key_l17":"high"} |
TASK repair_structured_output
SPEC
FIELD param_t48 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_p38 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_w90 TYPE integer REQUIRED yes
FIELD param_e93 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
The param_e9... | {"param_t48":"email","col_p38":"pending","dim_w90":613,"param_e93":"intermittent"} | partial_structure | {
"type": "object",
"properties": {
"param_t48": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"col_p38": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_w90":... | The param_e93 is intermittent and {"param_t48":"email","col_p38":"pending","dim_w90":613,"param_e93":"intermittent"} | Output mixes natural language with JSON | {"param_t48":"email","col_p38":"pending","dim_w90":613,"param_e93":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD col_y76 TYPE string_email REQUIRED yes
FIELD val_o46 TYPE null REQUIRED yes
FIELD prop_v59 TYPE boolean REQUIRED yes
FIELD attr_o77[] TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
Sure, here's the result:
{"col_y76":"info@domain.org","val_o46":null,"pro... | {"col_y76":"info@domain.org","val_o46":null,"prop_v59":true} | extra_text_before | {
"type": "object",
"properties": {
"col_y76": {
"type": "string",
"format": "email"
},
"val_o46": {
"type": "null"
},
"prop_v59": {
"type": "boolean"
},
"attr_o77": {
"type": "array",
"items": {
"type": "string",
"enum": [
"l... | Sure, here's the result:
{"col_y76":"info@domain.org","val_o46":null,"prop_v59":true} | Output contains non-JSON text before the object | {"col_y76":"info@domain.org","val_o46":null,"prop_v59":true} |
TASK repair_structured_output
SPEC
FIELD umi TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD title TYPE string VALUES active|inactive|pending REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD loan_amount TYPE boolean REQUIRED no
FIELD credit_score TYPE boolean REQUIRED yes
FIELD version TYPE ... | {"umi":"arctic","title":"active","chapter":"MV-Evergreen-01","loan_amount":true,"credit_score":true,"version":895} | agent_chain | {
"type": "object",
"properties": {
"umi": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"title": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"chapter"... | I need to look up the information first.
Action: filter_variants
Result: {"umi": "arctic", "title": "active", "loan_amount": true, "credit_score": true, "version": 895}
I'll query our database.
Action: send_email
Result: | Agent multi-step chain with truncated tool output | {"umi":"arctic","title":"active","chapter":"MV-Evergreen-01","loan_amount":true,"credit_score":true,"version":895} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE number REQUIRED no
FIELD cargo_type TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD shipper_ref TYPE boolean REQUIRED yes
FIELD allele TYPE string REQUIRED no
BROKEN_OUTPUT
I'll query our database.
<tool_call name="get_account">
{"cargo_type":"cat_b","shippe... | {"cargo_type":"cat_b","shipper_ref":true} | tool_call_text_mix | {
"type": "object",
"properties": {
"vessel_name": {
"type": "number"
},
"cargo_type": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"shipper_ref": {
"type": "boolean"
},
"allele": {
"type": "string"
}
},
"required": [
... | I'll query our database.
<tool_call name="get_account">
{"cargo_type":"cat_b","shipper_ref":true}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"cargo_type":"cat_b","shipper_ref":true} |
TASK repair_structured_output
SPEC
FIELD field_e93 TYPE boolean REQUIRED no
FIELD field_n79 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_g92 TYPE string VALUES active|inactive|pending REQUIRED no
BROKEN_OUTPUT
{'field_n79':'synonymous','val_g92':'active'} | {"field_n79":"synonymous","val_g92":"active"} | single_quotes | {
"type": "object",
"properties": {
"field_e93": {
"type": "boolean"
},
"field_n79": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"val_g92": {
"type": "string",
"enum": [
"active"... | {'field_n79':'synonymous','val_g92':'active'} | Expecting property name enclosed in double quotes | {"field_n79":"synonymous","val_g92":"active"} |
TASK repair_structured_output
SPEC
FIELD dim_z73 TYPE string REQUIRED yes
FIELD field_n12 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD key_m39 TYPE string REQUIRED yes
BROKEN_OUTPUT
process_payment(dim_z73='Paris', field_n12='cat_a', key_m39='REV') | {"dim_z73":"Paris","field_n12":"cat_a","key_m39":"REV"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_z73": {
"type": "string"
},
"field_n12": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"key_m39": {
"type": "string"
}
},
"required": [
"dim... | process_payment(dim_z73='Paris', field_n12='cat_a', key_m39='REV') | Tool call uses Python syntax instead of JSON | {"dim_z73":"Paris","field_n12":"cat_a","key_m39":"REV"} |
TASK repair_structured_output
SPEC
FIELD visible TYPE string REQUIRED yes
FIELD image_url TYPE integer REQUIRED yes
FIELD footnote TYPE string VALUES level_1|level_2|level_3 REQUIRED no
BROKEN_OUTPUT
{"visible":"Silva","image_url":110,"footnote":"level_1" | {"visible":"Silva","image_url":110,"footnote":"level_1"} | truncated_array | {
"type": "object",
"properties": {
"visible": {
"type": "string"
},
"image_url": {
"type": "integer"
},
"footnote": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
}
},
"required": [
"image_url",
"visible"
]... | {"visible":"Silva","image_url":110,"footnote":"level_1" | Unexpected end of JSON input — truncated object | {"visible":"Silva","image_url":110,"footnote":"level_1"} |
TASK repair_structured_output
SPEC
FIELD key_o39 TYPE number REQUIRED yes
FIELD prop_u79 TYPE integer REQUIRED no
FIELD key_r81 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD prop_i48.prop_p25 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD prop_i48.key_h77 TYPE string VALUES synonymous|missense|... | {"key_o39":320.54,"prop_u79":318,"key_r81":"level_2","prop_i48":{"prop_z18":"underway","field_f28":473.05,"field_m66":"quux","key_y00":191}} | extra_text_after | {
"type": "object",
"properties": {
"key_o39": {
"type": "number"
},
"prop_u79": {
"type": "integer"
},
"key_r81": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_i48": {
"type": "object",
"properties": {
"pr... | {"key_o39":320.54,"prop_u79":318,"key_r81":"level_2","prop_i48":{"prop_z18":"underway","field_f28":473.05,"field_m66":"quux","key_y00":191}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"key_o39":320.54,"prop_u79":318,"key_r81":"level_2","prop_i48":{"prop_z18":"underway","field_f28":473.05,"field_m66":"quux","key_y00":191}} |
TASK repair_structured_output
SPEC
FIELD prop_c48 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD attr_h46 TYPE string_date-time REQUIRED yes
FIELD val_q11.param_m68 TYPE string REQUIRED yes
FIELD val_q11.dim_b83 TYPE boolean REQUIRED no
FIELD val_q11.prop_r94.dim_s02 TYPE string_uri REQUIRED yes
FIELD v... | {"prop_c48":"inactive","attr_h46":"2021-02-21T18:54:00Z","val_q11":{"param_m68":"Berlin","prop_r94":{"dim_s02":"https://example.com/v1","attr_z36":"married","param_s50":false,"col_n06":"FWD","field_l52":null}},"val_d29":{"dim_r38":"new","prop_r22":"Santos","field_v65":"green","col_y85":"basic","key_p67":null,"val_b43":... | missing_brace | {
"type": "object",
"properties": {
"prop_c48": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"attr_h46": {
"type": "string",
"format": "date-time"
},
"val_q11": {
"type": "object",
"properties": {
"pa... | {"prop_c48":"inactive","attr_h46":"2021-02-21T18:54:00Z","val_q11":{"param_m68":"Berlin","prop_r94":"dim_s02":"https://example.com/v1","attr_z36":"married","param_s50":false,"col_n06":"FWD","field_l52":null}},"val_d29":{"dim_r38":"new","prop_r22":"Santos","field_v65":"green","col_y85":"basic","key_p67":null,"val_b43":6... | Missing closing brace | {"prop_c48":"inactive","attr_h46":"2021-02-21T18:54:00Z","val_q11":{"param_m68":"Berlin","prop_r94":{"dim_s02":"https://example.com/v1","attr_z36":"married","param_s50":false,"col_n06":"FWD","field_l52":null}},"val_d29":{"dim_r38":"new","prop_r22":"Santos","field_v65":"green","col_y85":"basic","key_p67":null,"val_b43":... |
TASK repair_structured_output
SPEC
FIELD position TYPE boolean REQUIRED yes
FIELD span_id TYPE boolean REQUIRED no
FIELD index TYPE number REQUIRED yes
FIELD reagent.build_status TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD reagent.order_id TYPE string VALUES synonymous|missense|nonsense|frameshift R... | {"position":true,"span_id":false,"index":382.46,"reagent":{"build_status":"pro","account_id":189,"frequency_hz":"QC-07"},"latitude":"Berlin","last_name":false,"notes":"2025-04-10T03:57:00Z"} | tool_call_bad_format | {
"type": "object",
"properties": {
"position": {
"type": "boolean"
},
"span_id": {
"type": "boolean"
},
"index": {
"type": "number"
},
"reagent": {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"enum": [
... | <functioncall> assign_berth
{position: true, span_id: false, index: 382.46, reagent: {build_status: "pro", account_id: 189, frequency_hz: "QC-07"}, latitude: "Berlin", last_name: false, notes: "2025-04-10T03:57:00Z"} | Tool call has malformed arguments — unquoted keys in function parameters | {"position":true,"span_id":false,"index":382.46,"reagent":{"build_status":"pro","account_id":189,"frequency_hz":"QC-07"},"latitude":"Berlin","last_name":false,"notes":"2025-04-10T03:57:00Z"} |
TASK repair_structured_output
SPEC
FIELD umi TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD account_id TYPE integer REQUIRED yes
FIELD amplitude TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"umi": "admin", "amplitude": "2025-07-17T10:04:00Z"} | {"umi":"admin","account_id":17,"amplitude":"2025-07-17T10:04:00Z"} | missing_required | {
"type": "object",
"properties": {
"umi": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"account_id": {
"type": "integer"
},
"amplitude": {
"type": "string",
"format": "date-time"
}
},
"required": [
"amplit... | {"umi": "admin", "amplitude": "2025-07-17T10:04:00Z"} | Required field 'account_id' is missing | {"umi":"admin","account_id":17,"amplitude":"2025-07-17T10:04:00Z"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE boolean REQUIRED no
FIELD step.crew_id TYPE string REQUIRED yes
FIELD step.full_name TYPE string REQUIRED no
FIELD step.altitude TYPE null REQUIRED no
FIELD step.type TYPE number REQUIRED no
FIELD step.last_name.pressure_kpa TYPE string VALUES USD|EUR|GBP|BRL|JPY ... | {"ph_level":false,"patient_id":{"total":"berthed","tile":"red","version":"Alice","run_id":"success","thumbnail":409,"website":"chrX","rating":"Charlie"},"title":true,"turbidity":"underway","allele":{"loan_amount":395,"annotation":364}} | tool_call_bad_format | {
"type": "object",
"properties": {
"ph_level": {
"type": "boolean"
},
"step": {
"type": "object",
"properties": {
"crew_id": {
"type": "string"
},
"full_name": {
"type": "string"
},
"altitude": {
"type": "null"
... | <functioncall> query_port_status
{ph_level: false, patient_id: {total: "berthed", tile: "red", version: "Alice", run_id: "success", thumbnail: 409, website: "chrX", rating: "Charlie"}, title: true, turbidity: "underway", allele: {loan_amount: 395, annotation: 364}} | Tool call has malformed arguments — unquoted keys in function parameters | {"ph_level":false,"patient_id":{"total":"berthed","tile":"red","version":"Alice","run_id":"success","thumbnail":409,"website":"chrX","rating":"Charlie"},"title":true,"turbidity":"underway","allele":{"loan_amount":395,"annotation":364}} |
TASK repair_structured_output
SPEC
FIELD dim_p07 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_y80 TYPE null REQUIRED no
FIELD field_a10 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"dim_p07":"intermittent","dim_y80":null,"field_a10":901,} | {"dim_p07":"intermittent","dim_y80":null,"field_a10":901} | trailing_comma | {
"type": "object",
"properties": {
"dim_p07": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_y80": {
"type": "null"
},
"field_a10": {
"type": "integer"
}
},
"required": [
"field_a10",
"dim_p07"... | {"dim_p07":"intermittent","dim_y80":null,"field_a10":901,} | Unexpected trailing comma | {"dim_p07":"intermittent","dim_y80":null,"field_a10":901} |
TASK repair_structured_output
SPEC
FIELD col_i02 TYPE integer REQUIRED no
FIELD attr_t79 TYPE string_uri REQUIRED no
FIELD field_j21 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"col_i02":371,"attr_t79":"https://data.io/data","field_j21":217} | {"col_i02":371,"attr_t79":"https://data.io/data","field_j21":217} | missing_bracket | {
"type": "object",
"properties": {
"col_i02": {
"type": "integer"
},
"attr_t79": {
"type": "string",
"format": "uri"
},
"field_j21": {
"type": "integer"
}
},
"required": [
"field_j21"
]
} | {"col_i02":371,"attr_t79":"https://data.io/data","field_j21":217} | Missing closing bracket | {"col_i02":371,"attr_t79":"https://data.io/data","field_j21":217} |
TASK repair_structured_output
SPEC
FIELD key_h49 TYPE number REQUIRED yes
FIELD prop_m86.field_s88 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD prop_m86.prop_u39 TYPE number REQUIRED no
FIELD prop_m86.col_v13 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_m86.prop_s40 TYPE... | {"key_h49":735.04,"prop_m86":{"field_s88":"cat_b","prop_u39":886.96,"prop_s40":"cat_f","prop_a94":411},"field_s66":"type_a"} | truncated_object | {
"type": "object",
"properties": {
"key_h49": {
"type": "number"
},
"prop_m86": {
"type": "object",
"properties": {
"field_s88": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
... | {"key_h49":735.04,"prop_m86":{"field_s88":"cat_b","prop_u39":886.96,"prop_s40":"cat_f","prop_a94":411},"field_s66":"type_a" | Unexpected end of JSON input — truncated object | {"key_h49":735.04,"prop_m86":{"field_s88":"cat_b","prop_u39":886.96,"prop_s40":"cat_f","prop_a94":411},"field_s66":"type_a"} |
TASK repair_structured_output
SPEC
FIELD col_b28 TYPE string REQUIRED yes
FIELD key_w94 TYPE string_date-time REQUIRED no
FIELD col_w79 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"col_b28": "https://example.com", "key_w94": "2023-05-24T22:52:00", "col_w79": 201} | {"col_b28":"https://example.com","key_w94":"2023-05-24T22:52:00Z","col_w79":201} | date_format_error | {
"type": "object",
"properties": {
"col_b28": {
"type": "string"
},
"key_w94": {
"type": "string",
"format": "date-time"
},
"col_w79": {
"type": "integer"
}
},
"required": [
"col_b28"
]
} | {"col_b28": "https://example.com", "key_w94": "2023-05-24T22:52:00", "col_w79": 201} | Field 'key_w94' has invalid date format | {"col_b28":"https://example.com","key_w94":"2023-05-24T22:52:00Z","col_w79":201} |
TASK repair_structured_output
SPEC
FIELD val_y99.field_y23 TYPE null REQUIRED no
FIELD val_y99.key_q69 TYPE string_date-time REQUIRED no
FIELD val_y99.field_s08[] TYPE null REQUIRED no
FIELD val_y99.prop_t71[] TYPE string REQUIRED yes
FIELD attr_m28 TYPE string_date-time REQUIRED yes
FIELD prop_r37 TYPE string VALUES ... | {"val_y99":{"field_y23":null,"field_s08":[null],"prop_t71":["active","London"]},"attr_m28":"2022-10-22T00:52:00Z"} | missing_brace | {
"type": "object",
"properties": {
"val_y99": {
"type": "object",
"properties": {
"field_y23": {
"type": "null"
},
"key_q69": {
"type": "string",
"format": "date-time"
},
"field_s08": {
"type": "array",
"items... | {"val_y99":{"field_y23":null,"field_s08":[null],"prop_t71":["active","London"],"attr_m28":"2022-10-22T00:52:00Z"} | Missing closing brace | {"val_y99":{"field_y23":null,"field_s08":[null],"prop_t71":["active","London"]},"attr_m28":"2022-10-22T00:52:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_m27.param_c06.prop_i98 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD prop_m27.param_c06.col_q21 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_m27.param_c06.field_m98 TYPE string VALUES pending_review|confirmed|rejected|escala... | {"prop_m27":{"param_c06":{"prop_i98":"viewer","col_q21":"nonsense","field_m98":"rejected"},"attr_r38":"pending_review","param_j03":"Oliveira","col_t05":"2026-07-18T09:58:00Z","key_l55":true,"attr_t84":{"col_l93":684,"prop_j96":"offline","val_e93":"divorced","prop_p56":null},"field_s35":"Smith"},"col_c00":"email","key_g... | thought_process | {
"type": "object",
"properties": {
"prop_m27": {
"type": "object",
"properties": {
"param_c06": {
"type": "object",
"properties": {
"prop_i98": {
"type": "string",
"enum": [
"admin",
"editor",
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"prop_m27":{"param_c06":{"prop_i98":"viewer","col_q21":"nonsense","field_m98":"rejected"},"attr_r38":"pending_review","param_j03":"Oliveira","col_t05":"2026-07-18T09:58:00Z","key_l55":true,"attr_t84":{"col_l93":684,... | Output contains chain-of-thought reasoning before JSON | {"prop_m27":{"param_c06":{"prop_i98":"viewer","col_q21":"nonsense","field_m98":"rejected"},"attr_r38":"pending_review","param_j03":"Oliveira","col_t05":"2026-07-18T09:58:00Z","key_l55":true,"attr_t84":{"col_l93":684,"prop_j96":"offline","val_e93":"divorced","prop_p56":null},"field_s35":"Smith"},"col_c00":"email","key_g... |
TASK repair_structured_output
SPEC
FIELD discount TYPE null REQUIRED yes
FIELD image_url TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD span_id.throttle_pos TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD span_id.comments TYPE string REQUIRED yes
FIELD span_id.amplitude TYPE null RE... | {"discount":null,"span_id":{"throttle_pos":"inland","comments":"Sao Paulo","priority":null,"build_status":null,"visible":"https://api.com/v1","interest_rate":"ops@test.io","dosage":"green"}} | missing_brace | {
"type": "object",
"properties": {
"discount": {
"type": "null"
},
"image_url": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"span_id": {
"type": "object",
"properties": {
"throttl... | "discount":null,"span_id":{"throttle_pos":"inland","comments":"Sao Paulo","priority":null,"build_status":null,"visible":"https://api.com/v1","interest_rate":"ops@test.io","dosage":"green"}} | Missing closing brace | {"discount":null,"span_id":{"throttle_pos":"inland","comments":"Sao Paulo","priority":null,"build_status":null,"visible":"https://api.com/v1","interest_rate":"ops@test.io","dosage":"green"}} |
TASK repair_structured_output
SPEC
FIELD col_g59 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_m37 TYPE integer REQUIRED no
FIELD attr_q96 TYPE string_date-time REQUIRED no
FIELD val_z58.col_m24.prop_n52 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD val_z58.col_m24.attr_h53 ... | {"attr_m37":478,"attr_q96":"2023-02-07T03:07:00Z","val_z58":{"prop_q16":true,"key_a87":531,"field_q16":17.83,"prop_z10":{"dim_q42":"info","key_p75":"Paris","field_p74":878,"field_x60":"New York","dim_t38":"in_progress"},"col_y95":"published"},"param_y86":"user@example.com","col_e55":false,"field_m64":{"key_t90":"Berlin... | tool_call_bad_format | {
"type": "object",
"properties": {
"col_g59": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"attr_m37": {
"type": "integer"
},
"attr_q96": {
"type": "string",
"format": "date-time"
},
"val_z58": {
"t... | <functioncall> get_inventory
{attr_m37: 478, attr_q96: "2023-02-07T03:07:00Z", val_z58: {prop_q16: true, key_a87: 531, field_q16: 17.83, prop_z10: {dim_q42: "info", key_p75: "Paris", field_p74: 878, field_x60: "New York", dim_t38: "in_progress"}, col_y95: "published"}, param_y86: "user@example.com", col_e55: false, fie... | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_m37":478,"attr_q96":"2023-02-07T03:07:00Z","val_z58":{"prop_q16":true,"key_a87":531,"field_q16":17.83,"prop_z10":{"dim_q42":"info","key_p75":"Paris","field_p74":878,"field_x60":"New York","dim_t38":"in_progress"},"col_y95":"published"},"param_y86":"user@example.com","col_e55":false,"field_m64":{"key_t90":"Berlin... |
TASK repair_structured_output
SPEC
FIELD address TYPE number REQUIRED no
FIELD visible TYPE null REQUIRED yes
FIELD shift_code[].vital_sign TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD shift_code[].items TYPE string REQUIRED yes
FIELD shift_code[].count TYPE string VALUES level_1|l... | {"address":835.07,"visible":null,"shift_code":[{"items":"sample","count":"level_4"},{"vital_sign":"option_d","items":"FWD","count":"level_5"},{"items":"2023-12-25","count":"level_2"}]} | agent_chain | {
"type": "object",
"properties": {
"address": {
"type": "number"
},
"visible": {
"type": "null"
},
"shift_code": {
"type": "array",
"items": {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: validate_address
Result: {"address": 835.07, "shift_code": [{"items": "sample", "count": "level_4"}, {"vital_sign": "option_d", "items": "FWD", "count": "level_5"}, {"items": "2023-12-25", "count": "level_2"}]}
Processing the request now.
Action: create_ticket
Result: | Agent multi-step chain with truncated tool output | {"address":835.07,"visible":null,"shift_code":[{"items":"sample","count":"level_4"},{"vital_sign":"option_d","items":"FWD","count":"level_5"},{"items":"2023-12-25","count":"level_2"}]} |
TASK repair_structured_output
SPEC
FIELD dim_s41 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_v56 TYPE number REQUIRED yes
FIELD param_g20 TYPE string REQUIRED no
FIELD val_h13 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
BROKEN_OUTPUT
Based on your request, here is t... | {"dim_s41":"pro","prop_v56":591.01,"param_g20":"London","val_h13":"offline"} | extra_text_before | {
"type": "object",
"properties": {
"dim_s41": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_v56": {
"type": "number"
},
"param_g20": {
"type": "string"
},
"val_h13": {
"type": "string",
... | Based on your request, here is the data:
{"dim_s41":"pro","prop_v56":591.01,"param_g20":"London","val_h13":"offline"} | Output contains non-JSON text before the object | {"dim_s41":"pro","prop_v56":591.01,"param_g20":"London","val_h13":"offline"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD bearing TYPE boolean REQUIRED no
FIELD feedback.enabled TYPE string REQUIRED yes
FIELD feedback.notes TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD feed... | {"quality_score":"level_2","bearing":false,"feedback":{"enabled":"QC-07","notes":"mode_e","comments":true},"credit_score":"option_c","hazmat_code":"https://www.io/api","subject":"2021-08-24T13:27:00Z"} | single_quotes | {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"bearing": {
"type": "boolean"
},
"feedback": {
"type": "object",... | {'quality_score':'level_2','bearing':false,'feedback':{'enabled':'QC-07','notes':'mode_e','comments':true},'credit_score':'option_c','hazmat_code':'https://www.io/api','subject':'2021-08-24T13:27:00Z'} | Expecting property name enclosed in double quotes | {"quality_score":"level_2","bearing":false,"feedback":{"enabled":"QC-07","notes":"mode_e","comments":true},"credit_score":"option_c","hazmat_code":"https://www.io/api","subject":"2021-08-24T13:27:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_s62 TYPE string_email REQUIRED no
FIELD col_o30.attr_k59 TYPE string REQUIRED yes
FIELD col_o30.prop_l10.col_z11 TYPE string REQUIRED yes
FIELD col_o30.prop_l10.val_j32 TYPE integer REQUIRED no
FIELD col_o30.prop_l10.field_t97 TYPE string VALUES pending_review|confirmed|rej... | {"val_s62":"admin@test.io","col_o30":{"attr_k59":"chr1","prop_l10":{"col_z11":"world","val_j32":362,"field_t97":"confirmed","prop_i96":"Maria"},"key_p38":false,"col_t52":"level_4","col_s51":false,"prop_b76":"A short description."},"val_k17":"synonymous"} | thought_process | {
"type": "object",
"properties": {
"val_s62": {
"type": "string",
"format": "email"
},
"col_o30": {
"type": "object",
"properties": {
"attr_k59": {
"type": "string"
},
"prop_l10": {
"type": "object",
"properties": {
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"val_s62":"admin@test.io","col_o30":{"attr_k59":"chr1","prop_l10":{"col_z11":"world","val_j32":362,"field_t97":"confirmed","prop_i96":"Maria"},"key_p38":false,"col_t52":"level_4","col_s51":false,"pro... | Output contains chain-of-thought reasoning before JSON | {"val_s62":"admin@test.io","col_o30":{"attr_k59":"chr1","prop_l10":{"col_z11":"world","val_j32":362,"field_t97":"confirmed","prop_i96":"Maria"},"key_p38":false,"col_t52":"level_4","col_s51":false,"prop_b76":"A short description."},"val_k17":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD values TYPE number REQUIRED yes
FIELD wavelength TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD length TYPE number REQUIRED yes
FIELD url[].annotation TYPE string REQUIRED no
FIELD url[].order_id TYPE number REQUIRED no
FIELD url[].quality_score ... | {"values":885.11,"wavelength":"operational","length":949.8} | trailing_comma | {
"type": "object",
"properties": {
"values": {
"type": "number"
},
"wavelength": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"length": {
"type": "number"
},
"url": {
"type": "a... | {"values":885.11,"wavelength":"operational","length":949.8,} | Unexpected trailing comma | {"values":885.11,"wavelength":"operational","length":949.8} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED yes
FIELD log_level TYPE string_email REQUIRED no
FIELD width TYPE string_uri REQUIRED no
FIELD size TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD isotope TYPE boolean REQUIRED no
FIELD step TYPE string REQUIRED yes
FIELD ward... | {"conductivity":"baz","log_level":"user@test.io","width":"https://example.com/v1","isotope":true,"step":"Santos"} | boolean_as_string | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"log_level": {
"type": "string",
"format": "email"
},
"width": {
"type": "string",
"format": "uri"
},
"size": {
"type": "string",
"enum": [
"red",
"blue",
... | {"conductivity": "baz", "log_level": "user@test.io", "width": "https://example.com/v1", "isotope": "True", "step": "Santos"} | Field 'isotope' must be boolean, got string | {"conductivity":"baz","log_level":"user@test.io","width":"https://example.com/v1","isotope":true,"step":"Santos"} |
TASK repair_structured_output
SPEC
FIELD field_o27 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_p59 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD attr_m27 TYPE string REQUIRED yes
FIELD key_d33 TYPE string_date-time REQUIRED yes
FIELD dim_g35 TYPE number REQUIRED yes
FIELD fiel... | {"field_o27":"anchored","key_p59":"mode_b","attr_m27":"baz","key_d33":"2024-11-15T20:21:00Z","dim_g35":664.73} | null_required | {
"type": "object",
"properties": {
"field_o27": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_p59": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"... | {"field_o27": "anchored", "key_p59": "mode_b", "attr_m27": "baz", "key_d33": "2024-11-15T20:21:00Z", "dim_g35": null} | Required field 'dim_g35' is null | {"field_o27":"anchored","key_p59":"mode_b","attr_m27":"baz","key_d33":"2024-11-15T20:21:00Z","dim_g35":664.73} |
TASK repair_structured_output
SPEC
FIELD key_c67 TYPE string REQUIRED yes
FIELD attr_t45 TYPE boolean REQUIRED yes
FIELD dim_c66 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_o94 TYPE null REQUIRED yes
FIELD key_l91.dim_k86 TYPE string REQUIRED yes
FIELD key_l91.dim_x32 TYPE string V... | {"key_c67":"QC-07","attr_t45":false,"dim_c66":"missense","key_o94":null,"key_l91":{"dim_k86":"Luis","dim_x32":"option_a"}} | missing_required | {
"type": "object",
"properties": {
"key_c67": {
"type": "string"
},
"attr_t45": {
"type": "boolean"
},
"dim_c66": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_o94": {
"type"... | {"key_c67": "QC-07", "attr_t45": false, "dim_c66": "missense", "key_l91": {"dim_k86": "Luis", "dim_x32": "option_a"}} | Required field 'key_o94' is missing | {"key_c67":"QC-07","attr_t45":false,"dim_c66":"missense","key_o94":null,"key_l91":{"dim_k86":"Luis","dim_x32":"option_a"}} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD role TYPE string_uri REQUIRED yes
FIELD phone TYPE string VALUES draft|published|archived REQUIRED yes
BROKEN_OUTPUT
{"first_name": "hemizygous", "role": "https://example.org/v1", "phone": "inva... | {"first_name":"hemizygous","role":"https://example.org/v1","phone":"archived"} | invalid_enum | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"role": {
"type": "string",
"format": "uri"
},
"phone": {
"type": "string",
"enum": [
"draft",... | {"first_name": "hemizygous", "role": "https://example.org/v1", "phone": "invalid_value_391"} | Field 'phone' has invalid enum value 'invalid_value_391', expected one of ['draft', 'published', 'archived'] | {"first_name":"hemizygous","role":"https://example.org/v1","phone":"archived"} |
TASK repair_structured_output
SPEC
FIELD attr_u68 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD col_r31 TYPE string REQUIRED yes
FIELD val_n76 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
BROKEN_OUTPUT
```json
{"attr_u68":"frameshift","col_r31":"New York","val_n76... | {"attr_u68":"frameshift","col_r31":"New York","val_n76":"mode_b"} | markdown_fences | {
"type": "object",
"properties": {
"attr_u68": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"col_r31": {
"type": "string"
},
"val_n76": {
"type": "string",
"enum": [
"mode_a",
... | ```json
{"attr_u68":"frameshift","col_r31":"New York","val_n76":"mode_b"}
``` | Output contains markdown code fences | {"attr_u68":"frameshift","col_r31":"New York","val_n76":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD collateral.allele TYPE string REQUIRED yes
FIELD collateral.altitude TYPE string REQUIRED no
FIELD collateral.half_life TYPE boolean REQUIRED yes
FIELD collateral.port_code TYPE string REQUIRED yes
FIELD collateral.length.state TYPE number REQUIRED yes
FIELD collateral.length.e... | {"collateral":{"allele":"2023-12-25","altitude":"foo","half_life":true,"port_code":"Oliveira"},"status_code":"Luis","reagent":"qux","quality_score":"demo","url":{"values":null,"language":"https://api.com/data","bed_number":"missense","published":"Silva","title":690,"humidity_pct":"Maria"}} | missing_bracket | {
"type": "object",
"properties": {
"collateral": {
"type": "object",
"properties": {
"allele": {
"type": "string"
},
"altitude": {
"type": "string"
},
"half_life": {
"type": "boolean"
},
"port_code": {
"... | {"collateral":{"allele":"2023-12-25","altitude":"foo","half_life":true,"port_code":"Oliveira"},"status_code":"Luis","reagent":"qux","quality_score":"demo","url":{"values":null,"language":"https://api.com/data","bed_number":"missense","published":"Silva","title":690,"humidity_pct":"Maria"}} | Missing closing bracket | {"collateral":{"allele":"2023-12-25","altitude":"foo","half_life":true,"port_code":"Oliveira"},"status_code":"Luis","reagent":"qux","quality_score":"demo","url":{"values":null,"language":"https://api.com/data","bed_number":"missense","published":"Silva","title":690,"humidity_pct":"Maria"}} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE boolean REQUIRED no
FIELD status TYPE integer REQUIRED no
FIELD country TYPE boolean REQUIRED yes
FIELD website TYPE string_date-time REQUIRED yes
FIELD notes.diagnosis_code TYPE integer REQUIRED yes
FIELD notes.reagent TYPE integer REQUIRED yes
FIELD notes.type... | {"country":true,"website":"2020-05-23T06:01:00Z","notes":{"diagnosis_code":522,"reagent":456,"type":{"weight":"quux","updated_at":"active","end_date":103,"country":"Alice"},"hazmat_code":{"score":"active","invoice_id":true,"throttle_pos":"This is a test value.","weight":"test@domain.org"},"timezone":514.44},"altitude":... | agent_chain | {
"type": "object",
"properties": {
"product_id": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"country": {
"type": "boolean"
},
"website": {
"type": "string",
"format": "date-time"
},
"notes": {
"type": "object",
"properties":... | I need to look up the information first.
Action: calculate_price
Result: {"country": true, "website": "2020-05-23T06:01:00Z", "notes": {"diagnosis_code": 522, "reagent": 456, "type": {"weight": "quux", "updated_at": "active", "end_date": 103, "country": "Alice"}, "hazmat_code": {"score": "active", "invoice_id": true, "... | Agent multi-step chain with truncated tool output | {"country":true,"website":"2020-05-23T06:01:00Z","notes":{"diagnosis_code":522,"reagent":456,"type":{"weight":"quux","updated_at":"active","end_date":103,"country":"Alice"},"hazmat_code":{"score":"active","invoice_id":true,"throttle_pos":"This is a test value.","weight":"test@domain.org"},"timezone":514.44},"altitude":... |
TASK repair_structured_output
SPEC
FIELD enabled TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD phone TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD throttle_pos TYPE string REQUIRED yes
FIELD index TYPE string VALUES synonymous|missense|nonsense|framesh... | {"enabled":"rejected","throttle_pos":"Smith","index":"synonymous"} | markdown_explanation | {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"phone": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | Sure, here's the result:
```json
{"enabled":"rejected","throttle_pos":"Smith","index":"synonymous"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"enabled":"rejected","throttle_pos":"Smith","index":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD attr_i02 TYPE string REQUIRED no
FIELD dim_p61 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD attr_r22 TYPE integer REQUIRED yes
FIELD field_q28[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
I'll validate against t... | {"dim_p61":"level_1","attr_r22":658,"field_q28":[824,388,155]} | thought_process | {
"type": "object",
"properties": {
"attr_i02": {
"type": "string"
},
"dim_p61": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"attr_r22": {
"type": "integer"
}... | Processing the request now.
I'll validate against the schema.
{"dim_p61":"level_1","attr_r22":658,"field_q28":[824,388,155]} | Output contains chain-of-thought reasoning before JSON | {"dim_p61":"level_1","attr_r22":658,"field_q28":[824,388,155]} |
TASK repair_structured_output
SPEC
FIELD tags TYPE integer REQUIRED no
FIELD footnote TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD status_code[] TYPE boolean REQUIRED no
FIELD barcode[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"tags":269,"status_code":[false],"barcode":[515,487,224,243]}
``` | {"tags":269,"status_code":[false],"barcode":[515,487,224,243]} | markdown_fences | {
"type": "object",
"properties": {
"tags": {
"type": "integer"
},
"footnote": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"status_code": {
"type": "array",
"items": {
"type": "boolean"
... | ```json
{"tags":269,"status_code":[false],"barcode":[515,487,224,243]}
``` | Output contains markdown code fences | {"tags":269,"status_code":[false],"barcode":[515,487,224,243]} |
TASK repair_structured_output
SPEC
FIELD val_p32 TYPE integer REQUIRED no
FIELD attr_u92 TYPE string REQUIRED no
FIELD param_h00 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_p87 TYPE string VALUES type_a|type_b REQUIRED no
FIELD prop_e88 TYPE string VALUES option_a|option_b REQUI... | {"val_p32":992,"attr_u92":"active","param_h00":"frameshift"} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_p32": {
"type": "integer"
},
"attr_u92": {
"type": "string"
},
"param_h00": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"field_p87": {
"t... | <functioncall> update_record
{val_p32: 992, attr_u92: "active", param_h00: "frameshift"} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_p32":992,"attr_u92":"active","param_h00":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD discount TYPE string REQUIRED yes
FIELD bearing TYPE string REQUIRED yes
FIELD catalyst TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD ward TYPE integer REQUIRED yes
BROKEN_OUTPUT
{discount:"Hapag-Lloyd-Express",bearing:"REV",catalyst:"moored",ward:909} | {"discount":"Hapag-Lloyd-Express","bearing":"REV","catalyst":"moored","ward":909} | unquoted_keys | {
"type": "object",
"properties": {
"discount": {
"type": "string"
},
"bearing": {
"type": "string"
},
"catalyst": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"ward": {
"type": "integer... | {discount:"Hapag-Lloyd-Express",bearing:"REV",catalyst:"moored",ward:909} | Expecting property name enclosed in double quotes | {"discount":"Hapag-Lloyd-Express","bearing":"REV","catalyst":"moored","ward":909} |
TASK repair_structured_output
SPEC
FIELD dim_n00 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_b42 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_f33 TYPE integer REQUIRED no
FIELD prop_v53.val_z91 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_v53.attr_a97 ... | {"dim_n00":"unstable","key_b42":"USD","prop_v53":{"val_z91":"critical","attr_a97":372},"val_b91":"bar","val_a87":"test","val_i39":"demo","key_y44":true} | thought_process | {
"type": "object",
"properties": {
"dim_n00": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_b42": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"dim_n00":"unstable","key_b42":"USD","prop_v53":{"val_z91":"critical","attr_a97":372},"val_b91":"bar","val_a87":"test","val_i39":"demo","key_y44":true} | Output contains chain-of-thought reasoning before JSON | {"dim_n00":"unstable","key_b42":"USD","prop_v53":{"val_z91":"critical","attr_a97":372},"val_b91":"bar","val_a87":"test","val_i39":"demo","key_y44":true} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string REQUIRED no
FIELD yield_pct TYPE integer REQUIRED yes
FIELD lane[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{vital_sign:"completed",yield_pct:381,lane:[true,false,false,false]} | {"vital_sign":"completed","yield_pct":381,"lane":[true,false,false,false]} | unquoted_keys | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string"
},
"yield_pct": {
"type": "integer"
},
"lane": {
"type": "array",
"items": {
"type": "boolean"
}
}
},
"required": [
"lane",
"yield_pct"
]
} | {vital_sign:"completed",yield_pct:381,lane:[true,false,false,false]} | Expecting property name enclosed in double quotes | {"vital_sign":"completed","yield_pct":381,"lane":[true,false,false,false]} |
TASK repair_structured_output
SPEC
FIELD val_i02 TYPE string REQUIRED yes
FIELD field_o05 TYPE string REQUIRED no
FIELD param_o40 TYPE string REQUIRED yes
FIELD field_j04 TYPE string REQUIRED yes
FIELD prop_p05 TYPE string REQUIRED yes
BROKEN_OUTPUT
search(val_i02='example', field_o05='example', param_o40='Diana', fi... | {"val_i02":"example","field_o05":"example","param_o40":"Diana","field_j04":"pending","prop_p05":"hello"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_i02": {
"type": "string"
},
"field_o05": {
"type": "string"
},
"param_o40": {
"type": "string"
},
"field_j04": {
"type": "string"
},
"prop_p05": {
"type": "string"
}
},
"required": [
"field_j04",
... | search(val_i02='example', field_o05='example', param_o40='Diana', field_j04='pending', prop_p05='hello') | Tool call uses Python syntax instead of JSON | {"val_i02":"example","field_o05":"example","param_o40":"Diana","field_j04":"pending","prop_p05":"hello"} |
TASK repair_structured_output
SPEC
FIELD col_p59 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD dim_w99 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_i74 TYPE number REQUIRED no
FIELD dim_h63 TYPE string_date-time REQUIRED no
FIELD dim_w76 TYPE string REQUIRED no
FIELD prop_t41 ... | {"col_p59":"inland","dim_w99":"large","dim_h63":"2022-12-12T01:48:00Z","dim_w76":"Charlie","prop_t41":"approved","attr_s42":40} | single_quotes | {
"type": "object",
"properties": {
"col_p59": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"dim_w99": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}... | {'col_p59':'inland','dim_w99':'large','dim_h63':'2022-12-12T01:48:00Z','dim_w76':'Charlie','prop_t41':'approved','attr_s42':40} | Expecting property name enclosed in double quotes | {"col_p59":"inland","dim_w99":"large","dim_h63":"2022-12-12T01:48:00Z","dim_w76":"Charlie","prop_t41":"approved","attr_s42":40} |
TASK repair_structured_output
SPEC
FIELD dim_j93 TYPE number REQUIRED no
FIELD key_k81 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_f50 TYPE string_uri REQUIRED yes
FIELD col_n74 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_p01 TYPE number REQUIRED no
FIELD param_r88 T... | {"key_k81":"intermittent","dim_f50":"https://example.com/v1","param_r88":true} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_j93": {
"type": "number"
},
"key_k81": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_f50": {
"type": "string",
"format": "uri"
},
"col_n74": {
"type... | I need to look up the information first.
Action: update_preferences
Arguments: {"key_k81": "intermittent", "param_r88": true} | Agent tool call missing required parameter 'dim_f50' | {"key_k81":"intermittent","dim_f50":"https://example.com/v1","param_r88":true} |
TASK repair_structured_output
SPEC
FIELD key_b68 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD field_q27 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD attr_a34 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_b60 TYPE string REQUIRED no
FIELD field_c39 TYPE string ... | {"key_b68":"level_2","field_q27":"type_b","field_c39":"Oliveira"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_b68": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"field_q27": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"... | Tool: process_payment
Params: {"field_q27": "type_b", "field_c39": "Oliveira", "key_b68_value": "level_2"} | Agent used wrong parameter name 'key_b68_value' instead of 'key_b68' | {"key_b68":"level_2","field_q27":"type_b","field_c39":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD ph_level.chapter TYPE number REQUIRED yes
FIELD ph_level.currency TYPE string REQUIRED yes
FIELD ph_level.discount TYPE boolean REQUIRED no
FIELD label TYPE string_uri REQUIRED yes
FIELD torque_output TYPE boolean REQUIRED no
FIELD bed_number TYPE string REQUIRED no
FIELD lane ... | {"ph_level":{"chapter":525.73,"currency":"inactive","discount":false},"label":"https://www.io/data","lane":"bar"} | agent_chain | {
"type": "object",
"properties": {
"ph_level": {
"type": "object",
"properties": {
"chapter": {
"type": "number"
},
"currency": {
"type": "string"
},
"discount": {
"type": "boolean"
}
},
"required": [
... | Let me check the system.
Action: calculate_docking_fee
Result: {"label": "https://www.io/data", "lane": "bar"}
I'll query our database.
Action: calculate_docking_fee
Result: | Agent multi-step chain with truncated tool output | {"ph_level":{"chapter":525.73,"currency":"inactive","discount":false},"label":"https://www.io/data","lane":"bar"} |
TASK repair_structured_output
SPEC
FIELD val_b17 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_a63 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD prop_q77 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_a10 TYPE integer REQUIRED yes
... | {"val_b17":"unstable","val_a63":"option_b","prop_q77":"cat_a","param_a10":395,"val_d32":381,"param_k72":"world","val_g92":false} | boolean_as_string | {
"type": "object",
"properties": {
"val_b17": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_a63": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | {"val_b17": "unstable", "val_a63": "option_b", "prop_q77": "cat_a", "param_a10": 395, "val_d32": 381, "param_k72": "world", "val_g92": "no"} | Field 'val_g92' must be boolean, got string | {"val_b17":"unstable","val_a63":"option_b","prop_q77":"cat_a","param_a10":395,"val_d32":381,"param_k72":"world","val_g92":false} |
TASK repair_structured_output
SPEC
FIELD prop_y83 TYPE string REQUIRED yes
FIELD val_l15 TYPE number REQUIRED yes
FIELD field_w35.col_i67 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_w35.val_h54 TYPE boolean REQUIRED no
FIELD field_w35.field_g80 TYPE string_uri REQUIRED yes
FIELD field_w35.val_v16[] ... | {"prop_y83":"test","val_l15":440.82,"field_w35":{"val_h54":false,"field_g80":"https://example.com/api","val_v16":["mode_d","mode_c","mode_a"],"prop_k47":[{"val_s64":784.05,"field_g47":"demo","col_k15":"warning"},{"val_s64":399.37,"field_g47":"chrX","col_k15":"success","param_y60":"new"},{"val_s64":761.28,"field_g47":"e... | missing_bracket | {
"type": "object",
"properties": {
"prop_y83": {
"type": "string"
},
"val_l15": {
"type": "number"
},
"field_w35": {
"type": "object",
"properties": {
"col_i67": {
"type": "string",
"enum": [
"admin",
"editor",
... | {"prop_y83":"test","val_l15":440.82,"field_w35":{"val_h54":false,"field_g80":"https://example.com/api","val_v16":"mode_d","mode_c","mode_a"],"prop_k47":[{"val_s64":784.05,"field_g47":"demo","col_k15":"warning"},{"val_s64":399.37,"field_g47":"chrX","col_k15":"success","param_y60":"new"},{"val_s64":761.28,"field_g47":"ex... | Missing closing bracket | {"prop_y83":"test","val_l15":440.82,"field_w35":{"val_h54":false,"field_g80":"https://example.com/api","val_v16":["mode_d","mode_c","mode_a"],"prop_k47":[{"val_s64":784.05,"field_g47":"demo","col_k15":"warning"},{"val_s64":399.37,"field_g47":"chrX","col_k15":"success","param_y60":"new"},{"val_s64":761.28,"field_g47":"e... |
TASK repair_structured_output
SPEC
FIELD prop_t32.field_q89 TYPE string_date-time REQUIRED no
FIELD prop_t32.val_p87 TYPE number REQUIRED yes
FIELD prop_t32.attr_s91 TYPE number REQUIRED yes
FIELD prop_t32.val_q45 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_t32.prop_q52 TYPE string REQUIRED... | {"prop_t32":{"val_p87":713.71,"attr_s91":645.01,"val_q45":"arctic","prop_q52":"Santos","val_r19":662},"param_b08":"high","field_j52":"divorced","dim_g62":"Diana"} | synonym_enum | {
"type": "object",
"properties": {
"prop_t32": {
"type": "object",
"properties": {
"field_q89": {
"type": "string",
"format": "date-time"
},
"val_p87": {
"type": "number"
},
"attr_s91": {
"type": "number"
},
... | {"prop_t32": {"val_p87": 713.71, "attr_s91": 645.01, "val_q45": "arctic", "prop_q52": "Santos", "val_r19": 662}, "param_b08": "urgent", "field_j52": "divorced", "dim_g62": "Diana"} | Field 'param_b08' has synonym 'urgent' instead of valid enum value | {"prop_t32":{"val_p87":713.71,"attr_s91":645.01,"val_q45":"arctic","prop_q52":"Santos","val_r19":662},"param_b08":"high","field_j52":"divorced","dim_g62":"Diana"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string_date-time REQUIRED yes
FIELD items TYPE boolean REQUIRED yes
FIELD commit_hash.position TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD commit_hash.velocity TYPE string_email REQUIRED no
FIELD commit_hash.run_id TYPE integer REQUIRED ye... | {"diagnosis_code":"2026-12-16T01:03:00Z","items":false,"commit_hash":{"position":"free","velocity":"test@test.io","run_id":863,"salinity":true,"rating":797}} | wrong_type | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"format": "date-time"
},
"items": {
"type": "boolean"
},
"commit_hash": {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"f... | {"diagnosis_code": "2026-12-16T01:03:00Z", "items": "\"no\"", "commit_hash": {"position": "free", "velocity": "test@test.io", "run_id": 863, "salinity": true, "rating": 797}} | Field 'items' must be boolean, got string | {"diagnosis_code":"2026-12-16T01:03:00Z","items":false,"commit_hash":{"position":"free","velocity":"test@test.io","run_id":863,"salinity":true,"rating":797}} |
TASK repair_structured_output
SPEC
FIELD dim_d05 TYPE number REQUIRED no
FIELD key_s01 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_q06.dim_c79.param_p57 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD param_q06.dim_c79.param_d07 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes... | {"key_s01":"GBP","param_q06":{"dim_c79":{"param_d07":"BRL","param_m42":"info"},"field_v78":"oceanic","attr_x02":"inactive","val_p50":714.09,"col_g09":731,"attr_m50":992},"key_c43":511} | extra_field | {
"type": "object",
"properties": {
"dim_d05": {
"type": "number"
},
"key_s01": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_q06": {
"type": "object",
"properties": {
"dim_c79": {
... | {"key_s01": "GBP", "param_q06": {"dim_c79": {"param_d07": "BRL", "param_m42": "info"}, "field_v78": "oceanic", "attr_x02": "inactive", "val_p50": 714.09, "col_g09": 731, "attr_m50": 992}, "key_c43": 511, "extra_field_1126": 42} | Unknown field 'extra_field_1126' not defined in schema | {"key_s01":"GBP","param_q06":{"dim_c79":{"param_d07":"BRL","param_m42":"info"},"field_v78":"oceanic","attr_x02":"inactive","val_p50":714.09,"col_g09":731,"attr_m50":992},"key_c43":511} |
TASK repair_structured_output
SPEC
FIELD val_v73 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_d07 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD attr_c88 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_v73": "pending", "attr_c88": 746} | {"val_v73":"pending","field_d07":"married","attr_c88":746} | missing_required | {
"type": "object",
"properties": {
"val_v73": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_d07": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_c88": {
... | {"val_v73": "pending", "attr_c88": 746} | Required field 'field_d07' is missing | {"val_v73":"pending","field_d07":"married","attr_c88":746} |
TASK repair_structured_output
SPEC
FIELD dim_e53 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD field_a08 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_i98 TYPE string REQUIRED no
FIELD param_u01 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_r96... | {"dim_e53":"editor","field_a08":"closed","param_u01":"missense","key_r96":"test@test.io"} | truncated_object | {
"type": "object",
"properties": {
"dim_e53": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_a08": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"k... | {"dim_e53":"editor","field_a08":"closed","param_u01":"missense","key_r96":"test@test.io" | Unexpected end of JSON input — truncated object | {"dim_e53":"editor","field_a08":"closed","param_u01":"missense","key_r96":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE number REQUIRED yes
FIELD shipping TYPE boolean REQUIRED yes
FIELD address TYPE string REQUIRED no
BROKEN_OUTPUT
{"zip_code": "695.29MB", "shipping": true, "address": "Charlie"} | {"zip_code":695.29,"shipping":true,"address":"Charlie"} | number_with_unit | {
"type": "object",
"properties": {
"zip_code": {
"type": "number"
},
"shipping": {
"type": "boolean"
},
"address": {
"type": "string"
}
},
"required": [
"shipping",
"zip_code"
]
} | {"zip_code": "695.29MB", "shipping": true, "address": "Charlie"} | Field 'zip_code' must be number, got string with unit | {"zip_code":695.29,"shipping":true,"address":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD param_s05 TYPE string REQUIRED yes
FIELD prop_g25 TYPE string_uri REQUIRED yes
FIELD field_c58 TYPE integer REQUIRED no
FIELD field_n74[].dim_e47 TYPE string REQUIRED yes
FIELD field_n74[].field_k19 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD field_n74[].param_f16... | {"param_s05":"Silva","prop_g25":"https://data.com/data","field_c58":654,"field_n74":[{"dim_e47":"https://api.example.com/v1","field_k19":"GBP","val_m42":"FWD","val_v87":"heterozygous","field_j08":null},{"dim_e47":"REV","field_k19":"EUR","param_f16":"2024-01-15","val_m42":"hello","val_v87":"hemizygous","field_j08":null}... | tool_call_bad_format | {
"type": "object",
"properties": {
"param_s05": {
"type": "string"
},
"prop_g25": {
"type": "string",
"format": "uri"
},
"field_c58": {
"type": "integer"
},
"field_n74": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | <functioncall> align_reads
{param_s05: "Silva", prop_g25: "https://data.com/data", field_c58: 654, field_n74: [{dim_e47: "https://api.example.com/v1", field_k19: "GBP", val_m42: "FWD", val_v87: "heterozygous", field_j08: null}, {dim_e47: "REV", field_k19: "EUR", param_f16: "2024-01-15", val_m42: "hello", val_v87: "hemi... | Tool call has malformed arguments — unquoted keys in function parameters | {"param_s05":"Silva","prop_g25":"https://data.com/data","field_c58":654,"field_n74":[{"dim_e47":"https://api.example.com/v1","field_k19":"GBP","val_m42":"FWD","val_v87":"heterozygous","field_j08":null},{"dim_e47":"REV","field_k19":"EUR","param_f16":"2024-01-15","val_m42":"hello","val_v87":"hemizygous","field_j08":null}... |
TASK repair_structured_output
SPEC
FIELD state TYPE string_uri REQUIRED no
FIELD lab_result TYPE boolean REQUIRED yes
FIELD color TYPE string VALUES type_a|type_b REQUIRED no
FIELD due_date[].full_name TYPE string REQUIRED yes
FIELD due_date[].lane TYPE string REQUIRED yes
FIELD due_date[].position TYPE string VALUES ... | {"state":"https://example.org/data","lab_result":false,"color":"type_a","due_date":[{"full_name":"Luis","lane":"chrX","position":"admin","barcode":false},{"full_name":"foo","lane":"Santos","barcode":false}]} | trailing_comma | {
"type": "object",
"properties": {
"state": {
"type": "string",
"format": "uri"
},
"lab_result": {
"type": "boolean"
},
"color": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"due_date": {
"type": "array",
"items": ... | {"state":"https://example.org/data","lab_result":false,"color":"type_a","due_date":[{"full_name":"Luis","lane":"chrX","position":"admin","barcode":false,},{"full_name":"foo","lane":"Santos","barcode":false}]} | Unexpected trailing comma | {"state":"https://example.org/data","lab_result":false,"color":"type_a","due_date":[{"full_name":"Luis","lane":"chrX","position":"admin","barcode":false},{"full_name":"foo","lane":"Santos","barcode":false}]} |
TASK repair_structured_output
SPEC
FIELD key_w49 TYPE string REQUIRED no
FIELD field_l28.attr_r22 TYPE integer REQUIRED yes
FIELD field_l28.param_f82 TYPE boolean REQUIRED no
FIELD field_l28.col_g23 TYPE number REQUIRED yes
FIELD field_l28.col_l45[].dim_w44 TYPE integer REQUIRED yes
FIELD field_l28.col_l45[].field_r20... | {"key_w49":"demo","field_l28":{"attr_r22":68,"param_f82":false,"col_g23":675.1,"col_l45":[{"dim_w44":935,"field_r20":"Silva","attr_w51":false,"prop_l13":"escalated","field_m67":"quux"}]},"param_y37":null,"attr_t46":"small","param_d65":"approved"} | missing_bracket | {
"type": "object",
"properties": {
"key_w49": {
"type": "string"
},
"field_l28": {
"type": "object",
"properties": {
"attr_r22": {
"type": "integer"
},
"param_f82": {
"type": "boolean"
},
"col_g23": {
"type": "numbe... | {"key_w49":"demo","field_l28":{"attr_r22":68,"param_f82":false,"col_g23":675.1,"col_l45":{"dim_w44":935,"field_r20":"Silva","attr_w51":false,"prop_l13":"escalated","field_m67":"quux"}]},"param_y37":null,"attr_t46":"small","param_d65":"approved"} | Missing closing bracket | {"key_w49":"demo","field_l28":{"attr_r22":68,"param_f82":false,"col_g23":675.1,"col_l45":[{"dim_w44":935,"field_r20":"Silva","attr_w51":false,"prop_l13":"escalated","field_m67":"quux"}]},"param_y37":null,"attr_t46":"small","param_d65":"approved"} |
TASK repair_structured_output
SPEC
FIELD price TYPE integer REQUIRED no
FIELD color TYPE string REQUIRED yes
FIELD vessel_name TYPE integer REQUIRED no
FIELD account_id TYPE string REQUIRED yes
FIELD medication TYPE number REQUIRED no
FIELD current_draw TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"price":35,"color":"tes... | {"price":35,"color":"test","account_id":"qux","medication":895.36,"current_draw":206} | truncated_array | {
"type": "object",
"properties": {
"price": {
"type": "integer"
},
"color": {
"type": "string"
},
"vessel_name": {
"type": "integer"
},
"account_id": {
"type": "string"
},
"medication": {
"type": "number"
},
"current_draw": {
"type": "... | {"price":35,"color":"test","account_id":"qux","medication":895.36,"current_draw":206 | Unexpected end of JSON input — truncated object | {"price":35,"color":"test","account_id":"qux","medication":895.36,"current_draw":206} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE number REQUIRED yes
FIELD discount TYPE null REQUIRED no
FIELD half_life TYPE string REQUIRED no
FIELD start_date TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD type.verified TYPE string REQUIRED no
FIELD type.age TYPE ... | {"log_level":86.76,"discount":null,"half_life":"GRCh38","start_date":"option_e","type":{"age":"2024-12-11T20:58:00Z","paragraph":{"payment_status":"inactive","run_id":"Oliveira","ward":["foo","Diana","Paris","Santos"],"longitude":["London","PASS","user@domain.com","QC-07"]}},"bed_number":"single","timezone":false} | truncated_object | {
"type": "object",
"properties": {
"log_level": {
"type": "number"
},
"discount": {
"type": "null"
},
"half_life": {
"type": "string"
},
"start_date": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_... | {"log_level":86.76,"discount":null,"half_life":"GRCh38","start_date":"option_e","type":{"age":"2024-12-11T20:58:00Z","paragraph":{"payment_status":"inactive","run_id":"Oliveira","ward":["foo","Diana","Paris","Santos"],"longitude":["London","PASS","user@domain.com","QC-07"]}},"bed_number":"single","timezone":false | Unexpected end of JSON input — truncated object | {"log_level":86.76,"discount":null,"half_life":"GRCh38","start_date":"option_e","type":{"age":"2024-12-11T20:58:00Z","paragraph":{"payment_status":"inactive","run_id":"Oliveira","ward":["foo","Diana","Paris","Santos"],"longitude":["London","PASS","user@domain.com","QC-07"]}},"bed_number":"single","timezone":false} |
TASK repair_structured_output
SPEC
FIELD val_i63.field_y41 TYPE integer REQUIRED yes
FIELD val_i63.prop_i66 TYPE boolean REQUIRED yes
FIELD val_i63.field_m37 TYPE string_email REQUIRED yes
FIELD prop_u09 TYPE string REQUIRED no
FIELD dim_c73 TYPE boolean REQUIRED no
FIELD col_k69 TYPE integer REQUIRED no
FIELD key_q86... | {"val_i63":{"field_y41":36,"prop_i66":false,"field_m37":"ops@example.com"},"prop_u09":"example","dim_c73":false,"col_k69":64,"attr_m02":"Smith","dim_u09":"GRCh38"} | truncated_object | {
"type": "object",
"properties": {
"val_i63": {
"type": "object",
"properties": {
"field_y41": {
"type": "integer"
},
"prop_i66": {
"type": "boolean"
},
"field_m37": {
"type": "string",
"format": "email"
}
... | {"val_i63":{"field_y41":36,"prop_i66":false,"field_m37":"ops@example.com"},"prop_u09":"example","dim_c73":false,"col_k69":64,"attr_m02":"Smith","dim_u09":"GRCh38" | Unexpected end of JSON input — truncated object | {"val_i63":{"field_y41":36,"prop_i66":false,"field_m37":"ops@example.com"},"prop_u09":"example","dim_c73":false,"col_k69":64,"attr_m02":"Smith","dim_u09":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string_email REQUIRED no
FIELD color TYPE string REQUIRED no
FIELD collateral[] TYPE string_date-time REQUIRED yes
FIELD torque_output[] TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"color":"example","collateral":["2021-12-01T14:45:00Z","2022-09-06T21:39:00Z"],"... | {"color":"example","collateral":["2021-12-01T14:45:00Z","2022-09-06T21:39:00Z"],"torque_output":["2023-12-25"]} | markdown_fences | {
"type": "object",
"properties": {
"subject": {
"type": "string",
"format": "email"
},
"color": {
"type": "string"
},
"collateral": {
"type": "array",
"items": {
"type": "string",
"format": "date-time"
}
},
"torque_output": {
"ty... | ```json
{"color":"example","collateral":["2021-12-01T14:45:00Z","2022-09-06T21:39:00Z"],"torque_output":["2023-12-25"]}
``` | Output contains markdown code fences | {"color":"example","collateral":["2021-12-01T14:45:00Z","2022-09-06T21:39:00Z"],"torque_output":["2023-12-25"]} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE number REQUIRED no
FIELD current_draw TYPE integer REQUIRED no
FIELD bill_of_lading TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD nickname TYPE boolean REQUIRED yes
FIELD freight_class.version TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD... | {"user_id":489.18,"current_draw":601,"nickname":false,"freight_class":{"version":"viewer","width":"admin@example.com","phone":"Bob","invoice_id":false}} | tool_call_partial_args | {
"type": "object",
"properties": {
"user_id": {
"type": "number"
},
"current_draw": {
"type": "integer"
},
"bill_of_lading": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"nickname": {
"type": "... | Let me check the system.
Action: query_port_status
Arguments: {"user_id": 489.18, "current_draw": 601, "nickname": false} | Agent tool call missing required parameter 'freight_class' | {"user_id":489.18,"current_draw":601,"nickname":false,"freight_class":{"version":"viewer","width":"admin@example.com","phone":"Bob","invoice_id":false}} |
TASK repair_structured_output
SPEC
FIELD dim_g01 TYPE integer REQUIRED yes
FIELD col_e33 TYPE integer REQUIRED no
FIELD dim_j80 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_v64 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_z56[] TYPE string VALUES synonymous... | {"dim_g01":914,"dim_j80":"confirmed","prop_v64":"push","field_z56":["frameshift","missense"]} | partial_structure | {
"type": "object",
"properties": {
"dim_g01": {
"type": "integer"
},
"col_e33": {
"type": "integer"
},
"dim_j80": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_v64": {
"... | Result: dim_j80=confirmed, {"dim_g01":914,"dim_j80":"confirmed","prop_v64":"push","field_z56":["frameshift","missense"]} | Output mixes natural language with JSON | {"dim_g01":914,"dim_j80":"confirmed","prop_v64":"push","field_z56":["frameshift","missense"]} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD end_date TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD umi TYPE integer REQUIRED no
FIELD branch TYPE string REQUIRED no
BROKEN_OUTPUT
generate_report(terminal_id='arctic', en... | {"terminal_id":"arctic","end_date":"intermittent","umi":469,"branch":"test"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"end_date": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | generate_report(terminal_id='arctic', end_date='intermittent', umi=469, branch='test') | Tool call uses Python syntax instead of JSON | {"terminal_id":"arctic","end_date":"intermittent","umi":469,"branch":"test"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD first_name TYPE number REQUIRED no
FIELD currency TYPE string REQUIRED yes
FIELD fleet_number TYPE string VALUES single|married|divorced REQUIRED no
FIELD item_id TYPE string VALUES email|phone... | {"balance":"nonsense","first_name":243.48,"currency":"test@example.com","fleet_number":"divorced","item_id":"sms","medication":41.92,"step":"https://api.io/api","published":"warning"} | missing_required | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"first_name": {
"type": "number"
},
"currency": {
"type": "string"
},
"fleet_number": {
... | {"balance": "nonsense", "first_name": 243.48, "fleet_number": "divorced", "item_id": "sms", "medication": 41.92, "step": "https://api.io/api", "published": "warning"} | Required field 'currency' is missing | {"balance":"nonsense","first_name":243.48,"currency":"test@example.com","fleet_number":"divorced","item_id":"sms","medication":41.92,"step":"https://api.io/api","published":"warning"} |
TASK repair_structured_output
SPEC
FIELD branch TYPE number REQUIRED no
FIELD strand TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD paragraph TYPE string REQUIRED yes
FIELD footnote.altitude TYPE string REQUIRED yes
FIELD footnote.tax TYPE string VALUES draft|published|archived REQUIRED no
FI... | {"branch":405.18,"strand":"cat_a","paragraph":"New York","footnote":{"altitude":"bar","tax":"draft","lane":null},"account_id":"MV-Evergreen-01","hazmat_code":178.53,"quality_score":true,"options":{"item_id":"https://api.example.com/v1","nickname":{"position":"berthed","coverage":"intermittent","website":"mode_e","port_... | missing_required | {
"type": "object",
"properties": {
"branch": {
"type": "number"
},
"strand": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"paragraph": {
"type": "string"
},
"footnote... | {"branch": 405.18, "strand": "cat_a", "paragraph": "New York", "footnote": {"altitude": "bar", "tax": "draft", "lane": null}, "hazmat_code": 178.53, "quality_score": true, "options": {"item_id": "https://api.example.com/v1", "nickname": {"position": "berthed", "coverage": "intermittent", "website": "mode_e", "port_code... | Required field 'account_id' is missing | {"branch":405.18,"strand":"cat_a","paragraph":"New York","footnote":{"altitude":"bar","tax":"draft","lane":null},"account_id":"MV-Evergreen-01","hazmat_code":178.53,"quality_score":true,"options":{"item_id":"https://api.example.com/v1","nickname":{"position":"berthed","coverage":"intermittent","website":"mode_e","port_... |
TASK repair_structured_output
SPEC
FIELD param_h56.val_d16 TYPE integer REQUIRED yes
FIELD param_h56.prop_n53.key_f45 TYPE string_email REQUIRED no
FIELD param_h56.prop_n53.prop_f98 TYPE string_email REQUIRED yes
FIELD param_h56.prop_n53.val_h53 TYPE integer REQUIRED yes
FIELD param_h56.prop_n53.attr_w54 TYPE number R... | {"param_h56":{"val_d16":729,"prop_n53":{"key_f45":"ops@example.com","prop_f98":"admin@test.io","val_h53":713,"attr_w54":842.41},"field_s29":true},"col_m13":false,"val_z67":"baz","key_n35":582,"param_b41":"FWD"} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_h56": {
"type": "object",
"properties": {
"val_d16": {
"type": "integer"
},
"prop_n53": {
"type": "object",
"properties": {
"key_f45": {
"type": "string",
"format"... | I need to look up the information first.
<tool_call name="send_email">
{"param_h56":{"val_d16":729,"prop_n53":{"key_f45":"ops@example.com","prop_f98":"admin@test.io","val_h53":713,"attr_w54":842.41},"field_s29":true},"col_m13":false,"val_z67":"baz","key_n35":582,"param_b41":"FWD"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"param_h56":{"val_d16":729,"prop_n53":{"key_f45":"ops@example.com","prop_f98":"admin@test.io","val_h53":713,"attr_w54":842.41},"field_s29":true},"col_m13":false,"val_z67":"baz","key_n35":582,"param_b41":"FWD"} |
TASK repair_structured_output
SPEC
FIELD val_v15 TYPE string REQUIRED yes
FIELD val_f45 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_s81 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_v15":"bar","val_f45":"reliable","key_s81":"Charlie" | {"val_v15":"bar","val_f45":"reliable","key_s81":"Charlie"} | truncated_object | {
"type": "object",
"properties": {
"val_v15": {
"type": "string"
},
"val_f45": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_s81": {
"type": "string"
}
},
"required": [
"val_f45",
"key_s81",
... | {"val_v15":"bar","val_f45":"reliable","key_s81":"Charlie" | Unexpected end of JSON input — truncated object | {"val_v15":"bar","val_f45":"reliable","key_s81":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD city TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD loan_amount TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dosage TYPE string VALUES synonymous|missense|... | {"created_at":"open","city":"unstable","loan_amount":"info","dosage":"nonsense"} | invalid_enum | {
"type": "object",
"properties": {
"created_at": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"city": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | {"created_at": "open", "city": "unstable", "loan_amount": "invalid_choice_517", "dosage": "nonsense"} | Field 'loan_amount' has invalid enum value 'invalid_choice_517', expected one of ['success', 'error', 'warning', 'info'] | {"created_at":"open","city":"unstable","loan_amount":"info","dosage":"nonsense"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD brake_pressure TYPE number REQUIRED no
FIELD items TYPE integer REQUIRED no
FIELD credit_score TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD tags TYPE string REQUIRED yes
FIELD medication T... | {"ward":"large","items":265,"credit_score":"closed","tags":"Silva","medication":"large","currency":"operational"} | wrong_type | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"brake_pressure": {
"type": "number"
},
"items": {
"type": "integer"
},
"credit_score": {
"type": "string",
... | {"ward": "large", "items": "\"265\"", "credit_score": "closed", "tags": "Silva", "medication": "large", "currency": "operational"} | Field 'items' must be integer, got string | {"ward":"large","items":265,"credit_score":"closed","tags":"Silva","medication":"large","currency":"operational"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD barcode TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD log_level TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD bill_of_lading TYPE number REQUIRED... | {"deploy_target":"delivered","barcode":"rejected","log_level":"admin","bill_of_lading":514.56} | invalid_enum | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"barcode": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"deploy_target": "invalid_choice_818", "barcode": "rejected", "log_level": "admin", "bill_of_lading": 514.56} | Field 'deploy_target' has invalid enum value 'invalid_choice_818', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"deploy_target":"delivered","barcode":"rejected","log_level":"admin","bill_of_lading":514.56} |
TASK repair_structured_output
SPEC
FIELD key_t56 TYPE number REQUIRED yes
FIELD val_y43.field_m06 TYPE integer REQUIRED yes
FIELD val_y43.key_w26 TYPE string REQUIRED no
FIELD val_y43.key_b55 TYPE string REQUIRED yes
FIELD val_y43.field_x02.dim_p26 TYPE null REQUIRED no
FIELD val_y43.field_x02.field_w74 TYPE number RE... | {"key_t56":171.62,"val_y43":{"field_m06":765,"key_w26":"hello","key_b55":"FWD","field_x02":{"dim_p26":null,"field_w74":503.69,"key_w95":"Silva","col_z26":429,"prop_l16":"user@domain.org","field_x91":"GRCh38"},"dim_r82":"pending","val_p83":590},"param_x38":true,"prop_b75":"basic"} | missing_brace | {
"type": "object",
"properties": {
"key_t56": {
"type": "number"
},
"val_y43": {
"type": "object",
"properties": {
"field_m06": {
"type": "integer"
},
"key_w26": {
"type": "string"
},
"key_b55": {
"type": "string"
... | {"key_t56":171.62,"val_y43":{"field_m06":765,"key_w26":"hello","key_b55":"FWD","field_x02":{"dim_p26":null,"field_w74":503.69,"key_w95":"Silva","col_z26":429,"prop_l16":"user@domain.org","field_x91":"GRCh38","dim_r82":"pending","val_p83":590},"param_x38":true,"prop_b75":"basic"} | Missing closing brace | {"key_t56":171.62,"val_y43":{"field_m06":765,"key_w26":"hello","key_b55":"FWD","field_x02":{"dim_p26":null,"field_w74":503.69,"key_w95":"Silva","col_z26":429,"prop_l16":"user@domain.org","field_x91":"GRCh38"},"dim_r82":"pending","val_p83":590},"param_x38":true,"prop_b75":"basic"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.