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 field_m11.dim_v03 TYPE string_uri REQUIRED yes
FIELD field_m11.val_b54 TYPE integer REQUIRED no
FIELD field_m11.prop_x76 TYPE integer REQUIRED no
FIELD field_m11.key_a54 TYPE number REQUIRED no
FIELD field_m11.dim_c72 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD ... | {"field_m11":{"dim_v03":"https://data.org/data","val_b54":763,"prop_x76":424,"key_a54":353.81,"dim_c72":"medium"},"val_l09":"EUR","dim_b95":"This is a test value.","param_x02":false,"attr_k77":{"param_y65":"https://api.com/api","key_i11":{"field_f42":"BRL","col_s90":"chr1","field_f86":"inactive","field_u48":"Oliveira"}... | missing_brace | {
"type": "object",
"properties": {
"field_m11": {
"type": "object",
"properties": {
"dim_v03": {
"type": "string",
"format": "uri"
},
"val_b54": {
"type": "integer"
},
"prop_x76": {
"type": "integer"
},
... | {"field_m11":{"dim_v03":"https://data.org/data","val_b54":763,"prop_x76":424,"key_a54":353.81,"dim_c72":"medium"},"val_l09":"EUR","dim_b95":"This is a test value.","param_x02":false,"attr_k77":{"param_y65":"https://api.com/api","key_i11":{"field_f42":"BRL","col_s90":"chr1","field_f86":"inactive","field_u48":"Oliveira",... | Missing closing brace | {"field_m11":{"dim_v03":"https://data.org/data","val_b54":763,"prop_x76":424,"key_a54":353.81,"dim_c72":"medium"},"val_l09":"EUR","dim_b95":"This is a test value.","param_x02":false,"attr_k77":{"param_y65":"https://api.com/api","key_i11":{"field_f42":"BRL","col_s90":"chr1","field_f86":"inactive","field_u48":"Oliveira"}... |
TASK repair_structured_output
SPEC
FIELD param_f77 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_e00 TYPE boolean REQUIRED yes
FIELD prop_u35 TYPE number REQUIRED yes
FIELD col_o12.param_k98 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD col_o12.param_p59 TYPE string VALUES c... | {"param_f77":"success","prop_e00":true,"prop_u35":470.01,"col_o12":{"param_k98":"mode_d","param_p59":"cat_b","key_x70":"https://data.org/api"}} | missing_required | {
"type": "object",
"properties": {
"param_f77": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"prop_e00": {
"type": "boolean"
},
"prop_u35": {
"type": "number"
},
"col_o12": {
"type": "object"... | {"param_f77": "success", "prop_e00": true, "col_o12": {"param_k98": "mode_d", "param_p59": "cat_b", "key_x70": "https://data.org/api"}} | Required field 'prop_u35' is missing | {"param_f77":"success","prop_e00":true,"prop_u35":470.01,"col_o12":{"param_k98":"mode_d","param_p59":"cat_b","key_x70":"https://data.org/api"}} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE number REQUIRED yes
FIELD batch_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD latitude TYPE string REQUIRED no
FIELD amplitude[].score TYPE string_uri REQUIRED yes
FIELD amplitude[].id TYPE integer REQUIRED no
FIELD amplitud... | {"trace_id":697.06,"batch_code":"pending_review","latitude":"Silva","amplitude":[{"score":"https://api.org/data","id":417,"amplitude":"coastal","isotope":["FWD"]},{"score":"https://data.com/api","id":151,"duration_ms":"inactive","amplitude":"oceanic","isotope":["https://api.example.com/v1","Diana","Charlie","Smith"]}],... | number_with_unit | {
"type": "object",
"properties": {
"trace_id": {
"type": "number"
},
"batch_code": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"latitude": {
"type": "string"
},
"amplitude": {
... | {"trace_id": "697.06px", "batch_code": "pending_review", "latitude": "Silva", "amplitude": [{"score": "https://api.org/data", "id": 417, "amplitude": "coastal", "isotope": ["FWD"]}, {"score": "https://data.com/api", "id": 151, "duration_ms": "inactive", "amplitude": "oceanic", "isotope": ["https://api.example.com/v1", ... | Field 'trace_id' must be number, got string with unit | {"trace_id":697.06,"batch_code":"pending_review","latitude":"Silva","amplitude":[{"score":"https://api.org/data","id":417,"amplitude":"coastal","isotope":["FWD"]},{"score":"https://data.com/api","id":151,"duration_ms":"inactive","amplitude":"oceanic","isotope":["https://api.example.com/v1","Diana","Charlie","Smith"]}],... |
TASK repair_structured_output
SPEC
FIELD attr_s79 TYPE boolean REQUIRED yes
FIELD param_n85 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD attr_f88 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"param_n85": "inland", "attr_f88": 617} | {"attr_s79":false,"param_n85":"inland","attr_f88":617} | missing_required | {
"type": "object",
"properties": {
"attr_s79": {
"type": "boolean"
},
"param_n85": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"attr_f88": {
"type": "integer"
}
},
"required": [
"attr_s79"
... | {"param_n85": "inland", "attr_f88": 617} | Required field 'attr_s79' is missing | {"attr_s79":false,"param_n85":"inland","attr_f88":617} |
TASK repair_structured_output
SPEC
FIELD key_x46 TYPE string_uri REQUIRED no
FIELD attr_k07 TYPE string REQUIRED no
FIELD field_q79 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"attr_k07": "This is a test value.", "field_q79": "109.62kg"} | {"attr_k07":"This is a test value.","field_q79":109.62} | number_with_unit | {
"type": "object",
"properties": {
"key_x46": {
"type": "string",
"format": "uri"
},
"attr_k07": {
"type": "string"
},
"field_q79": {
"type": "number"
}
},
"required": [
"field_q79"
]
} | {"attr_k07": "This is a test value.", "field_q79": "109.62kg"} | Field 'field_q79' must be number, got string with unit | {"attr_k07":"This is a test value.","field_q79":109.62} |
TASK repair_structured_output
SPEC
FIELD prop_q78 TYPE string REQUIRED yes
FIELD val_r41 TYPE string REQUIRED yes
FIELD param_z61 TYPE boolean REQUIRED yes
FIELD val_j43 TYPE string REQUIRED no
FIELD key_e50.key_c77.dim_w56 TYPE string REQUIRED no
FIELD key_e50.key_c77.field_t47 TYPE string REQUIRED no
FIELD key_e50.k... | {"prop_q78":"This is a test value.","val_r41":"baz","param_z61":false,"key_e50":{"key_c77":{"dim_w56":"test@example.com","field_t47":"Luis","key_g66":"https://api.example.com/v1","val_m42":null,"param_t26":["chrX","John","QC-07","Smith"]},"key_g12":"admin","param_j45":729.68,"attr_y69":"user@domain.org","field_i54":"of... | extra_text_before | {
"type": "object",
"properties": {
"prop_q78": {
"type": "string"
},
"val_r41": {
"type": "string"
},
"param_z61": {
"type": "boolean"
},
"val_j43": {
"type": "string"
},
"key_e50": {
"type": "object",
"properties": {
"key_c77": {
... | Here is the JSON you requested:
{"prop_q78":"This is a test value.","val_r41":"baz","param_z61":false,"key_e50":{"key_c77":{"dim_w56":"test@example.com","field_t47":"Luis","key_g66":"https://api.example.com/v1","val_m42":null,"param_t26":["chrX","John","QC-07","Smith"]},"key_g12":"admin","param_j45":729.68,"attr_y69":"... | Output contains non-JSON text before the object | {"prop_q78":"This is a test value.","val_r41":"baz","param_z61":false,"key_e50":{"key_c77":{"dim_w56":"test@example.com","field_t47":"Luis","key_g66":"https://api.example.com/v1","val_m42":null,"param_t26":["chrX","John","QC-07","Smith"]},"key_g12":"admin","param_j45":729.68,"attr_y69":"user@domain.org","field_i54":"of... |
TASK repair_structured_output
SPEC
FIELD prop_w83 TYPE boolean REQUIRED no
FIELD key_l57 TYPE integer REQUIRED no
FIELD attr_j42 TYPE number REQUIRED no
FIELD col_i61 TYPE integer REQUIRED yes
FIELD field_d91.dim_m27 TYPE number REQUIRED no
FIELD field_d91.dim_j04 TYPE integer REQUIRED yes
FIELD field_d91.val_a08 TYPE... | {"key_l57":301,"attr_j42":368.64,"col_i61":785,"field_d91":{"dim_j04":375,"val_a08":"https://api.com/data","col_j57":"info@example.com","val_c26":190}} | truncated_array | {
"type": "object",
"properties": {
"prop_w83": {
"type": "boolean"
},
"key_l57": {
"type": "integer"
},
"attr_j42": {
"type": "number"
},
"col_i61": {
"type": "integer"
},
"field_d91": {
"type": "object",
"properties": {
"dim_m27": {
... | {"key_l57":301,"attr_j42":368.64,"col_i61":785,"field_d91":{"dim_j04":375,"val_a08":"https://api.com/data","col_j57":"info@example.com","val_c26":190} | Unexpected end of JSON input — truncated object | {"key_l57":301,"attr_j42":368.64,"col_i61":785,"field_d91":{"dim_j04":375,"val_a08":"https://api.com/data","col_j57":"info@example.com","val_c26":190}} |
TASK repair_structured_output
SPEC
FIELD total.wavelength TYPE string REQUIRED no
FIELD total.barcode TYPE integer REQUIRED yes
FIELD total.timezone TYPE number REQUIRED yes
FIELD total.total TYPE boolean REQUIRED yes
FIELD paragraph.insurance_id TYPE integer REQUIRED yes
FIELD paragraph.crew_id TYPE integer REQUIRED ... | {"paragraph":{"insurance_id":746,"crew_id":474,"active":{"index":"archived","username":325,"barcode":"2025-02-20T15:51:00Z","cargo_type":"sms","date":"medium","image_url":589},"voltage":536,"hazmat_code":true},"maturity_date":true,"balance":"test@example.com","step":"qux","filter_flag":"ops@test.io","subtotal":{"priori... | markdown_fences | {
"type": "object",
"properties": {
"total": {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"barcode": {
"type": "integer"
},
"timezone": {
"type": "number"
},
"total": {
"type": ... | ```json
{"paragraph":{"insurance_id":746,"crew_id":474,"active":{"index":"archived","username":325,"barcode":"2025-02-20T15:51:00Z","cargo_type":"sms","date":"medium","image_url":589},"voltage":536,"hazmat_code":true},"maturity_date":true,"balance":"test@example.com","step":"qux","filter_flag":"ops@test.io","subtotal":... | Output contains markdown code fences | {"paragraph":{"insurance_id":746,"crew_id":474,"active":{"index":"archived","username":325,"barcode":"2025-02-20T15:51:00Z","cargo_type":"sms","date":"medium","image_url":589},"voltage":536,"hazmat_code":true},"maturity_date":true,"balance":"test@example.com","step":"qux","filter_flag":"ops@test.io","subtotal":{"priori... |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string REQUIRED no
FIELD due_date TYPE null REQUIRED no
FIELD consignee TYPE string_date-time REQUIRED no
FIELD level TYPE integer REQUIRED no
FIELD role TYPE number REQUIRED yes
FIELD lane TYPE string REQUIRED yes
FIELD account_id TYPE number REQUIRED no
FIELD t... | {"image_url":"A short description.","due_date":null,"consignee":"2026-06-27T18:47:00Z","level":236,"role":704.94,"lane":"GRCh38","thumbnail":433} | null_required | {
"type": "object",
"properties": {
"image_url": {
"type": "string"
},
"due_date": {
"type": "null"
},
"consignee": {
"type": "string",
"format": "date-time"
},
"level": {
"type": "integer"
},
"role": {
"type": "number"
},
"lane": {
... | {"image_url": "A short description.", "due_date": null, "consignee": "2026-06-27T18:47:00Z", "level": 236, "role": null, "lane": "GRCh38", "thumbnail": 433} | Required field 'role' is null | {"image_url":"A short description.","due_date":null,"consignee":"2026-06-27T18:47:00Z","level":236,"role":704.94,"lane":"GRCh38","thumbnail":433} |
TASK repair_structured_output
SPEC
FIELD field_c52 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_a84 TYPE number REQUIRED yes
FIELD prop_a80 TYPE string REQUIRED no
BROKEN_OUTPUT
{"field_c52": "married", "prop_a84": 335.24, "prop_a80": "baz", "extra_field_9269": 42} | {"field_c52":"married","prop_a84":335.24,"prop_a80":"baz"} | extra_field | {
"type": "object",
"properties": {
"field_c52": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_a84": {
"type": "number"
},
"prop_a80": {
"type": "string"
}
},
"required": [
"prop_a84"
]
} | {"field_c52": "married", "prop_a84": 335.24, "prop_a80": "baz", "extra_field_9269": 42} | Unknown field 'extra_field_9269' not defined in schema | {"field_c52":"married","prop_a84":335.24,"prop_a80":"baz"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD active TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD longitude TYPE string_date-time REQUIRED yes
FIELD feedback TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
... | {"diagnosis_code":"heterozygous","active":"small","longitude":"2022-07-12T22:03:00Z","feedback":"anchored"} | truncated_array | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"active": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}... | {"diagnosis_code":"heterozygous","active":"small","longitude":"2022-07-12T22:03:00Z","feedback":"anchored" | Unexpected end of JSON input — truncated object | {"diagnosis_code":"heterozygous","active":"small","longitude":"2022-07-12T22:03:00Z","feedback":"anchored"} |
TASK repair_structured_output
SPEC
FIELD param_w76 TYPE string REQUIRED yes
FIELD attr_z56 TYPE string REQUIRED yes
FIELD param_c13 TYPE string REQUIRED no
BROKEN_OUTPUT
Based on the data, param_w76 is chr1. {"param_w76":"chr1","attr_z56":"Paris"} | {"param_w76":"chr1","attr_z56":"Paris"} | partial_structure | {
"type": "object",
"properties": {
"param_w76": {
"type": "string"
},
"attr_z56": {
"type": "string"
},
"param_c13": {
"type": "string"
}
},
"required": [
"attr_z56",
"param_w76"
]
} | Based on the data, param_w76 is chr1. {"param_w76":"chr1","attr_z56":"Paris"} | Output mixes natural language with JSON | {"param_w76":"chr1","attr_z56":"Paris"} |
TASK repair_structured_output
SPEC
FIELD attr_i03 TYPE integer REQUIRED yes
FIELD val_h19 TYPE boolean REQUIRED no
FIELD val_n43 TYPE string_uri REQUIRED no
FIELD col_p62 TYPE number REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: verify_hazmat_compliance
Result: {"attr_i03": 150, "col_p62": 128.86}
Proce... | {"attr_i03":150,"val_h19":true,"col_p62":128.86} | agent_chain | {
"type": "object",
"properties": {
"attr_i03": {
"type": "integer"
},
"val_h19": {
"type": "boolean"
},
"val_n43": {
"type": "string",
"format": "uri"
},
"col_p62": {
"type": "number"
}
},
"required": [
"attr_i03"
]
} | Let me check the system.
Action: verify_hazmat_compliance
Result: {"attr_i03": 150, "col_p62": 128.86}
Processing the request now.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"attr_i03":150,"val_h19":true,"col_p62":128.86} |
TASK repair_structured_output
SPEC
FIELD field_l73 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD key_t32 TYPE integer REQUIRED yes
FIELD param_c53 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD field_t57 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUI... | {"key_t32":175,"param_c53":"mode_b","field_t57":"pending_review","field_z06":"admin@example.com","field_h33":"inactive","col_m62":162} | number_with_unit | {
"type": "object",
"properties": {
"field_l73": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"key_t32": {
"type": "integer"
},
"param_c53": {
"type": "string",
"enum": [
... | {"key_t32": 175, "param_c53": "mode_b", "field_t57": "pending_review", "field_z06": "admin@example.com", "field_h33": "inactive", "col_m62": "162ms"} | Field 'col_m62' must be number, got string with unit | {"key_t32":175,"param_c53":"mode_b","field_t57":"pending_review","field_z06":"admin@example.com","field_h33":"inactive","col_m62":162} |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE integer REQUIRED no
FIELD first_name TYPE boolean REQUIRED yes
FIELD run_id TYPE string_uri REQUIRED no
FIELD url[].category TYPE string REQUIRED no
FIELD url[].tile TYPE number REQUIRED yes
FIELD url[].website TYPE string REQUIRED no
FIELD url[].humidity_pct TY... | {"patient_id":662,"first_name":true,"run_id":"https://api.com/data","url":[{"tile":254.26,"website":"Berlin","humidity_pct":true,"amount":"https://example.com"}]} | truncated_object | {
"type": "object",
"properties": {
"patient_id": {
"type": "integer"
},
"first_name": {
"type": "boolean"
},
"run_id": {
"type": "string",
"format": "uri"
},
"url": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | {"patient_id":662,"first_name":true,"run_id":"https://api.com/data","url":[{"tile":254.26,"website":"Berlin","humidity_pct":true,"amount":"https://example.com"}] | Unexpected end of JSON input — truncated object | {"patient_id":662,"first_name":true,"run_id":"https://api.com/data","url":[{"tile":254.26,"website":"Berlin","humidity_pct":true,"amount":"https://example.com"}]} |
TASK repair_structured_output
SPEC
FIELD col_h58 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD prop_q99 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_z40 TYPE boolean REQUIRED no
FIELD prop_p24 TYPE null REQUIRED no
FIELD field_b33 TYPE integer REQUIRED no
BROKEN_OUTPUT... | {"col_h58":"arctic","prop_q99":"reliable","val_z40":false,"prop_p24":null,"field_b33":432} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_h58": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_q99": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},... | Tool: calculate_docking_fee
Params: {"prop_q99": "reliable", "val_z40": false, "prop_p24": null, "field_b33": 432, "col_h58_new": "arctic"} | Agent used wrong parameter name 'col_h58_new' instead of 'col_h58' | {"col_h58":"arctic","prop_q99":"reliable","val_z40":false,"prop_p24":null,"field_b33":432} |
TASK repair_structured_output
SPEC
FIELD dim_d74 TYPE string_email REQUIRED yes
FIELD dim_m59 TYPE integer REQUIRED no
FIELD dim_a82 TYPE string REQUIRED no
FIELD param_e29[] TYPE null REQUIRED no
FIELD param_h97[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
{"dim_d74":"admin@test.... | {"dim_d74":"admin@test.io","dim_m59":376,"param_e29":[null],"param_h97":[810,652,368]} | extra_text_before | {
"type": "object",
"properties": {
"dim_d74": {
"type": "string",
"format": "email"
},
"dim_m59": {
"type": "integer"
},
"dim_a82": {
"type": "string"
},
"param_e29": {
"type": "array",
"items": {
"type": "null"
}
},
"param_h97":... | Let me provide the data in JSON format:
{"dim_d74":"admin@test.io","dim_m59":376,"param_e29":[null],"param_h97":[810,652,368]} | Output contains non-JSON text before the object | {"dim_d74":"admin@test.io","dim_m59":376,"param_e29":[null],"param_h97":[810,652,368]} |
TASK repair_structured_output
SPEC
FIELD val_z60 TYPE string_date-time REQUIRED yes
FIELD attr_c59 TYPE boolean REQUIRED no
FIELD param_a52 TYPE string REQUIRED no
FIELD col_t65 TYPE null REQUIRED no
BROKEN_OUTPUT
Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"val_z60":"202... | {"val_z60":"2026-05-17T15:38:00Z","param_a52":"London"} | thought_process | {
"type": "object",
"properties": {
"val_z60": {
"type": "string",
"format": "date-time"
},
"attr_c59": {
"type": "boolean"
},
"param_a52": {
"type": "string"
},
"col_t65": {
"type": "null"
}
},
"required": [
"val_z60"
]
} | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"val_z60":"2026-05-17T15:38:00Z","param_a52":"London"} | Output contains chain-of-thought reasoning before JSON | {"val_z60":"2026-05-17T15:38:00Z","param_a52":"London"} |
TASK repair_structured_output
SPEC
FIELD compound.url TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD compound.amplitude TYPE number REQUIRED no
FIELD compound.size TYPE string REQUIRED no
FIELD compound.deploy_target TYPE string REQUIRED no
FIELD compound.status_code TYPE string_email REQUIRED ... | {"compound":{"url":"new","size":"A short description.","deploy_target":"https://api.example.com/v1","status_code":"info@example.com","tile":"basic","updated_at":null,"vessel_name":"bar"},"status_code":295,"run_id":"QC-07","shipping":null,"role":258.27} | missing_brace | {
"type": "object",
"properties": {
"compound": {
"type": "object",
"properties": {
"url": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"amplitude": {
"t... | {"compound":"url":"new","size":"A short description.","deploy_target":"https://api.example.com/v1","status_code":"info@example.com","tile":"basic","updated_at":null,"vessel_name":"bar"},"status_code":295,"run_id":"QC-07","shipping":null,"role":258.27} | Missing closing brace | {"compound":{"url":"new","size":"A short description.","deploy_target":"https://api.example.com/v1","status_code":"info@example.com","tile":"basic","updated_at":null,"vessel_name":"bar"},"status_code":295,"run_id":"QC-07","shipping":null,"role":258.27} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string REQUIRED yes
FIELD lane TYPE string REQUIRED no
FIELD title.company TYPE number REQUIRED yes
FIELD title.conductivity TYPE string REQUIRED no
FIELD title.span_id TYPE null REQUIRED no
FIELD title.temp_celsius TYPE string REQUIRED yes
FIELD title.half_life TYP... | {"dosage":"baz","lane":"REV","title":{"company":785.33,"span_id":null,"temp_celsius":"chrX","half_life":"Diana"}} | extra_text_after | {
"type": "object",
"properties": {
"dosage": {
"type": "string"
},
"lane": {
"type": "string"
},
"title": {
"type": "object",
"properties": {
"company": {
"type": "number"
},
"conductivity": {
"type": "string"
},
... | {"dosage":"baz","lane":"REV","title":{"company":785.33,"span_id":null,"temp_celsius":"chrX","half_life":"Diana"}}
Analysis finished. | Output contains non-JSON text after the object | {"dosage":"baz","lane":"REV","title":{"company":785.33,"span_id":null,"temp_celsius":"chrX","half_life":"Diana"}} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string REQUIRED yes
FIELD trace_id TYPE string REQUIRED no
FIELD coverage TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD currency TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD credit_score TYPE string_email REQUIRED no
FI... | {"latitude":"baz","coverage":"small","currency":"missense","loan_amount":"https://example.io/data"} | missing_brace | {
"type": "object",
"properties": {
"latitude": {
"type": "string"
},
"trace_id": {
"type": "string"
},
"coverage": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"currency": {
"type": "string",
... | "latitude":"baz","coverage":"small","currency":"missense","loan_amount":"https://example.io/data"} | Missing closing brace | {"latitude":"baz","coverage":"small","currency":"missense","loan_amount":"https://example.io/data"} |
TASK repair_structured_output
SPEC
FIELD col_g36 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_t36 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_v11 TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
I'll query our database.
<tool_call name="lookup_custo... | {"col_g36":"black","key_t36":"high","col_v11":"blue"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_g36": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"key_t36": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | I'll query our database.
<tool_call name="lookup_customer">
{"col_g36":"black","key_t36":"high","col_v11":"blue"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"col_g36":"black","key_t36":"high","col_v11":"blue"} |
TASK repair_structured_output
SPEC
FIELD field_b18 TYPE integer REQUIRED no
FIELD attr_n87 TYPE integer REQUIRED no
FIELD dim_a42 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD dim_j83.prop_q21 TYPE integer REQUIRED no
FIELD dim_j83.attr_m12 TYPE boolean REQUIRED no
FIELD dim_j83.val_p98 TYPE string ... | {"field_b18":422,"dim_a42":"option_a","attr_d54":false,"field_y55":{"param_i84":"cat_a","dim_v68":false,"col_f34":"Hapag-Lloyd-Express"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_b18": {
"type": "integer"
},
"attr_n87": {
"type": "integer"
},
"dim_a42": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"dim_j83": {
"type": "object",
"pr... | Let me check the system.
Action: align_reads
Arguments: {"field_b18": 422, "attr_d54": false, "field_y55": {"param_i84": "cat_a", "dim_v68": false, "col_f34": "Hapag-Lloyd-Express"}} | Agent tool call missing required parameter 'dim_a42' | {"field_b18":422,"dim_a42":"option_a","attr_d54":false,"field_y55":{"param_i84":"cat_a","dim_v68":false,"col_f34":"Hapag-Lloyd-Express"}} |
TASK repair_structured_output
SPEC
FIELD width TYPE number REQUIRED yes
FIELD lab_result TYPE string_date-time REQUIRED yes
FIELD umi TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"width":428.51,"lab_result":"2020-12-20T16:56:00Z","umi":"ops@example.com" | {"width":428.51,"lab_result":"2020-12-20T16:56:00Z","umi":"ops@example.com"} | truncated_array | {
"type": "object",
"properties": {
"width": {
"type": "number"
},
"lab_result": {
"type": "string",
"format": "date-time"
},
"umi": {
"type": "string",
"format": "email"
}
},
"required": [
"lab_result",
"width",
"umi"
]
} | {"width":428.51,"lab_result":"2020-12-20T16:56:00Z","umi":"ops@example.com" | Unexpected end of JSON input — truncated object | {"width":428.51,"lab_result":"2020-12-20T16:56:00Z","umi":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD attr_a45 TYPE string_date-time REQUIRED yes
FIELD val_q59 TYPE integer REQUIRED yes
FIELD param_v47.col_w82 TYPE null REQUIRED no
FIELD param_v47.attr_n81 TYPE number REQUIRED yes
FIELD param_v47.prop_f47 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_v4... | {"attr_a45":"2026-07-18T04:21:00Z","val_q59":516,"param_v47":{"attr_n81":923.99,"prop_f47":"info","prop_c86":910.47}} | truncated_array | {
"type": "object",
"properties": {
"attr_a45": {
"type": "string",
"format": "date-time"
},
"val_q59": {
"type": "integer"
},
"param_v47": {
"type": "object",
"properties": {
"col_w82": {
"type": "null"
},
"attr_n81": {
"... | {"attr_a45":"2026-07-18T04:21:00Z","val_q59":516,"param_v47":{"attr_n81":923.99,"prop_f47":"info","prop_c86":910.47} | Unexpected end of JSON input — truncated object | {"attr_a45":"2026-07-18T04:21:00Z","val_q59":516,"param_v47":{"attr_n81":923.99,"prop_f47":"info","prop_c86":910.47}} |
TASK repair_structured_output
SPEC
FIELD col_w00 TYPE string REQUIRED yes
FIELD dim_u85 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD param_u13 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
BROKEN_OUTPUT
Tool: calibrate_instrument
Params: {"col_w00": "chrX", "... | {"col_w00":"chrX","dim_u85":"level_4","param_u13":"level_1"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_w00": {
"type": "string"
},
"dim_u85": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"param_u13": {
"type": "string",
"enum": [
"level_1",
... | Tool: calibrate_instrument
Params: {"col_w00": "chrX", "param_u13": "level_1", "dim_u85_id": "level_4"} | Agent used wrong parameter name 'dim_u85_id' instead of 'dim_u85' | {"col_w00":"chrX","dim_u85":"level_4","param_u13":"level_1"} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD deploy_target TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD freight_class TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD bill_of_lading TYPE string VALUES lev... | {"commit_hash":"type_b","deploy_target":"level_2","freight_class":"USD","bill_of_lading":"level_1"} | single_quotes | {
"type": "object",
"properties": {
"commit_hash": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"deploy_target": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"leve... | {'commit_hash':'type_b','deploy_target':'level_2','freight_class':'USD','bill_of_lading':'level_1'} | Expecting property name enclosed in double quotes | {"commit_hash":"type_b","deploy_target":"level_2","freight_class":"USD","bill_of_lading":"level_1"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string_email REQUIRED no
FIELD type TYPE string REQUIRED no
FIELD subtotal.type TYPE integer REQUIRED no
FIELD subtotal.version TYPE string REQUIRED yes
FIELD subtotal.nickname TYPE string_uri REQUIRED no
FIELD subtotal.dissolved_oxygen TYPE integer REQUIRED no
... | {"account_id":"test@test.io","type":"chr1","subtotal":{"type":686,"version":"Johnson","nickname":"https://example.org/data","latitude":{"zip_code":"level_1","email":"type_c","user_id":null},"item_id":539.71},"deploy_target":{"paragraph":262,"bill_of_lading":969,"span_id":812.86,"quantity":859.73,"enabled":"Jane","termi... | unquoted_keys | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"format": "email"
},
"type": {
"type": "string"
},
"subtotal": {
"type": "object",
"properties": {
"type": {
"type": "integer"
},
"version": {
"type": "... | {account_id:"test@test.io",type:"chr1",subtotal:{type:686,version:"Johnson",nickname:"https://example.org/data",latitude:{zip_code:"level_1",email:"type_c",user_id:null},item_id:539.71},deploy_target:{paragraph:262,bill_of_lading:969,span_id:812.86,quantity:859.73,enabled:"Jane",terminal_id:{email:697,company:12,conduc... | Expecting property name enclosed in double quotes | {"account_id":"test@test.io","type":"chr1","subtotal":{"type":686,"version":"Johnson","nickname":"https://example.org/data","latitude":{"zip_code":"level_1","email":"type_c","user_id":null},"item_id":539.71},"deploy_target":{"paragraph":262,"bill_of_lading":969,"span_id":812.86,"quantity":859.73,"enabled":"Jane","termi... |
TASK repair_structured_output
SPEC
FIELD col_u14 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_g47.param_t76 TYPE string REQUIRED yes
FIELD dim_g47.val_t37 TYPE integer REQUIRED yes
FIELD dim_g47.attr_g58 TYPE string REQUIRED no
FIELD dim_g47.dim_i75 TYPE string REQUIRED yes
FIELD ke... | {"col_u14":"nonsense","key_h83":"Berlin","col_t02":"Bob","param_l37":"MV-Evergreen-01"} | single_quotes | {
"type": "object",
"properties": {
"col_u14": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_g47": {
"type": "object",
"properties": {
"param_t76": {
"type": "string"
},
... | {'col_u14':'nonsense','key_h83':'Berlin','col_t02':'Bob','param_l37':'MV-Evergreen-01'} | Expecting property name enclosed in double quotes | {"col_u14":"nonsense","key_h83":"Berlin","col_t02":"Bob","param_l37":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD field_t12 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD field_h66 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD prop_r13 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_w53 TYPE number REQUIRED no
FIELD prop_... | {"prop_r13":"phone","prop_r66":"unstable","attr_m03":"confirmed","field_i97":"level_2"} | agent_chain | {
"type": "object",
"properties": {
"field_t12": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"field_h66": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | I need to look up the information first.
Action: calibrate_instrument
Result: {"prop_r66": "unstable", "attr_m03": "confirmed", "field_i97": "level_2"}
Processing the request now.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"prop_r13":"phone","prop_r66":"unstable","attr_m03":"confirmed","field_i97":"level_2"} |
TASK repair_structured_output
SPEC
FIELD dim_v59 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD col_e25 TYPE boolean REQUIRED yes
FIELD field_i09 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
BROKEN_OUTPUT
Tool: query_port_status
Params: {"field_i09": "option_a", "col_e25_id": fal... | {"col_e25":false,"field_i09":"option_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_v59": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_e25": {
"type": "boolean"
},
"field_i09": {
"type": "string",
"enum": [
"option_a",
"opti... | Tool: query_port_status
Params: {"field_i09": "option_a", "col_e25_id": false} | Agent used wrong parameter name 'col_e25_id' instead of 'col_e25' | {"col_e25":false,"field_i09":"option_a"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE number REQUIRED no
FIELD dosage TYPE string REQUIRED yes
FIELD full_name TYPE integer REQUIRED no
BROKEN_OUTPUT
validate_sample(priority=475.44, dosage='2024-06-30', full_name=681) | {"priority":475.44,"dosage":"2024-06-30","full_name":681} | tool_call_python_syntax | {
"type": "object",
"properties": {
"priority": {
"type": "number"
},
"dosage": {
"type": "string"
},
"full_name": {
"type": "integer"
}
},
"required": [
"dosage"
]
} | validate_sample(priority=475.44, dosage='2024-06-30', full_name=681) | Tool call uses Python syntax instead of JSON | {"priority":475.44,"dosage":"2024-06-30","full_name":681} |
TASK repair_structured_output
SPEC
FIELD dim_v50 TYPE integer REQUIRED yes
FIELD field_j93 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_o41[].attr_j49 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_o41[].val_x29 TYPE string VALUES draft|published|archived REQUIRED... | {"dim_v50":472,"field_j93":"synonymous","dim_o41":[{"attr_j49":"single","val_x29":"published"},{"attr_j49":"married","val_x29":"published"},{"attr_j49":"single","val_x29":"draft","param_s49":"world"},{"attr_j49":"married","val_x29":"archived"}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_v50": {
"type": "integer"
},
"field_j93": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_o41": {
"type": "array",
"items": {
"type": "o... | query_port_status(dim_v50=472, field_j93='synonymous', dim_o41=[{'attr_j49': 'single', 'val_x29': 'published'}, {'attr_j49': 'married', 'val_x29': 'published'}, {'attr_j49': 'single', 'val_x29': 'draft', 'param_s49': 'world'}, {'attr_j49': 'married', 'val_x29': 'archived'}]) | Tool call uses Python syntax instead of JSON | {"dim_v50":472,"field_j93":"synonymous","dim_o41":[{"attr_j49":"single","val_x29":"published"},{"attr_j49":"married","val_x29":"published"},{"attr_j49":"single","val_x29":"draft","param_s49":"world"},{"attr_j49":"married","val_x29":"archived"}]} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dosage TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD section TYPE number REQUIRED no
FIELD payment_status TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD l... | {"status":"medium","dosage":"missense","section":7.45,"payment_status":"homozygous","language":101} | missing_required | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dosage": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
... | {"dosage": "missense", "section": 7.45, "payment_status": "homozygous", "language": 101} | Required field 'status' is missing | {"status":"medium","dosage":"missense","section":7.45,"payment_status":"homozygous","language":101} |
TASK repair_structured_output
SPEC
FIELD field_t50 TYPE integer REQUIRED no
FIELD key_x35 TYPE string REQUIRED no
FIELD val_g73 TYPE string REQUIRED no
FIELD attr_j84 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_o34[].val_f51 TYPE integer REQUIRED yes
FIELD param_o34[].field_r53 TYPE integer REQUIRED... | {"attr_j84":"USD","param_o34":[{"val_f51":656,"field_r53":882,"val_b78":368},{"val_f51":843,"field_r53":443,"val_b78":795},{"val_f51":208,"field_r53":584,"val_b78":488,"key_e02":"resolved"},{"val_f51":51,"field_r53":112,"val_b78":13,"key_e02":"resolved"}],"param_v16":["pending","inactive"]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_t50": {
"type": "integer"
},
"key_x35": {
"type": "string"
},
"val_g73": {
"type": "string"
},
"attr_j84": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | Tool: process_payment
Params: {"param_o34": [{"val_f51": 656, "field_r53": 882, "val_b78": 368}, {"val_f51": 843, "field_r53": 443, "val_b78": 795}, {"val_f51": 208, "field_r53": 584, "val_b78": 488, "key_e02": "resolved"}, {"val_f51": 51, "field_r53": 112, "val_b78": 13, "key_e02": "resolved"}], "param_v16": ["pending... | Agent used wrong parameter name 'attr_j84_name' instead of 'attr_j84' | {"attr_j84":"USD","param_o34":[{"val_f51":656,"field_r53":882,"val_b78":368},{"val_f51":843,"field_r53":443,"val_b78":795},{"val_f51":208,"field_r53":584,"val_b78":488,"key_e02":"resolved"},{"val_f51":51,"field_r53":112,"val_b78":13,"key_e02":"resolved"}],"param_v16":["pending","inactive"]} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD diagnosis_code TYPE string_date-time REQUIRED yes
FIELD company TYPE string_email REQUIRED no
FIELD state TYPE string VALUES level_1|level_2 REQUIRED no
FIELD footnote TYPE string REQUIRED yes
FI... | {"diagnosis_code":"2022-02-22T01:51:00Z","company":"admin@domain.org","state":"level_1","footnote":"Smith","chromosome":{"conductivity":"type_b","tags":588.95,"barcode":295,"vessel_name":"bar"},"version":null} | partial_structure | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"diagnosis_code": {
"type": "string",
"format": "date-time"
},
"company": {
"type": "string",
... | I found that version should be None. {"diagnosis_code":"2022-02-22T01:51:00Z","company":"admin@domain.org","state":"level_1","footnote":"Smith","chromosome":{"conductivity":"type_b","tags":588.95,"barcode":295,"vessel_name":"bar"},"version":null} | Output mixes natural language with JSON | {"diagnosis_code":"2022-02-22T01:51:00Z","company":"admin@domain.org","state":"level_1","footnote":"Smith","chromosome":{"conductivity":"type_b","tags":588.95,"barcode":295,"vessel_name":"bar"},"version":null} |
TASK repair_structured_output
SPEC
FIELD published TYPE string VALUES success|error|warning|info REQUIRED no
FIELD allele TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD position TYPE string REQUIRED no
FIELD total TYPE integer REQUIRED no
FIELD voltage TYPE string VALUES red|blue|green|black|white REQUIRED y... | {"published":"success","position":"2024-06-30","voltage":"green","tax":"https://www.org/v1","status":false,"created_at":"admin@domain.org"} | tool_call_partial_args | {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"allele": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"position... | I need to look up the information first.
Action: validate_address
Arguments: {"published": "success", "position": "2024-06-30", "voltage": "green", "tax": "https://www.org/v1", "created_at": "admin@domain.org"} | Agent tool call missing required parameter 'status' | {"published":"success","position":"2024-06-30","voltage":"green","tax":"https://www.org/v1","status":false,"created_at":"admin@domain.org"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD age TYPE string REQUIRED no
FIELD phenotype TYPE integer REQUIRED no
FIELD subtotal TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD interest_rate TYPE null REQUIRED yes
BROKEN_OUTP... | {"amplitude":"info","age":"Charlie","phenotype":153,"subtotal":"in_progress","interest_rate":null} | invalid_enum | {
"type": "object",
"properties": {
"amplitude": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"age": {
"type": "string"
},
"phenotype": {
"type": "integer"
},
"subtotal": {
"type": "string",
... | {"amplitude": "invalid_value_877", "age": "Charlie", "phenotype": 153, "subtotal": "in_progress", "interest_rate": null} | Field 'amplitude' has invalid enum value 'invalid_value_877', expected one of ['success', 'error', 'warning', 'info'] | {"amplitude":"info","age":"Charlie","phenotype":153,"subtotal":"in_progress","interest_rate":null} |
TASK repair_structured_output
SPEC
FIELD param_o15 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD key_t90 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD dim_p58 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD key_m29 TYPE string REQUIRED yes
FIELD col_m51 TYPE string REQUIRED no
FIE... | {"param_o15":"cat_d","key_t90":"cat_b","key_m29":"REV","col_m51":"hello","attr_g28":"active"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_o15": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"key_t90": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d... | transfer_call(param_o15='cat_d', key_t90='cat_b', key_m29='REV', col_m51='hello', attr_g28='active') | Tool call uses Python syntax instead of JSON | {"param_o15":"cat_d","key_t90":"cat_b","key_m29":"REV","col_m51":"hello","attr_g28":"active"} |
TASK repair_structured_output
SPEC
FIELD status_code.address TYPE boolean REQUIRED yes
FIELD status_code.brake_pressure TYPE string_uri REQUIRED yes
FIELD status_code.id TYPE null REQUIRED yes
FIELD trace_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD feedback TYPE string REQUIRED no
FIELD ... | {"status_code":{"address":true,"brake_pressure":"https://www.org/api","id":null},"trace_id":"hemizygous","feedback":"2024-06-30","maturity_date":{"status":"cancelled","user_id":"2022-08-07T13:18:00Z","sensor_id":"pending","name":{"index":403,"values":"user@domain.com","item_id":"berthed","language":368},"website":"RTG-... | truncated_array | {
"type": "object",
"properties": {
"status_code": {
"type": "object",
"properties": {
"address": {
"type": "boolean"
},
"brake_pressure": {
"type": "string",
"format": "uri"
},
"id": {
"type": "null"
}
},
... | {"status_code":{"address":true,"brake_pressure":"https://www.org/api","id":null},"trace_id":"hemizygous","feedback":"2024-06-30","maturity_date":{"status":"cancelled","user_id":"2022-08-07T13:18:00Z","sensor_id":"pending","name":{"index":403,"values":"user@domain.com","item_id":"berthed","language":368},"website":"RTG-... | Unexpected end of JSON input — truncated object | {"status_code":{"address":true,"brake_pressure":"https://www.org/api","id":null},"trace_id":"hemizygous","feedback":"2024-06-30","maturity_date":{"status":"cancelled","user_id":"2022-08-07T13:18:00Z","sensor_id":"pending","name":{"index":403,"values":"user@domain.com","item_id":"berthed","language":368},"website":"RTG-... |
TASK repair_structured_output
SPEC
FIELD dim_y27 TYPE boolean REQUIRED yes
FIELD col_j98 TYPE string REQUIRED yes
FIELD key_d69 TYPE integer REQUIRED yes
FIELD attr_n09 TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
<tool_call name="send_email">
{"dim_y27":false,"col_j98":"... | {"dim_y27":false,"col_j98":"A short description.","key_d69":507,"attr_n09":"editor"} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_y27": {
"type": "boolean"
},
"col_j98": {
"type": "string"
},
"key_d69": {
"type": "integer"
},
"attr_n09": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}
},
"requi... | Let me check the system.
<tool_call name="send_email">
{"dim_y27":false,"col_j98":"A short description.","key_d69":507,"attr_n09":"editor"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"dim_y27":false,"col_j98":"A short description.","key_d69":507,"attr_n09":"editor"} |
TASK repair_structured_output
SPEC
FIELD height TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD payment_status TYPE string_date-time REQUIRED no
FIELD insurance_id.compound TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD insurance_id.span_id TYPE number REQUIRED no
FIELD ins... | {"height":"closed","payment_status":"2024-06-08T13:23:00Z","insurance_id":{"span_id":218.88,"verified":"https://example.com","latitude":"operational","priority":false,"cargo_type":802},"chromosome":{"created_at":"anchored","timezone":false,"subtotal":{"duration_ms":"Jane","values":"active"}}} | missing_bracket | {
"type": "object",
"properties": {
"height": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"payment_status": {
"type": "string",
"format": "date-time"
},
"insurance_id": {
"type": "object",
... | {"height":"closed","payment_status":"2024-06-08T13:23:00Z","insurance_id":{"span_id":218.88,"verified":"https://example.com","latitude":"operational","priority":false,"cargo_type":802},"chromosome":{"created_at":"anchored","timezone":false,"subtotal":{"duration_ms":"Jane","values":"active"}}} | Missing closing bracket | {"height":"closed","payment_status":"2024-06-08T13:23:00Z","insurance_id":{"span_id":218.88,"verified":"https://example.com","latitude":"operational","priority":false,"cargo_type":802},"chromosome":{"created_at":"anchored","timezone":false,"subtotal":{"duration_ms":"Jane","values":"active"}}} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string REQUIRED yes
FIELD account_id TYPE number REQUIRED no
FIELD order_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"subject": "Oliveira", "account_id": 354.82, "order_id": 977, "extra_data_1547": true} | {"subject":"Oliveira","account_id":354.82,"order_id":977} | extra_field | {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"account_id": {
"type": "number"
},
"order_id": {
"type": "integer"
}
},
"required": [
"order_id",
"subject"
]
} | {"subject": "Oliveira", "account_id": 354.82, "order_id": 977, "extra_data_1547": true} | Unknown field 'extra_data_1547' not defined in schema | {"subject":"Oliveira","account_id":354.82,"order_id":977} |
TASK repair_structured_output
SPEC
FIELD field_q83 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_z70 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD prop_t06 TYPE null REQUIRED no
BROKEN_OUTPUT
{"dim_z70": "option_e", "prop_t06": null, "extra_value_579"... | {"dim_z70":"option_e","prop_t06":null} | extra_field | {
"type": "object",
"properties": {
"field_q83": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_z70": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | {"dim_z70": "option_e", "prop_t06": null, "extra_value_579": "unexpected"} | Unknown field 'extra_value_579' not defined in schema | {"dim_z70":"option_e","prop_t06":null} |
TASK repair_structured_output
SPEC
FIELD col_p85 TYPE string_date-time REQUIRED yes
FIELD prop_c12 TYPE number REQUIRED yes
FIELD dim_j60 TYPE null REQUIRED yes
FIELD dim_y99 TYPE string_email REQUIRED yes
FIELD field_z94 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
BROKEN_OUTPUT
I'll query our database.
<t... | {"col_p85":"2023-01-23T12:11:00Z","prop_c12":279.37,"dim_j60":null,"dim_y99":"info@domain.org"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_p85": {
"type": "string",
"format": "date-time"
},
"prop_c12": {
"type": "number"
},
"dim_j60": {
"type": "null"
},
"dim_y99": {
"type": "string",
"format": "email"
},
"field_z94": {
"type": "strin... | I'll query our database.
<tool_call name="validate_address">
{"col_p85":"2023-01-23T12:11:00Z","prop_c12":279.37,"dim_j60":null,"dim_y99":"info@domain.org"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"col_p85":"2023-01-23T12:11:00Z","prop_c12":279.37,"dim_j60":null,"dim_y99":"info@domain.org"} |
TASK repair_structured_output
SPEC
FIELD key_c75 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD param_u51 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_b27 TYPE integer REQUIRED yes
FIELD param_d65 TYPE string REQUIRED no
FIELD prop_u85 TYPE number REQUIRED no
FI... | {"key_c75":"type_d","param_u51":"type_e","key_b27":116,"param_d65":"user@domain.com","col_s09":"hello","param_y05":540.34} | tool_call_text_mix | {
"type": "object",
"properties": {
"key_c75": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"param_u51": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | Processing the request now.
<tool_call name="read_sensor_array">
{"key_c75":"type_d","param_u51":"type_e","key_b27":116,"param_d65":"user@domain.com","col_s09":"hello","param_y05":540.34}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"key_c75":"type_d","param_u51":"type_e","key_b27":116,"param_d65":"user@domain.com","col_s09":"hello","param_y05":540.34} |
TASK repair_structured_output
SPEC
FIELD param_t29 TYPE string REQUIRED yes
FIELD val_k68 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD attr_p92[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
BROKEN_OUTPUT
{"param_t29": "world", "attr_p92": ["level_3", "level_1"]} | {"param_t29":"world","val_k68":"type_c","attr_p92":["level_3","level_1"]} | missing_required | {
"type": "object",
"properties": {
"param_t29": {
"type": "string"
},
"val_k68": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"attr_p92": {
"type": "array",
"items": {
"type": "string",
"enum": [
... | {"param_t29": "world", "attr_p92": ["level_3", "level_1"]} | Required field 'val_k68' is missing | {"param_t29":"world","val_k68":"type_c","attr_p92":["level_3","level_1"]} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD cargo_type TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD verified TYPE string_date-time REQUIRED yes
FIELD size TYPE boolean REQUIRED no
BROKEN_OUTPUT
{total:"type_c",carg... | {"total":"type_c","cargo_type":"type_f","verified":"2020-12-26T08:22:00Z","size":false} | unquoted_keys | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"cargo_type": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {total:"type_c",cargo_type:"type_f",verified:"2020-12-26T08:22:00Z",size:false} | Expecting property name enclosed in double quotes | {"total":"type_c","cargo_type":"type_f","verified":"2020-12-26T08:22:00Z","size":false} |
TASK repair_structured_output
SPEC
FIELD col_r68 TYPE string REQUIRED yes
FIELD val_m95 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD field_r97 TYPE boolean REQUIRED no
FIELD param_n79 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
Here is the JSON you requested:
{"col_r68":"Ch... | {"col_r68":"Charlie","val_m95":"option_a"} | extra_text_before | {
"type": "object",
"properties": {
"col_r68": {
"type": "string"
},
"val_m95": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"field_r97": {
"type": "boolean"... | Here is the JSON you requested:
{"col_r68":"Charlie","val_m95":"option_a"} | Output contains non-JSON text before the object | {"col_r68":"Charlie","val_m95":"option_a"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string REQUIRED yes
FIELD diagnosis_code TYPE integer REQUIRED yes
FIELD vital_sign.patient_id TYPE string VALUES single|married|divorced REQUIRED no
FIELD vital_sign.first_name TYPE string REQUIRED no
FIELD vital_sign.level TYPE number REQUIRED yes
FIELD vital_s... | {"sensor_id":"Charlie","diagnosis_code":992,"vital_sign":{"patient_id":"single","first_name":"PASS","level":284.4,"email":373.5,"half_life":"hemizygous","dosage":"frameshift"},"email":"chr1"} | markdown_explanation | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string"
},
"diagnosis_code": {
"type": "integer"
},
"vital_sign": {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"enum": [
"single",
"mar... | Here is the JSON you requested:
```json
{"sensor_id":"Charlie","diagnosis_code":992,"vital_sign":{"patient_id":"single","first_name":"PASS","level":284.4,"email":373.5,"half_life":"hemizygous","dosage":"frameshift"},"email":"chr1"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"sensor_id":"Charlie","diagnosis_code":992,"vital_sign":{"patient_id":"single","first_name":"PASS","level":284.4,"email":373.5,"half_life":"hemizygous","dosage":"frameshift"},"email":"chr1"} |
TASK repair_structured_output
SPEC
FIELD dim_d54 TYPE number REQUIRED no
FIELD field_d94 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_u98.prop_h82 TYPE string_uri REQUIRED yes
FIELD key_u98.col_t18 TYPE string REQUIRED no
FIELD key_u98.dim_j62 TYPE string REQUIRED no
FIELD key_u98.attr_m12 TYPE ... | {"field_d94":"info","key_u98":{"prop_h82":"https://data.com/data","dim_j62":"hello","attr_m12":"demo"},"attr_l89":"type_d","col_u36":"pending"} | extra_field | {
"type": "object",
"properties": {
"dim_d54": {
"type": "number"
},
"field_d94": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_u98": {
"type": "object",
"properties": {
"prop_h82": {
... | {"field_d94": "info", "key_u98": {"prop_h82": "https://data.com/data", "dim_j62": "hello", "attr_m12": "demo"}, "attr_l89": "type_d", "col_u36": "pending", "extra_field_2687": true} | Unknown field 'extra_field_2687' not defined in schema | {"field_d94":"info","key_u98":{"prop_h82":"https://data.com/data","dim_j62":"hello","attr_m12":"demo"},"attr_l89":"type_d","col_u36":"pending"} |
TASK repair_structured_output
SPEC
FIELD subject TYPE boolean REQUIRED yes
FIELD due_date TYPE integer REQUIRED no
FIELD umi.date TYPE string REQUIRED yes
FIELD umi.thumbnail TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD umi.rating[].format TYPE integer REQUIRED no
FIELD umi.rating[... | {"subject":true,"due_date":226,"umi":{"date":"RTG-04","thumbnail":"rejected","rating":[{"format":703,"account_id":"2026-10-08T11:05:00Z","allele":"level_1","end_date":"mode_c","umi":"cat_b"}]},"procedure_code":{"width":"John","rating":"mode_b","build_status":"2026-09-02T07:18:00Z","status_code":{"step":15.04,"yield_pct... | tool_call_wrong_param | {
"type": "object",
"properties": {
"subject": {
"type": "boolean"
},
"due_date": {
"type": "integer"
},
"umi": {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"thumbnail": {
"type": "string",
"enum":... | Tool: get_weather
Params: {"subject": true, "due_date": 226, "umi": {"date": "RTG-04", "thumbnail": "rejected", "rating": [{"format": 703, "account_id": "2026-10-08T11:05:00Z", "allele": "level_1", "end_date": "mode_c", "umi": "cat_b"}]}, "procedure_code_name": {"width": "John", "rating": "mode_b", "build_status": "202... | Agent used wrong parameter name 'procedure_code_name' instead of 'procedure_code' | {"subject":true,"due_date":226,"umi":{"date":"RTG-04","thumbnail":"rejected","rating":[{"format":703,"account_id":"2026-10-08T11:05:00Z","allele":"level_1","end_date":"mode_c","umi":"cat_b"}]},"procedure_code":{"width":"John","rating":"mode_b","build_status":"2026-09-02T07:18:00Z","status_code":{"step":15.04,"yield_pct... |
TASK repair_structured_output
SPEC
FIELD dim_n04 TYPE boolean REQUIRED no
FIELD param_o31 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_r92 TYPE string REQUIRED yes
FIELD dim_h54.prop_t40 TYPE string_email REQUIRED yes
FIELD dim_h54.prop_a10.val_m32 TYPE string VALUES low|medium|high|critical REQUI... | {"param_o31":"pending","dim_r92":"sample"} | extra_text_after | {
"type": "object",
"properties": {
"dim_n04": {
"type": "boolean"
},
"param_o31": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_r92": {
"type": "string"
},
"dim_h54": {
"type": "object",
"propert... | {"param_o31":"pending","dim_r92":"sample"}
Hope this helps! | Output contains non-JSON text after the object | {"param_o31":"pending","dim_r92":"sample"} |
TASK repair_structured_output
SPEC
FIELD berth_slot TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD lane TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD message TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: fetch_lab_result
Arguments: {"berth_slot... | {"berth_slot":"maintenance","lane":"active","message":"Smith"} | tool_call_partial_args | {
"type": "object",
"properties": {
"berth_slot": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"lane": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
... | Let me check the system.
Action: fetch_lab_result
Arguments: {"berth_slot": "maintenance", "lane": "active"} | Agent tool call missing required parameter 'message' | {"berth_slot":"maintenance","lane":"active","message":"Smith"} |
TASK repair_structured_output
SPEC
FIELD field_k40.col_z42.param_d68 TYPE string REQUIRED yes
FIELD field_k40.col_z42.field_s97 TYPE string REQUIRED yes
FIELD field_k40.col_z42.val_w88 TYPE string_uri REQUIRED no
FIELD field_k40.col_z42.attr_p69 TYPE boolean REQUIRED yes
FIELD field_k40.col_z42.param_r61[] TYPE string... | {"field_k40":{"col_z42":{"param_d68":"QC-07","field_s97":"REV","val_w88":"https://data.com/api","attr_p69":false,"param_r61":["mode_a","mode_a"]},"key_d46":"Paris","key_q81":true,"field_b38":871,"attr_w56":"example"},"prop_k79":{"attr_m67":"small","field_l94":false,"prop_b06":"Smith","field_n21":{"dim_c91":"Johnson","f... | unquoted_keys | {
"type": "object",
"properties": {
"field_k40": {
"type": "object",
"properties": {
"col_z42": {
"type": "object",
"properties": {
"param_d68": {
"type": "string"
},
"field_s97": {
"type": "string"
... | {field_k40:{col_z42:{param_d68:"QC-07",field_s97:"REV",val_w88:"https://data.com/api",attr_p69:false,param_r61:["mode_a","mode_a"]},key_d46:"Paris",key_q81:true,field_b38:871,attr_w56:"example"},prop_k79:{attr_m67:"small",field_l94:false,prop_b06:"Smith",field_n21:{dim_c91:"Johnson",field_s51:"This is a test value.",co... | Expecting property name enclosed in double quotes | {"field_k40":{"col_z42":{"param_d68":"QC-07","field_s97":"REV","val_w88":"https://data.com/api","attr_p69":false,"param_r61":["mode_a","mode_a"]},"key_d46":"Paris","key_q81":true,"field_b38":871,"attr_w56":"example"},"prop_k79":{"attr_m67":"small","field_l94":false,"prop_b06":"Smith","field_n21":{"dim_c91":"Johnson","f... |
TASK repair_structured_output
SPEC
FIELD name TYPE string REQUIRED no
FIELD created_at TYPE string REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD isotope TYPE integer REQUIRED no
FIELD throttle_pos.enabled TYPE string REQUIRED yes
FIELD throttle_pos.medication TYPE null REQUIRED no
FIELD throttle_pos.s... | {"name":"inactive","deploy_target":"completed","isotope":409,"first_name":981.35} | extra_text_before | {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"created_at": {
"type": "string"
},
"deploy_target": {
"type": "string"
},
"isotope": {
"type": "integer"
},
"throttle_pos": {
"type": "object",
"properties": {
"enabled"... | Let me provide the data in JSON format:
{"name":"inactive","deploy_target":"completed","isotope":409,"first_name":981.35} | Output contains non-JSON text before the object | {"name":"inactive","deploy_target":"completed","isotope":409,"first_name":981.35} |
TASK repair_structured_output
SPEC
FIELD attr_t42 TYPE string REQUIRED no
FIELD field_q03.param_f45 TYPE string_email REQUIRED no
FIELD field_q03.prop_s42.param_p33 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD field_q03.prop_s42.prop_k41 TYPE string VALUES type_a|type_b|type_c REQUIRED no
F... | {"attr_t42":"example","field_q03":{"param_f45":"info@domain.org","prop_s42":{"param_p33":"mode_a","prop_k41":"type_a","attr_y59":"phone","attr_x32":"homozygous"},"param_c92":"Sao Paulo","val_s07":"cat_e","col_u36":87},"dim_k56":"MV-Evergreen-01","field_y58":736,"attr_x92":"Smith","val_c72":"Bob","field_i09":216} | thought_process | {
"type": "object",
"properties": {
"attr_t42": {
"type": "string"
},
"field_q03": {
"type": "object",
"properties": {
"param_f45": {
"type": "string",
"format": "email"
},
"prop_s42": {
"type": "object",
"properties": {
... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"attr_t42":"example","field_q03":{"param_f45":"info@domain.org","prop_s42":{"param_p33":"mode_a","prop_k41":"type_a","attr_y59":"phone","attr_x32":"homozygous"},"param_c92":"Sao Paulo","val_s07":"cat_e","col_u36":87},"dim_k56":"MV-Ev... | Output contains chain-of-thought reasoning before JSON | {"attr_t42":"example","field_q03":{"param_f45":"info@domain.org","prop_s42":{"param_p33":"mode_a","prop_k41":"type_a","attr_y59":"phone","attr_x32":"homozygous"},"param_c92":"Sao Paulo","val_s07":"cat_e","col_u36":87},"dim_k56":"MV-Evergreen-01","field_y58":736,"attr_x92":"Smith","val_c72":"Bob","field_i09":216} |
TASK repair_structured_output
SPEC
FIELD attr_p43 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD key_y54 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD prop_o43 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
```json
{"attr_p43":"active","key_y54":"info",... | {"attr_p43":"active","key_y54":"info","prop_o43":"returned"} | markdown_fences | {
"type": "object",
"properties": {
"attr_p43": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_y54": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"prop... | ```json
{"attr_p43":"active","key_y54":"info","prop_o43":"returned"}
``` | Output contains markdown code fences | {"attr_p43":"active","key_y54":"info","prop_o43":"returned"} |
TASK repair_structured_output
SPEC
FIELD val_m51 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD col_v00 TYPE string REQUIRED no
FIELD dim_z09 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_v67 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_... | {"val_m51":"missense","val_v67":"unstable"} | markdown_fences | {
"type": "object",
"properties": {
"val_m51": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"col_v00": {
"type": "string"
},
"dim_z09": {
"type": "string",
"enum": [
"reliable",
... | ```json
{"val_m51":"missense","val_v67":"unstable"}
``` | Output contains markdown code fences | {"val_m51":"missense","val_v67":"unstable"} |
TASK repair_structured_output
SPEC
FIELD label TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD tax TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD nickname TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD conductivity TYPE string REQUIRED yes
FIELD due_date TYPE number REQUIRED no
FIELD catalyst TYPE string... | {"tax":"sms","nickname":"cat_a","conductivity":"London","catalyst":"success","zip_code":"mode_b"} | truncated_array | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"tax": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"nickname": {
"type": "string",
... | {"tax":"sms","nickname":"cat_a","conductivity":"London","catalyst":"success","zip_code":"mode_b" | Unexpected end of JSON input — truncated object | {"tax":"sms","nickname":"cat_a","conductivity":"London","catalyst":"success","zip_code":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD dim_v08 TYPE number REQUIRED yes
FIELD key_s18 TYPE number REQUIRED yes
FIELD dim_d39.key_p49 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_d39.col_q26 TYPE string REQUIRED yes
FIELD dim_d39.field_t03 TYPE string VALUES admin|editor|viewer REQUIRED no
FIEL... | {"dim_v08":43.14,"key_s18":781.02,"dim_d39":{"key_p49":"pro","col_q26":"user@domain.com","field_t03":"admin","dim_q86":"PASS","col_i35":{"val_m75":777.7,"key_p77":"in_progress","val_u92":null,"col_v81":"homozygous","param_f94":"divorced"}}} | thought_process | {
"type": "object",
"properties": {
"dim_v08": {
"type": "number"
},
"key_s18": {
"type": "number"
},
"dim_d39": {
"type": "object",
"properties": {
"key_p49": {
"type": "string",
"enum": [
"free",
"basic",
"... | Processing the request now.
I'll validate against the schema.
{"dim_v08":43.14,"key_s18":781.02,"dim_d39":{"key_p49":"pro","col_q26":"user@domain.com","field_t03":"admin","dim_q86":"PASS","col_i35":{"val_m75":777.7,"key_p77":"in_progress","val_u92":null,"col_v81":"homozygous","param_f94":"divorced"}}} | Output contains chain-of-thought reasoning before JSON | {"dim_v08":43.14,"key_s18":781.02,"dim_d39":{"key_p49":"pro","col_q26":"user@domain.com","field_t03":"admin","dim_q86":"PASS","col_i35":{"val_m75":777.7,"key_p77":"in_progress","val_u92":null,"col_v81":"homozygous","param_f94":"divorced"}}} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE string REQUIRED yes
FIELD weight TYPE integer REQUIRED no
FIELD latitude TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD build_status TYPE string VALUES single|married|divorced REQUIRED no
FIELD currency.coverage TYPE string VALUES su... | {"phenotype":"Berlin","weight":118,"latitude":"missense","build_status":"married","currency":{"coverage":"success","url":"unstable","deploy_target":"New York","tags":"arctic","chapter":false},"status":67,"language":"editor"} | invalid_enum | {
"type": "object",
"properties": {
"phenotype": {
"type": "string"
},
"weight": {
"type": "integer"
},
"latitude": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"build_status": {
... | {"phenotype": "Berlin", "weight": 118, "latitude": "missense", "build_status": "married", "currency": {"coverage": "success", "url": "unstable", "deploy_target": "New York", "tags": "arctic", "chapter": false}, "status": 67, "language": "invalid_choice_599"} | Field 'language' has invalid enum value 'invalid_choice_599', expected one of ['admin', 'editor', 'viewer'] | {"phenotype":"Berlin","weight":118,"latitude":"missense","build_status":"married","currency":{"coverage":"success","url":"unstable","deploy_target":"New York","tags":"arctic","chapter":false},"status":67,"language":"editor"} |
TASK repair_structured_output
SPEC
FIELD currency TYPE integer REQUIRED yes
FIELD decay_rate TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD run_id TYPE number REQUIRED yes
FIELD amount.width TYPE boolean REQUIRED yes
FIELD amount.category TYPE integer REQUIRED no
FIELD amount.nickname TYPE string_date... | {"currency":33,"decay_rate":"white","run_id":395.09,"amount":{"width":false,"category":121,"nickname":"2021-10-21T23:27:00Z","features":"chr1","version":[520.64],"half_life":["cat_c","cat_c"]},"altitude":861.0,"verified":{"aligned_pct":"RTG-04","visible":518}} | number_with_unit | {
"type": "object",
"properties": {
"currency": {
"type": "integer"
},
"decay_rate": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"run_id": {
"type": "number"
},
"amount": {
"type":... | {"currency": "33MB", "decay_rate": "white", "run_id": 395.09, "amount": {"width": false, "category": 121, "nickname": "2021-10-21T23:27:00Z", "features": "chr1", "version": [520.64], "half_life": ["cat_c", "cat_c"]}, "altitude": 861.0, "verified": {"aligned_pct": "RTG-04", "visible": 518}} | Field 'currency' must be number, got string with unit | {"currency":33,"decay_rate":"white","run_id":395.09,"amount":{"width":false,"category":121,"nickname":"2021-10-21T23:27:00Z","features":"chr1","version":[520.64],"half_life":["cat_c","cat_c"]},"altitude":861.0,"verified":{"aligned_pct":"RTG-04","visible":518}} |
TASK repair_structured_output
SPEC
FIELD val_a61 TYPE integer REQUIRED no
FIELD prop_g71 TYPE integer REQUIRED no
FIELD col_a38 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD val_l18 TYPE string_date-time REQUIRED yes
FIELD key_s81.val_g60 TYPE integer REQUIRED yes
FIELD key_s81.attr_h09 TYPE string V... | {"val_a61":165,"prop_g71":7,"col_a38":"enterprise","val_l18":"2023-04-25T10:50:00Z","key_s81":{"val_g60":429,"prop_h43":"Berlin"},"col_w89":"hello","attr_k27":806} | null_required | {
"type": "object",
"properties": {
"val_a61": {
"type": "integer"
},
"prop_g71": {
"type": "integer"
},
"col_a38": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_l18": {
"type": "string",
... | {"val_a61": 165, "prop_g71": 7, "col_a38": "enterprise", "val_l18": "2023-04-25T10:50:00Z", "key_s81": {"val_g60": 429, "prop_h43": "Berlin"}, "col_w89": "hello", "attr_k27": null} | Required field 'attr_k27' is null | {"val_a61":165,"prop_g71":7,"col_a38":"enterprise","val_l18":"2023-04-25T10:50:00Z","key_s81":{"val_g60":429,"prop_h43":"Berlin"},"col_w89":"hello","attr_k27":806} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string REQUIRED yes
FIELD salinity TYPE number REQUIRED yes
FIELD frequency_hz[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"invoice_id": "cancelled", "salinity": "\"604.06\"", "frequency_hz": [445, 319, 213, 951]} | {"invoice_id":"cancelled","salinity":604.06,"frequency_hz":[445,319,213,951]} | wrong_type | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string"
},
"salinity": {
"type": "number"
},
"frequency_hz": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"required": [
"invoice_id",
"frequency_hz",
"salinity"
]
} | {"invoice_id": "cancelled", "salinity": "\"604.06\"", "frequency_hz": [445, 319, 213, 951]} | Field 'salinity' must be number, got string | {"invoice_id":"cancelled","salinity":604.06,"frequency_hz":[445,319,213,951]} |
TASK repair_structured_output
SPEC
FIELD field_n58 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD dim_v37 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD val_q73 TYPE boolean REQUIRED no
FIELD val_o54 TYPE integer REQUIRED no
BROKEN_OUTPUT
{field_n58:"lev... | {"field_n58":"level_2","dim_v37":"homozygous","val_q73":false,"val_o54":370} | unquoted_keys | {
"type": "object",
"properties": {
"field_n58": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"dim_v37": {
"type": "string",
"enum": [
"homozygous",
"heter... | {field_n58:"level_2",dim_v37:"homozygous",val_q73:false,val_o54:370} | Expecting property name enclosed in double quotes | {"field_n58":"level_2","dim_v37":"homozygous","val_q73":false,"val_o54":370} |
TASK repair_structured_output
SPEC
FIELD label TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD width TYPE string REQUIRED no
FIELD throttle_pos TYPE string REQUIRED no
FIELD turbidity TYPE integer REQUIRED no
FIELD category TYPE string REQUIRED no
FIELD image_url TYPE string_date-time RE... | {"label":"mode_f","turbidity":116,"category":"bar","image_url":"2023-06-07T16:04:00Z","compound":"cat_a"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"width": {
"type": "string"
},
"throttle_pos": {
"type": "string"
},
"t... | align_reads(label='mode_f', turbidity=116, category='bar', image_url='2023-06-07T16:04:00Z', compound='cat_a') | Tool call uses Python syntax instead of JSON | {"label":"mode_f","turbidity":116,"category":"bar","image_url":"2023-06-07T16:04:00Z","compound":"cat_a"} |
TASK repair_structured_output
SPEC
FIELD message.compound TYPE string VALUES option_a|option_b REQUIRED yes
FIELD message.paragraph TYPE integer REQUIRED yes
FIELD message.brake_pressure.message TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD message.brake_pressure.height TYPE string ... | {"message":{"compound":"option_a","paragraph":390,"brake_pressure":{"message":"option_c","height":"mode_e","run_id":878.13,"annotation":206,"temp_celsius":"2024-06-30"}},"balance":"2023-05-22T19:44:00Z","loan_amount":676,"company":"https://example.com","patient_id":"Hapag-Lloyd-Express","nickname":244,"enabled":"2025-1... | tool_call_wrong_param | {
"type": "object",
"properties": {
"message": {
"type": "object",
"properties": {
"compound": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"paragraph": {
"type": "integer"
},
"brake_... | Tool: assign_berth
Params: {"message": {"compound": "option_a", "paragraph": 390, "brake_pressure": {"message": "option_c", "height": "mode_e", "run_id": 878.13, "annotation": 206, "temp_celsius": "2024-06-30"}}, "balance": "2023-05-22T19:44:00Z", "loan_amount": 676, "company": "https://example.com", "nickname": 244, "... | Agent used wrong parameter name 'patient_id_id' instead of 'patient_id' | {"message":{"compound":"option_a","paragraph":390,"brake_pressure":{"message":"option_c","height":"mode_e","run_id":878.13,"annotation":206,"temp_celsius":"2024-06-30"}},"balance":"2023-05-22T19:44:00Z","loan_amount":676,"company":"https://example.com","patient_id":"Hapag-Lloyd-Express","nickname":244,"enabled":"2025-1... |
TASK repair_structured_output
SPEC
FIELD field_h40 TYPE number REQUIRED yes
FIELD dim_t59 TYPE integer REQUIRED yes
FIELD key_s76.param_j84 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD key_s76.val_u46 TYPE boolean REQUIRED yes
FIELD key_s76.prop_f95 TYPE boolean REQUIRED no
FIELD prop_y16 TYPE string_uri ... | {"field_h40":516.2,"dim_t59":895,"key_s76":{"param_j84":"mode_c","val_u46":false,"prop_f95":false},"prop_y16":"https://data.io/v1"} | missing_required | {
"type": "object",
"properties": {
"field_h40": {
"type": "number"
},
"dim_t59": {
"type": "integer"
},
"key_s76": {
"type": "object",
"properties": {
"param_j84": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
... | {"field_h40": 516.2, "dim_t59": 895, "prop_y16": "https://data.io/v1"} | Required field 'key_s76' is missing | {"field_h40":516.2,"dim_t59":895,"key_s76":{"param_j84":"mode_c","val_u46":false,"prop_f95":false},"prop_y16":"https://data.io/v1"} |
TASK repair_structured_output
SPEC
FIELD val_t42 TYPE null REQUIRED no
FIELD attr_e26 TYPE string REQUIRED yes
FIELD field_n73 TYPE string REQUIRED no
BROKEN_OUTPUT
```json
{"attr_e26":"pending"}
``` | {"attr_e26":"pending"} | markdown_fences | {
"type": "object",
"properties": {
"val_t42": {
"type": "null"
},
"attr_e26": {
"type": "string"
},
"field_n73": {
"type": "string"
}
},
"required": [
"attr_e26"
]
} | ```json
{"attr_e26":"pending"}
``` | Output contains markdown code fences | {"attr_e26":"pending"} |
TASK repair_structured_output
SPEC
FIELD dim_q01.dim_v43 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD dim_q01.val_j65 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD dim_q01.attr_f31 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD dim_q01.val_t50 TYPE number REQUIRED ... | {"val_c94":"type_b","val_b81":"New York"} | single_quotes | {
"type": "object",
"properties": {
"dim_q01": {
"type": "object",
"properties": {
"dim_v43": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_j65": {
"t... | {'val_c94':'type_b','val_b81':'New York'} | Expecting property name enclosed in double quotes | {"val_c94":"type_b","val_b81":"New York"} |
TASK repair_structured_output
SPEC
FIELD attr_m14 TYPE number REQUIRED yes
FIELD val_w70 TYPE string REQUIRED yes
FIELD dim_h58 TYPE number REQUIRED yes
BROKEN_OUTPUT
The output is as follows:
```json
{"attr_m14":519.95,"val_w70":"Berlin","dim_h58":714.23}
```
Let me know if you need anything else! | {"attr_m14":519.95,"val_w70":"Berlin","dim_h58":714.23} | markdown_explanation | {
"type": "object",
"properties": {
"attr_m14": {
"type": "number"
},
"val_w70": {
"type": "string"
},
"dim_h58": {
"type": "number"
}
},
"required": [
"attr_m14",
"dim_h58",
"val_w70"
]
} | The output is as follows:
```json
{"attr_m14":519.95,"val_w70":"Berlin","dim_h58":714.23}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"attr_m14":519.95,"val_w70":"Berlin","dim_h58":714.23} |
TASK repair_structured_output
SPEC
FIELD dim_t08 TYPE null REQUIRED no
FIELD col_m77 TYPE string REQUIRED no
FIELD key_m51 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD key_e02 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
BROKEN_OUTPUT
{"dim_t08": null, "col_m7... | {"dim_t08":null,"col_m77":"completed","key_m51":"level_5","key_e02":"intermittent"} | missing_required | {
"type": "object",
"properties": {
"dim_t08": {
"type": "null"
},
"col_m77": {
"type": "string"
},
"key_m51": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
... | {"dim_t08": null, "col_m77": "completed", "key_e02": "intermittent"} | Required field 'key_m51' is missing | {"dim_t08":null,"col_m77":"completed","key_m51":"level_5","key_e02":"intermittent"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD deploy_target TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD tile TYPE null REQUIRED no
FIELD subtotal TYPE integer REQUIRED yes
BROKEN_OUTPUT
"altitude":"underway","deploy_target":"USD",... | {"altitude":"underway","deploy_target":"USD","tile":null,"subtotal":78} | missing_brace | {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"deploy_target": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
... | "altitude":"underway","deploy_target":"USD","tile":null,"subtotal":78} | Missing closing brace | {"altitude":"underway","deploy_target":"USD","tile":null,"subtotal":78} |
TASK repair_structured_output
SPEC
FIELD attr_j72 TYPE string REQUIRED no
FIELD key_p85 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD field_x04 TYPE string REQUIRED yes
FIELD field_h22 TYPE integer REQUIRED no
FIELD attr_j85[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"attr_j72": "test", "field_x04": ... | {"attr_j72":"test","key_p85":"success","field_x04":"Santos","attr_j85":["chr1","Paris","2024-01-15","MV-Evergreen-01"]} | missing_required | {
"type": "object",
"properties": {
"attr_j72": {
"type": "string"
},
"key_p85": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_x04": {
"type": "string"
},
"field_h22": {
"type": "integer... | {"attr_j72": "test", "field_x04": "Santos", "attr_j85": ["chr1", "Paris", "2024-01-15", "MV-Evergreen-01"]} | Required field 'key_p85' is missing | {"attr_j72":"test","key_p85":"success","field_x04":"Santos","attr_j85":["chr1","Paris","2024-01-15","MV-Evergreen-01"]} |
TASK repair_structured_output
SPEC
FIELD val_u39 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_x78.val_o33 TYPE string REQUIRED no
FIELD param_x78.key_k89 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD param_x78.field_d48.dim_b26 TYPE integer REQUIRED no
FIELD param_x78.field_d48.field_z... | {"val_u39":"draft","param_x78":{"val_o33":"demo","key_k89":"cat_a","field_d48":{"dim_b26":815,"field_z33":"2024-05-27T22:32:00Z","param_z39":"inactive"}},"dim_o80":"mode_f","prop_e62":false,"col_i50":{"val_z97":true,"dim_r39":true,"param_s73":"berthed"},"val_t92":true,"field_v21":257} | trailing_comma | {
"type": "object",
"properties": {
"val_u39": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_x78": {
"type": "object",
"properties": {
"val_o33": {
"type": "string"
},
"key_k89": {
... | {"val_u39":"draft","param_x78":{"val_o33":"demo","key_k89":"cat_a","field_d48":{"dim_b26":815,"field_z33":"2024-05-27T22:32:00Z","param_z39":"inactive",}},"dim_o80":"mode_f","prop_e62":false,"col_i50":{"val_z97":true,"dim_r39":true,"param_s73":"berthed"},"val_t92":true,"field_v21":257} | Unexpected trailing comma | {"val_u39":"draft","param_x78":{"val_o33":"demo","key_k89":"cat_a","field_d48":{"dim_b26":815,"field_z33":"2024-05-27T22:32:00Z","param_z39":"inactive"}},"dim_o80":"mode_f","prop_e62":false,"col_i50":{"val_z97":true,"dim_r39":true,"param_s73":"berthed"},"val_t92":true,"field_v21":257} |
TASK repair_structured_output
SPEC
FIELD enabled TYPE integer REQUIRED yes
FIELD brake_pressure TYPE null REQUIRED no
FIELD aligned_pct.consignee TYPE string REQUIRED yes
FIELD aligned_pct.bill_of_lading TYPE boolean REQUIRED yes
FIELD aligned_pct.log_level.address TYPE string VALUES small|medium|large|xl REQUIRED no
... | {"enabled":961,"description":{"color":{"title":"info@domain.org","footnote":"medium","width":763,"throttle_pos":"escalated"},"language":542.29,"wavelength":"https://example.org/v1"},"created_at":{"step":241,"ph_level":"pending","gene_id":["completed","GRCh38","Charlie"]},"isotope":"Hapag-Lloyd-Express","step":"GBP"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"enabled": {
"type": "integer"
},
"brake_pressure": {
"type": "null"
},
"aligned_pct": {
"type": "object",
"properties": {
"consignee": {
"type": "string"
},
"bill_of_lading": {
"type": "boole... | fetch_lab_result(enabled=961, description={'color': {'title': 'info@domain.org', 'footnote': 'medium', 'width': 763, 'throttle_pos': 'escalated'}, 'language': 542.29, 'wavelength': 'https://example.org/v1'}, created_at={'step': 241, 'ph_level': 'pending', 'gene_id': ['completed', 'GRCh38', 'Charlie']}, isotope='Hapag-L... | Tool call uses Python syntax instead of JSON | {"enabled":961,"description":{"color":{"title":"info@domain.org","footnote":"medium","width":763,"throttle_pos":"escalated"},"language":542.29,"wavelength":"https://example.org/v1"},"created_at":{"step":241,"ph_level":"pending","gene_id":["completed","GRCh38","Charlie"]},"isotope":"Hapag-Lloyd-Express","step":"GBP"} |
TASK repair_structured_output
SPEC
FIELD dim_r70.key_i56 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_r70.col_v34 TYPE string_date-time REQUIRED no
FIELD dim_r70.dim_c96 TYPE integer REQUIRED yes
FIELD attr_m22.key_x36 TYPE string REQUIRED yes
FIELD attr_m22.prop_l13 TYPE string VALUES pending_rev... | {"attr_m22":{"key_x36":"2024-06-30","prop_l13":"confirmed","key_t81":"GRCh38","dim_z98":575,"dim_o60":{"dim_f45":false,"param_i23":null,"dim_f96":"hello","col_e41":"reliable","prop_x83":"degraded","attr_x68":"https://www.org/data"}},"attr_v81":"basic","dim_i93":890,"prop_v65":{"col_r73":"frameshift","attr_e40":"returne... | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_r70": {
"type": "object",
"properties": {
"key_i56": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"col_v34": {
"type": "string",
... | I'll query our database.
<tool_call name="transfer_call">
{"attr_m22":{"key_x36":"2024-06-30","prop_l13":"confirmed","key_t81":"GRCh38","dim_z98":575,"dim_o60":{"dim_f45":false,"param_i23":null,"dim_f96":"hello","col_e41":"reliable","prop_x83":"degraded","attr_x68":"https://www.org/data"}},"attr_v81":"basic","dim_i93":... | Agent response mixes reasoning text with tool call | {"attr_m22":{"key_x36":"2024-06-30","prop_l13":"confirmed","key_t81":"GRCh38","dim_z98":575,"dim_o60":{"dim_f45":false,"param_i23":null,"dim_f96":"hello","col_e41":"reliable","prop_x83":"degraded","attr_x68":"https://www.org/data"}},"attr_v81":"basic","dim_i93":890,"prop_v65":{"col_r73":"frameshift","attr_e40":"returne... |
TASK repair_structured_output
SPEC
FIELD prop_g26 TYPE integer REQUIRED no
FIELD prop_p90.val_x07 TYPE string REQUIRED no
FIELD prop_p90.prop_x16 TYPE integer REQUIRED yes
FIELD prop_p90.attr_t62 TYPE string_date-time REQUIRED no
FIELD prop_p90.key_e11 TYPE boolean REQUIRED yes
FIELD prop_p90.field_a91 TYPE string REQ... | {"prop_g26":307,"prop_p90":{"prop_x16":212,"attr_t62":"2021-05-02T08:05:00Z","key_e11":true,"field_a91":"approved"},"param_g71":799,"field_o24":{"col_h28":259.33,"prop_i81":"closed","key_o15":"Berlin"},"prop_u82":null,"prop_h93":"2022-01-09T09:30:00Z","prop_k39":153} | extra_field | {
"type": "object",
"properties": {
"prop_g26": {
"type": "integer"
},
"prop_p90": {
"type": "object",
"properties": {
"val_x07": {
"type": "string"
},
"prop_x16": {
"type": "integer"
},
"attr_t62": {
"type": "string... | {"prop_g26": 307, "prop_p90": {"prop_x16": 212, "attr_t62": "2021-05-02T08:05:00Z", "key_e11": true, "field_a91": "approved"}, "param_g71": 799, "field_o24": {"col_h28": 259.33, "prop_i81": "closed", "key_o15": "Berlin"}, "prop_u82": null, "prop_h93": "2022-01-09T09:30:00Z", "prop_k39": 153, "extra_info_2627": "unexpec... | Unknown field 'extra_info_2627' not defined in schema | {"prop_g26":307,"prop_p90":{"prop_x16":212,"attr_t62":"2021-05-02T08:05:00Z","key_e11":true,"field_a91":"approved"},"param_g71":799,"field_o24":{"col_h28":259.33,"prop_i81":"closed","key_o15":"Berlin"},"prop_u82":null,"prop_h93":"2022-01-09T09:30:00Z","prop_k39":153} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD humidity_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD diagnosis_code TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"first_name":"missense","humidity_pct":"closed",... | {"first_name":"missense","humidity_pct":"closed","diagnosis_code":false} | missing_bracket | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"humidity_pct": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
... | {"first_name":"missense","humidity_pct":"closed","diagnosis_code":false} | Missing closing bracket | {"first_name":"missense","humidity_pct":"closed","diagnosis_code":false} |
TASK repair_structured_output
SPEC
FIELD field_l47.attr_v49 TYPE integer REQUIRED yes
FIELD field_l47.key_o38 TYPE string REQUIRED yes
FIELD field_l47.val_g04 TYPE string_date-time REQUIRED yes
FIELD field_l47.key_w77 TYPE integer REQUIRED no
FIELD attr_y52 TYPE string_date-time REQUIRED yes
FIELD val_k58 TYPE integer... | {"field_l47":{"attr_v49":454,"key_o38":"RTG-04","val_g04":"2021-01-22T12:44:00Z","key_w77":827},"attr_y52":"2023-01-18T06:07:00Z","val_k58":323,"field_d19":"small"} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_l47": {
"type": "object",
"properties": {
"attr_v49": {
"type": "integer"
},
"key_o38": {
"type": "string"
},
"val_g04": {
"type": "string",
"format": "date-time"
},
... | Let me check the system.
<tool_call name="apply_discount">
{"field_l47":{"attr_v49":454,"key_o38":"RTG-04","val_g04":"2021-01-22T12:44:00Z","key_w77":827},"attr_y52":"2023-01-18T06:07:00Z","val_k58":323,"field_d19":"small"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"field_l47":{"attr_v49":454,"key_o38":"RTG-04","val_g04":"2021-01-22T12:44:00Z","key_w77":827},"attr_y52":"2023-01-18T06:07:00Z","val_k58":323,"field_d19":"small"} |
TASK repair_structured_output
SPEC
FIELD attr_r50 TYPE boolean REQUIRED yes
FIELD col_o15 TYPE number REQUIRED no
FIELD val_w91 TYPE string REQUIRED yes
FIELD field_h29 TYPE number REQUIRED yes
FIELD dim_z09.key_g82 TYPE string REQUIRED no
FIELD dim_z09.val_q83 TYPE number REQUIRED no
FIELD dim_z09.col_g28 TYPE string... | {"attr_r50":false,"val_w91":"quux","field_h29":45.84,"param_e89":{"attr_d17":420,"key_b44":true,"param_i92":{"field_f12":844,"field_y64":191,"val_m37":null,"key_e06":502,"val_p53":false},"dim_i46":"Johnson"}} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_r50": {
"type": "boolean"
},
"col_o15": {
"type": "number"
},
"val_w91": {
"type": "string"
},
"field_h29": {
"type": "number"
},
"dim_z09": {
"type": "object",
"properties": {
"key_g82": {
... | I'll query our database.
<tool_call name="run_diagnostics">
{"attr_r50":false,"val_w91":"quux","field_h29":45.84,"param_e89":{"attr_d17":420,"key_b44":true,"param_i92":{"field_f12":844,"field_y64":191,"val_m37":null,"key_e06":502,"val_p53":false},"dim_i46":"Johnson"}}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"attr_r50":false,"val_w91":"quux","field_h29":45.84,"param_e89":{"attr_d17":420,"key_b44":true,"param_i92":{"field_f12":844,"field_y64":191,"val_m37":null,"key_e06":502,"val_p53":false},"dim_i46":"Johnson"}} |
TASK repair_structured_output
SPEC
FIELD city TYPE string VALUES single|married|divorced REQUIRED yes
FIELD barcode TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD ph_level TYPE string REQUIRED no
BROKEN_OUTPUT
Here's the structured output:
```json
{"city":"married","barcode":"medium","ph_level":"Charli... | {"city":"married","barcode":"medium","ph_level":"Charlie"} | markdown_explanation | {
"type": "object",
"properties": {
"city": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"barcode": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"ph_level":... | Here's the structured output:
```json
{"city":"married","barcode":"medium","ph_level":"Charlie"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"city":"married","barcode":"medium","ph_level":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD prop_u82 TYPE integer REQUIRED yes
FIELD val_l43 TYPE null REQUIRED yes
FIELD attr_p85 TYPE string_email REQUIRED no
FIELD key_i77 TYPE number REQUIRED yes
FIELD field_c97.dim_h50 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_c97.attr_u13 TYPE intege... | {"prop_u82":661,"val_l43":null,"key_i77":531.22,"field_c97":{"dim_h50":"intermittent","attr_u13":4,"dim_m01":"low","key_t56":566,"attr_z52":"admin@domain.org","key_a12":"John"},"key_l34":"Charlie"} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_u82": {
"type": "integer"
},
"val_l43": {
"type": "null"
},
"attr_p85": {
"type": "string",
"format": "email"
},
"key_i77": {
"type": "number"
},
"field_c97": {
"type": "object",
"properties": {
... | I need to look up the information first.
Action: transfer_call
Arguments: {"val_l43": null, "key_i77": 531.22, "field_c97": {"dim_h50": "intermittent", "attr_u13": 4, "dim_m01": "low", "key_t56": 566, "attr_z52": "admin@domain.org", "key_a12": "John"}, "key_l34": "Charlie"} | Agent tool call missing required parameter 'prop_u82' | {"prop_u82":661,"val_l43":null,"key_i77":531.22,"field_c97":{"dim_h50":"intermittent","attr_u13":4,"dim_m01":"low","key_t56":566,"attr_z52":"admin@domain.org","key_a12":"John"},"key_l34":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE integer REQUIRED no
FIELD notes TYPE number REQUIRED yes
FIELD discount TYPE boolean REQUIRED yes
FIELD shipper_ref.dissolved_oxygen.insurance_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD shipper_ref.dissolved_oxygen.user_id TYPE string RE... | {"longitude":146,"notes":661.31,"discount":true,"shipper_ref":{"dissolved_oxygen":{"insurance_id":"type_c","user_id":"REV","created_at":"cat_b","patient_id":"REV","rating":"https://data.com/api"},"visible":"in_progress","version":"Oliveira","salinity":null,"bearing":"cat_c"},"values":"blue"} | missing_brace | {
"type": "object",
"properties": {
"longitude": {
"type": "integer"
},
"notes": {
"type": "number"
},
"discount": {
"type": "boolean"
},
"shipper_ref": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "object",
"... | {"longitude":146,"notes":661.31,"discount":true,"shipper_ref":{"dissolved_oxygen":{"insurance_id":"type_c","user_id":"REV","created_at":"cat_b","patient_id":"REV","rating":"https://data.com/api","visible":"in_progress","version":"Oliveira","salinity":null,"bearing":"cat_c"},"values":"blue"} | Missing closing brace | {"longitude":146,"notes":661.31,"discount":true,"shipper_ref":{"dissolved_oxygen":{"insurance_id":"type_c","user_id":"REV","created_at":"cat_b","patient_id":"REV","rating":"https://data.com/api"},"visible":"in_progress","version":"Oliveira","salinity":null,"bearing":"cat_c"},"values":"blue"} |
TASK repair_structured_output
SPEC
FIELD key_t85 TYPE string REQUIRED no
FIELD prop_g23 TYPE integer REQUIRED yes
FIELD dim_d27 TYPE string REQUIRED no
FIELD attr_t21[] TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_i43[] TYPE string VALUES single|married|divorced REQUIRED no
BROKEN_OUT... | {"key_t85":"Smith","prop_g23":881,"dim_d27":"https://example.com","attr_t21":["heterozygous","homozygous","hemizygous","hemizygous"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_t85": {
"type": "string"
},
"prop_g23": {
"type": "integer"
},
"dim_d27": {
"type": "string"
},
"attr_t21": {
"type": "array",
"items": {
"type": "string",
"enum": [
"homozygous",
"... | Let me check the system.
Action: calculate_price
Arguments: {"key_t85": "Smith", "dim_d27": "https://example.com", "attr_t21": ["heterozygous", "homozygous", "hemizygous", "hemizygous"]} | Agent tool call missing required parameter 'prop_g23' | {"key_t85":"Smith","prop_g23":881,"dim_d27":"https://example.com","attr_t21":["heterozygous","homozygous","hemizygous","hemizygous"]} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD size TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD item_id TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
<functioncall> get_account
{durat... | {"duration_ms":"operational","size":"heterozygous","item_id":"email"} | tool_call_bad_format | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"size": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"... | <functioncall> get_account
{duration_ms: "operational", size: "heterozygous", item_id: "email"} | Tool call has malformed arguments — unquoted keys in function parameters | {"duration_ms":"operational","size":"heterozygous","item_id":"email"} |
TASK repair_structured_output
SPEC
FIELD field_g24 TYPE string REQUIRED no
FIELD dim_z70 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_e10 TYPE boolean REQUIRED no
FIELD val_z11 TYPE number REQUIRED no
FIELD attr_g72 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
... | {"dim_z70":"anchored","col_e10":true,"val_z11":792.99,"attr_g72":"nonsense"} | missing_bracket | {
"type": "object",
"properties": {
"field_g24": {
"type": "string"
},
"dim_z70": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"col_e10": {
"type": "boolean"
},
"val_z11": {
"type": "num... | {"dim_z70":"anchored","col_e10":true,"val_z11":792.99,"attr_g72":"nonsense"} | Missing closing bracket | {"dim_z70":"anchored","col_e10":true,"val_z11":792.99,"attr_g72":"nonsense"} |
TASK repair_structured_output
SPEC
FIELD dim_n42 TYPE string REQUIRED yes
FIELD field_e95 TYPE null REQUIRED no
FIELD attr_n73 TYPE string REQUIRED no
FIELD val_y91 TYPE string REQUIRED no
FIELD val_e31[].val_r74 TYPE integer REQUIRED no
FIELD val_e31[].param_x06 TYPE string VALUES low|medium|high|critical REQUIRED no... | {"dim_n42":"world","field_e95":null,"attr_n73":"Santos","val_y91":"inactive","val_e31":[{"attr_x60":"draft","col_f80":"https://example.com","dim_m96":false,"col_a09":"JPY","attr_z67":615}]} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_n42": {
"type": "string"
},
"field_e95": {
"type": "null"
},
"attr_n73": {
"type": "string"
},
"val_y91": {
"type": "string"
},
"val_e31": {
"type": "array",
"items": {
"type": "object",
... | <functioncall> calibrate_instrument
{dim_n42: "world", field_e95: null, attr_n73: "Santos", val_y91: "inactive", val_e31: [{attr_x60: "draft", col_f80: "https://example.com", dim_m96: false, col_a09: "JPY", attr_z67: 615}]} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_n42":"world","field_e95":null,"attr_n73":"Santos","val_y91":"inactive","val_e31":[{"attr_x60":"draft","col_f80":"https://example.com","dim_m96":false,"col_a09":"JPY","attr_z67":615}]} |
TASK repair_structured_output
SPEC
FIELD attr_l22 TYPE number REQUIRED yes
FIELD key_v34 TYPE string REQUIRED yes
FIELD dim_d59 TYPE string REQUIRED no
FIELD attr_n24 TYPE string REQUIRED no
FIELD prop_e31.dim_k17 TYPE number REQUIRED yes
FIELD prop_e31.attr_h15 TYPE string_uri REQUIRED yes
FIELD prop_e31.col_y40 TYPE... | {"attr_l22":683.12,"key_v34":"Santos","attr_n24":"test@example.com","field_k09":"FWD"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_l22": {
"type": "number"
},
"key_v34": {
"type": "string"
},
"dim_d59": {
"type": "string"
},
"attr_n24": {
"type": "string"
},
"prop_e31": {
"type": "object",
"properties": {
"dim_k17": {
... | read_sensor_array(attr_l22=683.12, key_v34='Santos', attr_n24='test@example.com', field_k09='FWD') | Tool call uses Python syntax instead of JSON | {"attr_l22":683.12,"key_v34":"Santos","attr_n24":"test@example.com","field_k09":"FWD"} |
TASK repair_structured_output
SPEC
FIELD val_v37 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD dim_f71 TYPE string_email REQUIRED yes
FIELD col_z93 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD dim_b52 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"val_v37": "cat_a", "dim_f71": "admin@domain.org", "col_z93": "mod... | {"val_v37":"cat_a","dim_f71":"admin@domain.org","col_z93":"mode_a","dim_b52":true} | extra_field | {
"type": "object",
"properties": {
"val_v37": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"dim_f71": {
"type": "string",
"format": "email"
},
"col_z93": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
... | {"val_v37": "cat_a", "dim_f71": "admin@domain.org", "col_z93": "mode_a", "dim_b52": true, "extra_field_3907": true} | Unknown field 'extra_field_3907' not defined in schema | {"val_v37":"cat_a","dim_f71":"admin@domain.org","col_z93":"mode_a","dim_b52":true} |
TASK repair_structured_output
SPEC
FIELD version TYPE integer REQUIRED yes
FIELD current_draw TYPE string REQUIRED yes
FIELD chromosome TYPE string REQUIRED no
FIELD throttle_pos TYPE string_date-time REQUIRED no
FIELD rating[].published TYPE string REQUIRED yes
FIELD rating[].bill_of_lading TYPE string REQUIRED yes
F... | {"version":609,"current_draw":"pending","chromosome":"Bob","rating":[{"published":"Charlie","bill_of_lading":"Alice","nickname":"maintenance"},{"published":"This is a test value.","bill_of_lading":"Berlin","nickname":"degraded"},{"published":"MV-Evergreen-01","bill_of_lading":"2024-01-15","nickname":"degraded"}]} | tool_call_text_mix | {
"type": "object",
"properties": {
"version": {
"type": "integer"
},
"current_draw": {
"type": "string"
},
"chromosome": {
"type": "string"
},
"throttle_pos": {
"type": "string",
"format": "date-time"
},
"rating": {
"type": "array",
"ite... | I'll query our database.
<tool_call name="transfer_call">
{"version":609,"current_draw":"pending","chromosome":"Bob","rating":[{"published":"Charlie","bill_of_lading":"Alice","nickname":"maintenance"},{"published":"This is a test value.","bill_of_lading":"Berlin","nickname":"degraded"},{"published":"MV-Evergreen-01","b... | Agent response mixes reasoning text with tool call | {"version":609,"current_draw":"pending","chromosome":"Bob","rating":[{"published":"Charlie","bill_of_lading":"Alice","nickname":"maintenance"},{"published":"This is a test value.","bill_of_lading":"Berlin","nickname":"degraded"},{"published":"MV-Evergreen-01","bill_of_lading":"2024-01-15","nickname":"degraded"}]} |
TASK repair_structured_output
SPEC
FIELD field_j78 TYPE string REQUIRED no
FIELD col_n21 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_g19 TYPE string REQUIRED yes
FIELD dim_q14 TYPE boolean REQUIRED yes
FIELD field_g45[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"field_j78": "test", "col_n21": "marr... | {"field_j78":"test","col_n21":"married","col_g19":"MV-Evergreen-01","dim_q14":false,"field_g45":[419,110,506]} | null_required | {
"type": "object",
"properties": {
"field_j78": {
"type": "string"
},
"col_n21": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"col_g19": {
"type": "string"
},
"dim_q14": {
"type": "boolean"
},
"fie... | {"field_j78": "test", "col_n21": "married", "col_g19": null, "dim_q14": false, "field_g45": [419, 110, 506]} | Required field 'col_g19' is null | {"field_j78":"test","col_n21":"married","col_g19":"MV-Evergreen-01","dim_q14":false,"field_g45":[419,110,506]} |
TASK repair_structured_output
SPEC
FIELD key_s04 TYPE boolean REQUIRED no
FIELD dim_q56.dim_n10 TYPE string_email REQUIRED yes
FIELD dim_q56.param_n75 TYPE boolean REQUIRED no
FIELD dim_q56.col_w32[] TYPE string REQUIRED yes
FIELD dim_q56.key_i50[] TYPE string REQUIRED yes
FIELD col_x62.attr_b05 TYPE integer REQUIRED ... | {"key_s04":true,"dim_q56":{"dim_n10":"admin@example.com","col_w32":["Luis","foo","pending"],"key_i50":["John","New York"]},"dim_a78":"level_4","val_o83":"PASS","dim_h30":false,"val_f71":468} | tool_call_partial_args | {
"type": "object",
"properties": {
"key_s04": {
"type": "boolean"
},
"dim_q56": {
"type": "object",
"properties": {
"dim_n10": {
"type": "string",
"format": "email"
},
"param_n75": {
"type": "boolean"
},
"col_w32": ... | I need to look up the information first.
Action: search
Arguments: {"key_s04": true, "dim_a78": "level_4", "val_o83": "PASS", "dim_h30": false, "val_f71": 468} | Agent tool call missing required parameter 'dim_q56' | {"key_s04":true,"dim_q56":{"dim_n10":"admin@example.com","col_w32":["Luis","foo","pending"],"key_i50":["John","New York"]},"dim_a78":"level_4","val_o83":"PASS","dim_h30":false,"val_f71":468} |
TASK repair_structured_output
SPEC
FIELD key_y02 TYPE string REQUIRED no
FIELD field_s17 TYPE integer REQUIRED no
FIELD field_r12.val_h58 TYPE string REQUIRED no
FIELD field_r12.val_o83 TYPE integer REQUIRED yes
FIELD field_r12.key_q91 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD field_r12.at... | {"key_y02":"PASS","field_s17":666,"field_r12":{"val_h58":"baz","val_o83":568,"key_q91":"in_progress","attr_x45":{"col_f00":938.37,"param_u74":true,"param_h93":"Paris"},"key_v99":282.27,"dim_t28":false},"param_y46":"new","prop_x83":"pending"} | missing_bracket | {
"type": "object",
"properties": {
"key_y02": {
"type": "string"
},
"field_s17": {
"type": "integer"
},
"field_r12": {
"type": "object",
"properties": {
"val_h58": {
"type": "string"
},
"val_o83": {
"type": "integer"
},... | {"key_y02":"PASS","field_s17":666,"field_r12":{"val_h58":"baz","val_o83":568,"key_q91":"in_progress","attr_x45":{"col_f00":938.37,"param_u74":true,"param_h93":"Paris"},"key_v99":282.27,"dim_t28":false},"param_y46":"new","prop_x83":"pending"} | Missing closing bracket | {"key_y02":"PASS","field_s17":666,"field_r12":{"val_h58":"baz","val_o83":568,"key_q91":"in_progress","attr_x45":{"col_f00":938.37,"param_u74":true,"param_h93":"Paris"},"key_v99":282.27,"dim_t28":false},"param_y46":"new","prop_x83":"pending"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE boolean REQUIRED yes
FIELD bill_of_lading TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD lab_result TYPE null REQUIRED yes
FIELD footnote TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD patient_id TYPE string REQUIRED yes
FI... | {"balance":false,"lab_result":null,"patient_id":"Charlie","collateral":false,"berth_slot":"foo","transaction_id":{"address":523,"salinity":"test@example.com","payment_status":"https://example.com"}} | truncated_object | {
"type": "object",
"properties": {
"balance": {
"type": "boolean"
},
"bill_of_lading": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"lab_result": {
"type": "null"
},
"footnote": {
"type": "string",
"enu... | {"balance":false,"lab_result":null,"patient_id":"Charlie","collateral":false,"berth_slot":"foo","transaction_id":{"address":523,"salinity":"test@example.com","payment_status":"https://example.com"} | Unexpected end of JSON input — truncated object | {"balance":false,"lab_result":null,"patient_id":"Charlie","collateral":false,"berth_slot":"foo","transaction_id":{"address":523,"salinity":"test@example.com","payment_status":"https://example.com"}} |
TASK repair_structured_output
SPEC
FIELD field_n05 TYPE string REQUIRED no
FIELD attr_n83 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD param_o09 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_w68 TYPE boolean REQUIRED no
FIELD key_z35 TYPE string VALUES reliable|unstable|inte... | {"field_n05":"London","attr_n83":"delivered","param_o09":"large","attr_k00":455} | truncated_array | {
"type": "object",
"properties": {
"field_n05": {
"type": "string"
},
"attr_n83": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"param_o09": {
"type": "string",
"enum": [
"small",
... | {"field_n05":"London","attr_n83":"delivered","param_o09":"large","attr_k00":455 | Unexpected end of JSON input — truncated object | {"field_n05":"London","attr_n83":"delivered","param_o09":"large","attr_k00":455} |
TASK repair_structured_output
SPEC
FIELD compound TYPE integer REQUIRED no
FIELD user_id TYPE boolean REQUIRED yes
FIELD shipper_ref TYPE string REQUIRED no
BROKEN_OUTPUT
{"compound":474,"user_id":true,"shipper_ref":"FWD"} | {"compound":474,"user_id":true,"shipper_ref":"FWD"} | missing_bracket | {
"type": "object",
"properties": {
"compound": {
"type": "integer"
},
"user_id": {
"type": "boolean"
},
"shipper_ref": {
"type": "string"
}
},
"required": [
"user_id"
]
} | {"compound":474,"user_id":true,"shipper_ref":"FWD"} | Missing closing bracket | {"compound":474,"user_id":true,"shipper_ref":"FWD"} |
TASK repair_structured_output
SPEC
FIELD branch TYPE string REQUIRED no
FIELD price TYPE number REQUIRED no
FIELD transaction_id TYPE string REQUIRED no
FIELD hazmat_code.run_id TYPE string REQUIRED yes
FIELD hazmat_code.published TYPE number REQUIRED yes
FIELD hazmat_code.credit_score TYPE integer REQUIRED no
FIELD h... | {"branch":"pending","price":3.52,"transaction_id":"test","hazmat_code":{"run_id":"https://example.com","published":561.73,"credit_score":290,"commit_hash":"ops@example.com","shipper_ref":"test@example.com","weight":"2025-04-27T22:58:00Z","organism":{"umi":"London","patient_id":"https://api.com/v1","phone":"green","dura... | markdown_fences | {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"price": {
"type": "number"
},
"transaction_id": {
"type": "string"
},
"hazmat_code": {
"type": "object",
"properties": {
"run_id": {
"type": "string"
},
"p... | ```json
{"branch":"pending","price":3.52,"transaction_id":"test","hazmat_code":{"run_id":"https://example.com","published":561.73,"credit_score":290,"commit_hash":"ops@example.com","shipper_ref":"test@example.com","weight":"2025-04-27T22:58:00Z","organism":{"umi":"London","patient_id":"https://api.com/v1","phone":"gree... | Output contains markdown code fences | {"branch":"pending","price":3.52,"transaction_id":"test","hazmat_code":{"run_id":"https://example.com","published":561.73,"credit_score":290,"commit_hash":"ops@example.com","shipper_ref":"test@example.com","weight":"2025-04-27T22:58:00Z","organism":{"umi":"London","patient_id":"https://api.com/v1","phone":"green","dura... |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string_date-time REQUIRED no
FIELD barcode TYPE string_email REQUIRED no
FIELD payment_status TYPE string REQUIRED yes
FIELD log_level.company TYPE string REQUIRED yes
FIELD log_level.reagent.vessel_name TYPE string VALUES active|inactive|pending REQUIRED yes
FI... | {"barcode":"ops@domain.org","payment_status":"world","size":{"options":{"salinity":724,"address":true,"user_id":"inactive"},"quality_score":795,"wavelength":false}} | single_quotes | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"format": "date-time"
},
"barcode": {
"type": "string",
"format": "email"
},
"payment_status": {
"type": "string"
},
"log_level": {
"type": "object",
"properties": {
"c... | {'barcode':'ops@domain.org','payment_status':'world','size':{'options':{'salinity':724,'address':true,'user_id':'inactive'},'quality_score':795,'wavelength':false}} | Expecting property name enclosed in double quotes | {"barcode":"ops@domain.org","payment_status":"world","size":{"options":{"salinity":724,"address":true,"user_id":"inactive"},"quality_score":795,"wavelength":false}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.