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 vessel_name TYPE string REQUIRED no
FIELD shipper_ref TYPE string VALUES active|inactive|pending REQUIRED no
FIELD created_at[] TYPE integer REQUIRED yes
FIELD section[].berth_slot TYPE number REQUIRED no
FIELD section[].half_life TYPE string VALUES success|error|warning|info R... | {"shipper_ref":"inactive","created_at":[34],"section":[{"berth_slot":613.28,"half_life":"error","patient_id":"offline"}]} | partial_structure | {
"type": "object",
"properties": {
"vessel_name": {
"type": "string"
},
"shipper_ref": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"created_at": {
"type": "array",
"items": {
"type": "integer"
}
... | Result: shipper_ref=inactive, {"shipper_ref":"inactive","created_at":[34],"section":[{"berth_slot":613.28,"half_life":"error","patient_id":"offline"}]} | Output mixes natural language with JSON | {"shipper_ref":"inactive","created_at":[34],"section":[{"berth_slot":613.28,"half_life":"error","patient_id":"offline"}]} |
TASK repair_structured_output
SPEC
FIELD attr_m94 TYPE integer REQUIRED yes
FIELD col_q31 TYPE integer REQUIRED yes
FIELD attr_k59 TYPE integer REQUIRED no
FIELD field_z12 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD dim_f39 TYPE number REQUIRED no
FIELD col_d52 TYPE string_uri REQUIRED yes
FIELD dim_x53 ... | {"attr_m94":93,"col_q31":517,"attr_k59":480,"field_z12":"mode_a","dim_f39":618.96,"col_d52":"https://example.com/api","dim_x53":true} | single_quotes | {
"type": "object",
"properties": {
"attr_m94": {
"type": "integer"
},
"col_q31": {
"type": "integer"
},
"attr_k59": {
"type": "integer"
},
"field_z12": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"di... | {'attr_m94':93,'col_q31':517,'attr_k59':480,'field_z12':'mode_a','dim_f39':618.96,'col_d52':'https://example.com/api','dim_x53':true} | Expecting property name enclosed in double quotes | {"attr_m94":93,"col_q31":517,"attr_k59":480,"field_z12":"mode_a","dim_f39":618.96,"col_d52":"https://example.com/api","dim_x53":true} |
TASK repair_structured_output
SPEC
FIELD address TYPE string REQUIRED no
FIELD bed_number TYPE string_email REQUIRED yes
FIELD rating TYPE integer REQUIRED yes
FIELD altitude[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
BROKEN_OUTPUT
{"bed_number":"test@test.io","rating":172,"altitude":"cat_c"... | {"bed_number":"test@test.io","rating":172,"altitude":["cat_c"]} | missing_bracket | {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"bed_number": {
"type": "string",
"format": "email"
},
"rating": {
"type": "integer"
},
"altitude": {
"type": "array",
"items": {
"type": "string",
"enum": [
... | {"bed_number":"test@test.io","rating":172,"altitude":"cat_c"]} | Missing closing bracket | {"bed_number":"test@test.io","rating":172,"altitude":["cat_c"]} |
TASK repair_structured_output
SPEC
FIELD attr_l01.col_b69 TYPE string REQUIRED no
FIELD attr_l01.param_i68 TYPE integer REQUIRED yes
FIELD attr_l01.key_v00 TYPE string REQUIRED yes
FIELD attr_l01.dim_d61[] TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD param_n55 TYPE string VALUES option_a|op... | {"attr_l01":{"col_b69":"baz","param_i68":984,"key_v00":"Paris","dim_d61":["type_b"]},"param_n55":"option_f","key_c21":170,"field_p86":true} | extra_field | {
"type": "object",
"properties": {
"attr_l01": {
"type": "object",
"properties": {
"col_b69": {
"type": "string"
},
"param_i68": {
"type": "integer"
},
"key_v00": {
"type": "string"
},
"dim_d61": {
"type... | {"attr_l01": {"col_b69": "baz", "param_i68": 984, "key_v00": "Paris", "dim_d61": ["type_b"]}, "param_n55": "option_f", "key_c21": 170, "field_p86": true, "extra_data_2294": true} | Unknown field 'extra_data_2294' not defined in schema | {"attr_l01":{"col_b69":"baz","param_i68":984,"key_v00":"Paris","dim_d61":["type_b"]},"param_n55":"option_f","key_c21":170,"field_p86":true} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD type TYPE string REQUIRED no
FIELD phenotype[].rating TYPE null REQUIRED no
FIELD phenotype[].payment_status TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD phenotype[].isotop... | {"temp_celsius":"type_e","type":"PASS","phenotype":[{"isotope":25,"frequency_hz":"baz","full_name":"type_e","gene_id":"https://api.io/api","organism":"QC-07"}]} | missing_bracket | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"type": {
"type": "string"
},
"phenotype": {
"type": "array",
"ite... | {"temp_celsius":"type_e","type":"PASS","phenotype":[{"isotope":25,"frequency_hz":"baz","full_name":"type_e","gene_id":"https://api.io/api","organism":"QC-07"}} | Missing closing bracket | {"temp_celsius":"type_e","type":"PASS","phenotype":[{"isotope":25,"frequency_hz":"baz","full_name":"type_e","gene_id":"https://api.io/api","organism":"QC-07"}]} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string REQUIRED yes
FIELD updated_at.loan_amount TYPE string REQUIRED no
FIELD updated_at.published TYPE integer REQUIRED yes
FIELD updated_at.level TYPE null REQUIRED no
FIELD updated_at.half_life TYPE string_date-time REQUIRED no
FIELD updated_at.compound TYPE st... | {"reagent":"foo","span_id":null,"quality_score":"Bob"} | truncated_object | {
"type": "object",
"properties": {
"reagent": {
"type": "string"
},
"updated_at": {
"type": "object",
"properties": {
"loan_amount": {
"type": "string"
},
"published": {
"type": "integer"
},
"level": {
"type": "null... | {"reagent":"foo","span_id":null,"quality_score":"Bob" | Unexpected end of JSON input — truncated object | {"reagent":"foo","span_id":null,"quality_score":"Bob"} |
TASK repair_structured_output
SPEC
FIELD field_e14 TYPE integer REQUIRED no
FIELD prop_z70 TYPE number REQUIRED no
FIELD dim_i44 TYPE string_uri REQUIRED yes
FIELD param_j88 TYPE string REQUIRED yes
FIELD val_u75 TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_z70":287.08,"dim_i44":"https://www.io/v1","param_j88":"user@... | {"prop_z70":287.08,"dim_i44":"https://www.io/v1","param_j88":"user@domain.com","val_u75":"Sao Paulo"} | trailing_comma | {
"type": "object",
"properties": {
"field_e14": {
"type": "integer"
},
"prop_z70": {
"type": "number"
},
"dim_i44": {
"type": "string",
"format": "uri"
},
"param_j88": {
"type": "string"
},
"val_u75": {
"type": "string"
}
},
"required"... | {"prop_z70":287.08,"dim_i44":"https://www.io/v1","param_j88":"user@domain.com","val_u75":"Sao Paulo",} | Unexpected trailing comma | {"prop_z70":287.08,"dim_i44":"https://www.io/v1","param_j88":"user@domain.com","val_u75":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD val_v75 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD field_k15 TYPE integer REQUIRED no
FIELD field_u92 TYPE integer REQUIRED yes
FIELD dim_a01 TYPE string REQUIRED yes
FIELD attr_b23 TYPE string REQUIRED no
FIELD prop_x36 TYPE string VALUES fre... | {"field_k15":822,"field_u92":352,"dim_a01":"bar","attr_b23":"MV-Evergreen-01","prop_x36":"enterprise"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_v75": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"field_k15": {
"type": "integer"
},
"field_u92": {
"type": "integer"
},
"dim_a01": {
"... | Tool: call_variants
Params: {"field_k15": 822, "field_u92": 352, "dim_a01": "bar", "attr_b23": "MV-Evergreen-01", "prop_x36": "enterprise"} | Agent used wrong parameter name 'val_v75_value' instead of 'val_v75' | {"field_k15":822,"field_u92":352,"dim_a01":"bar","attr_b23":"MV-Evergreen-01","prop_x36":"enterprise"} |
TASK repair_structured_output
SPEC
FIELD prop_g92 TYPE number REQUIRED yes
FIELD key_v19 TYPE integer REQUIRED yes
FIELD dim_k74 TYPE string REQUIRED no
BROKEN_OUTPUT
{prop_g92:563.94,key_v19:412} | {"prop_g92":563.94,"key_v19":412} | unquoted_keys | {
"type": "object",
"properties": {
"prop_g92": {
"type": "number"
},
"key_v19": {
"type": "integer"
},
"dim_k74": {
"type": "string"
}
},
"required": [
"key_v19",
"prop_g92"
]
} | {prop_g92:563.94,key_v19:412} | Expecting property name enclosed in double quotes | {"prop_g92":563.94,"key_v19":412} |
TASK repair_structured_output
SPEC
FIELD val_k58.dim_b01 TYPE string REQUIRED yes
FIELD val_k58.prop_c08 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD val_k58.col_q87[] TYPE string_date-time REQUIRED yes
FIELD key_j48 TYPE number REQUIRED no
FIELD val_z98 TYPE string VALUES coastal|oceanic|inland|arcti... | {"val_k58":{"dim_b01":"Diana","prop_c08":"pending","col_q87":["2020-06-07T12:38:00Z","2025-02-25T07:20:00Z","2025-08-06T17:40:00Z"]},"key_j48":913.43,"val_z98":"arctic","prop_m08":"black","attr_r86":true} | extra_text_after | {
"type": "object",
"properties": {
"val_k58": {
"type": "object",
"properties": {
"dim_b01": {
"type": "string"
},
"prop_c08": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
... | {"val_k58":{"dim_b01":"Diana","prop_c08":"pending","col_q87":["2020-06-07T12:38:00Z","2025-02-25T07:20:00Z","2025-08-06T17:40:00Z"]},"key_j48":913.43,"val_z98":"arctic","prop_m08":"black","attr_r86":true}
Analysis finished. | Output contains non-JSON text after the object | {"val_k58":{"dim_b01":"Diana","prop_c08":"pending","col_q87":["2020-06-07T12:38:00Z","2025-02-25T07:20:00Z","2025-08-06T17:40:00Z"]},"key_j48":913.43,"val_z98":"arctic","prop_m08":"black","attr_r86":true} |
TASK repair_structured_output
SPEC
FIELD level TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD compound TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD torque_output TYPE string REQUIRED no
FIELD paragraph TYPE string REQUIRED no
BROKEN_OUTPUT
{"compound": "cat_b", "torque_output": "baz", "paragraph"... | {"compound":"cat_b","torque_output":"baz","paragraph":"Diana"} | extra_field | {
"type": "object",
"properties": {
"level": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"compound": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"torque_output": {
"type"... | {"compound": "cat_b", "torque_output": "baz", "paragraph": "Diana", "extra_field_9147": 42} | Unknown field 'extra_field_9147' not defined in schema | {"compound":"cat_b","torque_output":"baz","paragraph":"Diana"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD order_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD status TYPE string VALUES success|error|warning|info REQUIRED no
FIELD diagnosis_code TYPE string_date-time REQUI... | {"quantity":"anchored","order_id":"nonsense","diagnosis_code":"2025-03-05T20:18:00Z","comments":753,"phone":"Sao Paulo","tax":"https://api.com/api"} | unquoted_keys | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"order_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"fr... | {quantity:"anchored",order_id:"nonsense",diagnosis_code:"2025-03-05T20:18:00Z",comments:753,phone:"Sao Paulo",tax:"https://api.com/api"} | Expecting property name enclosed in double quotes | {"quantity":"anchored","order_id":"nonsense","diagnosis_code":"2025-03-05T20:18:00Z","comments":753,"phone":"Sao Paulo","tax":"https://api.com/api"} |
TASK repair_structured_output
SPEC
FIELD param_q77 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD attr_c40 TYPE string REQUIRED no
FIELD key_l16 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_m85 TYPE boolean REQUIRED no
FIELD col_m69.attr_a08 TYPE string VALUES active|inactive... | {"param_q77":"delivered","key_l16":"large","prop_m85":true,"col_m69":{"attr_a08":"inactive","field_v31":"https://api.example.com/v1","prop_l81":721.6,"param_k02":{"col_t90":"married","prop_i34":"approved","col_j59":"John"},"col_d18":false},"prop_i89":{"prop_i82":649.86,"val_l95":"xl","val_v27":168.95,"attr_t30":287}} | boolean_as_string | {
"type": "object",
"properties": {
"param_q77": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"attr_c40": {
"type": "string"
},
"key_l16": {
"type": "string",
"enum": [
"small",
... | {"param_q77": "delivered", "key_l16": "large", "prop_m85": "True", "col_m69": {"attr_a08": "inactive", "field_v31": "https://api.example.com/v1", "prop_l81": 721.6, "param_k02": {"col_t90": "married", "prop_i34": "approved", "col_j59": "John"}, "col_d18": false}, "prop_i89": {"prop_i82": 649.86, "val_l95": "xl", "val_v... | Field 'prop_m85' must be boolean, got string | {"param_q77":"delivered","key_l16":"large","prop_m85":true,"col_m69":{"attr_a08":"inactive","field_v31":"https://api.example.com/v1","prop_l81":721.6,"param_k02":{"col_t90":"married","prop_i34":"approved","col_j59":"John"},"col_d18":false},"prop_i89":{"prop_i82":649.86,"val_l95":"xl","val_v27":168.95,"attr_t30":287}} |
TASK repair_structured_output
SPEC
FIELD param_j62 TYPE boolean REQUIRED no
FIELD col_h62 TYPE boolean REQUIRED no
FIELD key_t63 TYPE number REQUIRED no
FIELD field_j40[] TYPE string_email REQUIRED yes
FIELD param_u26[].param_t79 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD param_u26[].attr... | {"param_j62":false,"key_t63":834.77,"field_j40":["ops@domain.org","user@domain.org","ops@test.io","ops@domain.org"],"param_u26":[{"param_t79":"homozygous","attr_d34":"maintenance","key_e83":"active"},{"param_t79":"heterozygous","attr_d34":"maintenance"},{"param_t79":"homozygous","attr_d34":"degraded","key_e83":"Diana"}... | extra_text_before | {
"type": "object",
"properties": {
"param_j62": {
"type": "boolean"
},
"col_h62": {
"type": "boolean"
},
"key_t63": {
"type": "number"
},
"field_j40": {
"type": "array",
"items": {
"type": "string",
"format": "email"
}
},
"para... | Sensor output follows:
{"param_j62":false,"key_t63":834.77,"field_j40":["ops@domain.org","user@domain.org","ops@test.io","ops@domain.org"],"param_u26":[{"param_t79":"homozygous","attr_d34":"maintenance","key_e83":"active"},{"param_t79":"heterozygous","attr_d34":"maintenance"},{"param_t79":"homozygous","attr_d34":"degra... | Output contains non-JSON text before the object | {"param_j62":false,"key_t63":834.77,"field_j40":["ops@domain.org","user@domain.org","ops@test.io","ops@domain.org"],"param_u26":[{"param_t79":"homozygous","attr_d34":"maintenance","key_e83":"active"},{"param_t79":"heterozygous","attr_d34":"maintenance"},{"param_t79":"homozygous","attr_d34":"degraded","key_e83":"Diana"}... |
TASK repair_structured_output
SPEC
FIELD consignee.shipping TYPE boolean REQUIRED no
FIELD consignee.message TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD consignee.currency.format TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD consignee.currency.options TYPE string REQUIRED no
FIELD c... | {"consignee":{"message":"viewer","currency":{"format":"reliable","options":"hello","last_name":688.96,"section":"MV-Evergreen-01","compound":39,"published":619,"city":"test@example.com"},"phenotype":{"maturity_date":"blue","crew_id":"2020-04-27T14:00:00Z","created_at":"Santos","torque_output":["berthed","moored"]}},"st... | markdown_explanation | {
"type": "object",
"properties": {
"consignee": {
"type": "object",
"properties": {
"shipping": {
"type": "boolean"
},
"message": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}... | The parsed result is:
```json
{"consignee":{"message":"viewer","currency":{"format":"reliable","options":"hello","last_name":688.96,"section":"MV-Evergreen-01","compound":39,"published":619,"city":"test@example.com"},"phenotype":{"maturity_date":"blue","crew_id":"2020-04-27T14:00:00Z","created_at":"Santos","torque_outp... | Output contains markdown and explanatory text around JSON | {"consignee":{"message":"viewer","currency":{"format":"reliable","options":"hello","last_name":688.96,"section":"MV-Evergreen-01","compound":39,"published":619,"city":"test@example.com"},"phenotype":{"maturity_date":"blue","crew_id":"2020-04-27T14:00:00Z","created_at":"Santos","torque_output":["berthed","moored"]}},"st... |
TASK repair_structured_output
SPEC
FIELD col_y67 TYPE integer REQUIRED no
FIELD field_s99 TYPE integer REQUIRED no
FIELD col_g11 TYPE integer REQUIRED yes
FIELD attr_j56 TYPE string REQUIRED yes
FIELD param_z65 TYPE string_email REQUIRED yes
FIELD col_z05 TYPE string REQUIRED yes
BROKEN_OUTPUT
{col_y67:70,col_g11:927... | {"col_y67":70,"col_g11":927,"attr_j56":"test","param_z65":"info@domain.org","col_z05":"world"} | unquoted_keys | {
"type": "object",
"properties": {
"col_y67": {
"type": "integer"
},
"field_s99": {
"type": "integer"
},
"col_g11": {
"type": "integer"
},
"attr_j56": {
"type": "string"
},
"param_z65": {
"type": "string",
"format": "email"
},
"col_z05... | {col_y67:70,col_g11:927,attr_j56:"test",param_z65:"info@domain.org",col_z05:"world"} | Expecting property name enclosed in double quotes | {"col_y67":70,"col_g11":927,"attr_j56":"test","param_z65":"info@domain.org","col_z05":"world"} |
TASK repair_structured_output
SPEC
FIELD param_y14 TYPE integer REQUIRED yes
FIELD val_b79 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_e69 TYPE number REQUIRED yes
FIELD field_b71 TYPE string_email REQUIRED yes
FIELD col_b87 TYPE integer REQUIRED no
FIELD param_o72 TYPE string REQUIRED no
BROKEN... | {"param_y14":985,"val_b79":"active","key_e69":436.89,"field_b71":"user@test.io","col_b87":156,"param_o72":"inactive"} | wrong_type | {
"type": "object",
"properties": {
"param_y14": {
"type": "integer"
},
"val_b79": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_e69": {
"type": "number"
},
"field_b71": {
"type": "string",
"forma... | {"param_y14": 985, "val_b79": "active", "key_e69": 436.89, "field_b71": "user@test.io", "col_b87": "\"156\"", "param_o72": "inactive"} | Field 'col_b87' must be integer, got string | {"param_y14":985,"val_b79":"active","key_e69":436.89,"field_b71":"user@test.io","col_b87":156,"param_o72":"inactive"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD department TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD wavelength TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD phone TYPE string VALUES coastal|oceanic|inland|a... | {"item_id":"intermittent","wavelength":"arctic","phone":"coastal","insurance_id":730,"options":928.97} | tool_call_wrong_param | {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"department": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
... | Tool: get_inventory
Params: {"item_id": "intermittent", "wavelength": "arctic", "phone": "coastal", "options": 928.97, "insurance_id2": 730} | Agent used wrong parameter name 'insurance_id2' instead of 'insurance_id' | {"item_id":"intermittent","wavelength":"arctic","phone":"coastal","insurance_id":730,"options":928.97} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES single|married|divorced REQUIRED yes
FIELD organism TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD feedback TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
BROKEN_OUTPUT
queue_sequencing_run... | {"image_url":"married","organism":"oceanic","feedback":"option_d"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"organism": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
... | queue_sequencing_run(image_url='married', organism='oceanic', feedback='option_d') | Tool call uses Python syntax instead of JSON | {"image_url":"married","organism":"oceanic","feedback":"option_d"} |
TASK repair_structured_output
SPEC
FIELD build_status.turbidity TYPE integer REQUIRED no
FIELD build_status.version TYPE string REQUIRED no
FIELD build_status.medication TYPE boolean REQUIRED no
FIELD build_status.terminal_id TYPE null REQUIRED yes
FIELD build_status.website TYPE number REQUIRED no
FIELD state TYPE nu... | {"build_status":{"turbidity":788,"medication":true,"terminal_id":null,"website":461.2},"state":null,"yield_pct":"missense","created_at":185} | null_required | {
"type": "object",
"properties": {
"build_status": {
"type": "object",
"properties": {
"turbidity": {
"type": "integer"
},
"version": {
"type": "string"
},
"medication": {
"type": "boolean"
},
"terminal_id": {
... | {"build_status": {"turbidity": 788, "medication": true, "terminal_id": null, "website": 461.2}, "state": null, "yield_pct": "missense", "created_at": 185} | Required field 'state' is null | {"build_status":{"turbidity":788,"medication":true,"terminal_id":null,"website":461.2},"state":null,"yield_pct":"missense","created_at":185} |
TASK repair_structured_output
SPEC
FIELD thumbnail.shift_code TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD thumbnail.payment_status TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD thumbnail.message TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD thumbnail.published[] T... | {"thumbnail":{"shift_code":"large","payment_status":"low","message":"unstable","published":[516,919],"width":[576]},"freight_class":true,"fleet_number":"archived","count":101,"cargo_type":"https://api.example.com/v1","state":65} | partial_structure | {
"type": "object",
"properties": {
"thumbnail": {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"payment_status": {
"... | I found that freight_class should be True. {"thumbnail":{"shift_code":"large","payment_status":"low","message":"unstable","published":[516,919],"width":[576]},"freight_class":true,"fleet_number":"archived","count":101,"cargo_type":"https://api.example.com/v1","state":65} | Output mixes natural language with JSON | {"thumbnail":{"shift_code":"large","payment_status":"low","message":"unstable","published":[516,919],"width":[576]},"freight_class":true,"fleet_number":"archived","count":101,"cargo_type":"https://api.example.com/v1","state":65} |
TASK repair_structured_output
SPEC
FIELD col_z10 TYPE string REQUIRED yes
FIELD attr_a67 TYPE boolean REQUIRED no
FIELD param_a20 TYPE string REQUIRED no
FIELD val_s22.prop_l38 TYPE boolean REQUIRED yes
FIELD val_s22.attr_y11 TYPE null REQUIRED yes
FIELD val_s22.prop_y23.dim_s08 TYPE string REQUIRED yes
FIELD val_s22.... | {"col_z10":"2023-12-25","attr_a67":false,"param_a20":"completed","val_s22":{"prop_l38":false,"attr_y11":null,"prop_y23":{"dim_s08":"Silva","dim_h98":69.36,"col_e51":true,"val_w89":404,"field_g28":139}},"val_g81":{"field_n10":"baz","dim_c93":"black","key_j65":"Oliveira"}} | unquoted_keys | {
"type": "object",
"properties": {
"col_z10": {
"type": "string"
},
"attr_a67": {
"type": "boolean"
},
"param_a20": {
"type": "string"
},
"val_s22": {
"type": "object",
"properties": {
"prop_l38": {
"type": "boolean"
},
"at... | {col_z10:"2023-12-25",attr_a67:false,param_a20:"completed",val_s22:{prop_l38:false,attr_y11:null,prop_y23:{dim_s08:"Silva",dim_h98:69.36,col_e51:true,val_w89:404,field_g28:139}},val_g81:{field_n10:"baz",dim_c93:"black",key_j65:"Oliveira"}} | Expecting property name enclosed in double quotes | {"col_z10":"2023-12-25","attr_a67":false,"param_a20":"completed","val_s22":{"prop_l38":false,"attr_y11":null,"prop_y23":{"dim_s08":"Silva","dim_h98":69.36,"col_e51":true,"val_w89":404,"field_g28":139}},"val_g81":{"field_n10":"baz","dim_c93":"black","key_j65":"Oliveira"}} |
TASK repair_structured_output
SPEC
FIELD dim_r37 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_t37 TYPE integer REQUIRED no
FIELD col_c78 TYPE string_email REQUIRED no
FIELD dim_g43 TYPE boolean REQUIRED no
FIELD val_c43 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD fie... | {"dim_r37":"offline","col_t37":370,"dim_g43":false,"val_c43":"GBP","field_z69":"archived"} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_r37": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_t37": {
"type": "integer"
},
"col_c78": {
"type": "string",
"format": "email"
},
... | I need to look up the information first.
Action: search
Arguments: {"dim_r37": "offline", "col_t37": 370, "dim_g43": false, "field_z69": "archived"} | Agent tool call missing required parameter 'val_c43' | {"dim_r37":"offline","col_t37":370,"dim_g43":false,"val_c43":"GBP","field_z69":"archived"} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE integer REQUIRED no
FIELD section TYPE number REQUIRED yes
FIELD department[].strand TYPE number REQUIRED no
FIELD department[].dosage TYPE string REQUIRED yes
FIELD department[].tile TYPE string REQUIRED no
FIELD department[].state TYPE string REQUIRED yes
FIELD d... | {"section":412.67} | tool_call_text_mix | {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"section": {
"type": "number"
},
"department": {
"type": "array",
"items": {
"type": "object",
"properties": {
"strand": {
"type": "number"
},
"... | Let me check the system.
<tool_call name="verify_hazmat_compliance">
{"section":412.67}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"section":412.67} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE null REQUIRED yes
FIELD span_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD format.comments TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD format.berth_slot TYPE number REQUIRED yes
FIELD format.options TYPE s... | {"wavelength":null,"span_id":"option_c","format":{"comments":"mode_b","berth_slot":616.11,"options":"quux","amount":"GRCh38","order_id":"example","index":"mode_c","diagnosis_code":912.73},"product_id":{"chapter":832.18,"rating":"mode_d","vessel_name":{"published":"chrX","values":null,"altitude":"2020-12-02T03:55:00Z","... | null_required | {
"type": "object",
"properties": {
"wavelength": {
"type": "null"
},
"span_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"format": {
"type": "object",
... | {"wavelength": null, "span_id": null, "format": {"comments": "mode_b", "berth_slot": 616.11, "options": "quux", "amount": "GRCh38", "order_id": "example", "index": "mode_c", "diagnosis_code": 912.73}, "product_id": {"chapter": 832.18, "rating": "mode_d", "vessel_name": {"published": "chrX", "values": null, "altitude": ... | Required field 'span_id' is null | {"wavelength":null,"span_id":"option_c","format":{"comments":"mode_b","berth_slot":616.11,"options":"quux","amount":"GRCh38","order_id":"example","index":"mode_c","diagnosis_code":912.73},"product_id":{"chapter":832.18,"rating":"mode_d","vessel_name":{"published":"chrX","values":null,"altitude":"2020-12-02T03:55:00Z","... |
TASK repair_structured_output
SPEC
FIELD prop_h73 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_b42 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_k88 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_w81 TYPE string VALUES small|medium|large|xl REQU... | {"prop_h73":"blue","param_k88":"married","key_w81":"medium"} | invalid_enum | {
"type": "object",
"properties": {
"prop_h73": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_b42": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"r... | {"prop_h73": "blue", "param_k88": "married", "key_w81": "invalid_value_405"} | Field 'key_w81' has invalid enum value 'invalid_value_405', expected one of ['small', 'medium', 'large', 'xl'] | {"prop_h73":"blue","param_k88":"married","key_w81":"medium"} |
TASK repair_structured_output
SPEC
FIELD prop_n54 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_g75 TYPE string_email REQUIRED no
FIELD field_v88 TYPE null REQUIRED yes
FIELD prop_g73 TYPE string_email REQUIRED no
FIELD dim_p47 TYPE boolean REQUIRED no
FIELD param_h09 TYPE boolean REQUIRED no
BROKEN_O... | {"prop_n54":"sms","field_v88":null,"prop_g73":"admin@test.io","param_h09":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_n54": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_g75": {
"type": "string",
"format": "email"
},
"field_v88": {
"type": "null"
},
"prop_g73": {
... | Let me check the system.
Action: assign_berth
Arguments: {"prop_n54": "sms", "prop_g73": "admin@test.io", "param_h09": false} | Agent tool call missing required parameter 'field_v88' | {"prop_n54":"sms","field_v88":null,"prop_g73":"admin@test.io","param_h09":false} |
TASK repair_structured_output
SPEC
FIELD field_b75 TYPE number REQUIRED no
FIELD param_a53 TYPE integer REQUIRED yes
FIELD val_h88 TYPE boolean REQUIRED yes
FIELD key_q32 TYPE string_uri REQUIRED no
FIELD col_h03 TYPE string_uri REQUIRED no
FIELD param_b28 TYPE string REQUIRED no
FIELD field_n43.val_u42 TYPE string VA... | {"param_a53":52,"val_h88":false,"key_q32":"https://www.io/data","col_h03":"https://www.io/v1","field_n43":{"val_u42":"hemizygous","attr_l11":"QC-07","val_t12":false,"key_t83":"admin","field_f02":"degraded","prop_o09":null},"key_j78":{"field_x90":"high","attr_a11":false,"col_w93":217}} | extra_field | {
"type": "object",
"properties": {
"field_b75": {
"type": "number"
},
"param_a53": {
"type": "integer"
},
"val_h88": {
"type": "boolean"
},
"key_q32": {
"type": "string",
"format": "uri"
},
"col_h03": {
"type": "string",
"format": "uri"
... | {"param_a53": 52, "val_h88": false, "key_q32": "https://www.io/data", "col_h03": "https://www.io/v1", "field_n43": {"val_u42": "hemizygous", "attr_l11": "QC-07", "val_t12": false, "key_t83": "admin", "field_f02": "degraded", "prop_o09": null}, "key_j78": {"field_x90": "high", "attr_a11": false, "col_w93": 217}, "extra_... | Unknown field 'extra_data_5431' not defined in schema | {"param_a53":52,"val_h88":false,"key_q32":"https://www.io/data","col_h03":"https://www.io/v1","field_n43":{"val_u42":"hemizygous","attr_l11":"QC-07","val_t12":false,"key_t83":"admin","field_f02":"degraded","prop_o09":null},"key_j78":{"field_x90":"high","attr_a11":false,"col_w93":217}} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string REQUIRED yes
FIELD product_id TYPE integer REQUIRED no
FIELD log_level TYPE boolean REQUIRED yes
FIELD voltage TYPE string REQUIRED no
FIELD position TYPE string REQUIRED no
FIELD filter_flag TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD phenotyp... | {"compound":"Jane","product_id":118,"log_level":true,"voltage":"hello","position":"sample","filter_flag":"USD","phenotype":"approved"} | unquoted_keys | {
"type": "object",
"properties": {
"compound": {
"type": "string"
},
"product_id": {
"type": "integer"
},
"log_level": {
"type": "boolean"
},
"voltage": {
"type": "string"
},
"position": {
"type": "string"
},
"filter_flag": {
"type": "... | {compound:"Jane",product_id:118,log_level:true,voltage:"hello",position:"sample",filter_flag:"USD",phenotype:"approved"} | Expecting property name enclosed in double quotes | {"compound":"Jane","product_id":118,"log_level":true,"voltage":"hello","position":"sample","filter_flag":"USD","phenotype":"approved"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE boolean REQUIRED no
FIELD discount TYPE integer REQUIRED yes
FIELD rating TYPE integer REQUIRED yes
FIELD coverage TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"notes":false,"discount":718,"rating":880,"coverage":490 | {"notes":false,"discount":718,"rating":880,"coverage":490} | missing_brace | {
"type": "object",
"properties": {
"notes": {
"type": "boolean"
},
"discount": {
"type": "integer"
},
"rating": {
"type": "integer"
},
"coverage": {
"type": "integer"
}
},
"required": [
"rating",
"coverage",
"discount"
]
} | {"notes":false,"discount":718,"rating":880,"coverage":490 | Missing closing brace | {"notes":false,"discount":718,"rating":880,"coverage":490} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE integer REQUIRED yes
FIELD title TYPE string REQUIRED no
FIELD ph_level TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD procedure_code TYPE boolean REQUIRED no
FIELD priority.loan_amount TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIEL... | {"hazmat_code":481,"title":"Santos","procedure_code":true,"priority":{"loan_amount":"level_1","crew_id":{"category":875,"language":"inactive","order_id":"GRCh38"},"filter_flag":"mode_a","bed_number":228,"score":374,"paragraph":384,"decay_rate":"option_b"}} | boolean_as_string | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "integer"
},
"title": {
"type": "string"
},
"ph_level": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"procedure_code": {
"type": "bo... | {"hazmat_code": 481, "title": "Santos", "procedure_code": "false", "priority": {"loan_amount": "level_1", "crew_id": {"category": 875, "language": "inactive", "order_id": "GRCh38"}, "filter_flag": "mode_a", "bed_number": 228, "score": 374, "paragraph": 384, "decay_rate": "option_b"}} | Field 'procedure_code' must be boolean, got string | {"hazmat_code":481,"title":"Santos","procedure_code":true,"priority":{"loan_amount":"level_1","crew_id":{"category":875,"language":"inactive","order_id":"GRCh38"},"filter_flag":"mode_a","bed_number":228,"score":374,"paragraph":384,"decay_rate":"option_b"}} |
TASK repair_structured_output
SPEC
FIELD dim_c10 TYPE string REQUIRED no
FIELD val_z72 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_g48 TYPE number REQUIRED yes
FIELD dim_q60.field_w61 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_q60.key_o88 TYPE string REQUIRED yes... | {"dim_c10":"FWD","prop_g48":66.71,"dim_q60":{"field_w61":"success","key_o88":"qux","param_a06":false},"key_f00":"hello","prop_r48":96.16,"param_c21":"https://example.io/v1","col_p71":"admin@test.io"} | agent_chain | {
"type": "object",
"properties": {
"dim_c10": {
"type": "string"
},
"val_z72": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_g48": {
"type": "number"
},
"dim_q60": {
"type": "objec... | Let me check the system.
Action: verify_hazmat_compliance
Result: {"dim_c10": "FWD", "prop_g48": 66.71, "dim_q60": {"field_w61": "success", "key_o88": "qux", "param_a06": false}, "key_f00": "hello", "prop_r48": 96.16, "param_c21": "https://example.io/v1"}
I'll query our database.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"dim_c10":"FWD","prop_g48":66.71,"dim_q60":{"field_w61":"success","key_o88":"qux","param_a06":false},"key_f00":"hello","prop_r48":96.16,"param_c21":"https://example.io/v1","col_p71":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD prop_i67 TYPE string_uri REQUIRED yes
FIELD col_r07 TYPE string REQUIRED no
FIELD attr_r60 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"prop_i67":"https://api.io/v1","attr_r60":321.18,} | {"prop_i67":"https://api.io/v1","attr_r60":321.18} | trailing_comma | {
"type": "object",
"properties": {
"prop_i67": {
"type": "string",
"format": "uri"
},
"col_r07": {
"type": "string"
},
"attr_r60": {
"type": "number"
}
},
"required": [
"prop_i67",
"attr_r60"
]
} | {"prop_i67":"https://api.io/v1","attr_r60":321.18,} | Unexpected trailing comma | {"prop_i67":"https://api.io/v1","attr_r60":321.18} |
TASK repair_structured_output
SPEC
FIELD val_s52 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_v97 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD key_i83 TYPE string REQUIRED no
FIELD dim_i26 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD val_b75 TYPE boolean REQUIRE... | {"col_v97":"cat_c","key_i83":"chr1","dim_i26":"level_2","val_b75":true} | markdown_fences | {
"type": "object",
"properties": {
"val_s52": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_v97": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"c... | ```json
{"col_v97":"cat_c","key_i83":"chr1","dim_i26":"level_2","val_b75":true}
``` | Output contains markdown code fences | {"col_v97":"cat_c","key_i83":"chr1","dim_i26":"level_2","val_b75":true} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD vital_sign TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD image_url TYPE string_date-time REQUIRED no
FIELD label TYPE boolean REQUIRED no
FIELD payment_status TYPE integer REQUIRED no... | {"due_date":"mode_d","vital_sign":"type_b","image_url":"2025-10-16T01:00:00Z","label":false,"payment_status":489} | missing_brace | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"vital_sign": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
... | "due_date":"mode_d","vital_sign":"type_b","image_url":"2025-10-16T01:00:00Z","label":false,"payment_status":489} | Missing closing brace | {"due_date":"mode_d","vital_sign":"type_b","image_url":"2025-10-16T01:00:00Z","label":false,"payment_status":489} |
TASK repair_structured_output
SPEC
FIELD param_l95 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_s62 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD val_t93 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD prop_j50 TYPE null ... | {"param_l95":"escalated","prop_s62":"rejected","val_t93":"reliable","prop_j50":null,"col_e40":231,"param_p63":330.77} | extra_text_after | {
"type": "object",
"properties": {
"param_l95": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_s62": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejec... | {"param_l95":"escalated","prop_s62":"rejected","val_t93":"reliable","prop_j50":null,"col_e40":231,"param_p63":330.77}
Data logged successfully. | Output contains non-JSON text after the object | {"param_l95":"escalated","prop_s62":"rejected","val_t93":"reliable","prop_j50":null,"col_e40":231,"param_p63":330.77} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string REQUIRED no
FIELD department TYPE integer REQUIRED yes
FIELD title TYPE string REQUIRED yes
FIELD quality_score[] TYPE string REQUIRED yes
BROKEN_OUTPUT
The output is as follows:
{"department":315,"title":"example","quality_score":["REV"]} | {"department":315,"title":"example","quality_score":["REV"]} | extra_text_before | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"department": {
"type": "integer"
},
"title": {
"type": "string"
},
"quality_score": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"title... | The output is as follows:
{"department":315,"title":"example","quality_score":["REV"]} | Output contains non-JSON text before the object | {"department":315,"title":"example","quality_score":["REV"]} |
TASK repair_structured_output
SPEC
FIELD field_z68 TYPE string REQUIRED yes
FIELD prop_l79 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD val_q48 TYPE string REQUIRED yes
FIELD param_p57 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD prop_n27 TYPE string_emai... | {"field_z68":"foo","prop_l79":"frameshift","val_q48":"2023-12-25","param_p57":"frameshift","prop_n27":"ops@example.com"} | partial_structure | {
"type": "object",
"properties": {
"field_z68": {
"type": "string"
},
"prop_l79": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"val_q48": {
"type": "string"
},
"param_p57": {
"ty... | I found that prop_l79 should be frameshift. {"field_z68":"foo","prop_l79":"frameshift","val_q48":"2023-12-25","param_p57":"frameshift","prop_n27":"ops@example.com"} | Output mixes natural language with JSON | {"field_z68":"foo","prop_l79":"frameshift","val_q48":"2023-12-25","param_p57":"frameshift","prop_n27":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string_uri REQUIRED no
FIELD organism TYPE integer REQUIRED no
FIELD insurance_id TYPE integer REQUIRED yes
FIELD port_code[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
generate_report(organism=243, insurance_id=72, port_code=[637]) | {"organism":243,"insurance_id":72,"port_code":[637]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"items": {
"type": "string",
"format": "uri"
},
"organism": {
"type": "integer"
},
"insurance_id": {
"type": "integer"
},
"port_code": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"req... | generate_report(organism=243, insurance_id=72, port_code=[637]) | Tool call uses Python syntax instead of JSON | {"organism":243,"insurance_id":72,"port_code":[637]} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD brake_pressure TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD state TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD bearing TYPE string REQUIRED yes
FIELD quantity TY... | {"tags":"small","brake_pressure":"option_e","state":"cat_b","bearing":"PASS"} | markdown_explanation | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"brake_pressure": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | Let me provide the data in JSON format:
```json
{"tags":"small","brake_pressure":"option_e","state":"cat_b","bearing":"PASS"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"tags":"small","brake_pressure":"option_e","state":"cat_b","bearing":"PASS"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE number REQUIRED no
FIELD chromosome.dosage TYPE null REQUIRED no
FIELD chromosome.footnote TYPE string REQUIRED no
FIELD chromosome.paragraph.patient_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD chromosome.paragraph.frequency_hz TYPE n... | {"end_date":240.71,"amplitude":"example","thumbnail":"PASS","ph_level":"cancelled","quality_score":"Charlie"} | unquoted_keys | {
"type": "object",
"properties": {
"end_date": {
"type": "number"
},
"chromosome": {
"type": "object",
"properties": {
"dosage": {
"type": "null"
},
"footnote": {
"type": "string"
},
"paragraph": {
"type": "object",... | {end_date:240.71,amplitude:"example",thumbnail:"PASS",ph_level:"cancelled",quality_score:"Charlie"} | Expecting property name enclosed in double quotes | {"end_date":240.71,"amplitude":"example","thumbnail":"PASS","ph_level":"cancelled","quality_score":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD catalyst.torque_output TYPE string REQUIRED yes
FIELD catalyst.quantity TYPE integer REQUIRED no
FIELD catalyst.tax TYPE string REQUIRED no
FIELD catalyst.discount TYPE string_uri REQUIRED yes
FIELD catalyst.longitude TYPE string REQUIRED no
FIELD catalyst.throttle_pos TYPE str... | {"catalyst":{"torque_output":"world","quantity":232,"tax":"2024-06-30","discount":"https://data.org/data","longitude":"active","throttle_pos":"info@example.com","step":"test"},"account_id":"warning","umi":"approved"} | missing_bracket | {
"type": "object",
"properties": {
"catalyst": {
"type": "object",
"properties": {
"torque_output": {
"type": "string"
},
"quantity": {
"type": "integer"
},
"tax": {
"type": "string"
},
"discount": {
"ty... | {"catalyst":{"torque_output":"world","quantity":232,"tax":"2024-06-30","discount":"https://data.org/data","longitude":"active","throttle_pos":"info@example.com","step":"test"},"account_id":"warning","umi":"approved"} | Missing closing bracket | {"catalyst":{"torque_output":"world","quantity":232,"tax":"2024-06-30","discount":"https://data.org/data","longitude":"active","throttle_pos":"info@example.com","step":"test"},"account_id":"warning","umi":"approved"} |
TASK repair_structured_output
SPEC
FIELD field_v15 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD field_n57 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_i07 TYPE string REQUIRED no
FIELD dim_y93 TYPE boolean REQUIRED no
FIELD prop_n57 TYPE null REQUIRED no
FIELD... | {"field_v15":"heterozygous","field_n57":"moored","field_i07":"A short description.","dim_y93":true,"prop_n57":null,"prop_t39":"user@test.io","col_j86":"open","attr_j22":740.37} | null_required | {
"type": "object",
"properties": {
"field_v15": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_n57": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | {"field_v15": "heterozygous", "field_n57": "moored", "field_i07": "A short description.", "dim_y93": true, "prop_n57": null, "prop_t39": null, "col_j86": "open", "attr_j22": 740.37} | Required field 'prop_t39' is null | {"field_v15":"heterozygous","field_n57":"moored","field_i07":"A short description.","dim_y93":true,"prop_n57":null,"prop_t39":"user@test.io","col_j86":"open","attr_j22":740.37} |
TASK repair_structured_output
SPEC
FIELD published TYPE integer REQUIRED yes
FIELD section TYPE integer REQUIRED no
FIELD altitude TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD lane TYPE string REQUIRED no
FIELD fleet_number TYPE number REQUIRED yes
FIELD dissolved_oxygen TYPE integer ... | {"published":489,"section":286,"altitude":"degraded","fleet_number":462.45,"dissolved_oxygen":708,"consignee":"https://api.org/v1"} | extra_text_after | {
"type": "object",
"properties": {
"published": {
"type": "integer"
},
"section": {
"type": "integer"
},
"altitude": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"lane": {
"type... | {"published":489,"section":286,"altitude":"degraded","fleet_number":462.45,"dissolved_oxygen":708,"consignee":"https://api.org/v1"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"published":489,"section":286,"altitude":"degraded","fleet_number":462.45,"dissolved_oxygen":708,"consignee":"https://api.org/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_z80 TYPE number REQUIRED yes
FIELD prop_h73 TYPE string REQUIRED yes
FIELD key_d93 TYPE integer REQUIRED yes
FIELD col_m12.val_j28.dim_x25 TYPE number REQUIRED yes
FIELD col_m12.val_j28.key_n12 TYPE integer REQUIRED no
FIELD col_m12.val_j28.dim_j88 TYPE string VALUES red|b... | {"prop_z80":733.94,"prop_h73":"RTG-04","key_d93":199,"col_m12":{"val_j28":{"dim_x25":191.43,"key_n12":855,"val_e14":"inland","param_v85":"https://example.io/data"},"prop_y44":"Tokyo","attr_d57":"example","val_s39":false,"col_a35":"chrX","attr_b89":"https://www.com/v1"},"attr_t46":"2023-12-25"} | agent_chain | {
"type": "object",
"properties": {
"prop_z80": {
"type": "number"
},
"prop_h73": {
"type": "string"
},
"key_d93": {
"type": "integer"
},
"col_m12": {
"type": "object",
"properties": {
"val_j28": {
"type": "object",
"properties": ... | Let me check the system.
Action: send_email
Result: {"prop_z80": 733.94, "prop_h73": "RTG-04", "key_d93": 199, "attr_t46": "2023-12-25"}
Processing the request now.
Action: read_sensor_array
Result: | Agent multi-step chain with truncated tool output | {"prop_z80":733.94,"prop_h73":"RTG-04","key_d93":199,"col_m12":{"val_j28":{"dim_x25":191.43,"key_n12":855,"val_e14":"inland","param_v85":"https://example.io/data"},"prop_y44":"Tokyo","attr_d57":"example","val_s39":false,"col_a35":"chrX","attr_b89":"https://www.com/v1"},"attr_t46":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD dim_m03 TYPE integer REQUIRED yes
FIELD prop_l35 TYPE integer REQUIRED yes
FIELD param_c85.col_x72 TYPE string REQUIRED no
FIELD param_c85.key_l68 TYPE boolean REQUIRED no
FIELD param_c85.prop_v99.prop_f50 TYPE string REQUIRED no
FIELD param_c85.prop_v99.field_h04 TYPE boolean ... | {"dim_m03":900,"prop_l35":89,"param_c85":{"col_x72":"Diana","prop_v99":{"prop_f50":"PASS","field_h04":true,"dim_j42":false,"col_e09":"2023-10-07T06:51:00Z","col_c80":"degraded"}}} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_m03": {
"type": "integer"
},
"prop_l35": {
"type": "integer"
},
"param_c85": {
"type": "object",
"properties": {
"col_x72": {
"type": "string"
},
"key_l68": {
"type": "boolean"
},... | <functioncall> book_appointment
{dim_m03: 900, prop_l35: 89, param_c85: {col_x72: "Diana", prop_v99: {prop_f50: "PASS", field_h04: true, dim_j42: false, col_e09: "2023-10-07T06:51:00Z", col_c80: "degraded"}}} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_m03":900,"prop_l35":89,"param_c85":{"col_x72":"Diana","prop_v99":{"prop_f50":"PASS","field_h04":true,"dim_j42":false,"col_e09":"2023-10-07T06:51:00Z","col_c80":"degraded"}}} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE integer REQUIRED no
FIELD price TYPE boolean REQUIRED yes
FIELD image_url TYPE string_date-time REQUIRED no
FIELD crew_id[].comments TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD crew_id[].payment_status TYPE string REQUIRED no
FIELD crew_id[].ind... | {"cargo_type":356,"price":false,"image_url":"2021-10-12T19:24:00Z","type":["test","London","foo"]} | thought_process | {
"type": "object",
"properties": {
"cargo_type": {
"type": "integer"
},
"price": {
"type": "boolean"
},
"image_url": {
"type": "string",
"format": "date-time"
},
"crew_id": {
"type": "array",
"items": {
"type": "object",
"properties": ... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"cargo_type":356,"price":false,"image_url":"2021-10-12T19:24:00Z","type":["test","London","foo"]} | Output contains chain-of-thought reasoning before JSON | {"cargo_type":356,"price":false,"image_url":"2021-10-12T19:24:00Z","type":["test","London","foo"]} |
TASK repair_structured_output
SPEC
FIELD features TYPE string REQUIRED no
FIELD cargo_type TYPE string REQUIRED no
FIELD brake_pressure TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD language TYPE string_email REQUIRED no
FIELD phone TYPE string VALUES berthed|anchored|underway|moored REQUIRED n... | {"cargo_type":"2024-01-15","brake_pressure":"berthed","language":"test@domain.org","phone":"anchored","address":425.41} | wrong_type | {
"type": "object",
"properties": {
"features": {
"type": "string"
},
"cargo_type": {
"type": "string"
},
"brake_pressure": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"language": {
"ty... | {"cargo_type": "2024-01-15", "brake_pressure": "berthed", "language": "test@domain.org", "phone": "anchored", "address": "\"425.41\""} | Field 'address' must be number, got string | {"cargo_type":"2024-01-15","brake_pressure":"berthed","language":"test@domain.org","phone":"anchored","address":425.41} |
TASK repair_structured_output
SPEC
FIELD prop_g25.prop_w33 TYPE boolean REQUIRED yes
FIELD prop_g25.field_c18 TYPE string REQUIRED yes
FIELD prop_g25.col_q53 TYPE string REQUIRED no
FIELD val_r40.param_o37 TYPE number REQUIRED yes
FIELD val_r40.param_v59 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED n... | {"prop_g25":{"prop_w33":false,"field_c18":"pending","col_q53":"Diana"},"val_r40":{"param_o37":836.08,"field_u70":648,"key_j82":{"field_l78":"Alice","attr_g89":"quux","key_n43":"Santos"}},"prop_g56":"oceanic","param_i08":"test","dim_r81":null,"field_p66":"degraded","field_d15":410.31} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_g25": {
"type": "object",
"properties": {
"prop_w33": {
"type": "boolean"
},
"field_c18": {
"type": "string"
},
"col_q53": {
"type": "string"
}
},
"required": [
... | Tool: annotate_mutation
Params: {"prop_g25": {"prop_w33": false, "field_c18": "pending", "col_q53": "Diana"}, "val_r40": {"param_o37": 836.08, "field_u70": 648, "key_j82": {"field_l78": "Alice", "attr_g89": "quux", "key_n43": "Santos"}}, "param_i08": "test", "dim_r81": null, "field_p66": "degraded", "field_d15": 410.31... | Agent used wrong parameter name 'prop_g56_new' instead of 'prop_g56' | {"prop_g25":{"prop_w33":false,"field_c18":"pending","col_q53":"Diana"},"val_r40":{"param_o37":836.08,"field_u70":648,"key_j82":{"field_l78":"Alice","attr_g89":"quux","key_n43":"Santos"}},"prop_g56":"oceanic","param_i08":"test","dim_r81":null,"field_p66":"degraded","field_d15":410.31} |
TASK repair_structured_output
SPEC
FIELD field_u08.param_p95 TYPE number REQUIRED no
FIELD field_u08.key_z55 TYPE string REQUIRED yes
FIELD field_u08.col_m58 TYPE null REQUIRED no
FIELD key_y18 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD field_w70 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"field... | {"field_u08":{"key_z55":"John","col_m58":null},"key_y18":"success","field_w70":"https://example.com/api"} | missing_required | {
"type": "object",
"properties": {
"field_u08": {
"type": "object",
"properties": {
"param_p95": {
"type": "number"
},
"key_z55": {
"type": "string"
},
"col_m58": {
"type": "null"
}
},
"required": [
"k... | {"field_u08": {"key_z55": "John", "col_m58": null}, "field_w70": "https://example.com/api"} | Required field 'key_y18' is missing | {"field_u08":{"key_z55":"John","col_m58":null},"key_y18":"success","field_w70":"https://example.com/api"} |
TASK repair_structured_output
SPEC
FIELD field_y35.prop_d68 TYPE number REQUIRED yes
FIELD field_y35.attr_a41 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD field_y35.dim_o32 TYPE string_uri REQUIRED yes
FIELD field_y35.dim_n39 TYPE boolean REQUIRED no
FIELD field_o87 TYPE string_date-ti... | {"field_o87":"2020-11-28T20:39:00Z","col_m22":"PASS","param_v64":{"field_m44":"2025-12-23T07:05:00Z","attr_m58":"Diana","attr_q00":"2023-12-25","val_u66":201,"param_e27":{"prop_p52":null,"col_l50":329,"prop_b06":"reliable","col_b79":false},"field_r16":"delivered","param_i23":"cat_b"},"val_t01":"https://api.com/api"} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_y35": {
"type": "object",
"properties": {
"prop_d68": {
"type": "number"
},
"attr_a41": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
... | <functioncall> generate_report
{field_o87: "2020-11-28T20:39:00Z", col_m22: "PASS", param_v64: {field_m44: "2025-12-23T07:05:00Z", attr_m58: "Diana", attr_q00: "2023-12-25", val_u66: 201, param_e27: {prop_p52: null, col_l50: 329, prop_b06: "reliable", col_b79: false}, field_r16: "delivered", param_i23: "cat_b"}, val_t0... | Tool call has malformed arguments — unquoted keys in function parameters | {"field_o87":"2020-11-28T20:39:00Z","col_m22":"PASS","param_v64":{"field_m44":"2025-12-23T07:05:00Z","attr_m58":"Diana","attr_q00":"2023-12-25","val_u66":201,"param_e27":{"prop_p52":null,"col_l50":329,"prop_b06":"reliable","col_b79":false},"field_r16":"delivered","param_i23":"cat_b"},"val_t01":"https://api.com/api"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE boolean REQUIRED yes
FIELD vital_sign TYPE number REQUIRED no
FIELD allele.dosage TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD allele.loan_amount TYPE integer REQUIRED no
FIELD allele.account_id.size TYPE string REQUIRED yes
FIELD ... | {"balance":false,"vital_sign":829.05,"allele":{"loan_amount":649,"account_id":{"size":"quux","pressure_kpa":"user@domain.com","batch_code":576.74,"phenotype":true}}} | extra_field | {
"type": "object",
"properties": {
"balance": {
"type": "boolean"
},
"vital_sign": {
"type": "number"
},
"allele": {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"balance": false, "vital_sign": 829.05, "allele": {"loan_amount": 649, "account_id": {"size": "quux", "pressure_kpa": "user@domain.com", "batch_code": 576.74, "phenotype": true}}, "extra_info_9119": true} | Unknown field 'extra_info_9119' not defined in schema | {"balance":false,"vital_sign":829.05,"allele":{"loan_amount":649,"account_id":{"size":"quux","pressure_kpa":"user@domain.com","batch_code":576.74,"phenotype":true}}} |
TASK repair_structured_output
SPEC
FIELD label TYPE number REQUIRED yes
FIELD vital_sign TYPE number REQUIRED no
FIELD commit_hash.index TYPE string_date-time REQUIRED yes
FIELD commit_hash.website TYPE number REQUIRED no
FIELD commit_hash.manifest_ref TYPE number REQUIRED no
FIELD quality_score.credit_score TYPE bool... | {"label":972.87,"commit_hash":{"index":"2020-05-17T14:45:00Z","website":459.15},"quality_score":{"credit_score":false,"reagent":"JPY","tags":{"duration_ms":"New York","thumbnail":513,"department":227.36,"feedback":false,"altitude":"Jane","subtotal":"single"},"tax":{"crew_id":false,"bearing":"returned","step":null,"cate... | tool_call_python_syntax | {
"type": "object",
"properties": {
"label": {
"type": "number"
},
"vital_sign": {
"type": "number"
},
"commit_hash": {
"type": "object",
"properties": {
"index": {
"type": "string",
"format": "date-time"
},
"website": {
... | queue_sequencing_run(label=972.87, commit_hash={'index': '2020-05-17T14:45:00Z', 'website': 459.15}, quality_score={'credit_score': False, 'reagent': 'JPY', 'tags': {'duration_ms': 'New York', 'thumbnail': 513, 'department': 227.36, 'feedback': False, 'altitude': 'Jane', 'subtotal': 'single'}, 'tax': {'crew_id': False,... | Tool call uses Python syntax instead of JSON | {"label":972.87,"commit_hash":{"index":"2020-05-17T14:45:00Z","website":459.15},"quality_score":{"credit_score":false,"reagent":"JPY","tags":{"duration_ms":"New York","thumbnail":513,"department":227.36,"feedback":false,"altitude":"Jane","subtotal":"single"},"tax":{"crew_id":false,"bearing":"returned","step":null,"cate... |
TASK repair_structured_output
SPEC
FIELD param_m63 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD prop_n10 TYPE integer REQUIRED no
FIELD val_e93 TYPE integer REQUIRED no
FIELD attr_o44 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD field_b31.key_m17 TYPE str... | {"param_m63":"mode_c","prop_n10":753,"attr_o44":"pending_review","field_b31":{"key_m17":"mode_e","dim_g83":{"key_g47":973,"val_q83":"https://data.io/v1","field_e68":764.26,"field_t39":415,"field_k22":true},"attr_o39":{"key_d88":"https://api.io/v1","prop_f55":"Santos","attr_w52":true,"field_n90":"foo","field_y81":598,"d... | markdown_fences | {
"type": "object",
"properties": {
"param_m63": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_n10": {
"type": "integer"
},
"val_e93": {
"type": "integer"
},
"attr_o44": {
... | ```json
{"param_m63":"mode_c","prop_n10":753,"attr_o44":"pending_review","field_b31":{"key_m17":"mode_e","dim_g83":{"key_g47":973,"val_q83":"https://data.io/v1","field_e68":764.26,"field_t39":415,"field_k22":true},"attr_o39":{"key_d88":"https://api.io/v1","prop_f55":"Santos","attr_w52":true,"field_n90":"foo","field_y81... | Output contains markdown code fences | {"param_m63":"mode_c","prop_n10":753,"attr_o44":"pending_review","field_b31":{"key_m17":"mode_e","dim_g83":{"key_g47":973,"val_q83":"https://data.io/v1","field_e68":764.26,"field_t39":415,"field_k22":true},"attr_o39":{"key_d88":"https://api.io/v1","prop_f55":"Santos","attr_w52":true,"field_n90":"foo","field_y81":598,"d... |
TASK repair_structured_output
SPEC
FIELD values TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD manifest_ref TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD crew_id TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD label TYPE string VALUES option_... | {"values":"option_b","manifest_ref":"frameshift","crew_id":"mode_a","width":562,"status":27.04,"medication":false,"dissolved_oxygen":"pending"} | tool_call_bad_format | {
"type": "object",
"properties": {
"values": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"manifest_ref": {
"type": "string",
"enum": [
"synonymous",
"missense",
... | <functioncall> read_sensor_array
{values: "option_b", manifest_ref: "frameshift", crew_id: "mode_a", width: 562, status: 27.04, medication: false, dissolved_oxygen: "pending"} | Tool call has malformed arguments — unquoted keys in function parameters | {"values":"option_b","manifest_ref":"frameshift","crew_id":"mode_a","width":562,"status":27.04,"medication":false,"dissolved_oxygen":"pending"} |
TASK repair_structured_output
SPEC
FIELD param_k76 TYPE integer REQUIRED no
FIELD dim_d20 TYPE integer REQUIRED yes
FIELD attr_s07[] TYPE null REQUIRED no
BROKEN_OUTPUT
{"param_k76": 540, "dim_d20": null, "attr_s07": [null, null, null, null]} | {"param_k76":540,"dim_d20":268,"attr_s07":[null,null,null,null]} | null_required | {
"type": "object",
"properties": {
"param_k76": {
"type": "integer"
},
"dim_d20": {
"type": "integer"
},
"attr_s07": {
"type": "array",
"items": {
"type": "null"
}
}
},
"required": [
"dim_d20"
]
} | {"param_k76": 540, "dim_d20": null, "attr_s07": [null, null, null, null]} | Required field 'dim_d20' is null | {"param_k76":540,"dim_d20":268,"attr_s07":[null,null,null,null]} |
TASK repair_structured_output
SPEC
FIELD step TYPE null REQUIRED no
FIELD comments TYPE boolean REQUIRED yes
FIELD quantity TYPE string REQUIRED no
FIELD ward TYPE integer REQUIRED no
FIELD active TYPE boolean REQUIRED no
FIELD url TYPE number REQUIRED no
FIELD invoice_id TYPE number REQUIRED no
FIELD end_date TYPE st... | {"comments":true,"quantity":"Silva","ward":242,"active":false,"url":753.84} | missing_bracket | {
"type": "object",
"properties": {
"step": {
"type": "null"
},
"comments": {
"type": "boolean"
},
"quantity": {
"type": "string"
},
"ward": {
"type": "integer"
},
"active": {
"type": "boolean"
},
"url": {
"type": "number"
},
"i... | {"comments":true,"quantity":"Silva","ward":242,"active":false,"url":753.84} | Missing closing bracket | {"comments":true,"quantity":"Silva","ward":242,"active":false,"url":753.84} |
TASK repair_structured_output
SPEC
FIELD key_w43 TYPE string_email REQUIRED no
FIELD field_b38 TYPE number REQUIRED no
FIELD prop_c91 TYPE string_date-time REQUIRED no
FIELD prop_x61 TYPE string REQUIRED yes
BROKEN_OUTPUT
{'prop_x61':'chrX'} | {"prop_x61":"chrX"} | single_quotes | {
"type": "object",
"properties": {
"key_w43": {
"type": "string",
"format": "email"
},
"field_b38": {
"type": "number"
},
"prop_c91": {
"type": "string",
"format": "date-time"
},
"prop_x61": {
"type": "string"
}
},
"required": [
"prop_x61"... | {'prop_x61':'chrX'} | Expecting property name enclosed in double quotes | {"prop_x61":"chrX"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string REQUIRED yes
FIELD hazmat_code TYPE integer REQUIRED no
FIELD state TYPE number REQUIRED yes
BROKEN_OUTPUT
{"brake_pressure": "chr1", "hazmat_code": 238, "state": "299.71ms"} | {"brake_pressure":"chr1","hazmat_code":238,"state":299.71} | number_with_unit | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string"
},
"hazmat_code": {
"type": "integer"
},
"state": {
"type": "number"
}
},
"required": [
"state",
"brake_pressure"
]
} | {"brake_pressure": "chr1", "hazmat_code": 238, "state": "299.71ms"} | Field 'state' must be number, got string with unit | {"brake_pressure":"chr1","hazmat_code":238,"state":299.71} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE number REQUIRED no
FIELD end_date TYPE string VALUES draft|published|archived REQUIRED yes
FIELD barcode TYPE string REQUIRED no
FIELD total TYPE boolean REQUIRED no
FIELD fleet_number.role TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no... | {"velocity":706.12,"end_date":"draft","total":true,"fleet_number":{"enabled":347.87,"half_life":[{"ph_level":true,"bearing":false,"subtotal":"user@test.io","velocity":185,"annotation":true,"tile":null,"shift_code":"black"},{"ph_level":true,"bearing":true,"velocity":468,"tile":null,"shift_code":"black"},{"ph_level":fals... | tool_call_wrong_param | {
"type": "object",
"properties": {
"velocity": {
"type": "number"
},
"end_date": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"barcode": {
"type": "string"
},
"total": {
"type": "boolean"
},
"flee... | Tool: query_port_status
Params: {"velocity": 706.12, "end_date": "draft", "total": true, "fleet_number": {"enabled": 347.87, "half_life": [{"ph_level": true, "bearing": false, "subtotal": "user@test.io", "velocity": 185, "annotation": true, "tile": null, "shift_code": "black"}, {"ph_level": true, "bearing": true, "velo... | Agent used wrong parameter name 'barcode_new' instead of 'barcode' | {"velocity":706.12,"end_date":"draft","total":true,"fleet_number":{"enabled":347.87,"half_life":[{"ph_level":true,"bearing":false,"subtotal":"user@test.io","velocity":185,"annotation":true,"tile":null,"shift_code":"black"},{"ph_level":true,"bearing":true,"velocity":468,"tile":null,"shift_code":"black"},{"ph_level":fals... |
TASK repair_structured_output
SPEC
FIELD prop_m69 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_p43 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_i74 TYPE boolean REQUIRED no
FIELD val_h84 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_x7... | {"prop_m69":"small","field_p43":"missense","val_i74":true,"val_h84":"unstable","attr_x76":"chr1","param_c28":"https://example.org/v1","dim_z37":"Luis"} | trailing_comma | {
"type": "object",
"properties": {
"prop_m69": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_p43": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
... | {"prop_m69":"small","field_p43":"missense","val_i74":true,"val_h84":"unstable","attr_x76":"chr1","param_c28":"https://example.org/v1","dim_z37":"Luis",} | Unexpected trailing comma | {"prop_m69":"small","field_p43":"missense","val_i74":true,"val_h84":"unstable","attr_x76":"chr1","param_c28":"https://example.org/v1","dim_z37":"Luis"} |
TASK repair_structured_output
SPEC
FIELD param_j17 TYPE null REQUIRED yes
FIELD dim_o65.param_e48 TYPE boolean REQUIRED no
FIELD dim_o65.prop_o86.field_f80 TYPE boolean REQUIRED no
FIELD dim_o65.prop_o86.param_b46 TYPE string REQUIRED no
FIELD dim_o65.prop_o86.val_u56 TYPE string REQUIRED no
FIELD dim_o65.prop_o86.pro... | {"param_j17":null,"dim_o65":{"param_e48":false,"dim_l66":"user@example.com","col_n02":false,"dim_c22":"mode_a"},"attr_v91":"type_b"} | agent_chain | {
"type": "object",
"properties": {
"param_j17": {
"type": "null"
},
"dim_o65": {
"type": "object",
"properties": {
"param_e48": {
"type": "boolean"
},
"prop_o86": {
"type": "object",
"properties": {
"field_f80": {
... | Let me check the system.
Action: get_account
Result: {"dim_o65": {"param_e48": false, "dim_l66": "user@example.com", "col_n02": false, "dim_c22": "mode_a"}, "attr_v91": "type_b"}
Processing the request now.
Action: calculate_price
Result: | Agent multi-step chain with truncated tool output | {"param_j17":null,"dim_o65":{"param_e48":false,"dim_l66":"user@example.com","col_n02":false,"dim_c22":"mode_a"},"attr_v91":"type_b"} |
TASK repair_structured_output
SPEC
FIELD features TYPE string REQUIRED yes
FIELD url TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD category.barcode TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD category.price TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD category.position TYPE str... | {"features":"A short description.","url":"low","category":{"price":"green","language":"user@domain.com"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"features": {
"type": "string"
},
"url": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"category": {
"type": "object",
"properties": {
"barcode": {
"... | I'll query our database.
<tool_call name="search">
{"features":"A short description.","url":"low","category":{"price":"green","language":"user@domain.com"}}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"features":"A short description.","url":"low","category":{"price":"green","language":"user@domain.com"}} |
TASK repair_structured_output
SPEC
FIELD prop_w68 TYPE string REQUIRED yes
FIELD prop_a32 TYPE number REQUIRED yes
FIELD key_a17 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD col_n26 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"prop_w68": "Diana", "prop_a32": "642.95px", "key_a17": "option_b"... | {"prop_w68":"Diana","prop_a32":642.95,"key_a17":"option_b","col_n26":902} | number_with_unit | {
"type": "object",
"properties": {
"prop_w68": {
"type": "string"
},
"prop_a32": {
"type": "number"
},
"key_a17": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"col_n26": {
"type": "i... | {"prop_w68": "Diana", "prop_a32": "642.95px", "key_a17": "option_b", "col_n26": 902} | Field 'prop_a32' must be number, got string with unit | {"prop_w68":"Diana","prop_a32":642.95,"key_a17":"option_b","col_n26":902} |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE string VALUES draft|published|archived REQUIRED no
FIELD aligned_pct TYPE integer REQUIRED no
FIELD terminal_id TYPE string REQUIRED yes
FIELD product_id TYPE string_email REQUIRED no
FIELD visible TYPE string VALUES single|married|divorced REQUIRED yes
FIELD ... | {"manifest_ref":"published","terminal_id":"foo","visible":"married","account_id":null} | trailing_comma | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"aligned_pct": {
"type": "integer"
},
"terminal_id": {
"type": "string"
},
"product_id": {
"type": "string",... | {"manifest_ref":"published","terminal_id":"foo","visible":"married","account_id":null,} | Unexpected trailing comma | {"manifest_ref":"published","terminal_id":"foo","visible":"married","account_id":null} |
TASK repair_structured_output
SPEC
FIELD collateral.currency TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD collateral.type TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD collateral.start_date TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD collatera... | {"collateral":{"currency":"error","format":"https://example.com"},"isotope":77,"date":null,"reagent":842.05} | truncated_object | {
"type": "object",
"properties": {
"collateral": {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"type": {
"type":... | {"collateral":{"currency":"error","format":"https://example.com"},"isotope":77,"date":null,"reagent":842.05 | Unexpected end of JSON input — truncated object | {"collateral":{"currency":"error","format":"https://example.com"},"isotope":77,"date":null,"reagent":842.05} |
TASK repair_structured_output
SPEC
FIELD key_g47.prop_o01 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD key_g47.dim_f44 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_g47.prop_g61 TYPE string_uri REQUIRED no
FIELD key_g47.param_o26 TYPE integer REQUIRED yes
... | {"key_g47":{"dim_f44":"level_2","prop_g61":"https://example.io/data","param_o26":257,"param_m94":null},"col_b84":"level_5","key_u29":581,"col_f83":"level_2","dim_o30":"admin@test.io","key_h24":"2024-06-30","attr_u34":"2021-04-26T01:49:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"key_g47": {
"type": "object",
"properties": {
"prop_o01": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},... | ```json
{"key_g47":{"dim_f44":"level_2","prop_g61":"https://example.io/data","param_o26":257,"param_m94":null},"col_b84":"level_5","key_u29":581,"col_f83":"level_2","dim_o30":"admin@test.io","key_h24":"2024-06-30","attr_u34":"2021-04-26T01:49:00Z"}
``` | Output contains markdown code fences | {"key_g47":{"dim_f44":"level_2","prop_g61":"https://example.io/data","param_o26":257,"param_m94":null},"col_b84":"level_5","key_u29":581,"col_f83":"level_2","dim_o30":"admin@test.io","key_h24":"2024-06-30","attr_u34":"2021-04-26T01:49:00Z"} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE integer REQUIRED no
FIELD status_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD balance TYPE number REQUIRED yes
BROKEN_OUTPUT
{log_level:987,status_code:"frameshift",balance:904.54} | {"log_level":987,"status_code":"frameshift","balance":904.54} | unquoted_keys | {
"type": "object",
"properties": {
"log_level": {
"type": "integer"
},
"status_code": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"balance": {
"type": "number"
}
},
"required": [
... | {log_level:987,status_code:"frameshift",balance:904.54} | Expecting property name enclosed in double quotes | {"log_level":987,"status_code":"frameshift","balance":904.54} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD name TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD trace_id TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD created_at TYPE number REQUIRED no
FIELD ward TYPE stri... | {"shipping":"warning","trace_id":"red","created_at":476.2} | extra_text_after | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"name": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | {"shipping":"warning","trace_id":"red","created_at":476.2}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"shipping":"warning","trace_id":"red","created_at":476.2} |
TASK repair_structured_output
SPEC
FIELD prop_e65.col_b19 TYPE string REQUIRED no
FIELD prop_e65.val_u14 TYPE string_uri REQUIRED no
FIELD prop_e65.field_m64 TYPE number REQUIRED no
FIELD prop_e65.dim_p03 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD prop_e65.key_x13 TYPE integer REQUIRED no
FIELD prop_e65... | {"prop_h44":{"dim_v43":"high","prop_p06":"returned","dim_x16":727.85,"val_p86":326,"dim_f53":"returned","param_b36":true},"key_c57":"maintenance","field_c19":"2023-03-22T03:56:00Z","val_z62":{"attr_y90":911,"col_m97":861},"col_r54":{"field_t35":false,"key_u29":"draft","val_s31":"https://api.com/v1","param_n17":{"field_... | extra_text_before | {
"type": "object",
"properties": {
"prop_e65": {
"type": "object",
"properties": {
"col_b19": {
"type": "string"
},
"val_u14": {
"type": "string",
"format": "uri"
},
"field_m64": {
"type": "number"
},
"d... | Below is the JSON object:
{"prop_h44":{"dim_v43":"high","prop_p06":"returned","dim_x16":727.85,"val_p86":326,"dim_f53":"returned","param_b36":true},"key_c57":"maintenance","field_c19":"2023-03-22T03:56:00Z","val_z62":{"attr_y90":911,"col_m97":861},"col_r54":{"field_t35":false,"key_u29":"draft","val_s31":"https://api.co... | Output contains non-JSON text before the object | {"prop_h44":{"dim_v43":"high","prop_p06":"returned","dim_x16":727.85,"val_p86":326,"dim_f53":"returned","param_b36":true},"key_c57":"maintenance","field_c19":"2023-03-22T03:56:00Z","val_z62":{"attr_y90":911,"col_m97":861},"col_r54":{"field_t35":false,"key_u29":"draft","val_s31":"https://api.com/v1","param_n17":{"field_... |
TASK repair_structured_output
SPEC
FIELD last_name TYPE null REQUIRED yes
FIELD phenotype TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD umi TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD cargo_type[].trace_id TYPE number REQUIRED no
FIELD cargo_type[].image_url TYPE integer REQUIRED... | {"last_name":null,"phenotype":"admin","umi":"heterozygous","cargo_type":[{"trace_id":712.61,"image_url":53,"velocity":53.47,"product_id":287},{"trace_id":953.61,"status_code":"inactive","velocity":664.46,"product_id":632}]} | extra_text_after | {
"type": "object",
"properties": {
"last_name": {
"type": "null"
},
"phenotype": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"umi": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | {"last_name":null,"phenotype":"admin","umi":"heterozygous","cargo_type":[{"trace_id":712.61,"image_url":53,"velocity":53.47,"product_id":287},{"trace_id":953.61,"status_code":"inactive","velocity":664.46,"product_id":632}]}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"last_name":null,"phenotype":"admin","umi":"heterozygous","cargo_type":[{"trace_id":712.61,"image_url":53,"velocity":53.47,"product_id":287},{"trace_id":953.61,"status_code":"inactive","velocity":664.46,"product_id":632}]} |
TASK repair_structured_output
SPEC
FIELD field_i34 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD prop_q20 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_r65 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD attr_l99 TYPE string REQUIRED no
FIELD param_y28 TYPE string V... | {"field_i34":"arctic","param_r65":"cat_a","val_r07":"2023-12-25"} | invalid_enum | {
"type": "object",
"properties": {
"field_i34": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_q20": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"pa... | {"field_i34": "arctic", "param_r65": "invalid_option_236", "val_r07": "2023-12-25"} | Field 'param_r65' has invalid enum value 'invalid_option_236', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d'] | {"field_i34":"arctic","param_r65":"cat_a","val_r07":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD message.company TYPE boolean REQUIRED no
FIELD message.nickname TYPE string REQUIRED no
FIELD message.brake_pressure TYPE string REQUIRED no
FIELD message.cargo_type TYPE integer REQUIRED no
FIELD message.count TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD messag... | {"message":{"company":false,"brake_pressure":"Sao Paulo","cargo_type":508,"branch":{"website":867,"notes":125.86,"color":408,"vessel_name":206,"bill_of_lading":false},"color":"https://example.com"},"ph_level":{"length":"push","id":"mode_c","annotation":184,"procedure_code":296,"compound":286,"tax":"https://www.org/api"... | partial_structure | {
"type": "object",
"properties": {
"message": {
"type": "object",
"properties": {
"company": {
"type": "boolean"
},
"nickname": {
"type": "string"
},
"brake_pressure": {
"type": "string"
},
"cargo_type": {
... | Result: message={'company': False, 'brake_pressure': 'Sao Paulo', 'cargo_type': 508, 'branch': {'website': 867, 'notes': 125.86, 'color': 408, 'vessel_name': 206, 'bill_of_lading': False}, 'color': 'https://example.com'}, {"message":{"company":false,"brake_pressure":"Sao Paulo","cargo_type":508,"branch":{"website":867,... | Output mixes natural language with JSON | {"message":{"company":false,"brake_pressure":"Sao Paulo","cargo_type":508,"branch":{"website":867,"notes":125.86,"color":408,"vessel_name":206,"bill_of_lading":false},"color":"https://example.com"},"ph_level":{"length":"push","id":"mode_c","annotation":184,"procedure_code":296,"compound":286,"tax":"https://www.org/api"... |
TASK repair_structured_output
SPEC
FIELD param_k91 TYPE number REQUIRED yes
FIELD key_r99 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_i55[] TYPE string REQUIRED yes
FIELD col_y40[] TYPE number REQUIRED no
BROKEN_OUTPUT
Sensor output follows:
{"param_k91":706.55,"key_r99":"large","col_i55":["https:/... | {"param_k91":706.55,"key_r99":"large","col_i55":["https://api.example.com/v1","approved","Silva"]} | extra_text_before | {
"type": "object",
"properties": {
"param_k91": {
"type": "number"
},
"key_r99": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_i55": {
"type": "array",
"items": {
"type": "string"
}
... | Sensor output follows:
{"param_k91":706.55,"key_r99":"large","col_i55":["https://api.example.com/v1","approved","Silva"]} | Output contains non-JSON text before the object | {"param_k91":706.55,"key_r99":"large","col_i55":["https://api.example.com/v1","approved","Silva"]} |
TASK repair_structured_output
SPEC
FIELD dim_g96 TYPE string REQUIRED no
FIELD col_r35 TYPE string REQUIRED yes
FIELD dim_q22.val_y51 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD dim_q22.prop_r76 TYPE string_uri REQUIRED no
FIELD dim_q22.val_k78 TYPE string REQUIRED no
FIELD dim_q22.dim_g63.val_c56 TY... | {"col_r35":"John","dim_q22":{"val_y51":"cat_d","prop_r76":"https://www.io/api","dim_g63":{"val_c56":731,"param_l60":"Tokyo","field_k50":null,"col_a92":"chr1"}},"dim_y49":202.44,"key_b55":201.03,"key_i39":"https://data.org/data"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_g96": {
"type": "string"
},
"col_r35": {
"type": "string"
},
"dim_q22": {
"type": "object",
"properties": {
"val_y51": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Let me provide the data in JSON format:
```json
{"col_r35":"John","dim_q22":{"val_y51":"cat_d","prop_r76":"https://www.io/api","dim_g63":{"val_c56":731,"param_l60":"Tokyo","field_k50":null,"col_a92":"chr1"}},"dim_y49":202.44,"key_b55":201.03,"key_i39":"https://data.org/data"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"col_r35":"John","dim_q22":{"val_y51":"cat_d","prop_r76":"https://www.io/api","dim_g63":{"val_c56":731,"param_l60":"Tokyo","field_k50":null,"col_a92":"chr1"}},"dim_y49":202.44,"key_b55":201.03,"key_i39":"https://data.org/data"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE number REQUIRED yes
FIELD description TYPE boolean REQUIRED no
FIELD enabled TYPE string REQUIRED no
FIELD total TYPE string_email REQUIRED no
FIELD insurance_id TYPE boolean REQUIRED no
FIELD crew_id.label.amplitude TYPE boolean REQUIRED no
FIELD crew_id.label... | {"commit_hash":548.0,"description":true,"enabled":"Johnson","insurance_id":false,"image_url":{"conductivity":698.81,"span_id":"John","version":false,"maturity_date":819,"annotation":184}} | truncated_object | {
"type": "object",
"properties": {
"commit_hash": {
"type": "number"
},
"description": {
"type": "boolean"
},
"enabled": {
"type": "string"
},
"total": {
"type": "string",
"format": "email"
},
"insurance_id": {
"type": "boolean"
},
"cr... | {"commit_hash":548.0,"description":true,"enabled":"Johnson","insurance_id":false,"image_url":{"conductivity":698.81,"span_id":"John","version":false,"maturity_date":819,"annotation":184} | Unexpected end of JSON input — truncated object | {"commit_hash":548.0,"description":true,"enabled":"Johnson","insurance_id":false,"image_url":{"conductivity":698.81,"span_id":"John","version":false,"maturity_date":819,"annotation":184}} |
TASK repair_structured_output
SPEC
FIELD param_d88 TYPE string REQUIRED no
FIELD key_z65 TYPE string_email REQUIRED no
FIELD param_l15 TYPE string REQUIRED yes
FIELD col_s26 TYPE string REQUIRED no
FIELD dim_e69 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_u03 TYPE string VALUES operational|degraded... | {"key_z65":"ops@test.io","param_l15":"Charlie","col_s26":"chr1","param_u03":"maintenance","val_r95":{"dim_z44":"Santos","val_d23":"JPY","val_b93":"Charlie","col_g53":630},"key_t29":124.47} | markdown_explanation | {
"type": "object",
"properties": {
"param_d88": {
"type": "string"
},
"key_z65": {
"type": "string",
"format": "email"
},
"param_l15": {
"type": "string"
},
"col_s26": {
"type": "string"
},
"dim_e69": {
"type": "string",
"enum": [
... | Sensor output follows:
```json
{"key_z65":"ops@test.io","param_l15":"Charlie","col_s26":"chr1","param_u03":"maintenance","val_r95":{"dim_z44":"Santos","val_d23":"JPY","val_b93":"Charlie","col_g53":630},"key_t29":124.47}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"key_z65":"ops@test.io","param_l15":"Charlie","col_s26":"chr1","param_u03":"maintenance","val_r95":{"dim_z44":"Santos","val_d23":"JPY","val_b93":"Charlie","col_g53":630},"key_t29":124.47} |
TASK repair_structured_output
SPEC
FIELD prop_z64 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD key_y38 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD dim_p65 TYPE string REQUIRED yes
FIELD attr_k15 TYPE integer REQUIRED no
FIELD val_a31 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"prop_z64"... | {"prop_z64":"info","key_y38":"admin","dim_p65":"This is a test value.","attr_k15":418} | missing_required | {
"type": "object",
"properties": {
"prop_z64": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_y38": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"dim_p65"... | {"prop_z64": "info", "dim_p65": "This is a test value.", "attr_k15": 418} | Required field 'key_y38' is missing | {"prop_z64":"info","key_y38":"admin","dim_p65":"This is a test value.","attr_k15":418} |
TASK repair_structured_output
SPEC
FIELD level TYPE integer REQUIRED no
FIELD index TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD subject TYPE boolean REQUIRED yes
BROKEN_OUTPUT
"index":"level_1","subject":false} | {"index":"level_1","subject":false} | missing_brace | {
"type": "object",
"properties": {
"level": {
"type": "integer"
},
"index": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"subject": {
"type": "boolean"
}
},
"required": [
... | "index":"level_1","subject":false} | Missing closing brace | {"index":"level_1","subject":false} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string REQUIRED no
FIELD language TYPE string_email REQUIRED no
FIELD features[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
<tool_call name="track_vessel">
{"full_name":"QC-07","language":"info@test.io","features":[775]}
</tool_call.
Operat... | {"full_name":"QC-07","language":"info@test.io","features":[775]} | tool_call_text_mix | {
"type": "object",
"properties": {
"full_name": {
"type": "string"
},
"language": {
"type": "string",
"format": "email"
},
"features": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"features"
]
} | Let me check the system.
<tool_call name="track_vessel">
{"full_name":"QC-07","language":"info@test.io","features":[775]}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"full_name":"QC-07","language":"info@test.io","features":[775]} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD timezone TYPE number REQUIRED no
FIELD current_draw TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD height TYPE string REQUIRED yes
FIELD full_name TYPE string REQUIRED no
FIELD bran... | {"current_draw":"operational","height":"RTG-04","full_name":"QC-07","branch":625,"barcode":234} | agent_chain | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"timezone": {
"type": "number"
},
"current_draw": {
"type": "string",
"enum": [
"operational",
"degraded",
... | Let me check the system.
Action: book_appointment
Result: {"height": "RTG-04", "full_name": "QC-07", "branch": 625, "barcode": 234}
Processing the request now.
Action: generate_report
Result: | Agent multi-step chain with truncated tool output | {"current_draw":"operational","height":"RTG-04","full_name":"QC-07","branch":625,"barcode":234} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD chapter TYPE string REQUIRED no
FIELD batch_code TYPE integer REQUIRED yes
BROKEN_OUTPUT
"chapter":"user@domain.com","batch_code":284} | {"chapter":"user@domain.com","batch_code":284} | missing_brace | {
"type": "object",
"properties": {
"vessel_name": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"chapter": {
"type": "string"
},
"batch_code": {
"type": "integer"
}
},
"required": [
"batch_c... | "chapter":"user@domain.com","batch_code":284} | Missing closing brace | {"chapter":"user@domain.com","batch_code":284} |
TASK repair_structured_output
SPEC
FIELD attr_k49 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_w31 TYPE string REQUIRED yes
FIELD key_l97 TYPE string REQUIRED no
FIELD dim_z21 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_k49":"JPY","key_w31":"This is a test value.","dim_z21":"Bob"}
Hope this helps! | {"attr_k49":"JPY","key_w31":"This is a test value.","dim_z21":"Bob"} | extra_text_after | {
"type": "object",
"properties": {
"attr_k49": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_w31": {
"type": "string"
},
"key_l97": {
"type": "string"
},
"dim_z21": {
"type": "string"... | {"attr_k49":"JPY","key_w31":"This is a test value.","dim_z21":"Bob"}
Hope this helps! | Output contains non-JSON text after the object | {"attr_k49":"JPY","key_w31":"This is a test value.","dim_z21":"Bob"} |
TASK repair_structured_output
SPEC
FIELD key_k22 TYPE string_date-time REQUIRED yes
FIELD attr_d59 TYPE boolean REQUIRED no
FIELD val_j99 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_p26 TYPE string REQUIRED yes
FIELD key_e98 TYPE number REQUIRED no
BROKEN_OUTPUT
Let me check the system.
<to... | {"key_k22":"2026-04-26T06:13:00Z","attr_d59":true,"val_j99":"info","param_p26":"baz","key_e98":638.79} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_k22": {
"type": "string",
"format": "date-time"
},
"attr_d59": {
"type": "boolean"
},
"val_j99": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_p2... | Let me check the system.
<tool_call name="check_availability">
{"key_k22":"2026-04-26T06:13:00Z","attr_d59":true,"val_j99":"info","param_p26":"baz","key_e98":638.79}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"key_k22":"2026-04-26T06:13:00Z","attr_d59":true,"val_j99":"info","param_p26":"baz","key_e98":638.79} |
TASK repair_structured_output
SPEC
FIELD interest_rate TYPE integer REQUIRED yes
FIELD paragraph TYPE string REQUIRED yes
FIELD wavelength.temp_celsius TYPE string_date-time REQUIRED no
FIELD wavelength.humidity_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD wavelength.first_... | {"interest_rate":351,"paragraph":"https://example.com","wavelength":{"temp_celsius":"2024-01-27T04:53:00Z","humidity_pct":"level_6"},"feedback":{"credit_score":"escalated","product_id":"test@domain.org","port_code":470}} | missing_brace | {
"type": "object",
"properties": {
"interest_rate": {
"type": "integer"
},
"paragraph": {
"type": "string"
},
"wavelength": {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string",
"format": "date-time"
},
"humid... | {"interest_rate":351,"paragraph":"https://example.com","wavelength":{"temp_celsius":"2024-01-27T04:53:00Z","humidity_pct":"level_6"},"feedback":{"credit_score":"escalated","product_id":"test@domain.org","port_code":470} | Missing closing brace | {"interest_rate":351,"paragraph":"https://example.com","wavelength":{"temp_celsius":"2024-01-27T04:53:00Z","humidity_pct":"level_6"},"feedback":{"credit_score":"escalated","product_id":"test@domain.org","port_code":470}} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD total TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD deploy_target TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD isotope TYPE string REQUIRED no
FIELD amount TYPE string_uri R... | {"pressure_kpa":"level_2","total":"level_1","deploy_target":"large","isotope":"John","options":"level_4","label":"2025-02-24T07:24:00Z"} | date_format_error | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"total": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"deploy_target": ... | {"pressure_kpa": "level_2", "total": "level_1", "deploy_target": "large", "isotope": "John", "options": "level_4", "label": "2025-02-24 07:24:00Z"} | Field 'label' has invalid date format | {"pressure_kpa":"level_2","total":"level_1","deploy_target":"large","isotope":"John","options":"level_4","label":"2025-02-24T07:24:00Z"} |
TASK repair_structured_output
SPEC
FIELD col_b86 TYPE number REQUIRED yes
FIELD key_v50 TYPE boolean REQUIRED no
FIELD field_e90.field_g63 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_e90.field_j64 TYPE number REQUIRED no
FIELD field_e90.col_v34 TYPE number REQUIRED no
FIELD field_e90.k... | {"col_b86":790.72,"key_v50":true,"field_e90":{"field_g63":"berthed","field_j64":17.77,"col_v34":89.43,"key_f20":109.74,"dim_s27":317}} | single_quotes | {
"type": "object",
"properties": {
"col_b86": {
"type": "number"
},
"key_v50": {
"type": "boolean"
},
"field_e90": {
"type": "object",
"properties": {
"field_g63": {
"type": "string",
"enum": [
"berthed",
"anchored",
... | {'col_b86':790.72,'key_v50':true,'field_e90':{'field_g63':'berthed','field_j64':17.77,'col_v34':89.43,'key_f20':109.74,'dim_s27':317}} | Expecting property name enclosed in double quotes | {"col_b86":790.72,"key_v50":true,"field_e90":{"field_g63":"berthed","field_j64":17.77,"col_v34":89.43,"key_f20":109.74,"dim_s27":317}} |
TASK repair_structured_output
SPEC
FIELD rating TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD options TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD procedure_code TYPE string VALUES type_a|type_b REQUIRED yes
BROKEN_OUTPUT
{"rating":"cat_a","options":"option_a","procedure_code":"type_a"... | {"rating":"cat_a","options":"option_a","procedure_code":"type_a"} | extra_text_after | {
"type": "object",
"properties": {
"rating": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"options": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"procedure_code": {
... | {"rating":"cat_a","options":"option_a","procedure_code":"type_a"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"rating":"cat_a","options":"option_a","procedure_code":"type_a"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD weight TYPE null REQUIRED yes
FIELD lab_result TYPE string REQUIRED yes
FIELD interest_rate TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD level TYPE string REQUIRED no
FIELD type TY... | {"procedure_code":"editor","weight":null,"lab_result":"https://api.example.com/v1","interest_rate":"new","level":"MV-Evergreen-01","type":"GRCh38","last_name":704} | extra_text_after | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"weight": {
"type": "null"
},
"lab_result": {
"type": "string"
},
"interest_rate": {
"type": "string",
"e... | {"procedure_code":"editor","weight":null,"lab_result":"https://api.example.com/v1","interest_rate":"new","level":"MV-Evergreen-01","type":"GRCh38","last_name":704}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"procedure_code":"editor","weight":null,"lab_result":"https://api.example.com/v1","interest_rate":"new","level":"MV-Evergreen-01","type":"GRCh38","last_name":704} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE string REQUIRED yes
FIELD score.length TYPE string REQUIRED no
FIELD score.subtotal TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD score.created_at TYPE integer REQUIRED no
FIELD score.quantity TYPE boolean REQUIRED no
FIELD score.verified.opti... | {"updated_at":"example","score":{"length":"Diana","subtotal":"white","created_at":351,"quantity":false,"step":"inactive","hazmat_code":739.5,"username":"foo"},"payment_status":"synonymous","manifest_ref":"QC-07","shift_code":"user@domain.org","product_id":"blue"} | extra_field | {
"type": "object",
"properties": {
"updated_at": {
"type": "string"
},
"score": {
"type": "object",
"properties": {
"length": {
"type": "string"
},
"subtotal": {
"type": "string",
"enum": [
"red",
"blue",
... | {"updated_at": "example", "score": {"length": "Diana", "subtotal": "white", "created_at": 351, "quantity": false, "step": "inactive", "hazmat_code": 739.5, "username": "foo"}, "payment_status": "synonymous", "manifest_ref": "QC-07", "shift_code": "user@domain.org", "product_id": "blue", "extra_info_4866": true} | Unknown field 'extra_info_4866' not defined in schema | {"updated_at":"example","score":{"length":"Diana","subtotal":"white","created_at":351,"quantity":false,"step":"inactive","hazmat_code":739.5,"username":"foo"},"payment_status":"synonymous","manifest_ref":"QC-07","shift_code":"user@domain.org","product_id":"blue"} |
TASK repair_structured_output
SPEC
FIELD prop_j13 TYPE integer REQUIRED yes
FIELD prop_c27 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD dim_q48 TYPE integer REQUIRED no
FIELD val_f60.val_r58 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD val_f60.col_l79 TYPE stri... | {"prop_j13":337,"dim_q48":9,"val_f60":{"val_r58":"degraded","col_l79":"high","param_a57":"mode_a","val_p11":"published","prop_p08":{"val_i62":"level_4","field_l26":"bar","prop_c13":"inland","prop_j47":"option_b","dim_x27":128.17,"dim_p33":"admin@example.com"},"prop_c96":"https://api.example.com/v1","field_g42":"mode_a"... | markdown_explanation | {
"type": "object",
"properties": {
"prop_j13": {
"type": "integer"
},
"prop_c27": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"dim_q48": {
"type": "integer"
},
"val_f60": {
"type": "obj... | Let me provide the data in JSON format:
```json
{"prop_j13":337,"dim_q48":9,"val_f60":{"val_r58":"degraded","col_l79":"high","param_a57":"mode_a","val_p11":"published","prop_p08":{"val_i62":"level_4","field_l26":"bar","prop_c13":"inland","prop_j47":"option_b","dim_x27":128.17,"dim_p33":"admin@example.com"},"prop_c96":"... | Output contains markdown and explanatory text around JSON | {"prop_j13":337,"dim_q48":9,"val_f60":{"val_r58":"degraded","col_l79":"high","param_a57":"mode_a","val_p11":"published","prop_p08":{"val_i62":"level_4","field_l26":"bar","prop_c13":"inland","prop_j47":"option_b","dim_x27":128.17,"dim_p33":"admin@example.com"},"prop_c96":"https://api.example.com/v1","field_g42":"mode_a"... |
TASK repair_structured_output
SPEC
FIELD count TYPE integer REQUIRED no
FIELD bill_of_lading.conductivity TYPE integer REQUIRED no
FIELD bill_of_lading.shift_code TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD bill_of_lading.trace_id TYPE string_uri REQUIRED yes
FIELD bill_of_lading.due_date TYPE numbe... | {"count":835,"bill_of_lading":{"conductivity":632,"shift_code":"critical","trace_id":"https://data.io/data","due_date":482.3,"interest_rate":{"values":null,"position":"MV-Evergreen-01","status_code":false,"format":633,"manifest_ref":"degraded"},"salinity":{"altitude":375.1,"age":973,"company":"2024-01-15","notes":"test... | null_required | {
"type": "object",
"properties": {
"count": {
"type": "integer"
},
"bill_of_lading": {
"type": "object",
"properties": {
"conductivity": {
"type": "integer"
},
"shift_code": {
"type": "string",
"enum": [
"low",
... | {"count": 835, "bill_of_lading": {"conductivity": 632, "shift_code": "critical", "trace_id": "https://data.io/data", "due_date": 482.3, "interest_rate": {"values": null, "position": "MV-Evergreen-01", "status_code": false, "format": 633, "manifest_ref": "degraded"}, "salinity": {"altitude": 375.1, "age": 973, "company"... | Required field 'items' is null | {"count":835,"bill_of_lading":{"conductivity":632,"shift_code":"critical","trace_id":"https://data.io/data","due_date":482.3,"interest_rate":{"values":null,"position":"MV-Evergreen-01","status_code":false,"format":633,"manifest_ref":"degraded"},"salinity":{"altitude":375.1,"age":973,"company":"2024-01-15","notes":"test... |
TASK repair_structured_output
SPEC
FIELD voltage TYPE integer REQUIRED no
FIELD gene_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD company TYPE integer REQUIRED no
FIELD updated_at[].coverage TYPE number REQUIRED yes
FIELD updated_at[].values TYPE integer REQUIRED no
FIELD updated_at[].featu... | {"voltage":828,"gene_id":"closed","company":829,"updated_at":[{"coverage":729.23,"values":163,"features":"rejected","amplitude":"synonymous","umi":"cancelled","build_status":"John"},{"coverage":883.34,"values":482,"amplitude":"frameshift","build_status":"Tokyo"},{"coverage":151.86,"features":"rejected","amplitude":"mis... | extra_text_after | {
"type": "object",
"properties": {
"voltage": {
"type": "integer"
},
"gene_id": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"company": {
"type": "integer"
},
"updated_at": {
"type": "a... | {"voltage":828,"gene_id":"closed","company":829,"updated_at":[{"coverage":729.23,"values":163,"features":"rejected","amplitude":"synonymous","umi":"cancelled","build_status":"John"},{"coverage":883.34,"values":482,"amplitude":"frameshift","build_status":"Tokyo"},{"coverage":151.86,"features":"rejected","amplitude":"mis... | Output contains non-JSON text after the object | {"voltage":828,"gene_id":"closed","company":829,"updated_at":[{"coverage":729.23,"values":163,"features":"rejected","amplitude":"synonymous","umi":"cancelled","build_status":"John"},{"coverage":883.34,"values":482,"amplitude":"frameshift","build_status":"Tokyo"},{"coverage":151.86,"features":"rejected","amplitude":"mis... |
TASK repair_structured_output
SPEC
FIELD balance TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD format TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD subtotal TYPE integer REQUIRED no
FIELD yield_pct TYPE string_uri REQUIRED yes
FIELD message TYPE integer REQUIRED no
FIELD cha... | {"balance":"synonymous","format":"phone","yield_pct":"https://example.org/v1","message":83,"chapter":"test@example.com","lane":"A short description."} | tool_call_partial_args | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"format": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | I need to look up the information first.
Action: call_variants
Arguments: {"balance": "synonymous", "format": "phone", "message": 83, "chapter": "test@example.com", "lane": "A short description."} | Agent tool call missing required parameter 'yield_pct' | {"balance":"synonymous","format":"phone","yield_pct":"https://example.org/v1","message":83,"chapter":"test@example.com","lane":"A short description."} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES single|married|divorced REQUIRED yes
FIELD batch_code TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD longitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD role TYPE number REQUIRED no
BROKEN_OUTPUT
Tool: query_port... | {"id":"married","longitude":"berthed","role":745.63} | tool_call_wrong_param | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"batch_code": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"longitude... | Tool: query_port_status
Params: {"id": "married", "role": 745.63, "longitude_new": "berthed"} | Agent used wrong parameter name 'longitude_new' instead of 'longitude' | {"id":"married","longitude":"berthed","role":745.63} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED yes
FIELD priority TYPE string_date-time REQUIRED no
FIELD enabled TYPE null REQUIRED no
FIELD diagnosis_code TYPE string REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="schedule_... | {"credit_score":"Alice","aligned_pct":"world","priority":"2026-08-05T13:09:00Z","enabled":null,"diagnosis_code":"Charlie"} | tool_call_text_mix | {
"type": "object",
"properties": {
"credit_score": {
"type": "string"
},
"aligned_pct": {
"type": "string"
},
"priority": {
"type": "string",
"format": "date-time"
},
"enabled": {
"type": "null"
},
"diagnosis_code": {
"type": "string"
}
... | I'll query our database.
<tool_call name="schedule_meeting">
{"credit_score":"Alice","aligned_pct":"world","priority":"2026-08-05T13:09:00Z","enabled":null,"diagnosis_code":"Charlie"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"credit_score":"Alice","aligned_pct":"world","priority":"2026-08-05T13:09:00Z","enabled":null,"diagnosis_code":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD prop_f45 TYPE string REQUIRED no
FIELD key_s85.col_z87 TYPE integer REQUIRED yes
FIELD key_s85.prop_x13 TYPE boolean REQUIRED yes
FIELD key_s85.dim_z90 TYPE string_email REQUIRED yes
FIELD prop_d76 TYPE boolean REQUIRED no
FIELD field_e70.param_y13 TYPE string_date-time REQUIRE... | {"prop_f45":"completed","key_s85":{"col_z87":895,"prop_x13":false,"dim_z90":"info@domain.org"},"prop_d76":false,"field_e70":{"param_y13":"2023-12-23T16:28:00Z","prop_r47":"Alice","key_h51":396.88,"val_y53":"https://www.io/api","attr_j18":"Paris","attr_l97":null,"col_p46":51.29},"prop_b25":{"attr_c62":{"val_g42":"Johnso... | missing_bracket | {
"type": "object",
"properties": {
"prop_f45": {
"type": "string"
},
"key_s85": {
"type": "object",
"properties": {
"col_z87": {
"type": "integer"
},
"prop_x13": {
"type": "boolean"
},
"dim_z90": {
"type": "string",... | {"prop_f45":"completed","key_s85":{"col_z87":895,"prop_x13":false,"dim_z90":"info@domain.org"},"prop_d76":false,"field_e70":{"param_y13":"2023-12-23T16:28:00Z","prop_r47":"Alice","key_h51":396.88,"val_y53":"https://www.io/api","attr_j18":"Paris","attr_l97":null,"col_p46":51.29},"prop_b25":{"attr_c62":{"val_g42":"Johnso... | Missing closing bracket | {"prop_f45":"completed","key_s85":{"col_z87":895,"prop_x13":false,"dim_z90":"info@domain.org"},"prop_d76":false,"field_e70":{"param_y13":"2023-12-23T16:28:00Z","prop_r47":"Alice","key_h51":396.88,"val_y53":"https://www.io/api","attr_j18":"Paris","attr_l97":null,"col_p46":51.29},"prop_b25":{"attr_c62":{"val_g42":"Johnso... |
TASK repair_structured_output
SPEC
FIELD enabled TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD build_status TYPE string REQUIRED no
FIELD website TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD quality_score.step TYPE string REQUIRED no
FIELD quality_score.temp_celsius TYPE integer R... | {"enabled":"editor","build_status":"active","website":"type_d","quality_score":{"temp_celsius":370,"options":"level_1","user_id":668,"shipping":{"run_id":"divorced","latitude":"chrX","comments":"2022-09-07T06:56:00Z","temp_celsius":"MV-Evergreen-01"},"features":"Maria","amplitude":408},"date":542,"bearing":true,"zip_co... | tool_call_partial_args | {
"type": "object",
"properties": {
"enabled": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"build_status": {
"type": "string"
},
"website": {
"type": "string",
"enum": [
"type_a",
"type_b",
"ty... | I need to look up the information first.
Action: get_inventory
Arguments: {"enabled": "editor", "build_status": "active", "website": "type_d", "quality_score": {"temp_celsius": 370, "options": "level_1", "user_id": 668, "shipping": {"run_id": "divorced", "latitude": "chrX", "comments": "2022-09-07T06:56:00Z", "temp_cel... | Agent tool call missing required parameter 'bearing' | {"enabled":"editor","build_status":"active","website":"type_d","quality_score":{"temp_celsius":370,"options":"level_1","user_id":668,"shipping":{"run_id":"divorced","latitude":"chrX","comments":"2022-09-07T06:56:00Z","temp_celsius":"MV-Evergreen-01"},"features":"Maria","amplitude":408},"date":542,"bearing":true,"zip_co... |
TASK repair_structured_output
SPEC
FIELD state TYPE string_date-time REQUIRED yes
FIELD format TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD amplitude TYPE string_email REQUIRED no
FIELD temp_celsius[].shipping TYPE null REQUIRED yes
FIELD temp_celsius[].discount TYPE boolean REQUIRE... | {"state":"2020-04-04T14:40:00Z","format":"escalated","amplitude":"test@test.io","temp_celsius":[{"shipping":null,"discount":false,"message":"option_d","frequency_hz":"Hapag-Lloyd-Express"}]} | unquoted_keys | {
"type": "object",
"properties": {
"state": {
"type": "string",
"format": "date-time"
},
"format": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"amplitude": {
"type": "string",
... | {state:"2020-04-04T14:40:00Z",format:"escalated",amplitude:"test@test.io",temp_celsius:[{shipping:null,discount:false,message:"option_d",frequency_hz:"Hapag-Lloyd-Express"}]} | Expecting property name enclosed in double quotes | {"state":"2020-04-04T14:40:00Z","format":"escalated","amplitude":"test@test.io","temp_celsius":[{"shipping":null,"discount":false,"message":"option_d","frequency_hz":"Hapag-Lloyd-Express"}]} |
TASK repair_structured_output
SPEC
FIELD col_c38 TYPE string_date-time REQUIRED no
FIELD col_x91 TYPE integer REQUIRED yes
FIELD field_g49 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_r86 TYPE number REQUIRED no
FIELD param_p71.key_b15 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD param_p... | {"col_x91":742,"field_g49":"pro","param_p71":{"key_b15":"type_b","param_q67":82.05,"attr_k95":null},"val_e27":"test@domain.org","attr_o30":481,"val_e02":"Tokyo"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_c38": {
"type": "string",
"format": "date-time"
},
"col_x91": {
"type": "integer"
},
"field_g49": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_r86... | Let me check the system.
<tool_call name="calculate_docking_fee">
{"col_x91":742,"field_g49":"pro","param_p71":{"key_b15":"type_b","param_q67":82.05,"attr_k95":null},"val_e27":"test@domain.org","attr_o30":481,"val_e02":"Tokyo"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"col_x91":742,"field_g49":"pro","param_p71":{"key_b15":"type_b","param_q67":82.05,"attr_k95":null},"val_e27":"test@domain.org","attr_o30":481,"val_e02":"Tokyo"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.