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_y41 TYPE string REQUIRED yes
FIELD field_c73 TYPE string_date-time REQUIRED yes
FIELD dim_g97[].col_z15 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_g97[].dim_u45 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dim_g97[].field_h43 TY... | {"field_y41":"pending","field_c73":"2021-10-05T08:35:00Z","dim_g97":[{"col_z15":"returned","key_g64":"moored","val_s50":330.48,"attr_k37":null},{"col_z15":"in_transit","dim_u45":"viewer","field_h43":null,"key_g64":"moored","val_s50":900.51,"attr_k37":null},{"field_h43":null,"key_g64":"underway","val_s50":436.02,"attr_c... | date_format_error | {
"type": "object",
"properties": {
"field_y41": {
"type": "string"
},
"field_c73": {
"type": "string",
"format": "date-time"
},
"dim_g97": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_z15": {
"type": "st... | {"field_y41": "pending", "field_c73": "2021-10-05 08:35:00Z", "dim_g97": [{"col_z15": "returned", "key_g64": "moored", "val_s50": 330.48, "attr_k37": null}, {"col_z15": "in_transit", "dim_u45": "viewer", "field_h43": null, "key_g64": "moored", "val_s50": 900.51, "attr_k37": null}, {"field_h43": null, "key_g64": "underw... | Field 'field_c73' has invalid date format | {"field_y41":"pending","field_c73":"2021-10-05T08:35:00Z","dim_g97":[{"col_z15":"returned","key_g64":"moored","val_s50":330.48,"attr_k37":null},{"col_z15":"in_transit","dim_u45":"viewer","field_h43":null,"key_g64":"moored","val_s50":900.51,"attr_k37":null},{"field_h43":null,"key_g64":"underway","val_s50":436.02,"attr_c... |
TASK repair_structured_output
SPEC
FIELD title TYPE boolean REQUIRED yes
FIELD website TYPE string REQUIRED no
FIELD hazmat_code TYPE string_email REQUIRED no
FIELD shift_code TYPE null REQUIRED no
FIELD isotope[].level TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD isotope[].chromosome ... | {"title":true,"website":"Maria","hazmat_code":"ops@domain.org","shift_code":null,"isotope":[{"level":"maintenance","chromosome":"operational","format":"nonsense"},{"level":"offline","chromosome":"degraded","coverage":true,"format":"nonsense"},{"level":"maintenance","chromosome":"operational","coverage":true,"visible":"... | tool_call_bad_format | {
"type": "object",
"properties": {
"title": {
"type": "boolean"
},
"website": {
"type": "string"
},
"hazmat_code": {
"type": "string",
"format": "email"
},
"shift_code": {
"type": "null"
},
"isotope": {
"type": "array",
"items": {
... | <functioncall> track_vessel
{title: true, website: "Maria", hazmat_code: "ops@domain.org", shift_code: null, isotope: [{level: "maintenance", chromosome: "operational", format: "nonsense"}, {level: "offline", chromosome: "degraded", coverage: true, format: "nonsense"}, {level: "maintenance", chromosome: "operational", ... | Tool call has malformed arguments — unquoted keys in function parameters | {"title":true,"website":"Maria","hazmat_code":"ops@domain.org","shift_code":null,"isotope":[{"level":"maintenance","chromosome":"operational","format":"nonsense"},{"level":"offline","chromosome":"degraded","coverage":true,"format":"nonsense"},{"level":"maintenance","chromosome":"operational","coverage":true,"visible":"... |
TASK repair_structured_output
SPEC
FIELD branch TYPE string REQUIRED yes
FIELD feedback.account_id TYPE string REQUIRED yes
FIELD feedback.batch_code TYPE string REQUIRED yes
FIELD feedback.temp_celsius TYPE string REQUIRED no
FIELD feedback.tax TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD f... | {"branch":"pending","feedback":{"account_id":"Oliveira","batch_code":"cancelled","temp_celsius":"2024-06-30","tax":"homozygous","branch":[{"nickname":"Tokyo","trace_id":null,"comments":true},{"nickname":"https://api.example.com/v1","end_date":"user@domain.org","manifest_ref":779.45,"comments":false}]},"updated_at":{"ba... | tool_call_bad_format | {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"feedback": {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"batch_code": {
"type": "string"
},
"temp_celsius": {
"type": "s... | <functioncall> assign_berth
{branch: "pending", feedback: {account_id: "Oliveira", batch_code: "cancelled", temp_celsius: "2024-06-30", tax: "homozygous", branch: [{nickname: "Tokyo", trace_id: null, comments: true}, {nickname: "https://api.example.com/v1", end_date: "user@domain.org", manifest_ref: 779.45, comments: f... | Tool call has malformed arguments — unquoted keys in function parameters | {"branch":"pending","feedback":{"account_id":"Oliveira","batch_code":"cancelled","temp_celsius":"2024-06-30","tax":"homozygous","branch":[{"nickname":"Tokyo","trace_id":null,"comments":true},{"nickname":"https://api.example.com/v1","end_date":"user@domain.org","manifest_ref":779.45,"comments":false}]},"updated_at":{"ba... |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD pressure_kpa TYPE string REQUIRED no
FIELD user_id TYPE number REQUIRED no
FIELD consignee TYPE string_date-time REQUIRED yes
FIELD footnote TYPE number REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: s... | {"quantity":"level_2","user_id":90.81,"consignee":"2020-02-03T13:08:00Z","footnote":176.03} | tool_call_partial_args | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"pressure_kpa": {
"type": "string"
},
"user_id": {
"type": "number"
},
"consignee": {
"type": "string",
"format": "date-time"
... | Let me check the system.
Action: search
Arguments: {"quantity": "level_2", "user_id": 90.81, "footnote": 176.03} | Agent tool call missing required parameter 'consignee' | {"quantity":"level_2","user_id":90.81,"consignee":"2020-02-03T13:08:00Z","footnote":176.03} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD user_id TYPE string REQUIRED yes
FIELD account_id.amplitude.label TYPE integer REQUIRED no
FIELD account_id.amplitude.tags TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD account_id.amplitud... | {"user_id":"Oliveira","account_id":{"amplitude":{"label":611,"tags":"cat_b","span_id":"Diana","aligned_pct":true,"product_id":475,"created_at":false},"visible":{"crew_id":"completed","compound":false,"id":false,"department":"cat_a","shipper_ref":593,"dissolved_oxygen":"offline"},"order_id":{"allele":"mode_b"},"yield_pc... | truncated_array | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"user_id": {
"type": "string"
},
"account_id": {
"type": "object",
"properties": {
"amplitud... | {"user_id":"Oliveira","account_id":{"amplitude":{"label":611,"tags":"cat_b","span_id":"Diana","aligned_pct":true,"product_id":475,"created_at":false},"visible":{"crew_id":"completed","compound":false,"id":false,"department":"cat_a","shipper_ref":593,"dissolved_oxygen":"offline"},"order_id":{"allele":"mode_b"},"yield_pc... | Unexpected end of JSON input — truncated object | {"user_id":"Oliveira","account_id":{"amplitude":{"label":611,"tags":"cat_b","span_id":"Diana","aligned_pct":true,"product_id":475,"created_at":false},"visible":{"crew_id":"completed","compound":false,"id":false,"department":"cat_a","shipper_ref":593,"dissolved_oxygen":"offline"},"order_id":{"allele":"mode_b"},"yield_pc... |
TASK repair_structured_output
SPEC
FIELD items TYPE null REQUIRED yes
FIELD rating TYPE boolean REQUIRED no
FIELD first_name.discount TYPE number REQUIRED yes
FIELD first_name.latitude TYPE string REQUIRED no
FIELD first_name.annotation TYPE boolean REQUIRED no
FIELD first_name.size TYPE integer REQUIRED yes
FIELD fir... | {"items":null,"rating":true,"first_name":{"discount":915.21,"latitude":"PASS","size":872,"url":{"account_id":"high","shipping":"berthed","temp_celsius":"baz","length":"admin@test.io","shift_code":"married"}},"temp_celsius":688,"coverage":"https://data.com/v1","ward":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"items": {
"type": "null"
},
"rating": {
"type": "boolean"
},
"first_name": {
"type": "object",
"properties": {
"discount": {
"type": "number"
},
"latitude": {
"type": "string"
},
... | Tool: get_weather
Params: {"items": null, "rating": true, "first_name": {"discount": 915.21, "latitude": "PASS", "size": 872, "url": {"account_id": "high", "shipping": "berthed", "temp_celsius": "baz", "length": "admin@test.io", "shift_code": "married"}}, "coverage": "https://data.com/v1", "ward": true, "temp_celsius_i... | Agent used wrong parameter name 'temp_celsius_id' instead of 'temp_celsius' | {"items":null,"rating":true,"first_name":{"discount":915.21,"latitude":"PASS","size":872,"url":{"account_id":"high","shipping":"berthed","temp_celsius":"baz","length":"admin@test.io","shift_code":"married"}},"temp_celsius":688,"coverage":"https://data.com/v1","ward":true} |
TASK repair_structured_output
SPEC
FIELD val_y34 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD dim_v92 TYPE boolean REQUIRED no
FIELD col_t81.prop_a44 TYPE string_email REQUIRED yes
FIELD col_t81.attr_l95 TYPE boolean REQUIRED yes
FIELD col_t81.dim_r22 TYPE boolean REQUIRED yes
FIELD col_t8... | {"val_y34":"option_a","dim_v92":false,"col_t81":{"prop_a44":"user@domain.org","attr_l95":false,"dim_r22":true},"val_m47":"Bob","attr_w39":755.32} | missing_required | {
"type": "object",
"properties": {
"val_y34": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"dim_v92": {
"type": "boolean"
},
"col_t81": {
"type": "object",
"properties": {
"prop_a44"... | {"val_y34": "option_a", "dim_v92": false, "col_t81": {"prop_a44": "user@domain.org", "attr_l95": false, "dim_r22": true}, "attr_w39": 755.32} | Required field 'val_m47' is missing | {"val_y34":"option_a","dim_v92":false,"col_t81":{"prop_a44":"user@domain.org","attr_l95":false,"dim_r22":true},"val_m47":"Bob","attr_w39":755.32} |
TASK repair_structured_output
SPEC
FIELD dim_o39 TYPE integer REQUIRED no
FIELD prop_r22 TYPE string REQUIRED no
FIELD attr_b34.prop_w64 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_b34.key_t82 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_b34.key_f02 TYPE string VALUE... | {"dim_o39":199,"attr_b34":{"prop_w64":"reliable","key_t82":"free","key_f02":"operational","param_h06":348,"attr_m25":183,"attr_i70":"https://data.org/data"},"key_b56":{"dim_f05":"medium","param_f94":{"val_u79":140,"param_w19":"active","val_b40":"ops@example.com"},"col_m22":{"field_f52":"blue","param_b55":"Alice"},"prop... | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_o39": {
"type": "integer"
},
"prop_r22": {
"type": "string"
},
"attr_b34": {
"type": "object",
"properties": {
"prop_w64": {
"type": "string",
"enum": [
"reliable",
"unstable",
... | Tool: read_sensor_array
Params: {"dim_o39": 199, "attr_b34": {"prop_w64": "reliable", "key_t82": "free", "key_f02": "operational", "param_h06": 348, "attr_m25": 183, "attr_i70": "https://data.org/data"}, "attr_v01": 855.21, "key_f93": 701, "attr_v45": 48.36, "param_m88": 790, "key_b562": {"dim_f05": "medium", "param_f9... | Agent used wrong parameter name 'key_b562' instead of 'key_b56' | {"dim_o39":199,"attr_b34":{"prop_w64":"reliable","key_t82":"free","key_f02":"operational","param_h06":348,"attr_m25":183,"attr_i70":"https://data.org/data"},"key_b56":{"dim_f05":"medium","param_f94":{"val_u79":140,"param_w19":"active","val_b40":"ops@example.com"},"col_m22":{"field_f52":"blue","param_b55":"Alice"},"prop... |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE integer REQUIRED yes
FIELD allele TYPE string REQUIRED no
FIELD maturity_date TYPE integer REQUIRED yes
FIELD deploy_target TYPE string VALUES single|married|divorced REQUIRED no
FIELD vessel_name[].url TYPE integer REQUIRED no
FIELD vessel_name[].role TYPE bo... | {"manifest_ref":877,"allele":"RTG-04","maturity_date":499,"deploy_target":"divorced","vessel_name":[{"url":129,"role":false,"price":[false,true,true]},{"url":178,"role":true},{"url":54,"role":true},{"url":142,"role":false,"price":[false,false,false,false]}]} | number_with_unit | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "integer"
},
"allele": {
"type": "string"
},
"maturity_date": {
"type": "integer"
},
"deploy_target": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
... | {"manifest_ref": "877sec", "allele": "RTG-04", "maturity_date": 499, "deploy_target": "divorced", "vessel_name": [{"url": 129, "role": false, "price": [false, true, true]}, {"url": 178, "role": true}, {"url": 54, "role": true}, {"url": 142, "role": false, "price": [false, false, false, false]}]} | Field 'manifest_ref' must be number, got string with unit | {"manifest_ref":877,"allele":"RTG-04","maturity_date":499,"deploy_target":"divorced","vessel_name":[{"url":129,"role":false,"price":[false,true,true]},{"url":178,"role":true},{"url":54,"role":true},{"url":142,"role":false,"price":[false,false,false,false]}]} |
TASK repair_structured_output
SPEC
FIELD index TYPE string REQUIRED yes
FIELD paragraph TYPE number REQUIRED yes
FIELD email TYPE string REQUIRED no
FIELD wavelength TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD currency TYPE string_uri REQUIRED yes
FIELD type TYPE string VALUES level_1|level_2|level_3|level_... | {"index":"A short description.","paragraph":999.94,"wavelength":"cat_b","currency":"https://data.io/v1","type":"level_1"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"index": {
"type": "string"
},
"paragraph": {
"type": "number"
},
"email": {
"type": "string"
},
"wavelength": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"currency": ... | delete_item(index='A short description.', paragraph=999.94, wavelength='cat_b', currency='https://data.io/v1', type='level_1') | Tool call uses Python syntax instead of JSON | {"index":"A short description.","paragraph":999.94,"wavelength":"cat_b","currency":"https://data.io/v1","type":"level_1"} |
TASK repair_structured_output
SPEC
FIELD key_j00 TYPE string REQUIRED no
FIELD prop_f50 TYPE string REQUIRED no
FIELD param_g04 TYPE integer REQUIRED no
FIELD dim_i87 TYPE integer REQUIRED no
FIELD attr_z68 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD field_w37 TYPE boolean REQUIRED n... | {"key_j00":"GRCh38","dim_i87":593,"val_t99":false} | boolean_as_string | {
"type": "object",
"properties": {
"key_j00": {
"type": "string"
},
"prop_f50": {
"type": "string"
},
"param_g04": {
"type": "integer"
},
"dim_i87": {
"type": "integer"
},
"attr_z68": {
"type": "string",
"enum": [
"mode_a",
"mo... | {"key_j00": "GRCh38", "dim_i87": 593, "val_t99": "no"} | Field 'val_t99' must be boolean, got string | {"key_j00":"GRCh38","dim_i87":593,"val_t99":false} |
TASK repair_structured_output
SPEC
FIELD param_f93 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD key_w52.key_y79 TYPE integer REQUIRED yes
FIELD key_w52.param_z37 TYPE string REQUIRED no
FIELD key_w52.col_k13 TYPE string REQUIRED yes
FIELD key_w52.col_g43 TYPE string VALUES admin|editor|viewer R... | {"param_f93":"unstable","key_w52":{"key_y79":164,"col_k13":"Tokyo","col_g43":"admin","param_u02":"cat_b","param_y31":"bar"},"field_x98":true,"param_e18":540} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_f93": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"key_w52": {
"type": "object",
"properties": {
"key_y79": {
"type": "integer"
},
"param_z37":... | <functioncall> delete_item
{param_f93: "unstable", key_w52: {key_y79: 164, col_k13: "Tokyo", col_g43: "admin", param_u02: "cat_b", param_y31: "bar"}, field_x98: true, param_e18: 540} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_f93":"unstable","key_w52":{"key_y79":164,"col_k13":"Tokyo","col_g43":"admin","param_u02":"cat_b","param_y31":"bar"},"field_x98":true,"param_e18":540} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string_date-time REQUIRED no
FIELD comments.role TYPE string_email REQUIRED yes
FIELD comments.level TYPE integer REQUIRED yes
FIELD comments.phenotype TYPE number REQUIRED yes
FIELD comments.vital_sign TYPE integer REQUIRED no
FIELD comments.barcode TYPE string RE... | {"balance":"2026-10-05T07:59:00Z","comments":{"role":"info@example.com","level":743,"phenotype":275.51,"vital_sign":403,"barcode":"Silva","order_id":"Tokyo"},"lab_result":"world","paragraph":{"vital_sign":null,"vessel_name":"returned","country":"hello","values":100},"currency":true,"item_id":"option_f","id":"Oliveira"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"format": "date-time"
},
"comments": {
"type": "object",
"properties": {
"role": {
"type": "string",
"format": "email"
},
"level": {
"type": "integer"
... | fetch_lab_result(balance='2026-10-05T07:59:00Z', comments={'role': 'info@example.com', 'level': 743, 'phenotype': 275.51, 'vital_sign': 403, 'barcode': 'Silva', 'order_id': 'Tokyo'}, lab_result='world', paragraph={'vital_sign': None, 'vessel_name': 'returned', 'country': 'hello', 'values': 100}, currency=True, item_id=... | Tool call uses Python syntax instead of JSON | {"balance":"2026-10-05T07:59:00Z","comments":{"role":"info@example.com","level":743,"phenotype":275.51,"vital_sign":403,"barcode":"Silva","order_id":"Tokyo"},"lab_result":"world","paragraph":{"vital_sign":null,"vessel_name":"returned","country":"hello","values":100},"currency":true,"item_id":"option_f","id":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD field_l13 TYPE string REQUIRED yes
FIELD field_v12 TYPE null REQUIRED yes
FIELD field_h05[].prop_s83 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD field_h05[].field_d29 TYPE string REQUIRED yes
FIELD field_h05[].field_j46 TYPE string_email REQUIRED no
FIELD fie... | {"field_l13":"2024-06-30","field_v12":null,"field_h05":[{"prop_s83":"published","field_d29":"RTG-04","field_j46":"info@test.io","dim_q36":773,"val_i62":"level_5"},{"prop_s83":"archived","field_d29":"REV","field_j46":"test@domain.org","dim_q36":306,"param_n31":"option_a","param_c84":"active","col_i16":850,"val_i62":"lev... | single_quotes | {
"type": "object",
"properties": {
"field_l13": {
"type": "string"
},
"field_v12": {
"type": "null"
},
"field_h05": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_s83": {
"type": "string",
"enum": [... | {'field_l13':'2024-06-30','field_v12':null,'field_h05':[{'prop_s83':'published','field_d29':'RTG-04','field_j46':'info@test.io','dim_q36':773,'val_i62':'level_5'},{'prop_s83':'archived','field_d29':'REV','field_j46':'test@domain.org','dim_q36':306,'param_n31':'option_a','param_c84':'active','col_i16':850,'val_i62':'lev... | Expecting property name enclosed in double quotes | {"field_l13":"2024-06-30","field_v12":null,"field_h05":[{"prop_s83":"published","field_d29":"RTG-04","field_j46":"info@test.io","dim_q36":773,"val_i62":"level_5"},{"prop_s83":"archived","field_d29":"REV","field_j46":"test@domain.org","dim_q36":306,"param_n31":"option_a","param_c84":"active","col_i16":850,"val_i62":"lev... |
TASK repair_structured_output
SPEC
FIELD nickname TYPE string REQUIRED no
FIELD filter_flag TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD label TYPE integer REQUIRED no
FIELD duration_ms.quality_score TYPE number REQUIRED no
FIELD duration_ms.build_status TYPE string REQUIRED no
FIELD du... | {"nickname":"Berlin","filter_flag":"level_3","label":470,"duration_ms":{"port_code":"reliable","dissolved_oxygen":199,"strand":null,"brake_pressure":"push","description":{"shift_code":961,"description":["active","QC-07","https://api.example.com/v1"]}},"dosage":"Hapag-Lloyd-Express","log_level":"pro","throttle_pos":"pen... | tool_call_bad_format | {
"type": "object",
"properties": {
"nickname": {
"type": "string"
},
"filter_flag": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"label": {
"type": "integer"
},
"duration_ms... | <functioncall> update_record
{nickname: "Berlin", filter_flag: "level_3", label: 470, duration_ms: {port_code: "reliable", dissolved_oxygen: 199, strand: null, brake_pressure: "push", description: {shift_code: 961, description: ["active", "QC-07", "https://api.example.com/v1"]}}, dosage: "Hapag-Lloyd-Express", log_leve... | Tool call has malformed arguments — unquoted keys in function parameters | {"nickname":"Berlin","filter_flag":"level_3","label":470,"duration_ms":{"port_code":"reliable","dissolved_oxygen":199,"strand":null,"brake_pressure":"push","description":{"shift_code":961,"description":["active","QC-07","https://api.example.com/v1"]}},"dosage":"Hapag-Lloyd-Express","log_level":"pro","throttle_pos":"pen... |
TASK repair_structured_output
SPEC
FIELD key_i15 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD key_f04 TYPE number REQUIRED yes
FIELD prop_s01.col_q50 TYPE number REQUIRED yes
FIELD prop_s01.key_j93 TYPE integer REQUIRED yes
FIELD prop_s01.val_b59 TYPE number REQUIRED no
FIELD prop_... | {"key_i15":"option_e","key_f04":396.42,"prop_s01":{"col_q50":71.04,"key_j93":443,"prop_w96":"2024-09-09T23:00:00Z","field_h13":"Alice","attr_u98":158,"dim_x46":"cancelled"},"key_c02":{"param_c37":{"prop_s95":"medium","field_n94":"world","key_c62":737,"prop_j95":"Charlie","field_z70":"https://data.org/data","prop_c39":7... | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_i15": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"key_f04": {
"type": "number"
},
"prop_s01": {
"type": "object",
"properties": ... | create_order(key_i15='option_e', key_f04=396.42, prop_s01={'col_q50': 71.04, 'key_j93': 443, 'prop_w96': '2024-09-09T23:00:00Z', 'field_h13': 'Alice', 'attr_u98': 158, 'dim_x46': 'cancelled'}, key_c02={'param_c37': {'prop_s95': 'medium', 'field_n94': 'world', 'key_c62': 737, 'prop_j95': 'Charlie', 'field_z70': 'https:/... | Tool call uses Python syntax instead of JSON | {"key_i15":"option_e","key_f04":396.42,"prop_s01":{"col_q50":71.04,"key_j93":443,"prop_w96":"2024-09-09T23:00:00Z","field_h13":"Alice","attr_u98":158,"dim_x46":"cancelled"},"key_c02":{"param_c37":{"prop_s95":"medium","field_n94":"world","key_c62":737,"prop_j95":"Charlie","field_z70":"https://data.org/data","prop_c39":7... |
TASK repair_structured_output
SPEC
FIELD prop_k02 TYPE number REQUIRED no
FIELD val_o89 TYPE string REQUIRED yes
FIELD dim_c29 TYPE boolean REQUIRED yes
FIELD dim_o03 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_d24 TYPE integer REQUIRED yes
FIELD dim_m50 TYPE string REQUIRED no
BROKEN_... | {"prop_k02":799.13,"val_o89":"https://example.com","dim_c29":false,"dim_o03":"hemizygous","key_d24":25} | unquoted_keys | {
"type": "object",
"properties": {
"prop_k02": {
"type": "number"
},
"val_o89": {
"type": "string"
},
"dim_c29": {
"type": "boolean"
},
"dim_o03": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
}... | {prop_k02:799.13,val_o89:"https://example.com",dim_c29:false,dim_o03:"hemizygous",key_d24:25} | Expecting property name enclosed in double quotes | {"prop_k02":799.13,"val_o89":"https://example.com","dim_c29":false,"dim_o03":"hemizygous","key_d24":25} |
TASK repair_structured_output
SPEC
FIELD score TYPE null REQUIRED no
FIELD category TYPE string REQUIRED yes
FIELD updated_at[].procedure_code TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD updated_at[].medication TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD updated_at[].due_date TYP... | {"score":null,"category":"https://api.example.com/v1","updated_at":[{"procedure_code":"low","medication":"info","due_date":null,"invoice_id":743,"version":"2021-06-24T07:13:00Z"},{"procedure_code":"low","medication":"error","due_date":null,"invoice_id":680,"version":"2026-05-26T00:19:00Z"},{"procedure_code":"high","med... | extra_field | {
"type": "object",
"properties": {
"score": {
"type": "null"
},
"category": {
"type": "string"
},
"updated_at": {
"type": "array",
"items": {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum":... | {"score": null, "category": "https://api.example.com/v1", "updated_at": [{"procedure_code": "low", "medication": "info", "due_date": null, "invoice_id": 743, "version": "2021-06-24T07:13:00Z"}, {"procedure_code": "low", "medication": "error", "due_date": null, "invoice_id": 680, "version": "2026-05-26T00:19:00Z"}, {"pr... | Unknown field 'extra_info_8029' not defined in schema | {"score":null,"category":"https://api.example.com/v1","updated_at":[{"procedure_code":"low","medication":"info","due_date":null,"invoice_id":743,"version":"2021-06-24T07:13:00Z"},{"procedure_code":"low","medication":"error","due_date":null,"invoice_id":680,"version":"2026-05-26T00:19:00Z"},{"procedure_code":"high","med... |
TASK repair_structured_output
SPEC
FIELD order_id TYPE null REQUIRED yes
FIELD deploy_target TYPE string REQUIRED no
FIELD width TYPE string REQUIRED no
FIELD visible TYPE string REQUIRED no
FIELD latitude[] TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
schedule_meeting(order_id=None, deploy_t... | {"order_id":null,"deploy_target":"demo","width":"Silva","visible":"Berlin","latitude":["critical"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"order_id": {
"type": "null"
},
"deploy_target": {
"type": "string"
},
"width": {
"type": "string"
},
"visible": {
"type": "string"
},
"latitude": {
"type": "array",
"items": {
"type": "string",
... | schedule_meeting(order_id=None, deploy_target='demo', width='Silva', visible='Berlin', latitude=['critical']) | Tool call uses Python syntax instead of JSON | {"order_id":null,"deploy_target":"demo","width":"Silva","visible":"Berlin","latitude":["critical"]} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string VALUES single|married|divorced REQUIRED yes
FIELD temp_celsius TYPE string REQUIRED no
FIELD ward TYPE integer REQUIRED yes
FIELD date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD thumbnail TYPE number REQUIRED no
FIELD vital_sign T... | {"credit_score":"married","ward":263,"date":"mode_d","thumbnail":422.41,"vital_sign":880,"total":"divorced"} | markdown_fences | {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"temp_celsius": {
"type": "string"
},
"ward": {
"type": "integer"
},
"date": {
"type": "string",
"enum"... | ```json
{"credit_score":"married","ward":263,"date":"mode_d","thumbnail":422.41,"vital_sign":880,"total":"divorced"}
``` | Output contains markdown code fences | {"credit_score":"married","ward":263,"date":"mode_d","thumbnail":422.41,"vital_sign":880,"total":"divorced"} |
TASK repair_structured_output
SPEC
FIELD attr_u55 TYPE null REQUIRED no
FIELD prop_z62 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD col_g74 TYPE number REQUIRED yes
FIELD prop_t81 TYPE null REQUIRED no
FIELD field_o73.field_r13 TYPE string REQUIRED yes
FIELD field_o73.key_r85 TYPE integer REQU... | {"attr_u55":null,"col_g74":757.48,"prop_t81":null,"field_o73":{"field_r13":"RTG-04","key_r85":979,"field_i65":"admin@domain.org"},"key_y54":"Paris","key_a52":"blue","prop_y42":851} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_u55": {
"type": "null"
},
"prop_z62": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_g74": {
"type": "number"
},
"prop_t81": {
"type": "null"... | <functioncall> get_inventory
{attr_u55: null, col_g74: 757.48, prop_t81: null, field_o73: {field_r13: "RTG-04", key_r85: 979, field_i65: "admin@domain.org"}, key_y54: "Paris", key_a52: "blue", prop_y42: 851} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_u55":null,"col_g74":757.48,"prop_t81":null,"field_o73":{"field_r13":"RTG-04","key_r85":979,"field_i65":"admin@domain.org"},"key_y54":"Paris","key_a52":"blue","prop_y42":851} |
TASK repair_structured_output
SPEC
FIELD key_i45 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_d28 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD col_t68 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT
{key_i45:"inactive",prop_d28:"low",col_t68:"resol... | {"key_i45":"inactive","prop_d28":"low","col_t68":"resolved"} | unquoted_keys | {
"type": "object",
"properties": {
"key_i45": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"prop_d28": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_t6... | {key_i45:"inactive",prop_d28:"low",col_t68:"resolved"} | Expecting property name enclosed in double quotes | {"key_i45":"inactive","prop_d28":"low","col_t68":"resolved"} |
TASK repair_structured_output
SPEC
FIELD attr_u85 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_x72 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD param_v19 TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"attr_u85":"success","val_x72":"confirmed","param_v19":... | {"attr_u85":"success","val_x72":"confirmed","param_v19":720.54} | markdown_fences | {
"type": "object",
"properties": {
"attr_u85": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_x72": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"esca... | ```json
{"attr_u85":"success","val_x72":"confirmed","param_v19":720.54}
``` | Output contains markdown code fences | {"attr_u85":"success","val_x72":"confirmed","param_v19":720.54} |
TASK repair_structured_output
SPEC
FIELD attr_c35 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD prop_a40 TYPE integer REQUIRED yes
FIELD param_e98.field_f23 TYPE boolean REQUIRED yes
FIELD param_e98.col_e09 TYPE string REQUIRED yes
FIELD param_e98.val_v70 TYPE number REQUIRED no
FIELD param_e... | {"attr_c35":"heterozygous","prop_a40":233,"field_i57":"2024-05-20T13:39:00Z","attr_c68":"inactive","param_o19":true,"field_t63":"test"} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_c35": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"prop_a40": {
"type": "integer"
},
"param_e98": {
"type": "object",
"properties": {
"field_f23": {
... | Processing the request now.
<tool_call name="transfer_call">
{"attr_c35":"heterozygous","prop_a40":233,"field_i57":"2024-05-20T13:39:00Z","attr_c68":"inactive","param_o19":true,"field_t63":"test"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"attr_c35":"heterozygous","prop_a40":233,"field_i57":"2024-05-20T13:39:00Z","attr_c68":"inactive","param_o19":true,"field_t63":"test"} |
TASK repair_structured_output
SPEC
FIELD features.decay_rate TYPE boolean REQUIRED yes
FIELD features.latitude TYPE string REQUIRED yes
FIELD features.vessel_name TYPE string REQUIRED no
FIELD features.due_date TYPE boolean REQUIRED no
FIELD features.age TYPE string_email REQUIRED yes
FIELD thumbnail TYPE string_date-... | {"features":{"decay_rate":false,"latitude":"Bob","vessel_name":"RTG-04","due_date":true,"age":"user@domain.org"},"thumbnail":"2025-12-15T00:44:00Z","tags":true,"loan_amount":166.08} | number_with_unit | {
"type": "object",
"properties": {
"features": {
"type": "object",
"properties": {
"decay_rate": {
"type": "boolean"
},
"latitude": {
"type": "string"
},
"vessel_name": {
"type": "string"
},
"due_date": {
... | {"features": {"decay_rate": false, "latitude": "Bob", "vessel_name": "RTG-04", "due_date": true, "age": "user@domain.org"}, "thumbnail": "2025-12-15T00:44:00Z", "tags": true, "loan_amount": "166.08%"} | Field 'loan_amount' must be number, got string with unit | {"features":{"decay_rate":false,"latitude":"Bob","vessel_name":"RTG-04","due_date":true,"age":"user@domain.org"},"thumbnail":"2025-12-15T00:44:00Z","tags":true,"loan_amount":166.08} |
TASK repair_structured_output
SPEC
FIELD val_p22 TYPE string_date-time REQUIRED yes
FIELD prop_z00 TYPE boolean REQUIRED yes
FIELD key_z68 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_y13 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD prop_k42 TYPE string VALUES type_... | {"val_p22":"2024-08-11T20:48:00Z","prop_z00":false,"key_z68":"error","param_y13":"type_e","prop_k42":"type_a","key_x99":{"key_a11":677,"dim_b35":"type_b","attr_c35":"Oliveira"}} | extra_text_before | {
"type": "object",
"properties": {
"val_p22": {
"type": "string",
"format": "date-time"
},
"prop_z00": {
"type": "boolean"
},
"key_z68": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_y1... | Here's the structured output:
{"val_p22":"2024-08-11T20:48:00Z","prop_z00":false,"key_z68":"error","param_y13":"type_e","prop_k42":"type_a","key_x99":{"key_a11":677,"dim_b35":"type_b","attr_c35":"Oliveira"}} | Output contains non-JSON text before the object | {"val_p22":"2024-08-11T20:48:00Z","prop_z00":false,"key_z68":"error","param_y13":"type_e","prop_k42":"type_a","key_x99":{"key_a11":677,"dim_b35":"type_b","attr_c35":"Oliveira"}} |
TASK repair_structured_output
SPEC
FIELD key_q77 TYPE string REQUIRED no
FIELD prop_m74 TYPE number REQUIRED no
FIELD key_w61.dim_p32 TYPE null REQUIRED yes
FIELD key_w61.prop_y44.prop_l21 TYPE string REQUIRED yes
FIELD key_w61.prop_y44.val_z35 TYPE null REQUIRED yes
FIELD key_w61.prop_y44.prop_i43 TYPE string_uri REQ... | {"key_q77":"2024-06-30","prop_m74":650.06,"key_w61":{"dim_p32":null,"prop_y44":{"prop_l21":"Santos","val_z35":null,"prop_i43":"https://www.io/v1"}},"param_x49":false,"field_p22":952.07,"key_y78":"Santos"} | trailing_comma | {
"type": "object",
"properties": {
"key_q77": {
"type": "string"
},
"prop_m74": {
"type": "number"
},
"key_w61": {
"type": "object",
"properties": {
"dim_p32": {
"type": "null"
},
"prop_y44": {
"type": "object",
"prop... | {"key_q77":"2024-06-30","prop_m74":650.06,"key_w61":{"dim_p32":null,"prop_y44":{"prop_l21":"Santos","val_z35":null,"prop_i43":"https://www.io/v1",}},"param_x49":false,"field_p22":952.07,"key_y78":"Santos"} | Unexpected trailing comma | {"key_q77":"2024-06-30","prop_m74":650.06,"key_w61":{"dim_p32":null,"prop_y44":{"prop_l21":"Santos","val_z35":null,"prop_i43":"https://www.io/v1"}},"param_x49":false,"field_p22":952.07,"key_y78":"Santos"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string REQUIRED yes
FIELD lab_result TYPE string_email REQUIRED no
FIELD commit_hash TYPE number REQUIRED yes
FIELD color[] TYPE string_email REQUIRED no
BROKEN_OUTPUT
The commit_hash is 636.63 and {"medication":"Johnson","commit_hash":636.63} | {"medication":"Johnson","commit_hash":636.63} | partial_structure | {
"type": "object",
"properties": {
"medication": {
"type": "string"
},
"lab_result": {
"type": "string",
"format": "email"
},
"commit_hash": {
"type": "number"
},
"color": {
"type": "array",
"items": {
"type": "string",
"format": "emai... | The commit_hash is 636.63 and {"medication":"Johnson","commit_hash":636.63} | Output mixes natural language with JSON | {"medication":"Johnson","commit_hash":636.63} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string REQUIRED no
FIELD label TYPE null REQUIRED yes
FIELD shift_code TYPE string_date-time REQUIRED no
FIELD branch TYPE string REQUIRED no
FIELD run_id TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"account_id":"Maria","label":null,"shift_code":"2020-11-28T16:47:0... | {"account_id":"Maria","label":null,"shift_code":"2020-11-28T16:47:00Z","branch":"Diana"} | truncated_array | {
"type": "object",
"properties": {
"account_id": {
"type": "string"
},
"label": {
"type": "null"
},
"shift_code": {
"type": "string",
"format": "date-time"
},
"branch": {
"type": "string"
},
"run_id": {
"type": "boolean"
}
},
"required... | {"account_id":"Maria","label":null,"shift_code":"2020-11-28T16:47:00Z","branch":"Diana" | Unexpected end of JSON input — truncated object | {"account_id":"Maria","label":null,"shift_code":"2020-11-28T16:47:00Z","branch":"Diana"} |
TASK repair_structured_output
SPEC
FIELD index TYPE integer REQUIRED yes
FIELD notes TYPE number REQUIRED no
FIELD enabled TYPE string REQUIRED yes
FIELD options TYPE boolean REQUIRED yes
FIELD chromosome TYPE number REQUIRED yes
FIELD score TYPE string REQUIRED no
BROKEN_OUTPUT
{"index": "123%", "notes": 657.63, "en... | {"index":123,"notes":657.63,"enabled":"John","options":true,"chromosome":425.39} | number_with_unit | {
"type": "object",
"properties": {
"index": {
"type": "integer"
},
"notes": {
"type": "number"
},
"enabled": {
"type": "string"
},
"options": {
"type": "boolean"
},
"chromosome": {
"type": "number"
},
"score": {
"type": "string"
}
... | {"index": "123%", "notes": 657.63, "enabled": "John", "options": true, "chromosome": 425.39} | Field 'index' must be number, got string with unit | {"index":123,"notes":657.63,"enabled":"John","options":true,"chromosome":425.39} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES single|married|divorced REQUIRED no
FIELD tile TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD lane TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD strand TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> check_ca... | {"status_code":"divorced","tile":"inland","lane":"sms","strand":"example"} | tool_call_bad_format | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"tile": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"l... | <functioncall> check_cargo_manifest
{status_code: "divorced", tile: "inland", lane: "sms", strand: "example"} | Tool call has malformed arguments — unquoted keys in function parameters | {"status_code":"divorced","tile":"inland","lane":"sms","strand":"example"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string_uri REQUIRED no
FIELD ph_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD quality_score TYPE null REQUIRED yes
FIELD first_name TYPE integer REQUIRED yes
FIELD nickname[].index TYPE string VALUES operational|degraded|offline|mai... | {"full_name":"https://api.io/v1","ph_level":"anchored","quality_score":null,"first_name":616,"nickname":[{"index":"operational","email":"inland","bearing":832.41,"version":"https://api.com/data","phenotype":"test","shipping":"chrX","phone":"moored"}],"aligned_pct":[{"color":"viewer","role":"red"},{"color":"editor","rol... | tool_call_wrong_param | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"format": "uri"
},
"ph_level": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"quality_score": {
"type": "null"
},
"fir... | Tool: search
Params: {"full_name": "https://api.io/v1", "ph_level": "anchored", "quality_score": null, "nickname": [{"index": "operational", "email": "inland", "bearing": 832.41, "version": "https://api.com/data", "phenotype": "test", "shipping": "chrX", "phone": "moored"}], "aligned_pct": [{"color": "viewer", "role": ... | Agent used wrong parameter name 'first_name2' instead of 'first_name' | {"full_name":"https://api.io/v1","ph_level":"anchored","quality_score":null,"first_name":616,"nickname":[{"index":"operational","email":"inland","bearing":832.41,"version":"https://api.com/data","phenotype":"test","shipping":"chrX","phone":"moored"}],"aligned_pct":[{"color":"viewer","role":"red"},{"color":"editor","rol... |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD build_status TYPE string VALUES option_a|option_b|option_c REQUIRED no
BROKEN_OUTPUT
Tool: delete_item
Params: {"reagent": "r... | {"reagent":"returned","start_date":"cat_d","build_status":"option_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"start_date": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
... | Tool: delete_item
Params: {"reagent": "returned", "build_status": "option_a", "start_date_value": "cat_d"} | Agent used wrong parameter name 'start_date_value' instead of 'start_date' | {"reagent":"returned","start_date":"cat_d","build_status":"option_a"} |
TASK repair_structured_output
SPEC
FIELD col_x75 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_k30 TYPE integer REQUIRED no
FIELD val_o43 TYPE integer REQUIRED no
FIELD key_s68.col_q37 TYPE string VALUES single|married|divorced REQUIRED no
FIELD key_s68.dim_m14 TYPE string VALUES new|in_transit|delive... | {"col_x75":"push","val_o43":990,"key_s68":{"col_q37":"single","val_u36":118.7,"col_l84":"push","field_s54":true,"dim_j19":null},"field_l77":{"key_k58":{"val_b11":true,"field_p59":434,"prop_i87":"Sao Paulo","dim_x53":"oceanic","dim_e93":"test@test.io","attr_y02":"EUR"},"dim_a27":null,"attr_x44":"Hapag-Lloyd-Express","pa... | markdown_explanation | {
"type": "object",
"properties": {
"col_x75": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_k30": {
"type": "integer"
},
"val_o43": {
"type": "integer"
},
"key_s68": {
"type": "object",
"... | Here's the structured output:
```json
{"col_x75":"push","val_o43":990,"key_s68":{"col_q37":"single","val_u36":118.7,"col_l84":"push","field_s54":true,"dim_j19":null},"field_l77":{"key_k58":{"val_b11":true,"field_p59":434,"prop_i87":"Sao Paulo","dim_x53":"oceanic","dim_e93":"test@test.io","attr_y02":"EUR"},"dim_a27":nul... | Output contains markdown and explanatory text around JSON | {"col_x75":"push","val_o43":990,"key_s68":{"col_q37":"single","val_u36":118.7,"col_l84":"push","field_s54":true,"dim_j19":null},"field_l77":{"key_k58":{"val_b11":true,"field_p59":434,"prop_i87":"Sao Paulo","dim_x53":"oceanic","dim_e93":"test@test.io","attr_y02":"EUR"},"dim_a27":null,"attr_x44":"Hapag-Lloyd-Express","pa... |
TASK repair_structured_output
SPEC
FIELD title TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD current_draw TYPE integer REQUIRED yes
FIELD order_id TYPE string REQUIRED yes
BROKEN_OUTPUT
{"title": "USD", "current_draw": "\"26\"", "order_id": "approved"} | {"title":"USD","current_draw":26,"order_id":"approved"} | wrong_type | {
"type": "object",
"properties": {
"title": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"current_draw": {
"type": "integer"
},
"order_id": {
"type": "string"
}
},
"required": [
"title",
... | {"title": "USD", "current_draw": "\"26\"", "order_id": "approved"} | Field 'current_draw' must be integer, got string | {"title":"USD","current_draw":26,"order_id":"approved"} |
TASK repair_structured_output
SPEC
FIELD param_i99 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_i84 TYPE string VALUES draft|published|archived REQUIRED no
FIELD prop_g14 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_g83 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
... | {"param_i99":"active","dim_i84":"draft","dim_g83":"free"} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_i99": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_i84": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_g14": {
... | <functioncall> update_preferences
{param_i99: "active", dim_i84: "draft", dim_g83: "free"} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_i99":"active","dim_i84":"draft","dim_g83":"free"} |
TASK repair_structured_output
SPEC
FIELD param_i56 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_c41 TYPE integer REQUIRED no
FIELD field_z39 TYPE string_date-time REQUIRED no
FIELD val_s88 TYPE null REQUIRED no
BROKEN_OUTPUT
{"param_i56":"medium","field_z39":"2024-04-15T02:35:00Z","val_s88":null... | {"param_i56":"medium","field_z39":"2024-04-15T02:35:00Z","val_s88":null} | extra_text_after | {
"type": "object",
"properties": {
"param_i56": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_c41": {
"type": "integer"
},
"field_z39": {
"type": "string",
"format": "date-time"
},
"val_s88... | {"param_i56":"medium","field_z39":"2024-04-15T02:35:00Z","val_s88":null}
This should match the schema you provided. | Output contains non-JSON text after the object | {"param_i56":"medium","field_z39":"2024-04-15T02:35:00Z","val_s88":null} |
TASK repair_structured_output
SPEC
FIELD field_d73 TYPE string REQUIRED no
FIELD key_g74 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD col_s70 TYPE string_uri REQUIRED no
FIELD param_c61.val_d87 TYPE number REQUIRED yes
FIELD param_c61.val_p39 TYPE number REQUIRED yes
FIELD param_c61.attr_p02[] TYPE ... | {"field_d73":"Alice","key_g74":"free","param_c61":{"val_d87":378.06,"val_p39":20.17,"attr_p02":["level_3","level_3","level_2","level_1"]},"attr_i06":{"attr_b26":"editor","val_d20":395.17}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_d73": {
"type": "string"
},
"key_g74": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_s70": {
"type": "string",
"format": "uri"
},
"param_c61": {
... | verify_hazmat_compliance(field_d73='Alice', key_g74='free', param_c61={'val_d87': 378.06, 'val_p39': 20.17, 'attr_p02': ['level_3', 'level_3', 'level_2', 'level_1']}, attr_i06={'attr_b26': 'editor', 'val_d20': 395.17}) | Tool call uses Python syntax instead of JSON | {"field_d73":"Alice","key_g74":"free","param_c61":{"val_d87":378.06,"val_p39":20.17,"attr_p02":["level_3","level_3","level_2","level_1"]},"attr_i06":{"attr_b26":"editor","val_d20":395.17}} |
TASK repair_structured_output
SPEC
FIELD format TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD features TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD options TYPE string_email REQUIRED yes
FIELD index.status TYPE string VALUES open|in_progress|resolved|closed REQUIR... | {"format":"option_d","features":"option_c","options":"test@example.com","index":{"status":"in_progress","name":"small","verified":"option_a","due_date":false},"consignee":"Diana","dissolved_oxygen":{"procedure_code":{"terminal_id":401,"conductivity":"Paris","length":"Bob","status":963,"priority":null},"medication":"Oli... | missing_brace | {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"features": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"opt... | {"format":"option_d","features":"option_c","options":"test@example.com","index":{"status":"in_progress","name":"small","verified":"option_a","due_date":false},"consignee":"Diana","dissolved_oxygen":"procedure_code":{"terminal_id":401,"conductivity":"Paris","length":"Bob","status":963,"priority":null},"medication":"Oliv... | Missing closing brace | {"format":"option_d","features":"option_c","options":"test@example.com","index":{"status":"in_progress","name":"small","verified":"option_a","due_date":false},"consignee":"Diana","dissolved_oxygen":{"procedure_code":{"terminal_id":401,"conductivity":"Paris","length":"Bob","status":963,"priority":null},"medication":"Oli... |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE number REQUIRED yes
FIELD repository TYPE string REQUIRED yes
FIELD message TYPE integer REQUIRED no
FIELD run_id TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD width TYPE boolean REQUIRED yes
BROKEN_OUTPUT
The instrument reported:
```json
{"durati... | {"duration_ms":464.12,"repository":"Bob","message":202,"run_id":"xl","width":false} | markdown_explanation | {
"type": "object",
"properties": {
"duration_ms": {
"type": "number"
},
"repository": {
"type": "string"
},
"message": {
"type": "integer"
},
"run_id": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | The instrument reported:
```json
{"duration_ms":464.12,"repository":"Bob","message":202,"run_id":"xl","width":false}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"duration_ms":464.12,"repository":"Bob","message":202,"run_id":"xl","width":false} |
TASK repair_structured_output
SPEC
FIELD step TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD allele TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD first_name TYPE string VALUES level_1|level_2 REQUIRED no
FIELD start_date TYPE null REQUIRED yes
FIELD frequency_hz TYPE s... | {"start_date":null,"frequency_hz":"arctic","lane":"New York","deploy_target":"warning"} | missing_bracket | {
"type": "object",
"properties": {
"step": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"allele": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
... | {"start_date":null,"frequency_hz":"arctic","lane":"New York","deploy_target":"warning"} | Missing closing bracket | {"start_date":null,"frequency_hz":"arctic","lane":"New York","deploy_target":"warning"} |
TASK repair_structured_output
SPEC
FIELD values TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD loan_amount.duration_ms TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD loan_amount.rating TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD loan_amount.length TYPE string REQUIRED y... | {"values":"mode_d","loan_amount":{"duration_ms":"pro","rating":"push","length":"foo","allele":"chr1","values":true,"repository":163,"umi":"option_b","interest_rate":null},"longitude":"PASS","throttle_pos":"new"} | missing_brace | {
"type": "object",
"properties": {
"values": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"loan_amount": {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": ... | {"values":"mode_d","loan_amount":"duration_ms":"pro","rating":"push","length":"foo","allele":"chr1","values":true,"repository":163,"umi":"option_b","interest_rate":null},"longitude":"PASS","throttle_pos":"new"} | Missing closing brace | {"values":"mode_d","loan_amount":{"duration_ms":"pro","rating":"push","length":"foo","allele":"chr1","values":true,"repository":163,"umi":"option_b","interest_rate":null},"longitude":"PASS","throttle_pos":"new"} |
TASK repair_structured_output
SPEC
FIELD field_i69 TYPE null REQUIRED yes
FIELD field_t55 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD prop_r27 TYPE integer REQUIRED no
FIELD val_u20 TYPE integer REQUIRED no
FIELD col_b03.key_h10 TYPE boolean REQUIRED yes
FIELD col_b03.val_r45 TYPE integer REQU... | {"field_i69":null,"field_t55":"level_4","prop_r27":219,"col_b03":{"key_h10":false,"val_l14":"REV","key_s99":{"val_w96":360,"key_a16":"https://data.com/v1","col_j74":"https://www.org/v1","val_j98":null,"col_y65":804.6,"key_q51":"inactive"}},"key_d93":{"attr_l35":"https://api.com/api","key_x82":"mode_a"}} | truncated_object | {
"type": "object",
"properties": {
"field_i69": {
"type": "null"
},
"field_t55": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"prop_r27": {
"type": "integer"
},
"val_u20": {
"type": "int... | {"field_i69":null,"field_t55":"level_4","prop_r27":219,"col_b03":{"key_h10":false,"val_l14":"REV","key_s99":{"val_w96":360,"key_a16":"https://data.com/v1","col_j74":"https://www.org/v1","val_j98":null,"col_y65":804.6,"key_q51":"inactive"}},"key_d93":{"attr_l35":"https://api.com/api","key_x82":"mode_a"} | Unexpected end of JSON input — truncated object | {"field_i69":null,"field_t55":"level_4","prop_r27":219,"col_b03":{"key_h10":false,"val_l14":"REV","key_s99":{"val_w96":360,"key_a16":"https://data.com/v1","col_j74":"https://www.org/v1","val_j98":null,"col_y65":804.6,"key_q51":"inactive"}},"key_d93":{"attr_l35":"https://api.com/api","key_x82":"mode_a"}} |
TASK repair_structured_output
SPEC
FIELD key_a71 TYPE integer REQUIRED yes
FIELD attr_y45 TYPE string_uri REQUIRED yes
FIELD attr_y54 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD col_i06 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"key_a71":623,"attr_y45":"https://www.io/api","attr_y54":"... | {"key_a71":623,"attr_y45":"https://www.io/api","attr_y54":"type_a","col_i06":null} | extra_text_after | {
"type": "object",
"properties": {
"key_a71": {
"type": "integer"
},
"attr_y45": {
"type": "string",
"format": "uri"
},
"attr_y54": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type... | {"key_a71":623,"attr_y45":"https://www.io/api","attr_y54":"type_a","col_i06":null}
Hope this helps! | Output contains non-JSON text after the object | {"key_a71":623,"attr_y45":"https://www.io/api","attr_y54":"type_a","col_i06":null} |
TASK repair_structured_output
SPEC
FIELD field_a41 TYPE string REQUIRED yes
FIELD param_h37 TYPE boolean REQUIRED yes
FIELD val_u72.key_d25 TYPE boolean REQUIRED no
FIELD val_u72.key_x07 TYPE boolean REQUIRED no
FIELD val_u72.attr_s50 TYPE null REQUIRED no
FIELD val_u72.col_n71 TYPE string VALUES free|basic|pro|enterp... | {"field_a41":"2024-06-30","param_h37":true,"val_u72":{"key_d25":false,"key_x07":true,"attr_s50":null,"col_n71":"basic"}} | extra_field | {
"type": "object",
"properties": {
"field_a41": {
"type": "string"
},
"param_h37": {
"type": "boolean"
},
"val_u72": {
"type": "object",
"properties": {
"key_d25": {
"type": "boolean"
},
"key_x07": {
"type": "boolean"
}... | {"field_a41": "2024-06-30", "param_h37": true, "val_u72": {"key_d25": false, "key_x07": true, "attr_s50": null, "col_n71": "basic"}, "extra_value_7334": "unexpected"} | Unknown field 'extra_value_7334' not defined in schema | {"field_a41":"2024-06-30","param_h37":true,"val_u72":{"key_d25":false,"key_x07":true,"attr_s50":null,"col_n71":"basic"}} |
TASK repair_structured_output
SPEC
FIELD col_k21 TYPE integer REQUIRED no
FIELD dim_k38 TYPE boolean REQUIRED yes
FIELD val_p29 TYPE integer REQUIRED no
FIELD dim_e62 TYPE string_uri REQUIRED no
FIELD attr_w51 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_o06 TYPE number REQUIRED no
FIELD... | {"dim_k38":false,"val_p29":822,"dim_e62":"https://example.com/api","attr_w51":"underway","prop_j29":{"prop_r75":478.56,"key_r17":true,"prop_n03":[{"col_j97":"white","attr_f03":"oceanic","col_y56":7.12,"key_t29":917},{"attr_f03":"coastal","col_y56":995.39,"attr_r71":96},{"attr_f03":"coastal","col_y56":748.58},{"col_j97"... | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_k21": {
"type": "integer"
},
"dim_k38": {
"type": "boolean"
},
"val_p29": {
"type": "integer"
},
"dim_e62": {
"type": "string",
"format": "uri"
},
"attr_w51": {
"type": "string",
"enum": [
... | Tool: create_ticket
Params: {"dim_k38": false, "val_p29": 822, "dim_e62": "https://example.com/api", "attr_w51": "underway", "key_s64": "test@domain.org", "prop_j29_new": {"prop_r75": 478.56, "key_r17": true, "prop_n03": [{"col_j97": "white", "attr_f03": "oceanic", "col_y56": 7.12, "key_t29": 917}, {"attr_f03": "coasta... | Agent used wrong parameter name 'prop_j29_new' instead of 'prop_j29' | {"dim_k38":false,"val_p29":822,"dim_e62":"https://example.com/api","attr_w51":"underway","prop_j29":{"prop_r75":478.56,"key_r17":true,"prop_n03":[{"col_j97":"white","attr_f03":"oceanic","col_y56":7.12,"key_t29":917},{"attr_f03":"coastal","col_y56":995.39,"attr_r71":96},{"attr_f03":"coastal","col_y56":748.58},{"col_j97"... |
TASK repair_structured_output
SPEC
FIELD timezone TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD coverage TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD longitude TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD salinity TYPE integer REQUIRED no
FIE... | {"timezone":"confirmed","coverage":"reliable","invoice_id":157,"run_id":"Charlie"} | extra_text_before | {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"coverage": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"... | The instrument reported:
{"timezone":"confirmed","coverage":"reliable","invoice_id":157,"run_id":"Charlie"} | Output contains non-JSON text before the object | {"timezone":"confirmed","coverage":"reliable","invoice_id":157,"run_id":"Charlie"} |
TASK repair_structured_output
SPEC
FIELD key_d53 TYPE string VALUES option_a|option_b REQUIRED no
FIELD val_c37 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD param_q93 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"key_d53":"option_a","val_c37":"type_a","param_q93":"Silva"} | {"key_d53":"option_a","val_c37":"type_a","param_q93":"Silva"} | missing_bracket | {
"type": "object",
"properties": {
"key_d53": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"val_c37": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"param_q93": {
"type": "string"
... | {"key_d53":"option_a","val_c37":"type_a","param_q93":"Silva"} | Missing closing bracket | {"key_d53":"option_a","val_c37":"type_a","param_q93":"Silva"} |
TASK repair_structured_output
SPEC
FIELD field_r37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD prop_b34 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_h99 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD field_q16 TYPE integer REQUIRED no
FIELD col_b79 T... | {"prop_b34":"red","param_h99":"cat_a","field_q16":681,"col_b79":"2026-07-23T15:24:00Z","prop_f73":true} | tool_call_python_syntax | {
"type": "object",
"properties": {
"field_r37": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_b34": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"bl... | process_payment(prop_b34='red', param_h99='cat_a', field_q16=681, col_b79='2026-07-23T15:24:00Z', prop_f73=True) | Tool call uses Python syntax instead of JSON | {"prop_b34":"red","param_h99":"cat_a","field_q16":681,"col_b79":"2026-07-23T15:24:00Z","prop_f73":true} |
TASK repair_structured_output
SPEC
FIELD dim_m43 TYPE string REQUIRED yes
FIELD val_u75 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_x64 TYPE boolean REQUIRED yes
FIELD dim_g44 TYPE boolean REQUIRED no
FIELD key_n04 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes... | {"dim_m43":"qux","val_u75":"homozygous","key_x64":true,"key_n04":"degraded","attr_d11":289,"field_t67":"Johnson","param_t72":{"field_l48":390,"attr_k50":{"col_p55":"test@domain.org","field_d21":"Silva","param_o88":409.26},"attr_f75":608.35,"col_x65":"delivered","val_q02":"EUR"}} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_m43": {
"type": "string"
},
"val_u75": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_x64": {
"type": "boolean"
},
"dim_g44": {
"type": "boolean"
}... | <functioncall> run_diagnostics
{dim_m43: "qux", val_u75: "homozygous", key_x64: true, key_n04: "degraded", attr_d11: 289, field_t67: "Johnson", param_t72: {field_l48: 390, attr_k50: {col_p55: "test@domain.org", field_d21: "Silva", param_o88: 409.26}, attr_f75: 608.35, col_x65: "delivered", val_q02: "EUR"}} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_m43":"qux","val_u75":"homozygous","key_x64":true,"key_n04":"degraded","attr_d11":289,"field_t67":"Johnson","param_t72":{"field_l48":390,"attr_k50":{"col_p55":"test@domain.org","field_d21":"Silva","param_o88":409.26},"attr_f75":608.35,"col_x65":"delivered","val_q02":"EUR"}} |
TASK repair_structured_output
SPEC
FIELD val_x32 TYPE string REQUIRED yes
FIELD dim_v36 TYPE string REQUIRED yes
FIELD attr_u66 TYPE number REQUIRED yes
FIELD field_c87 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"val_x32":"2024-01-... | {"val_x32":"2024-01-15","dim_v36":"Sao Paulo","attr_u66":788.97,"field_c87":592} | thought_process | {
"type": "object",
"properties": {
"val_x32": {
"type": "string"
},
"dim_v36": {
"type": "string"
},
"attr_u66": {
"type": "number"
},
"field_c87": {
"type": "integer"
}
},
"required": [
"val_x32",
"attr_u66",
"dim_v36",
"field_c87"
]
} | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"val_x32":"2024-01-15","dim_v36":"Sao Paulo","attr_u66":788.97,"field_c87":592} | Output contains chain-of-thought reasoning before JSON | {"val_x32":"2024-01-15","dim_v36":"Sao Paulo","attr_u66":788.97,"field_c87":592} |
TASK repair_structured_output
SPEC
FIELD field_a37 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD val_u18 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD attr_z18 TYPE string REQUIRED yes
FIELD dim_n04.col_b68 TYPE boolean REQUIRED no
FIELD dim_n04.dim_x64 TYPE number REQUIRED no
FIELD dim_n04.... | {"val_u18":"level_2","attr_z18":"approved","dim_n04":{"col_b68":true,"dim_x64":743.75,"field_m38":false,"val_e74":null},"key_j58":{"param_i84":9.98,"dim_z59":"MV-Evergreen-01","col_j35":"push"}} | unquoted_keys | {
"type": "object",
"properties": {
"field_a37": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"val_u18": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"attr_z18": {
"t... | {val_u18:"level_2",attr_z18:"approved",dim_n04:{col_b68:true,dim_x64:743.75,field_m38:false,val_e74:null},key_j58:{param_i84:9.98,dim_z59:"MV-Evergreen-01",col_j35:"push"}} | Expecting property name enclosed in double quotes | {"val_u18":"level_2","attr_z18":"approved","dim_n04":{"col_b68":true,"dim_x64":743.75,"field_m38":false,"val_e74":null},"key_j58":{"param_i84":9.98,"dim_z59":"MV-Evergreen-01","col_j35":"push"}} |
TASK repair_structured_output
SPEC
FIELD col_u11 TYPE string REQUIRED yes
FIELD param_s39 TYPE boolean REQUIRED yes
FIELD attr_b54.val_m85.attr_p54 TYPE boolean REQUIRED no
FIELD attr_b54.val_m85.dim_z17 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD attr_b54.val_m85.param_h79 TYPE string REQUIRED no
FIELD attr_b... | {"col_u11":"baz","param_s39":false,"attr_b54":{"val_m85":{"attr_p54":false,"dim_z17":"mode_b","param_h79":"London","param_d04":true,"attr_s72":"2020-06-10T07:37:00Z","col_z08":"type_a","dim_o84":"archived","dim_v09":null},"field_r43":614.11,"key_y77":"2022-04-21T10:43:00Z"},"attr_n19":{"val_u26":"GRCh38","attr_v69":175... | markdown_explanation | {
"type": "object",
"properties": {
"col_u11": {
"type": "string"
},
"param_s39": {
"type": "boolean"
},
"attr_b54": {
"type": "object",
"properties": {
"val_m85": {
"type": "object",
"properties": {
"attr_p54": {
"typ... | I've generated the following JSON:
```json
{"col_u11":"baz","param_s39":false,"attr_b54":{"val_m85":{"attr_p54":false,"dim_z17":"mode_b","param_h79":"London","param_d04":true,"attr_s72":"2020-06-10T07:37:00Z","col_z08":"type_a","dim_o84":"archived","dim_v09":null},"field_r43":614.11,"key_y77":"2022-04-21T10:43:00Z"},"a... | Output contains markdown and explanatory text around JSON | {"col_u11":"baz","param_s39":false,"attr_b54":{"val_m85":{"attr_p54":false,"dim_z17":"mode_b","param_h79":"London","param_d04":true,"attr_s72":"2020-06-10T07:37:00Z","col_z08":"type_a","dim_o84":"archived","dim_v09":null},"field_r43":614.11,"key_y77":"2022-04-21T10:43:00Z"},"attr_n19":{"val_u26":"GRCh38","attr_v69":175... |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD altitude TYPE string VALUES option_a|option_b REQUIRED no
FIELD log_level TYPE integer REQUIRED no
FIELD cargo_type TYPE string_email REQUIRED yes
FIELD quality_score TYPE number REQUIRED no
FIELD aligned... | {"run_id":"coastal","altitude":"option_b","log_level":990,"cargo_type":"ops@domain.org","quality_score":576.72} | unquoted_keys | {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"altitude": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"log_level": {
... | {run_id:"coastal",altitude:"option_b",log_level:990,cargo_type:"ops@domain.org",quality_score:576.72} | Expecting property name enclosed in double quotes | {"run_id":"coastal","altitude":"option_b","log_level":990,"cargo_type":"ops@domain.org","quality_score":576.72} |
TASK repair_structured_output
SPEC
FIELD val_z23 TYPE number REQUIRED yes
FIELD field_a96 TYPE string REQUIRED yes
FIELD param_t65.prop_o10 TYPE string REQUIRED no
FIELD param_t65.param_h59 TYPE number REQUIRED yes
FIELD param_t65.val_f81 TYPE boolean REQUIRED no
FIELD param_t65.attr_r39.val_s28 TYPE integer REQUIRED ... | {"val_z23":427.63,"field_a96":"approved","param_t65":{"param_h59":449.26,"val_f81":true,"attr_r39":{"val_s28":230,"attr_b98":212,"prop_m32":"PASS","key_w79":652,"dim_o85":"mode_a","col_x84":"https://www.io/api","key_n66":"mode_b"},"dim_o23":{"key_a69":true,"prop_f33":"A short description.","col_r77":"2021-10-18T18:40:0... | markdown_explanation | {
"type": "object",
"properties": {
"val_z23": {
"type": "number"
},
"field_a96": {
"type": "string"
},
"param_t65": {
"type": "object",
"properties": {
"prop_o10": {
"type": "string"
},
"param_h59": {
"type": "number"
}... | The parsed result is:
```json
{"val_z23":427.63,"field_a96":"approved","param_t65":{"param_h59":449.26,"val_f81":true,"attr_r39":{"val_s28":230,"attr_b98":212,"prop_m32":"PASS","key_w79":652,"dim_o85":"mode_a","col_x84":"https://www.io/api","key_n66":"mode_b"},"dim_o23":{"key_a69":true,"prop_f33":"A short description."... | Output contains markdown and explanatory text around JSON | {"val_z23":427.63,"field_a96":"approved","param_t65":{"param_h59":449.26,"val_f81":true,"attr_r39":{"val_s28":230,"attr_b98":212,"prop_m32":"PASS","key_w79":652,"dim_o85":"mode_a","col_x84":"https://www.io/api","key_n66":"mode_b"},"dim_o23":{"key_a69":true,"prop_f33":"A short description.","col_r77":"2021-10-18T18:40:0... |
TASK repair_structured_output
SPEC
FIELD param_j74 TYPE integer REQUIRED yes
FIELD prop_l82.dim_q65 TYPE number REQUIRED yes
FIELD prop_l82.param_k04 TYPE boolean REQUIRED no
FIELD prop_l82.param_d48 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD attr_f41 TYPE string REQUIRED yes
FIELD col_w13 TYP... | {"param_j74":541,"prop_l82":{"dim_q65":47.67,"param_d48":"coastal"},"attr_f41":"https://example.com","col_w13":523.99} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_j74": {
"type": "integer"
},
"prop_l82": {
"type": "object",
"properties": {
"dim_q65": {
"type": "number"
},
"param_k04": {
"type": "boolean"
},
"param_d48": {
"type": "str... | get_account(param_j74=541, prop_l82={'dim_q65': 47.67, 'param_d48': 'coastal'}, attr_f41='https://example.com', col_w13=523.99) | Tool call uses Python syntax instead of JSON | {"param_j74":541,"prop_l82":{"dim_q65":47.67,"param_d48":"coastal"},"attr_f41":"https://example.com","col_w13":523.99} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD pressure_kpa TYPE string REQUIRED yes
FIELD torque_output TYPE string REQUIRED no
FIELD filter_flag TYPE string_date-time REQUIRED no
FIELD salinity TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Processing the re... | {"annotation":"medium","pressure_kpa":"example","torque_output":"Santos","salinity":true} | tool_call_text_mix | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"pressure_kpa": {
"type": "string"
},
"torque_output": {
"type": "string"
},
"filter_flag": {
"type": ... | Processing the request now.
<tool_call name="update_record">
{"annotation":"medium","pressure_kpa":"example","torque_output":"Santos","salinity":true}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"annotation":"medium","pressure_kpa":"example","torque_output":"Santos","salinity":true} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD verified TYPE integer REQUIRED yes
FIELD phenotype TYPE boolean REQUIRED no
FIELD yield_pct.position TYPE integer REQUIRED yes
FIELD yield_pct.zip_code TYPE number REQUIRED no
FIELD yield_pct.step TY... | {"crew_id":"returned","verified":134,"yield_pct":{"position":483,"zip_code":264.15,"step":true,"frequency_hz":26.36,"latitude":false,"strand":"baz"}} | missing_required | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"verified": {
"type": "integer"
},
"phenotype": {
"type": "boolean"
},
"yield_pct": {
"type":... | {"crew_id": "returned", "yield_pct": {"position": 483, "zip_code": 264.15, "step": true, "frequency_hz": 26.36, "latitude": false, "strand": "baz"}} | Required field 'verified' is missing | {"crew_id":"returned","verified":134,"yield_pct":{"position":483,"zip_code":264.15,"step":true,"frequency_hz":26.36,"latitude":false,"strand":"baz"}} |
TASK repair_structured_output
SPEC
FIELD key_w43 TYPE string REQUIRED yes
FIELD val_v80 TYPE string REQUIRED yes
FIELD param_k95 TYPE integer REQUIRED yes
FIELD key_u09 TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
{'key_w43':'Paris','val_v80':'cancelled','param_k95':288,'key_u09':'sms'} | {"key_w43":"Paris","val_v80":"cancelled","param_k95":288,"key_u09":"sms"} | single_quotes | {
"type": "object",
"properties": {
"key_w43": {
"type": "string"
},
"val_v80": {
"type": "string"
},
"param_k95": {
"type": "integer"
},
"key_u09": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
}
... | {'key_w43':'Paris','val_v80':'cancelled','param_k95':288,'key_u09':'sms'} | Expecting property name enclosed in double quotes | {"key_w43":"Paris","val_v80":"cancelled","param_k95":288,"key_u09":"sms"} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE string REQUIRED yes
FIELD insurance_id.department.size TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD insurance_id.department.transaction_id TYPE string VALUES draft|published|archived REQUIRED no
FIELD insurance_id.department.chapter TYPE integer REQUIRE... | {"temp_celsius":"user@domain.com","diagnosis_code":"approved","active":439,"run_id":"baz"} | null_required | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string"
},
"insurance_id": {
"type": "object",
"properties": {
"department": {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
... | {"temp_celsius": null, "diagnosis_code": "approved", "active": 439, "run_id": "baz"} | Required field 'temp_celsius' is null | {"temp_celsius":"user@domain.com","diagnosis_code":"approved","active":439,"run_id":"baz"} |
TASK repair_structured_output
SPEC
FIELD prop_x66 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD field_u14 TYPE integer REQUIRED no
FIELD val_d92 TYPE string REQUIRED yes
BROKEN_OUTPUT
Tool: call_variants
Params: {"field_u14": 774, "val_d92": "PASS"} | {"field_u14":774,"val_d92":"PASS"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_x66": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"field_u14": {
"type": "integer"
},
"val_d92": {
"type": "string"
}
},
"required": [
"val_d92"
]
} | Tool: call_variants
Params: {"field_u14": 774, "val_d92": "PASS"} | Agent used wrong parameter name 'prop_x66_value' instead of 'prop_x66' | {"field_u14":774,"val_d92":"PASS"} |
TASK repair_structured_output
SPEC
FIELD collateral TYPE null REQUIRED no
FIELD procedure_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD aligned_pct TYPE string REQUIRED yes
FIELD item_id TYPE string REQUIRED no
FIELD tags TYPE string REQUIRED no
FIELD company TYPE integer REQUIRED yes
FIELD annotat... | {"collateral":null,"procedure_code":"cat_b","aligned_pct":"completed","item_id":"Johnson","tags":"Jane","company":74,"annotation":"REV","compound":true} | tool_call_bad_format | {
"type": "object",
"properties": {
"collateral": {
"type": "null"
},
"procedure_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"aligned_pct": {
"type": "string"
},
"item_id": {
"type": "str... | <functioncall> annotate_mutation
{collateral: null, procedure_code: "cat_b", aligned_pct: "completed", item_id: "Johnson", tags: "Jane", company: 74, annotation: "REV", compound: true} | Tool call has malformed arguments — unquoted keys in function parameters | {"collateral":null,"procedure_code":"cat_b","aligned_pct":"completed","item_id":"Johnson","tags":"Jane","company":74,"annotation":"REV","compound":true} |
TASK repair_structured_output
SPEC
FIELD col_w25 TYPE boolean REQUIRED yes
FIELD prop_r72 TYPE integer REQUIRED no
FIELD prop_d24 TYPE integer REQUIRED no
BROKEN_OUTPUT
{col_w25:true,prop_r72:679,prop_d24:762} | {"col_w25":true,"prop_r72":679,"prop_d24":762} | unquoted_keys | {
"type": "object",
"properties": {
"col_w25": {
"type": "boolean"
},
"prop_r72": {
"type": "integer"
},
"prop_d24": {
"type": "integer"
}
},
"required": [
"col_w25"
]
} | {col_w25:true,prop_r72:679,prop_d24:762} | Expecting property name enclosed in double quotes | {"col_w25":true,"prop_r72":679,"prop_d24":762} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string_email REQUIRED yes
FIELD vessel_name.paragraph TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD vessel_name.tile TYPE string REQUIRED no
FIELD vessel_name.step.label TYPE integer REQUIRED yes
FIELD vessel_name.step.first_name TYPE string R... | {"isotope":"info@example.com","vessel_name":{"paragraph":"coastal","tile":"baz","subtotal":{"build_status":"example","email":null,"bed_number":false,"shipping":757}},"category":"pending","umi":"Santos","item_id":"reliable"} | unquoted_keys | {
"type": "object",
"properties": {
"isotope": {
"type": "string",
"format": "email"
},
"vessel_name": {
"type": "object",
"properties": {
"paragraph": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
... | {isotope:"info@example.com",vessel_name:{paragraph:"coastal",tile:"baz",subtotal:{build_status:"example",email:null,bed_number:false,shipping:757}},category:"pending",umi:"Santos",item_id:"reliable"} | Expecting property name enclosed in double quotes | {"isotope":"info@example.com","vessel_name":{"paragraph":"coastal","tile":"baz","subtotal":{"build_status":"example","email":null,"bed_number":false,"shipping":757}},"category":"pending","umi":"Santos","item_id":"reliable"} |
TASK repair_structured_output
SPEC
FIELD prop_u99 TYPE string_uri REQUIRED yes
FIELD param_c86 TYPE boolean REQUIRED yes
FIELD attr_x05 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTPUT
Pipeline result:
```json
{"prop_u99":"https://example.com/api","param_c86":true,"attr_x05":"ope... | {"prop_u99":"https://example.com/api","param_c86":true,"attr_x05":"operational"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_u99": {
"type": "string",
"format": "uri"
},
"param_c86": {
"type": "boolean"
},
"attr_x05": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
}
}... | Pipeline result:
```json
{"prop_u99":"https://example.com/api","param_c86":true,"attr_x05":"operational"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_u99":"https://example.com/api","param_c86":true,"attr_x05":"operational"} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE string REQUIRED yes
FIELD altitude TYPE string REQUIRED yes
FIELD tags TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
BROKEN_OUTPUT
{'nickname':'bar','altitude':'demo','tags':'cat_e'} | {"nickname":"bar","altitude":"demo","tags":"cat_e"} | single_quotes | {
"type": "object",
"properties": {
"nickname": {
"type": "string"
},
"altitude": {
"type": "string"
},
"tags": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
}
},
"require... | {'nickname':'bar','altitude':'demo','tags':'cat_e'} | Expecting property name enclosed in double quotes | {"nickname":"bar","altitude":"demo","tags":"cat_e"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD repository TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD ph_level TYPE string REQUIRED no
FIELD status_code TYPE integer REQUIRED no
FIELD yield_pct[].length TYPE string ... | {"account_id":"active","ph_level":"active"} | unquoted_keys | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"repository": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
... | {account_id:"active",ph_level:"active"} | Expecting property name enclosed in double quotes | {"account_id":"active","ph_level":"active"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE integer REQUIRED no
FIELD level TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD crew_id TYPE string_date-time REQUIRED no
FIELD title TYPE null REQUIRED no
FIELD score TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD values TYPE strin... | {"start_date":695,"level":"admin","title":null,"score":"coastal","values":"white","voltage":519.22} | thought_process | {
"type": "object",
"properties": {
"start_date": {
"type": "integer"
},
"level": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"crew_id": {
"type": "string",
"format": "date-time"
},
"title": {
"type": "n... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"start_date":695,"level":"admin","title":null,"score":"coastal","values":"white","voltage":519.22} | Output contains chain-of-thought reasoning before JSON | {"start_date":695,"level":"admin","title":null,"score":"coastal","values":"white","voltage":519.22} |
TASK repair_structured_output
SPEC
FIELD prop_a72 TYPE string REQUIRED yes
FIELD param_k75 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_k19 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"prop_a72":"Tokyo","param_k75":"divorced","key_k19":"https://example.com/v1" | {"prop_a72":"Tokyo","param_k75":"divorced","key_k19":"https://example.com/v1"} | truncated_array | {
"type": "object",
"properties": {
"prop_a72": {
"type": "string"
},
"param_k75": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_k19": {
"type": "string",
"format": "uri"
}
},
"required": [
"prop_a7... | {"prop_a72":"Tokyo","param_k75":"divorced","key_k19":"https://example.com/v1" | Unexpected end of JSON input — truncated object | {"prop_a72":"Tokyo","param_k75":"divorced","key_k19":"https://example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_k50 TYPE string REQUIRED yes
FIELD dim_v28 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_t62[] TYPE null REQUIRED yes
BROKEN_OUTPUT
Let me provide the data in JSON format:
```json
{"dim_k50":"Tokyo","dim_v28":"anchored","col_t62":[null,null]}
`... | {"dim_k50":"Tokyo","dim_v28":"anchored","col_t62":[null,null]} | markdown_explanation | {
"type": "object",
"properties": {
"dim_k50": {
"type": "string"
},
"dim_v28": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"col_t62": {
"type": "array",
"items": {
"type": "null"
... | Let me provide the data in JSON format:
```json
{"dim_k50":"Tokyo","dim_v28":"anchored","col_t62":[null,null]}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"dim_k50":"Tokyo","dim_v28":"anchored","col_t62":[null,null]} |
TASK repair_structured_output
SPEC
FIELD attr_u28 TYPE null REQUIRED no
FIELD dim_e75 TYPE string REQUIRED yes
FIELD col_q98 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD dim_g51 TYPE boolean REQUIRED no
FIELD col_g49[] TYPE string VALUES success|error|warning|info REQUIRED no
BROKEN_OUTPUT
{"attr_u28": null, ... | {"attr_u28":null,"dim_e75":"REV","dim_g51":false,"col_g49":["success","info"]} | missing_required | {
"type": "object",
"properties": {
"attr_u28": {
"type": "null"
},
"dim_e75": {
"type": "string"
},
"col_q98": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"dim_g51": {
"type": "boolean"
},
"col_g49": {
"type":... | {"attr_u28": null, "dim_g51": false, "col_g49": ["success", "info"]} | Required field 'dim_e75' is missing | {"attr_u28":null,"dim_e75":"REV","dim_g51":false,"col_g49":["success","info"]} |
TASK repair_structured_output
SPEC
FIELD prop_m15 TYPE integer REQUIRED yes
FIELD val_p83 TYPE number REQUIRED yes
FIELD prop_m12 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_i24.col_i72 TYPE number REQUIRED yes
FIELD col_i24.dim_j68.attr_u79 TYPE string REQUIRED no
FIELD col_i24.dim_j68... | {"prop_m15":970,"val_p83":920.71,"prop_m12":"heterozygous","col_i24":{"col_i72":198.68,"dim_j68":{"attr_u79":"hello","key_j30":847.0,"param_p87":"Maria"},"dim_v87":"Berlin"},"dim_v06":"baz","key_v64":"basic","param_z90":"This is a test value."} | extra_text_after | {
"type": "object",
"properties": {
"prop_m15": {
"type": "integer"
},
"val_p83": {
"type": "number"
},
"prop_m12": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col_i24": {
"type": "object",
... | {"prop_m15":970,"val_p83":920.71,"prop_m12":"heterozygous","col_i24":{"col_i72":198.68,"dim_j68":{"attr_u79":"hello","key_j30":847.0,"param_p87":"Maria"},"dim_v87":"Berlin"},"dim_v06":"baz","key_v64":"basic","param_z90":"This is a test value."}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"prop_m15":970,"val_p83":920.71,"prop_m12":"heterozygous","col_i24":{"col_i72":198.68,"dim_j68":{"attr_u79":"hello","key_j30":847.0,"param_p87":"Maria"},"dim_v87":"Berlin"},"dim_v06":"baz","key_v64":"basic","param_z90":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD state TYPE null REQUIRED no
FIELD currency TYPE string REQUIRED yes
FIELD width TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD version.name TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD version.shipping TYPE string VALUES operational|degraded|of... | {"state":null,"currency":"This is a test value.","width":"intermittent","version":{"name":"admin","feedback":"green","comments":null,"step":"maintenance"}} | thought_process | {
"type": "object",
"properties": {
"state": {
"type": "null"
},
"currency": {
"type": "string"
},
"width": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"version": {
"type": "object",
"properti... | Processing the request now.
I'll validate against the schema.
{"state":null,"currency":"This is a test value.","width":"intermittent","version":{"name":"admin","feedback":"green","comments":null,"step":"maintenance"}} | Output contains chain-of-thought reasoning before JSON | {"state":null,"currency":"This is a test value.","width":"intermittent","version":{"name":"admin","feedback":"green","comments":null,"step":"maintenance"}} |
TASK repair_structured_output
SPEC
FIELD val_t63.prop_k78 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD val_t63.prop_e01 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD val_t63.key_w08 TYPE string_uri REQUIRED yes
FIELD val_t63.prop_k35 TYPE string_uri REQUIRED no
FIELD ... | {"attr_y59":"user@domain.com","val_o02":"sample","dim_y45":true} | markdown_fences | {
"type": "object",
"properties": {
"val_t63": {
"type": "object",
"properties": {
"prop_k78": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_e01": {
"type": "string",
... | ```json
{"attr_y59":"user@domain.com","val_o02":"sample","dim_y45":true}
``` | Output contains markdown code fences | {"attr_y59":"user@domain.com","val_o02":"sample","dim_y45":true} |
TASK repair_structured_output
SPEC
FIELD param_w26 TYPE string VALUES option_a|option_b REQUIRED no
FIELD param_l13 TYPE string REQUIRED no
FIELD key_f08 TYPE integer REQUIRED no
FIELD attr_t93 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
BROKEN_OUTPUT
{"param_w26": "option_b", "param_l13": "ht... | {"param_w26":"option_b","param_l13":"https://api.example.com/v1","key_f08":16,"attr_t93":"cat_c"} | extra_field | {
"type": "object",
"properties": {
"param_w26": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"param_l13": {
"type": "string"
},
"key_f08": {
"type": "integer"
},
"attr_t93": {
"type": "string",
"enum": [
"cat... | {"param_w26": "option_b", "param_l13": "https://api.example.com/v1", "key_f08": 16, "attr_t93": "cat_c", "extra_value_1446": true} | Unknown field 'extra_value_1446' not defined in schema | {"param_w26":"option_b","param_l13":"https://api.example.com/v1","key_f08":16,"attr_t93":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD prop_q24 TYPE string REQUIRED yes
FIELD col_n69 TYPE integer REQUIRED yes
FIELD param_o48.param_w35.attr_h67 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD param_o48.param_w35.field_m74 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIR... | {"prop_q24":"Jane","col_n69":858,"param_o48":{"param_w35":{"attr_h67":"type_f","col_i38":"cat_b","param_e08":null},"col_w14":"test@example.com","param_v90":{"field_a01":"Paris","dim_n71":63,"attr_o82":null}},"field_t16":879,"col_i73":"mode_b"} | agent_chain | {
"type": "object",
"properties": {
"prop_q24": {
"type": "string"
},
"col_n69": {
"type": "integer"
},
"param_o48": {
"type": "object",
"properties": {
"param_w35": {
"type": "object",
"properties": {
"attr_h67": {
"t... | Let me check the system.
Action: create_ticket
Result: {"prop_q24": "Jane", "col_n69": 858, "param_o48": {"param_w35": {"attr_h67": "type_f", "col_i38": "cat_b", "param_e08": null}, "col_w14": "test@example.com", "param_v90": {"field_a01": "Paris", "dim_n71": 63, "attr_o82": null}}, "field_t16": 879}
Processing the re... | Agent multi-step chain with truncated tool output | {"prop_q24":"Jane","col_n69":858,"param_o48":{"param_w35":{"attr_h67":"type_f","col_i38":"cat_b","param_e08":null},"col_w14":"test@example.com","param_v90":{"field_a01":"Paris","dim_n71":63,"attr_o82":null}},"field_t16":879,"col_i73":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD dim_j48.field_m77 TYPE boolean REQUIRED yes
FIELD dim_j48.key_j73.param_m50 TYPE string_uri REQUIRED no
FIELD dim_j48.key_j73.dim_c14 TYPE number REQUIRED no
FIELD dim_j48.key_j73.prop_v82 TYPE string REQUIRED yes
FIELD dim_j48.key_j73.col_h50 TYPE number REQUIRED no
FIELD dim_... | {"attr_w31":"Paris","field_q24":446.17,"key_t57":false,"field_n22":"delivered","key_r24":382,"param_s50":"closed"} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_j48": {
"type": "object",
"properties": {
"field_m77": {
"type": "boolean"
},
"key_j73": {
"type": "object",
"properties": {
"param_m50": {
"type": "string",
"format... | I need to look up the information first.
Action: calculate_price
Arguments: {"attr_w31": "Paris", "field_q24": 446.17, "key_t57": false, "key_r24": 382, "param_s50": "closed"} | Agent tool call missing required parameter 'field_n22' | {"attr_w31":"Paris","field_q24":446.17,"key_t57":false,"field_n22":"delivered","key_r24":382,"param_s50":"closed"} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES level_1|level_2 REQUIRED no
FIELD section.altitude TYPE string_uri REQUIRED no
FIELD section.published TYPE integer REQUIRED yes
FIELD section.velocity TYPE boolean REQUIRED no
FIELD section.verified TYPE string VALUES success|error|warning|info REQUI... | {"section":{"published":748,"verified":"success","country":"admin@domain.org","address":548},"run_id":161,"total":"https://www.com/data","bill_of_lading":{"paragraph":276,"priority":986,"tile":"mode_c","dosage":"John","shipping":"Jane"},"version":251} | tool_call_text_mix | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"section": {
"type": "object",
"properties": {
"altitude": {
"type": "string",
"format": "uri"
},
"published": ... | I'll query our database.
<tool_call name="track_vessel">
{"section":{"published":748,"verified":"success","country":"admin@domain.org","address":548},"run_id":161,"total":"https://www.com/data","bill_of_lading":{"paragraph":276,"priority":986,"tile":"mode_c","dosage":"John","shipping":"Jane"},"version":251}
</tool_call... | Agent response mixes reasoning text with tool call | {"section":{"published":748,"verified":"success","country":"admin@domain.org","address":548},"run_id":161,"total":"https://www.com/data","bill_of_lading":{"paragraph":276,"priority":986,"tile":"mode_c","dosage":"John","shipping":"Jane"},"version":251} |
TASK repair_structured_output
SPEC
FIELD medication TYPE string VALUES draft|published|archived REQUIRED no
FIELD comments TYPE boolean REQUIRED yes
FIELD terminal_id TYPE string_email REQUIRED no
FIELD humidity_pct TYPE string REQUIRED no
FIELD compound TYPE string_date-time REQUIRED no
FIELD priority TYPE integer RE... | {"medication":"archived","comments":true,"humidity_pct":"foo","priority":980,"span_id":"Luis"} | truncated_array | {
"type": "object",
"properties": {
"medication": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"comments": {
"type": "boolean"
},
"terminal_id": {
"type": "string",
"format": "email"
},
"humidity_pct": {
... | {"medication":"archived","comments":true,"humidity_pct":"foo","priority":980,"span_id":"Luis" | Unexpected end of JSON input — truncated object | {"medication":"archived","comments":true,"humidity_pct":"foo","priority":980,"span_id":"Luis"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE string_uri REQUIRED no
FIELD width TYPE string VALUES option_a|option_b REQUIRED yes
FIELD yield_pct TYPE integer REQUIRED no
FIELD paragraph TYPE string REQUIRED no
BROKEN_OUTPUT
<functioncall> calculate_docking_fee
{full_name: "https://data.org/api", width: "o... | {"full_name":"https://data.org/api","width":"option_a","yield_pct":786} | tool_call_bad_format | {
"type": "object",
"properties": {
"full_name": {
"type": "string",
"format": "uri"
},
"width": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"yield_pct": {
"type": "integer"
},
"paragraph": {
"type": "string"
}
... | <functioncall> calculate_docking_fee
{full_name: "https://data.org/api", width: "option_a", yield_pct: 786} | Tool call has malformed arguments — unquoted keys in function parameters | {"full_name":"https://data.org/api","width":"option_a","yield_pct":786} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE string_uri REQUIRED yes
FIELD shift_code TYPE null REQUIRED yes
FIELD berth_slot TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD end_date TYPE boolean REQUIRED no
FIELD options[] TYPE number REQUIRED no
BROKEN_OUTPUT
{"shift_code": null, "berth_slot": ... | {"timezone":"https://api.io/api","shift_code":null,"berth_slot":"mode_b","end_date":true} | missing_required | {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"format": "uri"
},
"shift_code": {
"type": "null"
},
"berth_slot": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"end_date": {
"type": "... | {"shift_code": null, "berth_slot": "mode_b", "end_date": true} | Required field 'timezone' is missing | {"timezone":"https://api.io/api","shift_code":null,"berth_slot":"mode_b","end_date":true} |
TASK repair_structured_output
SPEC
FIELD attr_h45 TYPE string REQUIRED yes
FIELD dim_j96 TYPE boolean REQUIRED yes
FIELD val_h51 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"attr_h45": "Tokyo", "dim_j96": "true"} | {"attr_h45":"Tokyo","dim_j96":false} | boolean_as_string | {
"type": "object",
"properties": {
"attr_h45": {
"type": "string"
},
"dim_j96": {
"type": "boolean"
},
"val_h51": {
"type": "integer"
}
},
"required": [
"dim_j96",
"attr_h45"
]
} | {"attr_h45": "Tokyo", "dim_j96": "true"} | Field 'dim_j96' must be boolean, got string | {"attr_h45":"Tokyo","dim_j96":false} |
TASK repair_structured_output
SPEC
FIELD key_z94.col_p34 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_z94.prop_u19 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD key_z94.attr_z23.key_i15 TYPE number REQUIRED no
FIELD key_z94.attr_z23.dim_v43 TYPE string REQUIRED no
FIELD key_z... | {"val_g63":885.63,"field_w51":"Hapag-Lloyd-Express","param_a48":"London","field_z49":null} | wrong_type | {
"type": "object",
"properties": {
"key_z94": {
"type": "object",
"properties": {
"col_p34": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"prop_u19": {
"... | {"val_g63": "\"885.63\"", "field_w51": "Hapag-Lloyd-Express", "param_a48": "London", "field_z49": null} | Field 'val_g63' must be number, got string | {"val_g63":885.63,"field_w51":"Hapag-Lloyd-Express","param_a48":"London","field_z49":null} |
TASK repair_structured_output
SPEC
FIELD features TYPE integer REQUIRED yes
FIELD trace_id TYPE boolean REQUIRED yes
FIELD hazmat_code TYPE integer REQUIRED yes
FIELD size TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD pressure_kpa.shift_code TYPE null REQUIRED no
FIELD pressure_kpa.patient_id TYPE string R... | {"features":864,"trace_id":true,"hazmat_code":53,"pressure_kpa":{"shift_code":null,"patient_id":"quux","medication":"user@example.com","batch_code":true}} | markdown_fences | {
"type": "object",
"properties": {
"features": {
"type": "integer"
},
"trace_id": {
"type": "boolean"
},
"hazmat_code": {
"type": "integer"
},
"size": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"pre... | ```json
{"features":864,"trace_id":true,"hazmat_code":53,"pressure_kpa":{"shift_code":null,"patient_id":"quux","medication":"user@example.com","batch_code":true}}
``` | Output contains markdown code fences | {"features":864,"trace_id":true,"hazmat_code":53,"pressure_kpa":{"shift_code":null,"patient_id":"quux","medication":"user@example.com","batch_code":true}} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen.annotation TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dissolved_oxygen.section TYPE string VALUES single|married|divorced REQUIRED no
FIELD dissolved_oxygen.cargo_type TYPE string REQUIRED yes
FIELD dissolved_oxygen.name TYPE integer REQUIRED yes
... | {"dissolved_oxygen":{"annotation":"editor","section":"divorced","cargo_type":"A short description.","name":6},"trace_id":"pending_review"} | truncated_object | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"section": {
"type": "string",
... | {"dissolved_oxygen":{"annotation":"editor","section":"divorced","cargo_type":"A short description.","name":6},"trace_id":"pending_review" | Unexpected end of JSON input — truncated object | {"dissolved_oxygen":{"annotation":"editor","section":"divorced","cargo_type":"A short description.","name":6},"trace_id":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD field_x24 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD dim_p35 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_m20 TYPE number REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: apply_discount
Arguments: {"dim_p35"... | {"field_x24":"heterozygous","dim_p35":"anchored","key_m20":979.07} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_x24": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"dim_p35": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | Let me check the system.
Action: apply_discount
Arguments: {"dim_p35": "anchored", "key_m20": 979.07} | Agent tool call missing required parameter 'field_x24' | {"field_x24":"heterozygous","dim_p35":"anchored","key_m20":979.07} |
TASK repair_structured_output
SPEC
FIELD attr_f40 TYPE string REQUIRED no
FIELD field_a84 TYPE integer REQUIRED yes
FIELD param_b26 TYPE string_email REQUIRED no
FIELD key_k35 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_f40":"cancelled","field_a84":63,"key_k35":"demo" | {"attr_f40":"cancelled","field_a84":63,"key_k35":"demo"} | truncated_array | {
"type": "object",
"properties": {
"attr_f40": {
"type": "string"
},
"field_a84": {
"type": "integer"
},
"param_b26": {
"type": "string",
"format": "email"
},
"key_k35": {
"type": "string"
}
},
"required": [
"key_k35",
"field_a84"
]
} | {"attr_f40":"cancelled","field_a84":63,"key_k35":"demo" | Unexpected end of JSON input — truncated object | {"attr_f40":"cancelled","field_a84":63,"key_k35":"demo"} |
TASK repair_structured_output
SPEC
FIELD dim_q66 TYPE integer REQUIRED yes
FIELD field_j89 TYPE string REQUIRED yes
FIELD attr_w30 TYPE string_uri REQUIRED yes
FIELD prop_g66[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{"dim_q66":767,"field_j89":"John","attr_w30":"https://data.io/data... | {"dim_q66":767,"field_j89":"John","attr_w30":"https://data.io/data","prop_g66":["arctic","arctic","arctic"]} | truncated_object | {
"type": "object",
"properties": {
"dim_q66": {
"type": "integer"
},
"field_j89": {
"type": "string"
},
"attr_w30": {
"type": "string",
"format": "uri"
},
"prop_g66": {
"type": "array",
"items": {
"type": "string",
"enum": [
... | {"dim_q66":767,"field_j89":"John","attr_w30":"https://data.io/data","prop_g66":["arctic","arctic","arctic"] | Unexpected end of JSON input — truncated object | {"dim_q66":767,"field_j89":"John","attr_w30":"https://data.io/data","prop_g66":["arctic","arctic","arctic"]} |
TASK repair_structured_output
SPEC
FIELD attr_y15 TYPE string REQUIRED yes
FIELD param_r34.param_s48 TYPE integer REQUIRED no
FIELD param_r34.val_f48 TYPE number REQUIRED no
FIELD param_r34.field_j12 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_r34.dim_p28 TYPE string REQUIRED yes
FIELD param... | {"attr_y15":"REV","param_r34":{"param_s48":281,"field_j12":"green","dim_p28":"bar","key_q00":["baz","London","Tokyo"]},"prop_b35":{"col_v30":{"prop_p14":"demo","param_t76":196,"param_p81":"low","dim_b88":"active","dim_s94":null,"prop_w58":"archived"},"key_d42":"editor","val_o11":false,"col_g64":"https://data.com/data",... | missing_required | {
"type": "object",
"properties": {
"attr_y15": {
"type": "string"
},
"param_r34": {
"type": "object",
"properties": {
"param_s48": {
"type": "integer"
},
"val_f48": {
"type": "number"
},
"field_j12": {
"type": "stri... | {"param_r34": {"param_s48": 281, "field_j12": "green", "dim_p28": "bar", "key_q00": ["baz", "London", "Tokyo"]}, "prop_b35": {"col_v30": {"prop_p14": "demo", "param_t76": 196, "param_p81": "low", "dim_b88": "active", "dim_s94": null, "prop_w58": "archived"}, "key_d42": "editor", "val_o11": false, "col_g64": "https://da... | Required field 'attr_y15' is missing | {"attr_y15":"REV","param_r34":{"param_s48":281,"field_j12":"green","dim_p28":"bar","key_q00":["baz","London","Tokyo"]},"prop_b35":{"col_v30":{"prop_p14":"demo","param_t76":196,"param_p81":"low","dim_b88":"active","dim_s94":null,"prop_w58":"archived"},"key_d42":"editor","val_o11":false,"col_g64":"https://data.com/data",... |
TASK repair_structured_output
SPEC
FIELD city TYPE null REQUIRED no
FIELD branch TYPE string REQUIRED yes
FIELD credit_score TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD deploy_target TYPE number REQUIRED no
FIELD wavelength TYPE string REQUIRED no
FIELD category TYPE number REQUIRED yes
BROKEN_OUTPUT
{... | {"branch":"Silva","credit_score":"small","deploy_target":329.55,"wavelength":"Johnson","category":284.59} | missing_bracket | {
"type": "object",
"properties": {
"city": {
"type": "null"
},
"branch": {
"type": "string"
},
"credit_score": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"deploy_target": {
"type": "number"
... | {"branch":"Silva","credit_score":"small","deploy_target":329.55,"wavelength":"Johnson","category":284.59} | Missing closing bracket | {"branch":"Silva","credit_score":"small","deploy_target":329.55,"wavelength":"Johnson","category":284.59} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD quality_score TYPE string VALUES draft|published|archived REQUIRED no
FIELD bill_of_lading TYPE string_uri REQUIRED no
FIELD procedure_code.duration_ms TYPE string VALUES single|married|divorced REQUIRED no
FI... | {"total":"critical","quality_score":"published","bill_of_lading":"https://example.com/data","procedure_code":{"level":"intermittent","medication":"https://example.com","turbidity":"demo","thumbnail":"baz","ward":612.01}} | thought_process | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"quality_score": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"bi... | Analyzing the schema to generate valid JSON...
Checking required fields and types...
{"total":"critical","quality_score":"published","bill_of_lading":"https://example.com/data","procedure_code":{"level":"intermittent","medication":"https://example.com","turbidity":"demo","thumbnail":"baz","ward":612.01}} | Output contains chain-of-thought reasoning before JSON | {"total":"critical","quality_score":"published","bill_of_lading":"https://example.com/data","procedure_code":{"level":"intermittent","medication":"https://example.com","turbidity":"demo","thumbnail":"baz","ward":612.01}} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE integer REQUIRED yes
FIELD payment_status TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD deploy_target TYPE boolean REQUIRED no
FIELD name TYPE string VALUES active|inactive|pending REQUIRED no
FIELD span_id.loan_amount TYPE string VALUE... | {"duration_ms":999,"payment_status":"returned","deploy_target":false,"name":"inactive","span_id":{"loan_amount":"maintenance","chapter":"John","width":"Diana","cargo_type":"warning","category":"sample","medication":"active"},"berth_slot":"John","priority":"https://www.com/api"} | extra_text_after | {
"type": "object",
"properties": {
"duration_ms": {
"type": "integer"
},
"payment_status": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"deploy_target": {
"type": "boolean"
},
"name": {
... | {"duration_ms":999,"payment_status":"returned","deploy_target":false,"name":"inactive","span_id":{"loan_amount":"maintenance","chapter":"John","width":"Diana","cargo_type":"warning","category":"sample","medication":"active"},"berth_slot":"John","priority":"https://www.com/api"}
This should match the schema you provided... | Output contains non-JSON text after the object | {"duration_ms":999,"payment_status":"returned","deploy_target":false,"name":"inactive","span_id":{"loan_amount":"maintenance","chapter":"John","width":"Diana","cargo_type":"warning","category":"sample","medication":"active"},"berth_slot":"John","priority":"https://www.com/api"} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD branch TYPE string REQUIRED yes
FIELD bearing TYPE string REQUIRED no
FIELD description[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: check_availability
Result: {... | {"price":"green","branch":"Diana","description":["2024-01-15","Silva","chr1"]} | agent_chain | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"branch": {
"type": "string"
},
"bearing": {
"type": "string"
},
"description": {
"type": "... | I need to look up the information first.
Action: check_availability
Result: {"branch": "Diana", "description": ["2024-01-15", "Silva", "chr1"]}
I'll query our database.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"price":"green","branch":"Diana","description":["2024-01-15","Silva","chr1"]} |
TASK repair_structured_output
SPEC
FIELD footnote.start_date TYPE string VALUES single|married|divorced REQUIRED no
FIELD footnote.created_at TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD footnote.bearing TYPE integer REQUIRED yes
FIELD footnote.log_level TYPE number REQUIRED no
FIELD footnote.turbi... | {"footnote":{"start_date":"married","created_at":"black","bearing":107,"log_level":89.25,"length":132},"gene_id":211.31,"width":724,"altitude":null,"reagent":829.8} | tool_call_wrong_param | {
"type": "object",
"properties": {
"footnote": {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"created_at": {
"type": "string",
... | Tool: calculate_docking_fee
Params: {"gene_id": 211.31, "width": 724, "altitude": null, "reagent": 829.8, "footnote2": {"start_date": "married", "created_at": "black", "bearing": 107, "log_level": 89.25, "length": 132}} | Agent used wrong parameter name 'footnote2' instead of 'footnote' | {"footnote":{"start_date":"married","created_at":"black","bearing":107,"log_level":89.25,"length":132},"gene_id":211.31,"width":724,"altitude":null,"reagent":829.8} |
TASK repair_structured_output
SPEC
FIELD dim_q89 TYPE string_date-time REQUIRED yes
FIELD prop_n88 TYPE string REQUIRED yes
FIELD col_k40 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
BROKEN_OUTPUT
{"dim_q89": "2023-12-08T08:27:00Z", "prop_n88": "https://api.example.com/v1", "col_k40": "invalid_choice_55... | {"dim_q89":"2023-12-08T08:27:00Z","prop_n88":"https://api.example.com/v1","col_k40":"mode_c"} | invalid_enum | {
"type": "object",
"properties": {
"dim_q89": {
"type": "string",
"format": "date-time"
},
"prop_n88": {
"type": "string"
},
"col_k40": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
}
},
"requir... | {"dim_q89": "2023-12-08T08:27:00Z", "prop_n88": "https://api.example.com/v1", "col_k40": "invalid_choice_555"} | Field 'col_k40' has invalid enum value 'invalid_choice_555', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d'] | {"dim_q89":"2023-12-08T08:27:00Z","prop_n88":"https://api.example.com/v1","col_k40":"mode_c"} |
TASK repair_structured_output
SPEC
FIELD date TYPE string REQUIRED no
FIELD status TYPE number REQUIRED yes
FIELD subject TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD repository[] TYPE null REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call name="book_appointment">
{"date":"completed","status":618.5... | {"date":"completed","status":618.54,"subject":"cat_b","repository":[null,null,null]} | tool_call_text_mix | {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"status": {
"type": "number"
},
"subject": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"repository": {
"type": "array",
"items": {
"type": "null"
... | Processing the request now.
<tool_call name="book_appointment">
{"date":"completed","status":618.54,"subject":"cat_b","repository":[null,null,null]}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"date":"completed","status":618.54,"subject":"cat_b","repository":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD param_c95 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD col_r68 TYPE integer REQUIRED no
FIELD attr_o20 TYPE number REQUIRED yes
FIELD param_l16 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD key_f04[].key_f57 TYPE string_date-time RE... | {"param_c95":"type_b","col_r68":597,"attr_o20":295.1,"param_l16":"mode_b","key_f04":[{"key_f57":"2021-04-13T10:56:00Z","attr_z08":637,"prop_j27":699,"dim_g42":577.08},{"key_f57":"2025-04-02T06:20:00Z","attr_z08":98,"prop_j27":143,"dim_g42":938.16},{"key_f57":"2026-12-21T16:56:00Z","attr_z08":96,"prop_j27":116,"dim_g42"... | extra_text_after | {
"type": "object",
"properties": {
"param_c95": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"col_r68": {
"type": "integer"
},
"attr_o20": {
"type": "number"
},
"param_l16": {
"type": "string",
"enum": ... | {"param_c95":"type_b","col_r68":597,"attr_o20":295.1,"param_l16":"mode_b","key_f04":[{"key_f57":"2021-04-13T10:56:00Z","attr_z08":637,"prop_j27":699,"dim_g42":577.08},{"key_f57":"2025-04-02T06:20:00Z","attr_z08":98,"prop_j27":143,"dim_g42":938.16},{"key_f57":"2026-12-21T16:56:00Z","attr_z08":96,"prop_j27":116,"dim_g42"... | Output contains non-JSON text after the object | {"param_c95":"type_b","col_r68":597,"attr_o20":295.1,"param_l16":"mode_b","key_f04":[{"key_f57":"2021-04-13T10:56:00Z","attr_z08":637,"prop_j27":699,"dim_g42":577.08},{"key_f57":"2025-04-02T06:20:00Z","attr_z08":98,"prop_j27":143,"dim_g42":938.16},{"key_f57":"2026-12-21T16:56:00Z","attr_z08":96,"prop_j27":116,"dim_g42"... |
TASK repair_structured_output
SPEC
FIELD val_v59 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD key_j41 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_h30 TYPE null REQUIRED yes
BROKEN_OUTPUT
apply_discount(val_v59='type_b', key_j41='published', param_h30=None) | {"val_v59":"type_b","key_j41":"published","param_h30":null} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_v59": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"key_j41": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
... | apply_discount(val_v59='type_b', key_j41='published', param_h30=None) | Tool call uses Python syntax instead of JSON | {"val_v59":"type_b","key_j41":"published","param_h30":null} |
TASK repair_structured_output
SPEC
FIELD field_i06 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD col_t96 TYPE string REQUIRED yes
FIELD attr_e05 TYPE string_uri REQUIRED yes
FIELD attr_a54 TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"col_t96":"A short description.","attr_e05":"htt... | {"col_t96":"A short description.","attr_e05":"https://www.org/v1","attr_a54":906.62} | markdown_fences | {
"type": "object",
"properties": {
"field_i06": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"col_t96": {
"type": "string"
},
"attr_e05": {
"type": "string",
"for... | ```json
{"col_t96":"A short description.","attr_e05":"https://www.org/v1","attr_a54":906.62}
``` | Output contains markdown code fences | {"col_t96":"A short description.","attr_e05":"https://www.org/v1","attr_a54":906.62} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD due_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD height TYPE integer REQUIRED yes
FIELD sensor_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no
BROKEN_... | {"dissolved_oxygen":"oceanic","due_date":"cat_c","height":728,"sensor_id":"level_1"} | extra_text_after | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"due_date": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
... | {"dissolved_oxygen":"oceanic","due_date":"cat_c","height":728,"sensor_id":"level_1"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"dissolved_oxygen":"oceanic","due_date":"cat_c","height":728,"sensor_id":"level_1"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.