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 param_t92 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_h75 TYPE integer REQUIRED no
FIELD val_p16 TYPE string_email REQUIRED no
FIELD val_p72.col_m94 TYPE string_uri REQUIRED no
FIELD val_p72.val_g05 TYPE string_email REQUIRED no
FIELD val_p72.fiel... | {"param_t92":"berthed","val_p16":"info@example.com"} | truncated_object | {
"type": "object",
"properties": {
"param_t92": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"col_h75": {
"type": "integer"
},
"val_p16": {
"type": "string",
"format": "email"
},
"val_p... | {"param_t92":"berthed","val_p16":"info@example.com" | Unexpected end of JSON input — truncated object | {"param_t92":"berthed","val_p16":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD val_w44 TYPE number REQUIRED no
FIELD attr_d08 TYPE integer REQUIRED no
FIELD dim_g08.key_u07.field_g47 TYPE null REQUIRED yes
FIELD dim_g08.key_u07.key_p64 TYPE null REQUIRED yes
FIELD dim_g08.key_u07.param_y09 TYPE integer REQUIRED no
FIELD dim_g08.key_u07.val_u38 TYPE boolea... | {"val_w44":521.97,"attr_d08":279,"dim_g08":{"key_u07":{"field_g47":null,"key_p64":null,"param_y09":824,"val_u38":false},"key_v80":"viewer","prop_t12":420.66,"attr_h08":"2023-03-26T12:39:00Z"},"dim_e20":"https://api.com/api","key_a19":"Jane","prop_l29":617,"field_f34":737} | wrong_type | {
"type": "object",
"properties": {
"val_w44": {
"type": "number"
},
"attr_d08": {
"type": "integer"
},
"dim_g08": {
"type": "object",
"properties": {
"key_u07": {
"type": "object",
"properties": {
"field_g47": {
"type... | {"val_w44": "\"521.97\"", "attr_d08": 279, "dim_g08": {"key_u07": {"field_g47": null, "key_p64": null, "param_y09": 824, "val_u38": false}, "key_v80": "viewer", "prop_t12": 420.66, "attr_h08": "2023-03-26T12:39:00Z"}, "dim_e20": "https://api.com/api", "key_a19": "Jane", "prop_l29": 617, "field_f34": 737} | Field 'val_w44' must be number, got string | {"val_w44":521.97,"attr_d08":279,"dim_g08":{"key_u07":{"field_g47":null,"key_p64":null,"param_y09":824,"val_u38":false},"key_v80":"viewer","prop_t12":420.66,"attr_h08":"2023-03-26T12:39:00Z"},"dim_e20":"https://api.com/api","key_a19":"Jane","prop_l29":617,"field_f34":737} |
TASK repair_structured_output
SPEC
FIELD dim_u67 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_m90 TYPE string REQUIRED no
FIELD key_s31 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD key_f14 TYPE number REQUIRED no
FIELD dim_v05 TYPE number REQUIRED no
FIELD param_o63 TYPE boolean... | {"dim_u67":"email","param_m90":"New York","key_f14":631.45,"dim_v05":659.05,"param_o63":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_u67": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_m90": {
"type": "string"
},
"key_s31": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | book_appointment(dim_u67='email', param_m90='New York', key_f14=631.45, dim_v05=659.05, param_o63=False) | Tool call uses Python syntax instead of JSON | {"dim_u67":"email","param_m90":"New York","key_f14":631.45,"dim_v05":659.05,"param_o63":false} |
TASK repair_structured_output
SPEC
FIELD width TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD vital_sign TYPE boolean REQUIRED yes
FIELD lane TYPE integer REQUIRED no
FIELD values TYPE number REQUIRED no
FIELD product_id TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD amount TYPE number REQUI... | {"width":"red","vital_sign":false,"values":339.89,"product_id":"editor","amount":411.96,"interest_rate":965.09} | missing_bracket | {
"type": "object",
"properties": {
"width": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"vital_sign": {
"type": "boolean"
},
"lane": {
"type": "integer"
},
"values": {
"type": "nu... | {"width":"red","vital_sign":false,"values":339.89,"product_id":"editor","amount":411.96,"interest_rate":965.09} | Missing closing bracket | {"width":"red","vital_sign":false,"values":339.89,"product_id":"editor","amount":411.96,"interest_rate":965.09} |
TASK repair_structured_output
SPEC
FIELD col_r75 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD prop_n71.attr_u57 TYPE number REQUIRED yes
FIELD prop_n71.prop_a71 TYPE string REQUIRED yes
FIELD prop_n71.prop_j62 TYPE boolean REQUIRED yes
FIELD prop_n71.key_l51 TYPE string VALUES level_1|level_2... | {"col_r75":"open","prop_n71":{"attr_u57":724.07,"prop_a71":"New York","prop_j62":false,"key_l51":"level_1"},"field_i45":"coastal","key_i98":728,"col_f21":"level_2","field_t43":"level_1","prop_f14":602} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_r75": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_n71": {
"type": "object",
"properties": {
"attr_u57": {
"type": "number"
},
... | <functioncall> generate_report
{col_r75: "open", prop_n71: {attr_u57: 724.07, prop_a71: "New York", prop_j62: false, key_l51: "level_1"}, field_i45: "coastal", key_i98: 728, col_f21: "level_2", field_t43: "level_1", prop_f14: 602} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_r75":"open","prop_n71":{"attr_u57":724.07,"prop_a71":"New York","prop_j62":false,"key_l51":"level_1"},"field_i45":"coastal","key_i98":728,"col_f21":"level_2","field_t43":"level_1","prop_f14":602} |
TASK repair_structured_output
SPEC
FIELD width TYPE integer REQUIRED yes
FIELD current_draw TYPE string REQUIRED yes
FIELD strand TYPE string_date-time REQUIRED yes
FIELD account_id.paragraph TYPE integer REQUIRED no
FIELD account_id.phenotype TYPE string REQUIRED no
FIELD account_id.catalyst.notes TYPE string VALUES ... | {"width":163,"current_draw":"London","strand":"2023-09-20T22:48:00Z","account_id":{"paragraph":908,"catalyst":{"notes":"single","title":true,"position":12.93,"credit_score":780,"branch":"approved","ph_level":"inland","amplitude":"inactive","index":688.93},"yield_pct":false,"filter_flag":"info@example.com"},"umi":553,"v... | extra_text_before | {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"current_draw": {
"type": "string"
},
"strand": {
"type": "string",
"format": "date-time"
},
"account_id": {
"type": "object",
"properties": {
"paragraph": {
"type": ... | Pipeline result:
{"width":163,"current_draw":"London","strand":"2023-09-20T22:48:00Z","account_id":{"paragraph":908,"catalyst":{"notes":"single","title":true,"position":12.93,"credit_score":780,"branch":"approved","ph_level":"inland","amplitude":"inactive","index":688.93},"yield_pct":false,"filter_flag":"info@example.c... | Output contains non-JSON text before the object | {"width":163,"current_draw":"London","strand":"2023-09-20T22:48:00Z","account_id":{"paragraph":908,"catalyst":{"notes":"single","title":true,"position":12.93,"credit_score":780,"branch":"approved","ph_level":"inland","amplitude":"inactive","index":688.93},"yield_pct":false,"filter_flag":"info@example.com"},"umi":553,"v... |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string REQUIRED yes
FIELD level TYPE string_uri REQUIRED yes
FIELD full_name TYPE string_date-time REQUIRED yes
FIELD crew_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
{"shift_code": "This is a test value.", "level": "https... | {"shift_code":"This is a test value.","level":"https://api.com/data","full_name":"2021-07-22T10:19:00Z","crew_id":"in_transit"} | extra_field | {
"type": "object",
"properties": {
"shift_code": {
"type": "string"
},
"level": {
"type": "string",
"format": "uri"
},
"full_name": {
"type": "string",
"format": "date-time"
},
"crew_id": {
"type": "string",
"enum": [
"new",
"in_... | {"shift_code": "This is a test value.", "level": "https://api.com/data", "full_name": "2021-07-22T10:19:00Z", "crew_id": "in_transit", "extra_value_8588": 42} | Unknown field 'extra_value_8588' not defined in schema | {"shift_code":"This is a test value.","level":"https://api.com/data","full_name":"2021-07-22T10:19:00Z","crew_id":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD col_w64 TYPE integer REQUIRED yes
FIELD attr_o15 TYPE string REQUIRED yes
FIELD param_c99 TYPE string REQUIRED no
FIELD key_v20 TYPE boolean REQUIRED no
FIELD col_d42 TYPE string REQUIRED yes
FIELD attr_g12 TYPE string REQUIRED yes
FIELD prop_n68 TYPE boolean REQUIRED no
FIELD ... | {"col_w64":896,"attr_o15":"2024-06-30","param_c99":"baz","key_v20":true,"col_d42":"bar","attr_g12":"inactive"} | wrong_type | {
"type": "object",
"properties": {
"col_w64": {
"type": "integer"
},
"attr_o15": {
"type": "string"
},
"param_c99": {
"type": "string"
},
"key_v20": {
"type": "boolean"
},
"col_d42": {
"type": "string"
},
"attr_g12": {
"type": "string"... | {"col_w64": "\"896\"", "attr_o15": "2024-06-30", "param_c99": "baz", "key_v20": true, "col_d42": "bar", "attr_g12": "inactive"} | Field 'col_w64' must be integer, got string | {"col_w64":896,"attr_o15":"2024-06-30","param_c99":"baz","key_v20":true,"col_d42":"bar","attr_g12":"inactive"} |
TASK repair_structured_output
SPEC
FIELD val_o37 TYPE integer REQUIRED yes
FIELD prop_v92 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_j62 TYPE string REQUIRED yes
FIELD prop_i07 TYPE string_email REQUIRED no
FIELD attr_i94.key_k56 TYPE integer REQUIRED yes
FIELD attr_i94.prop_j23 TYPE boolean REQUIRED... | {"val_o37":890,"prop_v92":"editor","key_j62":"Berlin","attr_i94":{"key_k56":385,"key_m85":"Johnson","param_c62":{"col_v95":854,"prop_y29":589.22,"key_m80":"missense"}}} | truncated_array | {
"type": "object",
"properties": {
"val_o37": {
"type": "integer"
},
"prop_v92": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_j62": {
"type": "string"
},
"prop_i07": {
"type": "string",
"format": "e... | {"val_o37":890,"prop_v92":"editor","key_j62":"Berlin","attr_i94":{"key_k56":385,"key_m85":"Johnson","param_c62":{"col_v95":854,"prop_y29":589.22,"key_m80":"missense"}} | Unexpected end of JSON input — truncated object | {"val_o37":890,"prop_v92":"editor","key_j62":"Berlin","attr_i94":{"key_k56":385,"key_m85":"Johnson","param_c62":{"col_v95":854,"prop_y29":589.22,"key_m80":"missense"}}} |
TASK repair_structured_output
SPEC
FIELD tile.first_name TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD tile.language TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD tile.turbidity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD tile.height TYPE string VALUE... | {"order_id":"Oliveira","footnote":"This is a test value.","coverage":{"level":"Sao Paulo","username":532,"values":"A short description.","temp_celsius":"single","quantity":13},"medication":"basic"} | agent_chain | {
"type": "object",
"properties": {
"tile": {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"language": {
... | I need to look up the information first.
Action: filter_variants
Result: {"order_id": "Oliveira", "coverage": {"level": "Sao Paulo", "username": 532, "values": "A short description.", "temp_celsius": "single", "quantity": 13}, "medication": "basic"}
I'll query our database.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"order_id":"Oliveira","footnote":"This is a test value.","coverage":{"level":"Sao Paulo","username":532,"values":"A short description.","temp_celsius":"single","quantity":13},"medication":"basic"} |
TASK repair_structured_output
SPEC
FIELD attr_x05 TYPE number REQUIRED no
FIELD dim_d93 TYPE string_uri REQUIRED no
FIELD param_o28 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_h91 TYPE boolean REQUIRED yes
FIELD field_a65 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"attr_x05": "943.94sec", "param_o... | {"attr_x05":943.94,"param_o28":"critical","col_h91":true,"field_a65":932} | number_with_unit | {
"type": "object",
"properties": {
"attr_x05": {
"type": "number"
},
"dim_d93": {
"type": "string",
"format": "uri"
},
"param_o28": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_h91": {
... | {"attr_x05": "943.94sec", "param_o28": "critical", "col_h91": true, "field_a65": 932} | Field 'attr_x05' must be number, got string with unit | {"attr_x05":943.94,"param_o28":"critical","col_h91":true,"field_a65":932} |
TASK repair_structured_output
SPEC
FIELD role TYPE integer REQUIRED yes
FIELD brake_pressure TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD pressure_kpa TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data... | {"role":410,"brake_pressure":"option_a","pressure_kpa":"hemizygous"} | extra_text_before | {
"type": "object",
"properties": {
"role": {
"type": "integer"
},
"brake_pressure": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"pressure_kpa": {
"type": "... | Based on your request, here is the data:
{"role":410,"brake_pressure":"option_a","pressure_kpa":"hemizygous"} | Output contains non-JSON text before the object | {"role":410,"brake_pressure":"option_a","pressure_kpa":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD col_t76 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_m61 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD val_a40 TYPE null REQUIRED yes
FIELD param_u84 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD attr_i28 TYPE string_d... | {"col_t76":"type_a","col_m61":"level_5","val_a40":null,"param_u84":"option_c"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_t76": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"col_m61": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"va... | <functioncall> send_email
{col_t76: "type_a", col_m61: "level_5", val_a40: null, param_u84: "option_c"} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_t76":"type_a","col_m61":"level_5","val_a40":null,"param_u84":"option_c"} |
TASK repair_structured_output
SPEC
FIELD field_a23 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_w75 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD dim_y05[].key_o35 TYPE string REQUIRED yes
FIELD dim_y05[].prop_c72 TYPE string REQUIRED yes
FIELD dim_y05[].col_y61 TYPE array REQUIRED ... | {"field_a23":"white","param_w75":"option_b","dim_y05":[{"key_o35":"QC-07","prop_c72":"Hapag-Lloyd-Express","col_y61":["homozygous","homozygous","heterozygous"]}]} | invalid_enum | {
"type": "object",
"properties": {
"field_a23": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_w75": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"dim_y05... | {"field_a23": "white", "param_w75": "invalid_value_979", "dim_y05": [{"key_o35": "QC-07", "prop_c72": "Hapag-Lloyd-Express", "col_y61": ["homozygous", "homozygous", "heterozygous"]}]} | Field 'param_w75' has invalid enum value 'invalid_value_979', expected one of ['option_a', 'option_b'] | {"field_a23":"white","param_w75":"option_b","dim_y05":[{"key_o35":"QC-07","prop_c72":"Hapag-Lloyd-Express","col_y61":["homozygous","homozygous","heterozygous"]}]} |
TASK repair_structured_output
SPEC
FIELD dim_s96 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD param_z26.prop_m94 TYPE null REQUIRED no
FIELD param_z26.prop_a20 TYPE integer REQUIRED no
FIELD param_z26.field_e82 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_z26.field_h21 TYP... | {"dim_s96":"returned","param_z26":{"prop_m94":null,"prop_a20":898,"field_h21":"operational"},"field_l90":266} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_s96": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"param_z26": {
"type": "object",
"properties": {
"prop_m94": {
"type": "null"
},
... | <functioncall> book_appointment
{dim_s96: "returned", param_z26: {prop_m94: null, prop_a20: 898, field_h21: "operational"}, field_l90: 266} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_s96":"returned","param_z26":{"prop_m94":null,"prop_a20":898,"field_h21":"operational"},"field_l90":266} |
TASK repair_structured_output
SPEC
FIELD dim_u50 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_k17 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD val_t56 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD param_q22 TYPE number REQUIRED no
FIELD para... | {"dim_u50":"reliable","attr_k17":"offline","val_t56":"level_3","param_q22":94.66} | number_with_unit | {
"type": "object",
"properties": {
"dim_u50": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_k17": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
... | {"dim_u50": "reliable", "attr_k17": "offline", "val_t56": "level_3", "param_q22": "94.66MB"} | Field 'param_q22' must be number, got string with unit | {"dim_u50":"reliable","attr_k17":"offline","val_t56":"level_3","param_q22":94.66} |
TASK repair_structured_output
SPEC
FIELD param_y77 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD attr_i11 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_u40 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD col_y72 TYPE string VALUES mode_a|mode... | {"param_y77":"mode_b","attr_i11":"error","dim_u40":"level_3","col_y72":"mode_f","prop_c58":"FWD","attr_b22":"Maria","key_a45":"option_a"} | null_required | {
"type": "object",
"properties": {
"param_y77": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"attr_i11": {
"type": "string",
"enum": [
"success",
"error",
... | {"param_y77": "mode_b", "attr_i11": "error", "dim_u40": null, "col_y72": "mode_f", "prop_c58": "FWD", "attr_b22": "Maria", "key_a45": "option_a"} | Required field 'dim_u40' is null | {"param_y77":"mode_b","attr_i11":"error","dim_u40":"level_3","col_y72":"mode_f","prop_c58":"FWD","attr_b22":"Maria","key_a45":"option_a"} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE integer REQUIRED no
FIELD diagnosis_code TYPE number REQUIRED no
FIELD filter_flag TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD timezone[].run_id TYPE integer REQUIRED yes
FIELD timezone[].feedback TYPE number REQUIRED yes
FIELD timezone[].al... | {"diagnosis_code":635.8,"filter_flag":"arctic","timezone":[{"run_id":187,"feedback":861.99,"altitude":678,"paragraph":"offline","url":"This is a test value.","ward":302,"score":"REV"}]} | missing_required | {
"type": "object",
"properties": {
"catalyst": {
"type": "integer"
},
"diagnosis_code": {
"type": "number"
},
"filter_flag": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"timezone": {
"typ... | {"diagnosis_code": 635.8, "filter_flag": "arctic"} | Required field 'timezone' is missing | {"diagnosis_code":635.8,"filter_flag":"arctic","timezone":[{"run_id":187,"feedback":861.99,"altitude":678,"paragraph":"offline","url":"This is a test value.","ward":302,"score":"REV"}]} |
TASK repair_structured_output
SPEC
FIELD tile.hazmat_code TYPE string REQUIRED no
FIELD tile.score TYPE integer REQUIRED no
FIELD tile.quantity TYPE string VALUES type_a|type_b REQUIRED yes
FIELD tile.item_id[].price TYPE null REQUIRED no
FIELD tile.item_id[].crew_id TYPE number REQUIRED no
FIELD tile.item_id[].url TY... | {"tile":{"hazmat_code":"Hapag-Lloyd-Express","score":945,"quantity":"type_b"},"bill_of_lading":286.84,"pressure_kpa":"Maria","gene_id":"cat_a","chapter":"PASS"} | wrong_type | {
"type": "object",
"properties": {
"tile": {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string"
},
"score": {
"type": "integer"
},
"quantity": {
"type": "string",
"enum": [
"type_a",
... | {"tile": {"hazmat_code": "Hapag-Lloyd-Express", "score": 945, "quantity": "type_b"}, "bill_of_lading": "\"286.84\"", "pressure_kpa": "Maria", "gene_id": "cat_a", "chapter": "PASS"} | Field 'bill_of_lading' must be number, got string | {"tile":{"hazmat_code":"Hapag-Lloyd-Express","score":945,"quantity":"type_b"},"bill_of_lading":286.84,"pressure_kpa":"Maria","gene_id":"cat_a","chapter":"PASS"} |
TASK repair_structured_output
SPEC
FIELD dim_b24 TYPE integer REQUIRED yes
FIELD col_x89 TYPE string_date-time REQUIRED yes
FIELD key_n78 TYPE string_uri REQUIRED no
FIELD dim_n89 TYPE string REQUIRED yes
FIELD prop_p53 TYPE number REQUIRED no
BROKEN_OUTPUT
{dim_b24:639,col_x89:"2022-12-17T08:37:00Z",key_n78:"https:/... | {"dim_b24":639,"col_x89":"2022-12-17T08:37:00Z","key_n78":"https://example.org/v1","dim_n89":"user@domain.com","prop_p53":46.55} | unquoted_keys | {
"type": "object",
"properties": {
"dim_b24": {
"type": "integer"
},
"col_x89": {
"type": "string",
"format": "date-time"
},
"key_n78": {
"type": "string",
"format": "uri"
},
"dim_n89": {
"type": "string"
},
"prop_p53": {
"type": "number... | {dim_b24:639,col_x89:"2022-12-17T08:37:00Z",key_n78:"https://example.org/v1",dim_n89:"user@domain.com",prop_p53:46.55} | Expecting property name enclosed in double quotes | {"dim_b24":639,"col_x89":"2022-12-17T08:37:00Z","key_n78":"https://example.org/v1","dim_n89":"user@domain.com","prop_p53":46.55} |
TASK repair_structured_output
SPEC
FIELD dim_i32.param_c31 TYPE null REQUIRED yes
FIELD dim_i32.attr_e40.prop_o59 TYPE null REQUIRED yes
FIELD dim_i32.attr_e40.attr_s77 TYPE boolean REQUIRED yes
FIELD dim_i32.attr_e40.param_b63 TYPE string_date-time REQUIRED yes
FIELD dim_i32.attr_e40.col_y75 TYPE string VALUES homozy... | {"dim_i32":{"param_c31":null,"attr_e40":{"prop_o59":null,"attr_s77":true,"param_b63":"2024-09-11T04:07:00Z","col_y75":"heterozygous"},"param_r06":"Silva"},"field_t14":49.8,"attr_o56":"enterprise","col_c16":"chr1","prop_c37":"homozygous","val_i27":{"prop_n72":false,"col_a82":false,"val_l80":{"param_i05":true,"attr_c29":... | null_required | {
"type": "object",
"properties": {
"dim_i32": {
"type": "object",
"properties": {
"param_c31": {
"type": "null"
},
"attr_e40": {
"type": "object",
"properties": {
"prop_o59": {
"type": "null"
},
... | {"dim_i32": {"param_c31": null, "attr_e40": {"prop_o59": null, "attr_s77": true, "param_b63": "2024-09-11T04:07:00Z", "col_y75": "heterozygous"}, "param_r06": "Silva"}, "field_t14": 49.8, "attr_o56": "enterprise", "col_c16": null, "prop_c37": "homozygous", "val_i27": {"prop_n72": false, "col_a82": false, "val_l80": {"p... | Required field 'col_c16' is null | {"dim_i32":{"param_c31":null,"attr_e40":{"prop_o59":null,"attr_s77":true,"param_b63":"2024-09-11T04:07:00Z","col_y75":"heterozygous"},"param_r06":"Silva"},"field_t14":49.8,"attr_o56":"enterprise","col_c16":"chr1","prop_c37":"homozygous","val_i27":{"prop_n72":false,"col_a82":false,"val_l80":{"param_i05":true,"attr_c29":... |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE boolean REQUIRED no
FIELD dosage TYPE boolean REQUIRED no
FIELD pressure_kpa.phone TYPE string REQUIRED no
FIELD pressure_kpa.total TYPE string REQUIRED yes
FIELD pressure_kpa.quantity TYPE number REQUIRED no
FIELD pressure_kpa.currency TYPE number REQUIRED no
F... | {"shift_code":true,"dosage":true,"pressure_kpa":{"phone":"https://api.example.com/v1","total":"London","quantity":238.49,"tags":"Maria","latitude":"degraded","fleet_number":{"catalyst":"2022-06-13T07:52:00Z","timezone":"2026-02-15T15:01:00Z","frequency_hz":"user@domain.com","department":16,"port_code":"2021-09-10T07:59... | tool_call_partial_args | {
"type": "object",
"properties": {
"shift_code": {
"type": "boolean"
},
"dosage": {
"type": "boolean"
},
"pressure_kpa": {
"type": "object",
"properties": {
"phone": {
"type": "string"
},
"total": {
"type": "string"
},
... | Let me check the system.
Action: calculate_price
Arguments: {"shift_code": true, "dosage": true, "price": {"organism": 26.5, "email": "2022-05-01T09:53:00Z", "full_name": 696, "position": "New York", "insurance_id": 398.64, "frequency_hz": 358}} | Agent tool call missing required parameter 'pressure_kpa' | {"shift_code":true,"dosage":true,"pressure_kpa":{"phone":"https://api.example.com/v1","total":"London","quantity":238.49,"tags":"Maria","latitude":"degraded","fleet_number":{"catalyst":"2022-06-13T07:52:00Z","timezone":"2026-02-15T15:01:00Z","frequency_hz":"user@domain.com","department":16,"port_code":"2021-09-10T07:59... |
TASK repair_structured_output
SPEC
FIELD prop_m55.dim_m81 TYPE number REQUIRED no
FIELD prop_m55.key_s32 TYPE string REQUIRED yes
FIELD prop_m55.attr_x33 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD prop_m55.param_z11 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD... | {"prop_m55":{"dim_m81":798.81,"key_s32":"cancelled","attr_x33":"mode_b","attr_u66":{"attr_q68":99,"col_i91":false,"col_x94":"option_c","val_l21":"completed","param_c29":"info@example.com","field_w87":"cat_b"},"val_x15":{"param_w03":"hemizygous","val_b40":"cat_b","col_c70":"demo","key_w50":978.42,"prop_a43":"completed"}... | truncated_object | {
"type": "object",
"properties": {
"prop_m55": {
"type": "object",
"properties": {
"dim_m81": {
"type": "number"
},
"key_s32": {
"type": "string"
},
"attr_x33": {
"type": "string",
"enum": [
"mode_a",
... | {"prop_m55":{"dim_m81":798.81,"key_s32":"cancelled","attr_x33":"mode_b","attr_u66":{"attr_q68":99,"col_i91":false,"col_x94":"option_c","val_l21":"completed","param_c29":"info@example.com","field_w87":"cat_b"},"val_x15":{"param_w03":"hemizygous","val_b40":"cat_b","col_c70":"demo","key_w50":978.42,"prop_a43":"completed"}... | Unexpected end of JSON input — truncated object | {"prop_m55":{"dim_m81":798.81,"key_s32":"cancelled","attr_x33":"mode_b","attr_u66":{"attr_q68":99,"col_i91":false,"col_x94":"option_c","val_l21":"completed","param_c29":"info@example.com","field_w87":"cat_b"},"val_x15":{"param_w03":"hemizygous","val_b40":"cat_b","col_c70":"demo","key_w50":978.42,"prop_a43":"completed"}... |
TASK repair_structured_output
SPEC
FIELD field_d25 TYPE integer REQUIRED yes
FIELD key_o75 TYPE string REQUIRED yes
FIELD param_t64[] TYPE null REQUIRED yes
BROKEN_OUTPUT
"field_d25":308,"key_o75":"RTG-04","param_t64":[null,null]} | {"field_d25":308,"key_o75":"RTG-04","param_t64":[null,null]} | missing_brace | {
"type": "object",
"properties": {
"field_d25": {
"type": "integer"
},
"key_o75": {
"type": "string"
},
"param_t64": {
"type": "array",
"items": {
"type": "null"
}
}
},
"required": [
"key_o75",
"field_d25",
"param_t64"
]
} | "field_d25":308,"key_o75":"RTG-04","param_t64":[null,null]} | Missing closing brace | {"field_d25":308,"key_o75":"RTG-04","param_t64":[null,null]} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE number REQUIRED yes
FIELD step TYPE null REQUIRED no
FIELD discount TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD email[].velocity TYPE integer REQUIRED yes
FIELD email[].visible TYPE integer REQUIRED yes
FIELD email[].filter_flag TYPE boolean R... | {"thumbnail":537.8,"step":null,"discount":"pro"} | single_quotes | {
"type": "object",
"properties": {
"thumbnail": {
"type": "number"
},
"step": {
"type": "null"
},
"discount": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"email": {
"type": "array",
"it... | {'thumbnail':537.8,'step':null,'discount':'pro'} | Expecting property name enclosed in double quotes | {"thumbnail":537.8,"step":null,"discount":"pro"} |
TASK repair_structured_output
SPEC
FIELD val_j01 TYPE string REQUIRED no
FIELD prop_g82.attr_g76 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD prop_g82.dim_e13 TYPE integer REQUIRED no
FIELD prop_g82.attr_k51.prop_k67 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD prop_g82.attr_k51.k... | {"attr_f56":false} | thought_process | {
"type": "object",
"properties": {
"val_j01": {
"type": "string"
},
"prop_g82": {
"type": "object",
"properties": {
"attr_g76": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"attr_f56":false} | Output contains chain-of-thought reasoning before JSON | {"attr_f56":false} |
TASK repair_structured_output
SPEC
FIELD param_j12 TYPE string REQUIRED no
FIELD col_s63 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD prop_y14 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD attr_f72 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
F... | {"param_j12":"Smith","col_s63":"mode_a","prop_y14":"mode_a","attr_f72":"option_d","key_d70":"pending"} | null_required | {
"type": "object",
"properties": {
"param_j12": {
"type": "string"
},
"col_s63": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"prop_y14": {
"type": "string",
"enum": [
"mode_a",
"mod... | {"param_j12": "Smith", "col_s63": null, "prop_y14": "mode_a", "attr_f72": "option_d", "key_d70": "pending"} | Required field 'col_s63' is null | {"param_j12":"Smith","col_s63":"mode_a","prop_y14":"mode_a","attr_f72":"option_d","key_d70":"pending"} |
TASK repair_structured_output
SPEC
FIELD prop_b94.dim_z03 TYPE number REQUIRED yes
FIELD prop_b94.val_s95 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_b94.param_q30 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD val_v55 TYPE string VALUES level_1|level_2|lev... | {"prop_b94":{"dim_z03":991.47,"param_q30":"level_6"},"val_v55":"level_1","attr_c68":"active","dim_w96":548,"prop_v18":"Silva","key_t86":"QC-07"} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_b94": {
"type": "object",
"properties": {
"dim_z03": {
"type": "number"
},
"val_s95": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
... | Processing the request now.
<tool_call name="align_reads">
{"prop_b94":{"dim_z03":991.47,"param_q30":"level_6"},"val_v55":"level_1","attr_c68":"active","dim_w96":548,"prop_v18":"Silva","key_t86":"QC-07"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"prop_b94":{"dim_z03":991.47,"param_q30":"level_6"},"val_v55":"level_1","attr_c68":"active","dim_w96":548,"prop_v18":"Silva","key_t86":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string REQUIRED yes
FIELD total TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD format[] TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> update_preferences
{phenotype: "Bob", total: "mode_c", format: ["https://example.com", "This is a test value... | {"phenotype":"Bob","total":"mode_c","format":["https://example.com","This is a test value.","RTG-04"]} | tool_call_bad_format | {
"type": "object",
"properties": {
"phenotype": {
"type": "string"
},
"total": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"format": {
"type": "array",
"items": {
"type": "string"
}
}
},
"requi... | <functioncall> update_preferences
{phenotype: "Bob", total: "mode_c", format: ["https://example.com", "This is a test value.", "RTG-04"]} | Tool call has malformed arguments — unquoted keys in function parameters | {"phenotype":"Bob","total":"mode_c","format":["https://example.com","This is a test value.","RTG-04"]} |
TASK repair_structured_output
SPEC
FIELD attr_s70 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_o54 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_o90 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_h74 TYPE integer REQUIRED no
FIELD attr_k74 TYPE integer REQUIRED yes... | {"attr_s70":"JPY","param_o54":"enterprise","dim_o90":"BRL","val_h74":133,"attr_k74":869,"val_m71":"critical","dim_k66":"foo"} | invalid_enum | {
"type": "object",
"properties": {
"attr_s70": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_o54": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | {"attr_s70": "JPY", "param_o54": "enterprise", "dim_o90": "BRL", "val_h74": 133, "attr_k74": 869, "val_m71": "invalid_choice_261", "dim_k66": "foo"} | Field 'val_m71' has invalid enum value 'invalid_choice_261', expected one of ['low', 'medium', 'high', 'critical'] | {"attr_s70":"JPY","param_o54":"enterprise","dim_o90":"BRL","val_h74":133,"attr_k74":869,"val_m71":"critical","dim_k66":"foo"} |
TASK repair_structured_output
SPEC
FIELD key_c73 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD attr_o27 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_a48 TYPE boolean REQUIRED no
FIELD field_s18 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD fie... | {"key_c73":"berthed","attr_o27":"operational","prop_a48":true,"field_s18":"phone","field_q37":964.9} | extra_text_after | {
"type": "object",
"properties": {
"key_c73": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"attr_o27": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"mai... | {"key_c73":"berthed","attr_o27":"operational","prop_a48":true,"field_s18":"phone","field_q37":964.9}
Data logged successfully. | Output contains non-JSON text after the object | {"key_c73":"berthed","attr_o27":"operational","prop_a48":true,"field_s18":"phone","field_q37":964.9} |
TASK repair_structured_output
SPEC
FIELD address TYPE boolean REQUIRED no
FIELD step TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD level.tax TYPE string REQUIRED yes
FIELD level.items TYPE boolean REQUIRED yes
FIELD level.medication TYPE string REQUIRED no
FIELD level.balance.paragraph TYPE string REQUIRED no... | {"address":false,"step":"cat_a","bill_of_lading":{"chromosome":true,"chapter":930.39,"currency":22}} | extra_text_after | {
"type": "object",
"properties": {
"address": {
"type": "boolean"
},
"step": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"level": {
"type": "object",
"properties": {
"tax": {
"type": "string"
... | {"address":false,"step":"cat_a","bill_of_lading":{"chromosome":true,"chapter":930.39,"currency":22}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"address":false,"step":"cat_a","bill_of_lading":{"chromosome":true,"chapter":930.39,"currency":22}} |
TASK repair_structured_output
SPEC
FIELD prop_q16 TYPE boolean REQUIRED yes
FIELD val_q32 TYPE boolean REQUIRED yes
FIELD param_q34 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD col_y62 TYPE string REQUIRED no
BROKEN_OUTPUT
Result: col_y62=This is a test value., {"prop_q16":true,"val... | {"prop_q16":true,"val_q32":false,"param_q34":"type_b","col_y62":"This is a test value."} | partial_structure | {
"type": "object",
"properties": {
"prop_q16": {
"type": "boolean"
},
"val_q32": {
"type": "boolean"
},
"param_q34": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
... | Result: col_y62=This is a test value., {"prop_q16":true,"val_q32":false,"param_q34":"type_b","col_y62":"This is a test value."} | Output mixes natural language with JSON | {"prop_q16":true,"val_q32":false,"param_q34":"type_b","col_y62":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD dim_v79.val_x43 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_v79.dim_b84 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_v79.col_r67 TYPE integer REQUIRED no
FIELD dim_v79.key_g23 TYPE string REQUIRED no
FIELD dim_v79.val_y48 TYPE integer REQUIRED... | {"dim_v79":{"dim_b84":"admin","key_g23":"completed","dim_e86":661},"val_g61":"published","dim_l53":"degraded","dim_w88":"hemizygous","dim_u65":973,"val_t05":"2020-06-13T21:17:00Z"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_v79": {
"type": "object",
"properties": {
"val_x43": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_b84": {
"type": "stri... | verify_hazmat_compliance(dim_v79={'dim_b84': 'admin', 'key_g23': 'completed', 'dim_e86': 661}, val_g61='published', dim_l53='degraded', dim_w88='hemizygous', dim_u65=973, val_t05='2020-06-13T21:17:00Z') | Tool call uses Python syntax instead of JSON | {"dim_v79":{"dim_b84":"admin","key_g23":"completed","dim_e86":661},"val_g61":"published","dim_l53":"degraded","dim_w88":"hemizygous","dim_u65":973,"val_t05":"2020-06-13T21:17:00Z"} |
TASK repair_structured_output
SPEC
FIELD type TYPE number REQUIRED yes
FIELD step TYPE boolean REQUIRED yes
FIELD yield_pct TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"type":892.4,"step":false,"yield_pct":false} | {"type":892.4,"step":false,"yield_pct":false} | missing_bracket | {
"type": "object",
"properties": {
"type": {
"type": "number"
},
"step": {
"type": "boolean"
},
"yield_pct": {
"type": "boolean"
}
},
"required": [
"type",
"yield_pct",
"step"
]
} | {"type":892.4,"step":false,"yield_pct":false} | Missing closing bracket | {"type":892.4,"step":false,"yield_pct":false} |
TASK repair_structured_output
SPEC
FIELD department TYPE string_date-time REQUIRED no
FIELD features TYPE string_uri REQUIRED no
FIELD nickname TYPE boolean REQUIRED no
FIELD city TYPE string VALUES draft|published|archived REQUIRED yes
FIELD latitude TYPE string REQUIRED no
FIELD username TYPE string VALUES single|ma... | {"department":"2023-03-03T14:48:00Z","features":"https://example.org/v1","nickname":true,"city":"published","latitude":"Tokyo","username":"single"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"department": {
"type": "string",
"format": "date-time"
},
"features": {
"type": "string",
"format": "uri"
},
"nickname": {
"type": "boolean"
},
"city": {
"type": "string",
"enum": [
"draft",
"p... | Tool: calculate_price
Params: {"department": "2023-03-03T14:48:00Z", "features": "https://example.org/v1", "nickname": true, "city": "published", "latitude": "Tokyo", "username_name": "single"} | Agent used wrong parameter name 'username_name' instead of 'username' | {"department":"2023-03-03T14:48:00Z","features":"https://example.org/v1","nickname":true,"city":"published","latitude":"Tokyo","username":"single"} |
TASK repair_structured_output
SPEC
FIELD color TYPE null REQUIRED no
FIELD salinity TYPE string_email REQUIRED yes
FIELD company TYPE integer REQUIRED yes
FIELD weight[].bed_number TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD weight[].coverage TYPE string REQUIRED yes
FIELD weight[].maturity_date... | {"color":null,"salinity":"test@domain.org","company":738,"weight":[{"bed_number":"inland","coverage":"sample","maturity_date":103,"format":"low"}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"color": {
"type": "null"
},
"salinity": {
"type": "string",
"format": "email"
},
"company": {
"type": "integer"
},
"weight": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | Let me check the system.
<tool_call name="process_payment">
{"color":null,"salinity":"test@domain.org","company":738,"weight":[{"bed_number":"inland","coverage":"sample","maturity_date":103,"format":"low"}]}
</tool_call. | Agent response mixes reasoning text with tool call | {"color":null,"salinity":"test@domain.org","company":738,"weight":[{"bed_number":"inland","coverage":"sample","maturity_date":103,"format":"low"}]} |
TASK repair_structured_output
SPEC
FIELD val_o12 TYPE string REQUIRED no
FIELD attr_r24.attr_h00 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_r24.val_l87 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD attr_r24.val_j90 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no... | {"val_o12":"Paris","attr_r24":{"attr_h00":"intermittent","val_l87":"xl","val_j90":"arctic","col_b91":705,"col_j28":false,"key_d37":"PASS"},"col_d49":"active","attr_l43":"error","key_m20":"homozygous","prop_b29":"offline","field_c77":130} | invalid_enum | {
"type": "object",
"properties": {
"val_o12": {
"type": "string"
},
"attr_r24": {
"type": "object",
"properties": {
"attr_h00": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
... | {"val_o12": "Paris", "attr_r24": {"attr_h00": "intermittent", "val_l87": "xl", "val_j90": "arctic", "col_b91": 705, "col_j28": false, "key_d37": "PASS"}, "col_d49": "active", "attr_l43": "error", "key_m20": "homozygous", "prop_b29": "invalid_choice_175", "field_c77": 130} | Field 'prop_b29' has invalid enum value 'invalid_choice_175', expected one of ['operational', 'degraded', 'offline', 'maintenance'] | {"val_o12":"Paris","attr_r24":{"attr_h00":"intermittent","val_l87":"xl","val_j90":"arctic","col_b91":705,"col_j28":false,"key_d37":"PASS"},"col_d49":"active","attr_l43":"error","key_m20":"homozygous","prop_b29":"offline","field_c77":130} |
TASK repair_structured_output
SPEC
FIELD level TYPE number REQUIRED no
FIELD salinity TYPE integer REQUIRED no
FIELD dosage TYPE string REQUIRED yes
FIELD annotation TYPE integer REQUIRED yes
FIELD patient_id TYPE string REQUIRED no
FIELD step TYPE string REQUIRED no
FIELD balance TYPE string REQUIRED no
FIELD commit_... | {"salinity":508,"dosage":"completed","annotation":63,"step":"Silva","balance":"https://api.example.com/v1"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"level": {
"type": "number"
},
"salinity": {
"type": "integer"
},
"dosage": {
"type": "string"
},
"annotation": {
"type": "integer"
},
"patient_id": {
"type": "string"
},
"step": {
"type": "string"
... | Tool: get_account
Params: {"salinity": 508, "dosage": "completed", "annotation": 63, "step": "Silva", "balance": "https://api.example.com/v1"} | Agent used wrong parameter name 'commit_hash_new' instead of 'commit_hash' | {"salinity":508,"dosage":"completed","annotation":63,"step":"Silva","balance":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_y65 TYPE string REQUIRED yes
FIELD field_a87 TYPE number REQUIRED no
FIELD prop_w09 TYPE string_date-time REQUIRED no
FIELD dim_t27 TYPE null REQUIRED yes
FIELD field_a14.dim_i24 TYPE string_uri REQUIRED no
FIELD field_a14.dim_q56 TYPE string REQUIRED yes
FIELD field_a14.pa... | {"dim_y65":"Johnson","field_a87":10.45,"prop_w09":"2020-11-27T20:02:00Z","dim_t27":null,"field_a14":{"dim_i24":"https://data.com/api","dim_q56":"Bob","param_b08":"2026-04-13T09:46:00Z"}} | truncated_object | {
"type": "object",
"properties": {
"dim_y65": {
"type": "string"
},
"field_a87": {
"type": "number"
},
"prop_w09": {
"type": "string",
"format": "date-time"
},
"dim_t27": {
"type": "null"
},
"field_a14": {
"type": "object",
"properties":... | {"dim_y65":"Johnson","field_a87":10.45,"prop_w09":"2020-11-27T20:02:00Z","dim_t27":null,"field_a14":{"dim_i24":"https://data.com/api","dim_q56":"Bob","param_b08":"2026-04-13T09:46:00Z"} | Unexpected end of JSON input — truncated object | {"dim_y65":"Johnson","field_a87":10.45,"prop_w09":"2020-11-27T20:02:00Z","dim_t27":null,"field_a14":{"dim_i24":"https://data.com/api","dim_q56":"Bob","param_b08":"2026-04-13T09:46:00Z"}} |
TASK repair_structured_output
SPEC
FIELD val_p76 TYPE string REQUIRED no
FIELD col_q29 TYPE string REQUIRED yes
FIELD field_e57 TYPE string_date-time REQUIRED no
FIELD col_y88.param_o91 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_y88.prop_o83.param_x66 TYPE string REQUIRED no
FIELD col_y88... | {"val_p76":"Maria","col_q29":"Jane","field_e57":"2022-03-27T07:09:00Z","col_y88":{"param_o91":"intermittent","prop_o83":{"val_i98":701,"attr_e69":"Smith"},"dim_e77":"2026-06-03T18:51:00Z"},"param_h41":495,"key_y53":"type_a","param_t71":298} | missing_required | {
"type": "object",
"properties": {
"val_p76": {
"type": "string"
},
"col_q29": {
"type": "string"
},
"field_e57": {
"type": "string",
"format": "date-time"
},
"col_y88": {
"type": "object",
"properties": {
"param_o91": {
"type": "str... | {"val_p76": "Maria", "field_e57": "2022-03-27T07:09:00Z", "col_y88": {"param_o91": "intermittent", "prop_o83": {"val_i98": 701, "attr_e69": "Smith"}, "dim_e77": "2026-06-03T18:51:00Z"}, "param_h41": 495, "key_y53": "type_a", "param_t71": 298} | Required field 'col_q29' is missing | {"val_p76":"Maria","col_q29":"Jane","field_e57":"2022-03-27T07:09:00Z","col_y88":{"param_o91":"intermittent","prop_o83":{"val_i98":701,"attr_e69":"Smith"},"dim_e77":"2026-06-03T18:51:00Z"},"param_h41":495,"key_y53":"type_a","param_t71":298} |
TASK repair_structured_output
SPEC
FIELD key_g16 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_t91 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_m79 TYPE integer REQUIRED yes
FIELD attr_u35.field_c68 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
F... | {"key_g16":"viewer","dim_t91":"frameshift","field_m79":28,"attr_u35":{"field_c68":"resolved","field_b06":363.4,"field_s95":"editor","field_m02":605,"dim_q30":"success","prop_e04":264,"val_e23":"2023-08-25T01:56:00Z"},"col_o62":{"dim_w94":652,"key_u28":793,"dim_p20":29,"val_o94":true,"field_r99":"sample"}} | extra_text_before | {
"type": "object",
"properties": {
"key_g16": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"dim_t91": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
... | The instrument reported:
{"key_g16":"viewer","dim_t91":"frameshift","field_m79":28,"attr_u35":{"field_c68":"resolved","field_b06":363.4,"field_s95":"editor","field_m02":605,"dim_q30":"success","prop_e04":264,"val_e23":"2023-08-25T01:56:00Z"},"col_o62":{"dim_w94":652,"key_u28":793,"dim_p20":29,"val_o94":true,"field_r99"... | Output contains non-JSON text before the object | {"key_g16":"viewer","dim_t91":"frameshift","field_m79":28,"attr_u35":{"field_c68":"resolved","field_b06":363.4,"field_s95":"editor","field_m02":605,"dim_q30":"success","prop_e04":264,"val_e23":"2023-08-25T01:56:00Z"},"col_o62":{"dim_w94":652,"key_u28":793,"dim_p20":29,"val_o94":true,"field_r99":"sample"}} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE integer REQUIRED yes
FIELD filter_flag TYPE string REQUIRED no
FIELD current_draw TYPE number REQUIRED yes
FIELD organism[].ward TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD organism[].items TYPE string VALUES operational|degraded|offline|mai... | {"freight_class":380,"filter_flag":"https://api.example.com/v1","current_draw":611.97,"organism":[{"ward":"inactive","items":"maintenance","procedure_code":"active","size":259.58},{"ward":"pending","items":"maintenance","procedure_code":"pending","size":923.58}],"phenotype":[{"fleet_number":"2023-12-25","torque_output"... | extra_text_before | {
"type": "object",
"properties": {
"freight_class": {
"type": "integer"
},
"filter_flag": {
"type": "string"
},
"current_draw": {
"type": "number"
},
"organism": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ward... | Sensor output follows:
{"freight_class":380,"filter_flag":"https://api.example.com/v1","current_draw":611.97,"organism":[{"ward":"inactive","items":"maintenance","procedure_code":"active","size":259.58},{"ward":"pending","items":"maintenance","procedure_code":"pending","size":923.58}],"phenotype":[{"fleet_number":"2023... | Output contains non-JSON text before the object | {"freight_class":380,"filter_flag":"https://api.example.com/v1","current_draw":611.97,"organism":[{"ward":"inactive","items":"maintenance","procedure_code":"active","size":259.58},{"ward":"pending","items":"maintenance","procedure_code":"pending","size":923.58}],"phenotype":[{"fleet_number":"2023-12-25","torque_output"... |
TASK repair_structured_output
SPEC
FIELD attr_a11 TYPE number REQUIRED yes
FIELD field_z70 TYPE integer REQUIRED yes
FIELD dim_x76 TYPE number REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: transfer_call
Result: {"attr_a11": 509.9, "dim_x76": 109.61}
I'll query our database.
Action: query_port_status
Re... | {"attr_a11":509.9,"field_z70":441,"dim_x76":109.61} | agent_chain | {
"type": "object",
"properties": {
"attr_a11": {
"type": "number"
},
"field_z70": {
"type": "integer"
},
"dim_x76": {
"type": "number"
}
},
"required": [
"dim_x76",
"field_z70",
"attr_a11"
]
} | Let me check the system.
Action: transfer_call
Result: {"attr_a11": 509.9, "dim_x76": 109.61}
I'll query our database.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"attr_a11":509.9,"field_z70":441,"dim_x76":109.61} |
TASK repair_structured_output
SPEC
FIELD param_l02 TYPE string REQUIRED yes
FIELD col_u63 TYPE integer REQUIRED no
FIELD key_b57 TYPE boolean REQUIRED yes
FIELD key_o36[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"param_l02":"John","col_u63":82,"key_b57":false,"key_o36":[621,945]}
This should match the schema you provi... | {"param_l02":"John","col_u63":82,"key_b57":false,"key_o36":[621,945]} | extra_text_after | {
"type": "object",
"properties": {
"param_l02": {
"type": "string"
},
"col_u63": {
"type": "integer"
},
"key_b57": {
"type": "boolean"
},
"key_o36": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"key_b57",
... | {"param_l02":"John","col_u63":82,"key_b57":false,"key_o36":[621,945]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"param_l02":"John","col_u63":82,"key_b57":false,"key_o36":[621,945]} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE number REQUIRED no
FIELD repository.order_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD repository.company TYPE number REQUIRED no
FIELD repository.section TYPE boolean REQUIRED no
FIELD repository.balance TYPE number REQUIRED yes
FIELD rep... | {"cargo_type":598.39,"repository":{"order_id":"success","company":127.98,"section":false,"balance":250.1,"price":697.05},"age":"https://www.org/api","category":"GBP"} | wrong_type | {
"type": "object",
"properties": {
"cargo_type": {
"type": "number"
},
"repository": {
"type": "object",
"properties": {
"order_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | {"cargo_type": "\"598.39\"", "repository": {"order_id": "success", "company": 127.98, "section": false, "balance": 250.1, "price": 697.05}, "age": "https://www.org/api", "category": "GBP"} | Field 'cargo_type' must be number, got string | {"cargo_type":598.39,"repository":{"order_id":"success","company":127.98,"section":false,"balance":250.1,"price":697.05},"age":"https://www.org/api","category":"GBP"} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string_email REQUIRED yes
FIELD address TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD id TYPE string REQUIRED yes
FIELD build_status TYPE string_email REQUIRED yes
FIELD terminal_id TYPE null REQUIRED no
FIELD altitude TYPE string REQUIRED no
BROKEN_OU... | {"reagent":"admin@test.io","address":"email","id":"John","build_status":"user@example.com"} | extra_text_after | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"format": "email"
},
"address": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"id": {
"type": "string"
},
"build_status": {
"t... | {"reagent":"admin@test.io","address":"email","id":"John","build_status":"user@example.com"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"reagent":"admin@test.io","address":"email","id":"John","build_status":"user@example.com"} |
TASK repair_structured_output
SPEC
FIELD field_p90 TYPE boolean REQUIRED no
FIELD key_w22 TYPE string REQUIRED no
FIELD attr_t25 TYPE boolean REQUIRED no
FIELD field_j59 TYPE string REQUIRED no
FIELD param_b69.col_u87 TYPE string_uri REQUIRED yes
FIELD param_b69.val_k80 TYPE string REQUIRED no
FIELD param_b69.col_r14 ... | {"field_p90":false,"attr_t25":false,"param_b69":{"col_u87":"https://www.com/api","val_k80":"demo","col_r14":true}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_p90": {
"type": "boolean"
},
"key_w22": {
"type": "string"
},
"attr_t25": {
"type": "boolean"
},
"field_j59": {
"type": "string"
},
"param_b69": {
"type": "object",
"properties": {
"col_u87": {... | generate_report(field_p90=False, attr_t25=False, param_b69={'col_u87': 'https://www.com/api', 'val_k80': 'demo', 'col_r14': True}) | Tool call uses Python syntax instead of JSON | {"field_p90":false,"attr_t25":false,"param_b69":{"col_u87":"https://www.com/api","val_k80":"demo","col_r14":true}} |
TASK repair_structured_output
SPEC
FIELD attr_g18 TYPE null REQUIRED no
FIELD field_m57 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD param_n69 TYPE string_uri REQUIRED yes
FIELD prop_p05[].dim_h15 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD prop_p05[].param_p56 TYPE string REQUIRED no
FIELD pr... | {"field_m57":"cat_c","param_n69":"https://www.com/api","prop_p05":[{"dim_h15":"mode_c","param_p56":"example","field_z11":false,"val_b12":"basic","param_p26":"RTG-04"},{"dim_h15":"mode_b","field_z11":true,"val_b12":"enterprise","key_l57":965,"param_p26":"FWD"},{"dim_h15":"mode_a","param_p56":"foo","field_z11":true,"val_... | missing_bracket | {
"type": "object",
"properties": {
"attr_g18": {
"type": "null"
},
"field_m57": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"param_n69": {
"type": "string",
"format": "uri"
},
"prop_p05": {
"type": "array... | {"field_m57":"cat_c","param_n69":"https://www.com/api","prop_p05":{"dim_h15":"mode_c","param_p56":"example","field_z11":false,"val_b12":"basic","param_p26":"RTG-04"},{"dim_h15":"mode_b","field_z11":true,"val_b12":"enterprise","key_l57":965,"param_p26":"FWD"},{"dim_h15":"mode_a","param_p56":"foo","field_z11":true,"val_b... | Missing closing bracket | {"field_m57":"cat_c","param_n69":"https://www.com/api","prop_p05":[{"dim_h15":"mode_c","param_p56":"example","field_z11":false,"val_b12":"basic","param_p26":"RTG-04"},{"dim_h15":"mode_b","field_z11":true,"val_b12":"enterprise","key_l57":965,"param_p26":"FWD"},{"dim_h15":"mode_a","param_p56":"foo","field_z11":true,"val_... |
TASK repair_structured_output
SPEC
FIELD balance TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD half_life TYPE string REQUIRED no
FIELD position TYPE integer REQUIRED no
FIELD timezone TYPE integer REQUIRED no
FIELD weight[].amplitude TYPE boolean REQUIRED no
FIELD weight[].phenotype TYPE null REQ... | {"balance":"unstable","half_life":"user@domain.com","position":786,"created_at":[false,true,false,true]} | markdown_fences | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"half_life": {
"type": "string"
},
"position": {
"type": "integer"
},
"timezone": {
"type": "integer"
}... | ```json
{"balance":"unstable","half_life":"user@domain.com","position":786,"created_at":[false,true,false,true]}
``` | Output contains markdown code fences | {"balance":"unstable","half_life":"user@domain.com","position":786,"created_at":[false,true,false,true]} |
TASK repair_structured_output
SPEC
FIELD field_i49 TYPE integer REQUIRED yes
FIELD val_e82.param_s38 TYPE string REQUIRED no
FIELD val_e82.col_x58 TYPE string REQUIRED no
FIELD val_e82.prop_q56 TYPE integer REQUIRED yes
FIELD val_e82.val_g06 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_e82.pa... | {"field_i49":389,"field_k36":113,"param_b08":"qux","val_d78":{"field_k09":"inland","key_a13":"type_b","param_u02":"John","prop_r03":325.1},"param_f69":564,"dim_g93":"maintenance"} | invalid_enum | {
"type": "object",
"properties": {
"field_i49": {
"type": "integer"
},
"val_e82": {
"type": "object",
"properties": {
"param_s38": {
"type": "string"
},
"col_x58": {
"type": "string"
},
"prop_q56": {
"type": "intege... | {"field_i49": 389, "field_k36": 113, "param_b08": "qux", "val_d78": {"field_k09": "inland", "key_a13": "type_b", "param_u02": "John", "prop_r03": 325.1}, "param_f69": 564, "dim_g93": "invalid_value_242"} | Field 'dim_g93' has invalid enum value 'invalid_value_242', expected one of ['operational', 'degraded', 'offline', 'maintenance'] | {"field_i49":389,"field_k36":113,"param_b08":"qux","val_d78":{"field_k09":"inland","key_a13":"type_b","param_u02":"John","prop_r03":325.1},"param_f69":564,"dim_g93":"maintenance"} |
TASK repair_structured_output
SPEC
FIELD key_j81 TYPE string REQUIRED no
FIELD attr_c60 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_v79 TYPE boolean REQUIRED no
FIELD prop_k15 TYPE string REQUIRED no
FIELD dim_o71.field_o84 TYPE string REQUIRED yes
FIELD dim_o71.val_r71.field_a09 TYPE str... | {"key_j81":"Berlin","attr_c60":"arctic","param_v79":false,"dim_o71":{"field_o84":"cancelled","val_r71":{"field_a09":"EUR","field_n41":"returned","attr_t52":"basic"},"dim_s95":{"key_p94":"homozygous","attr_e52":"2024-06-30","key_w37":[401,57]},"param_q07":170},"field_t96":{"attr_q46":"John","key_u80":729,"attr_f66":null... | extra_field | {
"type": "object",
"properties": {
"key_j81": {
"type": "string"
},
"attr_c60": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_v79": {
"type": "boolean"
},
"prop_k15": {
"type": "stri... | {"key_j81": "Berlin", "attr_c60": "arctic", "param_v79": false, "dim_o71": {"field_o84": "cancelled", "val_r71": {"field_a09": "EUR", "field_n41": "returned", "attr_t52": "basic"}, "dim_s95": {"key_p94": "homozygous", "attr_e52": "2024-06-30", "key_w37": [401, 57]}, "param_q07": 170}, "field_t96": {"attr_q46": "John", ... | Unknown field 'extra_data_1493' not defined in schema | {"key_j81":"Berlin","attr_c60":"arctic","param_v79":false,"dim_o71":{"field_o84":"cancelled","val_r71":{"field_a09":"EUR","field_n41":"returned","attr_t52":"basic"},"dim_s95":{"key_p94":"homozygous","attr_e52":"2024-06-30","key_w37":[401,57]},"param_q07":170},"field_t96":{"attr_q46":"John","key_u80":729,"attr_f66":null... |
TASK repair_structured_output
SPEC
FIELD dim_v22 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_b13 TYPE string_date-time REQUIRED no
FIELD field_g61.col_h22 TYPE boolean REQUIRED yes
FIELD field_g61.val_s60.dim_g92 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRE... | {"dim_v22":"in_transit","field_g61":{"col_h22":true,"val_s60":{"dim_g92":"level_5","field_y46":null,"col_m53":"info","val_h35":362,"field_c94":"draft","prop_c36":636.95,"val_a42":"mode_c"},"col_g79":331.75,"prop_b99":716.31,"field_c96":"ops@test.io"},"val_x40":"medium","param_h88":{"key_s80":"quux"}} | truncated_object | {
"type": "object",
"properties": {
"dim_v22": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_b13": {
"type": "string",
"format": "date-time"
},
"field_g61": {
"type": "object",
"prop... | {"dim_v22":"in_transit","field_g61":{"col_h22":true,"val_s60":{"dim_g92":"level_5","field_y46":null,"col_m53":"info","val_h35":362,"field_c94":"draft","prop_c36":636.95,"val_a42":"mode_c"},"col_g79":331.75,"prop_b99":716.31,"field_c96":"ops@test.io"},"val_x40":"medium","param_h88":{"key_s80":"quux"} | Unexpected end of JSON input — truncated object | {"dim_v22":"in_transit","field_g61":{"col_h22":true,"val_s60":{"dim_g92":"level_5","field_y46":null,"col_m53":"info","val_h35":362,"field_c94":"draft","prop_c36":636.95,"val_a42":"mode_c"},"col_g79":331.75,"prop_b99":716.31,"field_c96":"ops@test.io"},"val_x40":"medium","param_h88":{"key_s80":"quux"}} |
TASK repair_structured_output
SPEC
FIELD prop_q14 TYPE string REQUIRED yes
FIELD prop_n68 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_a50 TYPE string REQUIRED yes
FIELD val_c23 TYPE string REQUIRED no
FIELD col_c88 TYPE number REQUIRED no
FIELD param_z76 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
L... | {"prop_q14":"Jane","prop_n68":"email","attr_a50":"Charlie","col_c88":573.17,"param_z76":"https://www.com/data"} | thought_process | {
"type": "object",
"properties": {
"prop_q14": {
"type": "string"
},
"prop_n68": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_a50": {
"type": "string"
},
"val_c23": {
"type": "string"
},
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"prop_q14":"Jane","prop_n68":"email","attr_a50":"Charlie","col_c88":573.17,"param_z76":"https://www.com/data"} | Output contains chain-of-thought reasoning before JSON | {"prop_q14":"Jane","prop_n68":"email","attr_a50":"Charlie","col_c88":573.17,"param_z76":"https://www.com/data"} |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE null REQUIRED yes
FIELD title.run_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD title.product_id.hazmat_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD title.product_id.comments TYPE string REQUIRED no
FIELD title.pr... | {"patient_id":null,"title":{"product_id":{"hazmat_code":"delivered","branch":"Luis","span_id":"https://api.org/api"},"compound":null,"version":786,"commit_hash":"user@example.com","strand":"https://www.org/api","items":600,"phenotype":"draft"},"timezone":"underway","latitude":"https://example.com/data","notes":{"humidi... | tool_call_wrong_param | {
"type": "object",
"properties": {
"patient_id": {
"type": "null"
},
"title": {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"pro... | Tool: read_sensor_array
Params: {"patient_id": null, "title": {"product_id": {"hazmat_code": "delivered", "branch": "Luis", "span_id": "https://api.org/api"}, "compound": null, "version": 786, "commit_hash": "user@example.com", "strand": "https://www.org/api", "items": 600, "phenotype": "draft"}, "latitude": "https://e... | Agent used wrong parameter name 'timezone_id' instead of 'timezone' | {"patient_id":null,"title":{"product_id":{"hazmat_code":"delivered","branch":"Luis","span_id":"https://api.org/api"},"compound":null,"version":786,"commit_hash":"user@example.com","strand":"https://www.org/api","items":600,"phenotype":"draft"},"timezone":"underway","latitude":"https://example.com/data","notes":{"humidi... |
TASK repair_structured_output
SPEC
FIELD param_x21 TYPE string REQUIRED yes
FIELD param_p85 TYPE string REQUIRED yes
FIELD prop_q61 TYPE integer REQUIRED yes
FIELD field_j56 TYPE null REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: get_weather
Arguments: {"param_p85": "Paris", "prop_q61": 118, "field_j56"... | {"param_x21":"2023-12-25","param_p85":"Paris","prop_q61":118,"field_j56":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_x21": {
"type": "string"
},
"param_p85": {
"type": "string"
},
"prop_q61": {
"type": "integer"
},
"field_j56": {
"type": "null"
}
},
"required": [
"param_p85",
"prop_q61",
"param_x21",
"field_j56"
... | Let me check the system.
Action: get_weather
Arguments: {"param_p85": "Paris", "prop_q61": 118, "field_j56": null} | Agent tool call missing required parameter 'param_x21' | {"param_x21":"2023-12-25","param_p85":"Paris","prop_q61":118,"field_j56":null} |
TASK repair_structured_output
SPEC
FIELD key_x30 TYPE null REQUIRED no
FIELD attr_e74 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD val_y74 TYPE null REQUIRED no
FIELD attr_j58 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_e04 TYPE integer REQUIRED no
FIELD dim_g3... | {"key_x30":null,"attr_e74":"open","val_y74":null,"attr_j58":"homozygous","key_e04":550,"dim_g31":{"attr_k11":"Charlie","col_v24":null,"field_m17":455,"dim_q44":"confirmed","key_t54":39.91}} | invalid_enum | {
"type": "object",
"properties": {
"key_x30": {
"type": "null"
},
"attr_e74": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"val_y74": {
"type": "null"
},
"attr_j58": {
"type": "string",... | {"key_x30": null, "attr_e74": "invalid_option_404", "val_y74": null, "attr_j58": "homozygous", "key_e04": 550, "dim_g31": {"attr_k11": "Charlie", "col_v24": null, "field_m17": 455, "dim_q44": "confirmed", "key_t54": 39.91}} | Field 'attr_e74' has invalid enum value 'invalid_option_404', expected one of ['open', 'in_progress', 'resolved', 'closed'] | {"key_x30":null,"attr_e74":"open","val_y74":null,"attr_j58":"homozygous","key_e04":550,"dim_g31":{"attr_k11":"Charlie","col_v24":null,"field_m17":455,"dim_q44":"confirmed","key_t54":39.91}} |
TASK repair_structured_output
SPEC
FIELD dim_f13 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_q79 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD param_a36 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_y65 TYPE string REQUIRED no
FIELD prop_z83 TYPE... | {"prop_q79":"synonymous","prop_z83":"https://data.org/data","col_k34":"Santos"} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_f13": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_q79": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
... | I need to look up the information first.
Action: transfer_call
Arguments: {"prop_q79": "synonymous", "col_k34": "Santos"} | Agent tool call missing required parameter 'prop_z83' | {"prop_q79":"synonymous","prop_z83":"https://data.org/data","col_k34":"Santos"} |
TASK repair_structured_output
SPEC
FIELD dim_s66 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_w11 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD param_c05 TYPE integer REQUIRED no
FIELD attr_b48 TYPE integer REQUIRED yes
FIELD param_v53 TYPE string VALUES small|medium|larg... | {"dim_s66":"missense","val_w11":"admin","attr_b48":979,"param_v53":"small","attr_j85":"anchored","param_x94":null} | single_quotes | {
"type": "object",
"properties": {
"dim_s66": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"val_w11": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
... | {'dim_s66':'missense','val_w11':'admin','attr_b48':979,'param_v53':'small','attr_j85':'anchored','param_x94':null} | Expecting property name enclosed in double quotes | {"dim_s66":"missense","val_w11":"admin","attr_b48":979,"param_v53":"small","attr_j85":"anchored","param_x94":null} |
TASK repair_structured_output
SPEC
FIELD dim_s29 TYPE number REQUIRED yes
FIELD attr_o67 TYPE boolean REQUIRED no
FIELD prop_j84 TYPE string_email REQUIRED yes
FIELD key_k73[].prop_h84 TYPE string REQUIRED yes
FIELD key_k73[].dim_y45 TYPE string REQUIRED no
FIELD key_k73[].dim_z72 TYPE string REQUIRED yes
FIELD key_k7... | {"dim_s29":341.77,"attr_o67":true,"prop_j84":"test@domain.org","key_k73":[{"prop_h84":"qux","dim_z72":"https://api.example.com/v1","col_f81":150,"dim_e71":"missense"},{"prop_h84":"test","dim_z72":"GRCh38","col_f81":383,"dim_e71":"missense"}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_s29": {
"type": "number"
},
"attr_o67": {
"type": "boolean"
},
"prop_j84": {
"type": "string",
"format": "email"
},
"key_k73": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | lookup_customer(dim_s29=341.77, attr_o67=True, prop_j84='test@domain.org', key_k73=[{'prop_h84': 'qux', 'dim_z72': 'https://api.example.com/v1', 'col_f81': 150, 'dim_e71': 'missense'}, {'prop_h84': 'test', 'dim_z72': 'GRCh38', 'col_f81': 383, 'dim_e71': 'missense'}]) | Tool call uses Python syntax instead of JSON | {"dim_s29":341.77,"attr_o67":true,"prop_j84":"test@domain.org","key_k73":[{"prop_h84":"qux","dim_z72":"https://api.example.com/v1","col_f81":150,"dim_e71":"missense"},{"prop_h84":"test","dim_z72":"GRCh38","col_f81":383,"dim_e71":"missense"}]} |
TASK repair_structured_output
SPEC
FIELD options TYPE string REQUIRED yes
FIELD manifest_ref TYPE boolean REQUIRED yes
FIELD total TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"options":"pending","manifest_ref":true,"total":false | {"options":"pending","manifest_ref":true,"total":false} | truncated_object | {
"type": "object",
"properties": {
"options": {
"type": "string"
},
"manifest_ref": {
"type": "boolean"
},
"total": {
"type": "boolean"
}
},
"required": [
"manifest_ref",
"options",
"total"
]
} | {"options":"pending","manifest_ref":true,"total":false | Unexpected end of JSON input — truncated object | {"options":"pending","manifest_ref":true,"total":false} |
TASK repair_structured_output
SPEC
FIELD discount TYPE integer REQUIRED yes
FIELD thumbnail TYPE string REQUIRED yes
FIELD department TYPE integer REQUIRED no
FIELD score[].section TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD score[].first_name TYPE string VALUES homozygous|heterozygous|hemizygous REQ... | {"discount":344,"thumbnail":"New York","department":534,"score":[{"section":"cat_a","first_name":"heterozygous","version":"2022-11-15T16:02:00Z","thumbnail":"bar"},{"section":"cat_b","first_name":"homozygous","date":"black","thumbnail":"user@domain.com"}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"discount": {
"type": "integer"
},
"thumbnail": {
"type": "string"
},
"department": {
"type": "integer"
},
"score": {
"type": "array",
"items": {
"type": "object",
"properties": {
"section": {
... | Tool: check_cargo_manifest
Params: {"discount": 344, "thumbnail": "New York", "department": 534, "score_name": [{"section": "cat_a", "first_name": "heterozygous", "version": "2022-11-15T16:02:00Z", "thumbnail": "bar"}, {"section": "cat_b", "first_name": "homozygous", "date": "black", "thumbnail": "user@domain.com"}]} | Agent used wrong parameter name 'score_name' instead of 'score' | {"discount":344,"thumbnail":"New York","department":534,"score":[{"section":"cat_a","first_name":"heterozygous","version":"2022-11-15T16:02:00Z","thumbnail":"bar"},{"section":"cat_b","first_name":"homozygous","date":"black","thumbnail":"user@domain.com"}]} |
TASK repair_structured_output
SPEC
FIELD param_s15 TYPE string REQUIRED yes
FIELD dim_g79.col_g90 TYPE string REQUIRED yes
FIELD dim_g79.val_d11 TYPE string_uri REQUIRED no
FIELD dim_g79.field_l44 TYPE boolean REQUIRED yes
FIELD dim_g79.field_n78 TYPE integer REQUIRED yes
FIELD val_c96 TYPE string_email REQUIRED no
B... | {"param_s15":"MV-Evergreen-01","dim_g79":{"col_g90":"qux","val_d11":"https://api.org/data","field_l44":true,"field_n78":656},"val_c96":"info@domain.org"} | partial_structure | {
"type": "object",
"properties": {
"param_s15": {
"type": "string"
},
"dim_g79": {
"type": "object",
"properties": {
"col_g90": {
"type": "string"
},
"val_d11": {
"type": "string",
"format": "uri"
},
"field_l44": {
... | The param_s15 is MV-Evergreen-01 and {"param_s15":"MV-Evergreen-01","dim_g79":{"col_g90":"qux","val_d11":"https://api.org/data","field_l44":true,"field_n78":656},"val_c96":"info@domain.org"} | Output mixes natural language with JSON | {"param_s15":"MV-Evergreen-01","dim_g79":{"col_g90":"qux","val_d11":"https://api.org/data","field_l44":true,"field_n78":656},"val_c96":"info@domain.org"} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD comments TYPE string REQUIRED no
FIELD price[].format TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD price[].loan_amount TYPE string REQUIRED yes
FIELD price[].crew_id TYPE string VALUE... | {"title":"open","price":[{"format":"low","loan_amount":"test@example.com"},{"format":"low","loan_amount":"test","crew_id":"USD"},{"format":"critical","loan_amount":"Smith","crew_id":"BRL"},{"format":"medium","loan_amount":"hello","crew_id":"USD"}]} | thought_process | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"comments": {
"type": "string"
},
"price": {
"type": "array",
"items": {
"type": "object",
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"title":"open","price":[{"format":"low","loan_amount":"test@example.com"},{"format":"low","loan_amount":"test","crew_id":"USD"},{"format":"critical","loan_amount":"Smith","crew_id":"BRL"},{"format":"... | Output contains chain-of-thought reasoning before JSON | {"title":"open","price":[{"format":"low","loan_amount":"test@example.com"},{"format":"low","loan_amount":"test","crew_id":"USD"},{"format":"critical","loan_amount":"Smith","crew_id":"BRL"},{"format":"medium","loan_amount":"hello","crew_id":"USD"}]} |
TASK repair_structured_output
SPEC
FIELD key_n90 TYPE boolean REQUIRED no
FIELD col_y29.attr_q25 TYPE string_date-time REQUIRED no
FIELD col_y29.prop_s34 TYPE number REQUIRED yes
FIELD col_y29.dim_j66.field_f86 TYPE boolean REQUIRED yes
FIELD col_y29.dim_j66.val_z71 TYPE string VALUES low|medium|high|critical REQUIRED... | {"key_n90":false,"col_y29":{"attr_q25":"2025-04-16T22:26:00Z","prop_s34":567.97,"dim_a52":{"val_r67":"anchored","dim_b33":"2023-02-22T02:48:00Z","field_u81":"quux"}},"val_i36":764.86,"field_z43":338,"param_p09":"editor","prop_i66":true,"val_q81":117} | wrong_type | {
"type": "object",
"properties": {
"key_n90": {
"type": "boolean"
},
"col_y29": {
"type": "object",
"properties": {
"attr_q25": {
"type": "string",
"format": "date-time"
},
"prop_s34": {
"type": "number"
},
"dim_j66... | {"key_n90": false, "col_y29": {"attr_q25": "2025-04-16T22:26:00Z", "prop_s34": 567.97, "dim_a52": {"val_r67": "anchored", "dim_b33": "2023-02-22T02:48:00Z", "field_u81": "quux"}}, "val_i36": "\"764.86\"", "field_z43": 338, "param_p09": "editor", "prop_i66": true, "val_q81": 117} | Field 'val_i36' must be number, got string | {"key_n90":false,"col_y29":{"attr_q25":"2025-04-16T22:26:00Z","prop_s34":567.97,"dim_a52":{"val_r67":"anchored","dim_b33":"2023-02-22T02:48:00Z","field_u81":"quux"}},"val_i36":764.86,"field_z43":338,"param_p09":"editor","prop_i66":true,"val_q81":117} |
TASK repair_structured_output
SPEC
FIELD prop_c47 TYPE integer REQUIRED yes
FIELD key_j50 TYPE string REQUIRED no
FIELD col_f03 TYPE boolean REQUIRED no
FIELD col_s29[] TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the required fields, then fil... | {"prop_c47":393,"key_j50":"https://example.com","col_f03":true,"col_s29":["cat_b"]} | thought_process | {
"type": "object",
"properties": {
"prop_c47": {
"type": "integer"
},
"key_j50": {
"type": "string"
},
"col_f03": {
"type": "boolean"
},
"col_s29": {
"type": "array",
"items": {
"type": "string",
"enum": [
"cat_a",
"cat_b... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"prop_c47":393,"key_j50":"https://example.com","col_f03":true,"col_s29":["cat_b"]} | Output contains chain-of-thought reasoning before JSON | {"prop_c47":393,"key_j50":"https://example.com","col_f03":true,"col_s29":["cat_b"]} |
TASK repair_structured_output
SPEC
FIELD param_w76 TYPE integer REQUIRED no
FIELD param_w44 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_s46 TYPE number REQUIRED no
FIELD val_q91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_a51.param_g17 TYPE string VALUES berthed|anchored|underway... | {"param_w44":"archived","dim_s46":498.92,"val_a51":{"attr_m88":539,"dim_s73":"test","key_e86":"coastal","val_h94":[621,334]},"key_w56":474,"field_f39":"baz"} | missing_required | {
"type": "object",
"properties": {
"param_w76": {
"type": "integer"
},
"param_w44": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_s46": {
"type": "number"
},
"val_q91": {
"type": "string",
"enum... | {"param_w44": "archived", "dim_s46": 498.92, "key_w56": 474, "field_f39": "baz"} | Required field 'val_a51' is missing | {"param_w44":"archived","dim_s46":498.92,"val_a51":{"attr_m88":539,"dim_s73":"test","key_e86":"coastal","val_h94":[621,334]},"key_w56":474,"field_f39":"baz"} |
TASK repair_structured_output
SPEC
FIELD col_p83 TYPE string REQUIRED yes
FIELD val_c73 TYPE integer REQUIRED yes
FIELD val_l46 TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
{"col_p83": "pending", "val_l46": "black"} | {"col_p83":"pending","val_c73":11,"val_l46":"black"} | missing_required | {
"type": "object",
"properties": {
"col_p83": {
"type": "string"
},
"val_c73": {
"type": "integer"
},
"val_l46": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
}
},
"required": [
"col_p83... | {"col_p83": "pending", "val_l46": "black"} | Required field 'val_c73' is missing | {"col_p83":"pending","val_c73":11,"val_l46":"black"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string_uri REQUIRED no
FIELD footnote TYPE integer REQUIRED no
FIELD department TYPE string REQUIRED yes
BROKEN_OUTPUT
{'medication':'https://api.org/api','footnote':158,'department':'John'} | {"medication":"https://api.org/api","footnote":158,"department":"John"} | single_quotes | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"format": "uri"
},
"footnote": {
"type": "integer"
},
"department": {
"type": "string"
}
},
"required": [
"department"
]
} | {'medication':'https://api.org/api','footnote':158,'department':'John'} | Expecting property name enclosed in double quotes | {"medication":"https://api.org/api","footnote":158,"department":"John"} |
TASK repair_structured_output
SPEC
FIELD key_w85 TYPE string REQUIRED no
FIELD key_d92 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD val_o77 TYPE string REQUIRED no
FIELD val_e46 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_z60 TYPE integer REQUIRED yes
FIELD val_u96 TYP... | {"val_e46":"reliable","col_z60":449,"val_u96":false,"val_n66":{"attr_y77":"inland","attr_a08":"cancelled","col_t96":{"val_y10":"2023-03-10T17:10:00Z","val_k19":136,"key_l17":"https://example.org/data"}}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_w85": {
"type": "string"
},
"key_d92": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"val_o77": {
"type": "string"
},
"val_e46": {
"type":... | Tool: align_reads
Params: {"val_e46": "reliable", "col_z60": 449, "val_u96": false, "val_n66": {"attr_y77": "inland", "attr_a08": "cancelled", "col_t96": {"val_y10": "2023-03-10T17:10:00Z", "val_k19": 136, "key_l17": "https://example.org/data"}}} | Agent used wrong parameter name 'val_o772' instead of 'val_o77' | {"val_e46":"reliable","col_z60":449,"val_u96":false,"val_n66":{"attr_y77":"inland","attr_a08":"cancelled","col_t96":{"val_y10":"2023-03-10T17:10:00Z","val_k19":136,"key_l17":"https://example.org/data"}}} |
TASK repair_structured_output
SPEC
FIELD col_v60 TYPE integer REQUIRED yes
FIELD key_s18 TYPE string_email REQUIRED yes
FIELD attr_k59.dim_z09 TYPE number REQUIRED no
FIELD attr_k59.prop_k62 TYPE string_email REQUIRED yes
FIELD attr_k59.key_n27 TYPE integer REQUIRED yes
FIELD attr_k59.col_j00 TYPE string REQUIRED no
F... | {"col_v60":711,"key_s18":"test@test.io","attr_k59":{"dim_z09":29.99,"prop_k62":"user@example.com","key_n27":194,"field_k32":694,"attr_x27":"reliable","col_g61":"user@test.io"},"prop_q01":true} | truncated_array | {
"type": "object",
"properties": {
"col_v60": {
"type": "integer"
},
"key_s18": {
"type": "string",
"format": "email"
},
"attr_k59": {
"type": "object",
"properties": {
"dim_z09": {
"type": "number"
},
"prop_k62": {
"type... | {"col_v60":711,"key_s18":"test@test.io","attr_k59":{"dim_z09":29.99,"prop_k62":"user@example.com","key_n27":194,"field_k32":694,"attr_x27":"reliable","col_g61":"user@test.io"},"prop_q01":true | Unexpected end of JSON input — truncated object | {"col_v60":711,"key_s18":"test@test.io","attr_k59":{"dim_z09":29.99,"prop_k62":"user@example.com","key_n27":194,"field_k32":694,"attr_x27":"reliable","col_g61":"user@test.io"},"prop_q01":true} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD first_name TYPE string REQUIRED yes
FIELD yield_pct TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dosage TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{"... | {"medication":"anchored","first_name":"2024-01-15","yield_pct":"published","dosage":"critical"} | extra_field | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"first_name": {
"type": "string"
},
"yield_pct": {
"type": "string",
"enum": [
"draft",
... | {"medication": "anchored", "first_name": "2024-01-15", "yield_pct": "published", "dosage": "critical", "extra_data_3792": 42} | Unknown field 'extra_data_3792' not defined in schema | {"medication":"anchored","first_name":"2024-01-15","yield_pct":"published","dosage":"critical"} |
TASK repair_structured_output
SPEC
FIELD description TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD port_code TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD start_date TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD status_code TYPE number REQUIRED no
BROKEN_OUTPU... | {"description":"low","port_code":"pending","start_date":"in_transit"} | missing_required | {
"type": "object",
"properties": {
"description": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"port_code": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"s... | {"description": "low", "start_date": "in_transit"} | Required field 'port_code' is missing | {"description":"low","port_code":"pending","start_date":"in_transit"} |
TASK repair_structured_output
SPEC
FIELD field_o74 TYPE null REQUIRED no
FIELD val_h43 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_a53.field_i73 TYPE integer REQUIRED yes
FIELD col_a53.dim_w69 TYPE integer REQUIRED no
FIELD col_a53.col_i16 TYPE integer REQUIRED yes
FIELD col_a53.key_f64.param_c55 T... | {"val_h43":"medium","col_a53":{"field_i73":308,"dim_w69":150,"col_i16":179,"key_f64":{"param_c55":"unstable","field_v21":"RTG-04","key_t74":"success","field_u87":false,"prop_e18":837}},"field_d17":{"dim_b74":670,"col_g38":{"dim_h32":913,"col_k72":"green","val_n85":989,"attr_t85":235,"dim_j01":"world"},"attr_x09":{"prop... | thought_process | {
"type": "object",
"properties": {
"field_o74": {
"type": "null"
},
"val_h43": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_a53": {
"type": "object",
"properties": {
"field_i73": {
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"val_h43":"medium","col_a53":{"field_i73":308,"dim_w69":150,"col_i16":179,"key_f64":{"param_c55":"unstable","field_v21":"RTG-04","key_t74":"success","field_u87":false,"prop_e18":837}},"field_d17":{"dim_b74":670,"col_g38":{"dim_h32":9... | Output contains chain-of-thought reasoning before JSON | {"val_h43":"medium","col_a53":{"field_i73":308,"dim_w69":150,"col_i16":179,"key_f64":{"param_c55":"unstable","field_v21":"RTG-04","key_t74":"success","field_u87":false,"prop_e18":837}},"field_d17":{"dim_b74":670,"col_g38":{"dim_h32":913,"col_k72":"green","val_n85":989,"attr_t85":235,"dim_j01":"world"},"attr_x09":{"prop... |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD voltage TYPE string_uri REQUIRED no
FIELD zip_code TYPE string REQUIRED yes
FIELD values.price TYPE string_uri REQUIRED yes
FIELD values.ph_level.humidity_pct TYPE string VALUES ca... | {"conductivity":"level_1","voltage":"https://example.io/data","zip_code":"Johnson"} | markdown_fences | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"voltage": {
"type": "string",
"format": "uri"
},
"zip_code": {
... | ```json
{"conductivity":"level_1","voltage":"https://example.io/data","zip_code":"Johnson"}
``` | Output contains markdown code fences | {"conductivity":"level_1","voltage":"https://example.io/data","zip_code":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD discount TYPE string VALUES active|inactive|pending REQUIRED no
FIELD temp_celsius TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD deploy_target TYPE string VALUES email|phone|sms|push REQU... | {"turbidity":"open","discount":"pending","temp_celsius":"admin","deploy_target":"push","amount":false,"city":"REV","insurance_id":686.67} | unquoted_keys | {
"type": "object",
"properties": {
"turbidity": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"discount": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
... | {turbidity:"open",discount:"pending",temp_celsius:"admin",deploy_target:"push",amount:false,city:"REV",insurance_id:686.67} | Expecting property name enclosed in double quotes | {"turbidity":"open","discount":"pending","temp_celsius":"admin","deploy_target":"push","amount":false,"city":"REV","insurance_id":686.67} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string_email REQUIRED yes
FIELD vessel_name TYPE string REQUIRED no
FIELD loan_amount.comments TYPE number REQUIRED yes
FIELD loan_amount.item_id TYPE string REQUIRED no
FIELD loan_amount.sensor_id.score TYPE integer REQUIRED yes
FIELD loan_amount.sensor_id.vita... | {"wavelength":"ops@example.com","loan_amount":{"comments":983.56,"item_id":"user@domain.com","sensor_id":{"score":402,"vital_sign":true,"item_id":"resolved","bill_of_lading":"2024-02-22T09:23:00Z"}},"active":true} | missing_required | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"format": "email"
},
"vessel_name": {
"type": "string"
},
"loan_amount": {
"type": "object",
"properties": {
"comments": {
"type": "number"
},
"item_id": {
... | {"loan_amount": {"comments": 983.56, "item_id": "user@domain.com", "sensor_id": {"score": 402, "vital_sign": true, "item_id": "resolved", "bill_of_lading": "2024-02-22T09:23:00Z"}}, "active": true} | Required field 'wavelength' is missing | {"wavelength":"ops@example.com","loan_amount":{"comments":983.56,"item_id":"user@domain.com","sensor_id":{"score":402,"vital_sign":true,"item_id":"resolved","bill_of_lading":"2024-02-22T09:23:00Z"}},"active":true} |
TASK repair_structured_output
SPEC
FIELD dim_u83 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD prop_i44 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD prop_p94 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_f21 TYPE integer REQUIR... | {"dim_u83":"new","prop_i44":"in_transit","prop_p94":"escalated","key_f21":367,"col_n55":91.99} | invalid_enum | {
"type": "object",
"properties": {
"dim_u83": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_i44": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"return... | {"dim_u83": "new", "prop_i44": "invalid_choice_58", "prop_p94": "escalated", "key_f21": 367, "col_n55": 91.99} | Field 'prop_i44' has invalid enum value 'invalid_choice_58', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"dim_u83":"new","prop_i44":"in_transit","prop_p94":"escalated","key_f21":367,"col_n55":91.99} |
TASK repair_structured_output
SPEC
FIELD username TYPE integer REQUIRED no
FIELD date TYPE null REQUIRED no
FIELD width TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD frequency_hz TYPE string REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action:... | {"username":172,"date":null,"width":"in_progress","frequency_hz":"2024-01-15","deploy_target":"New York"} | agent_chain | {
"type": "object",
"properties": {
"username": {
"type": "integer"
},
"date": {
"type": "null"
},
"width": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"frequency_hz": {
"type": "string... | Let me check the system.
Action: query_port_status
Result: {"username": 172, "date": null, "width": "in_progress", "frequency_hz": "2024-01-15"}
I'll query our database.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"username":172,"date":null,"width":"in_progress","frequency_hz":"2024-01-15","deploy_target":"New York"} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD order_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD annotation TYPE string REQUIRED no
FIELD batch_code TYPE number REQUIRED yes
FIELD rating TYPE string REQUIRE... | {"insurance_id":"open","order_id":"missense","batch_code":655.87,"rating":"Jane","discount":"USD","subtotal":803,"span_id":308.22} | wrong_type | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"order_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | {"insurance_id": "open", "order_id": "missense", "batch_code": "\"655.87\"", "rating": "Jane", "discount": "USD", "subtotal": 803, "span_id": 308.22} | Field 'batch_code' must be number, got string | {"insurance_id":"open","order_id":"missense","batch_code":655.87,"rating":"Jane","discount":"USD","subtotal":803,"span_id":308.22} |
TASK repair_structured_output
SPEC
FIELD val_n09 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD dim_j61 TYPE string_date-time REQUIRED no
FIELD col_x75[].attr_n40 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD col_x75[].dim_t24 TYPE string VALUES email|phone|sms|push REQUIRED ... | {"val_n09":"type_b","dim_j61":"2021-01-28T01:49:00Z","col_x75":[{"attr_n40":"in_progress","dim_t24":"email","attr_r09":369},{"attr_n40":"open","dim_t24":"phone","attr_r09":349},{"dim_t24":"email","attr_r09":605}],"dim_o70":[{"prop_v78":976.99,"attr_m19":false,"attr_z50":"level_4","dim_y81":"mode_a","val_i93":["New York... | extra_text_before | {
"type": "object",
"properties": {
"val_n09": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"dim_j61": {
"type": "string",
"format": "date-time"
},
"col_x75": {
"type": "array",
"items": {
... | The parsed result is:
{"val_n09":"type_b","dim_j61":"2021-01-28T01:49:00Z","col_x75":[{"attr_n40":"in_progress","dim_t24":"email","attr_r09":369},{"attr_n40":"open","dim_t24":"phone","attr_r09":349},{"dim_t24":"email","attr_r09":605}],"dim_o70":[{"prop_v78":976.99,"attr_m19":false,"attr_z50":"level_4","dim_y81":"mode_a... | Output contains non-JSON text before the object | {"val_n09":"type_b","dim_j61":"2021-01-28T01:49:00Z","col_x75":[{"attr_n40":"in_progress","dim_t24":"email","attr_r09":369},{"attr_n40":"open","dim_t24":"phone","attr_r09":349},{"dim_t24":"email","attr_r09":605}],"dim_o70":[{"prop_v78":976.99,"attr_m19":false,"attr_z50":"level_4","dim_y81":"mode_a","val_i93":["New York... |
TASK repair_structured_output
SPEC
FIELD prop_z47 TYPE number REQUIRED yes
FIELD param_e86 TYPE string_email REQUIRED yes
FIELD param_u89.prop_e62 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_u89.key_y38 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD param_u89.val_a86 T... | {"prop_z47":443.69,"param_e86":"info@example.com","param_u89":{"prop_e62":"married","key_y38":"heterozygous","val_a86":"reliable"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_z47": {
"type": "number"
},
"param_e86": {
"type": "string",
"format": "email"
},
"param_u89": {
"type": "object",
"properties": {
"prop_e62": {
"type": "string",
"enum": [
"single",
... | calibrate_instrument(prop_z47=443.69, param_e86='info@example.com', param_u89={'prop_e62': 'married', 'key_y38': 'heterozygous', 'val_a86': 'reliable'}) | Tool call uses Python syntax instead of JSON | {"prop_z47":443.69,"param_e86":"info@example.com","param_u89":{"prop_e62":"married","key_y38":"heterozygous","val_a86":"reliable"}} |
TASK repair_structured_output
SPEC
FIELD attr_m88.prop_v35.col_t61 TYPE string REQUIRED no
FIELD attr_m88.prop_v35.attr_u01 TYPE integer REQUIRED yes
FIELD attr_m88.prop_v35.param_l16[] TYPE number REQUIRED no
FIELD attr_m88.prop_v35.param_v25[] TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED y... | {"attr_m88":{"prop_v35":{"col_t61":"baz","attr_u01":412,"param_l16":[441.49,538.75,986.0],"param_v25":["rejected","rejected"]},"key_g98":"pro","param_e39":{"field_b89":512,"col_m15":919.91,"key_d22":null,"param_l02":true,"key_x12":true,"key_n80":492,"attr_q92":"test@test.io"},"field_p91":"https://www.com/api"},"key_j13... | markdown_fences | {
"type": "object",
"properties": {
"attr_m88": {
"type": "object",
"properties": {
"prop_v35": {
"type": "object",
"properties": {
"col_t61": {
"type": "string"
},
"attr_u01": {
"type": "integer"
... | ```json
{"attr_m88":{"prop_v35":{"col_t61":"baz","attr_u01":412,"param_l16":[441.49,538.75,986.0],"param_v25":["rejected","rejected"]},"key_g98":"pro","param_e39":{"field_b89":512,"col_m15":919.91,"key_d22":null,"param_l02":true,"key_x12":true,"key_n80":492,"attr_q92":"test@test.io"},"field_p91":"https://www.com/api"},... | Output contains markdown code fences | {"attr_m88":{"prop_v35":{"col_t61":"baz","attr_u01":412,"param_l16":[441.49,538.75,986.0],"param_v25":["rejected","rejected"]},"key_g98":"pro","param_e39":{"field_b89":512,"col_m15":919.91,"key_d22":null,"param_l02":true,"key_x12":true,"key_n80":492,"attr_q92":"test@test.io"},"field_p91":"https://www.com/api"},"key_j13... |
TASK repair_structured_output
SPEC
FIELD patient_id.size TYPE integer REQUIRED yes
FIELD patient_id.terminal_id TYPE boolean REQUIRED yes
FIELD patient_id.throttle_pos TYPE integer REQUIRED no
FIELD strand TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD branch TYPE integer REQUIRED yes
FIELD catalyst TYPE st... | {"patient_id":{"size":844,"terminal_id":true},"strand":"USD","branch":704,"catalyst":"RTG-04"} | extra_field | {
"type": "object",
"properties": {
"patient_id": {
"type": "object",
"properties": {
"size": {
"type": "integer"
},
"terminal_id": {
"type": "boolean"
},
"throttle_pos": {
"type": "integer"
}
},
"required": [
... | {"patient_id": {"size": 844, "terminal_id": true}, "strand": "USD", "branch": 704, "catalyst": "RTG-04", "extra_field_6204": "unexpected"} | Unknown field 'extra_field_6204' not defined in schema | {"patient_id":{"size":844,"terminal_id":true},"strand":"USD","branch":704,"catalyst":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD key_u28 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD attr_m89 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_d11 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_k02 TYPE null REQUIRED no
FIELD param_n47 TYPE string VALUES ... | {"key_u28":"cat_a","attr_m89":"GBP","prop_k02":null,"param_n47":"level_2","param_q69":"foo"} | extra_field | {
"type": "object",
"properties": {
"key_u28": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"attr_m89": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
... | {"key_u28": "cat_a", "attr_m89": "GBP", "prop_k02": null, "param_n47": "level_2", "param_q69": "foo", "extra_data_1601": 42} | Unknown field 'extra_data_1601' not defined in schema | {"key_u28":"cat_a","attr_m89":"GBP","prop_k02":null,"param_n47":"level_2","param_q69":"foo"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE null REQUIRED no
FIELD city TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD crew_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD end_date TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQ... | {"city":"cat_b","end_date":"level_1","country":{"maturity_date":{"active":"option_f","chapter":340,"full_name":null,"status":958.05},"user_id":"Charlie","longitude":74},"shipper_ref":{"run_id":"https://api.example.com/v1","wavelength":null,"temp_celsius":425,"freight_class":{"subject":"user@domain.com","shift_code":"de... | tool_call_partial_args | {
"type": "object",
"properties": {
"item_id": {
"type": "null"
},
"city": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"crew_id": {
"type": "string",
"enum": [
... | Let me check the system.
Action: delete_item
Arguments: {"city": "cat_b", "end_date": "level_1", "shipper_ref": {"run_id": "https://api.example.com/v1", "wavelength": null, "temp_celsius": 425, "freight_class": {"subject": "user@domain.com", "shift_code": "demo", "manifest_ref": "Sao Paulo", "batch_code": 128.15}}} | Agent tool call missing required parameter 'country' | {"city":"cat_b","end_date":"level_1","country":{"maturity_date":{"active":"option_f","chapter":340,"full_name":null,"status":958.05},"user_id":"Charlie","longitude":74},"shipper_ref":{"run_id":"https://api.example.com/v1","wavelength":null,"temp_celsius":425,"freight_class":{"subject":"user@domain.com","shift_code":"de... |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string_uri REQUIRED no
FIELD conductivity TYPE string REQUIRED yes
FIELD trace_id TYPE null REQUIRED no
FIELD annotation TYPE string REQUIRED yes
FIELD start_date[].tax TYPE integer REQUIRED no
FIELD start_date[].batch_code TYPE null REQUIRED no
FIELD start_date[].... | {"bearing":"https://data.org/v1","conductivity":"Charlie","annotation":"Santos","start_date":[{"tax":572,"batch_code":null,"item_id":"closed","balance":true,"image_url":true},{"tax":125,"batch_code":null,"item_id":"in_progress","balance":true,"image_url":true,"type":"bar"}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"format": "uri"
},
"conductivity": {
"type": "string"
},
"trace_id": {
"type": "null"
},
"annotation": {
"type": "string"
},
"start_date": {
"type": "array",
"items": {
... | I need to look up the information first.
<tool_call name="validate_sample">
{"bearing":"https://data.org/v1","conductivity":"Charlie","annotation":"Santos","start_date":[{"tax":572,"batch_code":null,"item_id":"closed","balance":true,"image_url":true},{"tax":125,"batch_code":null,"item_id":"in_progress","balance":true,"... | Agent response mixes reasoning text with tool call | {"bearing":"https://data.org/v1","conductivity":"Charlie","annotation":"Santos","start_date":[{"tax":572,"batch_code":null,"item_id":"closed","balance":true,"image_url":true},{"tax":125,"batch_code":null,"item_id":"in_progress","balance":true,"image_url":true,"type":"bar"}]} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD full_name TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD city TYPE string REQUIRED yes
BROKEN_OUTPUT
lookup_customer(crew_id='level_2', full_name='level_5', city='Jane') | {"crew_id":"level_2","full_name":"level_5","city":"Jane"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"full_name": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
... | lookup_customer(crew_id='level_2', full_name='level_5', city='Jane') | Tool call uses Python syntax instead of JSON | {"crew_id":"level_2","full_name":"level_5","city":"Jane"} |
TASK repair_structured_output
SPEC
FIELD phone TYPE integer REQUIRED yes
FIELD index.fleet_number TYPE integer REQUIRED no
FIELD index.phenotype TYPE string REQUIRED no
FIELD index.phone TYPE string REQUIRED no
FIELD index.end_date TYPE string_date-time REQUIRED yes
FIELD index.priority TYPE integer REQUIRED no
FIELD ... | {"phone":26,"conductivity":"closed","values":825,"department":true,"aligned_pct":824.61} | truncated_array | {
"type": "object",
"properties": {
"phone": {
"type": "integer"
},
"index": {
"type": "object",
"properties": {
"fleet_number": {
"type": "integer"
},
"phenotype": {
"type": "string"
},
"phone": {
"type": "string"
... | {"phone":26,"conductivity":"closed","values":825,"department":true,"aligned_pct":824.61 | Unexpected end of JSON input — truncated object | {"phone":26,"conductivity":"closed","values":825,"department":true,"aligned_pct":824.61} |
TASK repair_structured_output
SPEC
FIELD field_s01 TYPE string REQUIRED yes
FIELD attr_n50 TYPE string REQUIRED yes
FIELD prop_z47[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"field_s01":"bar","attr_n50":"R... | {"field_s01":"bar","attr_n50":"REV","prop_z47":["PASS","bar"]} | thought_process | {
"type": "object",
"properties": {
"field_s01": {
"type": "string"
},
"attr_n50": {
"type": "string"
},
"prop_z47": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"field_s01",
"attr_n50",
"prop_z47"
]
} | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"field_s01":"bar","attr_n50":"REV","prop_z47":["PASS","bar"]} | Output contains chain-of-thought reasoning before JSON | {"field_s01":"bar","attr_n50":"REV","prop_z47":["PASS","bar"]} |
TASK repair_structured_output
SPEC
FIELD col_k09 TYPE integer REQUIRED yes
FIELD param_v20 TYPE string REQUIRED no
FIELD key_y15.key_t06 TYPE string VALUES draft|published|archived REQUIRED no
FIELD key_y15.field_l41 TYPE string_email REQUIRED no
FIELD key_y15.param_d10 TYPE string REQUIRED no
FIELD key_y15.val_v64 TY... | {"col_k09":99,"param_v20":"London","key_y15":{"key_t06":"draft","field_l41":"user@example.com","dim_j20":245,"dim_r48":"https://example.com"},"prop_a80":966} | extra_field | {
"type": "object",
"properties": {
"col_k09": {
"type": "integer"
},
"param_v20": {
"type": "string"
},
"key_y15": {
"type": "object",
"properties": {
"key_t06": {
"type": "string",
"enum": [
"draft",
"published",
... | {"col_k09": 99, "param_v20": "London", "key_y15": {"key_t06": "draft", "field_l41": "user@example.com", "dim_j20": 245, "dim_r48": "https://example.com"}, "prop_a80": 966, "extra_data_4633": "unexpected"} | Unknown field 'extra_data_4633' not defined in schema | {"col_k09":99,"param_v20":"London","key_y15":{"key_t06":"draft","field_l41":"user@example.com","dim_j20":245,"dim_r48":"https://example.com"},"prop_a80":966} |
TASK repair_structured_output
SPEC
FIELD attr_g05 TYPE null REQUIRED no
FIELD field_c80 TYPE string REQUIRED no
FIELD attr_x45 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
BROKEN_OUTPUT
calculate_price(attr_g05=None, attr_x45='option_b') | {"attr_g05":null,"attr_x45":"option_b"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_g05": {
"type": "null"
},
"field_c80": {
"type": "string"
},
"attr_x45": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
}
},
"required": [
"attr_x45"
]
} | calculate_price(attr_g05=None, attr_x45='option_b') | Tool call uses Python syntax instead of JSON | {"attr_g05":null,"attr_x45":"option_b"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD currency TYPE integer REQUIRED no
FIELD price TYPE string REQUIRED yes
BROKEN_OUTPUT
The instrument reported:
{"sensor_id":"type_c","price":"active"} | {"sensor_id":"type_c","price":"active"} | extra_text_before | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"currency": {
"type": "integer"
},
"price": {
"type": "string"
}
},
"required": [
"price",
"sen... | The instrument reported:
{"sensor_id":"type_c","price":"active"} | Output contains non-JSON text before the object | {"sensor_id":"type_c","price":"active"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE boolean REQUIRED no
FIELD bed_number TYPE string REQUIRED no
FIELD procedure_code TYPE null REQUIRED no
FIELD role TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD organism.index TYPE number REQUIRED no
FIELD organism.manifest_ref TYPE number REQUIRED yes... | {"subtotal":false,"bed_number":"world","procedure_code":null,"role":"push","organism":{"index":324.45,"manifest_ref":269.3,"salinity":{"tile":"Paris"}},"name":{"website":"in_progress","version":{"lab_result":"escalated","temp_celsius":"sms","cargo_type":"single"}}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"subtotal": {
"type": "boolean"
},
"bed_number": {
"type": "string"
},
"procedure_code": {
"type": "null"
},
"role": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | fetch_lab_result(subtotal=False, bed_number='world', procedure_code=None, role='push', organism={'index': 324.45, 'manifest_ref': 269.3, 'salinity': {'tile': 'Paris'}}, name={'website': 'in_progress', 'version': {'lab_result': 'escalated', 'temp_celsius': 'sms', 'cargo_type': 'single'}}) | Tool call uses Python syntax instead of JSON | {"subtotal":false,"bed_number":"world","procedure_code":null,"role":"push","organism":{"index":324.45,"manifest_ref":269.3,"salinity":{"tile":"Paris"}},"name":{"website":"in_progress","version":{"lab_result":"escalated","temp_celsius":"sms","cargo_type":"single"}}} |
TASK repair_structured_output
SPEC
FIELD dim_x81 TYPE number REQUIRED no
FIELD attr_a03 TYPE integer REQUIRED no
FIELD field_e02 TYPE boolean REQUIRED yes
FIELD param_f08[].param_g67 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_f08[].param_x15 TYPE string VALUES option_a|option_b|option_c REQUIRE... | {"dim_x81":718.98,"attr_a03":714,"field_e02":false,"val_l52":["https://data.io/data","https://data.io/api"]} | markdown_explanation | {
"type": "object",
"properties": {
"dim_x81": {
"type": "number"
},
"attr_a03": {
"type": "integer"
},
"field_e02": {
"type": "boolean"
},
"param_f08": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_g67": {
... | Here is the JSON you requested:
```json
{"dim_x81":718.98,"attr_a03":714,"field_e02":false,"val_l52":["https://data.io/data","https://data.io/api"]}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"dim_x81":718.98,"attr_a03":714,"field_e02":false,"val_l52":["https://data.io/data","https://data.io/api"]} |
TASK repair_structured_output
SPEC
FIELD bed_number TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD crew_id TYPE boolean REQUIRED no
FIELD size TYPE string REQUIRED no
FIELD amount TYPE number REQUIRED no
FIELD barcode TYPE string REQUIRED no
BROKEN_OUTPUT
{"bed_number":"phone","crew_id":true,"size":"RTG-0... | {"bed_number":"phone","crew_id":true,"size":"RTG-04"} | extra_text_after | {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"crew_id": {
"type": "boolean"
},
"size": {
"type": "string"
},
"amount": {
"type": "number"
},
... | {"bed_number":"phone","crew_id":true,"size":"RTG-04"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"bed_number":"phone","crew_id":true,"size":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE integer REQUIRED no
FIELD medication TYPE number REQUIRED no
FIELD start_date TYPE boolean REQUIRED no
FIELD duration_ms TYPE string REQUIRED no
FIELD shipper_ref TYPE integer REQUIRED yes
FIELD order_id TYPE string REQUIRED no
FIELD url TYPE string VALUES email|... | {"consignee":464,"medication":32.53,"start_date":false,"shipper_ref":361,"url":"email"} | agent_chain | {
"type": "object",
"properties": {
"consignee": {
"type": "integer"
},
"medication": {
"type": "number"
},
"start_date": {
"type": "boolean"
},
"duration_ms": {
"type": "string"
},
"shipper_ref": {
"type": "integer"
},
"order_id": {
"t... | Let me check the system.
Action: update_record
Result: {"consignee": 464, "medication": 32.53, "shipper_ref": 361, "url": "email"}
Processing the request now.
Action: queue_sequencing_run
Result: | Agent multi-step chain with truncated tool output | {"consignee":464,"medication":32.53,"start_date":false,"shipper_ref":361,"url":"email"} |
TASK repair_structured_output
SPEC
FIELD coverage TYPE string REQUIRED yes
FIELD salinity TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD interest_rate TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD full_name.start_date TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD full_name.order_id TYPE string ... | {"coverage":"quux","interest_rate":"mode_b","full_name":{"start_date":"cat_b","order_id":"escalated","log_level":"type_a","company":[{"ward":"2025-09-26T16:37:00Z","procedure_code":false,"yield_pct":true,"age":["demo","New York","completed"]},{"ward":"2022-05-13T21:56:00Z","procedure_code":true,"yield_pct":false,"age":... | extra_text_after | {
"type": "object",
"properties": {
"coverage": {
"type": "string"
},
"salinity": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"interest_rate": {
"type": "string",
"enum": [
"mode_a",
"m... | {"coverage":"quux","interest_rate":"mode_b","full_name":{"start_date":"cat_b","order_id":"escalated","log_level":"type_a","company":[{"ward":"2025-09-26T16:37:00Z","procedure_code":false,"yield_pct":true,"age":["demo","New York","completed"]},{"ward":"2022-05-13T21:56:00Z","procedure_code":true,"yield_pct":false,"age":... | Output contains non-JSON text after the object | {"coverage":"quux","interest_rate":"mode_b","full_name":{"start_date":"cat_b","order_id":"escalated","log_level":"type_a","company":[{"ward":"2025-09-26T16:37:00Z","procedure_code":false,"yield_pct":true,"age":["demo","New York","completed"]},{"ward":"2022-05-13T21:56:00Z","procedure_code":true,"yield_pct":false,"age":... |
TASK repair_structured_output
SPEC
FIELD humidity_pct.balance TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD humidity_pct.manifest_ref TYPE string REQUIRED yes
FIELD humidity_pct.amplitude TYPE number REQUIRED yes
FIELD humidity_pct.bearing TYPE number REQUIRED yes
FIELD humidity_pct.temp_celsius TYPE numbe... | {"humidity_pct":{"balance":"admin","manifest_ref":"Jane","amplitude":809.89,"bearing":364.75,"temp_celsius":748.73},"log_level":null,"visible":{"organism":"London","reagent":"Maria","transaction_id":"Hapag-Lloyd-Express","batch_code":"USD"}} | missing_bracket | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"manifest_ref": {
"type": "string"
... | {"humidity_pct":{"balance":"admin","manifest_ref":"Jane","amplitude":809.89,"bearing":364.75,"temp_celsius":748.73},"log_level":null,"visible":{"organism":"London","reagent":"Maria","transaction_id":"Hapag-Lloyd-Express","batch_code":"USD"}} | Missing closing bracket | {"humidity_pct":{"balance":"admin","manifest_ref":"Jane","amplitude":809.89,"bearing":364.75,"temp_celsius":748.73},"log_level":null,"visible":{"organism":"London","reagent":"Maria","transaction_id":"Hapag-Lloyd-Express","batch_code":"USD"}} |
TASK repair_structured_output
SPEC
FIELD field_h09 TYPE string REQUIRED no
FIELD field_m99 TYPE boolean REQUIRED yes
FIELD val_c24.param_h40 TYPE integer REQUIRED yes
FIELD val_c24.prop_q46 TYPE boolean REQUIRED no
FIELD val_c24.field_i03 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD key_n04 TYPE strin... | {"field_h09":"John","field_m99":true,"key_n04":"2024-01-15","dim_e69":"pending_review","prop_b88":323,"key_s64":"enterprise"} | trailing_comma | {
"type": "object",
"properties": {
"field_h09": {
"type": "string"
},
"field_m99": {
"type": "boolean"
},
"val_c24": {
"type": "object",
"properties": {
"param_h40": {
"type": "integer"
},
"prop_q46": {
"type": "boolean"
... | {"field_h09":"John","field_m99":true,"key_n04":"2024-01-15","dim_e69":"pending_review","prop_b88":323,"key_s64":"enterprise",} | Unexpected trailing comma | {"field_h09":"John","field_m99":true,"key_n04":"2024-01-15","dim_e69":"pending_review","prop_b88":323,"key_s64":"enterprise"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.