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 manifest_ref.fleet_number TYPE integer REQUIRED yes
FIELD manifest_ref.language TYPE string REQUIRED yes
FIELD manifest_ref.date TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD compound TYPE string REQUIRED no
FIELD status TYPE string REQUIRED no
FIELD freight_c... | {"status":"2024-01-15","interest_rate":{"berth_slot":{"salinity":"green","discount":"archived","country":222,"brake_pressure":"RTG-04"},"format":"FWD","index":"https://www.io/v1","brake_pressure":"user@test.io"},"gene_id":"intermittent","chapter":"Bob"} | tool_call_bad_format | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "object",
"properties": {
"fleet_number": {
"type": "integer"
},
"language": {
"type": "string"
},
"date": {
"type": "string",
"enum": [
"free",
... | <functioncall> search
{status: "2024-01-15", interest_rate: {berth_slot: {salinity: "green", discount: "archived", country: 222, brake_pressure: "RTG-04"}, format: "FWD", index: "https://www.io/v1", brake_pressure: "user@test.io"}, gene_id: "intermittent", chapter: "Bob"} | Tool call has malformed arguments — unquoted keys in function parameters | {"status":"2024-01-15","interest_rate":{"berth_slot":{"salinity":"green","discount":"archived","country":222,"brake_pressure":"RTG-04"},"format":"FWD","index":"https://www.io/v1","brake_pressure":"user@test.io"},"gene_id":"intermittent","chapter":"Bob"} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD total TYPE string REQUIRED yes
FIELD insurance_id TYPE string VALUES option_a|option_b REQUIRED no
FIELD last_name.span_id TYPE integer REQUIRED no
FIELD last_name.title.feedback TYPE s... | {"shift_code":"option_d","total":"Tokyo","insurance_id":"option_b"} | missing_brace | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"total": {
"type": "string"
},
"insurance_id": {
"type": "string",
"enum": [... | "shift_code":"option_d","total":"Tokyo","insurance_id":"option_b"} | Missing closing brace | {"shift_code":"option_d","total":"Tokyo","insurance_id":"option_b"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD vital_sign TYPE integer REQUIRED no
FIELD id TYPE string VALUES single|married|divorced REQUIRED no
FIELD throttle_pos TYPE string REQUIRED yes
BROKEN_OUTPUT
{"vital_sign": 310, "id": "mar... | {"vital_sign":310,"id":"married","throttle_pos":"baz"} | extra_field | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"vital_sign": {
"type": "integer"
},
"id": {
"type": "string",
"enum": [
"single",
... | {"vital_sign": 310, "id": "married", "throttle_pos": "baz", "extra_field_7276": true} | Unknown field 'extra_field_7276' not defined in schema | {"vital_sign":310,"id":"married","throttle_pos":"baz"} |
TASK repair_structured_output
SPEC
FIELD field_u17 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_z92 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD dim_y81 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD val_k05 TYPE number REQUIRED no
FIELD val_b63 T... | {"prop_z92":"operational","dim_y81":"archived","val_k05":383.46,"val_b63":195.81} | truncated_array | {
"type": "object",
"properties": {
"field_u17": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_z92": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]... | {"prop_z92":"operational","dim_y81":"archived","val_k05":383.46,"val_b63":195.81 | Unexpected end of JSON input — truncated object | {"prop_z92":"operational","dim_y81":"archived","val_k05":383.46,"val_b63":195.81} |
TASK repair_structured_output
SPEC
FIELD strand TYPE integer REQUIRED no
FIELD balance TYPE string_date-time REQUIRED yes
FIELD enabled TYPE boolean REQUIRED yes
FIELD isotope TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with s... | {"strand":743,"balance":"2021-07-21T19:46:00Z","enabled":false,"isotope":"approved"} | thought_process | {
"type": "object",
"properties": {
"strand": {
"type": "integer"
},
"balance": {
"type": "string",
"format": "date-time"
},
"enabled": {
"type": "boolean"
},
"isotope": {
"type": "string"
}
},
"required": [
"balance",
"enabled",
"isotope... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"strand":743,"balance":"2021-07-21T19:46:00Z","enabled":false,"isotope":"approved"} | Output contains chain-of-thought reasoning before JSON | {"strand":743,"balance":"2021-07-21T19:46:00Z","enabled":false,"isotope":"approved"} |
TASK repair_structured_output
SPEC
FIELD address TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD nickname TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD cargo_type TYPE number REQUIRED no
FIELD subtotal TYPE string REQUIRED yes
FIELD version TYPE string_date-time REQUIRED yes
FIELD curre... | {"address":"viewer","nickname":"reliable","cargo_type":562.74,"subtotal":"2023-12-25","version":"2022-05-03T07:43:00Z"} | tool_call_text_mix | {
"type": "object",
"properties": {
"address": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"nickname": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"cargo_type": {
... | I need to look up the information first.
<tool_call name="track_vessel">
{"address":"viewer","nickname":"reliable","cargo_type":562.74,"subtotal":"2023-12-25","version":"2022-05-03T07:43:00Z"}
</tool_call. | Agent response mixes reasoning text with tool call | {"address":"viewer","nickname":"reliable","cargo_type":562.74,"subtotal":"2023-12-25","version":"2022-05-03T07:43:00Z"} |
TASK repair_structured_output
SPEC
FIELD param_d06 TYPE boolean REQUIRED no
FIELD attr_y70 TYPE boolean REQUIRED yes
FIELD field_d47.attr_s60 TYPE string_email REQUIRED yes
FIELD field_d47.param_q27 TYPE string REQUIRED yes
FIELD field_d47.dim_q68 TYPE integer REQUIRED no
FIELD field_d47.prop_c27 TYPE number REQUIRED ... | {"param_d06":false,"attr_y70":true,"field_d47":{"attr_s60":"user@test.io","param_q27":"Jane","dim_q68":956,"prop_c27":654.72,"val_c05":"RTG-04","field_m43":true,"field_o31":"https://data.org/v1"},"param_t08":"Tokyo"} | truncated_array | {
"type": "object",
"properties": {
"param_d06": {
"type": "boolean"
},
"attr_y70": {
"type": "boolean"
},
"field_d47": {
"type": "object",
"properties": {
"attr_s60": {
"type": "string",
"format": "email"
},
"param_q27": {
... | {"param_d06":false,"attr_y70":true,"field_d47":{"attr_s60":"user@test.io","param_q27":"Jane","dim_q68":956,"prop_c27":654.72,"val_c05":"RTG-04","field_m43":true,"field_o31":"https://data.org/v1"},"param_t08":"Tokyo" | Unexpected end of JSON input — truncated object | {"param_d06":false,"attr_y70":true,"field_d47":{"attr_s60":"user@test.io","param_q27":"Jane","dim_q68":956,"prop_c27":654.72,"val_c05":"RTG-04","field_m43":true,"field_o31":"https://data.org/v1"},"param_t08":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE boolean REQUIRED yes
FIELD language TYPE boolean REQUIRED yes
FIELD email TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD chromosome.subject TYPE boolean REQUIRED yes
FIELD chromosome.website TYPE integer REQUIRED no
FIELD chromosome.span_id ... | {"brake_pressure":false,"language":true,"email":"white","chromosome":{"subject":true,"coverage":null}} | unquoted_keys | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "boolean"
},
"language": {
"type": "boolean"
},
"email": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"chromosome": {
... | {brake_pressure:false,language:true,email:"white",chromosome:{subject:true,coverage:null}} | Expecting property name enclosed in double quotes | {"brake_pressure":false,"language":true,"email":"white","chromosome":{"subject":true,"coverage":null}} |
TASK repair_structured_output
SPEC
FIELD prop_d20 TYPE boolean REQUIRED yes
FIELD key_w09 TYPE integer REQUIRED yes
FIELD key_h32 TYPE integer REQUIRED yes
FIELD col_v72.prop_e04.prop_z65 TYPE string REQUIRED yes
FIELD col_v72.prop_e04.dim_b91 TYPE integer REQUIRED yes
FIELD col_v72.prop_e04.col_l73 TYPE string REQUIR... | {"prop_d20":true,"key_w09":774,"key_h32":413,"col_v72":{"prop_e04":{"prop_z65":"Paris","dim_b91":418,"col_l73":"Diana"},"val_x06":{"field_r63":343,"param_g43":"foo","prop_i40":"admin","val_b75":690},"param_n11":230,"key_m06":"2025-12-23T23:39:00Z","field_j55":"nonsense"}} | extra_text_after | {
"type": "object",
"properties": {
"prop_d20": {
"type": "boolean"
},
"key_w09": {
"type": "integer"
},
"key_h32": {
"type": "integer"
},
"col_v72": {
"type": "object",
"properties": {
"prop_e04": {
"type": "object",
"properties"... | {"prop_d20":true,"key_w09":774,"key_h32":413,"col_v72":{"prop_e04":{"prop_z65":"Paris","dim_b91":418,"col_l73":"Diana"},"val_x06":{"field_r63":343,"param_g43":"foo","prop_i40":"admin","val_b75":690},"param_n11":230,"key_m06":"2025-12-23T23:39:00Z","field_j55":"nonsense"}}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"prop_d20":true,"key_w09":774,"key_h32":413,"col_v72":{"prop_e04":{"prop_z65":"Paris","dim_b91":418,"col_l73":"Diana"},"val_x06":{"field_r63":343,"param_g43":"foo","prop_i40":"admin","val_b75":690},"param_n11":230,"key_m06":"2025-12-23T23:39:00Z","field_j55":"nonsense"}} |
TASK repair_structured_output
SPEC
FIELD param_h01 TYPE integer REQUIRED no
FIELD attr_h78 TYPE boolean REQUIRED yes
FIELD prop_f33 TYPE string_date-time REQUIRED no
FIELD attr_w79.param_g01.key_r49 TYPE number REQUIRED no
FIELD attr_w79.param_g01.field_q91 TYPE number REQUIRED yes
FIELD attr_w79.param_g01.attr_h43 TY... | {"param_h01":176,"attr_h78":true,"prop_f33":"2026-07-24T09:20:00Z","attr_w79":{"attr_s56":false,"prop_d93":true,"param_b36":"Smith","param_g32":"2021-04-05T00:28:00Z","val_t06":"option_b"},"field_m92":{"dim_u68":{"attr_u17":"approved","field_d12":null,"dim_x91":"approved","param_z75":"2020-05-06T23:58:00Z","val_w83":"t... | truncated_object | {
"type": "object",
"properties": {
"param_h01": {
"type": "integer"
},
"attr_h78": {
"type": "boolean"
},
"prop_f33": {
"type": "string",
"format": "date-time"
},
"attr_w79": {
"type": "object",
"properties": {
"param_g01": {
"type":... | {"param_h01":176,"attr_h78":true,"prop_f33":"2026-07-24T09:20:00Z","attr_w79":{"attr_s56":false,"prop_d93":true,"param_b36":"Smith","param_g32":"2021-04-05T00:28:00Z","val_t06":"option_b"},"field_m92":{"dim_u68":{"attr_u17":"approved","field_d12":null,"dim_x91":"approved","param_z75":"2020-05-06T23:58:00Z","val_w83":"t... | Unexpected end of JSON input — truncated object | {"param_h01":176,"attr_h78":true,"prop_f33":"2026-07-24T09:20:00Z","attr_w79":{"attr_s56":false,"prop_d93":true,"param_b36":"Smith","param_g32":"2021-04-05T00:28:00Z","val_t06":"option_b"},"field_m92":{"dim_u68":{"attr_u17":"approved","field_d12":null,"dim_x91":"approved","param_z75":"2020-05-06T23:58:00Z","val_w83":"t... |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD collateral TYPE boolean REQUIRED yes
FIELD index TYPE string REQUIRED no
FIELD patient_id TYPE number REQUIRED yes
BROKEN_OUTPUT
{comments:"free",collateral:true,index:"Berlin",patient_id:102.28} | {"comments":"free","collateral":true,"index":"Berlin","patient_id":102.28} | unquoted_keys | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"collateral": {
"type": "boolean"
},
"index": {
"type": "string"
},
"patient_id": {
"type": "number"... | {comments:"free",collateral:true,index:"Berlin",patient_id:102.28} | Expecting property name enclosed in double quotes | {"comments":"free","collateral":true,"index":"Berlin","patient_id":102.28} |
TASK repair_structured_output
SPEC
FIELD attr_k06 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD key_x36 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_l30 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_e27 TYPE string VALUES open|in_progr... | {"attr_k06":"inland","key_x36":"heterozygous","attr_l30":"delivered","key_f35":278.25,"col_t76":"example"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_k06": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"key_x36": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | I need to look up the information first.
Action: update_record
Arguments: {"key_x36": "heterozygous", "attr_l30": "delivered", "key_f35": 278.25, "col_t76": "example"} | Agent tool call missing required parameter 'attr_k06' | {"attr_k06":"inland","key_x36":"heterozygous","attr_l30":"delivered","key_f35":278.25,"col_t76":"example"} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE boolean REQUIRED no
FIELD chromosome TYPE integer REQUIRED yes
FIELD run_id TYPE boolean REQUIRED yes
FIELD active TYPE string REQUIRED yes
FIELD status TYPE integer REQUIRED no
FIELD dissolved_oxygen TYPE null REQUIRED yes
BROKEN_OUTPUT
{"log_level":true,"chrom... | {"log_level":true,"chromosome":962,"run_id":false,"active":"Oliveira","status":152,"dissolved_oxygen":null} | trailing_comma | {
"type": "object",
"properties": {
"log_level": {
"type": "boolean"
},
"chromosome": {
"type": "integer"
},
"run_id": {
"type": "boolean"
},
"active": {
"type": "string"
},
"status": {
"type": "integer"
},
"dissolved_oxygen": {
"type":... | {"log_level":true,"chromosome":962,"run_id":false,"active":"Oliveira","status":152,"dissolved_oxygen":null,} | Unexpected trailing comma | {"log_level":true,"chromosome":962,"run_id":false,"active":"Oliveira","status":152,"dissolved_oxygen":null} |
TASK repair_structured_output
SPEC
FIELD col_n51 TYPE string REQUIRED yes
FIELD col_p37 TYPE integer REQUIRED yes
FIELD key_e52 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"col_n51": "2024-06-30", "col_p37": "\"57\"", "key_e52": "pending"} | {"col_n51":"2024-06-30","col_p37":57,"key_e52":"pending"} | wrong_type | {
"type": "object",
"properties": {
"col_n51": {
"type": "string"
},
"col_p37": {
"type": "integer"
},
"key_e52": {
"type": "string"
}
},
"required": [
"col_n51",
"col_p37",
"key_e52"
]
} | {"col_n51": "2024-06-30", "col_p37": "\"57\"", "key_e52": "pending"} | Field 'col_p37' must be integer, got string | {"col_n51":"2024-06-30","col_p37":57,"key_e52":"pending"} |
TASK repair_structured_output
SPEC
FIELD param_l39 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_l41 TYPE integer REQUIRED no
FIELD param_a56[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Here is the response in the requested format:
{"param_l39":"critical","col_l41":599,"param_a56":["Hapag-Lloyd-Expre... | {"param_l39":"critical","col_l41":599,"param_a56":["Hapag-Lloyd-Express"]} | extra_text_before | {
"type": "object",
"properties": {
"param_l39": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_l41": {
"type": "integer"
},
"param_a56": {
"type": "array",
"items": {
"type": "string"
... | Here is the response in the requested format:
{"param_l39":"critical","col_l41":599,"param_a56":["Hapag-Lloyd-Express"]} | Output contains non-JSON text before the object | {"param_l39":"critical","col_l41":599,"param_a56":["Hapag-Lloyd-Express"]} |
TASK repair_structured_output
SPEC
FIELD discount TYPE number REQUIRED yes
FIELD type TYPE number REQUIRED yes
FIELD deploy_target TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
Tool: run_diagnostics
Params: {"discount": 166.74, "type": 879.26, "deploy_target_id": "hemizygous"} | {"discount":166.74,"type":879.26,"deploy_target":"hemizygous"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"discount": {
"type": "number"
},
"type": {
"type": "number"
},
"deploy_target": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
}
},
"required": [
"deploy_target",
... | Tool: run_diagnostics
Params: {"discount": 166.74, "type": 879.26, "deploy_target_id": "hemizygous"} | Agent used wrong parameter name 'deploy_target_id' instead of 'deploy_target' | {"discount":166.74,"type":879.26,"deploy_target":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE integer REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED yes
FIELD temp_celsius TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"thumbnail": 218, "interest_rate": null, "temp_celsius": "https://data.org/api"} | {"thumbnail":218,"interest_rate":139,"temp_celsius":"https://data.org/api"} | null_required | {
"type": "object",
"properties": {
"thumbnail": {
"type": "integer"
},
"interest_rate": {
"type": "integer"
},
"temp_celsius": {
"type": "string",
"format": "uri"
}
},
"required": [
"temp_celsius",
"interest_rate",
"thumbnail"
]
} | {"thumbnail": 218, "interest_rate": null, "temp_celsius": "https://data.org/api"} | Required field 'interest_rate' is null | {"thumbnail":218,"interest_rate":139,"temp_celsius":"https://data.org/api"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD country TYPE string REQUIRED yes
FIELD description TYPE null REQUIRED yes
FIELD temp_celsius TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: query_port_status
Result: {"co... | {"country":"Jane","description":null,"temp_celsius":754} | agent_chain | {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"country": {
"type": "string"
},
"description": {
"type": "null"
},
"temp_celsius": {
... | Let me check the system.
Action: query_port_status
Result: {"country": "Jane", "temp_celsius": 754}
Processing the request now.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"country":"Jane","description":null,"temp_celsius":754} |
TASK repair_structured_output
SPEC
FIELD loan_amount.account_id TYPE number REQUIRED yes
FIELD loan_amount.sensor_id TYPE number REQUIRED yes
FIELD loan_amount.visible.position TYPE string REQUIRED no
FIELD loan_amount.visible.temp_celsius TYPE integer REQUIRED no
FIELD loan_amount.visible.tags TYPE null REQUIRED no
F... | {"loan_amount":{"account_id":574.92,"sensor_id":968.9,"visible":{"position":"Hapag-Lloyd-Express","temp_celsius":15,"tags":null,"allele":true,"id":"Maria","interest_rate":"type_c"}},"repository":411,"conductivity":{"category":49.3,"label":true,"verified":"https://example.com","full_name":"https://data.org/v1","conducti... | unquoted_keys | {
"type": "object",
"properties": {
"loan_amount": {
"type": "object",
"properties": {
"account_id": {
"type": "number"
},
"sensor_id": {
"type": "number"
},
"visible": {
"type": "object",
"properties": {
"po... | {loan_amount:{account_id:574.92,sensor_id:968.9,visible:{position:"Hapag-Lloyd-Express",temp_celsius:15,tags:null,allele:true,id:"Maria",interest_rate:"type_c"}},repository:411,conductivity:{category:49.3,label:true,verified:"https://example.com",full_name:"https://data.org/v1",conductivity:"Johnson"},item_id:"type_b",... | Expecting property name enclosed in double quotes | {"loan_amount":{"account_id":574.92,"sensor_id":968.9,"visible":{"position":"Hapag-Lloyd-Express","temp_celsius":15,"tags":null,"allele":true,"id":"Maria","interest_rate":"type_c"}},"repository":411,"conductivity":{"category":49.3,"label":true,"verified":"https://example.com","full_name":"https://data.org/v1","conducti... |
TASK repair_structured_output
SPEC
FIELD attr_f99 TYPE string_date-time REQUIRED yes
FIELD field_a28 TYPE string REQUIRED yes
FIELD col_c37 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_f99":"2022-05-08T21:04:00Z","field_a28":"Berlin","col_c37":"Hapag-Lloyd-Express"}
Analysis finished. | {"attr_f99":"2022-05-08T21:04:00Z","field_a28":"Berlin","col_c37":"Hapag-Lloyd-Express"} | extra_text_after | {
"type": "object",
"properties": {
"attr_f99": {
"type": "string",
"format": "date-time"
},
"field_a28": {
"type": "string"
},
"col_c37": {
"type": "string"
}
},
"required": [
"col_c37",
"attr_f99",
"field_a28"
]
} | {"attr_f99":"2022-05-08T21:04:00Z","field_a28":"Berlin","col_c37":"Hapag-Lloyd-Express"}
Analysis finished. | Output contains non-JSON text after the object | {"attr_f99":"2022-05-08T21:04:00Z","field_a28":"Berlin","col_c37":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD dim_l52 TYPE null REQUIRED yes
FIELD param_h30 TYPE integer REQUIRED yes
FIELD attr_n66.attr_f86 TYPE string REQUIRED yes
FIELD attr_n66.dim_o79 TYPE integer REQUIRED no
FIELD attr_n66.attr_b92[].dim_e94 TYPE integer REQUIRED no
FIELD attr_n66.attr_b92[].attr_p42 TYPE null REQU... | {"dim_l52":null,"param_h30":600,"attr_n66":{"attr_f86":"Santos","dim_o79":785,"attr_b92":[{"dim_e94":735,"attr_p42":null,"dim_v07":null,"val_m47":"chr1","col_y66":928}]}} | single_quotes | {
"type": "object",
"properties": {
"dim_l52": {
"type": "null"
},
"param_h30": {
"type": "integer"
},
"attr_n66": {
"type": "object",
"properties": {
"attr_f86": {
"type": "string"
},
"dim_o79": {
"type": "integer"
},
... | {'dim_l52':null,'param_h30':600,'attr_n66':{'attr_f86':'Santos','dim_o79':785,'attr_b92':[{'dim_e94':735,'attr_p42':null,'dim_v07':null,'val_m47':'chr1','col_y66':928}]}} | Expecting property name enclosed in double quotes | {"dim_l52":null,"param_h30":600,"attr_n66":{"attr_f86":"Santos","dim_o79":785,"attr_b92":[{"dim_e94":735,"attr_p42":null,"dim_v07":null,"val_m47":"chr1","col_y66":928}]}} |
TASK repair_structured_output
SPEC
FIELD key_c76 TYPE string REQUIRED yes
FIELD val_f57 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD key_j40.col_h11 TYPE integer REQUIRED yes
FIELD key_j40.dim_d33.attr_z74 TYPE number REQUIRED no
FIELD key_j40.dim_d33.field_x70 TYPE string VALUES homozygous... | {"key_c76":"Charlie","key_j40":{"col_h11":560,"dim_d33":{"attr_z74":631.0,"field_x70":"homozygous","attr_c44":"example","field_z72":"mode_e","col_c49":"USD","col_p19":"black"},"prop_z35":"test@example.com","dim_l02":"cat_b"},"prop_c56":"user@test.io","attr_f62":null,"field_w51":303.85} | unquoted_keys | {
"type": "object",
"properties": {
"key_c76": {
"type": "string"
},
"val_f57": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"key_j40": {
"type": "object",
"properties": {
"col_h11": ... | {key_c76:"Charlie",key_j40:{col_h11:560,dim_d33:{attr_z74:631.0,field_x70:"homozygous",attr_c44:"example",field_z72:"mode_e",col_c49:"USD",col_p19:"black"},prop_z35:"test@example.com",dim_l02:"cat_b"},prop_c56:"user@test.io",attr_f62:null,field_w51:303.85} | Expecting property name enclosed in double quotes | {"key_c76":"Charlie","key_j40":{"col_h11":560,"dim_d33":{"attr_z74":631.0,"field_x70":"homozygous","attr_c44":"example","field_z72":"mode_e","col_c49":"USD","col_p19":"black"},"prop_z35":"test@example.com","dim_l02":"cat_b"},"prop_c56":"user@test.io","attr_f62":null,"field_w51":303.85} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string REQUIRED no
FIELD ward TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD order_id TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"collateral":"chr1","ward":"JPY","order_id":"https://data.com/api" | {"collateral":"chr1","ward":"JPY","order_id":"https://data.com/api"} | truncated_array | {
"type": "object",
"properties": {
"collateral": {
"type": "string"
},
"ward": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"order_id": {
"type": "string",
"format": "uri"
}
},
"required"... | {"collateral":"chr1","ward":"JPY","order_id":"https://data.com/api" | Unexpected end of JSON input — truncated object | {"collateral":"chr1","ward":"JPY","order_id":"https://data.com/api"} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE string_date-time REQUIRED no
FIELD amount TYPE number REQUIRED yes
FIELD language TYPE string REQUIRED no
FIELD dosage TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD current_draw.item_id TYPE string VALUES draft|published|archived REQUIRED ... | {"amount":520.74,"language":"Bob","dosage":"berthed","current_draw":{"item_id":"published","latitude":"quux","total":"Berlin","shift_code":246}} | truncated_array | {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"format": "date-time"
},
"amount": {
"type": "number"
},
"language": {
"type": "string"
},
"dosage": {
"type": "string",
"enum": [
"berthed",
"anchored",
"under... | {"amount":520.74,"language":"Bob","dosage":"berthed","current_draw":{"item_id":"published","latitude":"quux","total":"Berlin","shift_code":246} | Unexpected end of JSON input — truncated object | {"amount":520.74,"language":"Bob","dosage":"berthed","current_draw":{"item_id":"published","latitude":"quux","total":"Berlin","shift_code":246}} |
TASK repair_structured_output
SPEC
FIELD dim_s03 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_o79 TYPE integer REQUIRED yes
FIELD key_r88 TYPE null REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"dim_s03": "offline... | {"dim_s03":"offline","col_o79":583,"key_r88":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_s03": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_o79": {
"type": "integer"
},
"key_r88": {
"type": "null"
}
},
"required": [
"dim_s0... | I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"dim_s03": "offline", "col_o79": 583} | Agent tool call missing required parameter 'key_r88' | {"dim_s03":"offline","col_o79":583,"key_r88":null} |
TASK repair_structured_output
SPEC
FIELD dim_s81 TYPE string_email REQUIRED no
FIELD param_p45 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_z42.dim_q89 TYPE string REQUIRED no
FIELD param_z42.attr_p11 TYPE null REQUIRED yes
FIELD param_z42.col_v88.key_s06 TYPE integer REQUIRED yes
FIELD param_z4... | {"param_p45":"single","param_z42":{"attr_p11":null,"col_v88":{"key_s06":71,"attr_m64":425.31,"val_w47":60,"prop_y85":"Oliveira","col_j68":false},"dim_x87":"2023-12-25","prop_c35":589,"val_e76":"blue"},"val_l78":437,"dim_s22":{"field_j78":"open","param_n58":"intermittent","col_a21":"inactive","param_m59":"open"},"prop_z... | invalid_enum | {
"type": "object",
"properties": {
"dim_s81": {
"type": "string",
"format": "email"
},
"param_p45": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"param_z42": {
"type": "object",
"properties": {
"dim_... | {"param_p45": "invalid_choice_882", "param_z42": {"attr_p11": null, "col_v88": {"key_s06": 71, "attr_m64": 425.31, "val_w47": 60, "prop_y85": "Oliveira", "col_j68": false}, "dim_x87": "2023-12-25", "prop_c35": 589, "val_e76": "blue"}, "val_l78": 437, "dim_s22": {"field_j78": "open", "param_n58": "intermittent", "col_a2... | Field 'param_p45' has invalid enum value 'invalid_choice_882', expected one of ['single', 'married', 'divorced'] | {"param_p45":"single","param_z42":{"attr_p11":null,"col_v88":{"key_s06":71,"attr_m64":425.31,"val_w47":60,"prop_y85":"Oliveira","col_j68":false},"dim_x87":"2023-12-25","prop_c35":589,"val_e76":"blue"},"val_l78":437,"dim_s22":{"field_j78":"open","param_n58":"intermittent","col_a21":"inactive","param_m59":"open"},"prop_z... |
TASK repair_structured_output
SPEC
FIELD val_o39 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_l29 TYPE string REQUIRED no
FIELD attr_x62 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD param_k78[].attr_p48 TYPE boolean REQUIRED no
FIELD param_k78[].key_o05 TYPE integer REQUIRED ... | {"key_l29":"demo","attr_x62":"in_transit","param_k78":[{"attr_p48":true,"key_o05":387,"dim_c94":721,"param_a07":false,"col_m31":584.74,"prop_t82":809}]} | extra_text_after | {
"type": "object",
"properties": {
"val_o39": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_l29": {
"type": "string"
},
"attr_x62": {
"type": "string",
"enum": [
"new",
"in_transit",
"deliv... | {"key_l29":"demo","attr_x62":"in_transit","param_k78":[{"attr_p48":true,"key_o05":387,"dim_c94":721,"param_a07":false,"col_m31":584.74,"prop_t82":809}]}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"key_l29":"demo","attr_x62":"in_transit","param_k78":[{"attr_p48":true,"key_o05":387,"dim_c94":721,"param_a07":false,"col_m31":584.74,"prop_t82":809}]} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD status TYPE boolean REQUIRED yes
FIELD comments TYPE string_date-time REQUIRED yes
FIELD compound[] TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTPUT
<functioncall> process_payment
{curre... | {"currency":"sms","status":false,"comments":"2024-10-19T10:15:00Z","compound":["error","error"]} | tool_call_bad_format | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"status": {
"type": "boolean"
},
"comments": {
"type": "string",
"format": "date-time"
},
"compound": {
... | <functioncall> process_payment
{currency: "sms", status: false, comments: "2024-10-19T10:15:00Z", compound: ["error", "error"]} | Tool call has malformed arguments — unquoted keys in function parameters | {"currency":"sms","status":false,"comments":"2024-10-19T10:15:00Z","compound":["error","error"]} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string_email REQUIRED no
FIELD email TYPE string REQUIRED no
FIELD comments TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD trace_id TYPE integer REQUIRED no
FIELD tags TYPE integer REQUIRED no
FIELD username TYPE string VALUES success|error|warning... | {"email":"A short description.","comments":"pending","trace_id":115,"tags":665,"username":"warning","price":"arctic","priority":"user@domain.com"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"format": "email"
},
"email": {
"type": "string"
},
"comments": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"trace_id": {
"type": ... | Tool: create_ticket
Params: {"email": "A short description.", "trace_id": 115, "tags": 665, "username": "warning", "price": "arctic", "priority": "user@domain.com", "comments_value": "pending"} | Agent used wrong parameter name 'comments_value' instead of 'comments' | {"email":"A short description.","comments":"pending","trace_id":115,"tags":665,"username":"warning","price":"arctic","priority":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD step TYPE string_email REQUIRED yes
FIELD amplitude.account_id TYPE string REQUIRED no
FIELD amplitude.zip_code TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD amplitude.type TYPE string REQUI... | {"organism":"medium","step":"admin@domain.org","amplitude":{"zip_code":"warning","type":"Oliveira","currency":473.49}} | partial_structure | {
"type": "object",
"properties": {
"organism": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"step": {
"type": "string",
"format": "email"
},
"amplitude": {
"type": "object",
"properties": {
... | I found that organism should be medium. {"organism":"medium","step":"admin@domain.org","amplitude":{"zip_code":"warning","type":"Oliveira","currency":473.49}} | Output mixes natural language with JSON | {"organism":"medium","step":"admin@domain.org","amplitude":{"zip_code":"warning","type":"Oliveira","currency":473.49}} |
TASK repair_structured_output
SPEC
FIELD field_j93 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_y00 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_a30 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_x97 TYPE string REQUIRED no
FIELD dim_h46 TYPE integer REQUIRE... | {"field_j93":"sms","field_y00":"single","prop_a30":"enterprise","col_x97":"qux","attr_i73":"John","attr_s83":389,"prop_o60":222} | extra_field | {
"type": "object",
"properties": {
"field_j93": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_y00": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_a3... | {"field_j93": "sms", "field_y00": "single", "prop_a30": "enterprise", "col_x97": "qux", "attr_i73": "John", "attr_s83": 389, "prop_o60": 222, "extra_value_4244": true} | Unknown field 'extra_value_4244' not defined in schema | {"field_j93":"sms","field_y00":"single","prop_a30":"enterprise","col_x97":"qux","attr_i73":"John","attr_s83":389,"prop_o60":222} |
TASK repair_structured_output
SPEC
FIELD level TYPE string REQUIRED yes
FIELD catalyst TYPE number REQUIRED yes
FIELD image_url[].interest_rate TYPE integer REQUIRED yes
FIELD image_url[].label TYPE integer REQUIRED no
FIELD image_url[].image_url TYPE string REQUIRED no
FIELD image_url[].invoice_id TYPE string VALUES ... | {"level":"Luis","catalyst":484.54,"image_url":[{"interest_rate":198,"label":468,"invoice_id":"heterozygous","shipper_ref":"frameshift","lab_result":"frameshift","patient_id":"open","username":"REV"}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"level": {
"type": "string"
},
"catalyst": {
"type": "number"
},
"image_url": {
"type": "array",
"items": {
"type": "object",
"properties": {
"interest_rate": {
"type": "integer"
},
... | I need to look up the information first.
Action: validate_sample
Arguments: {"level": "Luis", "image_url": [{"interest_rate": 198, "label": 468, "invoice_id": "heterozygous", "shipper_ref": "frameshift", "lab_result": "frameshift", "patient_id": "open", "username": "REV"}]} | Agent tool call missing required parameter 'catalyst' | {"level":"Luis","catalyst":484.54,"image_url":[{"interest_rate":198,"label":468,"invoice_id":"heterozygous","shipper_ref":"frameshift","lab_result":"frameshift","patient_id":"open","username":"REV"}]} |
TASK repair_structured_output
SPEC
FIELD val_p69 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_x55 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD param_k35 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD field_r77 TYPE number REQUIR... | {"val_p69":"confirmed","prop_x55":"confirmed","param_k35":"email","prop_f44":544} | missing_brace | {
"type": "object",
"properties": {
"val_p69": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_x55": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejecte... | {"val_p69":"confirmed","prop_x55":"confirmed","param_k35":"email","prop_f44":544 | Missing closing brace | {"val_p69":"confirmed","prop_x55":"confirmed","param_k35":"email","prop_f44":544} |
TASK repair_structured_output
SPEC
FIELD val_w87 TYPE string REQUIRED yes
FIELD key_b53 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_m03 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD dim_n58 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_w87": "John", "key_b53": "sms",... | {"val_w87":"John","key_b53":"sms"} | extra_field | {
"type": "object",
"properties": {
"val_w87": {
"type": "string"
},
"key_b53": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_m03": {
"type": "string",
"enum": [
"operational",
"degrade... | {"val_w87": "John", "key_b53": "sms", "extra_info_3808": true} | Unknown field 'extra_info_3808' not defined in schema | {"val_w87":"John","key_b53":"sms"} |
TASK repair_structured_output
SPEC
FIELD val_w12 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_e16 TYPE string REQUIRED no
FIELD dim_e88 TYPE boolean REQUIRED no
FIELD dim_j35[] TYPE string_email REQUIRED no
FIELD dim_t05[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"val_w12": "closed", "dim... | {"val_w12":"closed","dim_j35":["info@test.io","ops@test.io","info@domain.org","test@domain.org"],"dim_t05":[679,818,888,807]} | extra_field | {
"type": "object",
"properties": {
"val_w12": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_e16": {
"type": "string"
},
"dim_e88": {
"type": "boolean"
},
"dim_j35": {
"type": "array... | {"val_w12": "closed", "dim_j35": ["info@test.io", "ops@test.io", "info@domain.org", "test@domain.org"], "dim_t05": [679, 818, 888, 807], "extra_info_2862": 42} | Unknown field 'extra_info_2862' not defined in schema | {"val_w12":"closed","dim_j35":["info@test.io","ops@test.io","info@domain.org","test@domain.org"],"dim_t05":[679,818,888,807]} |
TASK repair_structured_output
SPEC
FIELD dim_r80 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD field_w19 TYPE boolean REQUIRED no
FIELD param_o61 TYPE string_date-time REQUIRED yes
FIELD dim_y09 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD col_p22 TYPE boolean REQUI... | {"dim_r80":"in_progress","field_w19":true,"param_o61":"2022-05-17T23:55:00Z","dim_y09":"option_d","dim_l09":"inactive","prop_g27":"London"} | invalid_enum | {
"type": "object",
"properties": {
"dim_r80": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_w19": {
"type": "boolean"
},
"param_o61": {
"type": "string",
"format": "date-time"
},
... | {"dim_r80": "invalid_option_153", "field_w19": true, "param_o61": "2022-05-17T23:55:00Z", "dim_y09": "option_d", "dim_l09": "inactive", "prop_g27": "London"} | Field 'dim_r80' has invalid enum value 'invalid_option_153', expected one of ['open', 'in_progress', 'resolved', 'closed'] | {"dim_r80":"in_progress","field_w19":true,"param_o61":"2022-05-17T23:55:00Z","dim_y09":"option_d","dim_l09":"inactive","prop_g27":"London"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string_email REQUIRED no
FIELD coverage TYPE string_date-time REQUIRED yes
FIELD section TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD price TYPE boolean REQUIRED no
FIELD span_id TYPE string REQUIRED yes
FIELD tags TYPE string REQU... | {"shipping":"test@test.io","coverage":"2026-06-12T12:35:00Z","section":"frameshift","span_id":"test@example.com","tags":"chr1","batch_code":{"voltage":727,"verified":460.22,"gene_id":"2022-05-04T12:54:00Z","annotation":{"thumbnail":"success","address":"free","diagnosis_code":"enterprise"}}} | single_quotes | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"format": "email"
},
"coverage": {
"type": "string",
"format": "date-time"
},
"section": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"fr... | {'shipping':'test@test.io','coverage':'2026-06-12T12:35:00Z','section':'frameshift','span_id':'test@example.com','tags':'chr1','batch_code':{'voltage':727,'verified':460.22,'gene_id':'2022-05-04T12:54:00Z','annotation':{'thumbnail':'success','address':'free','diagnosis_code':'enterprise'}}} | Expecting property name enclosed in double quotes | {"shipping":"test@test.io","coverage":"2026-06-12T12:35:00Z","section":"frameshift","span_id":"test@example.com","tags":"chr1","batch_code":{"voltage":727,"verified":460.22,"gene_id":"2022-05-04T12:54:00Z","annotation":{"thumbnail":"success","address":"free","diagnosis_code":"enterprise"}}} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE boolean REQUIRED yes
FIELD priority.brake_pressure TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD priority.tile TYPE number REQUIRED yes
FIELD priority.size TYPE number REQUIRED yes
FIELD priority.nickname TYPE string VALUES new|i... | {"quantity":true,"priority":{"brake_pressure":"escalated","tile":247.95,"size":967.3,"nickname":"delivered","description":"admin@example.com"},"balance":416,"status_code":"chr1"} | thought_process | {
"type": "object",
"properties": {
"quantity": {
"type": "boolean"
},
"priority": {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"quantity":true,"priority":{"brake_pressure":"escalated","tile":247.95,"size":967.3,"nickname":"delivered","description":"admin@example.com"},"balance":416,"status_code":"chr1"} | Output contains chain-of-thought reasoning before JSON | {"quantity":true,"priority":{"brake_pressure":"escalated","tile":247.95,"size":967.3,"nickname":"delivered","description":"admin@example.com"},"balance":416,"status_code":"chr1"} |
TASK repair_structured_output
SPEC
FIELD comments TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD item_id TYPE string REQUIRED yes
FIELD size TYPE number REQUIRED no
FIELD length TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD updated_at TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
... | {"comments":"resolved","item_id":"New York","size":514.06,"updated_at":"2024-07-25T19:19:00Z"} | truncated_array | {
"type": "object",
"properties": {
"comments": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"item_id": {
"type": "string"
},
"size": {
"type": "number"
},
"length": {
"type": "string",
... | {"comments":"resolved","item_id":"New York","size":514.06,"updated_at":"2024-07-25T19:19:00Z" | Unexpected end of JSON input — truncated object | {"comments":"resolved","item_id":"New York","size":514.06,"updated_at":"2024-07-25T19:19:00Z"} |
TASK repair_structured_output
SPEC
FIELD attr_e42 TYPE number REQUIRED no
FIELD key_o36 TYPE string REQUIRED yes
FIELD field_u97 TYPE null REQUIRED no
FIELD param_a51 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD attr_n93.attr_v25.dim_s43 TYPE integer REQUIRED yes
FIELD attr_n93.attr_v25.val_z13 TYPE... | {"attr_e42":494.03,"key_o36":"baz","field_u97":null,"param_a51":"warning","attr_n93":{"attr_v25":{"dim_s43":332,"val_z13":"admin@test.io","param_s21":true},"attr_j51":327,"attr_h13":{"attr_y99":"coastal","field_k46":"inactive","col_m80":"high"},"dim_j51":"maintenance","col_n66":"nonsense"}} | number_with_unit | {
"type": "object",
"properties": {
"attr_e42": {
"type": "number"
},
"key_o36": {
"type": "string"
},
"field_u97": {
"type": "null"
},
"param_a51": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | {"attr_e42": "494.03cm", "key_o36": "baz", "field_u97": null, "param_a51": "warning", "attr_n93": {"attr_v25": {"dim_s43": 332, "val_z13": "admin@test.io", "param_s21": true}, "attr_j51": 327, "attr_h13": {"attr_y99": "coastal", "field_k46": "inactive", "col_m80": "high"}, "dim_j51": "maintenance", "col_n66": "nonsense... | Field 'attr_e42' must be number, got string with unit | {"attr_e42":494.03,"key_o36":"baz","field_u97":null,"param_a51":"warning","attr_n93":{"attr_v25":{"dim_s43":332,"val_z13":"admin@test.io","param_s21":true},"attr_j51":327,"attr_h13":{"attr_y99":"coastal","field_k46":"inactive","col_m80":"high"},"dim_j51":"maintenance","col_n66":"nonsense"}} |
TASK repair_structured_output
SPEC
FIELD val_w69 TYPE string REQUIRED no
FIELD key_c32 TYPE number REQUIRED no
FIELD attr_z46.param_z54 TYPE boolean REQUIRED yes
FIELD attr_z46.key_j89 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD attr_z46.attr_m19 TYPE boolean REQUIRED yes
FIELD fi... | {"val_w69":"Oliveira","key_c32":257.75,"attr_z46":{"param_z54":false,"key_j89":"rejected","attr_m19":true},"field_i83":"https://example.com","prop_k00":"Silva","col_p30":"foo","field_q66":"https://example.com/api","attr_l57":442} | markdown_explanation | {
"type": "object",
"properties": {
"val_w69": {
"type": "string"
},
"key_c32": {
"type": "number"
},
"attr_z46": {
"type": "object",
"properties": {
"param_z54": {
"type": "boolean"
},
"key_j89": {
"type": "string",
"... | The output is as follows:
```json
{"val_w69":"Oliveira","key_c32":257.75,"attr_z46":{"param_z54":false,"key_j89":"rejected","attr_m19":true},"field_i83":"https://example.com","prop_k00":"Silva","col_p30":"foo","field_q66":"https://example.com/api","attr_l57":442}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"val_w69":"Oliveira","key_c32":257.75,"attr_z46":{"param_z54":false,"key_j89":"rejected","attr_m19":true},"field_i83":"https://example.com","prop_k00":"Silva","col_p30":"foo","field_q66":"https://example.com/api","attr_l57":442} |
TASK repair_structured_output
SPEC
FIELD account_id.amount TYPE string REQUIRED yes
FIELD account_id.gene_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD account_id.account_id TYPE string REQUIRED no
FIELD strand TYPE null REQUIRED yes
FIELD umi TYPE string VALUES level_1|level_2|level_3|level_4|level... | {"account_id":{"amount":"Maria","gene_id":"cat_d","account_id":"Alice"},"strand":null,"umi":"level_6","active":null} | extra_text_before | {
"type": "object",
"properties": {
"account_id": {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"gene_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
... | Here is the JSON you requested:
{"account_id":{"amount":"Maria","gene_id":"cat_d","account_id":"Alice"},"strand":null,"umi":"level_6","active":null} | Output contains non-JSON text before the object | {"account_id":{"amount":"Maria","gene_id":"cat_d","account_id":"Alice"},"strand":null,"umi":"level_6","active":null} |
TASK repair_structured_output
SPEC
FIELD param_p11 TYPE string REQUIRED no
FIELD param_p63 TYPE string REQUIRED no
FIELD dim_c26 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD attr_s78.field_f74 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD attr_s78.col_f80 TYPE boolean REQUI... | {"param_p11":"2024-06-30","dim_c26":"synonymous","attr_s78":{"field_f74":"GBP","col_f80":false,"key_v33":{"param_i75":"https://data.org/v1","param_s31":614.4,"param_w00":88,"col_x80":false,"val_i83":false,"prop_h29":"test","key_q76":278.9},"field_u01":"published","val_a81":false},"attr_w53":"resolved"} | missing_bracket | {
"type": "object",
"properties": {
"param_p11": {
"type": "string"
},
"param_p63": {
"type": "string"
},
"dim_c26": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"attr_s78": {
"ty... | {"param_p11":"2024-06-30","dim_c26":"synonymous","attr_s78":{"field_f74":"GBP","col_f80":false,"key_v33":{"param_i75":"https://data.org/v1","param_s31":614.4,"param_w00":88,"col_x80":false,"val_i83":false,"prop_h29":"test","key_q76":278.9},"field_u01":"published","val_a81":false},"attr_w53":"resolved"} | Missing closing bracket | {"param_p11":"2024-06-30","dim_c26":"synonymous","attr_s78":{"field_f74":"GBP","col_f80":false,"key_v33":{"param_i75":"https://data.org/v1","param_s31":614.4,"param_w00":88,"col_x80":false,"val_i83":false,"prop_h29":"test","key_q76":278.9},"field_u01":"published","val_a81":false},"attr_w53":"resolved"} |
TASK repair_structured_output
SPEC
FIELD val_f47 TYPE string_email REQUIRED no
FIELD attr_p90 TYPE number REQUIRED no
FIELD param_z58 TYPE boolean REQUIRED no
FIELD param_s76 TYPE string REQUIRED no
FIELD dim_w61 TYPE string REQUIRED yes
FIELD col_i83.field_g44 TYPE string VALUES homozygous|heterozygous|hemizygous REQ... | {"attr_p90":768.38,"param_z58":true,"dim_w61":"2024-06-30","col_i83":{"dim_a81":{"field_r15":927,"field_f36":411.5,"col_w94":"completed","prop_r79":false},"field_j66":null,"val_a36":{"param_h52":"homozygous","field_y44":"inactive","prop_h08":83.05}},"col_i55":"FWD"} | markdown_explanation | {
"type": "object",
"properties": {
"val_f47": {
"type": "string",
"format": "email"
},
"attr_p90": {
"type": "number"
},
"param_z58": {
"type": "boolean"
},
"param_s76": {
"type": "string"
},
"dim_w61": {
"type": "string"
},
"col_i83":... | Let me provide the data in JSON format:
```json
{"attr_p90":768.38,"param_z58":true,"dim_w61":"2024-06-30","col_i83":{"dim_a81":{"field_r15":927,"field_f36":411.5,"col_w94":"completed","prop_r79":false},"field_j66":null,"val_a36":{"param_h52":"homozygous","field_y44":"inactive","prop_h08":83.05}},"col_i55":"FWD"}
```
L... | Output contains markdown and explanatory text around JSON | {"attr_p90":768.38,"param_z58":true,"dim_w61":"2024-06-30","col_i83":{"dim_a81":{"field_r15":927,"field_f36":411.5,"col_w94":"completed","prop_r79":false},"field_j66":null,"val_a36":{"param_h52":"homozygous","field_y44":"inactive","prop_h08":83.05}},"col_i55":"FWD"} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string REQUIRED no
FIELD visible TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD allele TYPE boolean REQUIRED yes
FIELD height TYPE null REQUIRED yes
FIELD total TYPE boolean REQUIRED no
FIELD commit_hash.ph_level TYPE string_uri ... | {"insurance_id":"test@example.com","visible":"degraded","allele":false,"height":null,"total":true} | partial_structure | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string"
},
"visible": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"allele": {
"type": "boolean"
},
"height": {
"ty... | Result: insurance_id=test@example.com, {"insurance_id":"test@example.com","visible":"degraded","allele":false,"height":null,"total":true} | Output mixes natural language with JSON | {"insurance_id":"test@example.com","visible":"degraded","allele":false,"height":null,"total":true} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD visible TYPE string REQUIRED yes
FIELD payment_status TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD color TYPE null REQUIRED yes
FIELD image_url TYPE string REQUIRED no
BROKEN_OUT... | {"crew_id":"sms","visible":"London","payment_status":"missense","color":null,"image_url":"world"} | missing_bracket | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"visible": {
"type": "string"
},
"payment_status": {
"type": "string",
"enum": [
"synonymous",
"mi... | {"crew_id":"sms","visible":"London","payment_status":"missense","color":null,"image_url":"world"} | Missing closing bracket | {"crew_id":"sms","visible":"London","payment_status":"missense","color":null,"image_url":"world"} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD velocity TYPE null REQUIRED yes
FIELD company TYPE integer REQUIRED no
FIELD patient_id TYPE integer REQUIRED yes
FIELD date[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED n... | {"strand":"offline","velocity":null,"patient_id":979,"date":["cat_c","cat_d"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"velocity": {
"type": "null"
},
"company": {
"type": "integer"
},
"patient_id": {
"type... | Tool: generate_report
Params: {"velocity": null, "patient_id": 979, "date": ["cat_c", "cat_d"], "strand2": "offline"} | Agent used wrong parameter name 'strand2' instead of 'strand' | {"strand":"offline","velocity":null,"patient_id":979,"date":["cat_c","cat_d"]} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE number REQUIRED yes
FIELD age TYPE integer REQUIRED yes
FIELD organism TYPE boolean REQUIRED no
FIELD version TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD pressure_kpa TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
Let m... | {"terminal_id":443.01,"age":276,"organism":false,"version":"sms","pressure_kpa":"error"} | agent_chain | {
"type": "object",
"properties": {
"terminal_id": {
"type": "number"
},
"age": {
"type": "integer"
},
"organism": {
"type": "boolean"
},
"version": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | Let me check the system.
Action: transfer_call
Result: {"terminal_id": 443.01, "organism": false, "version": "sms", "pressure_kpa": "error"}
Processing the request now.
Action: generate_report
Result: | Agent multi-step chain with truncated tool output | {"terminal_id":443.01,"age":276,"organism":false,"version":"sms","pressure_kpa":"error"} |
TASK repair_structured_output
SPEC
FIELD label TYPE integer REQUIRED yes
FIELD velocity TYPE integer REQUIRED yes
FIELD category TYPE null REQUIRED no
BROKEN_OUTPUT
{"label": "508MB", "velocity": 145, "category": null} | {"label":508,"velocity":145,"category":null} | number_with_unit | {
"type": "object",
"properties": {
"label": {
"type": "integer"
},
"velocity": {
"type": "integer"
},
"category": {
"type": "null"
}
},
"required": [
"velocity",
"label"
]
} | {"label": "508MB", "velocity": 145, "category": null} | Field 'label' must be number, got string with unit | {"label":508,"velocity":145,"category":null} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE integer REQUIRED yes
FIELD reagent TYPE string REQUIRED yes
FIELD language TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD strand TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
The parsed result is:
```jso... | {"insurance_id":80,"reagent":"cancelled","language":"operational","strand":"inactive"} | markdown_explanation | {
"type": "object",
"properties": {
"insurance_id": {
"type": "integer"
},
"reagent": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"strand": {
"... | The parsed result is:
```json
{"insurance_id":80,"reagent":"cancelled","language":"operational","strand":"inactive"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"insurance_id":80,"reagent":"cancelled","language":"operational","strand":"inactive"} |
TASK repair_structured_output
SPEC
FIELD freight_class.first_name TYPE string REQUIRED no
FIELD freight_class.wavelength TYPE string REQUIRED no
FIELD freight_class.height TYPE number REQUIRED yes
FIELD total TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD level TYPE integer REQUIRED ... | {"total":"rejected","level":688,"created_at":75} | extra_text_before | {
"type": "object",
"properties": {
"freight_class": {
"type": "object",
"properties": {
"first_name": {
"type": "string"
},
"wavelength": {
"type": "string"
},
"height": {
"type": "number"
}
},
"required": [
... | Here is the response in the requested format:
{"total":"rejected","level":688,"created_at":75} | Output contains non-JSON text before the object | {"total":"rejected","level":688,"created_at":75} |
TASK repair_structured_output
SPEC
FIELD dim_t71 TYPE string REQUIRED no
FIELD val_r37 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_n59 TYPE null REQUIRED yes
FIELD val_q63 TYPE boolean REQUIRED no
FIELD param_c24 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
Analyzing the sensor data to generate t... | {"dim_t71":"PASS","param_n59":null,"val_q63":false,"param_c24":"https://api.com/v1"} | thought_process | {
"type": "object",
"properties": {
"dim_t71": {
"type": "string"
},
"val_r37": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_n59": {
"type": "null"
},
"val_q63": {
"type": "boolean"
}... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"dim_t71":"PASS","param_n59":null,"val_q63":false,"param_c24":"https://api.com/v1"} | Output contains chain-of-thought reasoning before JSON | {"dim_t71":"PASS","param_n59":null,"val_q63":false,"param_c24":"https://api.com/v1"} |
TASK repair_structured_output
SPEC
FIELD index TYPE null REQUIRED no
FIELD bearing TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD shipper_ref TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD active TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD website TYPE string V... | {"index":null,"bearing":"email","shipper_ref":"type_b","active":"level_4","website":"admin"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"index": {
"type": "null"
},
"bearing": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"shipper_ref": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | schedule_meeting(index=None, bearing='email', shipper_ref='type_b', active='level_4', website='admin') | Tool call uses Python syntax instead of JSON | {"index":null,"bearing":"email","shipper_ref":"type_b","active":"level_4","website":"admin"} |
TASK repair_structured_output
SPEC
FIELD consignee.status TYPE integer REQUIRED no
FIELD consignee.quantity TYPE number REQUIRED yes
FIELD consignee.cargo_type TYPE number REQUIRED no
FIELD consignee.chapter.lane TYPE string REQUIRED no
FIELD consignee.chapter.city TYPE boolean REQUIRED yes
FIELD consignee.chapter.typ... | {"consignee":{"status":551,"quantity":474.3,"chapter":{"lane":"cancelled","city":false,"loan_amount":455.69}},"country":{"account_id":"level_5","id":"completed","patient_id":644.5,"department":"moored","zip_code":"option_d"},"section":"baz","hazmat_code":699,"ward":"baz"} | number_with_unit | {
"type": "object",
"properties": {
"consignee": {
"type": "object",
"properties": {
"status": {
"type": "integer"
},
"quantity": {
"type": "number"
},
"cargo_type": {
"type": "number"
},
"chapter": {
"ty... | {"consignee": {"status": 551, "quantity": 474.3, "chapter": {"lane": "cancelled", "city": false, "loan_amount": 455.69}}, "country": {"account_id": "level_5", "id": "completed", "patient_id": 644.5, "department": "moored", "zip_code": "option_d"}, "section": "baz", "hazmat_code": "699sec", "ward": "baz"} | Field 'hazmat_code' must be number, got string with unit | {"consignee":{"status":551,"quantity":474.3,"chapter":{"lane":"cancelled","city":false,"loan_amount":455.69}},"country":{"account_id":"level_5","id":"completed","patient_id":644.5,"department":"moored","zip_code":"option_d"},"section":"baz","hazmat_code":699,"ward":"baz"} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE boolean REQUIRED no
FIELD features TYPE string_date-time REQUIRED yes
FIELD patient_id.pressure_kpa.throttle_pos TYPE integer REQUIRED no
FIELD patient_id.pressure_kpa.organism TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD patient_i... | {"maturity_date":false,"features":"2024-06-13T13:37:00Z","patient_id":{"pressure_kpa":{"throttle_pos":673,"organism":"mode_a","chromosome":"London","duration_ms":"type_a","sensor_id":677.68},"subtotal":886,"user_id":406,"terminal_id":"2025-09-05T17:21:00Z","category":"approved","freight_class":940}} | thought_process | {
"type": "object",
"properties": {
"maturity_date": {
"type": "boolean"
},
"features": {
"type": "string",
"format": "date-time"
},
"patient_id": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "object",
"properties": {
... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"maturity_date":false,"features":"2024-06-13T13:37:00Z","patient_id":{"pressure_kpa":{"throttle_pos":673,"organism":"mode_a","chromosome":"London","duration_ms":"type_a","sensor_id":677.68},"subtotal":886,"user_id":406,"term... | Output contains chain-of-thought reasoning before JSON | {"maturity_date":false,"features":"2024-06-13T13:37:00Z","patient_id":{"pressure_kpa":{"throttle_pos":673,"organism":"mode_a","chromosome":"London","duration_ms":"type_a","sensor_id":677.68},"subtotal":886,"user_id":406,"terminal_id":"2025-09-05T17:21:00Z","category":"approved","freight_class":940}} |
TASK repair_structured_output
SPEC
FIELD dim_t55 TYPE integer REQUIRED yes
FIELD key_f57 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD param_e62 TYPE null REQUIRED yes
FIELD dim_e58 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_o70 TYPE integer REQUIRED no
FIELD... | {"dim_t55":192,"key_f57":"mode_e","param_e62":null,"dim_e58":"option_a","val_o70":241} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_t55": {
"type": "integer"
},
"key_f57": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"param_e62": {
"type": "null"
},
"d... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"dim_t55": 192, "param_e62": null, "dim_e58": "option_a", "val_o70": 241} | Agent tool call missing required parameter 'key_f57' | {"dim_t55":192,"key_f57":"mode_e","param_e62":null,"dim_e58":"option_a","val_o70":241} |
TASK repair_structured_output
SPEC
FIELD values TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD interest_rate.start_date TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD interest_rate.shift_code TYPE boolean REQUIRED no
FIELD interest_rate.image_url TYPE string REQUIRED yes
FIELD interest_... | {"values":"unstable","interest_rate":{"start_date":"email","shift_code":false,"image_url":"Tokyo","bill_of_lading":{"coverage":728,"role":383,"diagnosis_code":false,"score":null,"description":279.86,"weight":"demo"},"salinity":{"annotation":"2023-06-06T23:04:00Z","category":"Maria","transaction_id":"arctic"}},"shipping... | tool_call_bad_format | {
"type": "object",
"properties": {
"values": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"interest_rate": {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
... | <functioncall> queue_sequencing_run
{values: "unstable", interest_rate: {start_date: "email", shift_code: false, image_url: "Tokyo", bill_of_lading: {coverage: 728, role: 383, diagnosis_code: false, score: null, description: 279.86, weight: "demo"}, salinity: {annotation: "2023-06-06T23:04:00Z", category: "Maria", tran... | Tool call has malformed arguments — unquoted keys in function parameters | {"values":"unstable","interest_rate":{"start_date":"email","shift_code":false,"image_url":"Tokyo","bill_of_lading":{"coverage":728,"role":383,"diagnosis_code":false,"score":null,"description":279.86,"weight":"demo"},"salinity":{"annotation":"2023-06-06T23:04:00Z","category":"Maria","transaction_id":"arctic"}},"shipping... |
TASK repair_structured_output
SPEC
FIELD label TYPE number REQUIRED no
FIELD status_code.consignee TYPE string REQUIRED yes
FIELD status_code.zip_code TYPE integer REQUIRED no
FIELD status_code.build_status TYPE string REQUIRED no
FIELD status_code.salinity TYPE string REQUIRED no
FIELD status_code.tags[].branch TYPE ... | {"label":661.1,"city":162.26} | markdown_explanation | {
"type": "object",
"properties": {
"label": {
"type": "number"
},
"status_code": {
"type": "object",
"properties": {
"consignee": {
"type": "string"
},
"zip_code": {
"type": "integer"
},
"build_status": {
"type": "s... | The instrument reported:
```json
{"label":661.1,"city":162.26}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"label":661.1,"city":162.26} |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD berth_slot TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD visible TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD commit_hash TYPE string_date-time REQUIRED no
FIELD i... | {"title":"large","visible":"resolved","commit_hash":"2020-10-08T22:09:00Z","insurance_id":"2024-01-15","username":"info@domain.org","trace_id":"xl"} | extra_field | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"berth_slot": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
... | {"title": "large", "visible": "resolved", "commit_hash": "2020-10-08T22:09:00Z", "insurance_id": "2024-01-15", "username": "info@domain.org", "trace_id": "xl", "extra_field_2738": "unexpected"} | Unknown field 'extra_field_2738' not defined in schema | {"title":"large","visible":"resolved","commit_hash":"2020-10-08T22:09:00Z","insurance_id":"2024-01-15","username":"info@domain.org","trace_id":"xl"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE boolean REQUIRED yes
FIELD country TYPE integer REQUIRED no
FIELD zip_code TYPE integer REQUIRED no
FIELD ward[].height TYPE integer REQUIRED yes
FIELD ward[].wavelength TYPE null REQUIRED yes
FIELD ward[].subject TYPE string VALUES reliable|unstable|intermitt... | {"frequency_hz":false,"zip_code":139,"end_date":["2024-06-30","Tokyo","cancelled","https://api.example.com/v1"]} | missing_bracket | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "boolean"
},
"country": {
"type": "integer"
},
"zip_code": {
"type": "integer"
},
"ward": {
"type": "array",
"items": {
"type": "object",
"properties": {
"height": {
... | {"frequency_hz":false,"zip_code":139,"end_date":["2024-06-30","Tokyo","cancelled","https://api.example.com/v1"} | Missing closing bracket | {"frequency_hz":false,"zip_code":139,"end_date":["2024-06-30","Tokyo","cancelled","https://api.example.com/v1"]} |
TASK repair_structured_output
SPEC
FIELD val_d65 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_j51 TYPE integer REQUIRED no
FIELD col_a32 TYPE string REQUIRED yes
FIELD attr_s27[].dim_s45 TYPE string_email REQUIRED yes
FIELD attr_s27[].prop_f30 TYPE string_email REQUIRED yes
FIELD a... | {"val_d65":"synonymous","key_j51":434,"col_a32":"foo","attr_s27":[{"dim_s45":"user@example.com","prop_f30":"info@domain.org","field_r15":"admin","prop_n79":true}],"key_q63":[{"col_n92":"married","key_f78":"moored","dim_d71":"MV-Evergreen-01","param_y40":972.65,"field_d83":"white","dim_o31":"enterprise"},{"col_n92":"sin... | partial_structure | {
"type": "object",
"properties": {
"val_d65": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_j51": {
"type": "integer"
},
"col_a32": {
"type": "string"
},
"attr_s27": {
"type"... | Based on the data, val_d65 is synonymous. {"val_d65":"synonymous","key_j51":434,"col_a32":"foo","attr_s27":[{"dim_s45":"user@example.com","prop_f30":"info@domain.org","field_r15":"admin","prop_n79":true}],"key_q63":[{"col_n92":"married","key_f78":"moored","dim_d71":"MV-Evergreen-01","param_y40":972.65,"field_d83":"whit... | Output mixes natural language with JSON | {"val_d65":"synonymous","key_j51":434,"col_a32":"foo","attr_s27":[{"dim_s45":"user@example.com","prop_f30":"info@domain.org","field_r15":"admin","prop_n79":true}],"key_q63":[{"col_n92":"married","key_f78":"moored","dim_d71":"MV-Evergreen-01","param_y40":972.65,"field_d83":"white","dim_o31":"enterprise"},{"col_n92":"sin... |
TASK repair_structured_output
SPEC
FIELD language TYPE string VALUES active|inactive|pending REQUIRED no
FIELD lane TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD yield_pct TYPE integer REQUIRED yes
FIELD commit_hash TYPE string VALUES draft|published|archived REQUIRED no
FIELD phone TYPE string... | {"language":"inactive","lane":"underway","yield_pct":227,"commit_hash":"archived","phone":"new","dissolved_oxygen":"USD"} | wrong_type | {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"lane": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"y... | {"language": "inactive", "lane": "underway", "yield_pct": "\"227\"", "commit_hash": "archived", "phone": "new", "dissolved_oxygen": "USD"} | Field 'yield_pct' must be integer, got string | {"language":"inactive","lane":"underway","yield_pct":227,"commit_hash":"archived","phone":"new","dissolved_oxygen":"USD"} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE number REQUIRED no
FIELD country TYPE integer REQUIRED yes
FIELD chapter TYPE string REQUIRED yes
FIELD footnote TYPE string REQUIRED no
FIELD quantity TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"consignee":611.43,"country":791,"chapter":"https://example.c... | {"consignee":611.43,"country":791,"chapter":"https://example.com","footnote":"REV","quantity":640} | markdown_fences | {
"type": "object",
"properties": {
"consignee": {
"type": "number"
},
"country": {
"type": "integer"
},
"chapter": {
"type": "string"
},
"footnote": {
"type": "string"
},
"quantity": {
"type": "integer"
}
},
"required": [
"chapter",
... | ```json
{"consignee":611.43,"country":791,"chapter":"https://example.com","footnote":"REV","quantity":640}
``` | Output contains markdown code fences | {"consignee":611.43,"country":791,"chapter":"https://example.com","footnote":"REV","quantity":640} |
TASK repair_structured_output
SPEC
FIELD key_o43 TYPE string_date-time REQUIRED yes
FIELD dim_r96 TYPE boolean REQUIRED yes
FIELD prop_z70 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
BROKEN_OUTPUT
{"key_o43": "2022-10-21T09:24:00Z", "dim_r96": "\"no\"", "prop_z70": "level_4"} | {"key_o43":"2022-10-21T09:24:00Z","dim_r96":false,"prop_z70":"level_4"} | wrong_type | {
"type": "object",
"properties": {
"key_o43": {
"type": "string",
"format": "date-time"
},
"dim_r96": {
"type": "boolean"
},
"prop_z70": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
}
},
"r... | {"key_o43": "2022-10-21T09:24:00Z", "dim_r96": "\"no\"", "prop_z70": "level_4"} | Field 'dim_r96' must be boolean, got string | {"key_o43":"2022-10-21T09:24:00Z","dim_r96":false,"prop_z70":"level_4"} |
TASK repair_structured_output
SPEC
FIELD index TYPE boolean REQUIRED yes
FIELD diagnosis_code TYPE string_email REQUIRED no
FIELD published.height TYPE string REQUIRED no
FIELD published.state TYPE integer REQUIRED yes
FIELD published.lab_result TYPE string VALUES draft|published|archived REQUIRED no
FIELD published.s... | {"index":true,"published":{"state":391,"lab_result":"published","size":false},"medication":false,"section":null,"filter_flag":"https://api.com/v1","items":"black","step":null} | extra_text_before | {
"type": "object",
"properties": {
"index": {
"type": "boolean"
},
"diagnosis_code": {
"type": "string",
"format": "email"
},
"published": {
"type": "object",
"properties": {
"height": {
"type": "string"
},
"state": {
"ty... | The instrument reported:
{"index":true,"published":{"state":391,"lab_result":"published","size":false},"medication":false,"section":null,"filter_flag":"https://api.com/v1","items":"black","step":null} | Output contains non-JSON text before the object | {"index":true,"published":{"state":391,"lab_result":"published","size":false},"medication":false,"section":null,"filter_flag":"https://api.com/v1","items":"black","step":null} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string REQUIRED no
FIELD message TYPE integer REQUIRED no
FIELD half_life TYPE null REQUIRED no
FIELD item_id.message TYPE string_email REQUIRED no
FIELD item_id.item_id TYPE number REQUIRED no
FIELD item_id.created_at TYPE boolean REQUIRED yes
FIELD item_id.ampli... | {"end_date":"https://example.com","message":867,"half_life":null,"item_id":{"item_id":698.0,"created_at":false,"amplitude":"inactive"},"credit_score":"2025-04-09T09:25:00Z","run_id":"Maria"} | missing_brace | {
"type": "object",
"properties": {
"end_date": {
"type": "string"
},
"message": {
"type": "integer"
},
"half_life": {
"type": "null"
},
"item_id": {
"type": "object",
"properties": {
"message": {
"type": "string",
"format": "emai... | {"end_date":"https://example.com","message":867,"half_life":null,"item_id":{"item_id":698.0,"created_at":false,"amplitude":"inactive"},"credit_score":"2025-04-09T09:25:00Z","run_id":"Maria" | Missing closing brace | {"end_date":"https://example.com","message":867,"half_life":null,"item_id":{"item_id":698.0,"created_at":false,"amplitude":"inactive"},"credit_score":"2025-04-09T09:25:00Z","run_id":"Maria"} |
TASK repair_structured_output
SPEC
FIELD attr_p79 TYPE string REQUIRED no
FIELD attr_c29 TYPE integer REQUIRED yes
FIELD dim_r97 TYPE string_uri REQUIRED yes
FIELD col_m62 TYPE integer REQUIRED yes
FIELD key_e06.prop_x04 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_e06.field_q01 TYPE stri... | {"attr_p79":"Silva","attr_c29":459,"dim_r97":"https://data.org/v1","col_m62":584,"key_e06":{"prop_x04":"anchored","field_q01":"2024-01-15","prop_a09":250,"key_e76":"2024-01-15","attr_g43":"baz","prop_f70":24}} | extra_text_after | {
"type": "object",
"properties": {
"attr_p79": {
"type": "string"
},
"attr_c29": {
"type": "integer"
},
"dim_r97": {
"type": "string",
"format": "uri"
},
"col_m62": {
"type": "integer"
},
"key_e06": {
"type": "object",
"properties": {
... | {"attr_p79":"Silva","attr_c29":459,"dim_r97":"https://data.org/v1","col_m62":584,"key_e06":{"prop_x04":"anchored","field_q01":"2024-01-15","prop_a09":250,"key_e76":"2024-01-15","attr_g43":"baz","prop_f70":24}}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"attr_p79":"Silva","attr_c29":459,"dim_r97":"https://data.org/v1","col_m62":584,"key_e06":{"prop_x04":"anchored","field_q01":"2024-01-15","prop_a09":250,"key_e76":"2024-01-15","attr_g43":"baz","prop_f70":24}} |
TASK repair_structured_output
SPEC
FIELD col_w85 TYPE string REQUIRED yes
FIELD key_n75 TYPE string_date-time REQUIRED no
FIELD field_l61 TYPE integer REQUIRED no
FIELD param_g50 TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROKEN_OUTPUT
{"col_w85": "world", "key_n75": "2026-06-20T16:56:00Z", "field_l61... | {"col_w85":"world","key_n75":"2026-06-20T16:56:00Z","field_l61":114,"param_g50":"blue"} | extra_field | {
"type": "object",
"properties": {
"col_w85": {
"type": "string"
},
"key_n75": {
"type": "string",
"format": "date-time"
},
"field_l61": {
"type": "integer"
},
"param_g50": {
"type": "string",
"enum": [
"red",
"blue",
"green",
... | {"col_w85": "world", "key_n75": "2026-06-20T16:56:00Z", "field_l61": 114, "param_g50": "blue", "extra_data_2239": true} | Unknown field 'extra_data_2239' not defined in schema | {"col_w85":"world","key_n75":"2026-06-20T16:56:00Z","field_l61":114,"param_g50":"blue"} |
TASK repair_structured_output
SPEC
FIELD attr_s91 TYPE integer REQUIRED yes
FIELD dim_s23 TYPE integer REQUIRED no
FIELD prop_s05 TYPE string REQUIRED no
FIELD dim_m32[].field_m58 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD dim_m32[].param_s14 TYPE string REQUIRED yes
FIELD dim_m32[].key_g20 TYPE string ... | {"attr_s91":988,"prop_s05":"REV","dim_m32":[{"field_m58":"admin","param_s14":"example","key_g20":"Johnson","param_x92":false},{"field_m58":"viewer","param_s14":"2024-06-30","key_g20":"Smith","param_x92":true},{"field_m58":"editor","param_s14":"Johnson","key_g20":"test","param_x92":false},{"field_m58":"admin","param_s14... | null_required | {
"type": "object",
"properties": {
"attr_s91": {
"type": "integer"
},
"dim_s23": {
"type": "integer"
},
"prop_s05": {
"type": "string"
},
"dim_m32": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_m58": {
... | {"attr_s91": 988, "prop_s05": "REV", "dim_m32": null} | Required field 'dim_m32' is null | {"attr_s91":988,"prop_s05":"REV","dim_m32":[{"field_m58":"admin","param_s14":"example","key_g20":"Johnson","param_x92":false},{"field_m58":"viewer","param_s14":"2024-06-30","key_g20":"Smith","param_x92":true},{"field_m58":"editor","param_s14":"Johnson","key_g20":"test","param_x92":false},{"field_m58":"admin","param_s14... |
TASK repair_structured_output
SPEC
FIELD field_q93.val_b70 TYPE integer REQUIRED no
FIELD field_q93.field_z65 TYPE boolean REQUIRED no
FIELD field_q93.prop_c56 TYPE integer REQUIRED no
FIELD field_q93.val_i11 TYPE integer REQUIRED no
FIELD field_q93.attr_y10 TYPE integer REQUIRED no
FIELD field_q93.val_t41 TYPE string... | {"field_q93":{"val_b70":411,"field_z65":true,"prop_c56":1000,"val_i11":735,"attr_y10":421,"val_t41":"https://example.com/v1"},"param_w56":964.72,"key_k89":"2025-03-07T12:16:00Z","key_c79":"Luis","col_m66":"medium","field_o59":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_q93": {
"type": "object",
"properties": {
"val_b70": {
"type": "integer"
},
"field_z65": {
"type": "boolean"
},
"prop_c56": {
"type": "integer"
},
"val_i11": {
"... | get_inventory(field_q93={'val_b70': 411, 'field_z65': True, 'prop_c56': 1000, 'val_i11': 735, 'attr_y10': 421, 'val_t41': 'https://example.com/v1'}, param_w56=964.72, key_k89='2025-03-07T12:16:00Z', key_c79='Luis', col_m66='medium', field_o59=False) | Tool call uses Python syntax instead of JSON | {"field_q93":{"val_b70":411,"field_z65":true,"prop_c56":1000,"val_i11":735,"attr_y10":421,"val_t41":"https://example.com/v1"},"param_w56":964.72,"key_k89":"2025-03-07T12:16:00Z","key_c79":"Luis","col_m66":"medium","field_o59":false} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE boolean REQUIRED no
FIELD nickname TYPE string VALUES draft|published|archived REQUIRED no
FIELD values TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
BROKEN_OUTPUT
Result: values=level_6, {"nickname":"draft","values":"level_6"} | {"nickname":"draft","values":"level_6"} | partial_structure | {
"type": "object",
"properties": {
"decay_rate": {
"type": "boolean"
},
"nickname": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"values": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | Result: values=level_6, {"nickname":"draft","values":"level_6"} | Output mixes natural language with JSON | {"nickname":"draft","values":"level_6"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string REQUIRED no
FIELD height TYPE string REQUIRED yes
FIELD freight_class[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data:
```json
{"end_date":"2023-12-25","height":"chrX","freight_class":[728,669,865]}
```
Data logged success... | {"end_date":"2023-12-25","height":"chrX","freight_class":[728,669,865]} | markdown_explanation | {
"type": "object",
"properties": {
"end_date": {
"type": "string"
},
"height": {
"type": "string"
},
"freight_class": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"height",
"freight_class"
]
} | Based on your request, here is the data:
```json
{"end_date":"2023-12-25","height":"chrX","freight_class":[728,669,865]}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"end_date":"2023-12-25","height":"chrX","freight_class":[728,669,865]} |
TASK repair_structured_output
SPEC
FIELD url TYPE integer REQUIRED yes
FIELD salinity TYPE string_email REQUIRED yes
FIELD fleet_number TYPE string REQUIRED yes
BROKEN_OUTPUT
"url":398,"salinity":"test@example.com","fleet_number":"Paris"} | {"url":398,"salinity":"test@example.com","fleet_number":"Paris"} | missing_brace | {
"type": "object",
"properties": {
"url": {
"type": "integer"
},
"salinity": {
"type": "string",
"format": "email"
},
"fleet_number": {
"type": "string"
}
},
"required": [
"fleet_number",
"salinity",
"url"
]
} | "url":398,"salinity":"test@example.com","fleet_number":"Paris"} | Missing closing brace | {"url":398,"salinity":"test@example.com","fleet_number":"Paris"} |
TASK repair_structured_output
SPEC
FIELD dim_k38.attr_k91 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD dim_k38.param_m07 TYPE boolean REQUIRED yes
FIELD dim_k38.field_f68 TYPE string_date-time REQUIRED no
FIELD field_d74 TYPE null REQUIRED yes
FIELD dim_t00 TYPE null REQU... | {"dim_k38":{"attr_k91":"option_e","param_m07":false},"field_d74":null,"dim_t00":null,"col_o68":"2023-06-03T15:16:00Z"} | thought_process | {
"type": "object",
"properties": {
"dim_k38": {
"type": "object",
"properties": {
"attr_k91": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"dim_k38":{"attr_k91":"option_e","param_m07":false},"field_d74":null,"dim_t00":null,"col_o68":"2023-06-03T15:16:00Z"} | Output contains chain-of-thought reasoning before JSON | {"dim_k38":{"attr_k91":"option_e","param_m07":false},"field_d74":null,"dim_t00":null,"col_o68":"2023-06-03T15:16:00Z"} |
TASK repair_structured_output
SPEC
FIELD bed_number TYPE integer REQUIRED no
FIELD voltage TYPE string REQUIRED yes
FIELD footnote TYPE integer REQUIRED yes
BROKEN_OUTPUT
transfer_call(bed_number=273, voltage='A short description.', footnote=875) | {"bed_number":273,"voltage":"A short description.","footnote":875} | tool_call_python_syntax | {
"type": "object",
"properties": {
"bed_number": {
"type": "integer"
},
"voltage": {
"type": "string"
},
"footnote": {
"type": "integer"
}
},
"required": [
"voltage",
"footnote"
]
} | transfer_call(bed_number=273, voltage='A short description.', footnote=875) | Tool call uses Python syntax instead of JSON | {"bed_number":273,"voltage":"A short description.","footnote":875} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE number REQUIRED yes
FIELD chapter TYPE number REQUIRED yes
FIELD ward TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD credit_score TYPE string REQUIRED no
FIELD subject TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD throttle_pos.updated_at TY... | {"consignee":377.8,"chapter":5.29,"ward":"JPY","credit_score":"QC-07","subject":"medium","amount":"https://api.example.com/v1"} | truncated_array | {
"type": "object",
"properties": {
"consignee": {
"type": "number"
},
"chapter": {
"type": "number"
},
"ward": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"credit_score": {
"type": "stri... | {"consignee":377.8,"chapter":5.29,"ward":"JPY","credit_score":"QC-07","subject":"medium","amount":"https://api.example.com/v1" | Unexpected end of JSON input — truncated object | {"consignee":377.8,"chapter":5.29,"ward":"JPY","credit_score":"QC-07","subject":"medium","amount":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD fleet_number TYPE integer REQUIRED no
FIELD annotation TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD url TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED ... | {"id":"confirmed","fleet_number":304,"version":"QC-07","position":"bar"} | trailing_comma | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"fleet_number": {
"type": "integer"
},
"annotation": {
"type": "string",
"enum": [
"opti... | {"id":"confirmed","fleet_number":304,"version":"QC-07","position":"bar",} | Unexpected trailing comma | {"id":"confirmed","fleet_number":304,"version":"QC-07","position":"bar"} |
TASK repair_structured_output
SPEC
FIELD url TYPE boolean REQUIRED yes
FIELD language TYPE string_uri REQUIRED no
FIELD crew_id.patient_id TYPE string REQUIRED no
FIELD crew_id.level TYPE boolean REQUIRED no
FIELD crew_id.credit_score.length TYPE string_uri REQUIRED no
FIELD crew_id.credit_score.updated_at TYPE string... | {"url":true,"crew_id":{"patient_id":"user@domain.com","level":true,"size":"REV","balance":"2024-01-15"},"yield_pct":"https://www.com/v1","decay_rate":"rejected"} | missing_required | {
"type": "object",
"properties": {
"url": {
"type": "boolean"
},
"language": {
"type": "string",
"format": "uri"
},
"crew_id": {
"type": "object",
"properties": {
"patient_id": {
"type": "string"
},
"level": {
"type": "bo... | {"crew_id": {"patient_id": "user@domain.com", "level": true, "size": "REV", "balance": "2024-01-15"}, "yield_pct": "https://www.com/v1", "decay_rate": "rejected"} | Required field 'url' is missing | {"url":true,"crew_id":{"patient_id":"user@domain.com","level":true,"size":"REV","balance":"2024-01-15"},"yield_pct":"https://www.com/v1","decay_rate":"rejected"} |
TASK repair_structured_output
SPEC
FIELD format TYPE integer REQUIRED yes
FIELD visible.lane TYPE number REQUIRED no
FIELD visible.currency.priority TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD visible.currency.count TYPE string REQUIRED no
FIELD visible.currency.shipper_ref TYPE string VALUES berthed|anch... | {"format":535,"shipping":{"log_level":"2020-06-05T14:49:00Z","thumbnail":"user@domain.com","isotope":"low","manifest_ref":532,"end_date":"https://example.io/data"},"user_id":"https://www.org/data"} | tool_call_bad_format | {
"type": "object",
"properties": {
"format": {
"type": "integer"
},
"visible": {
"type": "object",
"properties": {
"lane": {
"type": "number"
},
"currency": {
"type": "object",
"properties": {
"priority": {
... | <functioncall> assign_berth
{format: 535, shipping: {log_level: "2020-06-05T14:49:00Z", thumbnail: "user@domain.com", isotope: "low", manifest_ref: 532, end_date: "https://example.io/data"}, user_id: "https://www.org/data"} | Tool call has malformed arguments — unquoted keys in function parameters | {"format":535,"shipping":{"log_level":"2020-06-05T14:49:00Z","thumbnail":"user@domain.com","isotope":"low","manifest_ref":532,"end_date":"https://example.io/data"},"user_id":"https://www.org/data"} |
TASK repair_structured_output
SPEC
FIELD prop_b19 TYPE string_date-time REQUIRED no
FIELD prop_d79 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_u94 TYPE string REQUIRED no
FIELD attr_h17 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD val_k16[] TYPE string_date-time REQUIRED yes
FI... | {"prop_b19":"2023-12-10T03:07:00Z","prop_d79":"success","field_u94":"Alice","attr_h17":"medium","val_k16":["2022-11-28T17:03:00Z","2026-02-28T05:08:00Z","2024-12-02T05:28:00Z"],"prop_w70":["archived","archived"]} | single_quotes | {
"type": "object",
"properties": {
"prop_b19": {
"type": "string",
"format": "date-time"
},
"prop_d79": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_u94": {
"type": "string"
},
"attr_h... | {'prop_b19':'2023-12-10T03:07:00Z','prop_d79':'success','field_u94':'Alice','attr_h17':'medium','val_k16':['2022-11-28T17:03:00Z','2026-02-28T05:08:00Z','2024-12-02T05:28:00Z'],'prop_w70':['archived','archived']} | Expecting property name enclosed in double quotes | {"prop_b19":"2023-12-10T03:07:00Z","prop_d79":"success","field_u94":"Alice","attr_h17":"medium","val_k16":["2022-11-28T17:03:00Z","2026-02-28T05:08:00Z","2024-12-02T05:28:00Z"],"prop_w70":["archived","archived"]} |
TASK repair_structured_output
SPEC
FIELD val_z12 TYPE string REQUIRED no
FIELD field_k89 TYPE number REQUIRED yes
FIELD col_l55 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD key_e45 TYPE integer REQUIRED no
FIELD key_n53[].col_k78 TYPE string VALUES type_a|type_b|type_c REQUIRED ... | {"val_z12":"Oliveira","field_k89":42.87,"col_l55":"level_5","key_e45":781,"key_n53":[{"field_h00":"type_c","dim_c84":"mode_a","key_n20":873},{"col_k78":"type_c","field_h00":"type_b","dim_c84":"mode_c","key_n20":40},{"col_k78":"type_a","field_h00":"type_a","dim_c84":"mode_c","key_n20":946},{"col_k78":"type_c","field_h00... | number_with_unit | {
"type": "object",
"properties": {
"val_z12": {
"type": "string"
},
"field_k89": {
"type": "number"
},
"col_l55": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},... | {"val_z12": "Oliveira", "field_k89": "42.87px", "col_l55": "level_5", "key_e45": 781, "key_n53": [{"field_h00": "type_c", "dim_c84": "mode_a", "key_n20": 873}, {"col_k78": "type_c", "field_h00": "type_b", "dim_c84": "mode_c", "key_n20": 40}, {"col_k78": "type_a", "field_h00": "type_a", "dim_c84": "mode_c", "key_n20": 9... | Field 'field_k89' must be number, got string with unit | {"val_z12":"Oliveira","field_k89":42.87,"col_l55":"level_5","key_e45":781,"key_n53":[{"field_h00":"type_c","dim_c84":"mode_a","key_n20":873},{"col_k78":"type_c","field_h00":"type_b","dim_c84":"mode_c","key_n20":40},{"col_k78":"type_a","field_h00":"type_a","dim_c84":"mode_c","key_n20":946},{"col_k78":"type_c","field_h00... |
TASK repair_structured_output
SPEC
FIELD tags.due_date TYPE string_date-time REQUIRED yes
FIELD tags.batch_code TYPE null REQUIRED yes
FIELD tags.country TYPE null REQUIRED yes
FIELD tags.created_at[].shipper_ref TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD tags.created_at[].repository TYPE integer REQUIRED yes
... | {"conductivity":false,"log_level":"option_c","deploy_target":"anchored","terminal_id":"sms"} | markdown_explanation | {
"type": "object",
"properties": {
"tags": {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"format": "date-time"
},
"batch_code": {
"type": "null"
},
"country": {
"type": "null"
},
"c... | I've generated the following JSON:
```json
{"conductivity":false,"log_level":"option_c","deploy_target":"anchored","terminal_id":"sms"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"conductivity":false,"log_level":"option_c","deploy_target":"anchored","terminal_id":"sms"} |
TASK repair_structured_output
SPEC
FIELD val_y45 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_n00 TYPE string REQUIRED yes
FIELD prop_g33 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD val_g13 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_i46 TYPE string REQUIRE... | {"val_y45":"black","dim_n00":"completed","prop_g33":"GBP","key_i46":"PASS"} | single_quotes | {
"type": "object",
"properties": {
"val_y45": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_n00": {
"type": "string"
},
"prop_g33": {
"type": "string",
"enum": [
"USD",
... | {'val_y45':'black','dim_n00':'completed','prop_g33':'GBP','key_i46':'PASS'} | Expecting property name enclosed in double quotes | {"val_y45":"black","dim_n00":"completed","prop_g33":"GBP","key_i46":"PASS"} |
TASK repair_structured_output
SPEC
FIELD key_k28 TYPE string REQUIRED no
FIELD val_n86 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD col_a71 TYPE integer REQUIRED yes
FIELD col_s63.param_r57 TYPE string REQUIRED no
FIELD col_s63.val_k34 TYPE string REQUIRED yes
FIELD col_s63.dim_m95.co... | {"val_n86":"mode_c","col_a71":674} | null_required | {
"type": "object",
"properties": {
"key_k28": {
"type": "string"
},
"val_n86": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"col_a71": {
"type": "integer"
},
"c... | {"val_n86": "mode_c", "col_a71": null} | Required field 'col_a71' is null | {"val_n86":"mode_c","col_a71":674} |
TASK repair_structured_output
SPEC
FIELD val_l55 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_l12 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD key_k81 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD col_k66 TYPE string REQUIRED yes
FIELD param_y45 ... | {"prop_l12":"closed","key_k81":"anchored","col_k66":"Diana","prop_w27":"pending","attr_h34":"anchored"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_l55": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_l12": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | Tool: align_reads
Params: {"prop_l12": "closed", "key_k81": "anchored", "col_k66": "Diana", "prop_w27": "pending", "attr_h34": "anchored"} | Agent used wrong parameter name 'val_l55_name' instead of 'val_l55' | {"prop_l12":"closed","key_k81":"anchored","col_k66":"Diana","prop_w27":"pending","attr_h34":"anchored"} |
TASK repair_structured_output
SPEC
FIELD color TYPE number REQUIRED no
FIELD annotation TYPE string REQUIRED no
FIELD decay_rate TYPE integer REQUIRED yes
FIELD width TYPE string REQUIRED no
FIELD length TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD price TYPE string VALUES synonymous|missense|nonse... | {"color":675.46,"annotation":"New York","decay_rate":932,"length":"error","price":"frameshift","crew_id":{"sensor_id":{"weight":"REV","turbidity":"inactive","full_name":null,"quantity":"example","reagent":995,"interest_rate":684,"shipping":"2024-01-15"},"organism":956,"tile":485,"published":"2021-02-13T23:49:00Z","wave... | extra_field | {
"type": "object",
"properties": {
"color": {
"type": "number"
},
"annotation": {
"type": "string"
},
"decay_rate": {
"type": "integer"
},
"width": {
"type": "string"
},
"length": {
"type": "string",
"enum": [
"success",
"error... | {"color": 675.46, "annotation": "New York", "decay_rate": 932, "length": "error", "price": "frameshift", "crew_id": {"sensor_id": {"weight": "REV", "turbidity": "inactive", "full_name": null, "quantity": "example", "reagent": 995, "interest_rate": 684, "shipping": "2024-01-15"}, "organism": 956, "tile": 485, "published... | Unknown field 'extra_info_4306' not defined in schema | {"color":675.46,"annotation":"New York","decay_rate":932,"length":"error","price":"frameshift","crew_id":{"sensor_id":{"weight":"REV","turbidity":"inactive","full_name":null,"quantity":"example","reagent":995,"interest_rate":684,"shipping":"2024-01-15"},"organism":956,"tile":485,"published":"2021-02-13T23:49:00Z","wave... |
TASK repair_structured_output
SPEC
FIELD key_b92 TYPE string REQUIRED no
FIELD attr_g87 TYPE string REQUIRED yes
FIELD col_p74 TYPE string REQUIRED yes
FIELD field_s81[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"attr_g87":"baz","col_p74":"test@example.com","field_s81":[false,false,false,false] | {"attr_g87":"baz","col_p74":"test@example.com","field_s81":[false,false,false,false]} | truncated_object | {
"type": "object",
"properties": {
"key_b92": {
"type": "string"
},
"attr_g87": {
"type": "string"
},
"col_p74": {
"type": "string"
},
"field_s81": {
"type": "array",
"items": {
"type": "boolean"
}
}
},
"required": [
"col_p74",
... | {"attr_g87":"baz","col_p74":"test@example.com","field_s81":[false,false,false,false] | Unexpected end of JSON input — truncated object | {"attr_g87":"baz","col_p74":"test@example.com","field_s81":[false,false,false,false]} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE integer REQUIRED no
FIELD strand TYPE null REQUIRED yes
FIELD index TYPE number REQUIRED no
BROKEN_OUTPUT
{"strand":null,} | {"strand":null} | trailing_comma | {
"type": "object",
"properties": {
"insurance_id": {
"type": "integer"
},
"strand": {
"type": "null"
},
"index": {
"type": "number"
}
},
"required": [
"strand"
]
} | {"strand":null,} | Unexpected trailing comma | {"strand":null} |
TASK repair_structured_output
SPEC
FIELD param_g17 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_z58 TYPE number REQUIRED yes
FIELD param_f50 TYPE number REQUIRED yes
FIELD attr_r37 TYPE string REQUIRED yes
BROKEN_OUTPUT
{param_g17:"medium",key_z58:77.49,param_f50:475.71,attr_r37:"completed"} | {"param_g17":"medium","key_z58":77.49,"param_f50":475.71,"attr_r37":"completed"} | unquoted_keys | {
"type": "object",
"properties": {
"param_g17": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_z58": {
"type": "number"
},
"param_f50": {
"type": "number"
},
"attr_r37": {
"type": "string"
... | {param_g17:"medium",key_z58:77.49,param_f50:475.71,attr_r37:"completed"} | Expecting property name enclosed in double quotes | {"param_g17":"medium","key_z58":77.49,"param_f50":475.71,"attr_r37":"completed"} |
TASK repair_structured_output
SPEC
FIELD col_r50 TYPE string_uri REQUIRED yes
FIELD col_c19 TYPE integer REQUIRED yes
FIELD val_z29[].field_m98 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_z29[].key_q19 TYPE integer REQUIRED no
FIELD val_z29[].field_z69 TYPE string REQUIRED no
FIELD val... | {"col_r50":"https://api.com/api","col_c19":127,"val_z29":[{"field_m98":"hemizygous","key_q19":960,"field_z69":"world","param_h76":"coastal","key_f38":"editor","key_e84":"test@test.io"},{"field_m98":"homozygous","field_z69":"FWD","key_e84":"admin@domain.org","prop_x02":"2024-06-09T14:59:00Z"}]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_r50": {
"type": "string",
"format": "uri"
},
"col_c19": {
"type": "integer"
},
"val_z29": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_m98": {
"type": "string",
... | Tool: create_ticket
Params: {"col_r50": "https://api.com/api", "val_z29": [{"field_m98": "hemizygous", "key_q19": 960, "field_z69": "world", "param_h76": "coastal", "key_f38": "editor", "key_e84": "test@test.io"}, {"field_m98": "homozygous", "field_z69": "FWD", "key_e84": "admin@domain.org", "prop_x02": "2024-06-09T14:... | Agent used wrong parameter name 'col_c192' instead of 'col_c19' | {"col_r50":"https://api.com/api","col_c19":127,"val_z29":[{"field_m98":"hemizygous","key_q19":960,"field_z69":"world","param_h76":"coastal","key_f38":"editor","key_e84":"test@test.io"},{"field_m98":"homozygous","field_z69":"FWD","key_e84":"admin@domain.org","prop_x02":"2024-06-09T14:59:00Z"}]} |
TASK repair_structured_output
SPEC
FIELD dim_g83 TYPE boolean REQUIRED no
FIELD key_y68 TYPE integer REQUIRED no
FIELD col_z95 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.
{"dim_g83":false,"key_y68":689,"col_z9... | {"dim_g83":false,"key_y68":689,"col_z95":"Berlin"} | thought_process | {
"type": "object",
"properties": {
"dim_g83": {
"type": "boolean"
},
"key_y68": {
"type": "integer"
},
"col_z95": {
"type": "string"
}
},
"required": [
"col_z95"
]
} | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"dim_g83":false,"key_y68":689,"col_z95":"Berlin"} | Output contains chain-of-thought reasoning before JSON | {"dim_g83":false,"key_y68":689,"col_z95":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD status TYPE string REQUIRED no
FIELD lane TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD level.address TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD level.freight_class TYPE string VALUES ... | {"status":"world","lane":"option_a","level":{"address":"option_a","freight_class":"type_a","ph_level":"QC-07","port_code":null,"paragraph":"A short description.","berth_slot":"baz"}} | missing_bracket | {
"type": "object",
"properties": {
"status": {
"type": "string"
},
"lane": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"level": {
"type": "object",
"... | {"status":"world","lane":"option_a","level":{"address":"option_a","freight_class":"type_a","ph_level":"QC-07","port_code":null,"paragraph":"A short description.","berth_slot":"baz"}} | Missing closing bracket | {"status":"world","lane":"option_a","level":{"address":"option_a","freight_class":"type_a","ph_level":"QC-07","port_code":null,"paragraph":"A short description.","berth_slot":"baz"}} |
TASK repair_structured_output
SPEC
FIELD col_u65 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD field_j16 TYPE integer REQUIRED yes
FIELD key_j87 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"col_u65": "active", "field_j16": null, "key_j87": "A short description."} | {"col_u65":"active","field_j16":369,"key_j87":"A short description."} | null_required | {
"type": "object",
"properties": {
"col_u65": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_j16": {
"type": "integer"
},
"key_j87": {
"type": "string"
}
},
"required": [
"col_u65",
"key_j87",
"... | {"col_u65": "active", "field_j16": null, "key_j87": "A short description."} | Required field 'field_j16' is null | {"col_u65":"active","field_j16":369,"key_j87":"A short description."} |
TASK repair_structured_output
SPEC
FIELD attr_e53.field_o65.param_e92 TYPE null REQUIRED yes
FIELD attr_e53.field_o65.attr_k35 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD attr_e53.field_o65.param_g97 TYPE string REQUIRED no
FIELD attr_e53.field_o65.dim_y33[] TYPE string REQUIRED no
FIELD attr_e53.param_o95 TYPE... | {"attr_e53":{"key_w70":323,"field_r76":58,"field_w50":"Johnson","key_r84":"user@domain.com"},"prop_c76":"https://www.io/v1","val_u21":"https://api.example.com/v1","dim_j05":"Silva","attr_o98":"Bob"} | missing_required | {
"type": "object",
"properties": {
"attr_e53": {
"type": "object",
"properties": {
"field_o65": {
"type": "object",
"properties": {
"param_e92": {
"type": "null"
},
"attr_k35": {
"type": "string",
... | {"attr_e53": {"key_w70": 323, "field_r76": 58, "field_w50": "Johnson", "key_r84": "user@domain.com"}, "prop_c76": "https://www.io/v1", "val_u21": "https://api.example.com/v1", "dim_j05": "Silva"} | Required field 'attr_o98' is missing | {"attr_e53":{"key_w70":323,"field_r76":58,"field_w50":"Johnson","key_r84":"user@domain.com"},"prop_c76":"https://www.io/v1","val_u21":"https://api.example.com/v1","dim_j05":"Silva","attr_o98":"Bob"} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE number REQUIRED no
FIELD zip_code TYPE boolean REQUIRED no
FIELD turbidity TYPE boolean REQUIRED yes
FIELD pressure_kpa TYPE null REQUIRED yes
FIELD shipping[].lab_result TYPE string REQUIRED no
FIELD shipping[].duration_ms TYPE integer REQUIRED yes
FIELD ship... | {"zip_code":true,"turbidity":true,"pressure_kpa":null,"shipping":[{"lab_result":"Berlin","duration_ms":67,"features":"Hapag-Lloyd-Express","quantity":"https://example.io/data"},{"lab_result":"Maria","duration_ms":473,"features":"chrX","quantity":"https://data.com/data"}]} | boolean_as_string | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "number"
},
"zip_code": {
"type": "boolean"
},
"turbidity": {
"type": "boolean"
},
"pressure_kpa": {
"type": "null"
},
"shipping": {
"type": "array",
"items": {
"type": "obje... | {"zip_code": true, "turbidity": "True", "pressure_kpa": null, "shipping": [{"lab_result": "Berlin", "duration_ms": 67, "features": "Hapag-Lloyd-Express", "quantity": "https://example.io/data"}, {"lab_result": "Maria", "duration_ms": 473, "features": "chrX", "quantity": "https://data.com/data"}]} | Field 'turbidity' must be boolean, got string | {"zip_code":true,"turbidity":true,"pressure_kpa":null,"shipping":[{"lab_result":"Berlin","duration_ms":67,"features":"Hapag-Lloyd-Express","quantity":"https://example.io/data"},{"lab_result":"Maria","duration_ms":473,"features":"chrX","quantity":"https://data.com/data"}]} |
TASK repair_structured_output
SPEC
FIELD param_j35 TYPE null REQUIRED no
FIELD val_m15 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_w83 TYPE null REQUIRED yes
BROKEN_OUTPUT
Tool: delete_item
Params: {"param_j35": null, "val_w83": null, "val_m15_name": "editor"} | {"param_j35":null,"val_m15":"editor","val_w83":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_j35": {
"type": "null"
},
"val_m15": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"val_w83": {
"type": "null"
}
},
"required": [
"val_m15",
"val_w83"
]
} | Tool: delete_item
Params: {"param_j35": null, "val_w83": null, "val_m15_name": "editor"} | Agent used wrong parameter name 'val_m15_name' instead of 'val_m15' | {"param_j35":null,"val_m15":"editor","val_w83":null} |
TASK repair_structured_output
SPEC
FIELD title TYPE integer REQUIRED no
FIELD subtotal TYPE number REQUIRED yes
FIELD tile TYPE string_date-time REQUIRED yes
FIELD batch_code TYPE number REQUIRED no
FIELD rating TYPE number REQUIRED no
FIELD branch TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTP... | {"title":881,"subtotal":920.51,"tile":"2026-10-20T01:53:00Z","batch_code":363.58,"rating":73.01} | tool_call_partial_args | {
"type": "object",
"properties": {
"title": {
"type": "integer"
},
"subtotal": {
"type": "number"
},
"tile": {
"type": "string",
"format": "date-time"
},
"batch_code": {
"type": "number"
},
"rating": {
"type": "number"
},
"branch": {
... | Let me check the system.
Action: get_account
Arguments: {"title": 881, "subtotal": 920.51, "batch_code": 363.58, "rating": 73.01} | Agent tool call missing required parameter 'tile' | {"title":881,"subtotal":920.51,"tile":"2026-10-20T01:53:00Z","batch_code":363.58,"rating":73.01} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string_uri REQUIRED yes
FIELD humidity_pct TYPE null REQUIRED yes
FIELD tags.procedure_code TYPE string VALUES active|inactive|pending REQUIRED no
FIELD tags.values TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD tags.vessel_name TYP... | {"collateral":"https://api.com/api","humidity_pct":null,"tags":{"vessel_name":"option_c","bill_of_lading":"admin@example.com","age":[142,507,489,302]}} | markdown_fences | {
"type": "object",
"properties": {
"collateral": {
"type": "string",
"format": "uri"
},
"humidity_pct": {
"type": "null"
},
"tags": {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"active",... | ```json
{"collateral":"https://api.com/api","humidity_pct":null,"tags":{"vessel_name":"option_c","bill_of_lading":"admin@example.com","age":[142,507,489,302]}}
``` | Output contains markdown code fences | {"collateral":"https://api.com/api","humidity_pct":null,"tags":{"vessel_name":"option_c","bill_of_lading":"admin@example.com","age":[142,507,489,302]}} |
TASK repair_structured_output
SPEC
FIELD field_r29 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_f35 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD key_f11 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"field_r29":"BRL","col_f35":"pro","key_f11":"https://example.org/data"} | {"field_r29":"BRL","col_f35":"pro","key_f11":"https://example.org/data"} | missing_bracket | {
"type": "object",
"properties": {
"field_r29": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"col_f35": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | {"field_r29":"BRL","col_f35":"pro","key_f11":"https://example.org/data"} | Missing closing bracket | {"field_r29":"BRL","col_f35":"pro","key_f11":"https://example.org/data"} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD tax TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD format TYPE number REQUIRED no
FIELD email TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD last_name TYPE s... | {"salinity":"pending_review","tax":"inland","format":712.36,"email":"BRL","last_name":"admin@example.com","trace_id":147} | single_quotes | {
"type": "object",
"properties": {
"salinity": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"tax": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"ar... | {'salinity':'pending_review','tax':'inland','format':712.36,'email':'BRL','last_name':'admin@example.com','trace_id':147} | Expecting property name enclosed in double quotes | {"salinity":"pending_review","tax":"inland","format":712.36,"email":"BRL","last_name":"admin@example.com","trace_id":147} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.