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 berth_slot.batch_code TYPE integer REQUIRED yes
FIELD berth_slot.compound TYPE string REQUIRED no
FIELD berth_slot.department TYPE string REQUIRED no
FIELD berth_slot.patient_id TYPE integer REQUIRED no
FIELD berth_slot.berth_slot[] TYPE string REQUIRED yes
FIELD berth_slot.pro... | {"berth_slot":{"batch_code":88,"patient_id":252,"berth_slot":["REV","QC-07"]},"insurance_id":{"full_name":"bar","index":false,"voltage":"demo","age":542},"amount":650.13} | truncated_array | {
"type": "object",
"properties": {
"berth_slot": {
"type": "object",
"properties": {
"batch_code": {
"type": "integer"
},
"compound": {
"type": "string"
},
"department": {
"type": "string"
},
"patient_id": {
... | {"berth_slot":{"batch_code":88,"patient_id":252,"berth_slot":["REV","QC-07"]},"insurance_id":{"full_name":"bar","index":false,"voltage":"demo","age":542},"amount":650.13 | Unexpected end of JSON input — truncated object | {"berth_slot":{"batch_code":88,"patient_id":252,"berth_slot":["REV","QC-07"]},"insurance_id":{"full_name":"bar","index":false,"voltage":"demo","age":542},"amount":650.13} |
TASK repair_structured_output
SPEC
FIELD attr_v35 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_c18 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_a38 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_v69 TYPE string REQUIRED yes
FIELD key_q62 TYPE null ... | {"attr_v35":"medium","col_c18":"coastal","attr_a38":"free","field_v69":"chrX","key_q62":null} | truncated_object | {
"type": "object",
"properties": {
"attr_v35": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_c18": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
... | {"attr_v35":"medium","col_c18":"coastal","attr_a38":"free","field_v69":"chrX","key_q62":null | Unexpected end of JSON input — truncated object | {"attr_v35":"medium","col_c18":"coastal","attr_a38":"free","field_v69":"chrX","key_q62":null} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE number REQUIRED yes
FIELD span_id TYPE null REQUIRED no
FIELD payment_status TYPE string REQUIRED no
FIELD message.bed_number TYPE string REQUIRED no
FIELD message.allele.section TYPE integer REQUIRED yes
FIELD message.allele.maturity_date TYPE null REQUIRED no
FI... | {"velocity":328.07,"span_id":null,"payment_status":"foo","message":{"bed_number":"test","allele":{"section":410,"discount":"Sao Paulo","email":"info@domain.org","role":839.15,"lane":924,"company":"blue"},"description":386.79}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"velocity": {
"type": "number"
},
"span_id": {
"type": "null"
},
"payment_status": {
"type": "string"
},
"message": {
"type": "object",
"properties": {
"bed_number": {
"type": "string"
},
... | Tool: get_weather
Params: {"velocity": 328.07, "span_id": null, "message": {"bed_number": "test", "allele": {"section": 410, "discount": "Sao Paulo", "email": "info@domain.org", "role": 839.15, "lane": 924, "company": "blue"}, "description": 386.79}, "payment_status_value": "foo"} | Agent used wrong parameter name 'payment_status_value' instead of 'payment_status' | {"velocity":328.07,"span_id":null,"payment_status":"foo","message":{"bed_number":"test","allele":{"section":410,"discount":"Sao Paulo","email":"info@domain.org","role":839.15,"lane":924,"company":"blue"},"description":386.79}} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string_date-time REQUIRED no
FIELD index TYPE number REQUIRED no
FIELD bed_number TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD comments TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD options[].strand TYPE string VALUES su... | {"vital_sign":"2024-06-22T07:26:00Z","index":531.09,"bed_number":"moored","comments":"medium","options":[{"strand":"success","dissolved_oxygen":"https://api.io/data","berth_slot":"quux","branch":true,"phone":"ops@test.io","account_id":"PASS"},{"strand":"info","dissolved_oxygen":"https://data.com/api","berth_slot":"Jane... | extra_field | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"format": "date-time"
},
"index": {
"type": "number"
},
"bed_number": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"... | {"vital_sign": "2024-06-22T07:26:00Z", "index": 531.09, "bed_number": "moored", "comments": "medium", "options": [{"strand": "success", "dissolved_oxygen": "https://api.io/data", "berth_slot": "quux", "branch": true, "phone": "ops@test.io", "account_id": "PASS"}, {"strand": "info", "dissolved_oxygen": "https://data.com... | Unknown field 'extra_field_9492' not defined in schema | {"vital_sign":"2024-06-22T07:26:00Z","index":531.09,"bed_number":"moored","comments":"medium","options":[{"strand":"success","dissolved_oxygen":"https://api.io/data","berth_slot":"quux","branch":true,"phone":"ops@test.io","account_id":"PASS"},{"strand":"info","dissolved_oxygen":"https://data.com/api","berth_slot":"Jane... |
TASK repair_structured_output
SPEC
FIELD lane TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD shipping TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD features TYPE boolean REQUIRED yes
FIELD transaction_id TYPE string REQUIRED no
FIELD voltage TYPE integer REQUIRED no
... | {"lane":"type_d","shipping":"level_5","features":false,"voltage":677} | unquoted_keys | {
"type": "object",
"properties": {
"lane": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"shipping": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | {lane:"type_d",shipping:"level_5",features:false,voltage:677} | Expecting property name enclosed in double quotes | {"lane":"type_d","shipping":"level_5","features":false,"voltage":677} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD date TYPE number REQUIRED yes
FIELD id[].total TYPE boolean REQUIRED no
FIELD id[].tile TYPE integer REQUIRED no
FIELD id[].gene_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIEL... | {"filter_flag":"EUR","date":519.1,"id":[{"total":false,"country":746,"phone":"info@domain.org"},{"total":false,"gene_id":"operational","country":283,"phone":"user@example.com"},{"total":false,"gene_id":"operational","country":147,"phone":"user@example.com"}]} | single_quotes | {
"type": "object",
"properties": {
"filter_flag": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"date": {
"type": "number"
},
"id": {
"type": "array",
"items": {
"type": "object",
... | {'filter_flag':'EUR','date':519.1,'id':[{'total':false,'country':746,'phone':'info@domain.org'},{'total':false,'gene_id':'operational','country':283,'phone':'user@example.com'},{'total':false,'gene_id':'operational','country':147,'phone':'user@example.com'}]} | Expecting property name enclosed in double quotes | {"filter_flag":"EUR","date":519.1,"id":[{"total":false,"country":746,"phone":"info@domain.org"},{"total":false,"gene_id":"operational","country":283,"phone":"user@example.com"},{"total":false,"gene_id":"operational","country":147,"phone":"user@example.com"}]} |
TASK repair_structured_output
SPEC
FIELD val_u25 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_d19 TYPE string_email REQUIRED no
FIELD field_g59 TYPE string REQUIRED no
FIELD val_x09 TYPE boolean REQUIRED no
FIELD val_f94 TYPE number REQUIRED no
FIELD param_f59 TYPE integer REQUIRED yes
FIELD ... | {"val_u25":"black","val_x09":false,"param_f59":858,"dim_t99":202.09} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_u25": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_d19": {
"type": "string",
"format": "email"
},
"field_g59": {
"type": "string"
},
... | Tool: get_account
Params: {"val_u25": "black", "val_x09": false, "param_f59": 858, "dim_t99": 202.09} | Agent used wrong parameter name 'field_g59_id' instead of 'field_g59' | {"val_u25":"black","val_x09":false,"param_f59":858,"dim_t99":202.09} |
TASK repair_structured_output
SPEC
FIELD company TYPE boolean REQUIRED no
FIELD filter_flag TYPE number REQUIRED yes
FIELD half_life.active TYPE string_email REQUIRED no
FIELD half_life.procedure_code TYPE integer REQUIRED no
FIELD half_life.chapter TYPE integer REQUIRED no
FIELD half_life.full_name TYPE number REQUIR... | {"filter_flag":559.28,"half_life":{"active":"admin@example.com","procedure_code":482,"chapter":58,"full_name":341.18}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"company": {
"type": "boolean"
},
"filter_flag": {
"type": "number"
},
"half_life": {
"type": "object",
"properties": {
"active": {
"type": "string",
"format": "email"
},
"procedure_code": {
... | Tool: calibrate_instrument
Params: {"half_life": {"active": "admin@example.com", "procedure_code": 482, "chapter": 58, "full_name": 341.18}, "filter_flag2": 559.28} | Agent used wrong parameter name 'filter_flag2' instead of 'filter_flag' | {"filter_flag":559.28,"half_life":{"active":"admin@example.com","procedure_code":482,"chapter":58,"full_name":341.18}} |
TASK repair_structured_output
SPEC
FIELD attr_y03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD field_e87 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD key_z74 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_l89 TYPE integer REQUIRED no
FIELD attr_h03 TY... | {"attr_y03":"USD","field_e87":"offline","key_z74":"pro","field_l89":365,"col_a67":"Hapag-Lloyd-Express","dim_q71":827,"attr_i97":false} | thought_process | {
"type": "object",
"properties": {
"attr_y03": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"field_e87": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"mai... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"attr_y03":"USD","field_e87":"offline","key_z74":"pro","field_l89":365,"col_a67":"Hapag-Lloyd-Express","dim_q71":827,"attr_i97":false} | Output contains chain-of-thought reasoning before JSON | {"attr_y03":"USD","field_e87":"offline","key_z74":"pro","field_l89":365,"col_a67":"Hapag-Lloyd-Express","dim_q71":827,"attr_i97":false} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD collateral TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD insurance_id TYPE string_date-time REQUIRED no
FIELD country TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED ye... | {"duration_ms":"resolved","collateral":"enterprise","country":"coastal","chromosome":517} | tool_call_text_mix | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"collateral": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"... | I need to look up the information first.
<tool_call name="get_account">
{"duration_ms":"resolved","collateral":"enterprise","country":"coastal","chromosome":517}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"duration_ms":"resolved","collateral":"enterprise","country":"coastal","chromosome":517} |
TASK repair_structured_output
SPEC
FIELD dim_k86 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD field_h45 TYPE integer REQUIRED yes
FIELD col_g33 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD attr_h49 TYPE null REQUIRED no
BROKEN_OUTPUT
{"col_g33": "cat_b", "attr_h49": null} | {"field_h45":985,"col_g33":"cat_b","attr_h49":null} | missing_required | {
"type": "object",
"properties": {
"dim_k86": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"field_h45": {
"type": "integer"
},
"col_g33": {
"type": "string",
"enum": [
"cat_a",
"cat_... | {"col_g33": "cat_b", "attr_h49": null} | Required field 'field_h45' is missing | {"field_h45":985,"col_g33":"cat_b","attr_h49":null} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE number REQUIRED yes
FIELD commit_hash TYPE string_email REQUIRED yes
FIELD latitude TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD bed_number.status TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD bed_number.username TYPE string VALU... | {"gene_id":90.37,"commit_hash":"admin@test.io","latitude":"small","bed_number":{"status":"arctic","username":"homozygous","dosage":"https://www.io/v1","span_id":false,"discount":true}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"gene_id": {
"type": "number"
},
"commit_hash": {
"type": "string",
"format": "email"
},
"latitude": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"bed_number": {... | Tool: validate_sample
Params: {"gene_id": 90.37, "latitude": "small", "bed_number": {"status": "arctic", "username": "homozygous", "dosage": "https://www.io/v1", "span_id": false, "discount": true}, "commit_hash_value": "admin@test.io"} | Agent used wrong parameter name 'commit_hash_value' instead of 'commit_hash' | {"gene_id":90.37,"commit_hash":"admin@test.io","latitude":"small","bed_number":{"status":"arctic","username":"homozygous","dosage":"https://www.io/v1","span_id":false,"discount":true}} |
TASK repair_structured_output
SPEC
FIELD longitude.hazmat_code TYPE string REQUIRED yes
FIELD longitude.user_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD longitude.coverage TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD longitude.temp_celsius TYPE integer REQUIRED no
FIELD freight_cla... | {"longitude":{"hazmat_code":"Paris","user_id":"free","coverage":"medium"},"conductivity":true,"rating":true,"umi":"small","account_id":"bar"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"longitude": {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string"
},
"user_id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise... | Tool: align_reads
Params: {"longitude": {"hazmat_code": "Paris", "user_id": "free", "coverage": "medium"}, "conductivity": true, "rating": true, "umi": "small", "account_id_value": "bar"} | Agent used wrong parameter name 'account_id_value' instead of 'account_id' | {"longitude":{"hazmat_code":"Paris","user_id":"free","coverage":"medium"},"conductivity":true,"rating":true,"umi":"small","account_id":"bar"} |
TASK repair_structured_output
SPEC
FIELD val_p93 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD param_w17 TYPE number REQUIRED no
FIELD param_p40 TYPE boolean REQUIRED yes
FIELD field_g45 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD col_q84 TYPE string REQUIRED yes
BROKEN_OUTPUT
Here'... | {"val_p93":"mode_a","param_w17":193.04,"param_p40":true,"field_g45":"mode_c","col_q84":"2023-12-25"} | extra_text_before | {
"type": "object",
"properties": {
"val_p93": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"param_w17": {
"type": "number"
},
"param_p40": {
"type": "boolean"
},
"field_g45": {
"type": "stri... | Here's the structured output:
{"val_p93":"mode_a","param_w17":193.04,"param_p40":true,"field_g45":"mode_c","col_q84":"2023-12-25"} | Output contains non-JSON text before the object | {"val_p93":"mode_a","param_w17":193.04,"param_p40":true,"field_g45":"mode_c","col_q84":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE integer REQUIRED yes
FIELD branch TYPE string REQUIRED yes
FIELD tax TYPE boolean REQUIRED yes
FIELD title[].shift_code TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD title[].end_date TYPE string REQUIRED yes
FIELD title[].turbidity TYPE number REQUI... | {"account_id":980,"branch":"2024-06-30","tax":false,"title":[{"shift_code":"xl","end_date":"Alice","turbidity":537.34,"humidity_pct":186,"vital_sign":null,"notes":615},{"end_date":"REV","turbidity":236.81,"vital_sign":null,"notes":31},{"shift_code":"large","end_date":"2024-06-30","humidity_pct":738,"vital_sign":null,"n... | extra_field | {
"type": "object",
"properties": {
"account_id": {
"type": "integer"
},
"branch": {
"type": "string"
},
"tax": {
"type": "boolean"
},
"title": {
"type": "array",
"items": {
"type": "object",
"properties": {
"shift_code": {
... | {"account_id": 980, "branch": "2024-06-30", "tax": false, "title": [{"shift_code": "xl", "end_date": "Alice", "turbidity": 537.34, "humidity_pct": 186, "vital_sign": null, "notes": 615}, {"end_date": "REV", "turbidity": 236.81, "vital_sign": null, "notes": 31}, {"shift_code": "large", "end_date": "2024-06-30", "humidit... | Unknown field 'extra_info_4462' not defined in schema | {"account_id":980,"branch":"2024-06-30","tax":false,"title":[{"shift_code":"xl","end_date":"Alice","turbidity":537.34,"humidity_pct":186,"vital_sign":null,"notes":615},{"end_date":"REV","turbidity":236.81,"vital_sign":null,"notes":31},{"shift_code":"large","end_date":"2024-06-30","humidity_pct":738,"vital_sign":null,"n... |
TASK repair_structured_output
SPEC
FIELD dim_b49 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD field_s67 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_t45 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_k97 TYPE number REQUIRED no
FIELD dim_h96 TYPE string VALUES... | {"dim_b49":"divorced","param_t45":"free","dim_h96":"maintenance","param_y03":false} | null_required | {
"type": "object",
"properties": {
"dim_b49": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"field_s67": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_t45": {
... | {"dim_b49": "divorced", "param_t45": "free", "dim_h96": "maintenance", "param_y03": null} | Required field 'param_y03' is null | {"dim_b49":"divorced","param_t45":"free","dim_h96":"maintenance","param_y03":false} |
TASK repair_structured_output
SPEC
FIELD active TYPE null REQUIRED no
FIELD weight TYPE string_date-time REQUIRED no
FIELD umi.half_life TYPE string REQUIRED no
FIELD umi.items TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD umi.color TYPE string VALUES berthed|anchored|underway|moored REQUIRED... | {"weight":"2024-05-04T23:44:00Z","umi":{"current_draw":"admin","timezone":"EUR","subject":"chr1","product_id":"delivered"},"section":"https://data.com/v1","organism":false,"amplitude":null} | missing_required | {
"type": "object",
"properties": {
"active": {
"type": "null"
},
"weight": {
"type": "string",
"format": "date-time"
},
"umi": {
"type": "object",
"properties": {
"half_life": {
"type": "string"
},
"items": {
"type": "str... | {"weight": "2024-05-04T23:44:00Z", "umi": {"current_draw": "admin", "timezone": "EUR", "subject": "chr1", "product_id": "delivered"}, "section": "https://data.com/v1", "amplitude": null} | Required field 'organism' is missing | {"weight":"2024-05-04T23:44:00Z","umi":{"current_draw":"admin","timezone":"EUR","subject":"chr1","product_id":"delivered"},"section":"https://data.com/v1","organism":false,"amplitude":null} |
TASK repair_structured_output
SPEC
FIELD val_i81 TYPE string REQUIRED no
FIELD val_x40 TYPE boolean REQUIRED no
FIELD field_b40 TYPE null REQUIRED no
FIELD dim_l60 TYPE integer REQUIRED no
FIELD attr_h10.attr_o34 TYPE number REQUIRED no
FIELD attr_h10.val_s79 TYPE number REQUIRED no
FIELD attr_h10.attr_l19 TYPE string... | {"val_i81":"Luis","val_x40":false,"field_b40":null,"dim_l60":886,"attr_h10":{"attr_o34":883.83,"val_s79":738.26,"attr_l19":"green","dim_w36":{"key_g92":"2023-12-25","col_w77":"world","param_r53":"test@example.com","col_a17":"bar","val_h04":"heterozygous","field_b41":495},"col_u54":"inactive"}} | unquoted_keys | {
"type": "object",
"properties": {
"val_i81": {
"type": "string"
},
"val_x40": {
"type": "boolean"
},
"field_b40": {
"type": "null"
},
"dim_l60": {
"type": "integer"
},
"attr_h10": {
"type": "object",
"properties": {
"attr_o34": {
... | {val_i81:"Luis",val_x40:false,field_b40:null,dim_l60:886,attr_h10:{attr_o34:883.83,val_s79:738.26,attr_l19:"green",dim_w36:{key_g92:"2023-12-25",col_w77:"world",param_r53:"test@example.com",col_a17:"bar",val_h04:"heterozygous",field_b41:495},col_u54:"inactive"}} | Expecting property name enclosed in double quotes | {"val_i81":"Luis","val_x40":false,"field_b40":null,"dim_l60":886,"attr_h10":{"attr_o34":883.83,"val_s79":738.26,"attr_l19":"green","dim_w36":{"key_g92":"2023-12-25","col_w77":"world","param_r53":"test@example.com","col_a17":"bar","val_h04":"heterozygous","field_b41":495},"col_u54":"inactive"}} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE integer REQUIRED no
FIELD duration_ms TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD state TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD full_name.role TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD full_name.count TYP... | {"duration_ms":"mode_b","state":"cat_a","full_name":{"role":"operational","count":246,"created_at":null,"footnote":null,"id":"2022-08-08T05:07:00Z"}} | truncated_array | {
"type": "object",
"properties": {
"enabled": {
"type": "integer"
},
"duration_ms": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"state": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
... | {"duration_ms":"mode_b","state":"cat_a","full_name":{"role":"operational","count":246,"created_at":null,"footnote":null,"id":"2022-08-08T05:07:00Z"} | Unexpected end of JSON input — truncated object | {"duration_ms":"mode_b","state":"cat_a","full_name":{"role":"operational","count":246,"created_at":null,"footnote":null,"id":"2022-08-08T05:07:00Z"}} |
TASK repair_structured_output
SPEC
FIELD col_j55 TYPE string REQUIRED yes
FIELD key_e61 TYPE integer REQUIRED no
FIELD key_d07 TYPE boolean REQUIRED no
FIELD field_x55 TYPE string_uri REQUIRED no
FIELD dim_a52 TYPE string REQUIRED no
FIELD key_b86 TYPE boolean REQUIRED no
FIELD dim_z44 TYPE string VALUES red|blue|gree... | {"col_j55":"Paris","key_e61":343,"key_d07":true,"field_x55":"https://data.io/api","dim_a52":"Berlin","key_b86":true,"dim_z44":"white"} | missing_bracket | {
"type": "object",
"properties": {
"col_j55": {
"type": "string"
},
"key_e61": {
"type": "integer"
},
"key_d07": {
"type": "boolean"
},
"field_x55": {
"type": "string",
"format": "uri"
},
"dim_a52": {
"type": "string"
},
"key_b86": {
... | {"col_j55":"Paris","key_e61":343,"key_d07":true,"field_x55":"https://data.io/api","dim_a52":"Berlin","key_b86":true,"dim_z44":"white"} | Missing closing bracket | {"col_j55":"Paris","key_e61":343,"key_d07":true,"field_x55":"https://data.io/api","dim_a52":"Berlin","key_b86":true,"dim_z44":"white"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES option_a|option_b REQUIRED yes
FIELD first_name TYPE number REQUIRED no
FIELD version TYPE string REQUIRED yes
FIELD priority.latitude TYPE string REQUIRED no
FIELD priority.age TYPE integer REQUIRED yes
FIELD priority.batch_code TYPE number REQUIRE... | {"amplitude":"option_b","version":"Jane","priority":{"latitude":"Alice","age":567,"image_url":721.73,"turbidity":"Paris","url":{"maturity_date":null,"priority":"maintenance","wavelength":"Alice","message":true}}} | trailing_comma | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"first_name": {
"type": "number"
},
"version": {
"type": "string"
},
"priority": {
"type": "object",
"properties": {
... | {"amplitude":"option_b","version":"Jane","priority":{"latitude":"Alice","age":567,"image_url":721.73,"turbidity":"Paris","url":{"maturity_date":null,"priority":"maintenance","wavelength":"Alice","message":true,}}} | Unexpected trailing comma | {"amplitude":"option_b","version":"Jane","priority":{"latitude":"Alice","age":567,"image_url":721.73,"turbidity":"Paris","url":{"maturity_date":null,"priority":"maintenance","wavelength":"Alice","message":true}}} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD build_status TYPE string VALUES single|married|divorced REQUIRED yes
FIELD age.length TYPE string VALUES draft|published|archived REQUIRED yes
FIELD age.image_url TYPE string VALUES reliable|uns... | {"updated_at":"hemizygous","build_status":"married","age":{"length":"archived","manifest_ref":false,"lab_result":true,"options":"reliable"}} | agent_chain | {
"type": "object",
"properties": {
"updated_at": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"build_status": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"... | Let me check the system.
Action: update_preferences
Result: {"updated_at": "hemizygous", "age": {"length": "archived", "manifest_ref": false, "lab_result": true, "options": "reliable"}}
Processing the request now.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"updated_at":"hemizygous","build_status":"married","age":{"length":"archived","manifest_ref":false,"lab_result":true,"options":"reliable"}} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string VALUES success|error|warning|info REQUIRED no
FIELD level TYPE number REQUIRED yes
FIELD score[] TYPE integer REQUIRED no
FIELD values[].sensor_id TYPE string REQUIRED no
FIELD values[].organism TYPE string VALUES single|married|divorced REQUIRED yes
FIELD v... | {"bearing":"error","level":83.0,"score":[237,928,261],"values":[{"sensor_id":"2024-01-15","organism":"divorced","last_name":"2026-06-11T20:30:00Z","ward":856,"currency":748.42,"address":165},{"organism":"single","last_name":"2024-01-03T14:31:00Z","ward":83,"currency":26.83,"invoice_id":"demo","address":372}]} | single_quotes | {
"type": "object",
"properties": {
"bearing": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"level": {
"type": "number"
},
"score": {
"type": "array",
"items": {
"type": "integer"
}
... | {'bearing':'error','level':83.0,'score':[237,928,261],'values':[{'sensor_id':'2024-01-15','organism':'divorced','last_name':'2026-06-11T20:30:00Z','ward':856,'currency':748.42,'address':165},{'organism':'single','last_name':'2024-01-03T14:31:00Z','ward':83,'currency':26.83,'invoice_id':'demo','address':372}]} | Expecting property name enclosed in double quotes | {"bearing":"error","level":83.0,"score":[237,928,261],"values":[{"sensor_id":"2024-01-15","organism":"divorced","last_name":"2026-06-11T20:30:00Z","ward":856,"currency":748.42,"address":165},{"organism":"single","last_name":"2024-01-03T14:31:00Z","ward":83,"currency":26.83,"invoice_id":"demo","address":372}]} |
TASK repair_structured_output
SPEC
FIELD val_i73 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_v34.val_a83 TYPE null REQUIRED yes
FIELD key_v34.val_h78 TYPE string_uri REQUIRED yes
FIELD key_v34.attr_m01 TYPE null REQUIRED yes
FIELD param_u43 TYPE integer REQUIRED no
FIELD param_a32 ... | {"key_v34":{"val_a83":null,"val_h78":"https://www.com/v1","attr_m01":null},"param_u43":948,"param_a32":"level_3","prop_x18":"2020-04-23T12:12:00Z","col_v67":"user@domain.com"} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_i73": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"key_v34": {
"type": "object",
"properties": {
"val_a83": {
"type": "null"
... | <functioncall> validate_sample
{key_v34: {val_a83: null, val_h78: "https://www.com/v1", attr_m01: null}, param_u43: 948, param_a32: "level_3", prop_x18: "2020-04-23T12:12:00Z", col_v67: "user@domain.com"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_v34":{"val_a83":null,"val_h78":"https://www.com/v1","attr_m01":null},"param_u43":948,"param_a32":"level_3","prop_x18":"2020-04-23T12:12:00Z","col_v67":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD attr_z04 TYPE string REQUIRED no
FIELD dim_k98 TYPE string REQUIRED no
FIELD prop_l89 TYPE string REQUIRED yes
FIELD val_o70 TYPE integer REQUIRED yes
FIELD col_s39 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
{"attr_z04":"https://api.e... | {"attr_z04":"https://api.example.com/v1","prop_l89":"baz","val_o70":780,"col_s39":"frameshift"} | truncated_object | {
"type": "object",
"properties": {
"attr_z04": {
"type": "string"
},
"dim_k98": {
"type": "string"
},
"prop_l89": {
"type": "string"
},
"val_o70": {
"type": "integer"
},
"col_s39": {
"type": "string",
"enum": [
"synonymous",
"m... | {"attr_z04":"https://api.example.com/v1","prop_l89":"baz","val_o70":780,"col_s39":"frameshift" | Unexpected end of JSON input — truncated object | {"attr_z04":"https://api.example.com/v1","prop_l89":"baz","val_o70":780,"col_s39":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD vessel_name TYPE boolean REQUIRED no
FIELD due_date TYPE string REQUIRED yes
FIELD notes TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"insurance_id": "pro", "vessel_name": false, "due_date": null, "notes":... | {"insurance_id":"pro","vessel_name":false,"due_date":"foo","notes":585} | null_required | {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"vessel_name": {
"type": "boolean"
},
"due_date": {
"type": "string"
},
"notes": {
"type": "inte... | {"insurance_id": "pro", "vessel_name": false, "due_date": null, "notes": 585} | Required field 'due_date' is null | {"insurance_id":"pro","vessel_name":false,"due_date":"foo","notes":585} |
TASK repair_structured_output
SPEC
FIELD col_l49 TYPE string REQUIRED yes
FIELD dim_v79 TYPE string REQUIRED no
FIELD param_w78.field_s67 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD param_w78.param_u08 TYPE string REQUIRED no
FIELD param_w78.field_a45 TYPE string REQUIRED yes
FIEL... | {"col_l49":"Charlie","dim_v79":"A short description.","param_w78":{"param_u08":"chr1","field_a45":"inactive","dim_f42":"type_a","val_q30":481.42},"attr_z20":false,"field_d42":"active"} | null_required | {
"type": "object",
"properties": {
"col_l49": {
"type": "string"
},
"dim_v79": {
"type": "string"
},
"param_w78": {
"type": "object",
"properties": {
"field_s67": {
"type": "string",
"enum": [
"option_a",
"option_b",
... | {"col_l49": "Charlie", "dim_v79": "A short description.", "param_w78": {"param_u08": "chr1", "field_a45": "inactive", "dim_f42": "type_a", "val_q30": 481.42}, "attr_z20": false, "field_d42": null} | Required field 'field_d42' is null | {"col_l49":"Charlie","dim_v79":"A short description.","param_w78":{"param_u08":"chr1","field_a45":"inactive","dim_f42":"type_a","val_q30":481.42},"attr_z20":false,"field_d42":"active"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string_date-time REQUIRED yes
FIELD count TYPE number REQUIRED no
FIELD decay_rate TYPE string VALUES draft|published|archived REQUIRED no
FIELD size TYPE integer REQUIRED yes
FIELD published TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD... | {"image_url":"2022-12-01T15:35:00Z","size":678,"published":"returned","notes":"Santos"} | number_with_unit | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"format": "date-time"
},
"count": {
"type": "number"
},
"decay_rate": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"size": {
"type... | {"image_url": "2022-12-01T15:35:00Z", "size": "678MB", "published": "returned", "notes": "Santos"} | Field 'size' must be number, got string with unit | {"image_url":"2022-12-01T15:35:00Z","size":678,"published":"returned","notes":"Santos"} |
TASK repair_structured_output
SPEC
FIELD version TYPE string REQUIRED yes
FIELD temp_celsius TYPE null REQUIRED yes
FIELD annotation TYPE null REQUIRED yes
FIELD item_id TYPE string REQUIRED no
FIELD items TYPE integer REQUIRED no
FIELD latitude TYPE string VALUES free|basic|pro|enterprise REQUIRED no
BROKEN_OUTPUT
{... | {"version":"user@domain.com","temp_celsius":null,"annotation":null,"item_id":"2023-12-25","items":345,"latitude":"enterprise"} | truncated_object | {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"temp_celsius": {
"type": "null"
},
"annotation": {
"type": "null"
},
"item_id": {
"type": "string"
},
"items": {
"type": "integer"
},
"latitude": {
"type": "string",
... | {"version":"user@domain.com","temp_celsius":null,"annotation":null,"item_id":"2023-12-25","items":345,"latitude":"enterprise" | Unexpected end of JSON input — truncated object | {"version":"user@domain.com","temp_celsius":null,"annotation":null,"item_id":"2023-12-25","items":345,"latitude":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE integer REQUIRED yes
FIELD website TYPE string REQUIRED no
FIELD size TYPE number REQUIRED yes
FIELD zip_code.trace_id TYPE integer REQUIRED no
FIELD zip_code.id TYPE string_uri REQUIRED no
FIELD zip_code.feedback TYPE string_uri REQUIRED no
FIELD zip_code.umi TYP... | {"altitude":401,"website":"Oliveira","size":471.01,"zip_code":{"trace_id":21,"id":"https://api.org/data","umi":false,"height":"foo","count":"intermittent","full_name":"2021-12-20T02:33:00Z","duration_ms":{"phenotype":"This is a test value.","balance":false,"account_id":true,"address":"Hapag-Lloyd-Express","reagent":fal... | tool_call_partial_args | {
"type": "object",
"properties": {
"altitude": {
"type": "integer"
},
"website": {
"type": "string"
},
"size": {
"type": "number"
},
"zip_code": {
"type": "object",
"properties": {
"trace_id": {
"type": "integer"
},
"id": {... | Let me check the system.
Action: run_diagnostics
Arguments: {"website": "Oliveira", "size": 471.01, "zip_code": {"trace_id": 21, "id": "https://api.org/data", "umi": false, "height": "foo", "count": "intermittent", "full_name": "2021-12-20T02:33:00Z", "duration_ms": {"phenotype": "This is a test value.", "balance": fal... | Agent tool call missing required parameter 'altitude' | {"altitude":401,"website":"Oliveira","size":471.01,"zip_code":{"trace_id":21,"id":"https://api.org/data","umi":false,"height":"foo","count":"intermittent","full_name":"2021-12-20T02:33:00Z","duration_ms":{"phenotype":"This is a test value.","balance":false,"account_id":true,"address":"Hapag-Lloyd-Express","reagent":fal... |
TASK repair_structured_output
SPEC
FIELD col_c34 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD field_w47 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_b00 TYPE string_uri REQUIRED yes
FIELD val_k84 TYPE integer REQUIRED no
FIELD field_u89 TYPE boolean REQUIRED no
FIEL... | {"col_c34":"delivered","key_b00":"https://example.io/v1","field_u89":true,"attr_e70":499} | extra_text_before | {
"type": "object",
"properties": {
"col_c34": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"field_w47": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | The output is as follows:
{"col_c34":"delivered","key_b00":"https://example.io/v1","field_u89":true,"attr_e70":499} | Output contains non-JSON text before the object | {"col_c34":"delivered","key_b00":"https://example.io/v1","field_u89":true,"attr_e70":499} |
TASK repair_structured_output
SPEC
FIELD param_p08 TYPE number REQUIRED no
FIELD prop_h51 TYPE string REQUIRED yes
FIELD val_u24 TYPE integer REQUIRED no
FIELD val_u96 TYPE integer REQUIRED no
FIELD col_w39[].dim_b99 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_w39[].dim_g17 TYPE string REQU... | {"prop_h51":"user@domain.com","val_u24":511,"col_w39":[{"dim_b99":"arctic","dim_g17":"sample","field_s81":"quux"},{"dim_b99":"coastal","dim_g17":"2023-12-25","field_s81":"bar"},{"dim_b99":"arctic","dim_g17":"Maria","field_s81":"world"}],"field_y00":[{"key_b16":"Tokyo","val_k46":793,"col_e57":["Luis","pending","Alice","... | extra_field | {
"type": "object",
"properties": {
"param_p08": {
"type": "number"
},
"prop_h51": {
"type": "string"
},
"val_u24": {
"type": "integer"
},
"val_u96": {
"type": "integer"
},
"col_w39": {
"type": "array",
"items": {
"type": "object",
... | {"prop_h51": "user@domain.com", "val_u24": 511, "col_w39": [{"dim_b99": "arctic", "dim_g17": "sample", "field_s81": "quux"}, {"dim_b99": "coastal", "dim_g17": "2023-12-25", "field_s81": "bar"}, {"dim_b99": "arctic", "dim_g17": "Maria", "field_s81": "world"}], "field_y00": [{"key_b16": "Tokyo", "val_k46": 793, "col_e57"... | Unknown field 'extra_field_6839' not defined in schema | {"prop_h51":"user@domain.com","val_u24":511,"col_w39":[{"dim_b99":"arctic","dim_g17":"sample","field_s81":"quux"},{"dim_b99":"coastal","dim_g17":"2023-12-25","field_s81":"bar"},{"dim_b99":"arctic","dim_g17":"Maria","field_s81":"world"}],"field_y00":[{"key_b16":"Tokyo","val_k46":793,"col_e57":["Luis","pending","Alice","... |
TASK repair_structured_output
SPEC
FIELD key_f64 TYPE string_date-time REQUIRED no
FIELD val_l82 TYPE null REQUIRED yes
FIELD col_x94 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
BROKEN_OUTPUT
{'val_l82':null,'col_x94':'mode_a'} | {"val_l82":null,"col_x94":"mode_a"} | single_quotes | {
"type": "object",
"properties": {
"key_f64": {
"type": "string",
"format": "date-time"
},
"val_l82": {
"type": "null"
},
"col_x94": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
}
},
"required": [
"col_x94",... | {'val_l82':null,'col_x94':'mode_a'} | Expecting property name enclosed in double quotes | {"val_l82":null,"col_x94":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD timezone TYPE string REQUIRED no
FIELD interest_rate TYPE integer REQUIRED yes
FIELD velocity TYPE number REQUIRED no
BROKEN_OUTPUT
{"conductivity":"GBP","timezone":"Silva","interest_rate":446,"velocity":190... | {"conductivity":"GBP","timezone":"Silva","interest_rate":446,"velocity":190.41} | truncated_object | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"timezone": {
"type": "string"
},
"interest_rate": {
"type": "integer"
},
"velocity": {
"ty... | {"conductivity":"GBP","timezone":"Silva","interest_rate":446,"velocity":190.41 | Unexpected end of JSON input — truncated object | {"conductivity":"GBP","timezone":"Silva","interest_rate":446,"velocity":190.41} |
TASK repair_structured_output
SPEC
FIELD param_r32 TYPE integer REQUIRED no
FIELD col_x21.attr_w07 TYPE number REQUIRED no
FIELD col_x21.attr_p12 TYPE number REQUIRED yes
FIELD col_x21.col_g34 TYPE boolean REQUIRED no
FIELD col_x21.field_w29 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_x2... | {"col_x21":{"attr_w07":186.81,"attr_p12":191.47,"col_g34":true,"prop_p81":612,"prop_e67":"homozygous","attr_o33":true,"attr_n27":true},"prop_r41":105,"key_l10":"mode_c","attr_p50":"https://api.example.com/v1"} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_r32": {
"type": "integer"
},
"col_x21": {
"type": "object",
"properties": {
"attr_w07": {
"type": "number"
},
"attr_p12": {
"type": "number"
},
"col_g34": {
"type": "boolean... | I need to look up the information first.
<tool_call name="lookup_customer">
{"col_x21":{"attr_w07":186.81,"attr_p12":191.47,"col_g34":true,"prop_p81":612,"prop_e67":"homozygous","attr_o33":true,"attr_n27":true},"prop_r41":105,"key_l10":"mode_c","attr_p50":"https://api.example.com/v1"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"col_x21":{"attr_w07":186.81,"attr_p12":191.47,"col_g34":true,"prop_p81":612,"prop_e67":"homozygous","attr_o33":true,"attr_n27":true},"prop_r41":105,"key_l10":"mode_c","attr_p50":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD attr_h62 TYPE integer REQUIRED yes
FIELD field_d93 TYPE null REQUIRED yes
FIELD key_g11 TYPE number REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: query_port_status
Result: {"attr_h62": 267}
I'll query our database.
Action: delete_item
Result: | {"attr_h62":267,"field_d93":null} | agent_chain | {
"type": "object",
"properties": {
"attr_h62": {
"type": "integer"
},
"field_d93": {
"type": "null"
},
"key_g11": {
"type": "number"
}
},
"required": [
"field_d93",
"attr_h62"
]
} | I need to look up the information first.
Action: query_port_status
Result: {"attr_h62": 267}
I'll query our database.
Action: delete_item
Result: | Agent multi-step chain with truncated tool output | {"attr_h62":267,"field_d93":null} |
TASK repair_structured_output
SPEC
FIELD col_l04 TYPE string REQUIRED yes
FIELD col_b26 TYPE integer REQUIRED no
FIELD attr_z24 TYPE boolean REQUIRED yes
FIELD dim_r92 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: annotate_mutation
Resul... | {"col_l04":"inactive","col_b26":62,"attr_z24":false,"dim_r92":"resolved"} | agent_chain | {
"type": "object",
"properties": {
"col_l04": {
"type": "string"
},
"col_b26": {
"type": "integer"
},
"attr_z24": {
"type": "boolean"
},
"dim_r92": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | I need to look up the information first.
Action: annotate_mutation
Result: {"col_l04": "inactive", "attr_z24": false, "dim_r92": "resolved"}
I'll query our database.
Action: align_reads
Result: | Agent multi-step chain with truncated tool output | {"col_l04":"inactive","col_b26":62,"attr_z24":false,"dim_r92":"resolved"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE null REQUIRED no
FIELD credit_score TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD catalyst TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
{"lab_result":null,"credit_score":"escalated","catalyst":"archiv... | {"lab_result":null,"credit_score":"escalated","catalyst":"archived"} | extra_text_after | {
"type": "object",
"properties": {
"lab_result": {
"type": "null"
},
"credit_score": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"catalyst": {
"type": "string",
"enum": [
"d... | {"lab_result":null,"credit_score":"escalated","catalyst":"archived"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"lab_result":null,"credit_score":"escalated","catalyst":"archived"} |
TASK repair_structured_output
SPEC
FIELD prop_b87 TYPE number REQUIRED no
FIELD param_i39 TYPE integer REQUIRED yes
FIELD field_g90 TYPE null REQUIRED no
FIELD attr_a05 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_f60 TYPE number REQUIRED no
FIELD dim_a24 TYPE string VALUES admin|editor|viewer REQ... | {"prop_b87":670.65,"param_i39":179,"attr_a05":"low","col_f60":592.69,"dim_a24":"viewer"} | truncated_array | {
"type": "object",
"properties": {
"prop_b87": {
"type": "number"
},
"param_i39": {
"type": "integer"
},
"field_g90": {
"type": "null"
},
"attr_a05": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"prop_b87":670.65,"param_i39":179,"attr_a05":"low","col_f60":592.69,"dim_a24":"viewer" | Unexpected end of JSON input — truncated object | {"prop_b87":670.65,"param_i39":179,"attr_a05":"low","col_f60":592.69,"dim_a24":"viewer"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE boolean REQUIRED no
FIELD notes TYPE integer REQUIRED no
FIELD format.insurance_id TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD format.verified TYPE integer REQUIRED no
FIELD format.total TYPE null REQUIRED yes
FIELD format.ph_level TYPE integer... | {"crew_id":true,"format":{"insurance_id":"white","verified":398,"total":null,"company":false,"brake_pressure":{"half_life":"heterozygous","payment_status":null,"bed_number":"Luis","zip_code":"demo","options":54},"current_draw":926,"maturity_date":"Johnson"},"log_level":"Oliveira","amount":"Charlie","organism":"info@exa... | markdown_explanation | {
"type": "object",
"properties": {
"crew_id": {
"type": "boolean"
},
"notes": {
"type": "integer"
},
"format": {
"type": "object",
"properties": {
"insurance_id": {
"type": "string",
"enum": [
"red",
"blue",
... | The instrument reported:
```json
{"crew_id":true,"format":{"insurance_id":"white","verified":398,"total":null,"company":false,"brake_pressure":{"half_life":"heterozygous","payment_status":null,"bed_number":"Luis","zip_code":"demo","options":54},"current_draw":926,"maturity_date":"Johnson"},"log_level":"Oliveira","amoun... | Output contains markdown and explanatory text around JSON | {"crew_id":true,"format":{"insurance_id":"white","verified":398,"total":null,"company":false,"brake_pressure":{"half_life":"heterozygous","payment_status":null,"bed_number":"Luis","zip_code":"demo","options":54},"current_draw":926,"maturity_date":"Johnson"},"log_level":"Oliveira","amount":"Charlie","organism":"info@exa... |
TASK repair_structured_output
SPEC
FIELD field_k19 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD key_a81 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD field_a56 TYPE integer REQUIRED no
FIELD dim_z35 TYPE integer REQUIRED no
FIELD attr_z63 TYPE string REQUIRED no
BROKEN_OUTPUT
{"key_a81": "whi... | {"key_a81":"white","dim_z35":101,"attr_z63":"inactive"} | wrong_type | {
"type": "object",
"properties": {
"field_k19": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"key_a81": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_a56": {... | {"key_a81": "white", "dim_z35": "\"101\"", "attr_z63": "inactive"} | Field 'dim_z35' must be integer, got string | {"key_a81":"white","dim_z35":101,"attr_z63":"inactive"} |
TASK repair_structured_output
SPEC
FIELD key_o77 TYPE string REQUIRED no
FIELD val_c49 TYPE string_uri REQUIRED no
FIELD field_l71 TYPE number REQUIRED yes
FIELD dim_k32 TYPE string_email REQUIRED no
BROKEN_OUTPUT
{"key_o77": "baz", "val_c49": "https://example.org/data", "field_l71": "\"553.88\"", "dim_k32": "info@ex... | {"key_o77":"baz","val_c49":"https://example.org/data","field_l71":553.88,"dim_k32":"info@example.com"} | wrong_type | {
"type": "object",
"properties": {
"key_o77": {
"type": "string"
},
"val_c49": {
"type": "string",
"format": "uri"
},
"field_l71": {
"type": "number"
},
"dim_k32": {
"type": "string",
"format": "email"
}
},
"required": [
"field_l71"
]
} | {"key_o77": "baz", "val_c49": "https://example.org/data", "field_l71": "\"553.88\"", "dim_k32": "info@example.com"} | Field 'field_l71' must be number, got string | {"key_o77":"baz","val_c49":"https://example.org/data","field_l71":553.88,"dim_k32":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD param_f48 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD val_l46 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_g13 TYPE integer REQUIRED no
FIELD dim_c74 TYPE string_email REQUIRED no
FIELD param_s06 TYPE string REQUIRED no
BROKEN_OU... | {"param_f48":"type_a","dim_g13":929,"dim_c74":"user@domain.org","param_s06":"https://example.com"} | unquoted_keys | {
"type": "object",
"properties": {
"param_f48": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"val_l46": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
... | {param_f48:"type_a",dim_g13:929,dim_c74:"user@domain.org",param_s06:"https://example.com"} | Expecting property name enclosed in double quotes | {"param_f48":"type_a","dim_g13":929,"dim_c74":"user@domain.org","param_s06":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD prop_c81 TYPE boolean REQUIRED yes
FIELD dim_f03 TYPE null REQUIRED no
FIELD key_p96.key_j26 TYPE null REQUIRED no
FIELD key_p96.field_w78 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_p96.attr_j11 TYPE null REQUIRED no
FIELD key_p96.col_i34.key_d59 TYPE string R... | {"prop_c81":true,"key_p96":{"key_j26":null,"field_w78":"editor","attr_j11":null,"col_i34":{"key_d59":"REV","attr_h46":"info@example.com","col_k21":702.16,"dim_j64":[null,null,null]},"val_p54":"REV","col_n24":false,"attr_e30":null}} | truncated_array | {
"type": "object",
"properties": {
"prop_c81": {
"type": "boolean"
},
"dim_f03": {
"type": "null"
},
"key_p96": {
"type": "object",
"properties": {
"key_j26": {
"type": "null"
},
"field_w78": {
"type": "string",
"enum... | {"prop_c81":true,"key_p96":{"key_j26":null,"field_w78":"editor","attr_j11":null,"col_i34":{"key_d59":"REV","attr_h46":"info@example.com","col_k21":702.16,"dim_j64":[null,null,null]},"val_p54":"REV","col_n24":false,"attr_e30":null} | Unexpected end of JSON input — truncated object | {"prop_c81":true,"key_p96":{"key_j26":null,"field_w78":"editor","attr_j11":null,"col_i34":{"key_d59":"REV","attr_h46":"info@example.com","col_k21":702.16,"dim_j64":[null,null,null]},"val_p54":"REV","col_n24":false,"attr_e30":null}} |
TASK repair_structured_output
SPEC
FIELD col_q52 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_h17 TYPE string REQUIRED yes
FIELD key_b40 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"col_q52":"small","key_h17":"QC-07","key_b40":620.19}
I've ensured all required fields are present. | {"col_q52":"small","key_h17":"QC-07","key_b40":620.19} | extra_text_after | {
"type": "object",
"properties": {
"col_q52": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_h17": {
"type": "string"
},
"key_b40": {
"type": "number"
}
},
"required": [
"key_b40",
"key_h17",... | {"col_q52":"small","key_h17":"QC-07","key_b40":620.19}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"col_q52":"small","key_h17":"QC-07","key_b40":620.19} |
TASK repair_structured_output
SPEC
FIELD field_t57 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_q18 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD val_o26 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_q06 TYPE number REQUIRED no
FIELD prop_x99 TYPE null REQUIRED yes
BRO... | {"field_t57":"GBP","attr_q18":"push","val_o26":"critical","col_q06":891.94,"prop_x99":null} | markdown_explanation | {
"type": "object",
"properties": {
"field_t57": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"attr_q18": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | Here is the JSON you requested:
```json
{"field_t57":"GBP","attr_q18":"push","val_o26":"critical","col_q06":891.94,"prop_x99":null}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"field_t57":"GBP","attr_q18":"push","val_o26":"critical","col_q06":891.94,"prop_x99":null} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD velocity TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD umi TYPE boolean REQUIRED no
FIELD last_name TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD quantity TYPE string V... | {"zip_code":"hemizygous","velocity":"basic","umi":false,"date":"Santos","image_url":"USD","chapter":981} | missing_bracket | {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"velocity": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
}... | {"zip_code":"hemizygous","velocity":"basic","umi":false,"date":"Santos","image_url":"USD","chapter":981} | Missing closing bracket | {"zip_code":"hemizygous","velocity":"basic","umi":false,"date":"Santos","image_url":"USD","chapter":981} |
TASK repair_structured_output
SPEC
FIELD field_k36 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD dim_t12 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_o20 TYPE integer REQUIRED yes
FIELD key_p89 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD field_... | {"field_k36":"cat_b","dim_t12":"hemizygous","field_o20":404,"key_p89":"type_c","field_h55":"2024-01-15","field_r19":"type_a","col_r44":"berthed"} | trailing_comma | {
"type": "object",
"properties": {
"field_k36": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"dim_t12": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous... | {"field_k36":"cat_b","dim_t12":"hemizygous","field_o20":404,"key_p89":"type_c","field_h55":"2024-01-15","field_r19":"type_a","col_r44":"berthed",} | Unexpected trailing comma | {"field_k36":"cat_b","dim_t12":"hemizygous","field_o20":404,"key_p89":"type_c","field_h55":"2024-01-15","field_r19":"type_a","col_r44":"berthed"} |
TASK repair_structured_output
SPEC
FIELD key_b81 TYPE string REQUIRED no
FIELD key_s59 TYPE number REQUIRED no
FIELD field_j31 TYPE integer REQUIRED no
FIELD key_a71 TYPE integer REQUIRED yes
FIELD dim_i16 TYPE integer REQUIRED no
FIELD val_p76 TYPE integer REQUIRED no
FIELD prop_y10 TYPE string VALUES pending_review|... | {"key_b81":"GRCh38","key_s59":88.11,"key_a71":248,"val_p76":279,"prop_y23":"2022-08-23T19:52:00Z"} | tool_call_bad_format | {
"type": "object",
"properties": {
"key_b81": {
"type": "string"
},
"key_s59": {
"type": "number"
},
"field_j31": {
"type": "integer"
},
"key_a71": {
"type": "integer"
},
"dim_i16": {
"type": "integer"
},
"val_p76": {
"type": "integer"... | <functioncall> get_inventory
{key_b81: "GRCh38", key_s59: 88.11, key_a71: 248, val_p76: 279, prop_y23: "2022-08-23T19:52:00Z"} | Tool call has malformed arguments — unquoted keys in function parameters | {"key_b81":"GRCh38","key_s59":88.11,"key_a71":248,"val_p76":279,"prop_y23":"2022-08-23T19:52:00Z"} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES active|inactive|pending REQUIRED no
FIELD count TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD version TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD feedback TYPE integer REQUIRED yes
FIELD quality... | {"count":"in_transit","version":"offline","feedback":574} | tool_call_partial_args | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"count": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"ver... | I need to look up the information first.
Action: filter_variants
Arguments: {"count": "in_transit", "version": "offline"} | Agent tool call missing required parameter 'feedback' | {"count":"in_transit","version":"offline","feedback":574} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD chapter.website TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD chapter.consignee TYPE boolean REQUIRED no
FIELD chapter.width TYPE number REQUIRED no
FIELD ch... | {"throttle_pos":"missense","chapter":{"website":"level_3","consignee":false,"rating":"https://data.com/api"},"deploy_target":"Hapag-Lloyd-Express","footnote":482,"catalyst":641,"humidity_pct":{"label":794,"quality_score":null,"shipper_ref":"admin@domain.org","humidity_pct":{"balance":"frameshift","span_id":"divorced","... | single_quotes | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"chapter": {
"type": "object",
"properties": {
"website": {
"type": "string",
... | {'throttle_pos':'missense','chapter':{'website':'level_3','consignee':false,'rating':'https://data.com/api'},'deploy_target':'Hapag-Lloyd-Express','footnote':482,'catalyst':641,'humidity_pct':{'label':794,'quality_score':null,'shipper_ref':'admin@domain.org','humidity_pct':{'balance':'frameshift','span_id':'divorced','... | Expecting property name enclosed in double quotes | {"throttle_pos":"missense","chapter":{"website":"level_3","consignee":false,"rating":"https://data.com/api"},"deploy_target":"Hapag-Lloyd-Express","footnote":482,"catalyst":641,"humidity_pct":{"label":794,"quality_score":null,"shipper_ref":"admin@domain.org","humidity_pct":{"balance":"frameshift","span_id":"divorced","... |
TASK repair_structured_output
SPEC
FIELD field_z27 TYPE integer REQUIRED no
FIELD col_v44 TYPE string REQUIRED no
FIELD attr_u94.prop_v69.field_a81 TYPE string REQUIRED no
FIELD attr_u94.prop_v69.prop_g49 TYPE boolean REQUIRED no
FIELD attr_u94.prop_v69.field_e37 TYPE boolean REQUIRED no
FIELD attr_u94.prop_v69.val_h2... | {"field_z27":150,"col_v44":"REV","attr_u94":{"prop_v69":{"prop_g49":false,"field_e37":false,"attr_y49":"moored","val_d80":"test"},"field_d69":"baz","param_l69":null,"dim_q07":"test@test.io"},"prop_w50":"low","dim_p78":"enterprise"} | extra_field | {
"type": "object",
"properties": {
"field_z27": {
"type": "integer"
},
"col_v44": {
"type": "string"
},
"attr_u94": {
"type": "object",
"properties": {
"prop_v69": {
"type": "object",
"properties": {
"field_a81": {
"t... | {"field_z27": 150, "col_v44": "REV", "attr_u94": {"prop_v69": {"prop_g49": false, "field_e37": false, "attr_y49": "moored", "val_d80": "test"}, "field_d69": "baz", "param_l69": null, "dim_q07": "test@test.io"}, "prop_w50": "low", "dim_p78": "enterprise", "extra_data_8298": 42} | Unknown field 'extra_data_8298' not defined in schema | {"field_z27":150,"col_v44":"REV","attr_u94":{"prop_v69":{"prop_g49":false,"field_e37":false,"attr_y49":"moored","val_d80":"test"},"field_d69":"baz","param_l69":null,"dim_q07":"test@test.io"},"prop_w50":"low","dim_p78":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD val_f24 TYPE string_uri REQUIRED yes
FIELD col_i06 TYPE integer REQUIRED yes
FIELD val_v86 TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"val_f24":"https://example.org/data","col_i06":572}
``` | {"val_f24":"https://example.org/data","col_i06":572} | markdown_fences | {
"type": "object",
"properties": {
"val_f24": {
"type": "string",
"format": "uri"
},
"col_i06": {
"type": "integer"
},
"val_v86": {
"type": "string"
}
},
"required": [
"col_i06",
"val_f24"
]
} | ```json
{"val_f24":"https://example.org/data","col_i06":572}
``` | Output contains markdown code fences | {"val_f24":"https://example.org/data","col_i06":572} |
TASK repair_structured_output
SPEC
FIELD param_s75 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD key_p08 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD attr_m78 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: send_email
Result: {"key_p08": "divorce... | {"param_s75":"option_d","key_p08":"divorced","attr_m78":"https://example.io/api"} | agent_chain | {
"type": "object",
"properties": {
"param_s75": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"key_p08": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},... | Let me check the system.
Action: send_email
Result: {"key_p08": "divorced", "attr_m78": "https://example.io/api"}
Processing the request now.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"param_s75":"option_d","key_p08":"divorced","attr_m78":"https://example.io/api"} |
TASK repair_structured_output
SPEC
FIELD col_q49 TYPE null REQUIRED yes
FIELD dim_b42 TYPE string REQUIRED yes
FIELD val_c69 TYPE null REQUIRED yes
FIELD param_j20.param_i36.key_y18 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD param_j20.param_i36.field_a77 TYPE string VALUES admin|edit... | {"col_q49":null,"dim_b42":"chrX","val_c69":null,"param_j20":{"param_i36":{"key_y18":"frameshift","field_a77":"viewer","val_f84":"https://data.io/data","dim_z06":"Diana"},"key_s72":"GRCh38","prop_t76":"in_progress","col_x10":342.3,"key_i17":415}} | unquoted_keys | {
"type": "object",
"properties": {
"col_q49": {
"type": "null"
},
"dim_b42": {
"type": "string"
},
"val_c69": {
"type": "null"
},
"param_j20": {
"type": "object",
"properties": {
"param_i36": {
"type": "object",
"properties": {
... | {col_q49:null,dim_b42:"chrX",val_c69:null,param_j20:{param_i36:{key_y18:"frameshift",field_a77:"viewer",val_f84:"https://data.io/data",dim_z06:"Diana"},key_s72:"GRCh38",prop_t76:"in_progress",col_x10:342.3,key_i17:415}} | Expecting property name enclosed in double quotes | {"col_q49":null,"dim_b42":"chrX","val_c69":null,"param_j20":{"param_i36":{"key_y18":"frameshift","field_a77":"viewer","val_f84":"https://data.io/data","dim_z06":"Diana"},"key_s72":"GRCh38","prop_t76":"in_progress","col_x10":342.3,"key_i17":415}} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES option_a|option_b REQUIRED yes
FIELD aligned_pct TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD address TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"vital_sign": "invalid_value_127", "aligned_pct": "EUR", "address": "https://www.org/dat... | {"vital_sign":"option_a","aligned_pct":"EUR","address":"https://www.org/data"} | invalid_enum | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"aligned_pct": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"address": {... | {"vital_sign": "invalid_value_127", "aligned_pct": "EUR", "address": "https://www.org/data"} | Field 'vital_sign' has invalid enum value 'invalid_value_127', expected one of ['option_a', 'option_b'] | {"vital_sign":"option_a","aligned_pct":"EUR","address":"https://www.org/data"} |
TASK repair_structured_output
SPEC
FIELD col_z58 TYPE integer REQUIRED yes
FIELD col_w72 TYPE null REQUIRED no
FIELD col_b21 TYPE number REQUIRED no
FIELD prop_c80.field_w37 TYPE number REQUIRED no
FIELD prop_c80.attr_u53 TYPE boolean REQUIRED no
FIELD prop_c80.dim_d26.prop_g17 TYPE string VALUES operational|degraded|... | {"col_z58":577,"col_w72":null,"col_b21":86.97,"prop_c80":{"field_w37":401.5,"attr_u53":true,"dim_d26":{"prop_g17":"maintenance","attr_o30":"divorced","col_n20":723,"val_a78":772.04},"dim_a41":{"dim_q56":145.74,"key_u25":231.89,"key_v42":664,"val_k86":"Bob","col_o29":729.76,"attr_s90":"pending","dim_f26":false}},"col_w6... | missing_required | {
"type": "object",
"properties": {
"col_z58": {
"type": "integer"
},
"col_w72": {
"type": "null"
},
"col_b21": {
"type": "number"
},
"prop_c80": {
"type": "object",
"properties": {
"field_w37": {
"type": "number"
},
"attr_u... | {"col_w72": null, "col_b21": 86.97, "prop_c80": {"field_w37": 401.5, "attr_u53": true, "dim_d26": {"prop_g17": "maintenance", "attr_o30": "divorced", "col_n20": 723, "val_a78": 772.04}, "dim_a41": {"dim_q56": 145.74, "key_u25": 231.89, "key_v42": 664, "val_k86": "Bob", "col_o29": 729.76, "attr_s90": "pending", "dim_f26... | Required field 'col_z58' is missing | {"col_z58":577,"col_w72":null,"col_b21":86.97,"prop_c80":{"field_w37":401.5,"attr_u53":true,"dim_d26":{"prop_g17":"maintenance","attr_o30":"divorced","col_n20":723,"val_a78":772.04},"dim_a41":{"dim_q56":145.74,"key_u25":231.89,"key_v42":664,"val_k86":"Bob","col_o29":729.76,"attr_s90":"pending","dim_f26":false}},"col_w6... |
TASK repair_structured_output
SPEC
FIELD tax TYPE string REQUIRED no
FIELD collateral TYPE boolean REQUIRED yes
FIELD address TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"tax":"New York","collateral":true,"address":38.84}
``` | {"tax":"New York","collateral":true,"address":38.84} | markdown_fences | {
"type": "object",
"properties": {
"tax": {
"type": "string"
},
"collateral": {
"type": "boolean"
},
"address": {
"type": "number"
}
},
"required": [
"address",
"collateral"
]
} | ```json
{"tax":"New York","collateral":true,"address":38.84}
``` | Output contains markdown code fences | {"tax":"New York","collateral":true,"address":38.84} |
TASK repair_structured_output
SPEC
FIELD attr_u74 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_z05 TYPE string REQUIRED yes
FIELD attr_w25 TYPE string REQUIRED no
FIELD dim_v30 TYPE null REQUIRED no
FIELD dim_y32.prop_v40 TYPE string VALUES single|married|divorced REQUIRED yes
FIE... | {"attr_z05":"Bob","dim_v30":null,"dim_y32":{"prop_v40":"married","attr_l00":"Hapag-Lloyd-Express","col_i22":"phone"},"param_n65":{"val_p74":"2025-04-21T04:38:00Z","attr_q59":"returned"}} | missing_brace | {
"type": "object",
"properties": {
"attr_u74": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_z05": {
"type": "string"
},
"attr_w25": {
"type": "string"
},
"dim_v30": {
"typ... | {"attr_z05":"Bob","dim_v30":null,"dim_y32":{"prop_v40":"married","attr_l00":"Hapag-Lloyd-Express","col_i22":"phone"},"param_n65":{"val_p74":"2025-04-21T04:38:00Z","attr_q59":"returned"} | Missing closing brace | {"attr_z05":"Bob","dim_v30":null,"dim_y32":{"prop_v40":"married","attr_l00":"Hapag-Lloyd-Express","col_i22":"phone"},"param_n65":{"val_p74":"2025-04-21T04:38:00Z","attr_q59":"returned"}} |
TASK repair_structured_output
SPEC
FIELD website TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD balance TYPE string REQUIRED no
FIELD invoice_id TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD manifest_ref TYPE null REQUIRED no
FIELD annotation TYPE integer REQUIRED no
FIELD amplitude TYPE string ... | {"website":"email","balance":"completed","invoice_id":"editor","annotation":170,"amplitude":"test","coverage":"https://www.com/v1","ph_level":"mode_a"} | null_required | {
"type": "object",
"properties": {
"website": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"balance": {
"type": "string"
},
"invoice_id": {
"type": "string",
"enum": [
"admin",
"editor",
... | {"website": null, "balance": "completed", "invoice_id": "editor", "annotation": 170, "amplitude": "test", "coverage": "https://www.com/v1", "ph_level": "mode_a"} | Required field 'website' is null | {"website":"email","balance":"completed","invoice_id":"editor","annotation":170,"amplitude":"test","coverage":"https://www.com/v1","ph_level":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED yes
FIELD tax TYPE null REQUIRED yes
FIELD phenotype TYPE number REQUIRED yes
BROKEN_OUTPUT
{"items": "GRCh38", "tax": null, "phenotype": "848.63ms"} | {"items":"GRCh38","tax":null,"phenotype":848.63} | number_with_unit | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"tax": {
"type": "null"
},
"phenotype": {
"type": "number"
}
},
"required": [
"phenotype",
"items",
"tax"
]
} | {"items": "GRCh38", "tax": null, "phenotype": "848.63ms"} | Field 'phenotype' must be number, got string with unit | {"items":"GRCh38","tax":null,"phenotype":848.63} |
TASK repair_structured_output
SPEC
FIELD param_u23 TYPE string REQUIRED no
FIELD val_g44 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD field_w70 TYPE string_uri REQUIRED no
FIELD field_n31 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_s59.dim_g12 TYPE integer REQUIRED yes
FI... | {"param_u23":"PASS","val_g44":"coastal","field_w70":"https://example.io/api","field_n31":"basic","prop_s59":{"dim_g12":223,"attr_c11":190,"attr_m42":[false,true,false,true]}} | extra_text_before | {
"type": "object",
"properties": {
"param_u23": {
"type": "string"
},
"val_g44": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"field_w70": {
"type": "string",
"format": "uri"
},
"field_n31... | The parsed result is:
{"param_u23":"PASS","val_g44":"coastal","field_w70":"https://example.io/api","field_n31":"basic","prop_s59":{"dim_g12":223,"attr_c11":190,"attr_m42":[false,true,false,true]}} | Output contains non-JSON text before the object | {"param_u23":"PASS","val_g44":"coastal","field_w70":"https://example.io/api","field_n31":"basic","prop_s59":{"dim_g12":223,"attr_c11":190,"attr_m42":[false,true,false,true]}} |
TASK repair_structured_output
SPEC
FIELD field_i70 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_q93 TYPE integer REQUIRED no
FIELD dim_t87 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD dim_v52 TYPE number REQUIRED no
FIELD prop_t99 TYPE boolean REQUIRED no
FIELD col_g69.param_n51 TYPE string... | {"dim_q93":393,"dim_t87":"cat_a","dim_v52":423.07,"prop_t99":false,"col_g69":{"param_n51":"level_4","key_t95":"Berlin","attr_p47":"2023-12-25"}} | unquoted_keys | {
"type": "object",
"properties": {
"field_i70": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"dim_q93": {
"type": "integer"
},
"dim_t87": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | {dim_q93:393,dim_t87:"cat_a",dim_v52:423.07,prop_t99:false,col_g69:{param_n51:"level_4",key_t95:"Berlin",attr_p47:"2023-12-25"}} | Expecting property name enclosed in double quotes | {"dim_q93":393,"dim_t87":"cat_a","dim_v52":423.07,"prop_t99":false,"col_g69":{"param_n51":"level_4","key_t95":"Berlin","attr_p47":"2023-12-25"}} |
TASK repair_structured_output
SPEC
FIELD field_f78.prop_q06 TYPE string_date-time REQUIRED no
FIELD field_f78.prop_d90 TYPE string REQUIRED no
FIELD field_f78.key_g76 TYPE string_date-time REQUIRED no
FIELD field_f78.prop_f87 TYPE string REQUIRED yes
FIELD field_f78.attr_w74 TYPE integer REQUIRED yes
FIELD col_j99 TYP... | {"field_f78":{"prop_d90":"https://example.com","key_g76":"2026-02-19T22:36:00Z","prop_f87":"Paris","attr_w74":676},"col_j99":"A short description.","key_q70":574.73} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_f78": {
"type": "object",
"properties": {
"prop_q06": {
"type": "string",
"format": "date-time"
},
"prop_d90": {
"type": "string"
},
"key_g76": {
"type": "string",
"fo... | verify_hazmat_compliance(field_f78={'prop_d90': 'https://example.com', 'key_g76': '2026-02-19T22:36:00Z', 'prop_f87': 'Paris', 'attr_w74': 676}, col_j99='A short description.', key_q70=574.73) | Tool call uses Python syntax instead of JSON | {"field_f78":{"prop_d90":"https://example.com","key_g76":"2026-02-19T22:36:00Z","prop_f87":"Paris","attr_w74":676},"col_j99":"A short description.","key_q70":574.73} |
TASK repair_structured_output
SPEC
FIELD val_y15 TYPE string_uri REQUIRED yes
FIELD param_g98 TYPE string REQUIRED no
FIELD key_l32 TYPE integer REQUIRED yes
FIELD prop_p50.attr_d39 TYPE string REQUIRED yes
FIELD prop_p50.key_z79 TYPE integer REQUIRED no
FIELD prop_p50.col_k62 TYPE number REQUIRED no
FIELD prop_p50.fi... | {"val_y15":"https://example.com/data","param_g98":"chr1","key_l32":796,"prop_p50":{"attr_d39":"world","field_p33":"FWD","key_a06":687.96,"val_w55":"cat_b","val_b78":"returned"}} | missing_bracket | {
"type": "object",
"properties": {
"val_y15": {
"type": "string",
"format": "uri"
},
"param_g98": {
"type": "string"
},
"key_l32": {
"type": "integer"
},
"prop_p50": {
"type": "object",
"properties": {
"attr_d39": {
"type": "string"
... | {"val_y15":"https://example.com/data","param_g98":"chr1","key_l32":796,"prop_p50":{"attr_d39":"world","field_p33":"FWD","key_a06":687.96,"val_w55":"cat_b","val_b78":"returned"}} | Missing closing bracket | {"val_y15":"https://example.com/data","param_g98":"chr1","key_l32":796,"prop_p50":{"attr_d39":"world","field_p33":"FWD","key_a06":687.96,"val_w55":"cat_b","val_b78":"returned"}} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string_uri REQUIRED yes
FIELD item_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD updated_at TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD nickname TYPE string REQUIRED no
FIELD batch_code.r... | {"feedback":"https://example.io/v1","item_id":"pending_review","updated_at":"escalated","nickname":"Silva","batch_code":{"tax":{"dosage":"level_2","section":"small","organism":"Maria","shipping":"frameshift","step":"xl"},"interest_rate":false,"verified":387.71,"full_name":"hello","brake_pressure":"admin@example.com"}} | extra_text_before | {
"type": "object",
"properties": {
"feedback": {
"type": "string",
"format": "uri"
},
"item_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"updated_at": {
"type": "string",
... | Sure, here's the result:
{"feedback":"https://example.io/v1","item_id":"pending_review","updated_at":"escalated","nickname":"Silva","batch_code":{"tax":{"dosage":"level_2","section":"small","organism":"Maria","shipping":"frameshift","step":"xl"},"interest_rate":false,"verified":387.71,"full_name":"hello","brake_pressur... | Output contains non-JSON text before the object | {"feedback":"https://example.io/v1","item_id":"pending_review","updated_at":"escalated","nickname":"Silva","batch_code":{"tax":{"dosage":"level_2","section":"small","organism":"Maria","shipping":"frameshift","step":"xl"},"interest_rate":false,"verified":387.71,"full_name":"hello","brake_pressure":"admin@example.com"}} |
TASK repair_structured_output
SPEC
FIELD val_f32 TYPE boolean REQUIRED yes
FIELD dim_k88.col_l27 TYPE string REQUIRED no
FIELD dim_k88.attr_m18 TYPE string REQUIRED yes
FIELD dim_k88.param_a95 TYPE string REQUIRED no
FIELD param_c85 TYPE string REQUIRED yes
BROKEN_OUTPUT
{'val_f32':true,'dim_k88':{'col_l27':'https://... | {"val_f32":true,"dim_k88":{"col_l27":"https://api.example.com/v1","attr_m18":"completed"},"param_c85":"Santos"} | single_quotes | {
"type": "object",
"properties": {
"val_f32": {
"type": "boolean"
},
"dim_k88": {
"type": "object",
"properties": {
"col_l27": {
"type": "string"
},
"attr_m18": {
"type": "string"
},
"param_a95": {
"type": "string"
... | {'val_f32':true,'dim_k88':{'col_l27':'https://api.example.com/v1','attr_m18':'completed'},'param_c85':'Santos'} | Expecting property name enclosed in double quotes | {"val_f32":true,"dim_k88":{"col_l27":"https://api.example.com/v1","attr_m18":"completed"},"param_c85":"Santos"} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE integer REQUIRED no
FIELD invoice_id TYPE integer REQUIRED yes
FIELD title[].address TYPE string REQUIRED yes
FIELD title[].isotope TYPE integer REQUIRED no
FIELD title[].tile TYPE boolean REQUIRED yes
FIELD title[].url TYPE number REQUIRED no
FIELD title[].l... | {"invoice_id":432,"title":[{"address":"Alice","isotope":854,"tile":false,"url":119.6,"lane":"Berlin","enabled":"green"}]} | markdown_fences | {
"type": "object",
"properties": {
"interest_rate": {
"type": "integer"
},
"invoice_id": {
"type": "integer"
},
"title": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
... | ```json
{"invoice_id":432,"title":[{"address":"Alice","isotope":854,"tile":false,"url":119.6,"lane":"Berlin","enabled":"green"}]}
``` | Output contains markdown code fences | {"invoice_id":432,"title":[{"address":"Alice","isotope":854,"tile":false,"url":119.6,"lane":"Berlin","enabled":"green"}]} |
TASK repair_structured_output
SPEC
FIELD col_o30 TYPE boolean REQUIRED no
FIELD attr_j07 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_c35 TYPE string REQUIRED yes
FIELD col_n53.key_b14 TYPE number REQUIRED yes
FIELD col_n53.col_q31 TYPE string_uri REQUIRED yes
FIELD col_n53.val_m50.prop_f01 TYPE nu... | {"attr_j07":"active","val_c35":"John","col_n53":{"key_b14":257.16,"col_q31":"https://data.com/v1"},"prop_s03":null,"col_h85":"https://data.io/api","dim_i33":500} | missing_required | {
"type": "object",
"properties": {
"col_o30": {
"type": "boolean"
},
"attr_j07": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_c35": {
"type": "string"
},
"col_n53": {
"type": "object",
"properti... | {"attr_j07": "active", "val_c35": "John", "col_n53": {"key_b14": 257.16, "col_q31": "https://data.com/v1"}, "col_h85": "https://data.io/api", "dim_i33": 500} | Required field 'prop_s03' is missing | {"attr_j07":"active","val_c35":"John","col_n53":{"key_b14":257.16,"col_q31":"https://data.com/v1"},"prop_s03":null,"col_h85":"https://data.io/api","dim_i33":500} |
TASK repair_structured_output
SPEC
FIELD dim_d97 TYPE string_uri REQUIRED yes
FIELD val_k31.field_s82 TYPE string REQUIRED no
FIELD val_k31.val_k08 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_k31.param_i64 TYPE string_date-time REQUIRED no
FIELD val_k31.dim_b23 TYPE string VALUES type_a|type_b|t... | {"dim_d97":"https://api.io/data","val_k31":{"field_s82":"inactive","val_k08":"high","dim_b23":"type_a","col_a74":"REV","param_p06":"ops@example.com","field_f25":"type_b"},"val_l95":"PASS","key_a80":"2024-01-15","col_i27":"John"} | null_required | {
"type": "object",
"properties": {
"dim_d97": {
"type": "string",
"format": "uri"
},
"val_k31": {
"type": "object",
"properties": {
"field_s82": {
"type": "string"
},
"val_k08": {
"type": "string",
"enum": [
"low"... | {"dim_d97": "https://api.io/data", "val_k31": null, "val_l95": "PASS", "key_a80": "2024-01-15", "col_i27": "John"} | Required field 'val_k31' is null | {"dim_d97":"https://api.io/data","val_k31":{"field_s82":"inactive","val_k08":"high","dim_b23":"type_a","col_a74":"REV","param_p06":"ops@example.com","field_f25":"type_b"},"val_l95":"PASS","key_a80":"2024-01-15","col_i27":"John"} |
TASK repair_structured_output
SPEC
FIELD prop_z03 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD val_a16 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_o69 TYPE string REQUIRED no
FIELD attr_w19 TYPE number REQUIRED yes
FIELD param_x05 TYPE string VALUES email|phone|sms|push REQUIR... | {"prop_z03":"type_c","val_a16":"single","dim_o69":"This is a test value.","attr_w19":925.75,"param_x05":"sms","field_p19":"pending","dim_b95":599.5} | extra_field | {
"type": "object",
"properties": {
"prop_z03": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"val_a16": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim... | {"prop_z03": "type_c", "val_a16": "single", "dim_o69": "This is a test value.", "attr_w19": 925.75, "param_x05": "sms", "field_p19": "pending", "dim_b95": 599.5, "extra_data_9228": 42} | Unknown field 'extra_data_9228' not defined in schema | {"prop_z03":"type_c","val_a16":"single","dim_o69":"This is a test value.","attr_w19":925.75,"param_x05":"sms","field_p19":"pending","dim_b95":599.5} |
TASK repair_structured_output
SPEC
FIELD param_m56 TYPE string REQUIRED no
FIELD field_q80 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_c89 TYPE integer REQUIRED no
FIELD field_y24 TYPE string REQUIRED no
FIELD val_m28.param_g72 TYPE string REQUIRED no
FIELD val_m28.attr_s38 TYPE integer REQUIRED ... | {"param_m56":"quux","field_q80":"low","val_c89":792,"field_y24":"Charlie","val_m28":{"param_g72":"example","attr_s38":982,"prop_a83":{"dim_z81":"mode_a","param_l53":"approved","prop_b21":832.8},"val_s11":"2020-09-09T11:14:00Z","col_j76":"completed","val_s27":{"val_q81":"inland","field_k03":"hemizygous","param_n78":609.... | missing_brace | {
"type": "object",
"properties": {
"param_m56": {
"type": "string"
},
"field_q80": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_c89": {
"type": "integer"
},
"field_y24": {
"type": "string"... | {"param_m56":"quux","field_q80":"low","val_c89":792,"field_y24":"Charlie","val_m28":{"param_g72":"example","attr_s38":982,"prop_a83":"dim_z81":"mode_a","param_l53":"approved","prop_b21":832.8},"val_s11":"2020-09-09T11:14:00Z","col_j76":"completed","val_s27":{"val_q81":"inland","field_k03":"hemizygous","param_n78":609.4... | Missing closing brace | {"param_m56":"quux","field_q80":"low","val_c89":792,"field_y24":"Charlie","val_m28":{"param_g72":"example","attr_s38":982,"prop_a83":{"dim_z81":"mode_a","param_l53":"approved","prop_b21":832.8},"val_s11":"2020-09-09T11:14:00Z","col_j76":"completed","val_s27":{"val_q81":"inland","field_k03":"hemizygous","param_n78":609.... |
TASK repair_structured_output
SPEC
FIELD col_p02 TYPE string_uri REQUIRED no
FIELD param_p82 TYPE string REQUIRED no
FIELD key_z98 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD param_m10.field_q65 TYPE string REQUIRED yes
FIELD param_m10.key_d08 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD... | {"col_p02":"https://www.org/api","param_p82":"MV-Evergreen-01","key_z98":"pending"} | markdown_fences | {
"type": "object",
"properties": {
"col_p02": {
"type": "string",
"format": "uri"
},
"param_p82": {
"type": "string"
},
"key_z98": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_m10": {
"type": ... | ```json
{"col_p02":"https://www.org/api","param_p82":"MV-Evergreen-01","key_z98":"pending"}
``` | Output contains markdown code fences | {"col_p02":"https://www.org/api","param_p82":"MV-Evergreen-01","key_z98":"pending"} |
TASK repair_structured_output
SPEC
FIELD col_m16 TYPE string REQUIRED yes
FIELD param_v53 TYPE integer REQUIRED yes
FIELD param_o66 TYPE integer REQUIRED yes
BROKEN_OUTPUT
<functioncall> verify_hazmat_compliance
{col_m16: "hello", param_v53: 236, param_o66: 778} | {"col_m16":"hello","param_v53":236,"param_o66":778} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_m16": {
"type": "string"
},
"param_v53": {
"type": "integer"
},
"param_o66": {
"type": "integer"
}
},
"required": [
"col_m16",
"param_o66",
"param_v53"
]
} | <functioncall> verify_hazmat_compliance
{col_m16: "hello", param_v53: 236, param_o66: 778} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_m16":"hello","param_v53":236,"param_o66":778} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE boolean REQUIRED no
FIELD freight_class.coverage TYPE integer REQUIRED yes
FIELD freight_class.patient_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD freight_class.enabled TYPE string_uri REQUIRED no
FIELD freight_class.commit_hash TYP... | {"port_code":true,"freight_class":{"coverage":76,"patient_id":"delivered","enabled":"https://example.org/v1","commit_hash":"in_progress"},"index":{"subject":"cancelled","coverage":"info@domain.org","step":{"credit_score":"2024-01-15","id":null,"visible":"This is a test value.","enabled":"admin@test.io","loan_amount":61... | boolean_as_string | {
"type": "object",
"properties": {
"port_code": {
"type": "boolean"
},
"freight_class": {
"type": "object",
"properties": {
"coverage": {
"type": "integer"
},
"patient_id": {
"type": "string",
"enum": [
"new",
... | {"port_code": "yes", "freight_class": {"coverage": 76, "patient_id": "delivered", "enabled": "https://example.org/v1", "commit_hash": "in_progress"}, "index": {"subject": "cancelled", "coverage": "info@domain.org", "step": {"credit_score": "2024-01-15", "id": null, "visible": "This is a test value.", "enabled": "admin@... | Field 'port_code' must be boolean, got string | {"port_code":true,"freight_class":{"coverage":76,"patient_id":"delivered","enabled":"https://example.org/v1","commit_hash":"in_progress"},"index":{"subject":"cancelled","coverage":"info@domain.org","step":{"credit_score":"2024-01-15","id":null,"visible":"This is a test value.","enabled":"admin@test.io","loan_amount":61... |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD shipping TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD weight[].level TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD weight[].organism TYPE string REQUIRED yes
FIELD w... | {"terminal_id":"published","shipping":"JPY","weight":[{"level":"new","organism":"Alice"},{"level":"in_transit","organism":"hello","active":["Smith","chrX","New York"]},{"level":"new","organism":"sample"},{"level":"new","organism":"London","active":["bar","This is a test value.","sample"]}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"shipping": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
... | <functioncall> transfer_call
{terminal_id: "published", shipping: "JPY", weight: [{level: "new", organism: "Alice"}, {level: "in_transit", organism: "hello", active: ["Smith", "chrX", "New York"]}, {level: "new", organism: "sample"}, {level: "new", organism: "London", active: ["bar", "This is a test value.", "sample"]}... | Tool call has malformed arguments — unquoted keys in function parameters | {"terminal_id":"published","shipping":"JPY","weight":[{"level":"new","organism":"Alice"},{"level":"in_transit","organism":"hello","active":["Smith","chrX","New York"]},{"level":"new","organism":"sample"},{"level":"new","organism":"London","active":["bar","This is a test value.","sample"]}]} |
TASK repair_structured_output
SPEC
FIELD attr_p79 TYPE integer REQUIRED yes
FIELD prop_z33 TYPE string REQUIRED yes
FIELD prop_k69 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
BROKEN_OUTPUT
{"attr_p79":890,"prop_z33":"FWD"}
I've ensured all required fields are present. | {"attr_p79":890,"prop_z33":"FWD"} | extra_text_after | {
"type": "object",
"properties": {
"attr_p79": {
"type": "integer"
},
"prop_z33": {
"type": "string"
},
"prop_k69": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
}
},
"required": [
"attr_p79",
"pr... | {"attr_p79":890,"prop_z33":"FWD"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"attr_p79":890,"prop_z33":"FWD"} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD due_date TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD filter_flag TYPE string VALUES draft|published|archived REQUIRED yes
FIELD state TYPE string_date-time REQUIRED yes
FI... | {"compound":"closed","filter_flag":"published","state":"2024-01-08T23:14:00Z","weight":409} | partial_structure | {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"due_date": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | I found that weight should be 409. {"compound":"closed","filter_flag":"published","state":"2024-01-08T23:14:00Z","weight":409} | Output mixes natural language with JSON | {"compound":"closed","filter_flag":"published","state":"2024-01-08T23:14:00Z","weight":409} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE string REQUIRED no
FIELD amount TYPE number REQUIRED no
FIELD type TYPE string_date-time REQUIRED no
FIELD account_id.fleet_number TYPE integer REQUIRED no
FIELD account_id.nickname TYPE string REQUIRED no
FIELD account_id.features.consignee TYPE string VALUES r... | {"amount":429.29,"type":"2020-03-25T11:32:00Z","account_id":{"fleet_number":901,"nickname":"active","index":778.86,"status":"black"},"due_date":"admin@example.com","branch":"2023-02-23T12:33:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"collateral": {
"type": "string"
},
"amount": {
"type": "number"
},
"type": {
"type": "string",
"format": "date-time"
},
"account_id": {
"type": "object",
"properties": {
"fleet_number": {
"type": "... | ```json
{"amount":429.29,"type":"2020-03-25T11:32:00Z","account_id":{"fleet_number":901,"nickname":"active","index":778.86,"status":"black"},"due_date":"admin@example.com","branch":"2023-02-23T12:33:00Z"}
``` | Output contains markdown code fences | {"amount":429.29,"type":"2020-03-25T11:32:00Z","account_id":{"fleet_number":901,"nickname":"active","index":778.86,"status":"black"},"due_date":"admin@example.com","branch":"2023-02-23T12:33:00Z"} |
TASK repair_structured_output
SPEC
FIELD dim_n63 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_e15 TYPE boolean REQUIRED yes
FIELD attr_n73 TYPE number REQUIRED no
FIELD dim_d10 TYPE integer REQUIRED yes
FIELD dim_y06 TYPE number REQUIRED no
FIELD col_q64 TYPE boolean REQUIRED yes
FIELD col_x41 TYPE st... | {"key_e15":true,"attr_n73":161.17,"dim_d10":685,"dim_y06":656.61,"col_q64":true,"col_x41":"https://example.io/api"} | unquoted_keys | {
"type": "object",
"properties": {
"dim_n63": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_e15": {
"type": "boolean"
},
"attr_n73": {
"type": "number"
},
"dim_d10": {
"type": "integer"
},
... | {key_e15:true,attr_n73:161.17,dim_d10:685,dim_y06:656.61,col_q64:true,col_x41:"https://example.io/api"} | Expecting property name enclosed in double quotes | {"key_e15":true,"attr_n73":161.17,"dim_d10":685,"dim_y06":656.61,"col_q64":true,"col_x41":"https://example.io/api"} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE null REQUIRED no
FIELD log_level TYPE string_uri REQUIRED no
FIELD score.lane TYPE string_date-time REQUIRED no
FIELD score.image_url TYPE null REQUIRED no
FIELD score.terminal_id TYPE integer REQUIRED no
FIELD score.balance TYPE string VALUES red|blue|green|blac... | {"log_level":"https://www.io/data","score":{"image_url":null,"terminal_id":811,"balance":"blue","humidity_pct":930.12,"age":360}} | trailing_comma | {
"type": "object",
"properties": {
"consignee": {
"type": "null"
},
"log_level": {
"type": "string",
"format": "uri"
},
"score": {
"type": "object",
"properties": {
"lane": {
"type": "string",
"format": "date-time"
},
"im... | {"log_level":"https://www.io/data","score":{"image_url":null,"terminal_id":811,"balance":"blue","humidity_pct":930.12,"age":360,}} | Unexpected trailing comma | {"log_level":"https://www.io/data","score":{"image_url":null,"terminal_id":811,"balance":"blue","humidity_pct":930.12,"age":360}} |
TASK repair_structured_output
SPEC
FIELD prop_n35 TYPE string REQUIRED no
FIELD col_q08.attr_m83 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD col_q08.val_q70 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_q08.attr_s51 TYPE string VALUES coastal|oceanic|inland|arctic REQUIR... | {"prop_n35":"Paris","col_q08":{"val_q70":"archived","attr_s51":"inland","col_v28":827},"dim_o93":"test","val_p24":{"param_e87":"editor","col_m34":"maintenance","dim_x44":362,"dim_n52":{"key_w28":"https://www.org/v1","field_w50":661,"field_l74":785}},"val_d67":"user@domain.com","col_e18":true,"dim_x43":"editor"} | thought_process | {
"type": "object",
"properties": {
"prop_n35": {
"type": "string"
},
"col_q08": {
"type": "object",
"properties": {
"attr_m83": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | Processing the request now.
I'll validate against the schema.
{"prop_n35":"Paris","col_q08":{"val_q70":"archived","attr_s51":"inland","col_v28":827},"dim_o93":"test","val_p24":{"param_e87":"editor","col_m34":"maintenance","dim_x44":362,"dim_n52":{"key_w28":"https://www.org/v1","field_w50":661,"field_l74":785}},"val_d6... | Output contains chain-of-thought reasoning before JSON | {"prop_n35":"Paris","col_q08":{"val_q70":"archived","attr_s51":"inland","col_v28":827},"dim_o93":"test","val_p24":{"param_e87":"editor","col_m34":"maintenance","dim_x44":362,"dim_n52":{"key_w28":"https://www.org/v1","field_w50":661,"field_l74":785}},"val_d67":"user@domain.com","col_e18":true,"dim_x43":"editor"} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES single|married|divorced REQUIRED no
FIELD commit_hash TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD published TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD ward TYPE string VALUES active|inactive|pending REQUIRED yes
F... | {"price":"married","commit_hash":"phone","published":"coastal","ward":"pending","organism":"info@domain.org","span_id":569.96,"fleet_number":"synonymous"} | thought_process | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"commit_hash": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"published... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"price":"married","commit_hash":"phone","published":"coastal","ward":"pending","organism":"info@domain.org","span_id":569.96,"fleet_number":"synonymous"} | Output contains chain-of-thought reasoning before JSON | {"price":"married","commit_hash":"phone","published":"coastal","ward":"pending","organism":"info@domain.org","span_id":569.96,"fleet_number":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD attr_f90 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD col_i19 TYPE integer REQUIRED no
FIELD col_k84 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_e93 TYPE boolean REQUIRED no
FIELD dim_n45 TYPE boolean REQUIRED no
FIELD attr_n58 TYPE st... | {"attr_f90":"black","col_k84":"draft","field_e93":true,"dim_n45":true,"attr_n58":"user@domain.com","dim_e80":{"field_a53":"low","dim_r28":"published","col_q72":"oceanic","attr_b30":"Smith"}} | markdown_explanation | {
"type": "object",
"properties": {
"attr_f90": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"col_i19": {
"type": "integer"
},
"col_k84": {
"type": "string",
"enum": [
"draft",
... | Sensor output follows:
```json
{"attr_f90":"black","col_k84":"draft","field_e93":true,"dim_n45":true,"attr_n58":"user@domain.com","dim_e80":{"field_a53":"low","dim_r28":"published","col_q72":"oceanic","attr_b30":"Smith"}}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"attr_f90":"black","col_k84":"draft","field_e93":true,"dim_n45":true,"attr_n58":"user@domain.com","dim_e80":{"field_a53":"low","dim_r28":"published","col_q72":"oceanic","attr_b30":"Smith"}} |
TASK repair_structured_output
SPEC
FIELD organism TYPE integer REQUIRED no
FIELD consignee TYPE null REQUIRED no
FIELD amplitude TYPE string REQUIRED no
FIELD image_url.run_id TYPE integer REQUIRED no
FIELD image_url.hazmat_code TYPE boolean REQUIRED no
FIELD image_url.username TYPE string REQUIRED yes
FIELD image_url... | {"organism":526,"consignee":null,"image_url":{"run_id":757,"hazmat_code":false,"username":"Alice","build_status":174.39,"image_url":null},"allele":408,"span_id":true} | boolean_as_string | {
"type": "object",
"properties": {
"organism": {
"type": "integer"
},
"consignee": {
"type": "null"
},
"amplitude": {
"type": "string"
},
"image_url": {
"type": "object",
"properties": {
"run_id": {
"type": "integer"
},
"ha... | {"organism": 526, "consignee": null, "image_url": {"run_id": 757, "hazmat_code": false, "username": "Alice", "build_status": 174.39, "image_url": null}, "allele": 408, "span_id": "true"} | Field 'span_id' must be boolean, got string | {"organism":526,"consignee":null,"image_url":{"run_id":757,"hazmat_code":false,"username":"Alice","build_status":174.39,"image_url":null},"allele":408,"span_id":true} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD amplitude TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD type TYPE string VALUES free|basic|pro|enterprise REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Acti... | {"bill_of_lading":"in_transit","amplitude":"sms","type":"pro"} | agent_chain | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"amplitude": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | I need to look up the information first.
Action: run_diagnostics
Result: {"bill_of_lading": "in_transit", "type": "pro"}
I'll query our database.
Action: filter_variants
Result: | Agent multi-step chain with truncated tool output | {"bill_of_lading":"in_transit","amplitude":"sms","type":"pro"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string REQUIRED yes
FIELD duration_ms TYPE integer REQUIRED yes
FIELD vital_sign TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"duration_ms": 139, "vital_sign": "2022-02-19T22:02:00Z"} | {"terminal_id":"John","duration_ms":139,"vital_sign":"2022-02-19T22:02:00Z"} | missing_required | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string"
},
"duration_ms": {
"type": "integer"
},
"vital_sign": {
"type": "string",
"format": "date-time"
}
},
"required": [
"duration_ms",
"vital_sign",
"terminal_id"
]
} | {"duration_ms": 139, "vital_sign": "2022-02-19T22:02:00Z"} | Required field 'terminal_id' is missing | {"terminal_id":"John","duration_ms":139,"vital_sign":"2022-02-19T22:02:00Z"} |
TASK repair_structured_output
SPEC
FIELD col_b95 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD dim_w72 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD val_r77 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD val_o63 TYPE string_date-ti... | {"dim_w72":"option_a","val_r77":"published","val_o63":"2026-03-02T21:09:00Z","field_v83":"Silva"} | truncated_object | {
"type": "object",
"properties": {
"col_b95": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"dim_w72": {
"type": "string",
"enum": [
"option_a",
"option_b",
"o... | {"dim_w72":"option_a","val_r77":"published","val_o63":"2026-03-02T21:09:00Z","field_v83":"Silva" | Unexpected end of JSON input — truncated object | {"dim_w72":"option_a","val_r77":"published","val_o63":"2026-03-02T21:09:00Z","field_v83":"Silva"} |
TASK repair_structured_output
SPEC
FIELD key_o33 TYPE string_date-time REQUIRED yes
FIELD col_r28 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD dim_m57[] TYPE string REQUIRED no
FIELD key_x55[] TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT... | {"key_o33":"2020-01-02T05:21:00Z","col_r28":"escalated","dim_m57":["PASS","test","test"],"key_x55":["escalated","rejected","confirmed"]} | date_format_error | {
"type": "object",
"properties": {
"key_o33": {
"type": "string",
"format": "date-time"
},
"col_r28": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"dim_m57": {
"type": "array",
... | {"key_o33": "2020-01-02", "col_r28": "escalated", "dim_m57": ["PASS", "test", "test"], "key_x55": ["escalated", "rejected", "confirmed"]} | Field 'key_o33' has invalid date format | {"key_o33":"2020-01-02T05:21:00Z","col_r28":"escalated","dim_m57":["PASS","test","test"],"key_x55":["escalated","rejected","confirmed"]} |
TASK repair_structured_output
SPEC
FIELD attr_s81 TYPE number REQUIRED no
FIELD prop_h24 TYPE string_date-time REQUIRED no
FIELD param_t97.field_s85 TYPE string REQUIRED yes
FIELD param_t97.attr_o14 TYPE string REQUIRED no
FIELD param_t97.prop_v69 TYPE null REQUIRED no
FIELD param_t97.val_p49 TYPE integer REQUIRED no
... | {"attr_s81":845.9,"prop_h24":"2021-11-26T17:48:00Z","param_t97":{"field_s85":"New York","prop_v69":null,"val_p49":992,"prop_u47":966,"col_w88":false,"prop_w86":"level_4"},"dim_x11":"level_2"} | date_format_error | {
"type": "object",
"properties": {
"attr_s81": {
"type": "number"
},
"prop_h24": {
"type": "string",
"format": "date-time"
},
"param_t97": {
"type": "object",
"properties": {
"field_s85": {
"type": "string"
},
"attr_o14": {
... | {"attr_s81": 845.9, "prop_h24": "2021-11-26T17:48:00", "param_t97": {"field_s85": "New York", "prop_v69": null, "val_p49": 992, "prop_u47": 966, "col_w88": false, "prop_w86": "level_4"}, "dim_x11": "level_2"} | Field 'prop_h24' has invalid date format | {"attr_s81":845.9,"prop_h24":"2021-11-26T17:48:00Z","param_t97":{"field_s85":"New York","prop_v69":null,"val_p49":992,"prop_u47":966,"col_w88":false,"prop_w86":"level_4"},"dim_x11":"level_2"} |
TASK repair_structured_output
SPEC
FIELD prop_o31 TYPE integer REQUIRED no
FIELD prop_l94.dim_i35 TYPE number REQUIRED yes
FIELD prop_l94.param_z49 TYPE null REQUIRED yes
FIELD prop_l94.attr_q63.param_b60 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD prop_l94.attr_q63.dim_m34 TYPE string_uri REQUIR... | {"prop_o31":671,"prop_l94":{"dim_i35":470.63,"param_z49":null},"param_f34":"London","field_x24":"level_2"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_o31": {
"type": "integer"
},
"prop_l94": {
"type": "object",
"properties": {
"dim_i35": {
"type": "number"
},
"param_z49": {
"type": "null"
},
"attr_q63": {
"type": "object",... | {prop_o31:671,prop_l94:{dim_i35:470.63,param_z49:null},param_f34:"London",field_x24:"level_2"} | Expecting property name enclosed in double quotes | {"prop_o31":671,"prop_l94":{"dim_i35":470.63,"param_z49":null},"param_f34":"London","field_x24":"level_2"} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE integer REQUIRED yes
FIELD category TYPE boolean REQUIRED no
FIELD title TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD version TYPE string REQUIRED yes
BROKEN_OUTPUT
{"credit_score": "225%", "category": false, "title": "BRL", "version": "test"} | {"credit_score":225,"category":false,"title":"BRL","version":"test"} | number_with_unit | {
"type": "object",
"properties": {
"credit_score": {
"type": "integer"
},
"category": {
"type": "boolean"
},
"title": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"version": {
"type": "st... | {"credit_score": "225%", "category": false, "title": "BRL", "version": "test"} | Field 'credit_score' must be number, got string with unit | {"credit_score":225,"category":false,"title":"BRL","version":"test"} |
TASK repair_structured_output
SPEC
FIELD step TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD username TYPE string REQUIRED no
FIELD credit_score TYPE integer REQUIRED no
FIELD lab_result TYPE string REQUIRED no
FIELD salinity TYPE string REQUIRED yes
FIELD feedback TYPE number REQUIRED no
FIELD... | {"step":"new","username":"cancelled","lab_result":"Luis","salinity":"cancelled","quality_score":"maintenance"} | thought_process | {
"type": "object",
"properties": {
"step": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"username": {
"type": "string"
},
"credit_score": {
"type": "integer"
},
"lab_result": {
"type":... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"step":"new","username":"cancelled","lab_result":"Luis","salinity":"cancelled","quality_score":"maintenance"} | Output contains chain-of-thought reasoning before JSON | {"step":"new","username":"cancelled","lab_result":"Luis","salinity":"cancelled","quality_score":"maintenance"} |
TASK repair_structured_output
SPEC
FIELD field_u65 TYPE integer REQUIRED yes
FIELD col_s72 TYPE string REQUIRED yes
FIELD attr_g24 TYPE boolean REQUIRED no
FIELD attr_b43 TYPE string_email REQUIRED yes
FIELD field_b63[].field_e86 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD field_b63[].param_e23 TYPE stri... | {"field_u65":28,"col_s72":"Luis","attr_g24":false,"attr_b43":"ops@test.io","field_b63":[{"field_e86":"type_a","param_e23":"editor","attr_r61":"user@domain.com"},{"field_e86":"type_c","param_e23":"admin","attr_r61":"RTG-04","val_a24":"London"}]} | missing_required | {
"type": "object",
"properties": {
"field_u65": {
"type": "integer"
},
"col_s72": {
"type": "string"
},
"attr_g24": {
"type": "boolean"
},
"attr_b43": {
"type": "string",
"format": "email"
},
"field_b63": {
"type": "array",
"items": {
... | {"field_u65": 28, "attr_g24": false, "attr_b43": "ops@test.io", "field_b63": [{"field_e86": "type_a", "param_e23": "editor", "attr_r61": "user@domain.com"}, {"field_e86": "type_c", "param_e23": "admin", "attr_r61": "RTG-04", "val_a24": "London"}]} | Required field 'col_s72' is missing | {"field_u65":28,"col_s72":"Luis","attr_g24":false,"attr_b43":"ops@test.io","field_b63":[{"field_e86":"type_a","param_e23":"editor","attr_r61":"user@domain.com"},{"field_e86":"type_c","param_e23":"admin","attr_r61":"RTG-04","val_a24":"London"}]} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD discount TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD phenotype TYPE integer REQUIRED no
FIELD subtotal.medication.currency TYPE string VALUES free|basic|pro|enterpr... | {"transaction_id":"cat_f","discount":"level_1","phenotype":962} | extra_text_after | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"discount": {
"type": "string",
"enum": [
"level_1",
"level_2",
... | {"transaction_id":"cat_f","discount":"level_1","phenotype":962}
Data logged successfully. | Output contains non-JSON text after the object | {"transaction_id":"cat_f","discount":"level_1","phenotype":962} |
TASK repair_structured_output
SPEC
FIELD attr_p09 TYPE null REQUIRED yes
FIELD val_b14 TYPE string REQUIRED no
FIELD val_c24.prop_g74 TYPE integer REQUIRED no
FIELD val_c24.param_l35 TYPE string_uri REQUIRED yes
FIELD val_c24.prop_g87 TYPE null REQUIRED yes
FIELD val_c24.key_z91 TYPE integer REQUIRED yes
FIELD key_f29... | {"attr_p09":null,"val_b14":"quux","val_c24":{"param_l35":"https://data.io/api","prop_g87":null,"key_z91":516},"attr_i56":"cancelled","dim_v08":285.2} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_p09": {
"type": "null"
},
"val_b14": {
"type": "string"
},
"val_c24": {
"type": "object",
"properties": {
"prop_g74": {
"type": "integer"
},
"param_l35": {
"type": "string",
"f... | Let me check the system.
<tool_call name="calculate_docking_fee">
{"attr_p09":null,"val_b14":"quux","val_c24":{"param_l35":"https://data.io/api","prop_g87":null,"key_z91":516},"attr_i56":"cancelled","dim_v08":285.2}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"attr_p09":null,"val_b14":"quux","val_c24":{"param_l35":"https://data.io/api","prop_g87":null,"key_z91":516},"attr_i56":"cancelled","dim_v08":285.2} |
TASK repair_structured_output
SPEC
FIELD col_l08 TYPE string REQUIRED yes
FIELD col_s22 TYPE boolean REQUIRED no
FIELD dim_v02 TYPE string REQUIRED no
FIELD key_e54 TYPE integer REQUIRED no
FIELD param_z10 TYPE string REQUIRED no
FIELD key_l62 TYPE integer REQUIRED no
FIELD val_c26.prop_e61 TYPE integer REQUIRED no
FI... | {"col_l08":"Luis","dim_v02":"Diana","param_z10":"Hapag-Lloyd-Express","key_l62":99,"val_c26":{"prop_e61":770,"val_h40":379,"prop_p15":"error","attr_w43":"level_2","param_b91":"Maria"},"col_o68":{"col_j42":"PASS","col_u30":334,"dim_v07":"John","param_x01":{"field_o23":"cat_d","param_x49":true,"prop_a64":121.57,"field_i1... | extra_text_before | {
"type": "object",
"properties": {
"col_l08": {
"type": "string"
},
"col_s22": {
"type": "boolean"
},
"dim_v02": {
"type": "string"
},
"key_e54": {
"type": "integer"
},
"param_z10": {
"type": "string"
},
"key_l62": {
"type": "integer"
... | Here is the JSON you requested:
{"col_l08":"Luis","dim_v02":"Diana","param_z10":"Hapag-Lloyd-Express","key_l62":99,"val_c26":{"prop_e61":770,"val_h40":379,"prop_p15":"error","attr_w43":"level_2","param_b91":"Maria"},"col_o68":{"col_j42":"PASS","col_u30":334,"dim_v07":"John","param_x01":{"field_o23":"cat_d","param_x49":... | Output contains non-JSON text before the object | {"col_l08":"Luis","dim_v02":"Diana","param_z10":"Hapag-Lloyd-Express","key_l62":99,"val_c26":{"prop_e61":770,"val_h40":379,"prop_p15":"error","attr_w43":"level_2","param_b91":"Maria"},"col_o68":{"col_j42":"PASS","col_u30":334,"dim_v07":"John","param_x01":{"field_o23":"cat_d","param_x49":true,"prop_a64":121.57,"field_i1... |
TASK repair_structured_output
SPEC
FIELD val_k24 TYPE string REQUIRED yes
FIELD field_r86 TYPE string_email REQUIRED no
FIELD field_x96 TYPE string_uri REQUIRED no
FIELD attr_k33.attr_q87 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_k33.val_x15 TYPE integer REQUIRED no
FIELD attr_k33.val_t25 TYPE... | {"val_k24":"user@domain.com","field_r86":"user@example.com","attr_k33":{"attr_q87":"published","val_x15":246,"val_t25":"mode_c","val_u34":"test@example.com","key_b26":671,"col_i27":"https://api.example.com/v1","col_n48":477.58},"col_b10":898.19,"prop_z19":{"val_b89":"mode_a","prop_g15":"level_1"},"param_y40":"chrX"} | truncated_object | {
"type": "object",
"properties": {
"val_k24": {
"type": "string"
},
"field_r86": {
"type": "string",
"format": "email"
},
"field_x96": {
"type": "string",
"format": "uri"
},
"attr_k33": {
"type": "object",
"properties": {
"attr_q87": {
... | {"val_k24":"user@domain.com","field_r86":"user@example.com","attr_k33":{"attr_q87":"published","val_x15":246,"val_t25":"mode_c","val_u34":"test@example.com","key_b26":671,"col_i27":"https://api.example.com/v1","col_n48":477.58},"col_b10":898.19,"prop_z19":{"val_b89":"mode_a","prop_g15":"level_1"},"param_y40":"chrX" | Unexpected end of JSON input — truncated object | {"val_k24":"user@domain.com","field_r86":"user@example.com","attr_k33":{"attr_q87":"published","val_x15":246,"val_t25":"mode_c","val_u34":"test@example.com","key_b26":671,"col_i27":"https://api.example.com/v1","col_n48":477.58},"col_b10":898.19,"prop_z19":{"val_b89":"mode_a","prop_g15":"level_1"},"param_y40":"chrX"} |
TASK repair_structured_output
SPEC
FIELD field_m66 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim_n05 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_a80 TYPE integer REQUIRED yes
FIELD field_k09 TYPE string_uri REQUIRED yes
FIELD field_r30 TYPE string_email REQUIRED no
BROKEN_OU... | {"dim_n05":"USD","key_a80":600,"field_k09":"https://www.com/v1","field_r30":"info@example.com"} | missing_required | {
"type": "object",
"properties": {
"field_m66": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dim_n05": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
... | {"dim_n05": "USD", "field_k09": "https://www.com/v1", "field_r30": "info@example.com"} | Required field 'key_a80' is missing | {"dim_n05":"USD","key_a80":600,"field_k09":"https://www.com/v1","field_r30":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD field_o61 TYPE integer REQUIRED yes
FIELD param_y81 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_t83 TYPE null REQUIRED no
FIELD col_p84 TYPE string REQUIRED no
FIELD field_h21[].key_u22 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_... | {"field_o61":877,"param_y81":"free","val_t83":null,"col_p84":"John","field_h21":[{"key_b83":"green","val_r67":"2024-01-15","key_m75":"Jane"},{"key_u22":"pro","key_b83":"black","field_g67":false,"val_r67":"active","key_m75":"test@example.com"}]} | single_quotes | {
"type": "object",
"properties": {
"field_o61": {
"type": "integer"
},
"param_y81": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_t83": {
"type": "null"
},
"col_p84": {
"type": "string"
... | {'field_o61':877,'param_y81':'free','val_t83':null,'col_p84':'John','field_h21':[{'key_b83':'green','val_r67':'2024-01-15','key_m75':'Jane'},{'key_u22':'pro','key_b83':'black','field_g67':false,'val_r67':'active','key_m75':'test@example.com'}]} | Expecting property name enclosed in double quotes | {"field_o61":877,"param_y81":"free","val_t83":null,"col_p84":"John","field_h21":[{"key_b83":"green","val_r67":"2024-01-15","key_m75":"Jane"},{"key_u22":"pro","key_b83":"black","field_g67":false,"val_r67":"active","key_m75":"test@example.com"}]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.