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 hazmat_code TYPE boolean REQUIRED no
FIELD consignee TYPE string REQUIRED yes
FIELD deploy_target.quantity TYPE string REQUIRED yes
FIELD deploy_target.phenotype TYPE integer REQUIRED no
FIELD deploy_target.age TYPE boolean REQUIRED yes
BROKEN_OUTPUT
```json
{"hazmat_code":fal... | {"hazmat_code":false,"consignee":"sample","deploy_target":{"quantity":"Diana","phenotype":952,"age":false}} | markdown_fences | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "boolean"
},
"consignee": {
"type": "string"
},
"deploy_target": {
"type": "object",
"properties": {
"quantity": {
"type": "string"
},
"phenotype": {
"type": "integer"... | ```json
{"hazmat_code":false,"consignee":"sample","deploy_target":{"quantity":"Diana","phenotype":952,"age":false}}
``` | Output contains markdown code fences | {"hazmat_code":false,"consignee":"sample","deploy_target":{"quantity":"Diana","phenotype":952,"age":false}} |
TASK repair_structured_output
SPEC
FIELD col_a56.prop_b33 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD col_a56.val_p75 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD col_a56.prop_i25 TYPE null REQUIRED yes
FIELD col_a56.prop_a02 TYPE boolean REQUIRED no
FIELD col_a56.prop_h15 TYPE... | {"col_a56":{"prop_b33":"EUR","val_p75":"type_d","prop_i25":null,"prop_a02":true,"prop_h15":"Maria","param_a68":"mode_b","col_g92":"https://example.com"},"key_g73":{"dim_i80":"delivered","prop_f81":"synonymous","col_e64":"https://example.com"},"prop_h89":{"col_d71":"cat_d","col_f98":"level_6","val_z91":true},"col_o43":"... | extra_field | {
"type": "object",
"properties": {
"col_a56": {
"type": "object",
"properties": {
"prop_b33": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_p75": {
... | {"col_a56": {"prop_b33": "EUR", "val_p75": "type_d", "prop_i25": null, "prop_a02": true, "prop_h15": "Maria", "param_a68": "mode_b", "col_g92": "https://example.com"}, "key_g73": {"dim_i80": "delivered", "prop_f81": "synonymous", "col_e64": "https://example.com"}, "prop_h89": {"col_d71": "cat_d", "col_f98": "level_6", ... | Unknown field 'extra_field_6082' not defined in schema | {"col_a56":{"prop_b33":"EUR","val_p75":"type_d","prop_i25":null,"prop_a02":true,"prop_h15":"Maria","param_a68":"mode_b","col_g92":"https://example.com"},"key_g73":{"dim_i80":"delivered","prop_f81":"synonymous","col_e64":"https://example.com"},"prop_h89":{"col_d71":"cat_d","col_f98":"level_6","val_z91":true},"col_o43":"... |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string REQUIRED yes
FIELD quantity TYPE boolean REQUIRED no
FIELD items TYPE string REQUIRED yes
FIELD address TYPE boolean REQUIRED no
FIELD humidity_pct.email.category TYPE boolean REQUIRED no
FIELD humidity_pct.email.lab_result TYPE null REQUIRED no
FIELD humi... | {"last_name":"Bob","items":"RTG-04","address":false,"humidity_pct":{"email":{"category":true,"lab_result":null,"repository":"option_e","log_level":503.85,"account_id":null,"label":true},"vessel_name":312,"message":"Maria","strand":417.49,"end_date":"Santos","annotation":false},"voltage":{"bearing":"mode_a","span_id":{"... | missing_required | {
"type": "object",
"properties": {
"last_name": {
"type": "string"
},
"quantity": {
"type": "boolean"
},
"items": {
"type": "string"
},
"address": {
"type": "boolean"
},
"humidity_pct": {
"type": "object",
"properties": {
"email": {
... | {"last_name": "Bob", "address": false, "humidity_pct": {"email": {"category": true, "lab_result": null, "repository": "option_e", "log_level": 503.85, "account_id": null, "label": true}, "vessel_name": 312, "message": "Maria", "strand": 417.49, "end_date": "Santos", "annotation": false}, "voltage": {"bearing": "mode_a"... | Required field 'items' is missing | {"last_name":"Bob","items":"RTG-04","address":false,"humidity_pct":{"email":{"category":true,"lab_result":null,"repository":"option_e","log_level":503.85,"account_id":null,"label":true},"vessel_name":312,"message":"Maria","strand":417.49,"end_date":"Santos","annotation":false},"voltage":{"bearing":"mode_a","span_id":{"... |
TASK repair_structured_output
SPEC
FIELD param_z90 TYPE string_email REQUIRED yes
FIELD key_w80 TYPE boolean REQUIRED yes
FIELD field_p62.key_m92 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD field_p62.dim_t08 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_p62.param_v19.attr_s25 TYPE ... | {"param_z90":"info@test.io","key_w80":true,"field_p62":{"dim_t08":"high","param_v19":{"attr_s25":380.88,"attr_r34":173,"prop_q47":454.25}},"prop_b77":{"dim_x54":"pending_review","dim_a76":"inland","col_w07":"editor","col_y39":null}} | trailing_comma | {
"type": "object",
"properties": {
"param_z90": {
"type": "string",
"format": "email"
},
"key_w80": {
"type": "boolean"
},
"field_p62": {
"type": "object",
"properties": {
"key_m92": {
"type": "string",
"enum": [
"type_a",
... | {"param_z90":"info@test.io","key_w80":true,"field_p62":{"dim_t08":"high","param_v19":{"attr_s25":380.88,"attr_r34":173,"prop_q47":454.25}},"prop_b77":{"dim_x54":"pending_review","dim_a76":"inland","col_w07":"editor","col_y39":null},} | Unexpected trailing comma | {"param_z90":"info@test.io","key_w80":true,"field_p62":{"dim_t08":"high","param_v19":{"attr_s25":380.88,"attr_r34":173,"prop_q47":454.25}},"prop_b77":{"dim_x54":"pending_review","dim_a76":"inland","col_w07":"editor","col_y39":null}} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string REQUIRED yes
FIELD start_date TYPE boolean REQUIRED no
FIELD last_name[].consignee TYPE string REQUIRED no
FIELD last_name[].timezone TYPE number REQUIRED no
FIELD last_name[].humidity_pct TYPE number REQUIRED no
FIELD last_name[].barcode TYPE boolean REQU... | {"image_url":"Sao Paulo","last_name":[{"consignee":"example","humidity_pct":58.91,"barcode":true},{"consignee":"quux","humidity_pct":295.65,"barcode":false},{"consignee":"MV-Evergreen-01","timezone":205.55,"barcode":true},{"consignee":"Bob","timezone":946.3,"humidity_pct":79.71,"barcode":false}],"label":[{"url":"single... | missing_bracket | {
"type": "object",
"properties": {
"image_url": {
"type": "string"
},
"start_date": {
"type": "boolean"
},
"last_name": {
"type": "array",
"items": {
"type": "object",
"properties": {
"consignee": {
"type": "string"
},
... | {"image_url":"Sao Paulo","last_name":[{"consignee":"example","humidity_pct":58.91,"barcode":true},{"consignee":"quux","humidity_pct":295.65,"barcode":false},{"consignee":"MV-Evergreen-01","timezone":205.55,"barcode":true},{"consignee":"Bob","timezone":946.3,"humidity_pct":79.71,"barcode":false}],"label":[{"url":"single... | Missing closing bracket | {"image_url":"Sao Paulo","last_name":[{"consignee":"example","humidity_pct":58.91,"barcode":true},{"consignee":"quux","humidity_pct":295.65,"barcode":false},{"consignee":"MV-Evergreen-01","timezone":205.55,"barcode":true},{"consignee":"Bob","timezone":946.3,"humidity_pct":79.71,"barcode":false}],"label":[{"url":"single... |
TASK repair_structured_output
SPEC
FIELD tax.shift_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD tax.language TYPE string REQUIRED yes
FIELD tax.image_url TYPE integer REQUIRED no
FIELD tax.phenotype TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD tax.phone.dissolved_oxygen TYPE stri... | {"tax":{"shift_code":"cat_c","language":"MV-Evergreen-01","phenotype":"cat_c","address":"This is a test value."},"balance":{"product_id":"option_e","id":"green","shift_code":"push"},"type":"Luis","collateral":null,"items":false} | boolean_as_string | {
"type": "object",
"properties": {
"tax": {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"language": {
... | {"tax": {"shift_code": "cat_c", "language": "MV-Evergreen-01", "phenotype": "cat_c", "address": "This is a test value."}, "balance": {"product_id": "option_e", "id": "green", "shift_code": "push"}, "type": "Luis", "collateral": null, "items": "False"} | Field 'items' must be boolean, got string | {"tax":{"shift_code":"cat_c","language":"MV-Evergreen-01","phenotype":"cat_c","address":"This is a test value."},"balance":{"product_id":"option_e","id":"green","shift_code":"push"},"type":"Luis","collateral":null,"items":false} |
TASK repair_structured_output
SPEC
FIELD val_j39 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD param_u85 TYPE string REQUIRED yes
FIELD param_a85[] TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: create_order
Arguments: {"param_u85": "A short descriptio... | {"val_j39":"anchored","param_u85":"A short description.","param_a85":["inactive","Johnson","Sao Paulo"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_j39": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_u85": {
"type": "string"
},
"param_a85": {
"type": "array",
"items": {
"type": "string"... | I need to look up the information first.
Action: create_order
Arguments: {"param_u85": "A short description.", "param_a85": ["inactive", "Johnson", "Sao Paulo"]} | Agent tool call missing required parameter 'val_j39' | {"val_j39":"anchored","param_u85":"A short description.","param_a85":["inactive","Johnson","Sao Paulo"]} |
TASK repair_structured_output
SPEC
FIELD dim_e75.key_h85 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD dim_e75.attr_l22 TYPE string REQUIRED yes
FIELD dim_e75.attr_h45 TYPE string_email REQUIRED yes
FIELD attr_n79 TYPE string REQUIRED yes
FIELD attr_v58 TYPE boolean REQUIRED yes
FIELD key_l06 TYPE number REQUIRED ... | {"dim_e75":{"key_h85":"cat_b","attr_l22":"pending","attr_h45":"admin@test.io"},"attr_n79":"QC-07","attr_v58":true,"key_l06":904.01} | partial_structure | {
"type": "object",
"properties": {
"dim_e75": {
"type": "object",
"properties": {
"key_h85": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"attr_l22": {
"type": "string"
},
"attr_h45": {
... | The attr_v58 is True and {"dim_e75":{"key_h85":"cat_b","attr_l22":"pending","attr_h45":"admin@test.io"},"attr_n79":"QC-07","attr_v58":true,"key_l06":904.01} | Output mixes natural language with JSON | {"dim_e75":{"key_h85":"cat_b","attr_l22":"pending","attr_h45":"admin@test.io"},"attr_n79":"QC-07","attr_v58":true,"key_l06":904.01} |
TASK repair_structured_output
SPEC
FIELD key_i73 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD prop_q84 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_l70 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD prop_p80 TYPE boolean REQUIRE... | {"key_i73":"option_c","prop_q84":"operational","attr_l70":"type_a","prop_p80":false,"key_q91":556,"param_b04":true} | extra_text_after | {
"type": "object",
"properties": {
"key_i73": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"prop_q84": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]... | {"key_i73":"option_c","prop_q84":"operational","attr_l70":"type_a","prop_p80":false,"key_q91":556,"param_b04":true}
This should match the schema you provided. | Output contains non-JSON text after the object | {"key_i73":"option_c","prop_q84":"operational","attr_l70":"type_a","prop_p80":false,"key_q91":556,"param_b04":true} |
TASK repair_structured_output
SPEC
FIELD key_x68.param_g33 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD key_x68.field_l67 TYPE string REQUIRED yes
FIELD key_x68.field_o65 TYPE string_email REQUIRED no
FIELD key_x68.prop_y06 TYPE string REQUIRED no
FIELD attr_w62 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD ... | {"attr_w62":"type_b","prop_c65":806,"field_p63":"approved","prop_r55":"admin@test.io"} | missing_bracket | {
"type": "object",
"properties": {
"key_x68": {
"type": "object",
"properties": {
"param_g33": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"field_l67": {
"type": "string"
},
"field_o65": ... | {"attr_w62":"type_b","prop_c65":806,"field_p63":"approved","prop_r55":"admin@test.io"} | Missing closing bracket | {"attr_w62":"type_b","prop_c65":806,"field_p63":"approved","prop_r55":"admin@test.io"} |
TASK repair_structured_output
SPEC
FIELD col_t00 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD key_t91 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD val_f61 TYPE null REQUIRED no
FIELD attr_n84 TYPE string REQUIRED yes
FIELD prop_d98 TYPE integer REQUIRED no
FIELD fi... | {"col_t00":"option_c","key_t91":"cat_a","val_f61":null,"attr_n84":"world","prop_d98":21,"col_m32":390,"field_q84":"pro"} | unquoted_keys | {
"type": "object",
"properties": {
"col_t00": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"key_t91": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
... | {col_t00:"option_c",key_t91:"cat_a",val_f61:null,attr_n84:"world",prop_d98:21,col_m32:390,field_q84:"pro"} | Expecting property name enclosed in double quotes | {"col_t00":"option_c","key_t91":"cat_a","val_f61":null,"attr_n84":"world","prop_d98":21,"col_m32":390,"field_q84":"pro"} |
TASK repair_structured_output
SPEC
FIELD prop_c28 TYPE integer REQUIRED no
FIELD param_z40 TYPE string REQUIRED no
FIELD field_f09 TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"param_z40":"test","field_f09":"Maria"}
``` | {"param_z40":"test","field_f09":"Maria"} | markdown_fences | {
"type": "object",
"properties": {
"prop_c28": {
"type": "integer"
},
"param_z40": {
"type": "string"
},
"field_f09": {
"type": "string"
}
},
"required": [
"field_f09"
]
} | ```json
{"param_z40":"test","field_f09":"Maria"}
``` | Output contains markdown code fences | {"param_z40":"test","field_f09":"Maria"} |
TASK repair_structured_output
SPEC
FIELD key_i70 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD val_n41 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD field_n86 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD dim_a65 TYPE null REQUIRED no
FIELD fiel... | {"val_n41":"level_4","field_n86":"high","dim_a65":null,"dim_e43":769.29} | invalid_enum | {
"type": "object",
"properties": {
"key_i70": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"val_n41": {
"type": "string",
"enum": [
"level_1",
"level_2",
"lev... | {"val_n41": "invalid_value_631", "field_n86": "high", "dim_a65": null, "dim_e43": 769.29} | Field 'val_n41' has invalid enum value 'invalid_value_631', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5'] | {"val_n41":"level_4","field_n86":"high","dim_a65":null,"dim_e43":769.29} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE string REQUIRED yes
FIELD latitude TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD quantity TYPE string_date-time REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED no
FIELD repository.reagent TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mo... | {"filter_flag":"2023-12-25","latitude":"mode_c","quantity":"2020-02-04T03:08:00Z","pressure_kpa":"user@domain.com","repository":{"reagent":"mode_f","amplitude":"mode_b","height":true},"visible":"cat_b","chapter":946} | trailing_comma | {
"type": "object",
"properties": {
"filter_flag": {
"type": "string"
},
"latitude": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"quantity": {
"type": "string",
"format": "date-time"
},
"pressure_kpa": {
... | {"filter_flag":"2023-12-25","latitude":"mode_c","quantity":"2020-02-04T03:08:00Z","pressure_kpa":"user@domain.com","repository":{"reagent":"mode_f","amplitude":"mode_b","height":true,},"visible":"cat_b","chapter":946} | Unexpected trailing comma | {"filter_flag":"2023-12-25","latitude":"mode_c","quantity":"2020-02-04T03:08:00Z","pressure_kpa":"user@domain.com","repository":{"reagent":"mode_f","amplitude":"mode_b","height":true},"visible":"cat_b","chapter":946} |
TASK repair_structured_output
SPEC
FIELD dim_n86 TYPE boolean REQUIRED yes
FIELD col_j24 TYPE number REQUIRED yes
FIELD key_o14 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
<functioncall> check_availability
{dim_n86: false, col_j24: 22.69, key_o14: false} | {"dim_n86":false,"col_j24":22.69,"key_o14":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_n86": {
"type": "boolean"
},
"col_j24": {
"type": "number"
},
"key_o14": {
"type": "boolean"
}
},
"required": [
"col_j24",
"dim_n86",
"key_o14"
]
} | <functioncall> check_availability
{dim_n86: false, col_j24: 22.69, key_o14: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_n86":false,"col_j24":22.69,"key_o14":false} |
TASK repair_structured_output
SPEC
FIELD key_d27 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_k12 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_g26 TYPE boolean REQUIRED no
FIELD field_s59 TYPE integer REQUIRED yes
FIELD param_g17 TYPE string REQUIRED no
FIELD field_x15 TYPE... | {"key_d27":"BRL","field_s59":103,"param_g17":"Maria"} | trailing_comma | {
"type": "object",
"properties": {
"key_d27": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_k12": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"key_d27":"BRL","field_s59":103,"param_g17":"Maria",} | Unexpected trailing comma | {"key_d27":"BRL","field_s59":103,"param_g17":"Maria"} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD updated_at TYPE string VALUES type_a|type_b REQUIRED no
FIELD product_id TYPE string_date-time REQUIRED no
FIELD age TYPE string REQUIRED yes
FIELD company TYPE string REQUIRED yes
FIELD humidity_pct TYPE null REQUIR... | {"updated_at":"type_b","product_id":"2023-04-11T17:39:00Z","age":"Hapag-Lloyd-Express","company":"inactive"} | markdown_explanation | {
"type": "object",
"properties": {
"fleet_number": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"updated_at": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"product_id": {
"type": "string",
"format": ... | The output is as follows:
```json
{"updated_at":"type_b","product_id":"2023-04-11T17:39:00Z","age":"Hapag-Lloyd-Express","company":"inactive"}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"updated_at":"type_b","product_id":"2023-04-11T17:39:00Z","age":"Hapag-Lloyd-Express","company":"inactive"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD yield_pct TYPE string REQUIRED no
FIELD sensor_id TYPE string REQUIRED no
FIELD branch TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD commit_hash TYPE number REQUIRED yes
FIELD feedback TYPE... | {"annotation":"cat_f","yield_pct":"active","branch":"cat_a","commit_hash":323.66,"feedback":"Hapag-Lloyd-Express"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"yield_pct": {
"type": "string"
},
"sensor_id": {
"type": "string"
},
"b... | Tool: check_availability
Params: {"annotation": "cat_f", "branch": "cat_a", "commit_hash": 323.66, "feedback": "Hapag-Lloyd-Express", "yield_pct_value": "active"} | Agent used wrong parameter name 'yield_pct_value' instead of 'yield_pct' | {"annotation":"cat_f","yield_pct":"active","branch":"cat_a","commit_hash":323.66,"feedback":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD prop_t14 TYPE number REQUIRED yes
FIELD attr_j05 TYPE integer REQUIRED no
FIELD param_u30 TYPE null REQUIRED yes
FIELD field_f32 TYPE integer REQUIRED yes
FIELD dim_o71 TYPE string_date-time REQUIRED no
FIELD dim_l88 TYPE string VALUES open|in_progress|resolved|closed REQUIRED ... | {"prop_t14":290.45,"param_u30":null,"field_f32":734,"dim_o71":"2024-09-23T18:39:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"prop_t14": {
"type": "number"
},
"attr_j05": {
"type": "integer"
},
"param_u30": {
"type": "null"
},
"field_f32": {
"type": "integer"
},
"dim_o71": {
"type": "string",
"format": "date-time"
},
"dim_l... | {prop_t14:290.45,param_u30:null,field_f32:734,dim_o71:"2024-09-23T18:39:00Z"} | Expecting property name enclosed in double quotes | {"prop_t14":290.45,"param_u30":null,"field_f32":734,"dim_o71":"2024-09-23T18:39:00Z"} |
TASK repair_structured_output
SPEC
FIELD field_e91 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD param_p69 TYPE string REQUIRED no
FIELD attr_u18 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD prop_l39 TYPE string REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assign... | {"field_e91":"high","attr_u18":"divorced","prop_l39":"2024-06-30"} | thought_process | {
"type": "object",
"properties": {
"field_e91": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_p69": {
"type": "string"
},
"attr_u18": {
"type": "string",
"enum": [
"single",
"marr... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"field_e91":"high","attr_u18":"divorced","prop_l39":"2024-06-30"} | Output contains chain-of-thought reasoning before JSON | {"field_e91":"high","attr_u18":"divorced","prop_l39":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED yes
FIELD strand TYPE string REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD image_url.velocity TYPE number REQUIRED no
FIELD image_url.last_name TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD image... | {"frequency_hz":"https://example.com","strand":"REV","shift_code":"Diana","image_url":{"last_name":"confirmed","color":true,"voltage":"pending"},"age":{"ward":"warning","cargo_type":{"trace_id":null,"state":false,"tax":"test@example.com","humidity_pct":false,"velocity":"arctic","width":"Diana"},"department":"inland","d... | tool_call_text_mix | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"strand": {
"type": "string"
},
"shift_code": {
"type": "string"
},
"image_url": {
"type": "object",
"properties": {
"velocity": {
"type": "number"
},
... | I'll query our database.
<tool_call name="fetch_lab_result">
{"frequency_hz":"https://example.com","strand":"REV","shift_code":"Diana","image_url":{"last_name":"confirmed","color":true,"voltage":"pending"},"age":{"ward":"warning","cargo_type":{"trace_id":null,"state":false,"tax":"test@example.com","humidity_pct":false,... | Agent response mixes reasoning text with tool call | {"frequency_hz":"https://example.com","strand":"REV","shift_code":"Diana","image_url":{"last_name":"confirmed","color":true,"voltage":"pending"},"age":{"ward":"warning","cargo_type":{"trace_id":null,"state":false,"tax":"test@example.com","humidity_pct":false,"velocity":"arctic","width":"Diana"},"department":"inland","d... |
TASK repair_structured_output
SPEC
FIELD prop_m39 TYPE string REQUIRED yes
FIELD attr_e39 TYPE string REQUIRED yes
FIELD attr_l29 TYPE integer REQUIRED yes
FIELD field_h81 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
<tool_call name="check_availability... | {"prop_m39":"inactive","attr_e39":"Hapag-Lloyd-Express","attr_l29":817,"field_h81":"synonymous"} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_m39": {
"type": "string"
},
"attr_e39": {
"type": "string"
},
"attr_l29": {
"type": "integer"
},
"field_h81": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frame... | Let me check the system.
<tool_call name="check_availability">
{"prop_m39":"inactive","attr_e39":"Hapag-Lloyd-Express","attr_l29":817,"field_h81":"synonymous"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"prop_m39":"inactive","attr_e39":"Hapag-Lloyd-Express","attr_l29":817,"field_h81":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD paragraph TYPE string REQUIRED yes
FIELD country TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD price TYPE integer REQUIRED no
FIELD items TYPE number REQUIRED no
BROKEN_OUTPUT
Here is the response... | {"gene_id":"active","paragraph":"foo","country":"USD","price":278,"items":157.62} | extra_text_before | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"paragraph": {
"type": "string"
},
"country": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
... | Here is the response in the requested format:
{"gene_id":"active","paragraph":"foo","country":"USD","price":278,"items":157.62} | Output contains non-JSON text before the object | {"gene_id":"active","paragraph":"foo","country":"USD","price":278,"items":157.62} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES active|inactive|pending REQUIRED no
FIELD phone TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD batch_code TYPE string REQUIRED no
FIELD vessel_name TYPE string REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is ... | {"last_name":"inactive","phone":"level_1","vessel_name":"FWD"} | markdown_explanation | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"phone": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
... | Based on your request, here is the data:
```json
{"last_name":"inactive","phone":"level_1","vessel_name":"FWD"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"last_name":"inactive","phone":"level_1","vessel_name":"FWD"} |
TASK repair_structured_output
SPEC
FIELD amount TYPE null REQUIRED yes
FIELD features TYPE boolean REQUIRED yes
FIELD altitude TYPE integer REQUIRED no
FIELD invoice_id[].discount TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD invoice_id[].country TYPE string VALUES coastal|oceanic|inland|arctic REQUIR... | {"amount":null,"features":true,"invoice_id":[{"discount":"high","country":"arctic","price":"enterprise"},{"discount":"critical","country":"coastal","price":"basic"},{"discount":"low","country":"oceanic"}]} | truncated_object | {
"type": "object",
"properties": {
"amount": {
"type": "null"
},
"features": {
"type": "boolean"
},
"altitude": {
"type": "integer"
},
"invoice_id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"discount": {
... | {"amount":null,"features":true,"invoice_id":[{"discount":"high","country":"arctic","price":"enterprise"},{"discount":"critical","country":"coastal","price":"basic"},{"discount":"low","country":"oceanic"}] | Unexpected end of JSON input — truncated object | {"amount":null,"features":true,"invoice_id":[{"discount":"high","country":"arctic","price":"enterprise"},{"discount":"critical","country":"coastal","price":"basic"},{"discount":"low","country":"oceanic"}]} |
TASK repair_structured_output
SPEC
FIELD col_u77 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_e75 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD key_b44 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD col_j28 TYPE number REQUIRED no
FIELD prop_j67 TYPE number REQUIRE... | {"col_u77":"resolved","prop_e75":"cat_b","key_b44":"cat_c","prop_j67":806.48,"attr_b22":"John","val_a20":81} | extra_text_after | {
"type": "object",
"properties": {
"col_u77": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_e75": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"key_b44": {
"ty... | {"col_u77":"resolved","prop_e75":"cat_b","key_b44":"cat_c","prop_j67":806.48,"attr_b22":"John","val_a20":81}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_u77":"resolved","prop_e75":"cat_b","key_b44":"cat_c","prop_j67":806.48,"attr_b22":"John","val_a20":81} |
TASK repair_structured_output
SPEC
FIELD attr_d01 TYPE boolean REQUIRED no
FIELD key_t82 TYPE string REQUIRED yes
FIELD attr_f95 TYPE string REQUIRED yes
FIELD dim_x03.field_z32 TYPE string REQUIRED yes
FIELD dim_x03.attr_z25.col_l74 TYPE string REQUIRED yes
FIELD dim_x03.attr_z25.key_m13 TYPE integer REQUIRED yes
FIE... | {"attr_d01":true,"key_t82":"GRCh38","attr_f95":"Maria","dim_x03":{"field_z32":"PASS","val_y99":"admin@example.com","prop_y40":{"prop_q99":true,"val_s51":false,"col_g97":"Charlie","key_q93":true,"param_r47":true,"field_z99":"divorced"},"attr_z03":true}} | null_required | {
"type": "object",
"properties": {
"attr_d01": {
"type": "boolean"
},
"key_t82": {
"type": "string"
},
"attr_f95": {
"type": "string"
},
"dim_x03": {
"type": "object",
"properties": {
"field_z32": {
"type": "string"
},
"att... | {"attr_d01": true, "key_t82": "GRCh38", "attr_f95": null, "dim_x03": {"field_z32": "PASS", "val_y99": "admin@example.com", "prop_y40": {"prop_q99": true, "val_s51": false, "col_g97": "Charlie", "key_q93": true, "param_r47": true, "field_z99": "divorced"}, "attr_z03": true}} | Required field 'attr_f95' is null | {"attr_d01":true,"key_t82":"GRCh38","attr_f95":"Maria","dim_x03":{"field_z32":"PASS","val_y99":"admin@example.com","prop_y40":{"prop_q99":true,"val_s51":false,"col_g97":"Charlie","key_q93":true,"param_r47":true,"field_z99":"divorced"},"attr_z03":true}} |
TASK repair_structured_output
SPEC
FIELD key_x39 TYPE string REQUIRED yes
FIELD attr_g84 TYPE null REQUIRED yes
FIELD col_c37 TYPE number REQUIRED yes
FIELD key_g91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
BROKEN_OUTPUT
{"key_x39":"chrX","attr_g84":null,"col_c37":533.06,"key_g91":"USD"}
Feel free to ask if... | {"key_x39":"chrX","attr_g84":null,"col_c37":533.06,"key_g91":"USD"} | extra_text_after | {
"type": "object",
"properties": {
"key_x39": {
"type": "string"
},
"attr_g84": {
"type": "null"
},
"col_c37": {
"type": "number"
},
"key_g91": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
... | {"key_x39":"chrX","attr_g84":null,"col_c37":533.06,"key_g91":"USD"}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"key_x39":"chrX","attr_g84":null,"col_c37":533.06,"key_g91":"USD"} |
TASK repair_structured_output
SPEC
FIELD key_f94 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD param_q77 TYPE integer REQUIRED yes
FIELD val_q43 TYPE string REQUIRED yes
BROKEN_OUTPUT
Here is the response in the requested format:
```json
{"key_f94":"option_d","param_q77":503,"val_... | {"key_f94":"option_d","param_q77":503,"val_q43":"https://example.com"} | markdown_explanation | {
"type": "object",
"properties": {
"key_f94": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"param_q77": {
"type": "integer"
},
"val_q43": {
"type": "string"
}
},
"requi... | Here is the response in the requested format:
```json
{"key_f94":"option_d","param_q77":503,"val_q43":"https://example.com"}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"key_f94":"option_d","param_q77":503,"val_q43":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD attr_d38 TYPE boolean REQUIRED yes
FIELD val_w26 TYPE integer REQUIRED no
FIELD dim_j25 TYPE string_date-time REQUIRED no
FIELD field_g84 TYPE number REQUIRED no
FIELD col_f83 TYPE string_uri REQUIRED yes
FIELD key_n07 TYPE number REQUIRED yes
FIELD field_d35 TYPE string VALUES... | {"attr_d38":true,"dim_j25":"2020-01-25T13:19:00Z","col_f83":"https://example.com/data","key_n07":818.24,"field_d35":"info"} | null_required | {
"type": "object",
"properties": {
"attr_d38": {
"type": "boolean"
},
"val_w26": {
"type": "integer"
},
"dim_j25": {
"type": "string",
"format": "date-time"
},
"field_g84": {
"type": "number"
},
"col_f83": {
"type": "string",
"format": "... | {"attr_d38": true, "dim_j25": "2020-01-25T13:19:00Z", "col_f83": "https://example.com/data", "key_n07": null, "field_d35": "info"} | Required field 'key_n07' is null | {"attr_d38":true,"dim_j25":"2020-01-25T13:19:00Z","col_f83":"https://example.com/data","key_n07":818.24,"field_d35":"info"} |
TASK repair_structured_output
SPEC
FIELD item_id.name TYPE string VALUES option_a|option_b REQUIRED no
FIELD item_id.lab_result TYPE string VALUES success|error|warning|info REQUIRED no
FIELD item_id.run_id TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD item_id.amount TYPE integer REQUIRED no
FIELD item_id.items T... | {"item_id":{"lab_result":"success","run_id":"mode_b","amount":49,"maturity_date":"heterozygous","count":null},"id":"Johnson","position":"This is a test value."} | agent_chain | {
"type": "object",
"properties": {
"item_id": {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"lab_result": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: check_cargo_manifest
Result: {"item_id": {"lab_result": "success", "run_id": "mode_b", "amount": 49, "maturity_date": "heterozygous", "count": null}, "position": "This is a test value."}
Processing the request now.
Action: read_sensor_array
Result: | Agent multi-step chain with truncated tool output | {"item_id":{"lab_result":"success","run_id":"mode_b","amount":49,"maturity_date":"heterozygous","count":null},"id":"Johnson","position":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD col_t97 TYPE string_uri REQUIRED no
FIELD col_r39 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_e87 TYPE string REQUIRED no
FIELD param_w30[] TYPE number REQUIRED no
FIELD prop_i54[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call ... | {"col_r39":"USD","param_w30":[820.23,13.32,994.17]} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_t97": {
"type": "string",
"format": "uri"
},
"col_r39": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_e87": {
"type": "string"
},
"param_w30": ... | Processing the request now.
<tool_call name="call_variants">
{"col_r39":"USD","param_w30":[820.23,13.32,994.17]}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"col_r39":"USD","param_w30":[820.23,13.32,994.17]} |
TASK repair_structured_output
SPEC
FIELD half_life.pressure_kpa TYPE boolean REQUIRED no
FIELD half_life.umi TYPE integer REQUIRED no
FIELD half_life.price TYPE boolean REQUIRED yes
FIELD half_life.account_id TYPE string REQUIRED yes
FIELD bearing.comments.format TYPE integer REQUIRED no
FIELD bearing.comments.index T... | {"half_life":{"pressure_kpa":true,"umi":929,"price":true,"account_id":"Jane"},"bearing":{"step":"option_b","current_draw":"oceanic"},"repository":459.34} | missing_brace | {
"type": "object",
"properties": {
"half_life": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "boolean"
},
"umi": {
"type": "integer"
},
"price": {
"type": "boolean"
},
"account_id": {
"t... | {"half_life":"pressure_kpa":true,"umi":929,"price":true,"account_id":"Jane"},"bearing":{"step":"option_b","current_draw":"oceanic"},"repository":459.34} | Missing closing brace | {"half_life":{"pressure_kpa":true,"umi":929,"price":true,"account_id":"Jane"},"bearing":{"step":"option_b","current_draw":"oceanic"},"repository":459.34} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE integer REQUIRED no
FIELD humidity_pct TYPE string REQUIRED yes
FIELD url TYPE integer REQUIRED no
BROKEN_OUTPUT
{shift_code:175,humidity_pct:"demo",url:287} | {"shift_code":175,"humidity_pct":"demo","url":287} | unquoted_keys | {
"type": "object",
"properties": {
"shift_code": {
"type": "integer"
},
"humidity_pct": {
"type": "string"
},
"url": {
"type": "integer"
}
},
"required": [
"humidity_pct"
]
} | {shift_code:175,humidity_pct:"demo",url:287} | Expecting property name enclosed in double quotes | {"shift_code":175,"humidity_pct":"demo","url":287} |
TASK repair_structured_output
SPEC
FIELD col_l63 TYPE string_date-time REQUIRED yes
FIELD attr_p74 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD field_c78 TYPE integer REQUIRED yes
BROKEN_OUTPUT
"col_l63":"2021-10-12T16:01:00Z","attr_p74":"married","field_c78":319} | {"col_l63":"2021-10-12T16:01:00Z","attr_p74":"married","field_c78":319} | missing_brace | {
"type": "object",
"properties": {
"col_l63": {
"type": "string",
"format": "date-time"
},
"attr_p74": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"field_c78": {
"type": "integer"
}
},
"required": [
"... | "col_l63":"2021-10-12T16:01:00Z","attr_p74":"married","field_c78":319} | Missing closing brace | {"col_l63":"2021-10-12T16:01:00Z","attr_p74":"married","field_c78":319} |
TASK repair_structured_output
SPEC
FIELD key_m74 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_i45 TYPE boolean REQUIRED no
FIELD key_n97 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_d83 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED n... | {"key_m74":"confirmed","field_i45":false,"key_n97":"draft","col_d83":"synonymous","val_d03":625,"attr_s48":"REV","dim_t74":"green"} | missing_required | {
"type": "object",
"properties": {
"key_m74": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"field_i45": {
"type": "boolean"
},
"key_n97": {
"type": "string",
"enum": [
"draft... | {"key_m74": "confirmed", "field_i45": false, "key_n97": "draft", "col_d83": "synonymous", "attr_s48": "REV", "dim_t74": "green"} | Required field 'val_d03' is missing | {"key_m74":"confirmed","field_i45":false,"key_n97":"draft","col_d83":"synonymous","val_d03":625,"attr_s48":"REV","dim_t74":"green"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD title TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD patient_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD compound TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information firs... | {"notes":"mode_a","title":"cat_c","patient_id":"high","compound":"John"} | tool_call_text_mix | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"title": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"patient_id": {
"type": "string",
"enum... | I need to look up the information first.
<tool_call name="create_order">
{"notes":"mode_a","title":"cat_c","patient_id":"high","compound":"John"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"notes":"mode_a","title":"cat_c","patient_id":"high","compound":"John"} |
TASK repair_structured_output
SPEC
FIELD dim_i89 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD param_q61 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_y14 TYPE string REQUIRED yes
FIELD prop_x86 TYPE number REQUIRED no
FIELD val_w07 TYPE string VALUES option_a|option_b|option_... | {"dim_i89":"mode_e","dim_y14":"MV-Evergreen-01","prop_x86":170.96,"param_l35":"level_2","col_s59":"red","prop_l75":115.61} | extra_field | {
"type": "object",
"properties": {
"dim_i89": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"param_q61": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
... | {"dim_i89": "mode_e", "dim_y14": "MV-Evergreen-01", "prop_x86": 170.96, "param_l35": "level_2", "col_s59": "red", "prop_l75": 115.61, "extra_data_1231": "unexpected"} | Unknown field 'extra_data_1231' not defined in schema | {"dim_i89":"mode_e","dim_y14":"MV-Evergreen-01","prop_x86":170.96,"param_l35":"level_2","col_s59":"red","prop_l75":115.61} |
TASK repair_structured_output
SPEC
FIELD col_x67 TYPE string REQUIRED yes
FIELD field_j05 TYPE integer REQUIRED yes
FIELD prop_p34 TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: lookup_customer
Result: {"field_j05": 874, "prop_p34": 263}
I'll query our database.
Action: vali... | {"col_x67":"Berlin","field_j05":874,"prop_p34":263} | agent_chain | {
"type": "object",
"properties": {
"col_x67": {
"type": "string"
},
"field_j05": {
"type": "integer"
},
"prop_p34": {
"type": "integer"
}
},
"required": [
"prop_p34",
"field_j05",
"col_x67"
]
} | I need to look up the information first.
Action: lookup_customer
Result: {"field_j05": 874, "prop_p34": 263}
I'll query our database.
Action: validate_sample
Result: | Agent multi-step chain with truncated tool output | {"col_x67":"Berlin","field_j05":874,"prop_p34":263} |
TASK repair_structured_output
SPEC
FIELD first_name TYPE number REQUIRED no
FIELD id TYPE number REQUIRED no
FIELD url TYPE string_email REQUIRED yes
FIELD country[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"first_name":500.72,"id":124.33,"url":"info@example.com","country":["2023-12-25","Santos"] | {"first_name":500.72,"id":124.33,"url":"info@example.com","country":["2023-12-25","Santos"]} | truncated_object | {
"type": "object",
"properties": {
"first_name": {
"type": "number"
},
"id": {
"type": "number"
},
"url": {
"type": "string",
"format": "email"
},
"country": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
... | {"first_name":500.72,"id":124.33,"url":"info@example.com","country":["2023-12-25","Santos"] | Unexpected end of JSON input — truncated object | {"first_name":500.72,"id":124.33,"url":"info@example.com","country":["2023-12-25","Santos"]} |
TASK repair_structured_output
SPEC
FIELD index TYPE string REQUIRED yes
FIELD shift_code TYPE string REQUIRED yes
FIELD catalyst TYPE number REQUIRED no
FIELD fleet_number TYPE string REQUIRED yes
BROKEN_OUTPUT
{"index": "https://example.com", "shift_code": "pending"} | {"index":"https://example.com","shift_code":"pending","fleet_number":"London"} | missing_required | {
"type": "object",
"properties": {
"index": {
"type": "string"
},
"shift_code": {
"type": "string"
},
"catalyst": {
"type": "number"
},
"fleet_number": {
"type": "string"
}
},
"required": [
"shift_code",
"fleet_number",
"index"
]
} | {"index": "https://example.com", "shift_code": "pending"} | Required field 'fleet_number' is missing | {"index":"https://example.com","shift_code":"pending","fleet_number":"London"} |
TASK repair_structured_output
SPEC
FIELD prop_a96 TYPE number REQUIRED yes
FIELD prop_s70 TYPE string REQUIRED yes
FIELD dim_o12 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_a96":52.86,"prop_s70":"QC-07","dim_o12":"London" | {"prop_a96":52.86,"prop_s70":"QC-07","dim_o12":"London"} | truncated_array | {
"type": "object",
"properties": {
"prop_a96": {
"type": "number"
},
"prop_s70": {
"type": "string"
},
"dim_o12": {
"type": "string"
}
},
"required": [
"prop_s70",
"dim_o12",
"prop_a96"
]
} | {"prop_a96":52.86,"prop_s70":"QC-07","dim_o12":"London" | Unexpected end of JSON input — truncated object | {"prop_a96":52.86,"prop_s70":"QC-07","dim_o12":"London"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string_uri REQUIRED no
FIELD features TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD chapter TYPE string VALUES single|married|divorced REQUIRED no
FIELD annotation TYPE string VALUES draft|published|archived REQUIRED no
FIELD email TYPE string_emai... | {"terminal_id":"https://data.com/v1","features":"small","annotation":"archived","email":"user@domain.org","phenotype":436.22} | wrong_type | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"format": "uri"
},
"features": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"chapter": {
"type": "string",
"enum": [
"si... | {"terminal_id": "https://data.com/v1", "features": "small", "annotation": "archived", "email": "user@domain.org", "phenotype": "\"436.22\""} | Field 'phenotype' must be number, got string | {"terminal_id":"https://data.com/v1","features":"small","annotation":"archived","email":"user@domain.org","phenotype":436.22} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE integer REQUIRED yes
FIELD vital_sign TYPE boolean REQUIRED no
FIELD torque_output TYPE string_email REQUIRED no
FIELD total TYPE null REQUIRED no
FIELD score TYPE string_uri REQUIRED yes
FIELD bed_number TYPE boolean REQUIRED yes
FIELD annotation TYPE null REQ... | {"vessel_name":559,"vital_sign":true,"torque_output":"admin@test.io","score":"https://api.org/api","bed_number":false,"annotation":null} | missing_bracket | {
"type": "object",
"properties": {
"vessel_name": {
"type": "integer"
},
"vital_sign": {
"type": "boolean"
},
"torque_output": {
"type": "string",
"format": "email"
},
"total": {
"type": "null"
},
"score": {
"type": "string",
"format": "... | {"vessel_name":559,"vital_sign":true,"torque_output":"admin@test.io","score":"https://api.org/api","bed_number":false,"annotation":null} | Missing closing bracket | {"vessel_name":559,"vital_sign":true,"torque_output":"admin@test.io","score":"https://api.org/api","bed_number":false,"annotation":null} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE boolean REQUIRED yes
FIELD enabled.end_date TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD enabled.lab_result TYPE integer REQUIRED yes
FIELD enabled.enabled.procedure_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIE... | {"isotope":false,"enabled":{"end_date":"returned","lab_result":269,"enabled":{"color":"escalated","freight_class":77.15,"nickname":null},"current_draw":"published","position":{"message":"synonymous","product_id":"2023-11-22T14:50:00Z","dissolved_oxygen":"active","frequency_hz":"2023-12-25","verified":507.01,"patient_id... | agent_chain | {
"type": "object",
"properties": {
"isotope": {
"type": "boolean"
},
"enabled": {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
... | I need to look up the information first.
Action: validate_address
Result: {"isotope": false}
I'll query our database.
Action: book_appointment
Result: | Agent multi-step chain with truncated tool output | {"isotope":false,"enabled":{"end_date":"returned","lab_result":269,"enabled":{"color":"escalated","freight_class":77.15,"nickname":null},"current_draw":"published","position":{"message":"synonymous","product_id":"2023-11-22T14:50:00Z","dissolved_oxygen":"active","frequency_hz":"2023-12-25","verified":507.01,"patient_id... |
TASK repair_structured_output
SPEC
FIELD prop_e24 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_j52 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD val_z90 TYPE number REQUIRED no
FIELD attr_x38 TYPE string REQUIRED no
FIELD val_z73 TYPE string VALUES low|medium|high|critical R... | {"param_j52":"pending","attr_x38":"RTG-04","val_z73":"low","col_h33":"2026-08-13T11:05:00Z"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_e24": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_j52": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
... | Tool: validate_sample
Params: {"param_j52": "pending", "attr_x38": "RTG-04", "val_z73": "low", "col_h33_new": "2026-08-13T11:05:00Z"} | Agent used wrong parameter name 'col_h33_new' instead of 'col_h33' | {"param_j52":"pending","attr_x38":"RTG-04","val_z73":"low","col_h33":"2026-08-13T11:05:00Z"} |
TASK repair_structured_output
SPEC
FIELD param_j22 TYPE boolean REQUIRED yes
FIELD field_f79 TYPE number REQUIRED yes
FIELD dim_x22 TYPE boolean REQUIRED no
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"param_j22":true,"field_f79":817... | {"param_j22":true,"field_f79":817.07} | thought_process | {
"type": "object",
"properties": {
"param_j22": {
"type": "boolean"
},
"field_f79": {
"type": "number"
},
"dim_x22": {
"type": "boolean"
}
},
"required": [
"param_j22",
"field_f79"
]
} | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"param_j22":true,"field_f79":817.07} | Output contains chain-of-thought reasoning before JSON | {"param_j22":true,"field_f79":817.07} |
TASK repair_structured_output
SPEC
FIELD order_id TYPE string_email REQUIRED yes
FIELD user_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD barcode TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"order_id": "test@test.io", "user_id": null, "barcode": 547} | {"order_id":"test@test.io","user_id":"warning","barcode":547} | null_required | {
"type": "object",
"properties": {
"order_id": {
"type": "string",
"format": "email"
},
"user_id": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"barcode": {
"type": "integer"
}
},
"required":... | {"order_id": "test@test.io", "user_id": null, "barcode": 547} | Required field 'user_id' is null | {"order_id":"test@test.io","user_id":"warning","barcode":547} |
TASK repair_structured_output
SPEC
FIELD col_w31 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_f49 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_i24 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"val_f49":"JPY","val_i24":92,} | {"val_f49":"JPY","val_i24":92} | trailing_comma | {
"type": "object",
"properties": {
"col_w31": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_f49": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"v... | {"val_f49":"JPY","val_i24":92,} | Unexpected trailing comma | {"val_f49":"JPY","val_i24":92} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE boolean REQUIRED yes
FIELD user_id.yield_pct TYPE string REQUIRED yes
FIELD user_id.dosage TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD user_id.batch_code.type TYPE boolean REQUIRED yes
FIELD user_id.batch_code.active TYPE boolean REQUIRED ... | {"thumbnail":true,"user_id":{"yield_pct":"Silva","dosage":"reliable","batch_code":{"type":false,"active":false,"label":"foo"}},"altitude":"completed","medication":"RTG-04"} | wrong_type | {
"type": "object",
"properties": {
"thumbnail": {
"type": "boolean"
},
"user_id": {
"type": "object",
"properties": {
"yield_pct": {
"type": "string"
},
"dosage": {
"type": "string",
"enum": [
"reliable",
"u... | {"thumbnail": "\"yes\"", "user_id": {"yield_pct": "Silva", "dosage": "reliable", "batch_code": {"type": false, "active": false, "label": "foo"}}, "altitude": "completed", "medication": "RTG-04"} | Field 'thumbnail' must be boolean, got string | {"thumbnail":true,"user_id":{"yield_pct":"Silva","dosage":"reliable","batch_code":{"type":false,"active":false,"label":"foo"}},"altitude":"completed","medication":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD full_name TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD altitude TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{"full_name":"open" | {"full_name":"open"} | truncated_array | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"full_name": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | {"full_name":"open" | Unexpected end of JSON input — truncated object | {"full_name":"open"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE integer REQUIRED no
FIELD span_id TYPE string_uri REQUIRED no
FIELD start_date.lab_result TYPE integer REQUIRED yes
FIELD start_date.start_date.user_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD start_date.start_date.state TYPE ... | {"span_id":"https://api.org/v1","start_date":{"lab_result":612,"start_date":{"user_id":"nonsense","state":"Luis","duration_ms":null,"collateral":"qux","lane":"2020-04-20T06:34:00Z","bill_of_lading":395.82},"published":"unstable","quantity":true,"timezone":{"category":"chr1","duration_ms":"2024-06-30","timezone":[3,350,... | markdown_fences | {
"type": "object",
"properties": {
"annotation": {
"type": "integer"
},
"span_id": {
"type": "string",
"format": "uri"
},
"start_date": {
"type": "object",
"properties": {
"lab_result": {
"type": "integer"
},
"start_date": {
... | ```json
{"span_id":"https://api.org/v1","start_date":{"lab_result":612,"start_date":{"user_id":"nonsense","state":"Luis","duration_ms":null,"collateral":"qux","lane":"2020-04-20T06:34:00Z","bill_of_lading":395.82},"published":"unstable","quantity":true,"timezone":{"category":"chr1","duration_ms":"2024-06-30","timezone"... | Output contains markdown code fences | {"span_id":"https://api.org/v1","start_date":{"lab_result":612,"start_date":{"user_id":"nonsense","state":"Luis","duration_ms":null,"collateral":"qux","lane":"2020-04-20T06:34:00Z","bill_of_lading":395.82},"published":"unstable","quantity":true,"timezone":{"category":"chr1","duration_ms":"2024-06-30","timezone":[3,350,... |
TASK repair_structured_output
SPEC
FIELD key_c86 TYPE string REQUIRED no
FIELD key_a52 TYPE string_email REQUIRED yes
FIELD col_a82 TYPE string REQUIRED yes
FIELD attr_a12 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{key_c86:"Jane",key_a52:"ops@example.com",col_a82:"quux",attr_a12:false} | {"key_c86":"Jane","key_a52":"ops@example.com","col_a82":"quux","attr_a12":false} | unquoted_keys | {
"type": "object",
"properties": {
"key_c86": {
"type": "string"
},
"key_a52": {
"type": "string",
"format": "email"
},
"col_a82": {
"type": "string"
},
"attr_a12": {
"type": "boolean"
}
},
"required": [
"key_a52",
"col_a82",
"attr_a12"
... | {key_c86:"Jane",key_a52:"ops@example.com",col_a82:"quux",attr_a12:false} | Expecting property name enclosed in double quotes | {"key_c86":"Jane","key_a52":"ops@example.com","col_a82":"quux","attr_a12":false} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE string_email REQUIRED yes
FIELD start_date TYPE string REQUIRED yes
FIELD altitude TYPE integer REQUIRED no
BROKEN_OUTPUT
{"diagnosis_code":"admin@domain.org","start_date":"Diana","altitude":841 | {"diagnosis_code":"admin@domain.org","start_date":"Diana","altitude":841} | truncated_array | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "string",
"format": "email"
},
"start_date": {
"type": "string"
},
"altitude": {
"type": "integer"
}
},
"required": [
"diagnosis_code",
"start_date"
]
} | {"diagnosis_code":"admin@domain.org","start_date":"Diana","altitude":841 | Unexpected end of JSON input — truncated object | {"diagnosis_code":"admin@domain.org","start_date":"Diana","altitude":841} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD index TYPE string REQUIRED yes
FIELD voltage.weight TYPE string REQUIRED no
FIELD voltage.diagnosis_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD voltage... | {"index":"Johnson","voltage":{"diagnosis_code":"level_2","comments":{"format":"2026-03-20T15:41:00Z","score":181,"amplitude":["https://example.io/v1"]},"vital_sign":false,"payment_status":"Hapag-Lloyd-Express"},"vessel_name":{"label":"frameshift","decay_rate":"info@domain.org","allele":{"frequency_hz":"Oliveira","user_... | null_required | {
"type": "object",
"properties": {
"longitude": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"index": {
"type": "string"
},
"voltage": {
"type": "object",
"properties": {
"weight": {
... | {"index": null, "voltage": {"diagnosis_code": "level_2", "comments": {"format": "2026-03-20T15:41:00Z", "score": 181, "amplitude": ["https://example.io/v1"]}, "vital_sign": false, "payment_status": "Hapag-Lloyd-Express"}, "vessel_name": {"label": "frameshift", "decay_rate": "info@domain.org", "allele": {"frequency_hz":... | Required field 'index' is null | {"index":"Johnson","voltage":{"diagnosis_code":"level_2","comments":{"format":"2026-03-20T15:41:00Z","score":181,"amplitude":["https://example.io/v1"]},"vital_sign":false,"payment_status":"Hapag-Lloyd-Express"},"vessel_name":{"label":"frameshift","decay_rate":"info@domain.org","allele":{"frequency_hz":"Oliveira","user_... |
TASK repair_structured_output
SPEC
FIELD field_z98 TYPE string REQUIRED yes
FIELD param_u91 TYPE string REQUIRED yes
FIELD field_j32 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"field_z98": "Sao Paulo", "param_u91": "foo", "field_j32": null} | {"field_z98":"Sao Paulo","param_u91":"foo","field_j32":false} | null_required | {
"type": "object",
"properties": {
"field_z98": {
"type": "string"
},
"param_u91": {
"type": "string"
},
"field_j32": {
"type": "boolean"
}
},
"required": [
"field_z98",
"param_u91",
"field_j32"
]
} | {"field_z98": "Sao Paulo", "param_u91": "foo", "field_j32": null} | Required field 'field_j32' is null | {"field_z98":"Sao Paulo","param_u91":"foo","field_j32":false} |
TASK repair_structured_output
SPEC
FIELD size TYPE string_date-time REQUIRED yes
FIELD message TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD tile TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"size":"2025-07-02T18:55:00Z","message":"high","tile":"admin@domain.org" | {"size":"2025-07-02T18:55:00Z","message":"high","tile":"admin@domain.org"} | truncated_object | {
"type": "object",
"properties": {
"size": {
"type": "string",
"format": "date-time"
},
"message": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"tile": {
"type": "string",
"format": "email"
}... | {"size":"2025-07-02T18:55:00Z","message":"high","tile":"admin@domain.org" | Unexpected end of JSON input — truncated object | {"size":"2025-07-02T18:55:00Z","message":"high","tile":"admin@domain.org"} |
TASK repair_structured_output
SPEC
FIELD prop_f63 TYPE integer REQUIRED yes
FIELD attr_b69 TYPE string REQUIRED no
FIELD prop_p31.param_z60 TYPE number REQUIRED yes
FIELD prop_p31.key_n08 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD prop_p31.attr_x83 TYPE integer REQUIRED yes
FIELD prop_p31.va... | {"prop_f63":22,"dim_v88":"new","key_u09":"2024-08-03T06:13:00Z"} | partial_structure | {
"type": "object",
"properties": {
"prop_f63": {
"type": "integer"
},
"attr_b69": {
"type": "string"
},
"prop_p31": {
"type": "object",
"properties": {
"param_z60": {
"type": "number"
},
"key_n08": {
"type": "string",
... | The dim_v88 is new and {"prop_f63":22,"dim_v88":"new","key_u09":"2024-08-03T06:13:00Z"} | Output mixes natural language with JSON | {"prop_f63":22,"dim_v88":"new","key_u09":"2024-08-03T06:13:00Z"} |
TASK repair_structured_output
SPEC
FIELD key_i82 TYPE number REQUIRED no
FIELD key_o90 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD key_l01 TYPE string VALUES type_a|type_b REQUIRED no
FIELD dim_p00 TYPE string REQUIRED no
FIELD attr_p76 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_j67 TYPE strin... | {"key_i82":405.33,"key_o90":"cat_b","key_l01":"type_b","dim_p00":"chr1","attr_p76":"sms","key_j67":"foo","param_s69":352.4} | agent_chain | {
"type": "object",
"properties": {
"key_i82": {
"type": "number"
},
"key_o90": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"key_l01": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"dim_p00": {
... | I need to look up the information first.
Action: call_variants
Result: {"key_i82": 405.33, "key_o90": "cat_b", "dim_p00": "chr1", "attr_p76": "sms", "key_j67": "foo", "param_s69": 352.4}
I'll query our database.
Action: call_variants
Result: | Agent multi-step chain with truncated tool output | {"key_i82":405.33,"key_o90":"cat_b","key_l01":"type_b","dim_p00":"chr1","attr_p76":"sms","key_j67":"foo","param_s69":352.4} |
TASK repair_structured_output
SPEC
FIELD key_r19 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD key_k55 TYPE number REQUIRED yes
FIELD param_z18 TYPE boolean REQUIRED no
FIELD col_z13[].prop_c95 TYPE string REQUIRED yes
FIELD col_z13[].field_u88 TYPE boolean REQUIRED no
FIELD col_z13[].prop_x70 TYPE num... | {"key_r19":"pending","key_k55":424.07,"param_z18":false,"col_z13":[{"prop_c95":"Santos","prop_x70":231.79,"attr_w54":true},{"prop_c95":"foo","field_u88":true,"prop_x70":756.08,"attr_k31":824.99},{"prop_c95":"RTG-04","field_u88":false,"prop_x70":725.79,"attr_w54":true,"attr_k31":299.47},{"prop_c95":"approved","field_u88... | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_r19": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_k55": {
"type": "number"
},
"param_z18": {
"type": "boolean"
},
"col_z13": {
"type": "array",
"items": ... | create_order(key_r19='pending', key_k55=424.07, param_z18=False, col_z13=[{'prop_c95': 'Santos', 'prop_x70': 231.79, 'attr_w54': True}, {'prop_c95': 'foo', 'field_u88': True, 'prop_x70': 756.08, 'attr_k31': 824.99}, {'prop_c95': 'RTG-04', 'field_u88': False, 'prop_x70': 725.79, 'attr_w54': True, 'attr_k31': 299.47}, {'... | Tool call uses Python syntax instead of JSON | {"key_r19":"pending","key_k55":424.07,"param_z18":false,"col_z13":[{"prop_c95":"Santos","prop_x70":231.79,"attr_w54":true},{"prop_c95":"foo","field_u88":true,"prop_x70":756.08,"attr_k31":824.99},{"prop_c95":"RTG-04","field_u88":false,"prop_x70":725.79,"attr_w54":true,"attr_k31":299.47},{"prop_c95":"approved","field_u88... |
TASK repair_structured_output
SPEC
FIELD param_a21 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_w57 TYPE string REQUIRED no
FIELD val_s83 TYPE boolean REQUIRED no
FIELD col_d02 TYPE string REQUIRED yes
FIELD dim_f20 TYPE boolean REQUIRED yes
FIELD col_a53 TYPE null REQUIRED no
FIELD val_j... | {"param_a21":"open","col_d02":"inactive","dim_f20":false,"col_a53":null,"val_j59":"closed"} | missing_bracket | {
"type": "object",
"properties": {
"param_a21": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_w57": {
"type": "string"
},
"val_s83": {
"type": "boolean"
},
"col_d02": {
"type": "st... | {"param_a21":"open","col_d02":"inactive","dim_f20":false,"col_a53":null,"val_j59":"closed"} | Missing closing bracket | {"param_a21":"open","col_d02":"inactive","dim_f20":false,"col_a53":null,"val_j59":"closed"} |
TASK repair_structured_output
SPEC
FIELD col_r61 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD key_p70 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_u70 TYPE boolean REQUIRED yes
FIELD attr_v17 TYPE null REQUIRED no
BROKEN_OUTPUT
Based on the data, col_r61 is high. {"col_r61":"high","c... | {"col_r61":"high","col_u70":false,"attr_v17":null} | partial_structure | {
"type": "object",
"properties": {
"col_r61": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"key_p70": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
... | Based on the data, col_r61 is high. {"col_r61":"high","col_u70":false,"attr_v17":null} | Output mixes natural language with JSON | {"col_r61":"high","col_u70":false,"attr_v17":null} |
TASK repair_structured_output
SPEC
FIELD col_o00 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_r74 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_m42.param_v57 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD dim_m42.col_i08 TYPE integer REQUIRED no
... | {"param_r74":"red","dim_m42":{"param_v57":"intermittent","col_i08":875,"val_k18":"2020-01-06T12:06:00Z","key_n38":"in_progress"},"field_w04":{"prop_f44":"London","field_u86":221,"val_w64":{"dim_x97":"Maria","param_t55":"success","col_a91":"Oliveira","field_g16":null,"field_z53":"inactive","param_q83":false,"attr_p35":2... | tool_call_partial_args | {
"type": "object",
"properties": {
"col_o00": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_r74": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"wh... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"dim_m42": {"param_v57": "intermittent", "col_i08": 875, "val_k18": "2020-01-06T12:06:00Z", "key_n38": "in_progress"}, "field_w04": {"prop_f44": "London", "field_u86": 221, "val_w64": {"dim_x97": "Maria", "param_t55": "success", "col_a91": "O... | Agent tool call missing required parameter 'param_r74' | {"param_r74":"red","dim_m42":{"param_v57":"intermittent","col_i08":875,"val_k18":"2020-01-06T12:06:00Z","key_n38":"in_progress"},"field_w04":{"prop_f44":"London","field_u86":221,"val_w64":{"dim_x97":"Maria","param_t55":"success","col_a91":"Oliveira","field_g16":null,"field_z53":"inactive","param_q83":false,"attr_p35":2... |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD current_draw TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD trace_id TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD consignee TYPE string VALUES low|m... | {"current_draw":"level_5","trace_id":"warning"} | tool_call_text_mix | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"current_draw": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"le... | Processing the request now.
<tool_call name="schedule_meeting">
{"current_draw":"level_5","trace_id":"warning"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"current_draw":"level_5","trace_id":"warning"} |
TASK repair_structured_output
SPEC
FIELD attr_p05 TYPE string REQUIRED no
FIELD attr_x31 TYPE boolean REQUIRED yes
FIELD key_n76 TYPE string REQUIRED yes
FIELD dim_e34 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"attr_p05":"Bob","attr_x31":true,"key_n76":"Berlin","dim_e34":273 | {"attr_p05":"Bob","attr_x31":true,"key_n76":"Berlin","dim_e34":273} | truncated_object | {
"type": "object",
"properties": {
"attr_p05": {
"type": "string"
},
"attr_x31": {
"type": "boolean"
},
"key_n76": {
"type": "string"
},
"dim_e34": {
"type": "integer"
}
},
"required": [
"dim_e34",
"key_n76",
"attr_x31"
]
} | {"attr_p05":"Bob","attr_x31":true,"key_n76":"Berlin","dim_e34":273 | Unexpected end of JSON input — truncated object | {"attr_p05":"Bob","attr_x31":true,"key_n76":"Berlin","dim_e34":273} |
TASK repair_structured_output
SPEC
FIELD param_m52 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD dim_m74 TYPE null REQUIRED yes
FIELD param_l14 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD val_d81[] TYPE integer REQUIRED yes
FIELD col_o91[].col_p35 TYPE boolean REQUIRED yes
FIELD co... | {"param_m52":"type_c","dim_m74":null,"param_l14":"cat_b","val_d81":[830],"col_o91":[{"col_p35":true,"val_z59":"chrX","val_i41":645,"attr_e27":661,"prop_g26":485},{"col_p35":true,"val_z59":"foo","val_i41":722,"attr_e27":64,"prop_g26":526},{"col_p35":true,"val_z59":"cancelled","val_i41":125,"attr_e27":316,"prop_g26":223}... | extra_text_after | {
"type": "object",
"properties": {
"param_m52": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"dim_m74": {
"type": "null"
},
"param_l14": {
"type": "string",
"enum": [
"cat_a",
"cat_b... | {"param_m52":"type_c","dim_m74":null,"param_l14":"cat_b","val_d81":[830],"col_o91":[{"col_p35":true,"val_z59":"chrX","val_i41":645,"attr_e27":661,"prop_g26":485},{"col_p35":true,"val_z59":"foo","val_i41":722,"attr_e27":64,"prop_g26":526},{"col_p35":true,"val_z59":"cancelled","val_i41":125,"attr_e27":316,"prop_g26":223}... | Output contains non-JSON text after the object | {"param_m52":"type_c","dim_m74":null,"param_l14":"cat_b","val_d81":[830],"col_o91":[{"col_p35":true,"val_z59":"chrX","val_i41":645,"attr_e27":661,"prop_g26":485},{"col_p35":true,"val_z59":"foo","val_i41":722,"attr_e27":64,"prop_g26":526},{"col_p35":true,"val_z59":"cancelled","val_i41":125,"attr_e27":316,"prop_g26":223}... |
TASK repair_structured_output
SPEC
FIELD attr_y09 TYPE string_email REQUIRED yes
FIELD key_b54 TYPE integer REQUIRED no
FIELD param_k28[].col_r36 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD param_k28[].key_c06 TYPE integer REQUIRED yes
FIELD param_k28[].col_l40 TYPE string VALUES... | {"attr_y09":"user@example.com","key_b54":619} | markdown_explanation | {
"type": "object",
"properties": {
"attr_y09": {
"type": "string",
"format": "email"
},
"key_b54": {
"type": "integer"
},
"param_k28": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_r36": {
"type": "string... | Here's the structured output:
```json
{"attr_y09":"user@example.com","key_b54":619}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"attr_y09":"user@example.com","key_b54":619} |
TASK repair_structured_output
SPEC
FIELD altitude TYPE string REQUIRED yes
FIELD rating.coverage TYPE integer REQUIRED yes
FIELD rating.bed_number TYPE integer REQUIRED yes
FIELD rating.height.height TYPE string_uri REQUIRED yes
FIELD rating.height.gene_id TYPE number REQUIRED no
FIELD rating.height.currency TYPE null... | {"altitude":"FWD","rating":{"coverage":579,"bed_number":927,"height":{"height":"https://api.com/data","gene_id":159.91,"lane":true},"subject":{"footnote":"rejected","image_url":true,"collateral":681.13,"lab_result":"level_3","pressure_kpa":610.85}},"reagent":{"vessel_name":{"transaction_id":"A short description.","quan... | null_required | {
"type": "object",
"properties": {
"altitude": {
"type": "string"
},
"rating": {
"type": "object",
"properties": {
"coverage": {
"type": "integer"
},
"bed_number": {
"type": "integer"
},
"height": {
"type": "object"... | {"altitude": "FWD", "rating": null, "reagent": {"vessel_name": {"transaction_id": "A short description.", "quantity": "published"}, "half_life": "https://www.org/data", "branch": null, "loan_amount": "Charlie"}, "price": "user@domain.com"} | Required field 'rating' is null | {"altitude":"FWD","rating":{"coverage":579,"bed_number":927,"height":{"height":"https://api.com/data","gene_id":159.91,"lane":true},"subject":{"footnote":"rejected","image_url":true,"collateral":681.13,"lab_result":"level_3","pressure_kpa":610.85}},"reagent":{"vessel_name":{"transaction_id":"A short description.","quan... |
TASK repair_structured_output
SPEC
FIELD param_l84 TYPE string REQUIRED no
FIELD param_y78 TYPE string REQUIRED yes
FIELD key_r55 TYPE string REQUIRED no
FIELD param_w82 TYPE string REQUIRED no
FIELD val_h37.attr_b33.prop_e46 TYPE integer REQUIRED yes
FIELD val_h37.attr_b33.field_z14 TYPE string VALUES cat_a|cat_b|cat... | {"param_y78":"hello","param_w82":"Charlie","val_h37":{"attr_b33":{"prop_e46":773,"field_z14":"cat_b","dim_d80":"type_a","dim_l56":["test"]}},"param_h87":{"field_c80":"option_b","prop_v51":418,"dim_d04":"viewer","prop_x79":{"val_p25":141.11,"prop_j60":"phone","dim_s81":"viewer","param_p44":160,"val_c50":"type_b","val_g3... | null_required | {
"type": "object",
"properties": {
"param_l84": {
"type": "string"
},
"param_y78": {
"type": "string"
},
"key_r55": {
"type": "string"
},
"param_w82": {
"type": "string"
},
"val_h37": {
"type": "object",
"properties": {
"attr_b33": {
... | {"param_y78": "hello", "param_w82": "Charlie", "val_h37": {"attr_b33": {"prop_e46": 773, "field_z14": "cat_b", "dim_d80": "type_a", "dim_l56": ["test"]}}, "param_h87": null} | Required field 'param_h87' is null | {"param_y78":"hello","param_w82":"Charlie","val_h37":{"attr_b33":{"prop_e46":773,"field_z14":"cat_b","dim_d80":"type_a","dim_l56":["test"]}},"param_h87":{"field_c80":"option_b","prop_v51":418,"dim_d04":"viewer","prop_x79":{"val_p25":141.11,"prop_j60":"phone","dim_s81":"viewer","param_p44":160,"val_c50":"type_b","val_g3... |
TASK repair_structured_output
SPEC
FIELD col_g09 TYPE string REQUIRED yes
FIELD attr_p02 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_m81 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD val_w77 TYPE string REQUIRED yes
BROKEN_OUTPUT
Pipeline result:
```json
{"col_g09":"S... | {"col_g09":"Santos","attr_p02":"escalated","key_m81":"level_2","val_w77":"chrX"} | markdown_explanation | {
"type": "object",
"properties": {
"col_g09": {
"type": "string"
},
"attr_p02": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_m81": {
"type": "string",
"enum": [
"level_1... | Pipeline result:
```json
{"col_g09":"Santos","attr_p02":"escalated","key_m81":"level_2","val_w77":"chrX"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"col_g09":"Santos","attr_p02":"escalated","key_m81":"level_2","val_w77":"chrX"} |
TASK repair_structured_output
SPEC
FIELD sensor_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD catalyst TYPE string REQUIRED no
FIELD currency TYPE number REQUIRED no
FIELD discount TYPE string REQUIRED yes
FIELD balance TYPE string REQUIRED no
FIELD rating TYPE string REQUIRED no
FIEL... | {"sensor_id":"frameshift","discount":"Hapag-Lloyd-Express","medication":"Paris"} | partial_structure | {
"type": "object",
"properties": {
"sensor_id": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"catalyst": {
"type": "string"
},
"currency": {
"type": "number"
},
"discount": {
"ty... | Result: discount=Hapag-Lloyd-Express, {"sensor_id":"frameshift","discount":"Hapag-Lloyd-Express","medication":"Paris"} | Output mixes natural language with JSON | {"sensor_id":"frameshift","discount":"Hapag-Lloyd-Express","medication":"Paris"} |
TASK repair_structured_output
SPEC
FIELD dim_f97 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD dim_r32 TYPE null REQUIRED no
FIELD key_s23 TYPE null REQUIRED no
FIELD key_n00.col_m30 TYPE string REQUIRED no
FIELD key_n00.param_w30 TYPE string REQUIRED no
FIELD key_n00.col_w36 TYPE null REQUIRED no
FIELD... | {"key_s23":null,"key_n00":{"col_m30":"Charlie","param_w30":"https://example.com","col_w36":null,"field_c96":327},"key_r68":{"val_l00":{"dim_d99":938,"col_z21":"Santos","val_e45":"2022-09-01T22:05:00Z","key_c47":"critical"},"col_x82":"high","param_f42":"https://data.io/v1","param_g28":715.97}} | agent_chain | {
"type": "object",
"properties": {
"dim_f97": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_r32": {
"type": "null"
},
"key_s23": {
"type": "null"
},
"key_n00": {
"type": "object",
"properties": {... | Let me check the system.
Action: get_account
Result: {"key_s23": null, "key_n00": {"col_m30": "Charlie", "param_w30": "https://example.com", "col_w36": null, "field_c96": 327}}
I'll query our database.
Action: fetch_lab_result
Result: | Agent multi-step chain with truncated tool output | {"key_s23":null,"key_n00":{"col_m30":"Charlie","param_w30":"https://example.com","col_w36":null,"field_c96":327},"key_r68":{"val_l00":{"dim_d99":938,"col_z21":"Santos","val_e45":"2022-09-01T22:05:00Z","key_c47":"critical"},"col_x82":"high","param_f42":"https://data.io/v1","param_g28":715.97}} |
TASK repair_structured_output
SPEC
FIELD title.step TYPE string_uri REQUIRED yes
FIELD title.commit_hash TYPE number REQUIRED no
FIELD title.run_id TYPE boolean REQUIRED no
FIELD title.total TYPE string_email REQUIRED no
FIELD title.vital_sign[] TYPE number REQUIRED yes
FIELD title.bill_of_lading[].country TYPE string... | {"section":"RTG-04","manifest_ref":{"frequency_hz":{"cargo_type":"https://api.example.com/v1","transaction_id":"chrX","section":"mode_b"},"procedure_code":{"category":"mode_d","vital_sign":null,"notes":941,"rating":[740,339]},"subtotal":"hello","price":"cat_b"}} | trailing_comma | {
"type": "object",
"properties": {
"title": {
"type": "object",
"properties": {
"step": {
"type": "string",
"format": "uri"
},
"commit_hash": {
"type": "number"
},
"run_id": {
"type": "boolean"
},
"total... | {"section":"RTG-04","manifest_ref":{"frequency_hz":{"cargo_type":"https://api.example.com/v1","transaction_id":"chrX","section":"mode_b",},"procedure_code":{"category":"mode_d","vital_sign":null,"notes":941,"rating":[740,339]},"subtotal":"hello","price":"cat_b"}} | Unexpected trailing comma | {"section":"RTG-04","manifest_ref":{"frequency_hz":{"cargo_type":"https://api.example.com/v1","transaction_id":"chrX","section":"mode_b"},"procedure_code":{"category":"mode_d","vital_sign":null,"notes":941,"rating":[740,339]},"subtotal":"hello","price":"cat_b"}} |
TASK repair_structured_output
SPEC
FIELD attr_i04 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD attr_m45 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_p38 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{"attr_i04":"black","attr_m45":"unstable","... | {"attr_i04":"black","attr_m45":"unstable","col_p38":"coastal"} | truncated_object | {
"type": "object",
"properties": {
"attr_i04": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"attr_m45": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
... | {"attr_i04":"black","attr_m45":"unstable","col_p38":"coastal" | Unexpected end of JSON input — truncated object | {"attr_i04":"black","attr_m45":"unstable","col_p38":"coastal"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE integer REQUIRED no
FIELD priority TYPE string REQUIRED yes
FIELD height TYPE null REQUIRED yes
FIELD coverage[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"quality_score":832,"priority":"2024-06-30","height":null,"coverage":["Alice","Oliveira","test"} | {"quality_score":832,"priority":"2024-06-30","height":null,"coverage":["Alice","Oliveira","test"]} | missing_bracket | {
"type": "object",
"properties": {
"quality_score": {
"type": "integer"
},
"priority": {
"type": "string"
},
"height": {
"type": "null"
},
"coverage": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"coverage",
... | {"quality_score":832,"priority":"2024-06-30","height":null,"coverage":["Alice","Oliveira","test"} | Missing closing bracket | {"quality_score":832,"priority":"2024-06-30","height":null,"coverage":["Alice","Oliveira","test"]} |
TASK repair_structured_output
SPEC
FIELD dim_a01.prop_k48 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD dim_a01.field_o35 TYPE string REQUIRED yes
FIELD dim_a01.col_k26 TYPE integer REQUIRED yes
FIELD dim_a01.prop_z48 TYPE string REQUIRED no
FIELD dim_a01.attr_g87 TYPE string REQUIRED no
FIELD dim_a01... | {"dim_a01":{"prop_k48":"published","field_o35":"https://api.example.com/v1","col_k26":24,"prop_z48":"bar","attr_g87":"MV-Evergreen-01","field_s19":"FWD"},"dim_h55":"demo","prop_l28":953.08} | trailing_comma | {
"type": "object",
"properties": {
"dim_a01": {
"type": "object",
"properties": {
"prop_k48": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"field_o35": {
"type": "string"
... | {"dim_a01":{"prop_k48":"published","field_o35":"https://api.example.com/v1","col_k26":24,"prop_z48":"bar","attr_g87":"MV-Evergreen-01","field_s19":"FWD",},"dim_h55":"demo","prop_l28":953.08} | Unexpected trailing comma | {"dim_a01":{"prop_k48":"published","field_o35":"https://api.example.com/v1","col_k26":24,"prop_z48":"bar","attr_g87":"MV-Evergreen-01","field_s19":"FWD"},"dim_h55":"demo","prop_l28":953.08} |
TASK repair_structured_output
SPEC
FIELD col_h13 TYPE boolean REQUIRED yes
FIELD col_g43 TYPE string REQUIRED no
FIELD field_d89 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD prop_b20 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_d06[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
Tool: book_appo... | {"col_h13":false,"col_g43":"REV","prop_d06":[370,654,9,157]} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_h13": {
"type": "boolean"
},
"col_g43": {
"type": "string"
},
"field_d89": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_b20": {
"type": "string",
"enum": [
"active"... | Tool: book_appointment
Params: {"col_h13": false, "col_g43": "REV", "prop_d06_value": [370, 654, 9, 157]} | Agent used wrong parameter name 'prop_d06_value' instead of 'prop_d06' | {"col_h13":false,"col_g43":"REV","prop_d06":[370,654,9,157]} |
TASK repair_structured_output
SPEC
FIELD key_u73 TYPE integer REQUIRED no
FIELD attr_r21 TYPE boolean REQUIRED no
FIELD key_k41 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'key_k41':978} | {"key_k41":978} | single_quotes | {
"type": "object",
"properties": {
"key_u73": {
"type": "integer"
},
"attr_r21": {
"type": "boolean"
},
"key_k41": {
"type": "integer"
}
},
"required": [
"key_k41"
]
} | {'key_k41':978} | Expecting property name enclosed in double quotes | {"key_k41":978} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string REQUIRED no
FIELD subject.pressure_kpa TYPE string_uri REQUIRED yes
FIELD subject.berth_slot TYPE boolean REQUIRED yes
FIELD subject.updated_at TYPE string_date-time REQUIRED no
FIELD subject.amount TYPE string VALUES draft|published|archived REQUIRED no
FIE... | {"balance":"Berlin","subject":{"pressure_kpa":"https://www.io/data","berth_slot":false,"updated_at":"2022-03-28T16:15:00Z","amount":"archived","phone":"open"},"half_life":988,"paragraph":414,"type":282.43} | truncated_object | {
"type": "object",
"properties": {
"balance": {
"type": "string"
},
"subject": {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"format": "uri"
},
"berth_slot": {
"type": "boolean"
},
"updated... | {"balance":"Berlin","subject":{"pressure_kpa":"https://www.io/data","berth_slot":false,"updated_at":"2022-03-28T16:15:00Z","amount":"archived","phone":"open"},"half_life":988,"paragraph":414,"type":282.43 | Unexpected end of JSON input — truncated object | {"balance":"Berlin","subject":{"pressure_kpa":"https://www.io/data","berth_slot":false,"updated_at":"2022-03-28T16:15:00Z","amount":"archived","phone":"open"},"half_life":988,"paragraph":414,"type":282.43} |
TASK repair_structured_output
SPEC
FIELD param_s94 TYPE number REQUIRED no
FIELD dim_c03 TYPE string REQUIRED no
FIELD attr_j75 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD field_c81.dim_d11 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD field_c81.col_s50 TYPE string VALUES small|medium... | {"param_s94":932.08,"dim_c03":"A short description.","attr_j75":"critical","field_c81":{"dim_d11":"inactive","col_s50":"large","dim_s29":"anchored"}} | extra_field | {
"type": "object",
"properties": {
"param_s94": {
"type": "number"
},
"dim_c03": {
"type": "string"
},
"attr_j75": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_c81": {
"type": "object",
... | {"param_s94": 932.08, "dim_c03": "A short description.", "attr_j75": "critical", "field_c81": {"dim_d11": "inactive", "col_s50": "large", "dim_s29": "anchored"}, "extra_data_7291": true} | Unknown field 'extra_data_7291' not defined in schema | {"param_s94":932.08,"dim_c03":"A short description.","attr_j75":"critical","field_c81":{"dim_d11":"inactive","col_s50":"large","dim_s29":"anchored"}} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD commit_hash TYPE boolean REQUIRED no
FIELD procedure_code TYPE number REQUIRED yes
FIELD account_id TYPE integer REQUIRED yes
FIELD span_id TYPE number REQUIRED yes
FIELD diagnosis_code TYPE string VALUES success... | {"balance":"type_b","commit_hash":true,"procedure_code":530.17,"account_id":81,"span_id":540.84,"total":485.23} | tool_call_partial_args | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"commit_hash": {
"type": "boolean"
},
"procedure_code": {
"type": "number"
},
"account_id": {
"type": "integer"
}... | Let me check the system.
Action: validate_address
Arguments: {"balance": "type_b", "commit_hash": true, "account_id": 81, "span_id": 540.84, "total": 485.23} | Agent tool call missing required parameter 'procedure_code' | {"balance":"type_b","commit_hash":true,"procedure_code":530.17,"account_id":81,"span_id":540.84,"total":485.23} |
TASK repair_structured_output
SPEC
FIELD field_b42.attr_m63.field_t08 TYPE null REQUIRED yes
FIELD field_b42.attr_m63.attr_t02 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_b42.attr_m63.dim_g00 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD field_b42.attr_m63... | {"field_b42":{"attr_m63":{"field_t08":null,"attr_t02":"intermittent","dim_g00":"offline","field_r91":"basic","key_o28":[810.71,182.22,338.56]},"prop_n84":"qux","dim_m84":"info@test.io","prop_d36":790,"val_k06":true},"col_b82":"pending","dim_p62":738,"prop_o96":"REV","dim_z03":"baz","prop_j29":"Oliveira"} | agent_chain | {
"type": "object",
"properties": {
"field_b42": {
"type": "object",
"properties": {
"attr_m63": {
"type": "object",
"properties": {
"field_t08": {
"type": "null"
},
"attr_t02": {
"type": "string",
... | Let me check the system.
Action: calculate_price
Result: {"field_b42": {"attr_m63": {"field_t08": null, "attr_t02": "intermittent", "dim_g00": "offline", "field_r91": "basic", "key_o28": [810.71, 182.22, 338.56]}, "prop_n84": "qux", "dim_m84": "info@test.io", "prop_d36": 790, "val_k06": true}, "col_b82": "pending", "di... | Agent multi-step chain with truncated tool output | {"field_b42":{"attr_m63":{"field_t08":null,"attr_t02":"intermittent","dim_g00":"offline","field_r91":"basic","key_o28":[810.71,182.22,338.56]},"prop_n84":"qux","dim_m84":"info@test.io","prop_d36":790,"val_k06":true},"col_b82":"pending","dim_p62":738,"prop_o96":"REV","dim_z03":"baz","prop_j29":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD param_x89 TYPE number REQUIRED yes
FIELD col_v12 TYPE string REQUIRED no
FIELD key_s33 TYPE boolean REQUIRED no
FIELD param_n29 TYPE boolean REQUIRED no
FIELD val_y58.dim_n65 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD val_y58.prop_r83 TYPE string VALUE... | {"param_x89":734.32,"param_n29":false,"val_y58":{"dim_n65":"intermittent","prop_r83":"delivered","val_e06":"Silva","key_i20":466,"dim_h25":"Oliveira"}} | boolean_as_string | {
"type": "object",
"properties": {
"param_x89": {
"type": "number"
},
"col_v12": {
"type": "string"
},
"key_s33": {
"type": "boolean"
},
"param_n29": {
"type": "boolean"
},
"val_y58": {
"type": "object",
"properties": {
"dim_n65": {
... | {"param_x89": 734.32, "param_n29": "False", "val_y58": {"dim_n65": "intermittent", "prop_r83": "delivered", "val_e06": "Silva", "key_i20": 466, "dim_h25": "Oliveira"}} | Field 'param_n29' must be boolean, got string | {"param_x89":734.32,"param_n29":false,"val_y58":{"dim_n65":"intermittent","prop_r83":"delivered","val_e06":"Silva","key_i20":466,"dim_h25":"Oliveira"}} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE number REQUIRED yes
FIELD lane TYPE number REQUIRED yes
FIELD published.country TYPE boolean REQUIRED yes
FIELD published.address TYPE integer REQUIRED yes
FIELD published.gene_id TYPE number REQUIRED no
FIELD published.timezone TYPE string_email REQUIRED yes
FIE... | {"port_code":519.79,"lane":967.24,"published":{"country":true,"address":610,"timezone":"info@domain.org","manifest_ref":{"index":"chrX","email":815,"status":"test","score":"Hapag-Lloyd-Express"}}} | missing_required | {
"type": "object",
"properties": {
"port_code": {
"type": "number"
},
"lane": {
"type": "number"
},
"published": {
"type": "object",
"properties": {
"country": {
"type": "boolean"
},
"address": {
"type": "integer"
},
... | {"lane": 967.24, "published": {"country": true, "address": 610, "timezone": "info@domain.org", "manifest_ref": {"index": "chrX", "email": 815, "status": "test", "score": "Hapag-Lloyd-Express"}}} | Required field 'port_code' is missing | {"port_code":519.79,"lane":967.24,"published":{"country":true,"address":610,"timezone":"info@domain.org","manifest_ref":{"index":"chrX","email":815,"status":"test","score":"Hapag-Lloyd-Express"}}} |
TASK repair_structured_output
SPEC
FIELD param_n60 TYPE string REQUIRED yes
FIELD param_l46 TYPE boolean REQUIRED yes
FIELD param_f84.dim_h25 TYPE number REQUIRED no
FIELD param_f84.key_n83 TYPE boolean REQUIRED no
FIELD param_f84.attr_m88 TYPE string REQUIRED no
FIELD param_f84.val_p61.field_m04 TYPE string VALUES US... | {"param_n60":"FWD","param_l46":true,"param_f84":{"attr_m88":"RTG-04","val_p61":{"field_m04":"USD","key_t84":"John","field_v10":"hemizygous","field_j47":["Bob","test"]},"param_t98":true},"field_k34":914} | boolean_as_string | {
"type": "object",
"properties": {
"param_n60": {
"type": "string"
},
"param_l46": {
"type": "boolean"
},
"param_f84": {
"type": "object",
"properties": {
"dim_h25": {
"type": "number"
},
"key_n83": {
"type": "boolean"
... | {"param_n60": "FWD", "param_l46": "yes", "param_f84": {"attr_m88": "RTG-04", "val_p61": {"field_m04": "USD", "key_t84": "John", "field_v10": "hemizygous", "field_j47": ["Bob", "test"]}, "param_t98": true}, "field_k34": 914} | Field 'param_l46' must be boolean, got string | {"param_n60":"FWD","param_l46":true,"param_f84":{"attr_m88":"RTG-04","val_p61":{"field_m04":"USD","key_t84":"John","field_v10":"hemizygous","field_j47":["Bob","test"]},"param_t98":true},"field_k34":914} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE integer REQUIRED yes
FIELD transaction_id TYPE string REQUIRED yes
FIELD country.chromosome TYPE integer REQUIRED no
FIELD country.tags TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD country.berth_slot TYPE string VALUES level_1|level_2|level_... | {"wavelength":646,"transaction_id":"world","country":{"chromosome":54,"tags":"mode_d","berth_slot":"level_3","weight":"Jane"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"wavelength": {
"type": "integer"
},
"transaction_id": {
"type": "string"
},
"country": {
"type": "object",
"properties": {
"chromosome": {
"type": "integer"
},
"tags": {
"type": "string",
... | call_variants(wavelength=646, transaction_id='world', country={'chromosome': 54, 'tags': 'mode_d', 'berth_slot': 'level_3', 'weight': 'Jane'}) | Tool call uses Python syntax instead of JSON | {"wavelength":646,"transaction_id":"world","country":{"chromosome":54,"tags":"mode_d","berth_slot":"level_3","weight":"Jane"}} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE number REQUIRED no
FIELD ph_level TYPE string REQUIRED yes
FIELD values TYPE integer REQUIRED yes
FIELD amplitude TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD image_url[] TYPE integer REQUIRED no
BROKEN_OUTPUT
{"reagent": 126.3, "values": 114, ... | {"reagent":126.3,"ph_level":"hello","values":114,"amplitude":"blue"} | missing_required | {
"type": "object",
"properties": {
"reagent": {
"type": "number"
},
"ph_level": {
"type": "string"
},
"values": {
"type": "integer"
},
"amplitude": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white... | {"reagent": 126.3, "values": 114, "amplitude": "blue"} | Required field 'ph_level' is missing | {"reagent":126.3,"ph_level":"hello","values":114,"amplitude":"blue"} |
TASK repair_structured_output
SPEC
FIELD key_a22.param_p18 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD key_a22.dim_d32 TYPE integer REQUIRED yes
FIELD key_a22.prop_q97 TYPE null REQUIRED yes
FIELD key_a22.col_a62 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD key_a22.att... | {"key_a22":{"param_p18":"in_progress","dim_d32":666,"prop_q97":null,"col_a62":"inland","dim_f34":{"param_p82":"ops@example.com","val_h49":324,"val_s18":["high","critical","low"],"key_i23":["info@example.com"]}},"prop_c40":"Bob","prop_m48":"Diana","param_s47":"rejected","dim_i54":{"key_c49":763,"attr_i38":190},"prop_y92... | single_quotes | {
"type": "object",
"properties": {
"key_a22": {
"type": "object",
"properties": {
"param_p18": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_d32": {
... | {'key_a22':{'param_p18':'in_progress','dim_d32':666,'prop_q97':null,'col_a62':'inland','dim_f34':{'param_p82':'ops@example.com','val_h49':324,'val_s18':['high','critical','low'],'key_i23':['info@example.com']}},'prop_c40':'Bob','prop_m48':'Diana','param_s47':'rejected','dim_i54':{'key_c49':763,'attr_i38':190},'prop_y92... | Expecting property name enclosed in double quotes | {"key_a22":{"param_p18":"in_progress","dim_d32":666,"prop_q97":null,"col_a62":"inland","dim_f34":{"param_p82":"ops@example.com","val_h49":324,"val_s18":["high","critical","low"],"key_i23":["info@example.com"]}},"prop_c40":"Bob","prop_m48":"Diana","param_s47":"rejected","dim_i54":{"key_c49":763,"attr_i38":190},"prop_y92... |
TASK repair_structured_output
SPEC
FIELD price TYPE string REQUIRED yes
FIELD nickname TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD half_life TYPE string REQUIRED no
FIELD vessel_name TYPE null REQUIRED no
FIELD step[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
```json
{"price":"John","half_lif... | {"price":"John","half_life":"chr1","vessel_name":null,"step":[false,true,false]} | markdown_fences | {
"type": "object",
"properties": {
"price": {
"type": "string"
},
"nickname": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"half_life": {
"type": "string"
},
"vessel_name": {
"type": "null"
... | ```json
{"price":"John","half_life":"chr1","vessel_name":null,"step":[false,true,false]}
``` | Output contains markdown code fences | {"price":"John","half_life":"chr1","vessel_name":null,"step":[false,true,false]} |
TASK repair_structured_output
SPEC
FIELD prop_s22 TYPE string_date-time REQUIRED no
FIELD dim_e65 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD prop_o03 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_n62 TYPE string REQUIRED yes
FIELD col_s54[] TYPE number REQUIRED yes
FIEL... | {"prop_s22":"2026-06-05T10:32:00Z","dim_e65":"closed","prop_o03":"success","dim_n62":"RTG-04","col_s54":[12.04,80.72,662.93],"dim_p09":[{"dim_f59":"Charlie"},{"dim_e76":"single","dim_f59":"REV"},{"dim_e76":"divorced","dim_f59":"bar"},{"prop_h37":"2026-03-19T23:51:00Z","dim_f59":"test"}]} | partial_structure | {
"type": "object",
"properties": {
"prop_s22": {
"type": "string",
"format": "date-time"
},
"dim_e65": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_o03": {
"type": "string",
"enum":... | The dim_e65 is closed and {"prop_s22":"2026-06-05T10:32:00Z","dim_e65":"closed","prop_o03":"success","dim_n62":"RTG-04","col_s54":[12.04,80.72,662.93],"dim_p09":[{"dim_f59":"Charlie"},{"dim_e76":"single","dim_f59":"REV"},{"dim_e76":"divorced","dim_f59":"bar"},{"prop_h37":"2026-03-19T23:51:00Z","dim_f59":"test"}]} | Output mixes natural language with JSON | {"prop_s22":"2026-06-05T10:32:00Z","dim_e65":"closed","prop_o03":"success","dim_n62":"RTG-04","col_s54":[12.04,80.72,662.93],"dim_p09":[{"dim_f59":"Charlie"},{"dim_e76":"single","dim_f59":"REV"},{"dim_e76":"divorced","dim_f59":"bar"},{"prop_h37":"2026-03-19T23:51:00Z","dim_f59":"test"}]} |
TASK repair_structured_output
SPEC
FIELD size.weight TYPE null REQUIRED no
FIELD size.product_id TYPE integer REQUIRED no
FIELD size.score TYPE string REQUIRED yes
FIELD size.length TYPE integer REQUIRED no
FIELD size.bearing[].section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD size.bearing[].filter_flag... | {"size":{"weight":null,"score":"Charlie","length":299,"bearing":[{"section":"EUR","filter_flag":916}]},"visible":"A short description.","values":"admin","score":"mode_b","berth_slot":"quux","frequency_hz":950,"wavelength":"baz","position":36} | tool_call_partial_args | {
"type": "object",
"properties": {
"size": {
"type": "object",
"properties": {
"weight": {
"type": "null"
},
"product_id": {
"type": "integer"
},
"score": {
"type": "string"
},
"length": {
"type": "integ... | Let me check the system.
Action: calibrate_instrument
Arguments: {"size": {"weight": null, "score": "Charlie", "length": 299, "bearing": [{"section": "EUR", "filter_flag": 916}]}, "visible": "A short description.", "values": "admin", "berth_slot": "quux", "frequency_hz": 950, "wavelength": "baz", "position": 36} | Agent tool call missing required parameter 'score' | {"size":{"weight":null,"score":"Charlie","length":299,"bearing":[{"section":"EUR","filter_flag":916}]},"visible":"A short description.","values":"admin","score":"mode_b","berth_slot":"quux","frequency_hz":950,"wavelength":"baz","position":36} |
TASK repair_structured_output
SPEC
FIELD key_p39 TYPE integer REQUIRED no
FIELD field_s22 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_c00 TYPE string REQUIRED no
FIELD dim_u32 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"key_p39": 608, "prop_c00": "demo", "dim_u32": "528px"} | {"key_p39":608,"prop_c00":"demo","dim_u32":528} | number_with_unit | {
"type": "object",
"properties": {
"key_p39": {
"type": "integer"
},
"field_s22": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_c00": {
"type": "string"
},
"dim_u32": {
"type": "integ... | {"key_p39": 608, "prop_c00": "demo", "dim_u32": "528px"} | Field 'dim_u32' must be number, got string with unit | {"key_p39":608,"prop_c00":"demo","dim_u32":528} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE integer REQUIRED yes
FIELD deploy_target TYPE string REQUIRED no
FIELD due_date TYPE integer REQUIRED no
FIELD consignee TYPE number REQUIRED no
FIELD date.thumbnail TYPE boolean REQUIRED yes
FIELD date.department TYPE integer REQUIRED yes
FIELD date.tile TY... | {"payment_status":181,"deploy_target":"REV","due_date":267,"consignee":533.38,"date":{"thumbnail":false,"department":198,"tile":"intermittent","yield_pct":"critical","conductivity":230.8},"transaction_id":"2026-12-18T15:51:00Z","width":"Paris"} | truncated_object | {
"type": "object",
"properties": {
"payment_status": {
"type": "integer"
},
"deploy_target": {
"type": "string"
},
"due_date": {
"type": "integer"
},
"consignee": {
"type": "number"
},
"date": {
"type": "object",
"properties": {
"thumb... | {"payment_status":181,"deploy_target":"REV","due_date":267,"consignee":533.38,"date":{"thumbnail":false,"department":198,"tile":"intermittent","yield_pct":"critical","conductivity":230.8},"transaction_id":"2026-12-18T15:51:00Z","width":"Paris" | Unexpected end of JSON input — truncated object | {"payment_status":181,"deploy_target":"REV","due_date":267,"consignee":533.38,"date":{"thumbnail":false,"department":198,"tile":"intermittent","yield_pct":"critical","conductivity":230.8},"transaction_id":"2026-12-18T15:51:00Z","width":"Paris"} |
TASK repair_structured_output
SPEC
FIELD key_g09 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD dim_b16 TYPE null REQUIRED no
FIELD key_e97 TYPE boolean REQUIRED no
FIELD dim_y45 TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD param_k33 TYPE string REQUIRED no
FIELD param_o45 TYPE string VALUES cat_a|cat_b|cat_c... | {"key_g09":"mode_a","dim_b16":null,"dim_y45":"cat_b","param_k33":"foo","param_o45":"cat_c","key_l52":"2024-01-15"} | single_quotes | {
"type": "object",
"properties": {
"key_g09": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"dim_b16": {
"type": "null"
},
"key_e97": {
"type": "boolean"
},
"dim_y45": {
"type": "string",
"enum": [
"cat_a",
... | {'key_g09':'mode_a','dim_b16':null,'dim_y45':'cat_b','param_k33':'foo','param_o45':'cat_c','key_l52':'2024-01-15'} | Expecting property name enclosed in double quotes | {"key_g09":"mode_a","dim_b16":null,"dim_y45":"cat_b","param_k33":"foo","param_o45":"cat_c","key_l52":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD website TYPE integer REQUIRED no
FIELD url TYPE integer REQUIRED yes
FIELD feedback TYPE string_date-time REQUIRED no
FIELD freight_class.trace_id TYPE integer REQUIRED no
FIELD freight_class.compound TYPE string_uri REQUIRED yes
FIELD freight_class.vital_sign TYPE string VALUE... | {"url":955,"feedback":"2022-11-26T10:52:00Z","freight_class":{"compound":"https://www.com/data","vital_sign":"success","label":{"credit_score":"active","voltage":858.04,"wavelength":246,"step":365,"transaction_id":null,"account_id":411.47,"port_code":"inactive"}}} | thought_process | {
"type": "object",
"properties": {
"website": {
"type": "integer"
},
"url": {
"type": "integer"
},
"feedback": {
"type": "string",
"format": "date-time"
},
"freight_class": {
"type": "object",
"properties": {
"trace_id": {
"type": "i... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"url":955,"feedback":"2022-11-26T10:52:00Z","freight_class":{"compound":"https://www.com/data","vital_sign":"success","label":{"credit_score":"active","voltage":858.04,"wavelength":246,"step":365,"transaction_id":null,"account_id"... | Output contains chain-of-thought reasoning before JSON | {"url":955,"feedback":"2022-11-26T10:52:00Z","freight_class":{"compound":"https://www.com/data","vital_sign":"success","label":{"credit_score":"active","voltage":858.04,"wavelength":246,"step":365,"transaction_id":null,"account_id":411.47,"port_code":"inactive"}}} |
TASK repair_structured_output
SPEC
FIELD val_n95 TYPE number REQUIRED yes
FIELD dim_e56 TYPE string REQUIRED yes
FIELD attr_c60 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
Tool: create_ticket
Params: {"val_n95": 751.34, "dim_e56_name": "demo"} | {"val_n95":751.34,"dim_e56":"demo"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_n95": {
"type": "number"
},
"dim_e56": {
"type": "string"
},
"attr_c60": {
"type": "string",
"format": "uri"
}
},
"required": [
"val_n95",
"dim_e56"
]
} | Tool: create_ticket
Params: {"val_n95": 751.34, "dim_e56_name": "demo"} | Agent used wrong parameter name 'dim_e56_name' instead of 'dim_e56' | {"val_n95":751.34,"dim_e56":"demo"} |
TASK repair_structured_output
SPEC
FIELD param_s83.prop_g86 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_s83.val_f68 TYPE boolean REQUIRED no
FIELD param_s83.attr_k57 TYPE string REQUIRED no
FIELD param_s83.val_l32[] TYPE string REQUIRED no
FIELD val_a20.val_i59 TYPE integer REQUIRED yes
... | {"param_s83":{"prop_g86":"reliable","val_f68":false,"val_l32":["Sao Paulo"]},"val_a20":{"val_i59":111,"key_r64":"missense","val_a63":592,"param_r58":370.01},"field_w86":"type_c","val_h41":{"val_h04":"push","key_g19":"option_c","val_s35":"2020-09-16T14:28:00Z"},"param_g97":"Maria"} | unquoted_keys | {
"type": "object",
"properties": {
"param_s83": {
"type": "object",
"properties": {
"prop_g86": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"val_f68": {
"type": "boolean... | {param_s83:{prop_g86:"reliable",val_f68:false,val_l32:["Sao Paulo"]},val_a20:{val_i59:111,key_r64:"missense",val_a63:592,param_r58:370.01},field_w86:"type_c",val_h41:{val_h04:"push",key_g19:"option_c",val_s35:"2020-09-16T14:28:00Z"},param_g97:"Maria"} | Expecting property name enclosed in double quotes | {"param_s83":{"prop_g86":"reliable","val_f68":false,"val_l32":["Sao Paulo"]},"val_a20":{"val_i59":111,"key_r64":"missense","val_a63":592,"param_r58":370.01},"field_w86":"type_c","val_h41":{"val_h04":"push","key_g19":"option_c","val_s35":"2020-09-16T14:28:00Z"},"param_g97":"Maria"} |
TASK repair_structured_output
SPEC
FIELD prop_q07 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_a27 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD val_e52 TYPE string VALUES single|married|divorced REQUIRED no
FIELD param_q16 TYPE integer REQUIRED no
FIELD dim_y17 TYPE string ... | {"prop_q07":"pro","val_a27":"cat_e","param_q16":123,"dim_y17":"option_a"} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_q07": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_a27": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_... | <functioncall> process_payment
{prop_q07: "pro", val_a27: "cat_e", param_q16: 123, dim_y17: "option_a"} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_q07":"pro","val_a27":"cat_e","param_q16":123,"dim_y17":"option_a"} |
TASK repair_structured_output
SPEC
FIELD param_g75 TYPE null REQUIRED yes
FIELD dim_t63 TYPE number REQUIRED no
FIELD field_d01[].prop_u18 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD field_d01[].field_h55 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD field_d01[].field... | {"param_g75":null,"dim_t63":917.79,"field_d01":[{"prop_u18":"draft","field_h55":"nonsense","field_c74":"https://www.com/v1"}],"field_g91":["London","demo"]} | thought_process | {
"type": "object",
"properties": {
"param_g75": {
"type": "null"
},
"dim_t63": {
"type": "number"
},
"field_d01": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_u18": {
"type": "string",
"enum": [
... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"param_g75":null,"dim_t63":917.79,"field_d01":[{"prop_u18":"draft","field_h55":"nonsense","field_c74":"https://www.com/v1"}],"field_g91":["London","demo"]} | Output contains chain-of-thought reasoning before JSON | {"param_g75":null,"dim_t63":917.79,"field_d01":[{"prop_u18":"draft","field_h55":"nonsense","field_c74":"https://www.com/v1"}],"field_g91":["London","demo"]} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES success|error|warning|info REQUIRED no
FIELD title TYPE string REQUIRED yes
FIELD timezone TYPE integer REQUIRED no
FIELD tax TYPE string REQUIRED no
FIELD shift_code TYPE string REQUIRED yes
FIELD diagnos... | {"title":"Bob","timezone":202,"shift_code":"RTG-04","terminal_id":"test@example.com"} | markdown_explanation | {
"type": "object",
"properties": {
"dosage": {
"type": "string"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"title": {
"type": "string"
},
"timezone": {
"type": "integ... | Pipeline result:
```json
{"title":"Bob","timezone":202,"shift_code":"RTG-04","terminal_id":"test@example.com"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"title":"Bob","timezone":202,"shift_code":"RTG-04","terminal_id":"test@example.com"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.