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 build_status TYPE boolean REQUIRED no
FIELD address TYPE boolean REQUIRED no
FIELD language TYPE string REQUIRED yes
FIELD level.age TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD level.medication TYPE integer REQUIRED no
FIELD level.order_id[]... | {"build_status":false,"language":"PASS","level":{"medication":940,"order_id":[true,true,false,true]},"maturity_date":"2026-05-09T20:18:00Z","bearing":163.61} | trailing_comma | {
"type": "object",
"properties": {
"build_status": {
"type": "boolean"
},
"address": {
"type": "boolean"
},
"language": {
"type": "string"
},
"level": {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
... | {"build_status":false,"language":"PASS","level":{"medication":940,"order_id":[true,true,false,true,]},"maturity_date":"2026-05-09T20:18:00Z","bearing":163.61} | Unexpected trailing comma | {"build_status":false,"language":"PASS","level":{"medication":940,"order_id":[true,true,false,true]},"maturity_date":"2026-05-09T20:18:00Z","bearing":163.61} |
TASK repair_structured_output
SPEC
FIELD dim_r89 TYPE integer REQUIRED no
FIELD val_t97 TYPE string REQUIRED no
FIELD param_p47 TYPE number REQUIRED yes
FIELD field_d50.field_k56 TYPE integer REQUIRED no
FIELD field_d50.prop_b25 TYPE string_date-time REQUIRED yes
FIELD field_d50.param_g74 TYPE string REQUIRED yes
FIEL... | {"dim_r89":565,"val_t97":"Santos","param_p47":657.33} | single_quotes | {
"type": "object",
"properties": {
"dim_r89": {
"type": "integer"
},
"val_t97": {
"type": "string"
},
"param_p47": {
"type": "number"
},
"field_d50": {
"type": "object",
"properties": {
"field_k56": {
"type": "integer"
},
"... | {'dim_r89':565,'val_t97':'Santos','param_p47':657.33} | Expecting property name enclosed in double quotes | {"dim_r89":565,"val_t97":"Santos","param_p47":657.33} |
TASK repair_structured_output
SPEC
FIELD prop_p77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD key_b25 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD dim_t53 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD dim_x65 TYPE string REQUIRED yes
... | {"prop_p77":"homozygous","key_b25":"cat_e","dim_t53":"degraded","dim_x65":"completed"} | partial_structure | {
"type": "object",
"properties": {
"prop_p77": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_b25": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"... | Result: key_b25=cat_e, {"prop_p77":"homozygous","key_b25":"cat_e","dim_t53":"degraded","dim_x65":"completed"} | Output mixes natural language with JSON | {"prop_p77":"homozygous","key_b25":"cat_e","dim_t53":"degraded","dim_x65":"completed"} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD total TYPE string REQUIRED no
FIELD shipper_ref TYPE string REQUIRED no
FIELD commit_hash.updated_at TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD commit_hash.first_name TYPE string REQUIRED... | {"first_name":"small","total":"Berlin","commit_hash":{"updated_at":"enterprise","company":815.48,"bed_number":{"collateral":"https://api.example.com/v1","level":"user@domain.org","currency":"2024-01-15","status":false}}} | agent_chain | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"total": {
"type": "string"
},
"shipper_ref": {
"type": "string"
},
"commit_hash": {
"type": "object",... | Let me check the system.
Action: annotate_mutation
Result: {"first_name": "small", "total": "Berlin"}
Processing the request now.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"first_name":"small","total":"Berlin","commit_hash":{"updated_at":"enterprise","company":815.48,"bed_number":{"collateral":"https://api.example.com/v1","level":"user@domain.org","currency":"2024-01-15","status":false}}} |
TASK repair_structured_output
SPEC
FIELD key_j19 TYPE null REQUIRED yes
FIELD val_l79 TYPE string REQUIRED no
FIELD param_o63.attr_b08 TYPE string REQUIRED no
FIELD param_o63.dim_y02 TYPE integer REQUIRED no
FIELD param_o63.field_b90.dim_n11 TYPE string REQUIRED yes
FIELD param_o63.field_b90.dim_q31 TYPE integer REQUI... | {"key_j19":null,"val_l79":"approved","param_o63":{"attr_b08":"Bob","dim_y02":57,"field_b90":{"dim_n11":"Maria","param_z87":265,"field_i39":["oceanic"],"val_p81":[null,null,null]}},"prop_b86":true,"prop_u39":"https://www.com/v1","col_j54":622} | extra_text_before | {
"type": "object",
"properties": {
"key_j19": {
"type": "null"
},
"val_l79": {
"type": "string"
},
"param_o63": {
"type": "object",
"properties": {
"attr_b08": {
"type": "string"
},
"dim_y02": {
"type": "integer"
},
... | Below is the JSON object:
{"key_j19":null,"val_l79":"approved","param_o63":{"attr_b08":"Bob","dim_y02":57,"field_b90":{"dim_n11":"Maria","param_z87":265,"field_i39":["oceanic"],"val_p81":[null,null,null]}},"prop_b86":true,"prop_u39":"https://www.com/v1","col_j54":622} | Output contains non-JSON text before the object | {"key_j19":null,"val_l79":"approved","param_o63":{"attr_b08":"Bob","dim_y02":57,"field_b90":{"dim_n11":"Maria","param_z87":265,"field_i39":["oceanic"],"val_p81":[null,null,null]}},"prop_b86":true,"prop_u39":"https://www.com/v1","col_j54":622} |
TASK repair_structured_output
SPEC
FIELD label TYPE boolean REQUIRED no
FIELD paragraph TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD thumbnail TYPE string REQUIRED yes
FIELD color TYPE integer REQUIRED no
FIELD throttle_pos.footnote TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD throttle... | {"thumbnail":"New York","throttle_pos":{"footnote":"option_b","freight_class":{"format":"cat_b","aligned_pct":"RTG-04","reagent":null,"vessel_name":"https://api.io/api","total":"Sao Paulo"},"barcode":"Hapag-Lloyd-Express","total":false,"visible":"https://www.io/v1","item_id":"admin"}} | truncated_object | {
"type": "object",
"properties": {
"label": {
"type": "boolean"
},
"paragraph": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"thumbnail": {
"type": "string"
},
"color": {
"type": "integer"
},
... | {"thumbnail":"New York","throttle_pos":{"footnote":"option_b","freight_class":{"format":"cat_b","aligned_pct":"RTG-04","reagent":null,"vessel_name":"https://api.io/api","total":"Sao Paulo"},"barcode":"Hapag-Lloyd-Express","total":false,"visible":"https://www.io/v1","item_id":"admin"} | Unexpected end of JSON input — truncated object | {"thumbnail":"New York","throttle_pos":{"footnote":"option_b","freight_class":{"format":"cat_b","aligned_pct":"RTG-04","reagent":null,"vessel_name":"https://api.io/api","total":"Sao Paulo"},"barcode":"Hapag-Lloyd-Express","total":false,"visible":"https://www.io/v1","item_id":"admin"}} |
TASK repair_structured_output
SPEC
FIELD aligned_pct.catalyst TYPE null REQUIRED yes
FIELD aligned_pct.build_status TYPE string REQUIRED no
FIELD aligned_pct.voltage TYPE integer REQUIRED no
FIELD aligned_pct.message TYPE string REQUIRED no
FIELD aligned_pct.footnote TYPE string REQUIRED no
FIELD aligned_pct.phenotype... | {"aligned_pct":{"catalyst":null,"build_status":"2023-12-25","footnote":"QC-07","phenotype":"Luis","length":"option_a"},"size":"type_c","annotation":20,"last_name":"https://example.io/v1","amount":"type_a"} | extra_field | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "object",
"properties": {
"catalyst": {
"type": "null"
},
"build_status": {
"type": "string"
},
"voltage": {
"type": "integer"
},
"message": {
... | {"aligned_pct": {"catalyst": null, "build_status": "2023-12-25", "footnote": "QC-07", "phenotype": "Luis", "length": "option_a"}, "size": "type_c", "annotation": 20, "last_name": "https://example.io/v1", "amount": "type_a", "extra_data_5529": true} | Unknown field 'extra_data_5529' not defined in schema | {"aligned_pct":{"catalyst":null,"build_status":"2023-12-25","footnote":"QC-07","phenotype":"Luis","length":"option_a"},"size":"type_c","annotation":20,"last_name":"https://example.io/v1","amount":"type_a"} |
TASK repair_structured_output
SPEC
FIELD umi TYPE integer REQUIRED yes
FIELD tags TYPE string REQUIRED no
FIELD priority.currency TYPE string REQUIRED yes
FIELD priority.format TYPE null REQUIRED no
FIELD priority.log_level TYPE string REQUIRED no
FIELD priority.id TYPE string VALUES success|error|warning|info REQUIRE... | {"umi":308,"tags":"foo","priority":{"currency":"John","id":"success","user_id":"https://www.io/data"},"message":{"count":"cat_c","balance":"Tokyo","account_id":"test@domain.org"},"branch":193,"deploy_target":null,"bed_number":"type_f","longitude":{"aligned_pct":"divorced","end_date":"test","format":{"language":683,"add... | tool_call_text_mix | {
"type": "object",
"properties": {
"umi": {
"type": "integer"
},
"tags": {
"type": "string"
},
"priority": {
"type": "object",
"properties": {
"currency": {
"type": "string"
},
"format": {
"type": "null"
},
"log... | I'll query our database.
<tool_call name="get_inventory">
{"umi":308,"tags":"foo","priority":{"currency":"John","id":"success","user_id":"https://www.io/data"},"message":{"count":"cat_c","balance":"Tokyo","account_id":"test@domain.org"},"branch":193,"deploy_target":null,"bed_number":"type_f","longitude":{"aligned_pct":... | Agent response mixes reasoning text with tool call | {"umi":308,"tags":"foo","priority":{"currency":"John","id":"success","user_id":"https://www.io/data"},"message":{"count":"cat_c","balance":"Tokyo","account_id":"test@domain.org"},"branch":193,"deploy_target":null,"bed_number":"type_f","longitude":{"aligned_pct":"divorced","end_date":"test","format":{"language":683,"add... |
TASK repair_structured_output
SPEC
FIELD dim_t57 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD key_n73 TYPE boolean REQUIRED yes
FIELD key_d71 TYPE string_email REQUIRED yes
FIELD attr_l80 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD field_g93.param_w16 TYPE string REQUIRED yes
FIELD fie... | {"dim_t57":"warning","key_n73":false,"key_d71":"user@example.com","attr_l80":"viewer","field_g93":{"param_w16":"Alice","col_v02":"Hapag-Lloyd-Express","dim_l92":"PASS","key_z83":null}} | unquoted_keys | {
"type": "object",
"properties": {
"dim_t57": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"key_n73": {
"type": "boolean"
},
"key_d71": {
"type": "string",
"format": "email"
},
"attr_l80": {
... | {dim_t57:"warning",key_n73:false,key_d71:"user@example.com",attr_l80:"viewer",field_g93:{param_w16:"Alice",col_v02:"Hapag-Lloyd-Express",dim_l92:"PASS",key_z83:null}} | Expecting property name enclosed in double quotes | {"dim_t57":"warning","key_n73":false,"key_d71":"user@example.com","attr_l80":"viewer","field_g93":{"param_w16":"Alice","col_v02":"Hapag-Lloyd-Express","dim_l92":"PASS","key_z83":null}} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD start_date TYPE integer REQUIRED no
FIELD amount TYPE string REQUIRED no
FIELD index[] TYPE string_email REQUIRED yes
FIELD quality_score[] TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
```json
{"created_... | {"created_at":"sms","amount":"hello","index":["admin@domain.org","ops@example.com","user@domain.org"],"quality_score":["2024-01-16T03:58:00Z"]} | markdown_fences | {
"type": "object",
"properties": {
"created_at": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"start_date": {
"type": "integer"
},
"amount": {
"type": "string"
},
"index": {
"type": "array",
... | ```json
{"created_at":"sms","amount":"hello","index":["admin@domain.org","ops@example.com","user@domain.org"],"quality_score":["2024-01-16T03:58:00Z"]}
``` | Output contains markdown code fences | {"created_at":"sms","amount":"hello","index":["admin@domain.org","ops@example.com","user@domain.org"],"quality_score":["2024-01-16T03:58:00Z"]} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD website TYPE number REQUIRED no
FIELD hazmat_code TYPE integer REQUIRED no
FIELD active TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD compound TYPE string REQUIRED no
BROKEN_OUTPUT
... | {"span_id":"high","website":729.71,"hazmat_code":1000,"compound":"Maria"} | trailing_comma | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"website": {
"type": "number"
},
"hazmat_code": {
"type": "integer"
},
"active": {
"type": "string",
... | {"span_id":"high","website":729.71,"hazmat_code":1000,"compound":"Maria",} | Unexpected trailing comma | {"span_id":"high","website":729.71,"hazmat_code":1000,"compound":"Maria"} |
TASK repair_structured_output
SPEC
FIELD param_d81 TYPE string REQUIRED no
FIELD key_h12 TYPE integer REQUIRED no
FIELD attr_p74 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"param_d81":"John","key_h12":270,"attr_p74":886.35}
Data logged successfully. | {"param_d81":"John","key_h12":270,"attr_p74":886.35} | extra_text_after | {
"type": "object",
"properties": {
"param_d81": {
"type": "string"
},
"key_h12": {
"type": "integer"
},
"attr_p74": {
"type": "number"
}
},
"required": [
"attr_p74"
]
} | {"param_d81":"John","key_h12":270,"attr_p74":886.35}
Data logged successfully. | Output contains non-JSON text after the object | {"param_d81":"John","key_h12":270,"attr_p74":886.35} |
TASK repair_structured_output
SPEC
FIELD val_l29 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_b90 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_c46 TYPE boolean REQUIRED yes
FIELD attr_m98 TYPE integer REQUIRED yes
FIELD prop_k91 TYPE string VALUES level_1|level_2|leve... | {"prop_b90":"published","field_c46":false,"attr_m98":397,"prop_k91":"level_2","dim_g73":"Maria"} | markdown_explanation | {
"type": "object",
"properties": {
"val_l29": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"prop_b90": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"field_c46"... | Below is the JSON object:
```json
{"prop_b90":"published","field_c46":false,"attr_m98":397,"prop_k91":"level_2","dim_g73":"Maria"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_b90":"published","field_c46":false,"attr_m98":397,"prop_k91":"level_2","dim_g73":"Maria"} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string_date-time REQUIRED yes
FIELD dissolved_oxygen TYPE number REQUIRED no
FIELD lane TYPE boolean REQUIRED no
FIELD city TYPE string VALUES success|error|warning|info REQUIRED no
FIELD timezone TYPE string_date-time REQUIRED no
FIELD id TYPE string REQUIRED yes
... | {"barcode":"2021-12-13T15:46:00Z","dissolved_oxygen":289.93,"lane":true,"id":"hello","consignee":"Silva","transaction_id":"bar"} | trailing_comma | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"format": "date-time"
},
"dissolved_oxygen": {
"type": "number"
},
"lane": {
"type": "boolean"
},
"city": {
"type": "string",
"enum": [
"success",
"error",
"warn... | {"barcode":"2021-12-13T15:46:00Z","dissolved_oxygen":289.93,"lane":true,"id":"hello","consignee":"Silva","transaction_id":"bar",} | Unexpected trailing comma | {"barcode":"2021-12-13T15:46:00Z","dissolved_oxygen":289.93,"lane":true,"id":"hello","consignee":"Silva","transaction_id":"bar"} |
TASK repair_structured_output
SPEC
FIELD field_q40 TYPE string REQUIRED no
FIELD col_l05 TYPE string REQUIRED yes
FIELD field_e03 TYPE string_uri REQUIRED no
FIELD dim_g63 TYPE number REQUIRED no
FIELD param_t12.field_n79 TYPE string REQUIRED yes
FIELD param_t12.param_p76 TYPE number REQUIRED yes
FIELD param_t12.val_r... | {"col_l05":"sample","field_e03":"https://api.io/data","dim_g63":565.46,"param_t12":{"field_n79":"Hapag-Lloyd-Express","param_p76":349.53,"field_e35":"Silva","field_k68":{"val_h40":null,"key_e48":"London"},"attr_e84":666},"param_e07":{"val_m55":"Charlie","val_h48":"cat_b","attr_e03":877,"field_h09":{"val_e98":true,"para... | markdown_fences | {
"type": "object",
"properties": {
"field_q40": {
"type": "string"
},
"col_l05": {
"type": "string"
},
"field_e03": {
"type": "string",
"format": "uri"
},
"dim_g63": {
"type": "number"
},
"param_t12": {
"type": "object",
"properties": {
... | ```json
{"col_l05":"sample","field_e03":"https://api.io/data","dim_g63":565.46,"param_t12":{"field_n79":"Hapag-Lloyd-Express","param_p76":349.53,"field_e35":"Silva","field_k68":{"val_h40":null,"key_e48":"London"},"attr_e84":666},"param_e07":{"val_m55":"Charlie","val_h48":"cat_b","attr_e03":877,"field_h09":{"val_e98":tr... | Output contains markdown code fences | {"col_l05":"sample","field_e03":"https://api.io/data","dim_g63":565.46,"param_t12":{"field_n79":"Hapag-Lloyd-Express","param_p76":349.53,"field_e35":"Silva","field_k68":{"val_h40":null,"key_e48":"London"},"attr_e84":666},"param_e07":{"val_m55":"Charlie","val_h48":"cat_b","attr_e03":877,"field_h09":{"val_e98":true,"para... |
TASK repair_structured_output
SPEC
FIELD key_r77.attr_v46 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD key_r77.param_w61 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD key_r77.dim_g37 TYPE integer REQUIRED yes
FIELD key_r77.col_x60 TYPE string_email REQUIRED no
FIELD key_r77.dim_j37 TYPE string RE... | {"key_r77":{"dim_g37":69,"col_x60":"admin@domain.org","dim_j37":"2024-06-30","param_s51":612.59,"col_v01":"completed"},"val_u83":{"prop_w56":472,"field_i96":"bar","key_r00":false},"prop_t23":false,"key_k88":"homozygous"} | extra_field | {
"type": "object",
"properties": {
"key_r77": {
"type": "object",
"properties": {
"attr_v46": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"param_w61": {
"type": "string",
... | {"key_r77": {"dim_g37": 69, "col_x60": "admin@domain.org", "dim_j37": "2024-06-30", "param_s51": 612.59, "col_v01": "completed"}, "val_u83": {"prop_w56": 472, "field_i96": "bar", "key_r00": false}, "prop_t23": false, "key_k88": "homozygous", "extra_field_4046": 42} | Unknown field 'extra_field_4046' not defined in schema | {"key_r77":{"dim_g37":69,"col_x60":"admin@domain.org","dim_j37":"2024-06-30","param_s51":612.59,"col_v01":"completed"},"val_u83":{"prop_w56":472,"field_i96":"bar","key_r00":false},"prop_t23":false,"key_k88":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE boolean REQUIRED yes
FIELD frequency_hz.zip_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD frequency_hz.name TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD frequency_hz.throttle_pos TYPE string V... | {"status_code":false,"cargo_type":"mode_b"} | boolean_as_string | {
"type": "object",
"properties": {
"status_code": {
"type": "boolean"
},
"frequency_hz": {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]... | {"status_code": "True", "cargo_type": "mode_b"} | Field 'status_code' must be boolean, got string | {"status_code":false,"cargo_type":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD param_a21 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD key_m33 TYPE boolean REQUIRED no
FIELD col_r73 TYPE string REQUIRED yes
FIELD prop_e85 TYPE string REQUIRED yes
FIELD key_i41 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"param_a21":"degrad... | {"param_a21":"degraded","key_m33":false,"col_r73":"hello","prop_e85":"Hapag-Lloyd-Express","key_i41":"https://api.io/v1"} | truncated_array | {
"type": "object",
"properties": {
"param_a21": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"key_m33": {
"type": "boolean"
},
"col_r73": {
"type": "string"
},
"prop_e85": {
"ty... | {"param_a21":"degraded","key_m33":false,"col_r73":"hello","prop_e85":"Hapag-Lloyd-Express","key_i41":"https://api.io/v1" | Unexpected end of JSON input — truncated object | {"param_a21":"degraded","key_m33":false,"col_r73":"hello","prop_e85":"Hapag-Lloyd-Express","key_i41":"https://api.io/v1"} |
TASK repair_structured_output
SPEC
FIELD key_u50 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_k97 TYPE string REQUIRED yes
FIELD val_h93 TYPE string_uri REQUIRED yes
FIELD dim_o33.param_x61 TYPE string REQUIRED yes
FIELD dim_o33.key_l59 TYPE number REQUIRED yes
FIELD dim_o33.key_t76 TYPE boolean... | {"key_u50":"info","val_k97":"active","val_h93":"https://api.io/data","dim_o33":{"param_x61":"Alice","key_l59":531.28,"key_t76":false}} | partial_structure | {
"type": "object",
"properties": {
"key_u50": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_k97": {
"type": "string"
},
"val_h93": {
"type": "string",
"format": "uri"
},
"dim_o33": {
... | The key_u50 is info and {"key_u50":"info","val_k97":"active","val_h93":"https://api.io/data","dim_o33":{"param_x61":"Alice","key_l59":531.28,"key_t76":false}} | Output mixes natural language with JSON | {"key_u50":"info","val_k97":"active","val_h93":"https://api.io/data","dim_o33":{"param_x61":"Alice","key_l59":531.28,"key_t76":false}} |
TASK repair_structured_output
SPEC
FIELD id TYPE string REQUIRED no
FIELD current_draw TYPE string_uri REQUIRED yes
FIELD maturity_date TYPE boolean REQUIRED no
FIELD deploy_target TYPE string REQUIRED yes
FIELD invoice_id.amplitude TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD invoice_id.bed_number TYPE ... | {"id":"chrX","current_draw":"https://api.io/data","maturity_date":true,"deploy_target":"New York","invoice_id":{"amplitude":"push","bed_number":"reliable","rating":"small","collateral":"Sao Paulo"},"index":{"voltage":191,"repository":null,"footnote":{"span_id":"error","account_id":268,"altitude":"2023-12-25"},"price":t... | partial_structure | {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"current_draw": {
"type": "string",
"format": "uri"
},
"maturity_date": {
"type": "boolean"
},
"deploy_target": {
"type": "string"
},
"invoice_id": {
"type": "object",
"prope... | The id is chrX and {"id":"chrX","current_draw":"https://api.io/data","maturity_date":true,"deploy_target":"New York","invoice_id":{"amplitude":"push","bed_number":"reliable","rating":"small","collateral":"Sao Paulo"},"index":{"voltage":191,"repository":null,"footnote":{"span_id":"error","account_id":268,"altitude":"202... | Output mixes natural language with JSON | {"id":"chrX","current_draw":"https://api.io/data","maturity_date":true,"deploy_target":"New York","invoice_id":{"amplitude":"push","bed_number":"reliable","rating":"small","collateral":"Sao Paulo"},"index":{"voltage":191,"repository":null,"footnote":{"span_id":"error","account_id":268,"altitude":"2023-12-25"},"price":t... |
TASK repair_structured_output
SPEC
FIELD param_s39 TYPE null REQUIRED yes
FIELD val_r48 TYPE integer REQUIRED yes
FIELD dim_b47 TYPE integer REQUIRED yes
FIELD param_j64 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD attr_i04 TYPE number REQUIRED no
FIELD key_r24 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"... | {"param_s39":null,"val_r48":476,"dim_b47":218,"attr_i04":149.76,"key_r24":false} | boolean_as_string | {
"type": "object",
"properties": {
"param_s39": {
"type": "null"
},
"val_r48": {
"type": "integer"
},
"dim_b47": {
"type": "integer"
},
"param_j64": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}... | {"param_s39": null, "val_r48": 476, "dim_b47": 218, "attr_i04": 149.76, "key_r24": "True"} | Field 'key_r24' must be boolean, got string | {"param_s39":null,"val_r48":476,"dim_b47":218,"attr_i04":149.76,"key_r24":false} |
TASK repair_structured_output
SPEC
FIELD prop_x86 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_k53 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD prop_v45 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
BROKEN_OUTPUT
The prop_x86 is black and {"prop_... | {"prop_x86":"black","dim_k53":"hemizygous"} | partial_structure | {
"type": "object",
"properties": {
"prop_x86": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dim_k53": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
... | The prop_x86 is black and {"prop_x86":"black","dim_k53":"hemizygous"} | Output mixes natural language with JSON | {"prop_x86":"black","dim_k53":"hemizygous"} |
TASK repair_structured_output
SPEC
FIELD dim_h52 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_k18 TYPE integer REQUIRED yes
FIELD col_x83 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_a31 TYPE string REQUIRED no
FIELD key_h70 TYPE number REQUIRED no
FIELD val... | {"dim_h52":"operational","param_k18":480,"col_x83":"high","key_h70":587.02,"val_c19":224,"dim_v00":158} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_h52": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_k18": {
"type": "integer"
},
"col_x83": {
"type": "string",
"enum": [
"low",
... | <functioncall> align_reads
{dim_h52: "operational", param_k18: 480, col_x83: "high", key_h70: 587.02, val_c19: 224, dim_v00: 158} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_h52":"operational","param_k18":480,"col_x83":"high","key_h70":587.02,"val_c19":224,"dim_v00":158} |
TASK repair_structured_output
SPEC
FIELD param_t83 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_e16 TYPE string REQUIRED no
FIELD val_c69 TYPE number REQUIRED no
FIELD field_d35 TYPE boolean REQUIRED no
FIELD prop_n07 TYPE string REQUIRED no
FIELD dim_t78 TYPE string VALUES admin|editor|viewer REQUI... | {"param_t83":"push","prop_e16":"John","val_c69":603.83,"field_d35":false,"attr_w42":97.71} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_t83": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"prop_e16": {
"type": "string"
},
"val_c69": {
"type": "number"
},
"field_d35": {
"type": "boolean"
... | Tool: validate_address
Params: {"prop_e16": "John", "val_c69": 603.83, "field_d35": false, "attr_w42": 97.71, "param_t83_value": "push"} | Agent used wrong parameter name 'param_t83_value' instead of 'param_t83' | {"param_t83":"push","prop_e16":"John","val_c69":603.83,"field_d35":false,"attr_w42":97.71} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string REQUIRED no
FIELD repository TYPE boolean REQUIRED no
FIELD humidity_pct TYPE string REQUIRED no
FIELD temp_celsius.torque_output TYPE boolean REQUIRED no
FIELD temp_celsius.bearing TYPE number REQUIRED no
FIELD temp_celsius.cargo_type TYPE string VALUE... | {"repository":true,"temp_celsius":{"torque_output":false,"bearing":764.59,"humidity_pct":"bar","turbidity":"admin@test.io","index":{"duration_ms":"Smith","color":"2024-04-21T00:00:00Z","version":"Tokyo","step":"level_1","bearing":"chr1"},"reagent":"pending"},"hazmat_code":887.2,"tags":"Berlin","status":{"bearing":null,... | tool_call_bad_format | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string"
},
"repository": {
"type": "boolean"
},
"humidity_pct": {
"type": "string"
},
"temp_celsius": {
"type": "object",
"properties": {
"torque_output": {
"type": "boolean"
... | <functioncall> get_account
{repository: true, temp_celsius: {torque_output: false, bearing: 764.59, humidity_pct: "bar", turbidity: "admin@test.io", index: {duration_ms: "Smith", color: "2024-04-21T00:00:00Z", version: "Tokyo", step: "level_1", bearing: "chr1"}, reagent: "pending"}, hazmat_code: 887.2, tags: "Berlin", ... | Tool call has malformed arguments — unquoted keys in function parameters | {"repository":true,"temp_celsius":{"torque_output":false,"bearing":764.59,"humidity_pct":"bar","turbidity":"admin@test.io","index":{"duration_ms":"Smith","color":"2024-04-21T00:00:00Z","version":"Tokyo","step":"level_1","bearing":"chr1"},"reagent":"pending"},"hazmat_code":887.2,"tags":"Berlin","status":{"bearing":null,... |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD footnote TYPE string VALUES draft|published|archived REQUIRED no
FIELD amplitude TYPE string_uri REQUIRED no
FIELD color TYPE integer REQUIRED no
FIELD tags TYPE boolean REQUIRED no
FIELD url TYPE string R... | {"procedure_code":"editor","footnote":"draft","amplitude":"https://example.org/api","tags":true,"url":"London","age":"Berlin"} | markdown_fences | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"footnote": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"amplitude": {
... | ```json
{"procedure_code":"editor","footnote":"draft","amplitude":"https://example.org/api","tags":true,"url":"London","age":"Berlin"}
``` | Output contains markdown code fences | {"procedure_code":"editor","footnote":"draft","amplitude":"https://example.org/api","tags":true,"url":"London","age":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD address TYPE number REQUIRED yes
FIELD wavelength TYPE integer REQUIRED yes
FIELD latitude TYPE integer REQUIRED no
FIELD dissolved_oxygen TYPE boolean REQUIRED no
FIELD collateral TYPE string REQUIRED yes
F... | {"last_name":"cat_b","address":164.63,"wavelength":353,"latitude":663,"dissolved_oxygen":false,"collateral":"example"} | tool_call_bad_format | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"address": {
"type": "number"
},
"wavelength": {
"type": "integer"
},
"latitude": {
"type": "integer"... | <functioncall> fetch_lab_result
{last_name: "cat_b", address: 164.63, wavelength: 353, latitude: 663, dissolved_oxygen: false, collateral: "example"} | Tool call has malformed arguments — unquoted keys in function parameters | {"last_name":"cat_b","address":164.63,"wavelength":353,"latitude":663,"dissolved_oxygen":false,"collateral":"example"} |
TASK repair_structured_output
SPEC
FIELD attr_x51 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD field_w15 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD attr_b26 TYPE string_email REQUIRED yes
FIELD dim_c90 TYPE number REQUIRED no
FIELD dim_n88.attr_c13 TYPE null RE... | {"attr_x51":"mode_c","field_w15":"option_b","attr_b26":"user@example.com","dim_c90":873.97,"dim_n88":{"attr_c13":null,"dim_w39":"mode_d","val_q59":272,"attr_p71":"reliable","prop_y54":{"field_e57":984,"val_u54":"draft","val_p61":"Maria"}},"param_j86":846} | wrong_type | {
"type": "object",
"properties": {
"attr_x51": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"field_w15": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",... | {"attr_x51": "mode_c", "field_w15": "option_b", "attr_b26": "user@example.com", "dim_c90": 873.97, "dim_n88": {"attr_c13": null, "dim_w39": "mode_d", "val_q59": 272, "attr_p71": "reliable", "prop_y54": {"field_e57": 984, "val_u54": "draft", "val_p61": "Maria"}}, "param_j86": "\"846\""} | Field 'param_j86' must be integer, got string | {"attr_x51":"mode_c","field_w15":"option_b","attr_b26":"user@example.com","dim_c90":873.97,"dim_n88":{"attr_c13":null,"dim_w39":"mode_d","val_q59":272,"attr_p71":"reliable","prop_y54":{"field_e57":984,"val_u54":"draft","val_p61":"Maria"}},"param_j86":846} |
TASK repair_structured_output
SPEC
FIELD dim_e19 TYPE string REQUIRED no
FIELD prop_b91 TYPE string REQUIRED yes
FIELD field_b64 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD prop_r61.key_k63 TYPE string REQUIRED yes
FIELD prop_r61.field_y66 TYPE integer REQUIRED no
FIELD prop_r61.param_c43.col_o08 TYPE string ... | {"dim_e19":"approved","prop_b91":"chr1","field_b64":"level_1","field_s85":false,"val_x08":"phone"} | wrong_type | {
"type": "object",
"properties": {
"dim_e19": {
"type": "string"
},
"prop_b91": {
"type": "string"
},
"field_b64": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_r61": {
"type": "object",
"properties": {
"k... | {"dim_e19": "approved", "prop_b91": "chr1", "field_b64": "level_1", "field_s85": "\"no\"", "val_x08": "phone"} | Field 'field_s85' must be boolean, got string | {"dim_e19":"approved","prop_b91":"chr1","field_b64":"level_1","field_s85":false,"val_x08":"phone"} |
TASK repair_structured_output
SPEC
FIELD key_z61 TYPE string REQUIRED yes
FIELD attr_b30 TYPE integer REQUIRED yes
FIELD field_r43[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"key_z61": "Oliveira", "attr_b30": 886, "field_r43": [268.32, 489.76], "extra_data_7942": true} | {"key_z61":"Oliveira","attr_b30":886,"field_r43":[268.32,489.76]} | extra_field | {
"type": "object",
"properties": {
"key_z61": {
"type": "string"
},
"attr_b30": {
"type": "integer"
},
"field_r43": {
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
"key_z61",
"field_r43",
"attr_b30"
]
} | {"key_z61": "Oliveira", "attr_b30": 886, "field_r43": [268.32, 489.76], "extra_data_7942": true} | Unknown field 'extra_data_7942' not defined in schema | {"key_z61":"Oliveira","attr_b30":886,"field_r43":[268.32,489.76]} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE integer REQUIRED yes
FIELD interest_rate TYPE integer REQUIRED no
FIELD filter_flag TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD batch_code[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"build_status": 871, "interest_rate": "251MB", "filter... | {"build_status":871,"interest_rate":251,"filter_flag":"reliable","batch_code":["GRCh38","test","pending"]} | number_with_unit | {
"type": "object",
"properties": {
"build_status": {
"type": "integer"
},
"interest_rate": {
"type": "integer"
},
"filter_flag": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"batch_code": {
"type": ... | {"build_status": 871, "interest_rate": "251MB", "filter_flag": "reliable", "batch_code": ["GRCh38", "test", "pending"]} | Field 'interest_rate' must be number, got string with unit | {"build_status":871,"interest_rate":251,"filter_flag":"reliable","batch_code":["GRCh38","test","pending"]} |
TASK repair_structured_output
SPEC
FIELD dim_y10 TYPE integer REQUIRED no
FIELD dim_c60 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_n65 TYPE boolean REQUIRED yes
FIELD col_w80.prop_p52 TYPE boolean REQUIRED no
FIELD col_w80.col_u24 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_... | {"dim_c60":"basic","attr_n65":true,"col_w80":{"prop_p52":false,"col_u24":"email","val_x08":"inactive","prop_i51":"baz","dim_m74":{"attr_i45":"basic","col_r94":"enterprise","dim_r46":"coastal","field_v04":"low"}}} | extra_text_after | {
"type": "object",
"properties": {
"dim_y10": {
"type": "integer"
},
"dim_c60": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"attr_n65": {
"type": "boolean"
},
"col_w80": {
"type": "object",
... | {"dim_c60":"basic","attr_n65":true,"col_w80":{"prop_p52":false,"col_u24":"email","val_x08":"inactive","prop_i51":"baz","dim_m74":{"attr_i45":"basic","col_r94":"enterprise","dim_r46":"coastal","field_v04":"low"}}}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"dim_c60":"basic","attr_n65":true,"col_w80":{"prop_p52":false,"col_u24":"email","val_x08":"inactive","prop_i51":"baz","dim_m74":{"attr_i45":"basic","col_r94":"enterprise","dim_r46":"coastal","field_v04":"low"}}} |
TASK repair_structured_output
SPEC
FIELD val_n09 TYPE string_email REQUIRED yes
FIELD field_e12 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_w66 TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: transfer_call
Arguments: {"field_e12": "viewer"} | {"val_n09":"ops@domain.org","field_e12":"viewer"} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_n09": {
"type": "string",
"format": "email"
},
"field_e12": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_w66": {
"type": "string"
}
},
"required": [
"val_n09"
... | Let me check the system.
Action: transfer_call
Arguments: {"field_e12": "viewer"} | Agent tool call missing required parameter 'val_n09' | {"val_n09":"ops@domain.org","field_e12":"viewer"} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string REQUIRED no
FIELD patient_id TYPE integer REQUIRED no
FIELD loan_amount TYPE string REQUIRED yes
BROKEN_OUTPUT
{altitude:"Smith",patient_id:589,loan_amount:"2024-06-30"} | {"altitude":"Smith","patient_id":589,"loan_amount":"2024-06-30"} | unquoted_keys | {
"type": "object",
"properties": {
"altitude": {
"type": "string"
},
"patient_id": {
"type": "integer"
},
"loan_amount": {
"type": "string"
}
},
"required": [
"loan_amount"
]
} | {altitude:"Smith",patient_id:589,loan_amount:"2024-06-30"} | Expecting property name enclosed in double quotes | {"altitude":"Smith","patient_id":589,"loan_amount":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string REQUIRED yes
FIELD department.discount TYPE integer REQUIRED no
FIELD department.velocity TYPE string REQUIRED no
FIELD department.weight TYPE string VALUES single|married|divorced REQUIRED yes
FIELD department.username TYPE string REQUIRED no
FIELD depart... | {"longitude":"PASS","department":{"discount":690,"velocity":"Alice","weight":"married","username":"baz","bearing":"REV","patient_id":"REV"},"count":"ops@test.io","score":"Tokyo","company":true,"latitude":225} | missing_bracket | {
"type": "object",
"properties": {
"longitude": {
"type": "string"
},
"department": {
"type": "object",
"properties": {
"discount": {
"type": "integer"
},
"velocity": {
"type": "string"
},
"weight": {
"type": "strin... | {"longitude":"PASS","department":{"discount":690,"velocity":"Alice","weight":"married","username":"baz","bearing":"REV","patient_id":"REV"},"count":"ops@test.io","score":"Tokyo","company":true,"latitude":225} | Missing closing bracket | {"longitude":"PASS","department":{"discount":690,"velocity":"Alice","weight":"married","username":"baz","bearing":"REV","patient_id":"REV"},"count":"ops@test.io","score":"Tokyo","company":true,"latitude":225} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD name TYPE number REQUIRED yes
FIELD payment_status TYPE string REQUIRED no
FIELD level TYPE string_uri REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: update_record
Arguments: {"cu... | {"current_draw":"viewer","name":765.19,"payment_status":"test","level":"https://www.io/v1"} | tool_call_partial_args | {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"name": {
"type": "number"
},
"payment_status": {
"type": "string"
},
"level": {
"type": "string",
"format"... | I need to look up the information first.
Action: update_record
Arguments: {"current_draw": "viewer", "payment_status": "test", "level": "https://www.io/v1"} | Agent tool call missing required parameter 'name' | {"current_draw":"viewer","name":765.19,"payment_status":"test","level":"https://www.io/v1"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE boolean REQUIRED no
FIELD created_at TYPE integer REQUIRED no
FIELD label TYPE string REQUIRED no
FIELD tile TYPE string REQUIRED yes
FIELD account_id TYPE boolean REQUIRED yes
FIELD decay_rate TYPE null REQUIRED no
BROKEN_OUTPUT
```json
{"voltage":true,"created_a... | {"voltage":true,"created_at":702,"label":"chr1","tile":"Jane","account_id":false,"decay_rate":null} | markdown_fences | {
"type": "object",
"properties": {
"voltage": {
"type": "boolean"
},
"created_at": {
"type": "integer"
},
"label": {
"type": "string"
},
"tile": {
"type": "string"
},
"account_id": {
"type": "boolean"
},
"decay_rate": {
"type": "null"
... | ```json
{"voltage":true,"created_at":702,"label":"chr1","tile":"Jane","account_id":false,"decay_rate":null}
``` | Output contains markdown code fences | {"voltage":true,"created_at":702,"label":"chr1","tile":"Jane","account_id":false,"decay_rate":null} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES active|inactive|pending REQUIRED no
FIELD repository TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD items TYPE string REQUIRED no
FIELD lane TYPE string REQUIRED yes
FIELD medication TYPE string VALUES email|phone|sm... | {"reagent":"pending","repository":"confirmed","items":"demo","lane":"Luis","updated_at":null,"diagnosis_code":791} | truncated_array | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"repository": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
... | {"reagent":"pending","repository":"confirmed","items":"demo","lane":"Luis","updated_at":null,"diagnosis_code":791 | Unexpected end of JSON input — truncated object | {"reagent":"pending","repository":"confirmed","items":"demo","lane":"Luis","updated_at":null,"diagnosis_code":791} |
TASK repair_structured_output
SPEC
FIELD param_g08 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD val_o17.attr_c00 TYPE string REQUIRED no
FIELD val_o17.attr_t52 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_o17.param_u29 TYPE string REQUIRED no
FIELD val_o17.attr_o14 TYPE s... | {"param_g08":"level_4","val_o17":{"attr_c00":"test","attr_t52":"basic","param_u29":"This is a test value.","attr_o14":"small","prop_y32":"https://data.com/v1","attr_t69":"2023-09-04T18:13:00Z"},"field_e51":"published","key_j06":"https://example.org/v1","param_y32":"Smith"} | null_required | {
"type": "object",
"properties": {
"param_g08": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"val_o17": {
"type": "object",
"properties": {
"attr_c00": {
"type": "string"
},
... | {"param_g08": "level_4", "val_o17": null, "field_e51": "published", "key_j06": "https://example.org/v1", "param_y32": "Smith"} | Required field 'val_o17' is null | {"param_g08":"level_4","val_o17":{"attr_c00":"test","attr_t52":"basic","param_u29":"This is a test value.","attr_o14":"small","prop_y32":"https://data.com/v1","attr_t69":"2023-09-04T18:13:00Z"},"field_e51":"published","key_j06":"https://example.org/v1","param_y32":"Smith"} |
TASK repair_structured_output
SPEC
FIELD full_name TYPE integer REQUIRED yes
FIELD first_name TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD filter_flag[] TYPE string REQUIRED no
BROKEN_OUTPUT
calibrate_instrument(full_name=860, first_name='level_3', filter_flag=['test@example.co... | {"full_name":860,"first_name":"level_3","filter_flag":["test@example.com","Berlin"]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"full_name": {
"type": "integer"
},
"first_name": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"filter_flag": {
"type": "array"... | calibrate_instrument(full_name=860, first_name='level_3', filter_flag=['test@example.com', 'Berlin']) | Tool call uses Python syntax instead of JSON | {"full_name":860,"first_name":"level_3","filter_flag":["test@example.com","Berlin"]} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE boolean REQUIRED yes
FIELD created_at TYPE number REQUIRED no
FIELD repository TYPE integer REQUIRED no
FIELD credit_score TYPE string_email REQUIRED no
FIELD user_id.notes TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD user_id.visible TYPE number... | {"account_id":true,"repository":254,"credit_score":"user@test.io","user_id":{"notes":"low","visible":778.79,"terminal_id":{"subtotal":51.78,"name":"approved","state":"Johnson","phenotype":"white","port_code":"delivered","conductivity":117},"transaction_id":"Sao Paulo","tags":"qux","country":{"consignee":"A short descri... | trailing_comma | {
"type": "object",
"properties": {
"account_id": {
"type": "boolean"
},
"created_at": {
"type": "number"
},
"repository": {
"type": "integer"
},
"credit_score": {
"type": "string",
"format": "email"
},
"user_id": {
"type": "object",
"pro... | {"account_id":true,"repository":254,"credit_score":"user@test.io","user_id":{"notes":"low","visible":778.79,"terminal_id":{"subtotal":51.78,"name":"approved","state":"Johnson","phenotype":"white","port_code":"delivered","conductivity":117,},"transaction_id":"Sao Paulo","tags":"qux","country":{"consignee":"A short descr... | Unexpected trailing comma | {"account_id":true,"repository":254,"credit_score":"user@test.io","user_id":{"notes":"low","visible":778.79,"terminal_id":{"subtotal":51.78,"name":"approved","state":"Johnson","phenotype":"white","port_code":"delivered","conductivity":117},"transaction_id":"Sao Paulo","tags":"qux","country":{"consignee":"A short descri... |
TASK repair_structured_output
SPEC
FIELD dim_k27 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD col_n85 TYPE boolean REQUIRED no
FIELD param_z07.val_h62 TYPE integer REQUIRED yes
FIELD param_z07.field_f88 TYPE null REQUIRED yes
FIELD param_z07.key_a18.dim_s15 TYPE string REQUIRED yes
FIELD param_z07.key_a18.p... | {"dim_k27":"cat_c","col_n85":false,"dim_d57":"level_1"} | extra_field | {
"type": "object",
"properties": {
"dim_k27": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"col_n85": {
"type": "boolean"
},
"param_z07": {
"type": "object",
"properties": {
"val_h62": {
"type": "integ... | {"dim_k27": "cat_c", "col_n85": false, "dim_d57": "level_1", "extra_field_4708": true} | Unknown field 'extra_field_4708' not defined in schema | {"dim_k27":"cat_c","col_n85":false,"dim_d57":"level_1"} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string_email REQUIRED no
FIELD port_code TYPE number REQUIRED no
FIELD message TYPE number REQUIRED yes
FIELD duration_ms TYPE boolean REQUIRED no
FIELD loan_amount TYPE string VALUES active|inactive|pending REQUIRED no
FIELD terminal_id TYPE boolean REQUIRED ye... | {"port_code":655.0,"message":345.02,"loan_amount":"active","terminal_id":true,"website":"Tokyo","rating":"admin@example.com"} | synonym_enum | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"format": "email"
},
"port_code": {
"type": "number"
},
"message": {
"type": "number"
},
"duration_ms": {
"type": "boolean"
},
"loan_amount": {
"type": "string",
"enum"... | {"port_code": 655.0, "message": 345.02, "loan_amount": "running", "terminal_id": true, "website": "Tokyo", "rating": "admin@example.com"} | Field 'loan_amount' has synonym 'running' instead of valid enum value | {"port_code":655.0,"message":345.02,"loan_amount":"active","terminal_id":true,"website":"Tokyo","rating":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string REQUIRED yes
FIELD ward TYPE string VALUES option_a|option_b REQUIRED yes
FIELD duration_ms TYPE integer REQUIRED no
FIELD city TYPE string REQUIRED no
FIELD step TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD shipping TYPE boolean ... | {"conductivity":"inactive","ward":"option_b","duration_ms":421,"step":"cat_b","shipping":true} | extra_field | {
"type": "object",
"properties": {
"conductivity": {
"type": "string"
},
"ward": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"duration_ms": {
"type": "integer"
},
"city": {
"type": "string"
},
"step": {
"typ... | {"conductivity": "inactive", "ward": "option_b", "duration_ms": 421, "step": "cat_b", "shipping": true, "extra_data_5716": "unexpected"} | Unknown field 'extra_data_5716' not defined in schema | {"conductivity":"inactive","ward":"option_b","duration_ms":421,"step":"cat_b","shipping":true} |
TASK repair_structured_output
SPEC
FIELD verified TYPE integer REQUIRED no
FIELD level TYPE string REQUIRED yes
FIELD full_name TYPE string REQUIRED no
FIELD hazmat_code.active TYPE string_email REQUIRED yes
FIELD hazmat_code.shift_code TYPE string_uri REQUIRED no
FIELD hazmat_code.thumbnail TYPE string VALUES admin|e... | {"verified":684,"level":"2024-06-30","comments":{"bearing":"rejected","conductivity":"in_progress","bill_of_lading":152,"span_id":180.66,"umi":162,"branch":"active"},"active":null,"color":{"isotope":"chr1","end_date":"ops@domain.org","step":"info@test.io"}} | markdown_fences | {
"type": "object",
"properties": {
"verified": {
"type": "integer"
},
"level": {
"type": "string"
},
"full_name": {
"type": "string"
},
"hazmat_code": {
"type": "object",
"properties": {
"active": {
"type": "string",
"format": "e... | ```json
{"verified":684,"level":"2024-06-30","comments":{"bearing":"rejected","conductivity":"in_progress","bill_of_lading":152,"span_id":180.66,"umi":162,"branch":"active"},"active":null,"color":{"isotope":"chr1","end_date":"ops@domain.org","step":"info@test.io"}}
``` | Output contains markdown code fences | {"verified":684,"level":"2024-06-30","comments":{"bearing":"rejected","conductivity":"in_progress","bill_of_lading":152,"span_id":180.66,"umi":162,"branch":"active"},"active":null,"color":{"isotope":"chr1","end_date":"ops@domain.org","step":"info@test.io"}} |
TASK repair_structured_output
SPEC
FIELD val_z05 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_a14 TYPE string REQUIRED yes
FIELD param_q09 TYPE string_date-time REQUIRED no
FIELD attr_n92 TYPE string REQUIRED yes
FIELD col_b70 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_a14": "John", "par... | {"prop_a14":"John","param_q09":"2025-08-01T14:20:00Z","attr_n92":"test@example.com","col_b70":"PASS"} | date_format_error | {
"type": "object",
"properties": {
"val_z05": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_a14": {
"type": "string"
},
"param_q09": {
"type": "string",
"format": "date-time"
},
"attr... | {"prop_a14": "John", "param_q09": "2025-08-01", "attr_n92": "test@example.com", "col_b70": "PASS"} | Field 'param_q09' has invalid date format | {"prop_a14":"John","param_q09":"2025-08-01T14:20:00Z","attr_n92":"test@example.com","col_b70":"PASS"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string REQUIRED yes
FIELD language TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD rating TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD timezone TYPE number REQUIRED no
FIELD score TYPE integer REQUIRED no
FIELD gen... | {"tags":"2023-12-25","language":"intermittent","rating":"missense"} | single_quotes | {
"type": "object",
"properties": {
"tags": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"rating": {
"type": "string",
"enum": [
"synonymous",
"missense",
... | {'tags':'2023-12-25','language':'intermittent','rating':'missense'} | Expecting property name enclosed in double quotes | {"tags":"2023-12-25","language":"intermittent","rating":"missense"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE number REQUIRED no
FIELD rating TYPE null REQUIRED yes
FIELD coverage[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"zip_code": "\"973.12\"", "rating": null, "coverage": ["approved", "Santos"]} | {"zip_code":973.12,"rating":null,"coverage":["approved","Santos"]} | wrong_type | {
"type": "object",
"properties": {
"zip_code": {
"type": "number"
},
"rating": {
"type": "null"
},
"coverage": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"rating"
]
} | {"zip_code": "\"973.12\"", "rating": null, "coverage": ["approved", "Santos"]} | Field 'zip_code' must be number, got string | {"zip_code":973.12,"rating":null,"coverage":["approved","Santos"]} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES single|married|divorced REQUIRED no
FIELD filter_flag TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD step TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
{"filter_flag":"returned","step":"hom... | {"filter_flag":"returned","step":"homozygous"} | missing_bracket | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"filter_flag": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
}... | {"filter_flag":"returned","step":"homozygous"} | Missing closing bracket | {"filter_flag":"returned","step":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD half_life TYPE string REQUIRED yes
FIELD message TYPE integer REQUIRED yes
FIELD format TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD umi.span_id TYPE integer REQUIRED no
FIELD umi.thumbnail TYPE string_date-time REQUIRED no
FIELD umi.bill_of_lading TYPE inte... | {"half_life":"chr1","message":225,"format":"mode_d","umi":{"span_id":598,"comments":"missense","title":"test@example.com","torque_output":{"priority":"https://www.com/api","options":null,"current_draw":"active"},"items":415.19}} | thought_process | {
"type": "object",
"properties": {
"half_life": {
"type": "string"
},
"message": {
"type": "integer"
},
"format": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"umi": {
"type": "object",
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"half_life":"chr1","message":225,"format":"mode_d","umi":{"span_id":598,"comments":"missense","title":"test@example.com","torque_output":{"priority":"https://www.com/api","options":null,"current_draw":"act... | Output contains chain-of-thought reasoning before JSON | {"half_life":"chr1","message":225,"format":"mode_d","umi":{"span_id":598,"comments":"missense","title":"test@example.com","torque_output":{"priority":"https://www.com/api","options":null,"current_draw":"active"},"items":415.19}} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE boolean REQUIRED yes
FIELD sensor_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD description TYPE string_date-time REQUIRED no
FIELD fleet_number TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD conductivity TYPE inte... | {"latitude":true,"sensor_id":"resolved","description":"2024-08-01T18:10:00Z","conductivity":624} | single_quotes | {
"type": "object",
"properties": {
"latitude": {
"type": "boolean"
},
"sensor_id": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"description": {
"type": "string",
"format": "date-time"
},
... | {'latitude':true,'sensor_id':'resolved','description':'2024-08-01T18:10:00Z','conductivity':624} | Expecting property name enclosed in double quotes | {"latitude":true,"sensor_id":"resolved","description":"2024-08-01T18:10:00Z","conductivity":624} |
TASK repair_structured_output
SPEC
FIELD prop_y03 TYPE integer REQUIRED yes
FIELD param_g22 TYPE integer REQUIRED yes
FIELD prop_u57 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_z98 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD prop_k32 TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_y03":... | {"prop_y03":704,"param_g22":920,"prop_u57":"sms","key_z98":"phone"} | invalid_enum | {
"type": "object",
"properties": {
"prop_y03": {
"type": "integer"
},
"param_g22": {
"type": "integer"
},
"prop_u57": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_z98": {
"type": "string",
... | {"prop_y03": 704, "param_g22": 920, "prop_u57": "invalid_value_620", "key_z98": "phone"} | Field 'prop_u57' has invalid enum value 'invalid_value_620', expected one of ['email', 'phone', 'sms', 'push'] | {"prop_y03":704,"param_g22":920,"prop_u57":"sms","key_z98":"phone"} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES active|inactive|pending REQUIRED no
FIELD branch TYPE string REQUIRED yes
FIELD comments TYPE string REQUIRED no
FIELD transaction_id TYPE integer REQUIRED yes
FIELD patient_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD type TYPE stri... | {"branch":"bar","comments":"Silva","transaction_id":260,"patient_id":"cat_c","type":"example","status_code":{"date":"cat_f","sensor_id":"2026-07-05T22:19:00Z","salinity":700,"priority":"type_a","timezone":"chr1","trace_id":811,"humidity_pct":"heterozygous"}} | extra_text_before | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"branch": {
"type": "string"
},
"comments": {
"type": "string"
},
"transaction_id": {
"type": "integer"
},... | The output is as follows:
{"branch":"bar","comments":"Silva","transaction_id":260,"patient_id":"cat_c","type":"example","status_code":{"date":"cat_f","sensor_id":"2026-07-05T22:19:00Z","salinity":700,"priority":"type_a","timezone":"chr1","trace_id":811,"humidity_pct":"heterozygous"}} | Output contains non-JSON text before the object | {"branch":"bar","comments":"Silva","transaction_id":260,"patient_id":"cat_c","type":"example","status_code":{"date":"cat_f","sensor_id":"2026-07-05T22:19:00Z","salinity":700,"priority":"type_a","timezone":"chr1","trace_id":811,"humidity_pct":"heterozygous"}} |
TASK repair_structured_output
SPEC
FIELD date TYPE string VALUES type_a|type_b REQUIRED yes
FIELD url TYPE boolean REQUIRED yes
FIELD discount TYPE string VALUES success|error|warning|info REQUIRED no
FIELD section.log_level TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD section.user_id TYPE strin... | {"date":"type_b","url":true,"discount":"info"} | null_required | {
"type": "object",
"properties": {
"date": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"url": {
"type": "boolean"
},
"discount": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | {"date": null, "url": true, "discount": "info"} | Required field 'date' is null | {"date":"type_b","url":true,"discount":"info"} |
TASK repair_structured_output
SPEC
FIELD decay_rate.width TYPE string REQUIRED no
FIELD decay_rate.options TYPE string_email REQUIRED no
FIELD decay_rate.trace_id.longitude TYPE string REQUIRED no
FIELD decay_rate.trace_id.dissolved_oxygen TYPE integer REQUIRED yes
FIELD decay_rate.trace_id.bed_number TYPE string VALU... | {"decay_rate":{"width":"Alice","trace_id":{"longitude":"hello","dissolved_oxygen":916,"bed_number":"cat_c"},"image_url":{"ph_level":850,"chromosome":"Paris","date":"option_a"},"footnote":"Hapag-Lloyd-Express","comments":"mode_b","build_status":144.64},"barcode":null,"vital_sign":932.88,"state":"2024-11-12T01:26:00Z","l... | extra_text_before | {
"type": "object",
"properties": {
"decay_rate": {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"options": {
"type": "string",
"format": "email"
},
"trace_id": {
"type": "object",
"properti... | Here is the response in the requested format:
{"decay_rate":{"width":"Alice","trace_id":{"longitude":"hello","dissolved_oxygen":916,"bed_number":"cat_c"},"image_url":{"ph_level":850,"chromosome":"Paris","date":"option_a"},"footnote":"Hapag-Lloyd-Express","comments":"mode_b","build_status":144.64},"barcode":null,"vital_... | Output contains non-JSON text before the object | {"decay_rate":{"width":"Alice","trace_id":{"longitude":"hello","dissolved_oxygen":916,"bed_number":"cat_c"},"image_url":{"ph_level":850,"chromosome":"Paris","date":"option_a"},"footnote":"Hapag-Lloyd-Express","comments":"mode_b","build_status":144.64},"barcode":null,"vital_sign":932.88,"state":"2024-11-12T01:26:00Z","l... |
TASK repair_structured_output
SPEC
FIELD param_v33 TYPE string REQUIRED no
FIELD dim_r42 TYPE number REQUIRED yes
FIELD key_c22 TYPE integer REQUIRED no
FIELD dim_j25 TYPE string REQUIRED yes
FIELD prop_o18 TYPE string REQUIRED yes
FIELD param_a74.attr_z53 TYPE number REQUIRED no
FIELD param_a74.key_l02 TYPE string VA... | {"dim_r42":312.17,"key_c22":321,"dim_j25":"Bob","prop_o18":"world","param_a74":{"key_l02":"cat_a","attr_s44":688,"val_j80":505.74,"dim_l57":"quux"}} | wrong_type | {
"type": "object",
"properties": {
"param_v33": {
"type": "string"
},
"dim_r42": {
"type": "number"
},
"key_c22": {
"type": "integer"
},
"dim_j25": {
"type": "string"
},
"prop_o18": {
"type": "string"
},
"param_a74": {
"type": "object"... | {"dim_r42": 312.17, "key_c22": "\"321\"", "dim_j25": "Bob", "prop_o18": "world", "param_a74": {"key_l02": "cat_a", "attr_s44": 688, "val_j80": 505.74, "dim_l57": "quux"}} | Field 'key_c22' must be integer, got string | {"dim_r42":312.17,"key_c22":321,"dim_j25":"Bob","prop_o18":"world","param_a74":{"key_l02":"cat_a","attr_s44":688,"val_j80":505.74,"dim_l57":"quux"}} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD item_id TYPE string VALUES level_1|level_2 REQUIRED no
FIELD level.values TYPE string REQUIRED yes
FIELD level.username TYPE null REQUIRED no
FIELD level.patient_id TYPE number REQUIRED no
BROKEN_OUTPUT
{"id": null, ... | {"id":"GBP","item_id":"level_2","level":{"values":"Johnson","username":null,"patient_id":195.08}} | null_required | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"item_id": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"level": {
"type": "... | {"id": null, "item_id": "level_2", "level": {"values": "Johnson", "username": null, "patient_id": 195.08}} | Required field 'id' is null | {"id":"GBP","item_id":"level_2","level":{"values":"Johnson","username":null,"patient_id":195.08}} |
TASK repair_structured_output
SPEC
FIELD currency TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD quantity TYPE string REQUIRED yes
FIELD notes TYPE null REQUIRED yes
BROKEN_OUTPUT
{"quantity": "pending", "notes": null} | {"currency":"reliable","quantity":"pending","notes":null} | missing_required | {
"type": "object",
"properties": {
"currency": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"quantity": {
"type": "string"
},
"notes": {
"type": "null"
}
},
"required": [
"currency",
"quantity",
... | {"quantity": "pending", "notes": null} | Required field 'currency' is missing | {"currency":"reliable","quantity":"pending","notes":null} |
TASK repair_structured_output
SPEC
FIELD key_n92 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD field_r37 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_k82 TYPE string REQUIRED no
FIELD val_c09.val_n57 TYPE string REQUIRED no
FIELD val_c09.prop_z76 TYPE integer REQUIRED no
FIELD val... | {"key_n92":"basic","field_r37":"inactive","val_c09":{"val_n57":"sample","prop_z76":902,"col_a41":{"prop_t70":"blue","dim_c45":"inactive","field_m43":344,"param_p58":"2024-09-28T23:30:00Z"},"param_l48":null,"key_n47":{"val_w62":"test","attr_p45":null},"val_h95":"homozygous","attr_g99":"qux"},"field_c80":{"param_x69":964... | tool_call_partial_args | {
"type": "object",
"properties": {
"key_n92": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"field_r37": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_... | I need to look up the information first.
Action: get_inventory
Arguments: {"key_n92": "basic", "val_c09": {"val_n57": "sample", "prop_z76": 902, "col_a41": {"prop_t70": "blue", "dim_c45": "inactive", "field_m43": 344, "param_p58": "2024-09-28T23:30:00Z"}, "param_l48": null, "key_n47": {"val_w62": "test", "attr_p45": nu... | Agent tool call missing required parameter 'field_r37' | {"key_n92":"basic","field_r37":"inactive","val_c09":{"val_n57":"sample","prop_z76":902,"col_a41":{"prop_t70":"blue","dim_c45":"inactive","field_m43":344,"param_p58":"2024-09-28T23:30:00Z"},"param_l48":null,"key_n47":{"val_w62":"test","attr_p45":null},"val_h95":"homozygous","attr_g99":"qux"},"field_c80":{"param_x69":964... |
TASK repair_structured_output
SPEC
FIELD col_d38 TYPE integer REQUIRED yes
FIELD field_k36 TYPE string_date-time REQUIRED yes
FIELD dim_c18 TYPE null REQUIRED no
FIELD val_j71.prop_h35 TYPE null REQUIRED no
FIELD val_j71.val_q44 TYPE string REQUIRED yes
FIELD val_j71.key_j62 TYPE string_email REQUIRED no
FIELD col_n13... | {"col_d38":387,"field_k36":"2025-10-20T04:15:00Z","val_j71":{"prop_h35":null,"val_q44":"hello","key_j62":"info@example.com"},"col_n13":{"key_a27":82,"key_d05":3,"prop_x36":645}} | extra_text_after | {
"type": "object",
"properties": {
"col_d38": {
"type": "integer"
},
"field_k36": {
"type": "string",
"format": "date-time"
},
"dim_c18": {
"type": "null"
},
"val_j71": {
"type": "object",
"properties": {
"prop_h35": {
"type": "null"... | {"col_d38":387,"field_k36":"2025-10-20T04:15:00Z","val_j71":{"prop_h35":null,"val_q44":"hello","key_j62":"info@example.com"},"col_n13":{"key_a27":82,"key_d05":3,"prop_x36":645}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_d38":387,"field_k36":"2025-10-20T04:15:00Z","val_j71":{"prop_h35":null,"val_q44":"hello","key_j62":"info@example.com"},"col_n13":{"key_a27":82,"key_d05":3,"prop_x36":645}} |
TASK repair_structured_output
SPEC
FIELD vital_sign.insurance_id.age TYPE string_uri REQUIRED no
FIELD vital_sign.insurance_id.discount TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD vital_sign.insurance_id.cargo_type TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD vital_sign.in... | {"credit_score":805.38,"brake_pressure":false,"crew_id":"https://www.io/api","position":true} | tool_call_bad_format | {
"type": "object",
"properties": {
"vital_sign": {
"type": "object",
"properties": {
"insurance_id": {
"type": "object",
"properties": {
"age": {
"type": "string",
"format": "uri"
},
"discount": {
... | <functioncall> get_inventory
{credit_score: 805.38, brake_pressure: false, crew_id: "https://www.io/api", position: true} | Tool call has malformed arguments — unquoted keys in function parameters | {"credit_score":805.38,"brake_pressure":false,"crew_id":"https://www.io/api","position":true} |
TASK repair_structured_output
SPEC
FIELD company TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD vessel_name TYPE number REQUIRED no
FIELD image_url TYPE string_uri REQUIRED yes
FIELD pressure_kpa TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
BROKEN_OU... | {"company":"type_e","vessel_name":944.58,"image_url":"https://www.org/data","pressure_kpa":"level_6"} | tool_call_text_mix | {
"type": "object",
"properties": {
"company": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"vessel_name": {
"type": "number"
},
"image_url": {
"type": "string",
"... | I'll query our database.
<tool_call name="check_cargo_manifest">
{"company":"type_e","vessel_name":944.58,"image_url":"https://www.org/data","pressure_kpa":"level_6"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"company":"type_e","vessel_name":944.58,"image_url":"https://www.org/data","pressure_kpa":"level_6"} |
TASK repair_structured_output
SPEC
FIELD name TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD title TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD username.weight TYPE number REQUIRED yes
FIELD username.loan_amount TYPE boolean REQUIRED yes
FIELD username.message[] TYPE string VALUES red|b... | {"name":"large","title":"success","username":{"weight":817.31,"loan_amount":false,"message":["green"]}} | tool_call_bad_format | {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"title": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"u... | <functioncall> update_record
{name: "large", title: "success", username: {weight: 817.31, loan_amount: false, message: ["green"]}} | Tool call has malformed arguments — unquoted keys in function parameters | {"name":"large","title":"success","username":{"weight":817.31,"loan_amount":false,"message":["green"]}} |
TASK repair_structured_output
SPEC
FIELD val_n55 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD field_h95 TYPE number REQUIRED no
FIELD col_f15 TYPE number REQUIRED no
FIELD param_s80.dim_e85 TYPE integer REQUIRED no
FIELD param_s80.param_p00 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD... | {"val_n55":"xl","col_f15":351.56,"param_s80":{"dim_e85":84,"param_p00":"success","prop_n57":897,"field_b23":{"col_c60":"John","val_e44":456,"val_y11":410,"val_i71":670.06,"param_z83":"quux"},"dim_j72":{"param_l27":"delivered","dim_a08":true,"param_p16":false},"attr_t15":"https://api.com/data"}} | agent_chain | {
"type": "object",
"properties": {
"val_n55": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_h95": {
"type": "number"
},
"col_f15": {
"type": "number"
},
"param_s80": {
"type": "object",
... | I need to look up the information first.
Action: create_ticket
Result: {"col_f15": 351.56, "param_s80": {"dim_e85": 84, "param_p00": "success", "prop_n57": 897, "field_b23": {"col_c60": "John", "val_e44": 456, "val_y11": 410, "val_i71": 670.06, "param_z83": "quux"}, "dim_j72": {"param_l27": "delivered", "dim_a08": true... | Agent multi-step chain with truncated tool output | {"val_n55":"xl","col_f15":351.56,"param_s80":{"dim_e85":84,"param_p00":"success","prop_n57":897,"field_b23":{"col_c60":"John","val_e44":456,"val_y11":410,"val_i71":670.06,"param_z83":"quux"},"dim_j72":{"param_l27":"delivered","dim_a08":true,"param_p16":false},"attr_t15":"https://api.com/data"}} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD humidity_pct TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD coverage TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD lane TYPE string_email REQUIRED yes
FIELD price TYPE string RE... | {"ph_level":"EUR","humidity_pct":"anchored","coverage":"GBP","lane":"user@domain.org","active":"https://www.io/data"} | thought_process | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"humidity_pct": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moo... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"ph_level":"EUR","humidity_pct":"anchored","coverage":"GBP","lane":"user@domain.org","active":"https://www.io/data"} | Output contains chain-of-thought reasoning before JSON | {"ph_level":"EUR","humidity_pct":"anchored","coverage":"GBP","lane":"user@domain.org","active":"https://www.io/data"} |
TASK repair_structured_output
SPEC
FIELD field_f95 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_y12 TYPE string_uri REQUIRED no
FIELD dim_i80[].dim_n30 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_i80[].dim_w46 TYPE boolean REQUIRED yes
FIELD dim_i80[].key_l04 TYPE st... | {"field_f95":"enterprise","prop_y12":"https://data.io/data","dim_i80":[{"dim_n30":"intermittent","dim_w46":false,"param_t80":"chrX","param_w12":287},{"dim_n30":"unstable","dim_w46":false,"key_l04":"resolved","field_b87":false,"param_t80":"Santos","param_w12":991},{"dim_n30":"intermittent","dim_w46":true,"key_l04":"open... | single_quotes | {
"type": "object",
"properties": {
"field_f95": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_y12": {
"type": "string",
"format": "uri"
},
"dim_i80": {
"type": "array",
"items": {
"... | {'field_f95':'enterprise','prop_y12':'https://data.io/data','dim_i80':[{'dim_n30':'intermittent','dim_w46':false,'param_t80':'chrX','param_w12':287},{'dim_n30':'unstable','dim_w46':false,'key_l04':'resolved','field_b87':false,'param_t80':'Santos','param_w12':991},{'dim_n30':'intermittent','dim_w46':true,'key_l04':'open... | Expecting property name enclosed in double quotes | {"field_f95":"enterprise","prop_y12":"https://data.io/data","dim_i80":[{"dim_n30":"intermittent","dim_w46":false,"param_t80":"chrX","param_w12":287},{"dim_n30":"unstable","dim_w46":false,"key_l04":"resolved","field_b87":false,"param_t80":"Santos","param_w12":991},{"dim_n30":"intermittent","dim_w46":true,"key_l04":"open... |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD bearing TYPE string_date-time REQUIRED no
FIELD altitude TYPE integer REQUIRED no
FIELD throttle_pos TYPE string REQUIRED no
FIELD phenotype.repository TYPE string REQUIRED yes
FIELD phenotyp... | {"user_id":"mode_a","bearing":"2023-08-08T20:53:00Z","altitude":838,"phenotype":{"repository":"A short description.","phone":"2021-10-20T15:20:00Z","item_id":{"repository":"mode_b","paragraph":91.27,"ph_level":[638.34,161.69,406.16,763.99]}},"rating":{"interest_rate":"bar","version":"2025-02-25T10:21:00Z","freight_clas... | markdown_fences | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"bearing": {
"type": "string",
"format": "date-time"
},
"altitude": {
"... | ```json
{"user_id":"mode_a","bearing":"2023-08-08T20:53:00Z","altitude":838,"phenotype":{"repository":"A short description.","phone":"2021-10-20T15:20:00Z","item_id":{"repository":"mode_b","paragraph":91.27,"ph_level":[638.34,161.69,406.16,763.99]}},"rating":{"interest_rate":"bar","version":"2025-02-25T10:21:00Z","frei... | Output contains markdown code fences | {"user_id":"mode_a","bearing":"2023-08-08T20:53:00Z","altitude":838,"phenotype":{"repository":"A short description.","phone":"2021-10-20T15:20:00Z","item_id":{"repository":"mode_b","paragraph":91.27,"ph_level":[638.34,161.69,406.16,763.99]}},"rating":{"interest_rate":"bar","version":"2025-02-25T10:21:00Z","freight_clas... |
TASK repair_structured_output
SPEC
FIELD tax TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD amount TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD url TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD brake_pressure TYPE number REQUIRED no
FIELD tile TYPE string REQUIR... | {"tax":"EUR","amount":"sms","url":"maintenance","active":"test@test.io"} | truncated_array | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"amount": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {"tax":"EUR","amount":"sms","url":"maintenance","active":"test@test.io" | Unexpected end of JSON input — truncated object | {"tax":"EUR","amount":"sms","url":"maintenance","active":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD language TYPE string VALUES active|inactive|pending REQUIRED no
FIELD order_id TYPE string_email REQUIRED yes
FIELD step TYPE string REQUIRED yes
FIELD longitude[] TYPE null REQUIRED yes
BROKEN_OUTPUT
<functioncall> update_preferences
{order_id: "user@test.io", step: "qux", lo... | {"order_id":"user@test.io","step":"qux","longitude":[null,null,null]} | tool_call_bad_format | {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"order_id": {
"type": "string",
"format": "email"
},
"step": {
"type": "string"
},
"longitude": {
"type": "... | <functioncall> update_preferences
{order_id: "user@test.io", step: "qux", longitude: [null, null, null]} | Tool call has malformed arguments — unquoted keys in function parameters | {"order_id":"user@test.io","step":"qux","longitude":[null,null,null]} |
TASK repair_structured_output
SPEC
FIELD attr_q48 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD prop_t95 TYPE string REQUIRED yes
FIELD field_g81 TYPE string REQUIRED no
FIELD field_d69 TYPE string REQUIRED yes
BROKEN_OUTPUT
send_email(attr_q48='type_c', prop_t95='Berlin', field_d69='https://example.com'... | {"attr_q48":"type_c","prop_t95":"Berlin","field_d69":"https://example.com"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_q48": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"prop_t95": {
"type": "string"
},
"field_g81": {
"type": "string"
},
"field_d69": {
"type": "string"
}
},
"r... | send_email(attr_q48='type_c', prop_t95='Berlin', field_d69='https://example.com') | Tool call uses Python syntax instead of JSON | {"attr_q48":"type_c","prop_t95":"Berlin","field_d69":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD field_g03 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD val_y67 TYPE boolean REQUIRED no
FIELD prop_t82 TYPE string REQUIRED yes
BROKEN_OUTPUT
Tool: schedule_meeting
Params: {"field_g03": "unstable", "prop_t822": "Luis"} | {"field_g03":"unstable","prop_t82":"Luis"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_g03": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_y67": {
"type": "boolean"
},
"prop_t82": {
"type": "string"
}
},
"required": [
"field_g03",
"prop_... | Tool: schedule_meeting
Params: {"field_g03": "unstable", "prop_t822": "Luis"} | Agent used wrong parameter name 'prop_t822' instead of 'prop_t82' | {"field_g03":"unstable","prop_t82":"Luis"} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE boolean REQUIRED no
FIELD deploy_target TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD compound TYPE string_date-time REQUIRED yes
FIELD title.position TYPE integer REQUIRED yes
FIELD title.torque_output TYPE string REQUIRED yes
FIELD title.m... | {"last_name":false,"deploy_target":"unstable","compound":"2020-07-15T18:10:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"last_name": {
"type": "boolean"
},
"deploy_target": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"compound": {
"type": "string",
"format": "date-time"
},
"title":... | ```json
{"last_name":false,"deploy_target":"unstable","compound":"2020-07-15T18:10:00Z"}
``` | Output contains markdown code fences | {"last_name":false,"deploy_target":"unstable","compound":"2020-07-15T18:10:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_h93 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_w74 TYPE integer REQUIRED no
FIELD prop_f08 TYPE integer REQUIRED yes
FIELD key_c23 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
<tool_call name="book_appointme... | {"val_h93":"inland","prop_f08":733,"key_c23":542} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_h93": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_w74": {
"type": "integer"
},
"prop_f08": {
"type": "integer"
},
"key_c23": {
"type": "inte... | I need to look up the information first.
<tool_call name="book_appointment">
{"val_h93":"inland","prop_f08":733,"key_c23":542}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"val_h93":"inland","prop_f08":733,"key_c23":542} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE string REQUIRED no
FIELD country TYPE string_uri REQUIRED no
FIELD username TYPE string VALUES draft|published|archived REQUIRED no
FIELD thumbnail.freight_class TYPE string VALUES success|error|warning|info REQUIRED no
FIELD thumbnail.voltage TYPE string REQUIRED... | {"thumbnail":{"freight_class":"info","voltage":"inactive","status":{"pressure_kpa":"test@example.com","score":"Bob","altitude":"in_transit"}}} | extra_field | {
"type": "object",
"properties": {
"velocity": {
"type": "string"
},
"country": {
"type": "string",
"format": "uri"
},
"username": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"thumbnail": {
"type":... | {"thumbnail": {"freight_class": "info", "voltage": "inactive", "status": {"pressure_kpa": "test@example.com", "score": "Bob", "altitude": "in_transit"}}, "extra_value_3373": true} | Unknown field 'extra_value_3373' not defined in schema | {"thumbnail":{"freight_class":"info","voltage":"inactive","status":{"pressure_kpa":"test@example.com","score":"Bob","altitude":"in_transit"}}} |
TASK repair_structured_output
SPEC
FIELD field_k16 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD val_l35 TYPE boolean REQUIRED yes
FIELD col_z52.prop_g63 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD col_z52.attr_d54 TYPE integer REQUIRED yes
FIELD col_z52.field_x39 TYPE string VAL... | {"field_k16":"intermittent","val_l35":false,"col_z52":{"prop_g63":"medium","attr_d54":517,"prop_q55":{"param_f59":"degraded","val_i92":"London","val_u71":"Maria","prop_l73":"REV","col_f91":"Luis","val_u05":"unstable","key_k66":"black"}},"val_i70":"Paris","val_z04":true} | wrong_type | {
"type": "object",
"properties": {
"field_k16": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_l35": {
"type": "boolean"
},
"col_z52": {
"type": "object",
"properties": {
"prop_g63": {
... | {"field_k16": "intermittent", "val_l35": false, "col_z52": {"prop_g63": "medium", "attr_d54": 517, "prop_q55": {"param_f59": "degraded", "val_i92": "London", "val_u71": "Maria", "prop_l73": "REV", "col_f91": "Luis", "val_u05": "unstable", "key_k66": "black"}}, "val_i70": "Paris", "val_z04": "\"yes\""} | Field 'val_z04' must be boolean, got string | {"field_k16":"intermittent","val_l35":false,"col_z52":{"prop_g63":"medium","attr_d54":517,"prop_q55":{"param_f59":"degraded","val_i92":"London","val_u71":"Maria","prop_l73":"REV","col_f91":"Luis","val_u05":"unstable","key_k66":"black"}},"val_i70":"Paris","val_z04":true} |
TASK repair_structured_output
SPEC
FIELD col_s41 TYPE integer REQUIRED yes
FIELD key_r72 TYPE string REQUIRED no
FIELD col_k92 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD val_r85 TYPE boolean REQUIRED no
FIELD field_t93.field_i55 TYPE string VALUES single|married|divorced REQUIRED no
FIELD field_t93.... | {"col_s41":236,"key_r72":"London","col_k92":"critical","val_r85":false,"field_t93":{"field_i55":"married","val_o53":"PASS","val_n31":"JPY"}} | missing_brace | {
"type": "object",
"properties": {
"col_s41": {
"type": "integer"
},
"key_r72": {
"type": "string"
},
"col_k92": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"val_r85": {
"type": "boolean"
... | {"col_s41":236,"key_r72":"London","col_k92":"critical","val_r85":false,"field_t93":{"field_i55":"married","val_o53":"PASS","val_n31":"JPY"} | Missing closing brace | {"col_s41":236,"key_r72":"London","col_k92":"critical","val_r85":false,"field_t93":{"field_i55":"married","val_o53":"PASS","val_n31":"JPY"}} |
TASK repair_structured_output
SPEC
FIELD date TYPE number REQUIRED yes
FIELD strand TYPE integer REQUIRED no
FIELD yield_pct TYPE boolean REQUIRED yes
FIELD features.hazmat_code TYPE string REQUIRED no
FIELD features.build_status TYPE integer REQUIRED yes
FIELD features.paragraph TYPE integer REQUIRED no
FIELD feature... | {"date":723.53,"strand":8,"yield_pct":true,"features":{"hazmat_code":"inactive","build_status":350,"role":598.3,"pressure_kpa":{"paragraph":"approved","phenotype":null,"duration_ms":"Diana"},"phenotype":{"notes":"operational","sensor_id":"https://data.io/data","conductivity":true,"active":"inactive"}}} | truncated_object | {
"type": "object",
"properties": {
"date": {
"type": "number"
},
"strand": {
"type": "integer"
},
"yield_pct": {
"type": "boolean"
},
"features": {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string"
},
"bui... | {"date":723.53,"strand":8,"yield_pct":true,"features":{"hazmat_code":"inactive","build_status":350,"role":598.3,"pressure_kpa":{"paragraph":"approved","phenotype":null,"duration_ms":"Diana"},"phenotype":{"notes":"operational","sensor_id":"https://data.io/data","conductivity":true,"active":"inactive"}} | Unexpected end of JSON input — truncated object | {"date":723.53,"strand":8,"yield_pct":true,"features":{"hazmat_code":"inactive","build_status":350,"role":598.3,"pressure_kpa":{"paragraph":"approved","phenotype":null,"duration_ms":"Diana"},"phenotype":{"notes":"operational","sensor_id":"https://data.io/data","conductivity":true,"active":"inactive"}}} |
TASK repair_structured_output
SPEC
FIELD col_y05 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD attr_s02 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_r72 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"col_y05": "EUR", "attr_s02": "anchored"} | {"col_y05":"EUR","attr_s02":"anchored","key_r72":null} | missing_required | {
"type": "object",
"properties": {
"col_y05": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"attr_s02": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | {"col_y05": "EUR", "attr_s02": "anchored"} | Required field 'key_r72' is missing | {"col_y05":"EUR","attr_s02":"anchored","key_r72":null} |
TASK repair_structured_output
SPEC
FIELD col_h07 TYPE integer REQUIRED no
FIELD val_v79 TYPE number REQUIRED yes
FIELD col_j49 TYPE integer REQUIRED no
FIELD dim_t29 TYPE string REQUIRED yes
FIELD field_q19.field_c59 TYPE string REQUIRED yes
FIELD field_q19.val_v60 TYPE integer REQUIRED no
FIELD field_q19.param_e59 TY... | {"col_h07":4,"val_v79":560.78,"col_j49":752,"dim_t29":"FWD","field_q19":{"field_c59":"active","val_v60":149,"param_e59":"Johnson","field_x78":"FWD"}} | extra_text_after | {
"type": "object",
"properties": {
"col_h07": {
"type": "integer"
},
"val_v79": {
"type": "number"
},
"col_j49": {
"type": "integer"
},
"dim_t29": {
"type": "string"
},
"field_q19": {
"type": "object",
"properties": {
"field_c59": {
... | {"col_h07":4,"val_v79":560.78,"col_j49":752,"dim_t29":"FWD","field_q19":{"field_c59":"active","val_v60":149,"param_e59":"Johnson","field_x78":"FWD"}}
Data logged successfully. | Output contains non-JSON text after the object | {"col_h07":4,"val_v79":560.78,"col_j49":752,"dim_t29":"FWD","field_q19":{"field_c59":"active","val_v60":149,"param_e59":"Johnson","field_x78":"FWD"}} |
TASK repair_structured_output
SPEC
FIELD key_x22 TYPE number REQUIRED no
FIELD key_y09 TYPE string REQUIRED yes
FIELD val_f12 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD field_p66 TYPE string REQUIRED yes
BROKEN_OUTPUT
Here is the JSON you requested:
```json
{"key_x22":987.47,"key_y09":"Sao Paulo","val_... | {"key_x22":987.47,"key_y09":"Sao Paulo","val_f12":"admin","field_p66":"GRCh38"} | markdown_explanation | {
"type": "object",
"properties": {
"key_x22": {
"type": "number"
},
"key_y09": {
"type": "string"
},
"val_f12": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"field_p66": {
"type": "string"
}
},
"requir... | Here is the JSON you requested:
```json
{"key_x22":987.47,"key_y09":"Sao Paulo","val_f12":"admin","field_p66":"GRCh38"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"key_x22":987.47,"key_y09":"Sao Paulo","val_f12":"admin","field_p66":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE string_email REQUIRED no
FIELD score TYPE string VALUES draft|published|archived REQUIRED yes
FIELD aligned_pct TYPE string REQUIRED no
FIELD url.title TYPE integer REQUIRED no
FIELD url.count TYPE string_date-time REQUIRED no
FIELD url.filter_flag TYPE integer ... | {"score":"published","aligned_pct":"Hapag-Lloyd-Express"} | markdown_explanation | {
"type": "object",
"properties": {
"batch_code": {
"type": "string",
"format": "email"
},
"score": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"aligned_pct": {
"type": "string"
},
"url": {
"type": ... | Here is the JSON you requested:
```json
{"score":"published","aligned_pct":"Hapag-Lloyd-Express"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"score":"published","aligned_pct":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD amount TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD message TYPE string REQUIRED no
FIELD tags TYPE string_email REQUIRED no
FIELD repository TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD catalyst TYPE string REQUIRED n... | {"amount":"homozygous","tags":"info@test.io","repository":"missense","catalyst":"Santos","ph_level":282.39,"decay_rate":"https://www.org/v1"} | missing_brace | {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"message": {
"type": "string"
},
"tags": {
"type": "string",
"format": "email"
},
"repository": {
... | "amount":"homozygous","tags":"info@test.io","repository":"missense","catalyst":"Santos","ph_level":282.39,"decay_rate":"https://www.org/v1"} | Missing closing brace | {"amount":"homozygous","tags":"info@test.io","repository":"missense","catalyst":"Santos","ph_level":282.39,"decay_rate":"https://www.org/v1"} |
TASK repair_structured_output
SPEC
FIELD key_m05 TYPE boolean REQUIRED yes
FIELD key_x11 TYPE integer REQUIRED no
FIELD dim_q93 TYPE string REQUIRED no
FIELD dim_b61 TYPE string REQUIRED no
FIELD field_y76[] TYPE string_date-time REQUIRED no
FIELD dim_x69[].dim_i72 TYPE string VALUES email|phone|sms|push REQUIRED no
F... | {"key_m05":true,"key_x11":815,"dim_q93":"Smith","dim_x69":[{"dim_i72":"sms","val_d19":136,"dim_v36":"https://example.com","field_b65":"type_a","val_x07":"medium","col_x44":"2020-06-08T16:05:00Z"},{"dim_i72":"push","val_d19":532,"key_w13":false,"dim_v36":"completed","field_b65":"type_a","col_x44":"2026-09-25T05:53:00Z"}... | missing_brace | {
"type": "object",
"properties": {
"key_m05": {
"type": "boolean"
},
"key_x11": {
"type": "integer"
},
"dim_q93": {
"type": "string"
},
"dim_b61": {
"type": "string"
},
"field_y76": {
"type": "array",
"items": {
"type": "string",
... | {"key_m05":true,"key_x11":815,"dim_q93":"Smith","dim_x69":[{"dim_i72":"sms","val_d19":136,"dim_v36":"https://example.com","field_b65":"type_a","val_x07":"medium","col_x44":"2020-06-08T16:05:00Z"},{"dim_i72":"push","val_d19":532,"key_w13":false,"dim_v36":"completed","field_b65":"type_a","col_x44":"2026-09-25T05:53:00Z"}... | Missing closing brace | {"key_m05":true,"key_x11":815,"dim_q93":"Smith","dim_x69":[{"dim_i72":"sms","val_d19":136,"dim_v36":"https://example.com","field_b65":"type_a","val_x07":"medium","col_x44":"2020-06-08T16:05:00Z"},{"dim_i72":"push","val_d19":532,"key_w13":false,"dim_v36":"completed","field_b65":"type_a","col_x44":"2026-09-25T05:53:00Z"}... |
TASK repair_structured_output
SPEC
FIELD col_c66 TYPE string REQUIRED no
FIELD col_i63 TYPE boolean REQUIRED no
FIELD key_t30 TYPE string_date-time REQUIRED yes
FIELD prop_z87 TYPE string REQUIRED no
FIELD param_s78.val_k60 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD param_s78.dim_r20 TYPE string VAL... | {"col_i63":true,"key_t30":"2026-10-16T19:26:00Z","prop_z87":"foo","param_s78":{"val_k60":"single","dim_r20":"archived","param_q30":"inland","attr_i81":531},"col_d36":"QC-07","key_s38":286,"dim_m58":"Paris"} | boolean_as_string | {
"type": "object",
"properties": {
"col_c66": {
"type": "string"
},
"col_i63": {
"type": "boolean"
},
"key_t30": {
"type": "string",
"format": "date-time"
},
"prop_z87": {
"type": "string"
},
"param_s78": {
"type": "object",
"properties"... | {"col_i63": "no", "key_t30": "2026-10-16T19:26:00Z", "prop_z87": "foo", "param_s78": {"val_k60": "single", "dim_r20": "archived", "param_q30": "inland", "attr_i81": 531}, "col_d36": "QC-07", "key_s38": 286, "dim_m58": "Paris"} | Field 'col_i63' must be boolean, got string | {"col_i63":true,"key_t30":"2026-10-16T19:26:00Z","prop_z87":"foo","param_s78":{"val_k60":"single","dim_r20":"archived","param_q30":"inland","attr_i81":531},"col_d36":"QC-07","key_s38":286,"dim_m58":"Paris"} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD lab_result TYPE boolean REQUIRED yes
FIELD url TYPE string_email REQUIRED yes
FIELD address TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD half_life TYPE number REQUIRED no
FIELD ... | {"payment_status":"phone","lab_result":true,"url":"info@test.io","address":"type_a","half_life":276.85,"visible":"blue"} | tool_call_text_mix | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"lab_result": {
"type": "boolean"
},
"url": {
"type": "string",
"format": "email"
},
"address": {
... | I'll query our database.
<tool_call name="verify_hazmat_compliance">
{"payment_status":"phone","lab_result":true,"url":"info@test.io","address":"type_a","half_life":276.85,"visible":"blue"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"payment_status":"phone","lab_result":true,"url":"info@test.io","address":"type_a","half_life":276.85,"visible":"blue"} |
TASK repair_structured_output
SPEC
FIELD dim_a37 TYPE string REQUIRED no
FIELD val_a02 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_q49 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_t99 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD p... | {"dim_a37":"example","val_a02":"pending_review","prop_q49":"pending","col_t99":"in_progress","param_u01":"Oliveira","param_s34":653.6,"prop_w57":true,"field_a52":"2025-08-28T19:06:00Z"} | agent_chain | {
"type": "object",
"properties": {
"dim_a37": {
"type": "string"
},
"val_a02": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"prop_q49": {
"type": "string",
"enum": [
"active"... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"dim_a37": "example", "val_a02": "pending_review", "prop_q49": "pending", "col_t99": "in_progress", "param_u01": "Oliveira", "param_s34": 653.6, "prop_w57": true}
I'll query our database.
Action: check_cargo_manifest
Result: | Agent multi-step chain with truncated tool output | {"dim_a37":"example","val_a02":"pending_review","prop_q49":"pending","col_t99":"in_progress","param_u01":"Oliveira","param_s34":653.6,"prop_w57":true,"field_a52":"2025-08-28T19:06:00Z"} |
TASK repair_structured_output
SPEC
FIELD field_g70 TYPE string_email REQUIRED yes
FIELD prop_p68 TYPE integer REQUIRED no
FIELD key_t97 TYPE string_date-time REQUIRED yes
FIELD prop_f92 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD col_y07[].key_y63 TYPE string VALUES mode_a|mode... | {"field_g70":"admin@test.io","key_t97":"2023-01-13T07:11:00Z","col_y07":[{"col_g43":172,"val_g37":"Maria"},{"key_y63":"mode_a","col_g43":221,"val_g37":"approved"},{"key_y63":"mode_a","param_e99":"new","col_g43":421,"val_g37":"New York"}]} | extra_text_after | {
"type": "object",
"properties": {
"field_g70": {
"type": "string",
"format": "email"
},
"prop_p68": {
"type": "integer"
},
"key_t97": {
"type": "string",
"format": "date-time"
},
"prop_f92": {
"type": "string",
"enum": [
"level_1",
... | {"field_g70":"admin@test.io","key_t97":"2023-01-13T07:11:00Z","col_y07":[{"col_g43":172,"val_g37":"Maria"},{"key_y63":"mode_a","col_g43":221,"val_g37":"approved"},{"key_y63":"mode_a","param_e99":"new","col_g43":421,"val_g37":"New York"}]}
Analysis finished. | Output contains non-JSON text after the object | {"field_g70":"admin@test.io","key_t97":"2023-01-13T07:11:00Z","col_y07":[{"col_g43":172,"val_g37":"Maria"},{"key_y63":"mode_a","col_g43":221,"val_g37":"approved"},{"key_y63":"mode_a","param_e99":"new","col_g43":421,"val_g37":"New York"}]} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD feedback TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD lab_result TYPE number REQUIRED yes
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the required fields, th... | {"duration_ms":"JPY","feedback":"oceanic","lab_result":381.54} | thought_process | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"feedback": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"duration_ms":"JPY","feedback":"oceanic","lab_result":381.54} | Output contains chain-of-thought reasoning before JSON | {"duration_ms":"JPY","feedback":"oceanic","lab_result":381.54} |
TASK repair_structured_output
SPEC
FIELD username TYPE string REQUIRED yes
FIELD amplitude TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD section.maturity_date TYPE string_email REQUIRED no
FIELD section.manifest_ref TYPE string REQUIRED yes
FIELD section.tags[].freight_class TYPE boolean REQUIRED no
... | {"username":"qux","amplitude":"white","frequency_hz":{"name":"foo","invoice_id":"baz","due_date":"type_a","isotope":"Luis","voltage":"type_b"}} | missing_required | {
"type": "object",
"properties": {
"username": {
"type": "string"
},
"amplitude": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"section": {
"type": "object",
"properties": {
"matur... | {"amplitude": "white", "frequency_hz": {"name": "foo", "invoice_id": "baz", "due_date": "type_a", "isotope": "Luis", "voltage": "type_b"}} | Required field 'username' is missing | {"username":"qux","amplitude":"white","frequency_hz":{"name":"foo","invoice_id":"baz","due_date":"type_a","isotope":"Luis","voltage":"type_b"}} |
TASK repair_structured_output
SPEC
FIELD col_i77 TYPE string REQUIRED no
FIELD field_f08 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_o14 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_b77 TYPE null REQUIRED no
FIELD prop_w76.col_f09 TYPE string VALUES hom... | {"col_i77":"quux","field_f08":"unstable","attr_o14":"missense","prop_w76":{"col_f09":"hemizygous","col_q44":"test","key_c25":[618.63,628.92]}} | invalid_enum | {
"type": "object",
"properties": {
"col_i77": {
"type": "string"
},
"field_f08": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_o14": {
"type": "string",
"enum": [
"synonymous",
"missens... | {"col_i77": "quux", "field_f08": "invalid_value_112", "attr_o14": "missense", "prop_w76": {"col_f09": "hemizygous", "col_q44": "test", "key_c25": [618.63, 628.92]}} | Field 'field_f08' has invalid enum value 'invalid_value_112', expected one of ['reliable', 'unstable', 'intermittent'] | {"col_i77":"quux","field_f08":"unstable","attr_o14":"missense","prop_w76":{"col_f09":"hemizygous","col_q44":"test","key_c25":[618.63,628.92]}} |
TASK repair_structured_output
SPEC
FIELD department TYPE string_uri REQUIRED yes
FIELD bed_number TYPE string REQUIRED yes
FIELD priority TYPE string REQUIRED yes
FIELD voltage TYPE integer REQUIRED yes
BROKEN_OUTPUT
The output is as follows:
{"department":"https://data.com/v1","bed_number":"inactive","priority":"Ali... | {"department":"https://data.com/v1","bed_number":"inactive","priority":"Alice","voltage":469} | extra_text_before | {
"type": "object",
"properties": {
"department": {
"type": "string",
"format": "uri"
},
"bed_number": {
"type": "string"
},
"priority": {
"type": "string"
},
"voltage": {
"type": "integer"
}
},
"required": [
"department",
"bed_number",
"... | The output is as follows:
{"department":"https://data.com/v1","bed_number":"inactive","priority":"Alice","voltage":469} | Output contains non-JSON text before the object | {"department":"https://data.com/v1","bed_number":"inactive","priority":"Alice","voltage":469} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string REQUIRED no
FIELD filter_flag TYPE number REQUIRED yes
FIELD score TYPE boolean REQUIRED yes
FIELD sensor_id TYPE string REQUIRED no
FIELD features.zip_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD features.shift_code TYPE string... | {"gene_id":"chrX","filter_flag":938.01,"score":true,"sensor_id":"Smith","features":{"shift_code":"confirmed","options":"delivered","build_status":948}} | agent_chain | {
"type": "object",
"properties": {
"gene_id": {
"type": "string"
},
"filter_flag": {
"type": "number"
},
"score": {
"type": "boolean"
},
"sensor_id": {
"type": "string"
},
"features": {
"type": "object",
"properties": {
"zip_code": {
... | Let me check the system.
Action: get_weather
Result: {"gene_id": "chrX", "filter_flag": 938.01, "score": true, "features": {"shift_code": "confirmed", "options": "delivered", "build_status": 948}}
Processing the request now.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"gene_id":"chrX","filter_flag":938.01,"score":true,"sensor_id":"Smith","features":{"shift_code":"confirmed","options":"delivered","build_status":948}} |
TASK repair_structured_output
SPEC
FIELD col_j43 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD prop_o95.attr_l80 TYPE integer REQUIRED no
FIELD prop_o95.attr_i97 TYPE string_date-time REQUIRED no
FIELD prop_o95.key_y43 TYPE integer REQUIRED no
FIELD prop_o95.attr_r41 TYPE number REQUIRED no
... | {"col_j43":"type_c","prop_o95":{"attr_l80":868,"attr_i97":"2024-09-01T22:11:00Z","key_y43":487,"attr_r41":538.52,"key_w07":{"attr_e80":"option_b","field_g65":"2024-01-02T05:23:00Z","field_j97":"ops@domain.org","dim_r77":"Oliveira","dim_f01":"https://api.example.com/v1","dim_n22":"type_b"},"attr_f74":939,"col_g73":"2022... | markdown_fences | {
"type": "object",
"properties": {
"col_j43": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"prop_o95": {
"type": "object",
"properties": {
"attr_l80": {
"type": "integer"
... | ```json
{"col_j43":"type_c","prop_o95":{"attr_l80":868,"attr_i97":"2024-09-01T22:11:00Z","key_y43":487,"attr_r41":538.52,"key_w07":{"attr_e80":"option_b","field_g65":"2024-01-02T05:23:00Z","field_j97":"ops@domain.org","dim_r77":"Oliveira","dim_f01":"https://api.example.com/v1","dim_n22":"type_b"},"attr_f74":939,"col_g7... | Output contains markdown code fences | {"col_j43":"type_c","prop_o95":{"attr_l80":868,"attr_i97":"2024-09-01T22:11:00Z","key_y43":487,"attr_r41":538.52,"key_w07":{"attr_e80":"option_b","field_g65":"2024-01-02T05:23:00Z","field_j97":"ops@domain.org","dim_r77":"Oliveira","dim_f01":"https://api.example.com/v1","dim_n22":"type_b"},"attr_f74":939,"col_g73":"2022... |
TASK repair_structured_output
SPEC
FIELD field_z25 TYPE number REQUIRED no
FIELD prop_a17 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_q60 TYPE string REQUIRED no
FIELD prop_x58 TYPE string REQUIRED no
FIELD attr_h71 TYPE integer REQUIRED no
FIELD key_b49 TYPE integer REQUIRED no
FIELD val_a86 TYPE int... | {"field_z25":386.29,"prop_a17":"admin","col_q60":"hello","key_b49":291,"val_a86":704,"param_w08":"REV"} | number_with_unit | {
"type": "object",
"properties": {
"field_z25": {
"type": "number"
},
"prop_a17": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_q60": {
"type": "string"
},
"prop_x58": {
"type": "string"
},
"attr_h... | {"field_z25": "386.29MB", "prop_a17": "admin", "col_q60": "hello", "key_b49": 291, "val_a86": 704, "param_w08": "REV"} | Field 'field_z25' must be number, got string with unit | {"field_z25":386.29,"prop_a17":"admin","col_q60":"hello","key_b49":291,"val_a86":704,"param_w08":"REV"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE integer REQUIRED no
FIELD category.repository TYPE integer REQUIRED yes
FIELD category.ph_level TYPE integer REQUIRED no
FIELD category.brake_pressure TYPE string REQUIRED no
FIELD category.maturity_date TYPE string VALUES open|in_progress|resolved|closed REQUIRED... | {"priority":925,"category":{"repository":360,"brake_pressure":"example","maturity_date":"open","visible":"green"},"thumbnail":806.95} | extra_text_before | {
"type": "object",
"properties": {
"priority": {
"type": "integer"
},
"category": {
"type": "object",
"properties": {
"repository": {
"type": "integer"
},
"ph_level": {
"type": "integer"
},
"brake_pressure": {
"type... | The output is as follows:
{"priority":925,"category":{"repository":360,"brake_pressure":"example","maturity_date":"open","visible":"green"},"thumbnail":806.95} | Output contains non-JSON text before the object | {"priority":925,"category":{"repository":360,"brake_pressure":"example","maturity_date":"open","visible":"green"},"thumbnail":806.95} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string REQUIRED no
FIELD span_id TYPE number REQUIRED no
FIELD lane TYPE boolean REQUIRED yes
BROKEN_OUTPUT
```json
{"altitude":"inactive","span_id":616.31,"lane":true}
``` | {"altitude":"inactive","span_id":616.31,"lane":true} | markdown_fences | {
"type": "object",
"properties": {
"altitude": {
"type": "string"
},
"span_id": {
"type": "number"
},
"lane": {
"type": "boolean"
}
},
"required": [
"lane"
]
} | ```json
{"altitude":"inactive","span_id":616.31,"lane":true}
``` | Output contains markdown code fences | {"altitude":"inactive","span_id":616.31,"lane":true} |
TASK repair_structured_output
SPEC
FIELD yield_pct TYPE boolean REQUIRED no
FIELD longitude TYPE string_date-time REQUIRED no
FIELD length TYPE string_uri REQUIRED no
FIELD aligned_pct TYPE string_date-time REQUIRED no
FIELD pressure_kpa[] TYPE string REQUIRED no
FIELD items[].title TYPE boolean REQUIRED yes
FIELD ite... | {"yield_pct":true,"longitude":"2020-09-17T03:26:00Z","length":"https://example.com/api","aligned_pct":"2025-01-28T00:32:00Z","pressure_kpa":["qux","test@example.com","inactive"],"items":[{"title":false,"email":"2020-07-03T10:51:00Z","vessel_name":true,"city":710},{"title":true,"email":"2025-04-01T23:49:00Z","vessel_nam... | trailing_comma | {
"type": "object",
"properties": {
"yield_pct": {
"type": "boolean"
},
"longitude": {
"type": "string",
"format": "date-time"
},
"length": {
"type": "string",
"format": "uri"
},
"aligned_pct": {
"type": "string",
"format": "date-time"
},
... | {"yield_pct":true,"longitude":"2020-09-17T03:26:00Z","length":"https://example.com/api","aligned_pct":"2025-01-28T00:32:00Z","pressure_kpa":["qux","test@example.com","inactive",],"items":[{"title":false,"email":"2020-07-03T10:51:00Z","vessel_name":true,"city":710},{"title":true,"email":"2025-04-01T23:49:00Z","vessel_na... | Unexpected trailing comma | {"yield_pct":true,"longitude":"2020-09-17T03:26:00Z","length":"https://example.com/api","aligned_pct":"2025-01-28T00:32:00Z","pressure_kpa":["qux","test@example.com","inactive"],"items":[{"title":false,"email":"2020-07-03T10:51:00Z","vessel_name":true,"city":710},{"title":true,"email":"2025-04-01T23:49:00Z","vessel_nam... |
TASK repair_structured_output
SPEC
FIELD footnote TYPE number REQUIRED yes
FIELD published TYPE string_date-time REQUIRED no
FIELD torque_output.position TYPE string_email REQUIRED no
FIELD torque_output.conductivity.terminal_id TYPE number REQUIRED no
FIELD torque_output.conductivity.longitude TYPE number REQUIRED ye... | {"footnote":7.48,"torque_output":{"conductivity":{"terminal_id":808.11,"longitude":131.67,"amount":970},"product_id":"user@domain.com","length":{"active":true,"quality_score":"Smith","aligned_pct":"MV-Evergreen-01"},"message":"Silva","half_life":452.05,"role":"2023-08-28T13:52:00Z","status":33.26}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"footnote": {
"type": "number"
},
"published": {
"type": "string",
"format": "date-time"
},
"torque_output": {
"type": "object",
"properties": {
"position": {
"type": "string",
"format": "email"
... | search(footnote=7.48, torque_output={'conductivity': {'terminal_id': 808.11, 'longitude': 131.67, 'amount': 970}, 'product_id': 'user@domain.com', 'length': {'active': True, 'quality_score': 'Smith', 'aligned_pct': 'MV-Evergreen-01'}, 'message': 'Silva', 'half_life': 452.05, 'role': '2023-08-28T13:52:00Z', 'status': 33... | Tool call uses Python syntax instead of JSON | {"footnote":7.48,"torque_output":{"conductivity":{"terminal_id":808.11,"longitude":131.67,"amount":970},"product_id":"user@domain.com","length":{"active":true,"quality_score":"Smith","aligned_pct":"MV-Evergreen-01"},"message":"Silva","half_life":452.05,"role":"2023-08-28T13:52:00Z","status":33.26}} |
TASK repair_structured_output
SPEC
FIELD prop_k08.attr_b17 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD prop_k08.field_e85 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_k08.val_t32 TYPE integer REQUIRED yes
FIELD prop_k08.prop_p61 TYPE number REQUIRED no
FIELD prop_k08.col_c07 TYPE strin... | {"prop_k08":{"attr_b17":"large","val_t32":266,"prop_p61":926.74,"col_c07":"warning"},"key_k27":{"key_t93":"test@test.io","val_n90":880.16,"val_p27":null},"dim_v31":true} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_k08": {
"type": "object",
"properties": {
"attr_b17": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_e85": {
"type": "... | check_availability(prop_k08={'attr_b17': 'large', 'val_t32': 266, 'prop_p61': 926.74, 'col_c07': 'warning'}, key_k27={'key_t93': 'test@test.io', 'val_n90': 880.16, 'val_p27': None}, dim_v31=True) | Tool call uses Python syntax instead of JSON | {"prop_k08":{"attr_b17":"large","val_t32":266,"prop_p61":926.74,"col_c07":"warning"},"key_k27":{"key_t93":"test@test.io","val_n90":880.16,"val_p27":null},"dim_v31":true} |
TASK repair_structured_output
SPEC
FIELD prop_q52 TYPE boolean REQUIRED no
FIELD col_o51.attr_y86.param_k73 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_o51.attr_y86.attr_a67 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_o51.attr_y86.attr_e59 TYPE string_email REQUIRED y... | {"col_o51":{"prop_v30":172,"attr_n57":"returned","field_x48":{"val_t26":"Diana","attr_n46":125},"key_q73":"viewer"},"attr_u00":186,"dim_a67":"Tokyo","dim_m54":450,"val_o30":"inactive"} | markdown_fences | {
"type": "object",
"properties": {
"prop_q52": {
"type": "boolean"
},
"col_o51": {
"type": "object",
"properties": {
"attr_y86": {
"type": "object",
"properties": {
"param_k73": {
"type": "string",
"enum": [
... | ```json
{"col_o51":{"prop_v30":172,"attr_n57":"returned","field_x48":{"val_t26":"Diana","attr_n46":125},"key_q73":"viewer"},"attr_u00":186,"dim_a67":"Tokyo","dim_m54":450,"val_o30":"inactive"}
``` | Output contains markdown code fences | {"col_o51":{"prop_v30":172,"attr_n57":"returned","field_x48":{"val_t26":"Diana","attr_n46":125},"key_q73":"viewer"},"attr_u00":186,"dim_a67":"Tokyo","dim_m54":450,"val_o30":"inactive"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.