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 col_m05 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_p13 TYPE string REQUIRED yes
FIELD dim_l69.field_k03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_l69.prop_z50 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FI... | {"col_m05":"inland","param_p13":"Silva"} | single_quotes | {
"type": "object",
"properties": {
"col_m05": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_p13": {
"type": "string"
},
"dim_l69": {
"type": "object",
"properties": {
"field_k03": {
... | {'col_m05':'inland','param_p13':'Silva'} | Expecting property name enclosed in double quotes | {"col_m05":"inland","param_p13":"Silva"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD crew_id TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD score TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD notes TYPE integer REQUIRED no
FIELD commit_hash TYPE ... | {"procedure_code":"in_transit","crew_id":"active","notes":718,"chapter":600} | trailing_comma | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"crew_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
... | {"procedure_code":"in_transit","crew_id":"active","notes":718,"chapter":600,} | Unexpected trailing comma | {"procedure_code":"in_transit","crew_id":"active","notes":718,"chapter":600} |
TASK repair_structured_output
SPEC
FIELD title TYPE string REQUIRED no
FIELD barcode TYPE boolean REQUIRED no
FIELD throttle_pos TYPE number REQUIRED no
FIELD dissolved_oxygen TYPE number REQUIRED yes
FIELD lane TYPE number REQUIRED no
FIELD footnote TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRE... | {"barcode":false,"throttle_pos":815.64,"dissolved_oxygen":209.46,"lane":269.2,"item_id":{"terminal_id":true,"full_name":439.14,"altitude":58.87}} | thought_process | {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"barcode": {
"type": "boolean"
},
"throttle_pos": {
"type": "number"
},
"dissolved_oxygen": {
"type": "number"
},
"lane": {
"type": "number"
},
"footnote": {
"type": "st... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"barcode":false,"throttle_pos":815.64,"dissolved_oxygen":209.46,"lane":269.2,"item_id":{"terminal_id":true,"full_name":439.14,"altitude":58.87}} | Output contains chain-of-thought reasoning before JSON | {"barcode":false,"throttle_pos":815.64,"dissolved_oxygen":209.46,"lane":269.2,"item_id":{"terminal_id":true,"full_name":439.14,"altitude":58.87}} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD message TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD turbidity TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD footnote TYPE integer REQUIRED no
BROKEN_OUTPUT
{alti... | {"altitude":"active","message":"sms","turbidity":"missense","footnote":649} | unquoted_keys | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"message": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"turbidity"... | {altitude:"active",message:"sms",turbidity:"missense",footnote:649} | Expecting property name enclosed in double quotes | {"altitude":"active","message":"sms","turbidity":"missense","footnote":649} |
TASK repair_structured_output
SPEC
FIELD notes TYPE number REQUIRED yes
FIELD priority TYPE string REQUIRED yes
FIELD status[] TYPE number REQUIRED no
BROKEN_OUTPUT
{notes:989.51,priority:"Jane"} | {"notes":989.51,"priority":"Jane"} | unquoted_keys | {
"type": "object",
"properties": {
"notes": {
"type": "number"
},
"priority": {
"type": "string"
},
"status": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"notes",
"priority"
]
} | {notes:989.51,priority:"Jane"} | Expecting property name enclosed in double quotes | {"notes":989.51,"priority":"Jane"} |
TASK repair_structured_output
SPEC
FIELD key_y99 TYPE integer REQUIRED no
FIELD param_j43 TYPE integer REQUIRED no
FIELD field_t08 TYPE boolean REQUIRED yes
FIELD val_e08.field_h59.field_h11 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD val_e08.field_h59.col_j93 TYPE string VALUES type_a|typ... | {"field_t08":true,"val_e08":{"attr_v42":81,"attr_r45":{"col_c10":"option_b","attr_r48":false,"key_u67":"intermittent","param_i99":true},"dim_j89":false,"val_g19":"Oliveira","param_m18":"cat_b"}} | unquoted_keys | {
"type": "object",
"properties": {
"key_y99": {
"type": "integer"
},
"param_j43": {
"type": "integer"
},
"field_t08": {
"type": "boolean"
},
"val_e08": {
"type": "object",
"properties": {
"field_h59": {
"type": "object",
"propert... | {field_t08:true,val_e08:{attr_v42:81,attr_r45:{col_c10:"option_b",attr_r48:false,key_u67:"intermittent",param_i99:true},dim_j89:false,val_g19:"Oliveira",param_m18:"cat_b"}} | Expecting property name enclosed in double quotes | {"field_t08":true,"val_e08":{"attr_v42":81,"attr_r45":{"col_c10":"option_b","attr_r48":false,"key_u67":"intermittent","param_i99":true},"dim_j89":false,"val_g19":"Oliveira","param_m18":"cat_b"}} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD description TYPE integer REQUIRED yes
FIELD title TYPE number REQUIRED no
BROKEN_OUTPUT
Result: description=443, {"port_code":"viewer","description":443} | {"port_code":"viewer","description":443} | partial_structure | {
"type": "object",
"properties": {
"port_code": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"description": {
"type": "integer"
},
"title": {
"type": "number"
}
},
"required": [
"description",
"port_code"
... | Result: description=443, {"port_code":"viewer","description":443} | Output mixes natural language with JSON | {"port_code":"viewer","description":443} |
TASK repair_structured_output
SPEC
FIELD bed_number TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD repository TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD gene_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
BROKEN_OUTPUT
{"bed_number":"enterprise","repository":"level_2","g... | {"bed_number":"enterprise","repository":"level_2","gene_id":"cat_c"} | missing_bracket | {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"repository": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"... | {"bed_number":"enterprise","repository":"level_2","gene_id":"cat_c"} | Missing closing bracket | {"bed_number":"enterprise","repository":"level_2","gene_id":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD val_c53 TYPE string_uri REQUIRED yes
FIELD col_h82 TYPE string REQUIRED no
FIELD attr_b79 TYPE integer REQUIRED yes
FIELD field_f57 TYPE integer REQUIRED no
FIELD key_b96[] TYPE null REQUIRED no
FIELD col_h76[] TYPE number REQUIRED no
BROKEN_OUTPUT
I need to create a JSON obje... | {"val_c53":"https://data.com/data","col_h82":"Diana","attr_b79":124} | thought_process | {
"type": "object",
"properties": {
"val_c53": {
"type": "string",
"format": "uri"
},
"col_h82": {
"type": "string"
},
"attr_b79": {
"type": "integer"
},
"field_f57": {
"type": "integer"
},
"key_b96": {
"type": "array",
"items": {
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"val_c53":"https://data.com/data","col_h82":"Diana","attr_b79":124} | Output contains chain-of-thought reasoning before JSON | {"val_c53":"https://data.com/data","col_h82":"Diana","attr_b79":124} |
TASK repair_structured_output
SPEC
FIELD param_m88 TYPE string_date-time REQUIRED no
FIELD prop_k12.val_j06 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_k12.key_a39 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD prop_k12.val_a61 TYPE string REQUIRED no
FIELD pr... | {"param_m88":"2021-04-26T13:16:00Z","prop_k12":{"val_j06":"success","key_a39":"mode_c","val_a61":"foo","col_y17":"Luis","attr_k91":"level_6"},"prop_u72":"2024-01-15"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_m88": {
"type": "string",
"format": "date-time"
},
"prop_k12": {
"type": "object",
"properties": {
"val_j06": {
"type": "string",
"enum": [
"success",
"error",
"warning",
... | Tool: schedule_meeting
Params: {"prop_k12": {"val_j06": "success", "key_a39": "mode_c", "val_a61": "foo", "col_y17": "Luis", "attr_k91": "level_6"}, "prop_u72": "2024-01-15", "param_m882": "2021-04-26T13:16:00Z"} | Agent used wrong parameter name 'param_m882' instead of 'param_m88' | {"param_m88":"2021-04-26T13:16:00Z","prop_k12":{"val_j06":"success","key_a39":"mode_c","val_a61":"foo","col_y17":"Luis","attr_k91":"level_6"},"prop_u72":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD col_o63.prop_q97 TYPE string_email REQUIRED yes
FIELD col_o63.prop_u44 TYPE integer REQUIRED yes
FIELD col_o63.field_u78 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_o63.val_i41 TYPE integer REQUIRED yes
FIELD key_k69 TYPE number REQUIRED no
FIELD va... | {"key_k69":827.98,"val_s68":{"prop_t20":{"val_a36":true,"attr_g24":["QC-07"],"param_z51":[null,null,null,null]},"field_r12":"Sao Paulo","dim_e80":921,"param_b89":"foo"},"prop_o55":"pending","attr_x39":"https://example.io/v1"} | number_with_unit | {
"type": "object",
"properties": {
"col_o63": {
"type": "object",
"properties": {
"prop_q97": {
"type": "string",
"format": "email"
},
"prop_u44": {
"type": "integer"
},
"field_u78": {
"type": "string",
"enum"... | {"key_k69": "827.98sec", "val_s68": {"prop_t20": {"val_a36": true, "attr_g24": ["QC-07"], "param_z51": [null, null, null, null]}, "field_r12": "Sao Paulo", "dim_e80": 921, "param_b89": "foo"}, "prop_o55": "pending", "attr_x39": "https://example.io/v1"} | Field 'key_k69' must be number, got string with unit | {"key_k69":827.98,"val_s68":{"prop_t20":{"val_a36":true,"attr_g24":["QC-07"],"param_z51":[null,null,null,null]},"field_r12":"Sao Paulo","dim_e80":921,"param_b89":"foo"},"prop_o55":"pending","attr_x39":"https://example.io/v1"} |
TASK repair_structured_output
SPEC
FIELD val_t12 TYPE integer REQUIRED yes
FIELD attr_y30 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_s83.dim_m02 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD val_s83.attr_y48 TYPE string_date-time REQUIRED no
FIELD val_s83.param_e93 TYPE boolean REQ... | {"val_t12":462,"attr_y30":"high","val_s83":{"dim_m02":"phone","attr_y48":"2025-05-10T09:08:00Z","param_e93":false},"param_t57":"Johnson","attr_m63":{"param_n13":"https://api.com/data","prop_j14":"2023-07-11T14:58:00Z","field_t92":null,"prop_n77":"completed"}} | single_quotes | {
"type": "object",
"properties": {
"val_t12": {
"type": "integer"
},
"attr_y30": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_s83": {
"type": "object",
"properties": {
"dim_m02": {
... | {'val_t12':462,'attr_y30':'high','val_s83':{'dim_m02':'phone','attr_y48':'2025-05-10T09:08:00Z','param_e93':false},'param_t57':'Johnson','attr_m63':{'param_n13':'https://api.com/data','prop_j14':'2023-07-11T14:58:00Z','field_t92':null,'prop_n77':'completed'}} | Expecting property name enclosed in double quotes | {"val_t12":462,"attr_y30":"high","val_s83":{"dim_m02":"phone","attr_y48":"2025-05-10T09:08:00Z","param_e93":false},"param_t57":"Johnson","attr_m63":{"param_n13":"https://api.com/data","prop_j14":"2023-07-11T14:58:00Z","field_t92":null,"prop_n77":"completed"}} |
TASK repair_structured_output
SPEC
FIELD param_p86 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD key_q26 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_g40 TYPE string REQUIRED yes
FIELD val_j77 TYPE integer REQUIRED yes
FIELD field_s97 TYPE number REQUIRED n... | {"param_g40":"2024-01-15","val_j77":295,"field_s97":951.06,"param_t42":"ops@example.com"} | truncated_object | {
"type": "object",
"properties": {
"param_p86": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"key_q26": {
"type": "string",
"enum": [
"low",
"medium",
... | {"param_g40":"2024-01-15","val_j77":295,"field_s97":951.06,"param_t42":"ops@example.com" | Unexpected end of JSON input — truncated object | {"param_g40":"2024-01-15","val_j77":295,"field_s97":951.06,"param_t42":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD bill_of_lading TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD index TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD yield_pct TYPE number REQUIRED no
FIELD half_life TYPE string_uri REQUIRED no
FIELD amplitude TYPE string_date-time REQUIRED no
FIELD... | {"bill_of_lading":"USD","yield_pct":509.96,"half_life":"https://data.com/v1","amplitude":"2021-09-16T14:31:00Z","format":"ops@domain.org"} | missing_brace | {
"type": "object",
"properties": {
"bill_of_lading": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"index": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"... | {"bill_of_lading":"USD","yield_pct":509.96,"half_life":"https://data.com/v1","amplitude":"2021-09-16T14:31:00Z","format":"ops@domain.org" | Missing closing brace | {"bill_of_lading":"USD","yield_pct":509.96,"half_life":"https://data.com/v1","amplitude":"2021-09-16T14:31:00Z","format":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string_email REQUIRED yes
FIELD nickname TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD coverage TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"account_id":"ops@domain.org","nickname":"type_f","coverage":363}
Feel free to ask if you ... | {"account_id":"ops@domain.org","nickname":"type_f","coverage":363} | extra_text_after | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"format": "email"
},
"nickname": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"coverage": {
"... | {"account_id":"ops@domain.org","nickname":"type_f","coverage":363}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"account_id":"ops@domain.org","nickname":"type_f","coverage":363} |
TASK repair_structured_output
SPEC
FIELD key_a80 TYPE string_email REQUIRED no
FIELD field_y78 TYPE number REQUIRED no
FIELD prop_k95 TYPE string REQUIRED yes
FIELD param_c48 TYPE number REQUIRED no
FIELD prop_b49 TYPE integer REQUIRED yes
FIELD dim_p84.col_v65 TYPE string VALUES open|in_progress|resolved|closed REQUI... | {"key_a80":"ops@domain.org","prop_k95":"RTG-04","param_c48":397.3,"prop_b49":242,"field_j45":true} | boolean_as_string | {
"type": "object",
"properties": {
"key_a80": {
"type": "string",
"format": "email"
},
"field_y78": {
"type": "number"
},
"prop_k95": {
"type": "string"
},
"param_c48": {
"type": "number"
},
"prop_b49": {
"type": "integer"
},
"dim_p84"... | {"key_a80": "ops@domain.org", "prop_k95": "RTG-04", "param_c48": 397.3, "prop_b49": 242, "field_j45": "false"} | Field 'field_j45' must be boolean, got string | {"key_a80":"ops@domain.org","prop_k95":"RTG-04","param_c48":397.3,"prop_b49":242,"field_j45":true} |
TASK repair_structured_output
SPEC
FIELD color.label.span_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD color.label.turbidity TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD color.label.chromosome TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD color.label.user_i... | {"color":{"label":{"span_id":"draft","turbidity":"underway","chromosome":"high","user_id":"critical","batch_code":"JPY","options":"large"},"options":"This is a test value.","footnote":"open","role":{"height":"PASS","ph_level":"Berlin","nickname":880,"account_id":"admin","voltage":"confirmed","type":"2021-07-06T02:48:00... | missing_bracket | {
"type": "object",
"properties": {
"color": {
"type": "object",
"properties": {
"label": {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"draft",
"published",
... | {"color":{"label":{"span_id":"draft","turbidity":"underway","chromosome":"high","user_id":"critical","batch_code":"JPY","options":"large"},"options":"This is a test value.","footnote":"open","role":{"height":"PASS","ph_level":"Berlin","nickname":880,"account_id":"admin","voltage":"confirmed","type":"2021-07-06T02:48:00... | Missing closing bracket | {"color":{"label":{"span_id":"draft","turbidity":"underway","chromosome":"high","user_id":"critical","batch_code":"JPY","options":"large"},"options":"This is a test value.","footnote":"open","role":{"height":"PASS","ph_level":"Berlin","nickname":880,"account_id":"admin","voltage":"confirmed","type":"2021-07-06T02:48:00... |
TASK repair_structured_output
SPEC
FIELD section TYPE string REQUIRED no
FIELD paragraph TYPE boolean REQUIRED no
FIELD frequency_hz TYPE boolean REQUIRED yes
FIELD tags TYPE string REQUIRED no
FIELD turbidity.website.comments TYPE integer REQUIRED yes
FIELD turbidity.website.zip_code TYPE null REQUIRED no
FIELD turbi... | {"section":"FWD","paragraph":true,"frequency_hz":false,"turbidity":{"website":{"comments":641,"zip_code":null,"format":"MV-Evergreen-01","status":"JPY","product_id":772},"step":"Diana","label":{"vital_sign":"This is a test value.","ph_level":554.44,"options":"phone","coverage":694.47},"medication":"info@example.com"},"... | truncated_object | {
"type": "object",
"properties": {
"section": {
"type": "string"
},
"paragraph": {
"type": "boolean"
},
"frequency_hz": {
"type": "boolean"
},
"tags": {
"type": "string"
},
"turbidity": {
"type": "object",
"properties": {
"website": {
... | {"section":"FWD","paragraph":true,"frequency_hz":false,"turbidity":{"website":{"comments":641,"zip_code":null,"format":"MV-Evergreen-01","status":"JPY","product_id":772},"step":"Diana","label":{"vital_sign":"This is a test value.","ph_level":554.44,"options":"phone","coverage":694.47},"medication":"info@example.com"},"... | Unexpected end of JSON input — truncated object | {"section":"FWD","paragraph":true,"frequency_hz":false,"turbidity":{"website":{"comments":641,"zip_code":null,"format":"MV-Evergreen-01","status":"JPY","product_id":772},"step":"Diana","label":{"vital_sign":"This is a test value.","ph_level":554.44,"options":"phone","coverage":694.47},"medication":"info@example.com"},"... |
TASK repair_structured_output
SPEC
FIELD key_d98 TYPE string REQUIRED no
FIELD param_i38 TYPE string REQUIRED no
FIELD val_m78.key_g65 TYPE string REQUIRED yes
FIELD val_m78.field_q68 TYPE null REQUIRED yes
FIELD val_m78.val_v80.field_y80 TYPE string REQUIRED no
FIELD val_m78.val_v80.dim_o05 TYPE null REQUIRED no
FIEL... | {"param_i38":"Diana","val_m78":{"key_g65":"Silva","field_q68":null,"val_v80":{"field_y80":"foo","dim_o05":null,"key_k93":"chrX","dim_b76":845,"attr_d87":"2024-05-14T10:51:00Z","param_u71":"type_c"},"prop_s86":"option_b"}} | extra_text_before | {
"type": "object",
"properties": {
"key_d98": {
"type": "string"
},
"param_i38": {
"type": "string"
},
"val_m78": {
"type": "object",
"properties": {
"key_g65": {
"type": "string"
},
"field_q68": {
"type": "null"
},
... | The instrument reported:
{"param_i38":"Diana","val_m78":{"key_g65":"Silva","field_q68":null,"val_v80":{"field_y80":"foo","dim_o05":null,"key_k93":"chrX","dim_b76":845,"attr_d87":"2024-05-14T10:51:00Z","param_u71":"type_c"},"prop_s86":"option_b"}} | Output contains non-JSON text before the object | {"param_i38":"Diana","val_m78":{"key_g65":"Silva","field_q68":null,"val_v80":{"field_y80":"foo","dim_o05":null,"key_k93":"chrX","dim_b76":845,"attr_d87":"2024-05-14T10:51:00Z","param_u71":"type_c"},"prop_s86":"option_b"}} |
TASK repair_structured_output
SPEC
FIELD prop_l80 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD prop_k78 TYPE string REQUIRED yes
FIELD val_w53[] TYPE boolean REQUIRED yes
FIELD prop_m47[].dim_f39 TYPE string_date-time REQUIRED no
FIELD prop_m47[].attr_r10 TYPE string_uri REQUIRED yes
FIELD pro... | {"prop_l80":"moored","prop_k78":"approved","val_w53":[true],"prop_m47":[{"attr_r10":"https://api.org/api","val_h04":"cancelled","field_q69":"test@example.com","prop_x45":"anchored","param_h33":false},{"attr_r10":"https://example.io/api","val_h04":"active"},{"dim_f39":"2023-05-06T05:33:00Z","attr_r10":"https://example.o... | single_quotes | {
"type": "object",
"properties": {
"prop_l80": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"prop_k78": {
"type": "string"
},
"val_w53": {
"type": "array",
"items": {
"type": "boolean"
... | {'prop_l80':'moored','prop_k78':'approved','val_w53':[true],'prop_m47':[{'attr_r10':'https://api.org/api','val_h04':'cancelled','field_q69':'test@example.com','prop_x45':'anchored','param_h33':false},{'attr_r10':'https://example.io/api','val_h04':'active'},{'dim_f39':'2023-05-06T05:33:00Z','attr_r10':'https://example.o... | Expecting property name enclosed in double quotes | {"prop_l80":"moored","prop_k78":"approved","val_w53":[true],"prop_m47":[{"attr_r10":"https://api.org/api","val_h04":"cancelled","field_q69":"test@example.com","prop_x45":"anchored","param_h33":false},{"attr_r10":"https://example.io/api","val_h04":"active"},{"dim_f39":"2023-05-06T05:33:00Z","attr_r10":"https://example.o... |
TASK repair_structured_output
SPEC
FIELD type TYPE number REQUIRED yes
FIELD consignee TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD city TYPE integer REQUIRED no
FIELD latitude TYPE string REQUIRED no
FIELD shipper_ref TYPE boolean REQUIRED no
FIELD wavelength TYPE string REQUIRED no
F... | {"type":283.68,"shipper_ref":true,"size":"Charlie","due_date":"EUR"} | boolean_as_string | {
"type": "object",
"properties": {
"type": {
"type": "number"
},
"consignee": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"city": {
"type": "integer"
},
"latitude": {
"type": "... | {"type": 283.68, "shipper_ref": "no", "size": "Charlie", "due_date": "EUR"} | Field 'shipper_ref' must be boolean, got string | {"type":283.68,"shipper_ref":true,"size":"Charlie","due_date":"EUR"} |
TASK repair_structured_output
SPEC
FIELD param_g50 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD attr_n99 TYPE string REQUIRED no
FIELD attr_l54[].val_g61 TYPE null REQUIRED yes
FIELD attr_l54[].prop_x95 TYPE string REQUIRED yes
FIELD attr_l54[].prop_s75 TYPE integer REQUI... | {"param_g50":"option_a","attr_l54":[{"val_g61":null,"prop_x95":"hello","param_b93":"Bob","param_t70":"medium","field_l82":"chr1"}],"field_u60":["info@domain.org"]} | invalid_enum | {
"type": "object",
"properties": {
"param_g50": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"attr_n99": {
"type": "string"
},
"attr_l54": {
"type": "array"... | {"param_g50": "invalid_choice_529", "attr_l54": [{"val_g61": null, "prop_x95": "hello", "param_b93": "Bob", "param_t70": "medium", "field_l82": "chr1"}], "field_u60": ["info@domain.org"]} | Field 'param_g50' has invalid enum value 'invalid_choice_529', expected one of ['option_a', 'option_b', 'option_c', 'option_d', 'option_e', 'option_f'] | {"param_g50":"option_a","attr_l54":[{"val_g61":null,"prop_x95":"hello","param_b93":"Bob","param_t70":"medium","field_l82":"chr1"}],"field_u60":["info@domain.org"]} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD tags TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD status[] TYPE string VALUES single|married|divorced REQUIRED yes
FIELD filter_flag[].active TYPE string VALUES pending_review|conf... | {"last_name":"low","tags":"in_progress","status":["married","divorced","single","married"]} | partial_structure | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"tags": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
... | Based on the data, status is ['married', 'divorced', 'single', 'married']. {"last_name":"low","tags":"in_progress","status":["married","divorced","single","married"]} | Output mixes natural language with JSON | {"last_name":"low","tags":"in_progress","status":["married","divorced","single","married"]} |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD batch_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD user_id TYPE boolean REQUIRED no
FIELD cargo_type TYPE string_email REQUIRED yes
BROKEN_OUTPUT
```json
{"email":"... | {"email":"offline","batch_code":"cat_b","cargo_type":"info@test.io"} | markdown_fences | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"batch_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"... | ```json
{"email":"offline","batch_code":"cat_b","cargo_type":"info@test.io"}
``` | Output contains markdown code fences | {"email":"offline","batch_code":"cat_b","cargo_type":"info@test.io"} |
TASK repair_structured_output
SPEC
FIELD quantity.chromosome.city TYPE integer REQUIRED yes
FIELD quantity.chromosome.type TYPE string REQUIRED yes
FIELD quantity.chromosome.age TYPE string VALUES level_1|level_2 REQUIRED no
FIELD quantity.count.feedback TYPE boolean REQUIRED yes
FIELD quantity.count.website TYPE inte... | {"quantity":{"chromosome":{"city":57,"type":"hello","age":"level_1"},"count":{"feedback":true,"website":43,"due_date":"2025-07-18T07:17:00Z","discount":"chr1","barcode":395.55,"longitude":"cat_a"},"humidity_pct":false,"amount":135,"email":"Berlin"},"first_name":"inactive","gene_id":false,"branch":274.35} | thought_process | {
"type": "object",
"properties": {
"quantity": {
"type": "object",
"properties": {
"chromosome": {
"type": "object",
"properties": {
"city": {
"type": "integer"
},
"type": {
"type": "string"
},
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"quantity":{"chromosome":{"city":57,"type":"hello","age":"level_1"},"count":{"feedback":true,"website":43,"due_date":"2025-07-18T07:17:00Z","discount":"chr1","barcode":395.55,"longitude":"cat... | Output contains chain-of-thought reasoning before JSON | {"quantity":{"chromosome":{"city":57,"type":"hello","age":"level_1"},"count":{"feedback":true,"website":43,"due_date":"2025-07-18T07:17:00Z","discount":"chr1","barcode":395.55,"longitude":"cat_a"},"humidity_pct":false,"amount":135,"email":"Berlin"},"first_name":"inactive","gene_id":false,"branch":274.35} |
TASK repair_structured_output
SPEC
FIELD val_t74 TYPE string REQUIRED no
FIELD col_j94 TYPE integer REQUIRED yes
FIELD param_k07 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_v72 TYPE string REQUIRED no
FIELD val_l75[] TYPE string_date-time REQUIRED yes
FIELD val_x18[].col_b18 TYPE stri... | {"col_j94":246,"param_k07":"hemizygous","field_v72":"sample","val_l75":["2026-03-28T16:52:00Z","2020-04-20T23:05:00Z"],"val_x18":[{"col_b18":"example","val_m39":"ops@domain.org","field_y71":"pending_review","val_s84":"maintenance","prop_r02":"inactive"}]} | thought_process | {
"type": "object",
"properties": {
"val_t74": {
"type": "string"
},
"col_j94": {
"type": "integer"
},
"param_k07": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_v72": {
"type": "string"
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"col_j94":246,"param_k07":"hemizygous","field_v72":"sample","val_l75":["2026-03-28T16:52:00Z","2020-04-20T23:05:00Z"],"val_x18":[{"col_b18":"example","val_m39":"ops@domain.org","field_y71":"pending_review","val_s84"... | Output contains chain-of-thought reasoning before JSON | {"col_j94":246,"param_k07":"hemizygous","field_v72":"sample","val_l75":["2026-03-28T16:52:00Z","2020-04-20T23:05:00Z"],"val_x18":[{"col_b18":"example","val_m39":"ops@domain.org","field_y71":"pending_review","val_s84":"maintenance","prop_r02":"inactive"}]} |
TASK repair_structured_output
SPEC
FIELD param_r62 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_s77 TYPE boolean REQUIRED no
FIELD prop_x65 TYPE integer REQUIRED yes
FIELD param_h48.key_a29 TYPE integer REQUIRED no
FIELD param_h48.attr_h81 TYPE string_date-time REQUIRED no
FIELD param_h48.col_l72.prop_... | {"param_r62":"GBP","prop_x65":438,"param_h48":{"key_a29":677,"attr_h81":"2022-02-27T11:52:00Z","dim_i49":{"key_y19":"delivered","param_w38":"coastal","prop_i29":"pending","field_y88":["world","John","Charlie","This is a test value."]}},"dim_v52":"PASS","col_q33":null,"val_f15":"2024-01-15"} | agent_chain | {
"type": "object",
"properties": {
"param_r62": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_s77": {
"type": "boolean"
},
"prop_x65": {
"type": "integer"
},
"param_h48": {
"type": "o... | Let me check the system.
Action: assign_berth
Result: {"prop_x65": 438, "param_h48": {"key_a29": 677, "attr_h81": "2022-02-27T11:52:00Z", "dim_i49": {"key_y19": "delivered", "param_w38": "coastal", "prop_i29": "pending", "field_y88": ["world", "John", "Charlie", "This is a test value."]}}, "dim_v52": "PASS", "col_q33":... | Agent multi-step chain with truncated tool output | {"param_r62":"GBP","prop_x65":438,"param_h48":{"key_a29":677,"attr_h81":"2022-02-27T11:52:00Z","dim_i49":{"key_y19":"delivered","param_w38":"coastal","prop_i29":"pending","field_y88":["world","John","Charlie","This is a test value."]}},"dim_v52":"PASS","col_q33":null,"val_f15":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD role.invoice_id TYPE boolean REQUIRED no
FIELD role.label TYPE number REQUIRED yes
FIELD role.temp_celsius TYPE string REQUIRED yes
FIELD role.altitude.vessel_name TYPE integer REQUIRED yes
FIELD role.altitude.aligned_pct TYPE string VALUES admin|editor|viewer REQUIRED yes
FIEL... | {"role":{"label":821.72,"temp_celsius":"baz","altitude":{"vessel_name":391,"aligned_pct":"admin","build_status":877.7,"total":"divorced"},"compound":{"address":447.42,"created_at":"hemizygous","image_url":"married"}},"amount":null,"city":null} | extra_text_before | {
"type": "object",
"properties": {
"role": {
"type": "object",
"properties": {
"invoice_id": {
"type": "boolean"
},
"label": {
"type": "number"
},
"temp_celsius": {
"type": "string"
},
"altitude": {
"typ... | The output is as follows:
{"role":{"label":821.72,"temp_celsius":"baz","altitude":{"vessel_name":391,"aligned_pct":"admin","build_status":877.7,"total":"divorced"},"compound":{"address":447.42,"created_at":"hemizygous","image_url":"married"}},"amount":null,"city":null} | Output contains non-JSON text before the object | {"role":{"label":821.72,"temp_celsius":"baz","altitude":{"vessel_name":391,"aligned_pct":"admin","build_status":877.7,"total":"divorced"},"compound":{"address":447.42,"created_at":"hemizygous","image_url":"married"}},"amount":null,"city":null} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string REQUIRED no
FIELD score TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD tile TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD branch[].rating TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIE... | {"score":"unstable","tile":"blue","branch":[{"end_date":"inactive","age":"moored","width":789.23,"collateral":"foo","payment_status":null}],"humidity_pct":[{"port_code":225.18,"collateral":"https://api.org/v1","bearing":"free"},{"port_code":961.63,"collateral":"https://data.io/api","bearing":"pro"}]} | markdown_explanation | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string"
},
"score": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"tile": {
"type": "string",
"enum": [
"red",
"blue",
"g... | Here is the JSON you requested:
```json
{"score":"unstable","tile":"blue","branch":[{"end_date":"inactive","age":"moored","width":789.23,"collateral":"foo","payment_status":null}],"humidity_pct":[{"port_code":225.18,"collateral":"https://api.org/v1","bearing":"free"},{"port_code":961.63,"collateral":"https://data.io/ap... | Output contains markdown and explanatory text around JSON | {"score":"unstable","tile":"blue","branch":[{"end_date":"inactive","age":"moored","width":789.23,"collateral":"foo","payment_status":null}],"humidity_pct":[{"port_code":225.18,"collateral":"https://api.org/v1","bearing":"free"},{"port_code":961.63,"collateral":"https://data.io/api","bearing":"pro"}]} |
TASK repair_structured_output
SPEC
FIELD prop_w77 TYPE string REQUIRED yes
FIELD col_g83 TYPE string_email REQUIRED yes
FIELD col_g27 TYPE boolean REQUIRED yes
FIELD col_o49.param_y46 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_o49.key_p79 TYPE string VALUES homozygous|heteroz... | {"prop_w77":"Maria","col_g83":"test@domain.org","col_g27":true,"col_o49":{"param_y46":"escalated","key_p79":"hemizygous","prop_f97":"cat_f"}} | unquoted_keys | {
"type": "object",
"properties": {
"prop_w77": {
"type": "string"
},
"col_g83": {
"type": "string",
"format": "email"
},
"col_g27": {
"type": "boolean"
},
"col_o49": {
"type": "object",
"properties": {
"param_y46": {
"type": "string"... | {prop_w77:"Maria",col_g83:"test@domain.org",col_g27:true,col_o49:{param_y46:"escalated",key_p79:"hemizygous",prop_f97:"cat_f"}} | Expecting property name enclosed in double quotes | {"prop_w77":"Maria","col_g83":"test@domain.org","col_g27":true,"col_o49":{"param_y46":"escalated","key_p79":"hemizygous","prop_f97":"cat_f"}} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD aligned_pct TYPE number REQUIRED yes
FIELD salinity.longitude TYPE integer REQUIRED no
FIELD salinity.image_url TYPE string REQUIRED yes
FIELD salinity.rating TYPE integer REQUIRED no
FIELD s... | {"gene_id":"maintenance","aligned_pct":790.04,"salinity":{"longitude":235,"image_url":"Luis","status":false,"crew_id":"single"}} | unquoted_keys | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"aligned_pct": {
"type": "number"
},
"salinity": {
"type": "object",
"properties": {
"... | {gene_id:"maintenance",aligned_pct:790.04,salinity:{longitude:235,image_url:"Luis",status:false,crew_id:"single"}} | Expecting property name enclosed in double quotes | {"gene_id":"maintenance","aligned_pct":790.04,"salinity":{"longitude":235,"image_url":"Luis","status":false,"crew_id":"single"}} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string REQUIRED yes
FIELD chromosome TYPE string REQUIRED yes
FIELD total[].umi TYPE number REQUIRED yes
FIELD total[].product_id TYPE string REQUIRED no
FIELD total[].address TYPE integer REQUIRED no
FIELD total[].account_id TYPE string REQUIRED yes
FIELD tota... | {"status_code":"Sao Paulo","chromosome":"quux","total":[{"umi":681.16,"account_id":"FWD","patient_id":[null,null]},{"umi":657.36,"product_id":"quux","address":521,"account_id":"Charlie","patient_id":[null,null]},{"umi":554.78,"product_id":"foo","account_id":"A short description.","patient_id":[null,null,null,null]},{"u... | tool_call_text_mix | {
"type": "object",
"properties": {
"status_code": {
"type": "string"
},
"chromosome": {
"type": "string"
},
"total": {
"type": "array",
"items": {
"type": "object",
"properties": {
"umi": {
"type": "number"
},
"pr... | Let me check the system.
<tool_call name="get_inventory">
{"status_code":"Sao Paulo","chromosome":"quux","total":[{"umi":681.16,"account_id":"FWD","patient_id":[null,null]},{"umi":657.36,"product_id":"quux","address":521,"account_id":"Charlie","patient_id":[null,null]},{"umi":554.78,"product_id":"foo","account_id":"A s... | Agent response mixes reasoning text with tool call | {"status_code":"Sao Paulo","chromosome":"quux","total":[{"umi":681.16,"account_id":"FWD","patient_id":[null,null]},{"umi":657.36,"product_id":"quux","address":521,"account_id":"Charlie","patient_id":[null,null]},{"umi":554.78,"product_id":"foo","account_id":"A short description.","patient_id":[null,null,null,null]},{"u... |
TASK repair_structured_output
SPEC
FIELD col_w11 TYPE string REQUIRED yes
FIELD col_j06 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_s90.param_q87 TYPE integer REQUIRED yes
FIELD prop_s90.field_a76 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD prop_s90.col_r11 TYPE string VALUES le... | {"col_w11":"test@example.com","col_j06":"success","prop_s90":{"param_q87":662,"field_a76":"JPY","col_r11":"level_1"}} | invalid_enum | {
"type": "object",
"properties": {
"col_w11": {
"type": "string"
},
"col_j06": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"prop_s90": {
"type": "object",
"properties": {
"param_q87": {
... | {"col_w11": "test@example.com", "col_j06": "invalid_option_742", "prop_s90": {"param_q87": 662, "field_a76": "JPY", "col_r11": "level_1"}} | Field 'col_j06' has invalid enum value 'invalid_option_742', expected one of ['success', 'error', 'warning', 'info'] | {"col_w11":"test@example.com","col_j06":"success","prop_s90":{"param_q87":662,"field_a76":"JPY","col_r11":"level_1"}} |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD visible TYPE string VALUES draft|published|archived REQUIRED yes
FIELD end_date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD height TYPE number REQUIRED yes
FIELD decay_rate TYPE string ... | {"version":"hemizygous","visible":"published","height":165.2,"decay_rate":"Jane"} | markdown_fences | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"visible": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"end_dat... | ```json
{"version":"hemizygous","visible":"published","height":165.2,"decay_rate":"Jane"}
``` | Output contains markdown code fences | {"version":"hemizygous","visible":"published","height":165.2,"decay_rate":"Jane"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE boolean REQUIRED no
FIELD salinity TYPE string_email REQUIRED yes
FIELD altitude.invoice_id TYPE integer REQUIRED no
FIELD altitude.position TYPE integer REQUIRED no
FIELD altitude.deploy_target TYPE string REQUIRED no
FIELD altitude.role TYPE string_date-time REQ... | {"salinity":"info@example.com","altitude":{"invoice_id":715,"position":820,"deploy_target":"chr1","role":"2021-11-25T08:42:00Z"},"deploy_target":"mode_a","age":633} | single_quotes | {
"type": "object",
"properties": {
"currency": {
"type": "boolean"
},
"salinity": {
"type": "string",
"format": "email"
},
"altitude": {
"type": "object",
"properties": {
"invoice_id": {
"type": "integer"
},
"position": {
... | {'salinity':'info@example.com','altitude':{'invoice_id':715,'position':820,'deploy_target':'chr1','role':'2021-11-25T08:42:00Z'},'deploy_target':'mode_a','age':633} | Expecting property name enclosed in double quotes | {"salinity":"info@example.com","altitude":{"invoice_id":715,"position":820,"deploy_target":"chr1","role":"2021-11-25T08:42:00Z"},"deploy_target":"mode_a","age":633} |
TASK repair_structured_output
SPEC
FIELD dim_m78 TYPE number REQUIRED yes
FIELD param_u20 TYPE string REQUIRED yes
FIELD key_b79 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_w50[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"dim_m78":346.48,"param_u20":"Berlin","key_b79":"archived","attr_w50":[512,... | {"dim_m78":346.48,"param_u20":"Berlin","key_b79":"archived","attr_w50":[512,126,113]} | truncated_array | {
"type": "object",
"properties": {
"dim_m78": {
"type": "number"
},
"param_u20": {
"type": "string"
},
"key_b79": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"attr_w50": {
"type": "array",
"items":... | {"dim_m78":346.48,"param_u20":"Berlin","key_b79":"archived","attr_w50":[512,126,113 | Unexpected end of JSON input — truncated array | {"dim_m78":346.48,"param_u20":"Berlin","key_b79":"archived","attr_w50":[512,126,113]} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES draft|published|archived REQUIRED yes
FIELD repository TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD deploy_target TYPE number REQUIRED no
FIELD step TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD i... | {"annotation":"archived","repository":"underway","deploy_target":602.47,"step":"new","isotope":[true,true,false],"shift_code":["inactive","inactive"]} | extra_text_after | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"repository": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
... | {"annotation":"archived","repository":"underway","deploy_target":602.47,"step":"new","isotope":[true,true,false],"shift_code":["inactive","inactive"]}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"annotation":"archived","repository":"underway","deploy_target":602.47,"step":"new","isotope":[true,true,false],"shift_code":["inactive","inactive"]} |
TASK repair_structured_output
SPEC
FIELD col_j62 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD prop_o11 TYPE null REQUIRED no
FIELD dim_k25 TYPE integer REQUIRED yes
FIELD param_p78 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"col_j62":"mode_a","dim_k25":682,"param_p78":919}
Feel free to ask if... | {"col_j62":"mode_a","dim_k25":682,"param_p78":919} | extra_text_after | {
"type": "object",
"properties": {
"col_j62": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_o11": {
"type": "null"
},
"dim_k25": {
"type": "integer"
},
"param_p78": {
... | {"col_j62":"mode_a","dim_k25":682,"param_p78":919}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"col_j62":"mode_a","dim_k25":682,"param_p78":919} |
TASK repair_structured_output
SPEC
FIELD umi TYPE string REQUIRED yes
FIELD credit_score TYPE null REQUIRED no
FIELD date TYPE string VALUES small|medium|large|xl REQUIRED no
BROKEN_OUTPUT
```json
{"umi":"Charlie","credit_score":null}
``` | {"umi":"Charlie","credit_score":null} | markdown_fences | {
"type": "object",
"properties": {
"umi": {
"type": "string"
},
"credit_score": {
"type": "null"
},
"date": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}
},
"required": [
"umi"
]
} | ```json
{"umi":"Charlie","credit_score":null}
``` | Output contains markdown code fences | {"umi":"Charlie","credit_score":null} |
TASK repair_structured_output
SPEC
FIELD tile TYPE null REQUIRED no
FIELD count TYPE string REQUIRED yes
FIELD allele TYPE string REQUIRED no
FIELD trace_id TYPE string REQUIRED no
FIELD score TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD footnote TYPE string VALUES option_a|option_b REQUIRED no
FIELD cate... | {"tile":null,"count":"Silva","score":"mode_b","category":true,"published":"cat_c"} | missing_brace | {
"type": "object",
"properties": {
"tile": {
"type": "null"
},
"count": {
"type": "string"
},
"allele": {
"type": "string"
},
"trace_id": {
"type": "string"
},
"score": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"tile":null,"count":"Silva","score":"mode_b","category":true,"published":"cat_c" | Missing closing brace | {"tile":null,"count":"Silva","score":"mode_b","category":true,"published":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD col_l06 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_n90 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_x29 TYPE string VALUES draft|published|archived REQUIRED yes
BROKEN_OUTPUT
<functioncall> assign_berth
{col_l06: "red", dim_n90: "pho... | {"col_l06":"red","dim_n90":"phone","key_x29":"published"} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_l06": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_n90": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | <functioncall> assign_berth
{col_l06: "red", dim_n90: "phone", key_x29: "published"} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_l06":"red","dim_n90":"phone","key_x29":"published"} |
TASK repair_structured_output
SPEC
FIELD dim_v08 TYPE number REQUIRED yes
FIELD prop_q02 TYPE string REQUIRED no
FIELD val_w39 TYPE integer REQUIRED yes
FIELD val_n59[].prop_y89 TYPE integer REQUIRED yes
FIELD val_n59[].param_h62 TYPE string REQUIRED yes
FIELD val_n59[].field_c40 TYPE boolean REQUIRED yes
BROKEN_OUTP... | {"dim_v08":430.98,"prop_q02":"Jane","val_w39":171} | partial_structure | {
"type": "object",
"properties": {
"dim_v08": {
"type": "number"
},
"prop_q02": {
"type": "string"
},
"val_w39": {
"type": "integer"
},
"val_n59": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_y89": {
... | I found that prop_q02 should be Jane. {"dim_v08":430.98,"prop_q02":"Jane","val_w39":171} | Output mixes natural language with JSON | {"dim_v08":430.98,"prop_q02":"Jane","val_w39":171} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED no
FIELD section TYPE number REQUIRED no
FIELD description TYPE boolean REQUIRED yes
FIELD decay_rate[].port_code TYPE string REQUIRED yes
FIELD decay_rate[].full_name TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD decay_rate[].feedb... | {"conductivity":"New York","section":720.33,"description":false,"decay_rate":[{"port_code":"Maria","full_name":"push","feedback":"unstable","items":"cat_b","umi":884.15},{"port_code":"inactive","full_name":"phone","feedback":"reliable","items":"cat_c","insurance_id":494,"values":"MV-Evergreen-01"}]} | unquoted_keys | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"section": {
"type": "number"
},
"description": {
"type": "boolean"
},
"decay_rate": {
"type": "array",
"items": {
"type": "object",
"properties": {
"port_cod... | {conductivity:"New York",section:720.33,description:false,decay_rate:[{port_code:"Maria",full_name:"push",feedback:"unstable",items:"cat_b",umi:884.15},{port_code:"inactive",full_name:"phone",feedback:"reliable",items:"cat_c",insurance_id:494,values:"MV-Evergreen-01"}]} | Expecting property name enclosed in double quotes | {"conductivity":"New York","section":720.33,"description":false,"decay_rate":[{"port_code":"Maria","full_name":"push","feedback":"unstable","items":"cat_b","umi":884.15},{"port_code":"inactive","full_name":"phone","feedback":"reliable","items":"cat_c","insurance_id":494,"values":"MV-Evergreen-01"}]} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string REQUIRED no
FIELD port_code TYPE string VALUES draft|published|archived REQUIRED yes
FIELD zip_code[].insurance_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD zip_code[].credit_score TYPE integer REQUIRED no
FIELD zip_code[].manifest_ref... | {"port_code":"published","zip_code":[{"insurance_id":"basic","credit_score":585,"manifest_ref":null,"width":418,"language":"https://example.com/api","zip_code":"oceanic","cargo_type":true,"phenotype":"Charlie"},{"insurance_id":"free","credit_score":730,"manifest_ref":null,"width":901,"language":"https://data.org/v1"}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"latitude": {
"type": "string"
},
"port_code": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"zip_code": {
"type": "array",
"items": {
"type": "object",
"properti... | <functioncall> check_cargo_manifest
{port_code: "published", zip_code: [{insurance_id: "basic", credit_score: 585, manifest_ref: null, width: 418, language: "https://example.com/api", zip_code: "oceanic", cargo_type: true, phenotype: "Charlie"}, {insurance_id: "free", credit_score: 730, manifest_ref: null, width: 901, ... | Tool call has malformed arguments — unquoted keys in function parameters | {"port_code":"published","zip_code":[{"insurance_id":"basic","credit_score":585,"manifest_ref":null,"width":418,"language":"https://example.com/api","zip_code":"oceanic","cargo_type":true,"phenotype":"Charlie"},{"insurance_id":"free","credit_score":730,"manifest_ref":null,"width":901,"language":"https://data.org/v1"}]} |
TASK repair_structured_output
SPEC
FIELD attr_t61 TYPE string REQUIRED no
FIELD param_e94 TYPE string REQUIRED yes
FIELD param_j30 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD val_j72 TYPE string_date-time REQUIRED no
FIELD col_l59 TYPE null REQUIRED no
FIELD field_d01 TYPE boolean REQUIRED no
FI... | {"param_e94":"completed","param_j30":"cat_c","val_j72":"2021-06-11T22:49:00Z","col_l59":null,"field_d01":false,"col_y87":"info@test.io","field_n77":"approved"} | truncated_array | {
"type": "object",
"properties": {
"attr_t61": {
"type": "string"
},
"param_e94": {
"type": "string"
},
"param_j30": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"val_j72": {
"t... | {"param_e94":"completed","param_j30":"cat_c","val_j72":"2021-06-11T22:49:00Z","col_l59":null,"field_d01":false,"col_y87":"info@test.io","field_n77":"approved" | Unexpected end of JSON input — truncated object | {"param_e94":"completed","param_j30":"cat_c","val_j72":"2021-06-11T22:49:00Z","col_l59":null,"field_d01":false,"col_y87":"info@test.io","field_n77":"approved"} |
TASK repair_structured_output
SPEC
FIELD field_r76 TYPE integer REQUIRED no
FIELD field_f37 TYPE string_uri REQUIRED no
FIELD field_f06.param_s20 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_f06.val_b62 TYPE string VALUES option_a|option_b REQUIRED no
FIELD field_f06.val_n20 TYPE string VALUES... | {"field_r76":395,"field_f37":"https://www.io/api","field_f06":{"param_s20":"warning","val_b62":"option_b","val_n20":"hemizygous","attr_l16":"mode_a","col_x53":false},"prop_o74":"Smith","dim_k06":538,"prop_y01":"type_d","field_a28":"Santos"} | single_quotes | {
"type": "object",
"properties": {
"field_r76": {
"type": "integer"
},
"field_f37": {
"type": "string",
"format": "uri"
},
"field_f06": {
"type": "object",
"properties": {
"param_s20": {
"type": "string",
"enum": [
"success",... | {'field_r76':395,'field_f37':'https://www.io/api','field_f06':{'param_s20':'warning','val_b62':'option_b','val_n20':'hemizygous','attr_l16':'mode_a','col_x53':false},'prop_o74':'Smith','dim_k06':538,'prop_y01':'type_d','field_a28':'Santos'} | Expecting property name enclosed in double quotes | {"field_r76":395,"field_f37":"https://www.io/api","field_f06":{"param_s20":"warning","val_b62":"option_b","val_n20":"hemizygous","attr_l16":"mode_a","col_x53":false},"prop_o74":"Smith","dim_k06":538,"prop_y01":"type_d","field_a28":"Santos"} |
TASK repair_structured_output
SPEC
FIELD val_k37 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD param_i69 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_n64 TYPE string REQUIRED no
FIELD col_x84.prop_x21 TYPE string VALUES coastal|oceanic|inland|arcti... | {"val_k37":"confirmed","col_x84":{"prop_x21":"oceanic","attr_e54":"editor","attr_f02":"returned","val_n23":"John"},"prop_i08":{"val_a07":"editor","dim_n39":"demo","field_f03":"high","param_h81":"error","key_w36":"London"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_k37": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_i69": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | I'll query our database.
<tool_call name="get_account">
{"val_k37":"confirmed","col_x84":{"prop_x21":"oceanic","attr_e54":"editor","attr_f02":"returned","val_n23":"John"},"prop_i08":{"val_a07":"editor","dim_n39":"demo","field_f03":"high","param_h81":"error","key_w36":"London"}}
</tool_call. | Agent response mixes reasoning text with tool call | {"val_k37":"confirmed","col_x84":{"prop_x21":"oceanic","attr_e54":"editor","attr_f02":"returned","val_n23":"John"},"prop_i08":{"val_a07":"editor","dim_n39":"demo","field_f03":"high","param_h81":"error","key_w36":"London"}} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE string REQUIRED yes
FIELD build_status TYPE boolean REQUIRED yes
FIELD due_date.torque_output.duration_ms TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD due_date.torque_output.name TYPE null REQUIRED no
FIELD due_date.torque_output.conductivity TYPE... | {"maturity_date":"Tokyo","build_status":false,"due_date":{"torque_output":{"duration_ms":"JPY","conductivity":"hello","username":71,"tags":982.78,"description":"2020-12-14T21:13:00Z","order_id":"Maria"},"currency":604},"subject":true} | single_quotes | {
"type": "object",
"properties": {
"maturity_date": {
"type": "string"
},
"build_status": {
"type": "boolean"
},
"due_date": {
"type": "object",
"properties": {
"torque_output": {
"type": "object",
"properties": {
"duration_ms": {
... | {'maturity_date':'Tokyo','build_status':false,'due_date':{'torque_output':{'duration_ms':'JPY','conductivity':'hello','username':71,'tags':982.78,'description':'2020-12-14T21:13:00Z','order_id':'Maria'},'currency':604},'subject':true} | Expecting property name enclosed in double quotes | {"maturity_date":"Tokyo","build_status":false,"due_date":{"torque_output":{"duration_ms":"JPY","conductivity":"hello","username":71,"tags":982.78,"description":"2020-12-14T21:13:00Z","order_id":"Maria"},"currency":604},"subject":true} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE string_uri REQUIRED yes
FIELD barcode TYPE string REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED no
FIELD length[].account_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD length[].type TYPE string VALUES small|medium|large|xl REQUIRED ... | {"port_code":"https://www.org/api","barcode":"Smith","aligned_pct":"completed","length":[{"account_id":"cat_a","type":"large","country":"bar","pressure_kpa":576.22}],"visible":[true,false,false,true]} | missing_required | {
"type": "object",
"properties": {
"port_code": {
"type": "string",
"format": "uri"
},
"barcode": {
"type": "string"
},
"aligned_pct": {
"type": "string"
},
"length": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | {"port_code": "https://www.org/api", "barcode": "Smith", "aligned_pct": "completed", "visible": [true, false, false, true]} | Required field 'length' is missing | {"port_code":"https://www.org/api","barcode":"Smith","aligned_pct":"completed","length":[{"account_id":"cat_a","type":"large","country":"bar","pressure_kpa":576.22}],"visible":[true,false,false,true]} |
TASK repair_structured_output
SPEC
FIELD prop_c33 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_x94 TYPE integer REQUIRED yes
FIELD prop_d83 TYPE string REQUIRED no
FIELD val_z85.dim_q38 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_z85.param_d56 TYPE string VALUES pending_review|co... | {"col_x94":793,"val_z85":{"dim_q38":"critical","param_d56":"escalated","param_e75":"delivered","dim_m38":null,"col_v24":"user@example.com"},"param_c48":"https://example.com/api","prop_e27":"draft","attr_k16":"anchored","prop_x08":"reliable"} | extra_text_before | {
"type": "object",
"properties": {
"prop_c33": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"col_x94": {
"type": "integer"
},
"prop_d83": {
"type": "string"
},
"val_z85": {
"type": "object",
... | The instrument reported:
{"col_x94":793,"val_z85":{"dim_q38":"critical","param_d56":"escalated","param_e75":"delivered","dim_m38":null,"col_v24":"user@example.com"},"param_c48":"https://example.com/api","prop_e27":"draft","attr_k16":"anchored","prop_x08":"reliable"} | Output contains non-JSON text before the object | {"col_x94":793,"val_z85":{"dim_q38":"critical","param_d56":"escalated","param_e75":"delivered","dim_m38":null,"col_v24":"user@example.com"},"param_c48":"https://example.com/api","prop_e27":"draft","attr_k16":"anchored","prop_x08":"reliable"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD aligned_pct TYPE number REQUIRED no
FIELD frequency_hz TYPE string REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data:
{"diagnosis_code":"operational","aligned_pct":412... | {"diagnosis_code":"operational","aligned_pct":412.71,"frequency_hz":"foo"} | extra_text_before | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"aligned_pct": {
"type": "number"
},
"frequency_hz": {
"type": "string"
}
},
"require... | Based on your request, here is the data:
{"diagnosis_code":"operational","aligned_pct":412.71,"frequency_hz":"foo"} | Output contains non-JSON text before the object | {"diagnosis_code":"operational","aligned_pct":412.71,"frequency_hz":"foo"} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE boolean REQUIRED yes
FIELD priority TYPE integer REQUIRED yes
FIELD quantity TYPE integer REQUIRED yes
FIELD current_draw.age TYPE string_date-time REQUIRED no
FIELD current_draw.subtotal TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD current_... | {"run_id":true,"priority":490,"quantity":17,"current_draw":{"age":"2022-01-04T11:03:00Z","subtotal":"moored","balance":"option_b","visible":{"annotation":649.36,"footnote":559.49,"thumbnail":931,"interest_rate":210.4,"version":703},"item_id":{"hazmat_code":"https://www.com/data","discount":985,"yield_pct":436}}} | missing_bracket | {
"type": "object",
"properties": {
"run_id": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"quantity": {
"type": "integer"
},
"current_draw": {
"type": "object",
"properties": {
"age": {
"type": "string",
"format": "d... | {"run_id":true,"priority":490,"quantity":17,"current_draw":{"age":"2022-01-04T11:03:00Z","subtotal":"moored","balance":"option_b","visible":{"annotation":649.36,"footnote":559.49,"thumbnail":931,"interest_rate":210.4,"version":703},"item_id":{"hazmat_code":"https://www.com/data","discount":985,"yield_pct":436}}} | Missing closing bracket | {"run_id":true,"priority":490,"quantity":17,"current_draw":{"age":"2022-01-04T11:03:00Z","subtotal":"moored","balance":"option_b","visible":{"annotation":649.36,"footnote":559.49,"thumbnail":931,"interest_rate":210.4,"version":703},"item_id":{"hazmat_code":"https://www.com/data","discount":985,"yield_pct":436}}} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE string REQUIRED no
FIELD run_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD active TYPE integer REQUIRED yes
FIELD address TYPE string REQUIRED yes
FIELD type TYPE string REQUIRED yes
FIELD tax TYPE integer REQUIRED no
BROKEN_... | {"nickname":"Sao Paulo","run_id":"pending_review","active":324,"address":"example","type":"chrX","tax":219} | invalid_enum | {
"type": "object",
"properties": {
"nickname": {
"type": "string"
},
"run_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"active": {
"type": "integer"
},
"address": {
"typ... | {"nickname": "Sao Paulo", "run_id": "invalid_choice_52", "active": 324, "address": "example", "type": "chrX", "tax": 219} | Field 'run_id' has invalid enum value 'invalid_choice_52', expected one of ['pending_review', 'confirmed', 'rejected', 'escalated'] | {"nickname":"Sao Paulo","run_id":"pending_review","active":324,"address":"example","type":"chrX","tax":219} |
TASK repair_structured_output
SPEC
FIELD visible.last_name TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD visible.subject TYPE string REQUIRED no
FIELD visible.published TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD end_date TYP... | {"visible":{"last_name":"option_c","subject":"New York","published":"option_c"},"terminal_id":{"annotation":148,"dosage":861.48,"description":"option_a","torque_output":[{"department":"open","decay_rate":"pro","vital_sign":true,"shipping":47},{"department":"open","decay_rate":"free","count":null,"shipping":655}]},"tota... | tool_call_wrong_param | {
"type": "object",
"properties": {
"visible": {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
... | Tool: query_port_status
Params: {"visible": {"last_name": "option_c", "subject": "New York", "published": "option_c"}, "terminal_id": {"annotation": 148, "dosage": 861.48, "description": "option_a", "torque_output": [{"department": "open", "decay_rate": "pro", "vital_sign": true, "shipping": 47}, {"department": "open",... | Agent used wrong parameter name 'lane_id' instead of 'lane' | {"visible":{"last_name":"option_c","subject":"New York","published":"option_c"},"terminal_id":{"annotation":148,"dosage":861.48,"description":"option_a","torque_output":[{"department":"open","decay_rate":"pro","vital_sign":true,"shipping":47},{"department":"open","decay_rate":"free","count":null,"shipping":655}]},"tota... |
TASK repair_structured_output
SPEC
FIELD col_c58 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD field_c52 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD param_y48 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the require... | {"col_c58":"offline","field_c52":"basic","param_y48":"https://api.example.com/v1"} | thought_process | {
"type": "object",
"properties": {
"col_c58": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"field_c52": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterpri... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"col_c58":"offline","field_c52":"basic","param_y48":"https://api.example.com/v1"} | Output contains chain-of-thought reasoning before JSON | {"col_c58":"offline","field_c52":"basic","param_y48":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD key_k26 TYPE string_date-time REQUIRED no
FIELD prop_f34 TYPE integer REQUIRED yes
FIELD param_c01.prop_v53 TYPE null REQUIRED no
FIELD param_c01.val_p42.attr_n05 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_c01.val_p42.col_e33 TYPE number REQUIRED yes... | {"prop_f34":702,"param_c01":{"prop_v53":null,"val_p42":{"attr_n05":"blue","col_e33":968.12,"dim_p89":"https://api.io/v1"},"col_h86":null},"val_f13":{"dim_k16":true,"param_t98":"pending","prop_d03":"archived","key_w26":{"field_c28":"escalated","prop_g53":"demo","key_w84":575.38},"attr_z60":{"key_n06":"Silva","param_h93"... | single_quotes | {
"type": "object",
"properties": {
"key_k26": {
"type": "string",
"format": "date-time"
},
"prop_f34": {
"type": "integer"
},
"param_c01": {
"type": "object",
"properties": {
"prop_v53": {
"type": "null"
},
"val_p42": {
"... | {'prop_f34':702,'param_c01':{'prop_v53':null,'val_p42':{'attr_n05':'blue','col_e33':968.12,'dim_p89':'https://api.io/v1'},'col_h86':null},'val_f13':{'dim_k16':true,'param_t98':'pending','prop_d03':'archived','key_w26':{'field_c28':'escalated','prop_g53':'demo','key_w84':575.38},'attr_z60':{'key_n06':'Silva','param_h93'... | Expecting property name enclosed in double quotes | {"prop_f34":702,"param_c01":{"prop_v53":null,"val_p42":{"attr_n05":"blue","col_e33":968.12,"dim_p89":"https://api.io/v1"},"col_h86":null},"val_f13":{"dim_k16":true,"param_t98":"pending","prop_d03":"archived","key_w26":{"field_c28":"escalated","prop_g53":"demo","key_w84":575.38},"attr_z60":{"key_n06":"Silva","param_h93"... |
TASK repair_structured_output
SPEC
FIELD notes TYPE integer REQUIRED yes
FIELD quality_score TYPE integer REQUIRED no
FIELD velocity TYPE null REQUIRED yes
FIELD organism[].trace_id TYPE string REQUIRED yes
FIELD organism[].humidity_pct TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD org... | {"notes":217,"quality_score":9,"velocity":null,"organism":[{"trace_id":"baz","country":"inactive","nickname":["qux"]},{"trace_id":"Berlin","humidity_pct":"mode_e","log_level":148,"country":"pending","product_id":[false],"nickname":["qux","PASS","Paris","chrX"]},{"trace_id":"2024-01-15","country":"pending","product_id":... | unquoted_keys | {
"type": "object",
"properties": {
"notes": {
"type": "integer"
},
"quality_score": {
"type": "integer"
},
"velocity": {
"type": "null"
},
"organism": {
"type": "array",
"items": {
"type": "object",
"properties": {
"trace_id": {
... | {notes:217,quality_score:9,velocity:null,organism:[{trace_id:"baz",country:"inactive",nickname:["qux"]},{trace_id:"Berlin",humidity_pct:"mode_e",log_level:148,country:"pending",product_id:[false],nickname:["qux","PASS","Paris","chrX"]},{trace_id:"2024-01-15",country:"pending",product_id:[false,true,true,false],nickname... | Expecting property name enclosed in double quotes | {"notes":217,"quality_score":9,"velocity":null,"organism":[{"trace_id":"baz","country":"inactive","nickname":["qux"]},{"trace_id":"Berlin","humidity_pct":"mode_e","log_level":148,"country":"pending","product_id":[false],"nickname":["qux","PASS","Paris","chrX"]},{"trace_id":"2024-01-15","country":"pending","product_id":... |
TASK repair_structured_output
SPEC
FIELD published TYPE string_email REQUIRED no
FIELD tile TYPE string REQUIRED yes
FIELD step TYPE string_uri REQUIRED no
FIELD compound.bill_of_lading TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD compound.state TYPE integer REQUIRED no
FIELD compound.zip_co... | {"tile":"https://api.example.com/v1","step":"https://example.org/data","compound":{"bill_of_lading":"hemizygous","state":344,"zip_code":"demo","message":172,"account_id":null},"vital_sign":{"tile":"moored","invoice_id":"New York","batch_code":281.89,"dissolved_oxygen":{"website":"mode_a","full_name":"type_a","coverage"... | null_required | {
"type": "object",
"properties": {
"published": {
"type": "string",
"format": "email"
},
"tile": {
"type": "string"
},
"step": {
"type": "string",
"format": "uri"
},
"compound": {
"type": "object",
"properties": {
"bill_of_lading": {
... | {"tile": "https://api.example.com/v1", "step": "https://example.org/data", "compound": null, "vital_sign": {"tile": "moored", "invoice_id": "New York", "batch_code": 281.89, "dissolved_oxygen": {"website": "mode_a", "full_name": "type_a", "coverage": "completed"}, "step": "berthed", "lab_result": "Jane", "vital_sign": ... | Required field 'compound' is null | {"tile":"https://api.example.com/v1","step":"https://example.org/data","compound":{"bill_of_lading":"hemizygous","state":344,"zip_code":"demo","message":172,"account_id":null},"vital_sign":{"tile":"moored","invoice_id":"New York","batch_code":281.89,"dissolved_oxygen":{"website":"mode_a","full_name":"type_a","coverage"... |
TASK repair_structured_output
SPEC
FIELD param_v07 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_r32 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_r46 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD dim_m59.prop_k06.col_y18 TYPE string REQUIRED yes... | {"param_v07":"reliable","attr_r32":"pending","dim_r46":"hemizygous","dim_m59":{"prop_k06":{"col_y18":"Diana","col_s28":32,"attr_w84":"https://data.io/v1"},"col_b56":{"key_u19":"Johnson","val_w65":"REV","dim_z20":"new"},"prop_b38":false,"prop_p97":"PASS","key_g23":892,"field_m43":"https://example.com"},"field_i52":"QC-0... | tool_call_text_mix | {
"type": "object",
"properties": {
"param_v07": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_r32": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_r46":... | I'll query our database.
<tool_call name="validate_address">
{"param_v07":"reliable","attr_r32":"pending","dim_r46":"hemizygous","dim_m59":{"prop_k06":{"col_y18":"Diana","col_s28":32,"attr_w84":"https://data.io/v1"},"col_b56":{"key_u19":"Johnson","val_w65":"REV","dim_z20":"new"},"prop_b38":false,"prop_p97":"PASS","key_... | Agent response mixes reasoning text with tool call | {"param_v07":"reliable","attr_r32":"pending","dim_r46":"hemizygous","dim_m59":{"prop_k06":{"col_y18":"Diana","col_s28":32,"attr_w84":"https://data.io/v1"},"col_b56":{"key_u19":"Johnson","val_w65":"REV","dim_z20":"new"},"prop_b38":false,"prop_p97":"PASS","key_g23":892,"field_m43":"https://example.com"},"field_i52":"QC-0... |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string_email REQUIRED yes
FIELD category TYPE boolean REQUIRED yes
FIELD end_date TYPE string REQUIRED no
FIELD strand[].language TYPE string REQUIRED yes
FIELD strand[].dosage TYPE string_uri REQUIRED yes
FIELD strand[].city TYPE number REQUIRED no
BROKEN_OUTP... | {"shift_code":"user@domain.org","category":true,"end_date":"test","strand":[{"language":"test@example.com","dosage":"https://www.com/data","city":325.09}]} | null_required | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"format": "email"
},
"category": {
"type": "boolean"
},
"end_date": {
"type": "string"
},
"strand": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | {"shift_code": null, "category": true, "end_date": "test", "strand": [{"language": "test@example.com", "dosage": "https://www.com/data", "city": 325.09}]} | Required field 'shift_code' is null | {"shift_code":"user@domain.org","category":true,"end_date":"test","strand":[{"language":"test@example.com","dosage":"https://www.com/data","city":325.09}]} |
TASK repair_structured_output
SPEC
FIELD prop_p42 TYPE integer REQUIRED no
FIELD col_r06 TYPE string_date-time REQUIRED yes
FIELD attr_o20.param_p43.col_i66 TYPE string REQUIRED no
FIELD attr_o20.param_p43.val_m28 TYPE string REQUIRED yes
FIELD attr_o20.param_p43.param_m81 TYPE boolean REQUIRED yes
FIELD attr_o20.col_... | {"prop_p42":694,"col_r06":"2026-01-21T23:09:00Z","attr_o20":{"param_p43":{"val_m28":"baz","param_m81":false},"col_m83":"2025-09-14T19:52:00Z","dim_d00":false,"field_y92":{"key_i98":"medium","dim_n18":894,"key_k96":"viewer"},"attr_a27":459,"attr_c35":"hello"},"param_s93":455.82,"val_p76":690,"dim_u29":true} | extra_text_before | {
"type": "object",
"properties": {
"prop_p42": {
"type": "integer"
},
"col_r06": {
"type": "string",
"format": "date-time"
},
"attr_o20": {
"type": "object",
"properties": {
"param_p43": {
"type": "object",
"properties": {
"c... | I've generated the following JSON:
{"prop_p42":694,"col_r06":"2026-01-21T23:09:00Z","attr_o20":{"param_p43":{"val_m28":"baz","param_m81":false},"col_m83":"2025-09-14T19:52:00Z","dim_d00":false,"field_y92":{"key_i98":"medium","dim_n18":894,"key_k96":"viewer"},"attr_a27":459,"attr_c35":"hello"},"param_s93":455.82,"val_p7... | Output contains non-JSON text before the object | {"prop_p42":694,"col_r06":"2026-01-21T23:09:00Z","attr_o20":{"param_p43":{"val_m28":"baz","param_m81":false},"col_m83":"2025-09-14T19:52:00Z","dim_d00":false,"field_y92":{"key_i98":"medium","dim_n18":894,"key_k96":"viewer"},"attr_a27":459,"attr_c35":"hello"},"param_s93":455.82,"val_p76":690,"dim_u29":true} |
TASK repair_structured_output
SPEC
FIELD field_o06 TYPE string REQUIRED yes
FIELD key_j14 TYPE boolean REQUIRED yes
FIELD key_d48 TYPE string_uri REQUIRED no
FIELD attr_m05[].key_g70 TYPE string REQUIRED no
FIELD attr_m05[].col_f57 TYPE integer REQUIRED yes
FIELD attr_m05[].param_t13 TYPE string VALUES draft|published... | {"field_o06":"cancelled","key_j14":true,"key_d48":"https://example.io/api","attr_m05":[{"key_g70":"completed","col_f57":418,"param_t13":"draft","key_d11":"escalated","key_y05":"ops@example.com"}],"field_s69":[345.36]} | trailing_comma | {
"type": "object",
"properties": {
"field_o06": {
"type": "string"
},
"key_j14": {
"type": "boolean"
},
"key_d48": {
"type": "string",
"format": "uri"
},
"attr_m05": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | {"field_o06":"cancelled","key_j14":true,"key_d48":"https://example.io/api","attr_m05":[{"key_g70":"completed","col_f57":418,"param_t13":"draft","key_d11":"escalated","key_y05":"ops@example.com",}],"field_s69":[345.36]} | Unexpected trailing comma | {"field_o06":"cancelled","key_j14":true,"key_d48":"https://example.io/api","attr_m05":[{"key_g70":"completed","col_f57":418,"param_t13":"draft","key_d11":"escalated","key_y05":"ops@example.com"}],"field_s69":[345.36]} |
TASK repair_structured_output
SPEC
FIELD dim_q83 TYPE null REQUIRED no
FIELD prop_t63 TYPE string_email REQUIRED no
FIELD col_k34[].col_l35 TYPE string_email REQUIRED yes
FIELD col_k34[].field_d09 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_k34[].param_o11 TYPE integer REQUIRED no
FIELD col... | {"dim_q83":null,"col_k34":[{"col_l35":"ops@example.com","field_d09":"coastal","col_w86":[952.76]},{"col_l35":"test@test.io","field_d09":"arctic","param_o11":542,"col_w86":[161.15,334.59,949.12]},{"col_l35":"test@domain.org","field_d09":"oceanic","col_w86":[44.37]},{"col_l35":"info@example.com","field_d09":"arctic","par... | trailing_comma | {
"type": "object",
"properties": {
"dim_q83": {
"type": "null"
},
"prop_t63": {
"type": "string",
"format": "email"
},
"col_k34": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_l35": {
"type": "string",
... | {"dim_q83":null,"col_k34":[{"col_l35":"ops@example.com","field_d09":"coastal","col_w86":[952.76]},{"col_l35":"test@test.io","field_d09":"arctic","param_o11":542,"col_w86":[161.15,334.59,949.12]},{"col_l35":"test@domain.org","field_d09":"oceanic","col_w86":[44.37]},{"col_l35":"info@example.com","field_d09":"arctic","par... | Unexpected trailing comma | {"dim_q83":null,"col_k34":[{"col_l35":"ops@example.com","field_d09":"coastal","col_w86":[952.76]},{"col_l35":"test@test.io","field_d09":"arctic","param_o11":542,"col_w86":[161.15,334.59,949.12]},{"col_l35":"test@domain.org","field_d09":"oceanic","col_w86":[44.37]},{"col_l35":"info@example.com","field_d09":"arctic","par... |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD score TYPE string VALUES type_a|type_b REQUIRED yes
FIELD role TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"version":"arctic","score":"type_b","role":284}
Analysis finished. | {"version":"arctic","score":"type_b","role":284} | extra_text_after | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"score": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"role": {
"type": "i... | {"version":"arctic","score":"type_b","role":284}
Analysis finished. | Output contains non-JSON text after the object | {"version":"arctic","score":"type_b","role":284} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE boolean REQUIRED yes
FIELD items TYPE string REQUIRED no
FIELD aligned_pct TYPE number REQUIRED yes
FIELD yield_pct TYPE string REQUIRED yes
FIELD voltage TYPE string VALUES active|inactive|pending REQUIRED no
FIELD sensor_id TYPE null REQUIRED yes
FIELD version T... | {"zip_code":false,"aligned_pct":383.8,"yield_pct":"2024-01-15","voltage":"inactive","sensor_id":null} | missing_brace | {
"type": "object",
"properties": {
"zip_code": {
"type": "boolean"
},
"items": {
"type": "string"
},
"aligned_pct": {
"type": "number"
},
"yield_pct": {
"type": "string"
},
"voltage": {
"type": "string",
"enum": [
"active",
"in... | {"zip_code":false,"aligned_pct":383.8,"yield_pct":"2024-01-15","voltage":"inactive","sensor_id":null | Missing closing brace | {"zip_code":false,"aligned_pct":383.8,"yield_pct":"2024-01-15","voltage":"inactive","sensor_id":null} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string REQUIRED yes
FIELD category TYPE string REQUIRED yes
FIELD strand TYPE string VALUES type_a|type_b REQUIRED yes
BROKEN_OUTPUT
{"freight_class":"FWD","category":"chr1","strand":"type_b" | {"freight_class":"FWD","category":"chr1","strand":"type_b"} | truncated_object | {
"type": "object",
"properties": {
"freight_class": {
"type": "string"
},
"category": {
"type": "string"
},
"strand": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
}
},
"required": [
"freight_class",
"category",
"strand"
]... | {"freight_class":"FWD","category":"chr1","strand":"type_b" | Unexpected end of JSON input — truncated object | {"freight_class":"FWD","category":"chr1","strand":"type_b"} |
TASK repair_structured_output
SPEC
FIELD field_d57 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_h56 TYPE string REQUIRED no
FIELD val_u71 TYPE string REQUIRED no
FIELD key_p19 TYPE string REQUIRED no
FIELD col_j49 TYPE boolean REQUIRED yes
FIELD param_a18 TYPE string VALUES low|medium|high|... | {"field_d57":"oceanic","attr_h56":"https://api.example.com/v1","val_u71":"foo","col_j49":false,"param_a18":"low","col_j78":383,"field_k71":"inland"} | invalid_enum | {
"type": "object",
"properties": {
"field_d57": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_h56": {
"type": "string"
},
"val_u71": {
"type": "string"
},
"key_p19": {
"type": "string... | {"field_d57": "oceanic", "attr_h56": "https://api.example.com/v1", "val_u71": "foo", "col_j49": false, "param_a18": "invalid_value_275", "col_j78": 383, "field_k71": "inland"} | Field 'param_a18' has invalid enum value 'invalid_value_275', expected one of ['low', 'medium', 'high', 'critical'] | {"field_d57":"oceanic","attr_h56":"https://api.example.com/v1","val_u71":"foo","col_j49":false,"param_a18":"low","col_j78":383,"field_k71":"inland"} |
TASK repair_structured_output
SPEC
FIELD color TYPE string VALUES option_a|option_b REQUIRED yes
FIELD image_url TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dosage TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"color":"option_a","image_url":"level_2","dosage":829} | {"color":"option_a","image_url":"level_2","dosage":829} | missing_bracket | {
"type": "object",
"properties": {
"color": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"image_url": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"dosage": {
"type": "integer"
}
},
"requir... | {"color":"option_a","image_url":"level_2","dosage":829} | Missing closing bracket | {"color":"option_a","image_url":"level_2","dosage":829} |
TASK repair_structured_output
SPEC
FIELD field_t45 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD prop_x20 TYPE string REQUIRED yes
FIELD param_g55 TYPE string REQUIRED yes
FIELD prop_y82 TYPE string REQUIRED yes
FIELD key_t77 TYPE number REQUIRED no
FIELD field_k68 TYPE string VALUES single|m... | {"prop_x20":"baz","param_g55":"pending","prop_y82":"bar","field_k68":"married"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_t45": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_x20": {
"type": "string"
},
"param_g55": {
"type": "string"
},
"prop_y82": {
"type": "string"
... | queue_sequencing_run(prop_x20='baz', param_g55='pending', prop_y82='bar', field_k68='married') | Tool call uses Python syntax instead of JSON | {"prop_x20":"baz","param_g55":"pending","prop_y82":"bar","field_k68":"married"} |
TASK repair_structured_output
SPEC
FIELD dim_b72 TYPE integer REQUIRED no
FIELD key_t58 TYPE number REQUIRED no
FIELD param_r85.param_u04 TYPE string_date-time REQUIRED no
FIELD param_r85.col_t43 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_r85.key_k29 TYPE number REQUIRED no
FIELD param_r85.dim... | {"dim_b72":35,"param_r85":{"col_t43":"low","key_k29":842.56,"dim_t28":"Charlie","prop_k42":"Smith"},"val_w42":{"field_k45":"Diana","dim_x53":"active","prop_r96":"confirmed","attr_e59":"Tokyo","dim_l83":628.42}} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_b72": {
"type": "integer"
},
"key_t58": {
"type": "number"
},
"param_r85": {
"type": "object",
"properties": {
"param_u04": {
"type": "string",
"format": "date-time"
},
"col_t43": {
... | <functioncall> lookup_customer
{dim_b72: 35, param_r85: {col_t43: "low", key_k29: 842.56, dim_t28: "Charlie", prop_k42: "Smith"}, val_w42: {field_k45: "Diana", dim_x53: "active", prop_r96: "confirmed", attr_e59: "Tokyo", dim_l83: 628.42}} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_b72":35,"param_r85":{"col_t43":"low","key_k29":842.56,"dim_t28":"Charlie","prop_k42":"Smith"},"val_w42":{"field_k45":"Diana","dim_x53":"active","prop_r96":"confirmed","attr_e59":"Tokyo","dim_l83":628.42}} |
TASK repair_structured_output
SPEC
FIELD prop_r98 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD prop_z50 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD attr_f06 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_g49 TYPE string_date-time REQUIRED ... | {"prop_r98":"rejected","prop_z50":"berthed","attr_f06":"single","dim_g49":"2023-03-26T02:20:00Z"} | missing_bracket | {
"type": "object",
"properties": {
"prop_r98": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_z50": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
... | {"prop_r98":"rejected","prop_z50":"berthed","attr_f06":"single","dim_g49":"2023-03-26T02:20:00Z"} | Missing closing bracket | {"prop_r98":"rejected","prop_z50":"berthed","attr_f06":"single","dim_g49":"2023-03-26T02:20:00Z"} |
TASK repair_structured_output
SPEC
FIELD description TYPE string_date-time REQUIRED yes
FIELD medication TYPE string_email REQUIRED no
FIELD product_id TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD length.brake_pressure TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD length.phenot... | {"description":"2026-11-01T11:37:00Z","product_id":"active","length":{"phenotype":22.22,"batch_code":"GRCh38"},"manifest_ref":524.19,"bearing":"user@domain.com"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"description": {
"type": "string",
"format": "date-time"
},
"medication": {
"type": "string",
"format": "email"
},
"product_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
... | annotate_mutation(description='2026-11-01T11:37:00Z', product_id='active', length={'phenotype': 22.22, 'batch_code': 'GRCh38'}, manifest_ref=524.19, bearing='user@domain.com') | Tool call uses Python syntax instead of JSON | {"description":"2026-11-01T11:37:00Z","product_id":"active","length":{"phenotype":22.22,"batch_code":"GRCh38"},"manifest_ref":524.19,"bearing":"user@domain.com"} |
TASK repair_structured_output
SPEC
FIELD param_f19.field_a17.col_h96 TYPE integer REQUIRED yes
FIELD param_f19.field_a17.field_e31 TYPE number REQUIRED no
FIELD param_f19.field_a17.dim_p39 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_f19.field_a17.field_l78 TYPE string REQUIRED yes
FIELD pa... | {"param_f19":{"field_a17":{"col_h96":134,"field_e31":375.96,"dim_p39":"cat_b","field_l78":"quux"},"val_t50":"missense","prop_q95":"info@domain.org","attr_l34":614,"attr_c73":"underway"},"field_b92":"option_c","field_w17":"demo","attr_f69":76.03,"param_x18":null} | trailing_comma | {
"type": "object",
"properties": {
"param_f19": {
"type": "object",
"properties": {
"field_a17": {
"type": "object",
"properties": {
"col_h96": {
"type": "integer"
},
"field_e31": {
"type": "number"
... | {"param_f19":{"field_a17":{"col_h96":134,"field_e31":375.96,"dim_p39":"cat_b","field_l78":"quux",},"val_t50":"missense","prop_q95":"info@domain.org","attr_l34":614,"attr_c73":"underway"},"field_b92":"option_c","field_w17":"demo","attr_f69":76.03,"param_x18":null} | Unexpected trailing comma | {"param_f19":{"field_a17":{"col_h96":134,"field_e31":375.96,"dim_p39":"cat_b","field_l78":"quux"},"val_t50":"missense","prop_q95":"info@domain.org","attr_l34":614,"attr_c73":"underway"},"field_b92":"option_c","field_w17":"demo","attr_f69":76.03,"param_x18":null} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD salinity TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD ph_level TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD email TYPE integer R... | {"sensor_id":"option_f","ph_level":"phone","turbidity":614,"subject":66,"isotope":418} | agent_chain | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"salinity": {
"type": "string",
"enum": [
"mode_a",
"mo... | Let me check the system.
Action: track_vessel
Result: {"sensor_id": "option_f", "ph_level": "phone", "subject": 66, "isotope": 418}
I'll query our database.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"sensor_id":"option_f","ph_level":"phone","turbidity":614,"subject":66,"isotope":418} |
TASK repair_structured_output
SPEC
FIELD size TYPE number REQUIRED no
FIELD vital_sign TYPE integer REQUIRED yes
FIELD username TYPE number REQUIRED no
FIELD sensor_id.updated_at.collateral TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD sensor_id.updated_at.chapter TYPE string REQUIRED no
FIE... | {"size":62.64,"vital_sign":245,"username":293.62,"sensor_id":{"updated_at":{"collateral":"option_a","chapter":"sample","format":true,"commit_hash":"completed","catalyst":206},"account_id":"Luis","crew_id":true,"features":{"vessel_name":"info@domain.org","lab_result":"option_b","payment_status":"hemizygous","role":"http... | extra_text_after | {
"type": "object",
"properties": {
"size": {
"type": "number"
},
"vital_sign": {
"type": "integer"
},
"username": {
"type": "number"
},
"sensor_id": {
"type": "object",
"properties": {
"updated_at": {
"type": "object",
"propertie... | {"size":62.64,"vital_sign":245,"username":293.62,"sensor_id":{"updated_at":{"collateral":"option_a","chapter":"sample","format":true,"commit_hash":"completed","catalyst":206},"account_id":"Luis","crew_id":true,"features":{"vessel_name":"info@domain.org","lab_result":"option_b","payment_status":"hemizygous","role":"http... | Output contains non-JSON text after the object | {"size":62.64,"vital_sign":245,"username":293.62,"sensor_id":{"updated_at":{"collateral":"option_a","chapter":"sample","format":true,"commit_hash":"completed","catalyst":206},"account_id":"Luis","crew_id":true,"features":{"vessel_name":"info@domain.org","lab_result":"option_b","payment_status":"hemizygous","role":"http... |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string REQUIRED yes
FIELD comments TYPE integer REQUIRED no
FIELD discount TYPE string_uri REQUIRED no
FIELD feedback TYPE number REQUIRED no
FIELD url[] TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD temp_celsius[].branch TYPE string VALUES o... | {"footnote":"test","comments":533,"discount":"https://api.io/v1","feedback":863.24,"url":["intermittent"],"temp_celsius":[{"branch":"offline","currency":"sample"},{"branch":"operational","currency":"Smith","full_name":["info@domain.org","user@example.com","admin@example.com","user@domain.org"]}]} | markdown_explanation | {
"type": "object",
"properties": {
"footnote": {
"type": "string"
},
"comments": {
"type": "integer"
},
"discount": {
"type": "string",
"format": "uri"
},
"feedback": {
"type": "number"
},
"url": {
"type": "array",
"items": {
"ty... | The instrument reported:
```json
{"footnote":"test","comments":533,"discount":"https://api.io/v1","feedback":863.24,"url":["intermittent"],"temp_celsius":[{"branch":"offline","currency":"sample"},{"branch":"operational","currency":"Smith","full_name":["info@domain.org","user@example.com","admin@example.com","user@domai... | Output contains markdown and explanatory text around JSON | {"footnote":"test","comments":533,"discount":"https://api.io/v1","feedback":863.24,"url":["intermittent"],"temp_celsius":[{"branch":"offline","currency":"sample"},{"branch":"operational","currency":"Smith","full_name":["info@domain.org","user@example.com","admin@example.com","user@domain.org"]}]} |
TASK repair_structured_output
SPEC
FIELD attr_m92 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD param_o53 TYPE null REQUIRED yes
FIELD col_h26 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_t38 TYPE boolean REQUIRED no
FIELD val_b54 TYPE string REQUIRED yes
FIELD dim_k99 TYPE s... | {"param_o53":null,"col_t38":false,"val_b54":"approved","dim_k99":"bar","dim_w54":"option_a"} | boolean_as_string | {
"type": "object",
"properties": {
"attr_m92": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param_o53": {
"type": "null"
},
"col_h26": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | {"param_o53": null, "col_t38": "no", "val_b54": "approved", "dim_k99": "bar", "dim_w54": "option_a"} | Field 'col_t38' must be boolean, got string | {"param_o53":null,"col_t38":false,"val_b54":"approved","dim_k99":"bar","dim_w54":"option_a"} |
TASK repair_structured_output
SPEC
FIELD attr_u93 TYPE integer REQUIRED yes
FIELD key_o63 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD param_d85 TYPE integer REQUIRED yes
FIELD param_b40 TYPE boolean REQUIRED no
FIELD param_e45 TYPE string REQUIRED no
FIELD dim_q57 TYPE integer REQUIRED yes
FIEL... | {"attr_u93":793,"key_o63":"reliable","param_d85":309,"param_b40":true,"param_e45":"A short description.","dim_q57":452} | single_quotes | {
"type": "object",
"properties": {
"attr_u93": {
"type": "integer"
},
"key_o63": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"param_d85": {
"type": "integer"
},
"param_b40": {
"type": "boolean"
... | {'attr_u93':793,'key_o63':'reliable','param_d85':309,'param_b40':true,'param_e45':'A short description.','dim_q57':452} | Expecting property name enclosed in double quotes | {"attr_u93":793,"key_o63":"reliable","param_d85":309,"param_b40":true,"param_e45":"A short description.","dim_q57":452} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES active|inactive|pending REQUIRED no
FIELD cargo_type TYPE string VALUES single|married|divorced REQUIRED yes
FIELD footnote TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD score TYPE string REQUIRED no
FIELD paragraph TYPE integer REQUI... | {"cargo_type":"single","footnote":"medium","score":"A short description.","barcode":"USD","product_id":480} | invalid_enum | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"cargo_type": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"footnote": {
... | {"cargo_type": "single", "footnote": "medium", "score": "A short description.", "barcode": "invalid_option_674", "product_id": 480} | Field 'barcode' has invalid enum value 'invalid_option_674', expected one of ['USD', 'EUR', 'GBP', 'BRL', 'JPY'] | {"cargo_type":"single","footnote":"medium","score":"A short description.","barcode":"USD","product_id":480} |
TASK repair_structured_output
SPEC
FIELD barcode.lane.wavelength TYPE string REQUIRED yes
FIELD barcode.lane.bill_of_lading TYPE boolean REQUIRED no
FIELD barcode.lane.manifest_ref TYPE null REQUIRED no
FIELD barcode.lane.credit_score TYPE string_email REQUIRED yes
FIELD barcode.lane.position[] TYPE string VALUES bert... | {"barcode":{"description":"pro"},"item_id":false,"phenotype":{"email":"A short description."}} | missing_required | {
"type": "object",
"properties": {
"barcode": {
"type": "object",
"properties": {
"lane": {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"bill_of_lading": {
"type": "boolean"
... | {"item_id": false, "phenotype": {"email": "A short description."}} | Required field 'barcode' is missing | {"barcode":{"description":"pro"},"item_id":false,"phenotype":{"email":"A short description."}} |
TASK repair_structured_output
SPEC
FIELD prop_y18 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_u62 TYPE string REQUIRED yes
FIELD col_n94 TYPE integer REQUIRED no
FIELD val_i99 TYPE string_date-time REQUIRED no
FIELD prop_p37 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD val_o18 TY... | {"prop_y18":"draft","dim_u62":"A short description.","col_n94":45,"val_i99":"2026-03-09T09:14:00Z","prop_p37":"divorced","attr_a76":"Johnson","field_b20":"foo"} | agent_chain | {
"type": "object",
"properties": {
"prop_y18": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_u62": {
"type": "string"
},
"col_n94": {
"type": "integer"
},
"val_i99": {
"type": "string",
"format"... | Let me check the system.
Action: calibrate_instrument
Result: {"prop_y18": "draft", "dim_u62": "A short description.", "col_n94": 45, "prop_p37": "divorced", "attr_a76": "Johnson", "field_b20": "foo"}
Processing the request now.
Action: get_weather
Result: | Agent multi-step chain with truncated tool output | {"prop_y18":"draft","dim_u62":"A short description.","col_n94":45,"val_i99":"2026-03-09T09:14:00Z","prop_p37":"divorced","attr_a76":"Johnson","field_b20":"foo"} |
TASK repair_structured_output
SPEC
FIELD prop_m33 TYPE number REQUIRED yes
FIELD attr_x94 TYPE string REQUIRED yes
FIELD val_z45 TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{'prop_m33':945.34,'attr_x94':'FWD','val_z45':'critical'} | {"prop_m33":945.34,"attr_x94":"FWD","val_z45":"critical"} | single_quotes | {
"type": "object",
"properties": {
"prop_m33": {
"type": "number"
},
"attr_x94": {
"type": "string"
},
"val_z45": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
}
},
"required": [
"attr_x94",
"val... | {'prop_m33':945.34,'attr_x94':'FWD','val_z45':'critical'} | Expecting property name enclosed in double quotes | {"prop_m33":945.34,"attr_x94":"FWD","val_z45":"critical"} |
TASK repair_structured_output
SPEC
FIELD tax TYPE integer REQUIRED yes
FIELD step.patient_id TYPE string REQUIRED no
FIELD step.barcode TYPE string_email REQUIRED yes
FIELD step.interest_rate.salinity TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD step.interest_rate.collateral TYPE boolean REQUIRED no
FIELD step.... | {"tax":176,"category":"user@domain.org"} | missing_required | {
"type": "object",
"properties": {
"tax": {
"type": "integer"
},
"step": {
"type": "object",
"properties": {
"patient_id": {
"type": "string"
},
"barcode": {
"type": "string",
"format": "email"
},
"interest_rate": {... | {"tax": 176} | Required field 'category' is missing | {"tax":176,"category":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD val_d41 TYPE number REQUIRED no
FIELD key_g98 TYPE boolean REQUIRED no
FIELD attr_g53 TYPE string VALUES draft|published|archived REQUIRED no
FIELD val_l81 TYPE string REQUIRED yes
FIELD prop_w13 TYPE string REQUIRED yes
FIELD col_s11 TYPE string REQUIRED no
FIELD dim_w72.field... | {"val_d41":252.84,"key_g98":true,"attr_g53":"archived","val_l81":"Santos","prop_w13":"approved","col_s11":"Johnson","field_v20":768} | wrong_type | {
"type": "object",
"properties": {
"val_d41": {
"type": "number"
},
"key_g98": {
"type": "boolean"
},
"attr_g53": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"val_l81": {
"type": "string"
},
"pro... | {"val_d41": "\"252.84\"", "key_g98": true, "attr_g53": "archived", "val_l81": "Santos", "prop_w13": "approved", "col_s11": "Johnson", "field_v20": 768} | Field 'val_d41' must be number, got string | {"val_d41":252.84,"key_g98":true,"attr_g53":"archived","val_l81":"Santos","prop_w13":"approved","col_s11":"Johnson","field_v20":768} |
TASK repair_structured_output
SPEC
FIELD dim_q52 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD col_t83 TYPE string_uri REQUIRED yes
FIELD val_d53 TYPE integer REQUIRED yes
FIELD attr_x01 TYPE number REQUIRED no
FIELD field_q06 TYPE integer REQUIRED no
FIELD dim_i96 TYPE boolean REQUIRED no
BROKEN_OU... | {"col_t83":"https://api.org/v1","val_d53":823,"attr_x01":500.58,"dim_i96":false} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_q52": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"col_t83": {
"type": "string",
"format": "uri"
},
"val_d53": {
"type": "integer"
},
"attr_x01": {
"type":... | Processing the request now.
<tool_call name="process_payment">
{"col_t83":"https://api.org/v1","val_d53":823,"attr_x01":500.58,"dim_i96":false}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"col_t83":"https://api.org/v1","val_d53":823,"attr_x01":500.58,"dim_i96":false} |
TASK repair_structured_output
SPEC
FIELD prop_l12 TYPE number REQUIRED no
FIELD field_s73 TYPE number REQUIRED yes
FIELD param_k47 TYPE number REQUIRED yes
FIELD field_c35 TYPE string_date-time REQUIRED no
FIELD key_k38 TYPE number REQUIRED no
FIELD prop_r43 TYPE integer REQUIRED no
FIELD key_f73 TYPE string REQUIRED ... | {"prop_l12":58.43,"field_s73":637.97,"param_k47":661.22,"key_k38":216.54,"prop_r43":100,"key_f73":"Maria"} | extra_field | {
"type": "object",
"properties": {
"prop_l12": {
"type": "number"
},
"field_s73": {
"type": "number"
},
"param_k47": {
"type": "number"
},
"field_c35": {
"type": "string",
"format": "date-time"
},
"key_k38": {
"type": "number"
},
"prop... | {"prop_l12": 58.43, "field_s73": 637.97, "param_k47": 661.22, "key_k38": 216.54, "prop_r43": 100, "key_f73": "Maria", "extra_field_2481": true} | Unknown field 'extra_field_2481' not defined in schema | {"prop_l12":58.43,"field_s73":637.97,"param_k47":661.22,"key_k38":216.54,"prop_r43":100,"key_f73":"Maria"} |
TASK repair_structured_output
SPEC
FIELD field_r19 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_i04 TYPE integer REQUIRED no
FIELD dim_z67 TYPE string REQUIRED yes
FIELD field_e64 TYPE integer REQUIRED no
FIELD prop_y79 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"dim_i04":936,"dim_z67":"MV-Evergreen-01",... | {"dim_i04":936,"dim_z67":"MV-Evergreen-01","field_e64":127} | truncated_object | {
"type": "object",
"properties": {
"field_r19": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"dim_i04": {
"type": "integer"
},
"dim_z67": {
"type": "string"
},
"field_e64": {
"type": "integer"
},
"prop... | {"dim_i04":936,"dim_z67":"MV-Evergreen-01","field_e64":127 | Unexpected end of JSON input — truncated object | {"dim_i04":936,"dim_z67":"MV-Evergreen-01","field_e64":127} |
TASK repair_structured_output
SPEC
FIELD phone.description TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD phone.notes TYPE string REQUIRED no
FIELD phone.paragraph TYPE integer REQUIRED yes
FIELD phone.type TYPE string REQUIRED no
FIELD phone.yield_pct.footnote TYPE string VALUES mode_a|mode_... | {"phone":{"description":"mode_d","notes":"Berlin","paragraph":865,"type":"bar","yield_pct":{"length":true,"phenotype":"level_1","longitude":"2026-02-03T16:03:00Z"}},"full_name":"new","shipper_ref":"https://example.io/data"} | trailing_comma | {
"type": "object",
"properties": {
"phone": {
"type": "object",
"properties": {
"description": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"notes... | {"phone":{"description":"mode_d","notes":"Berlin","paragraph":865,"type":"bar","yield_pct":{"length":true,"phenotype":"level_1","longitude":"2026-02-03T16:03:00Z"}},"full_name":"new","shipper_ref":"https://example.io/data",} | Unexpected trailing comma | {"phone":{"description":"mode_d","notes":"Berlin","paragraph":865,"type":"bar","yield_pct":{"length":true,"phenotype":"level_1","longitude":"2026-02-03T16:03:00Z"}},"full_name":"new","shipper_ref":"https://example.io/data"} |
TASK repair_structured_output
SPEC
FIELD version TYPE number REQUIRED yes
FIELD active TYPE integer REQUIRED yes
FIELD published TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'version':804.0,'active':983,'published':626} | {"version":804.0,"active":983,"published":626} | single_quotes | {
"type": "object",
"properties": {
"version": {
"type": "number"
},
"active": {
"type": "integer"
},
"published": {
"type": "integer"
}
},
"required": [
"version",
"active",
"published"
]
} | {'version':804.0,'active':983,'published':626} | Expecting property name enclosed in double quotes | {"version":804.0,"active":983,"published":626} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE integer REQUIRED yes
FIELD diagnosis_code TYPE string_email REQUIRED yes
FIELD reagent[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"conductivity": 144, "diagnosis_code": "info@domain.org", "reagent": ["pending", "inactive", "chr1"], "extra_info_3660": 42} | {"conductivity":144,"diagnosis_code":"info@domain.org","reagent":["pending","inactive","chr1"]} | extra_field | {
"type": "object",
"properties": {
"conductivity": {
"type": "integer"
},
"diagnosis_code": {
"type": "string",
"format": "email"
},
"reagent": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"conductivity",
"diagno... | {"conductivity": 144, "diagnosis_code": "info@domain.org", "reagent": ["pending", "inactive", "chr1"], "extra_info_3660": 42} | Unknown field 'extra_info_3660' not defined in schema | {"conductivity":144,"diagnosis_code":"info@domain.org","reagent":["pending","inactive","chr1"]} |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD lab_result TYPE string REQUIRED yes
FIELD section TYPE string REQUIRED no
FIELD phenotype TYPE null REQUIRED no
FIELD manifest_ref TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
F... | {"phone":"info","lab_result":"quux","phenotype":null,"country":{"tags":false,"deploy_target":{"salinity":"black","end_date":"2022-05-13T10:25:00Z","user_id":"MV-Evergreen-01","current_draw":517},"category":"active"},"quantity":"2024-06-30"} | markdown_explanation | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"lab_result": {
"type": "string"
},
"section": {
"type": "string"
},
"phenotype": {
"type": "null"
... | Pipeline result:
```json
{"phone":"info","lab_result":"quux","phenotype":null,"country":{"tags":false,"deploy_target":{"salinity":"black","end_date":"2022-05-13T10:25:00Z","user_id":"MV-Evergreen-01","current_draw":517},"category":"active"},"quantity":"2024-06-30"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"phone":"info","lab_result":"quux","phenotype":null,"country":{"tags":false,"deploy_target":{"salinity":"black","end_date":"2022-05-13T10:25:00Z","user_id":"MV-Evergreen-01","current_draw":517},"category":"active"},"quantity":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD attr_j35 TYPE integer REQUIRED no
FIELD key_i99 TYPE boolean REQUIRED yes
FIELD key_w80 TYPE boolean REQUIRED no
FIELD dim_a80[].attr_d92 TYPE string_email REQUIRED yes
FIELD dim_a80[].field_l76 TYPE string REQUIRED yes
FIELD dim_a80[].attr_w33 TYPE boolean REQUIRED yes
FIELD d... | {"key_i99":false,"key_w80":false,"dim_a80":[{"attr_d92":"info@example.com","field_l76":"RTG-04","attr_w33":true,"key_f57":"mode_b"},{"attr_d92":"admin@test.io","field_l76":"Smith","attr_w33":false,"key_f57":"mode_a"}]} | wrong_type | {
"type": "object",
"properties": {
"attr_j35": {
"type": "integer"
},
"key_i99": {
"type": "boolean"
},
"key_w80": {
"type": "boolean"
},
"dim_a80": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attr_d92": {
... | {"key_i99": "\"no\"", "key_w80": false, "dim_a80": [{"attr_d92": "info@example.com", "field_l76": "RTG-04", "attr_w33": true, "key_f57": "mode_b"}, {"attr_d92": "admin@test.io", "field_l76": "Smith", "attr_w33": false, "key_f57": "mode_a"}]} | Field 'key_i99' must be boolean, got string | {"key_i99":false,"key_w80":false,"dim_a80":[{"attr_d92":"info@example.com","field_l76":"RTG-04","attr_w33":true,"key_f57":"mode_b"},{"attr_d92":"admin@test.io","field_l76":"Smith","attr_w33":false,"key_f57":"mode_a"}]} |
TASK repair_structured_output
SPEC
FIELD color TYPE string REQUIRED yes
FIELD company TYPE string REQUIRED yes
FIELD image_url[].payment_status TYPE boolean REQUIRED no
FIELD image_url[].subject TYPE string_email REQUIRED no
FIELD image_url[].dissolved_oxygen TYPE integer REQUIRED no
FIELD image_url[].id TYPE integer ... | {"color":"FWD","company":"chr1","loan_amount":[129.04]} | truncated_object | {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"company": {
"type": "string"
},
"image_url": {
"type": "array",
"items": {
"type": "object",
"properties": {
"payment_status": {
"type": "boolean"
},
... | {"color":"FWD","company":"chr1","loan_amount":[129.04] | Unexpected end of JSON input — truncated object | {"color":"FWD","company":"chr1","loan_amount":[129.04]} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string REQUIRED no
FIELD subtotal TYPE boolean REQUIRED no
FIELD lab_result TYPE number REQUIRED yes
FIELD status TYPE integer REQUIRED yes
FIELD state.dissolved_oxygen.temp_celsius TYPE number REQUIRED yes
FIELD state.dissolved_oxygen.first_name TYPE integer REQU... | {"salinity":"Maria","subtotal":false,"lab_result":32.05,"status":309,"state":{"dissolved_oxygen":{"temp_celsius":825.85,"first_name":742,"version":"Sao Paulo","insurance_id":false},"timezone":"hello","gene_id":true,"level":"degraded","duration_ms":322,"bill_of_lading":"hello","shift_code":true}} | truncated_array | {
"type": "object",
"properties": {
"salinity": {
"type": "string"
},
"subtotal": {
"type": "boolean"
},
"lab_result": {
"type": "number"
},
"status": {
"type": "integer"
},
"state": {
"type": "object",
"properties": {
"dissolved_oxygen... | {"salinity":"Maria","subtotal":false,"lab_result":32.05,"status":309,"state":{"dissolved_oxygen":{"temp_celsius":825.85,"first_name":742,"version":"Sao Paulo","insurance_id":false},"timezone":"hello","gene_id":true,"level":"degraded","duration_ms":322,"bill_of_lading":"hello","shift_code":true} | Unexpected end of JSON input — truncated object | {"salinity":"Maria","subtotal":false,"lab_result":32.05,"status":309,"state":{"dissolved_oxygen":{"temp_celsius":825.85,"first_name":742,"version":"Sao Paulo","insurance_id":false},"timezone":"hello","gene_id":true,"level":"degraded","duration_ms":322,"bill_of_lading":"hello","shift_code":true}} |
TASK repair_structured_output
SPEC
FIELD val_l59 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_e37 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_s83 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD param_y73 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> ... | {"val_l59":"underway","dim_e37":"married","dim_s83":"viewer","param_y73":"chr1"} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_l59": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"dim_e37": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
... | <functioncall> calculate_price
{val_l59: "underway", dim_e37: "married", dim_s83: "viewer", param_y73: "chr1"} | Tool call has malformed arguments — unquoted keys in function parameters | {"val_l59":"underway","dim_e37":"married","dim_s83":"viewer","param_y73":"chr1"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string REQUIRED yes
FIELD message TYPE string_email REQUIRED yes
FIELD url TYPE integer REQUIRED no
FIELD created_at.image_url TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD created_at.address TYPE string VALUES option_a|option_b|option_c|option_d... | {"crew_id":"Maria","message":"ops@test.io","url":568,"created_at":{"image_url":"warning","address":"option_f","maturity_date":"type_c","tags":"cancelled","lane":"cat_a","total":"Smith"},"description":368,"section":"option_a","comments":614,"country":618.54} | markdown_explanation | {
"type": "object",
"properties": {
"crew_id": {
"type": "string"
},
"message": {
"type": "string",
"format": "email"
},
"url": {
"type": "integer"
},
"created_at": {
"type": "object",
"properties": {
"image_url": {
"type": "string",
... | The parsed result is:
```json
{"crew_id":"Maria","message":"ops@test.io","url":568,"created_at":{"image_url":"warning","address":"option_f","maturity_date":"type_c","tags":"cancelled","lane":"cat_a","total":"Smith"},"description":368,"section":"option_a","comments":614,"country":618.54}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"crew_id":"Maria","message":"ops@test.io","url":568,"created_at":{"image_url":"warning","address":"option_f","maturity_date":"type_c","tags":"cancelled","lane":"cat_a","total":"Smith"},"description":368,"section":"option_a","comments":614,"country":618.54} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string REQUIRED no
FIELD url TYPE string REQUIRED no
FIELD created_at TYPE string REQUIRED yes
FIELD width.price TYPE string REQUIRED yes
FIELD width.url TYPE null REQUIRED no
FIELD width.product_id TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD width.c... | {"organism":"Oliveira","created_at":"Alice","width":{"price":"Santos","url":null,"product_id":"admin","chapter":null,"step":["black","white"]}} | missing_brace | {
"type": "object",
"properties": {
"organism": {
"type": "string"
},
"url": {
"type": "string"
},
"created_at": {
"type": "string"
},
"width": {
"type": "object",
"properties": {
"price": {
"type": "string"
},
"url": {
... | {"organism":"Oliveira","created_at":"Alice","width":{"price":"Santos","url":null,"product_id":"admin","chapter":null,"step":["black","white"]} | Missing closing brace | {"organism":"Oliveira","created_at":"Alice","width":{"price":"Santos","url":null,"product_id":"admin","chapter":null,"step":["black","white"]}} |
TASK repair_structured_output
SPEC
FIELD tax TYPE null REQUIRED no
FIELD ward TYPE number REQUIRED no
FIELD index TYPE boolean REQUIRED no
FIELD label.visible TYPE string VALUES draft|published|archived REQUIRED yes
FIELD label.label TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD label.tile ... | {"tax":null,"ward":780.97,"index":false,"label":{"visible":"published","label":"option_a","tile":"Diana"},"balance":{"branch":"archived","maturity_date":"REV","cargo_type":[704],"gene_id":[{"published":"Diana","size":"Jane","current_draw":957,"id":"RTG-04","options":"2025-01-22T07:54:00Z","brake_pressure":"https://api.... | unquoted_keys | {
"type": "object",
"properties": {
"tax": {
"type": "null"
},
"ward": {
"type": "number"
},
"index": {
"type": "boolean"
},
"label": {
"type": "object",
"properties": {
"visible": {
"type": "string",
"enum": [
"draft"... | {tax:null,ward:780.97,index:false,label:{visible:"published",label:"option_a",tile:"Diana"},balance:{branch:"archived",maturity_date:"REV",cargo_type:[704],gene_id:[{published:"Diana",size:"Jane",current_draw:957,id:"RTG-04",options:"2025-01-22T07:54:00Z",brake_pressure:"https://api.example.com/v1"},{published:"Alice",... | Expecting property name enclosed in double quotes | {"tax":null,"ward":780.97,"index":false,"label":{"visible":"published","label":"option_a","tile":"Diana"},"balance":{"branch":"archived","maturity_date":"REV","cargo_type":[704],"gene_id":[{"published":"Diana","size":"Jane","current_draw":957,"id":"RTG-04","options":"2025-01-22T07:54:00Z","brake_pressure":"https://api.... |
TASK repair_structured_output
SPEC
FIELD prop_t91.field_b19 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD prop_t91.field_z35 TYPE string VALUES option_a|option_b REQUIRED no
FIELD prop_t91.dim_b32 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_t91.key_u74 TYPE null REQUIRED no
FIELD p... | {"prop_t91":{"field_z35":"option_b","dim_b32":"arctic","key_u74":null,"field_l90":true},"field_y58":"world","param_q80":"cat_a","param_e86":{"key_w11":"success","dim_v27":"option_b","field_f82":"option_a","key_r35":"cat_b","attr_v33":"type_c","param_j16":"MV-Evergreen-01"},"key_l26":"Paris"} | invalid_enum | {
"type": "object",
"properties": {
"prop_t91": {
"type": "object",
"properties": {
"field_b19": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"field_z35": {
"type": "string",
... | {"prop_t91": {"field_z35": "option_b", "dim_b32": "arctic", "key_u74": null, "field_l90": true}, "field_y58": "world", "param_q80": "invalid_choice_545", "param_e86": {"key_w11": "success", "dim_v27": "option_b", "field_f82": "option_a", "key_r35": "cat_b", "attr_v33": "type_c", "param_j16": "MV-Evergreen-01"}, "key_l2... | Field 'param_q80' has invalid enum value 'invalid_choice_545', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f'] | {"prop_t91":{"field_z35":"option_b","dim_b32":"arctic","key_u74":null,"field_l90":true},"field_y58":"world","param_q80":"cat_a","param_e86":{"key_w11":"success","dim_v27":"option_b","field_f82":"option_a","key_r35":"cat_b","attr_v33":"type_c","param_j16":"MV-Evergreen-01"},"key_l26":"Paris"} |
TASK repair_structured_output
SPEC
FIELD col_s46 TYPE number REQUIRED yes
FIELD dim_i31 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_w49.col_r29 TYPE integer REQUIRED yes
FIELD field_w49.col_j69 TYPE string_date-time REQUIRED no
FIELD field_w49.prop_g24 TYPE string VALUES operational|degraded|o... | {"col_s46":806.77,"dim_i31":"critical","field_w49":{"col_r29":446,"prop_g24":"maintenance","dim_o47":"bar","val_e71":354.08}} | extra_field | {
"type": "object",
"properties": {
"col_s46": {
"type": "number"
},
"dim_i31": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_w49": {
"type": "object",
"properties": {
"col_r29": {
... | {"col_s46": 806.77, "dim_i31": "critical", "field_w49": {"col_r29": 446, "prop_g24": "maintenance", "dim_o47": "bar", "val_e71": 354.08}, "extra_data_4876": true} | Unknown field 'extra_data_4876' not defined in schema | {"col_s46":806.77,"dim_i31":"critical","field_w49":{"col_r29":446,"prop_g24":"maintenance","dim_o47":"bar","val_e71":354.08}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.