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 height TYPE string REQUIRED no
FIELD procedure_code TYPE boolean REQUIRED yes
FIELD shift_code TYPE number REQUIRED yes
FIELD chromosome TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD reagent TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"procedure_code":true,"shift_code":... | {"procedure_code":true,"shift_code":955.82,"chromosome":"cat_c","reagent":970} | truncated_object | {
"type": "object",
"properties": {
"height": {
"type": "string"
},
"procedure_code": {
"type": "boolean"
},
"shift_code": {
"type": "number"
},
"chromosome": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
... | {"procedure_code":true,"shift_code":955.82,"chromosome":"cat_c","reagent":970 | Unexpected end of JSON input — truncated object | {"procedure_code":true,"shift_code":955.82,"chromosome":"cat_c","reagent":970} |
TASK repair_structured_output
SPEC
FIELD param_l20 TYPE null REQUIRED no
FIELD col_u58 TYPE number REQUIRED yes
FIELD col_r86 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD attr_k32.param_l17 TYPE string REQUIRED no
FIELD attr_k32.param_u56 TYPE string_uri REQUIRED yes
FIELD attr_k32.attr_m72 TYPE boolean ... | {"col_u58":327.99,"col_r86":"xl","attr_k32":{"param_l17":"John","param_u56":"https://api.org/data","attr_d34":{"dim_d23":693,"dim_y92":"Jane","dim_c14":"quux"},"col_e62":{"col_c46":"approved","col_i40":164,"attr_d43":"A short description.","field_p92":"email","key_d94":true}},"val_n41":410,"attr_l88":739,"key_a54":"use... | missing_required | {
"type": "object",
"properties": {
"param_l20": {
"type": "null"
},
"col_u58": {
"type": "number"
},
"col_r86": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_k32": {
"type": "object",
"... | {"col_r86": "xl", "attr_k32": {"param_l17": "John", "param_u56": "https://api.org/data", "attr_d34": {"dim_d23": 693, "dim_y92": "Jane", "dim_c14": "quux"}, "col_e62": {"col_c46": "approved", "col_i40": 164, "attr_d43": "A short description.", "field_p92": "email", "key_d94": true}}, "val_n41": 410, "attr_l88": 739, "k... | Required field 'col_u58' is missing | {"col_u58":327.99,"col_r86":"xl","attr_k32":{"param_l17":"John","param_u56":"https://api.org/data","attr_d34":{"dim_d23":693,"dim_y92":"Jane","dim_c14":"quux"},"col_e62":{"col_c46":"approved","col_i40":164,"attr_d43":"A short description.","field_p92":"email","key_d94":true}},"val_n41":410,"attr_l88":739,"key_a54":"use... |
TASK repair_structured_output
SPEC
FIELD fleet_number.amount TYPE integer REQUIRED no
FIELD fleet_number.dosage TYPE null REQUIRED yes
FIELD fleet_number.position TYPE string REQUIRED yes
FIELD catalyst.payment_status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD catalyst.lab_result TYPE integer R... | {"catalyst":{"lab_result":456,"patient_id":"This is a test value."},"build_status":463} | truncated_array | {
"type": "object",
"properties": {
"fleet_number": {
"type": "object",
"properties": {
"amount": {
"type": "integer"
},
"dosage": {
"type": "null"
},
"position": {
"type": "string"
}
},
"required": [
"... | {"catalyst":{"lab_result":456,"patient_id":"This is a test value."},"build_status":463 | Unexpected end of JSON input — truncated object | {"catalyst":{"lab_result":456,"patient_id":"This is a test value."},"build_status":463} |
TASK repair_structured_output
SPEC
FIELD date TYPE integer REQUIRED yes
FIELD footnote TYPE null REQUIRED yes
FIELD account_id TYPE string REQUIRED yes
FIELD frequency_hz TYPE integer REQUIRED no
FIELD phone TYPE integer REQUIRED yes
FIELD updated_at TYPE boolean REQUIRED no
FIELD compound.maturity_date TYPE string VA... | {"date":293,"footnote":null,"account_id":"completed","phone":759,"updated_at":true} | markdown_explanation | {
"type": "object",
"properties": {
"date": {
"type": "integer"
},
"footnote": {
"type": "null"
},
"account_id": {
"type": "string"
},
"frequency_hz": {
"type": "integer"
},
"phone": {
"type": "integer"
},
"updated_at": {
"type": "boole... | Here is the response in the requested format:
```json
{"date":293,"footnote":null,"account_id":"completed","phone":759,"updated_at":true}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"date":293,"footnote":null,"account_id":"completed","phone":759,"updated_at":true} |
TASK repair_structured_output
SPEC
FIELD prop_b14 TYPE integer REQUIRED yes
FIELD val_x49 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD col_i87 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD field_z33.prop_s72 TYPE string_date-time REQUIRED yes
FIELD field_z33.para... | {"prop_b14":808,"val_x49":"option_d","col_i87":"mode_c","prop_t99":"2023-12-25","col_w63":"qux"} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_b14": {
"type": "integer"
},
"val_x49": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"col_i87": {
"type": "string",
"enum": [
... | <functioncall> run_diagnostics
{prop_b14: 808, val_x49: "option_d", col_i87: "mode_c", prop_t99: "2023-12-25", col_w63: "qux"} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_b14":808,"val_x49":"option_d","col_i87":"mode_c","prop_t99":"2023-12-25","col_w63":"qux"} |
TASK repair_structured_output
SPEC
FIELD col_i56.attr_g79 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD col_i56.val_y95 TYPE null REQUIRED yes
FIELD col_i56.dim_s60 TYPE string_date-time REQUIRED yes
FIELD col_i56.dim_y95 TYPE integer REQUIRED no
FIELD col_i56.param_y10 TYPE string VALUES USD|EUR|G... | {"col_i56":{"attr_g79":"type_c","val_y95":null,"dim_s60":"2025-09-07T02:56:00Z","key_i09":"user@domain.org","val_z29":"coastal","key_o88":"2024-01-15"},"field_i90":false,"prop_e28":"mode_a","attr_o77":6,"dim_i45":{"key_d79":240,"prop_l61":837,"param_h83":{"col_x99":null,"attr_k66":"intermittent","col_u43":"critical"}}} | boolean_as_string | {
"type": "object",
"properties": {
"col_i56": {
"type": "object",
"properties": {
"attr_g79": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"val_y95": {
"type"... | {"col_i56": {"attr_g79": "type_c", "val_y95": null, "dim_s60": "2025-09-07T02:56:00Z", "key_i09": "user@domain.org", "val_z29": "coastal", "key_o88": "2024-01-15"}, "field_i90": "no", "prop_e28": "mode_a", "attr_o77": 6, "dim_i45": {"key_d79": 240, "prop_l61": 837, "param_h83": {"col_x99": null, "attr_k66": "intermitte... | Field 'field_i90' must be boolean, got string | {"col_i56":{"attr_g79":"type_c","val_y95":null,"dim_s60":"2025-09-07T02:56:00Z","key_i09":"user@domain.org","val_z29":"coastal","key_o88":"2024-01-15"},"field_i90":false,"prop_e28":"mode_a","attr_o77":6,"dim_i45":{"key_d79":240,"prop_l61":837,"param_h83":{"col_x99":null,"attr_k66":"intermittent","col_u43":"critical"}}} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD size TYPE number REQUIRED yes
FIELD patient_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD status_code TYPE number REQUIRED yes
FIELD items[].label TYPE string REQUIRED ... | {"duration_ms":"maintenance","size":356.16,"patient_id":"enterprise","status_code":746.12,"items":[{"label":"Sao Paulo","visible":74.95,"insurance_id":948.26,"city":"warning"}],"footnote":[{"values":"basic","span_id":"married","phenotype":409,"vital_sign":990.47,"title":41.37,"hazmat_code":"approved"},{"values":"free",... | missing_bracket | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"size": {
"type": "number"
},
"patient_id": {
"type": "string",
"enum": [
"free",
... | {"duration_ms":"maintenance","size":356.16,"patient_id":"enterprise","status_code":746.12,"items":{"label":"Sao Paulo","visible":74.95,"insurance_id":948.26,"city":"warning"}],"footnote":[{"values":"basic","span_id":"married","phenotype":409,"vital_sign":990.47,"title":41.37,"hazmat_code":"approved"},{"values":"free","... | Missing closing bracket | {"duration_ms":"maintenance","size":356.16,"patient_id":"enterprise","status_code":746.12,"items":[{"label":"Sao Paulo","visible":74.95,"insurance_id":948.26,"city":"warning"}],"footnote":[{"values":"basic","span_id":"married","phenotype":409,"vital_sign":990.47,"title":41.37,"hazmat_code":"approved"},{"values":"free",... |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string_date-time REQUIRED no
FIELD pressure_kpa TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD verified TYPE string REQUIRED yes
FIELD catalyst[].insurance_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD catalyst[].rating TYP... | {"quantity":"2025-11-07T08:58:00Z","pressure_kpa":"editor","verified":"MV-Evergreen-01"} | missing_bracket | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"format": "date-time"
},
"pressure_kpa": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"verified": {
"type": "string"
},
"catalyst": {
"t... | {"quantity":"2025-11-07T08:58:00Z","pressure_kpa":"editor","verified":"MV-Evergreen-01"} | Missing closing bracket | {"quantity":"2025-11-07T08:58:00Z","pressure_kpa":"editor","verified":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES option_a|option_b REQUIRED no
FIELD label TYPE integer REQUIRED yes
FIELD quality_score TYPE boolean REQUIRED yes
FIELD amplitude TYPE number REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: lookup_customer
Result: {"ter... | {"terminal_id":"option_b","label":404,"quality_score":false,"amplitude":612.18} | agent_chain | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"label": {
"type": "integer"
},
"quality_score": {
"type": "boolean"
},
"amplitude": {
"type": "number"
}
},
"required"... | I need to look up the information first.
Action: lookup_customer
Result: {"terminal_id": "option_b", "label": 404, "quality_score": false}
I'll query our database.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"terminal_id":"option_b","label":404,"quality_score":false,"amplitude":612.18} |
TASK repair_structured_output
SPEC
FIELD dim_k90.field_z19.param_f24 TYPE null REQUIRED no
FIELD dim_k90.field_z19.prop_o60 TYPE string REQUIRED yes
FIELD dim_k90.field_z19.val_v16 TYPE integer REQUIRED no
FIELD dim_k90.field_z19.attr_p57 TYPE string REQUIRED yes
FIELD dim_k90.field_z19.attr_u43 TYPE integer REQUIRED ... | {"prop_z83":"https://api.io/data","param_p48":"type_c","col_y84":"draft","field_z27":{"param_m79":"2026-10-26T13:46:00Z","attr_z48":false,"key_c16":78}} | agent_chain | {
"type": "object",
"properties": {
"dim_k90": {
"type": "object",
"properties": {
"field_z19": {
"type": "object",
"properties": {
"param_f24": {
"type": "null"
},
"prop_o60": {
"type": "string"
... | Let me check the system.
Action: calculate_docking_fee
Result: {"prop_z83": "https://api.io/data", "param_p48": "type_c", "col_y84": "draft"}
I'll query our database.
Action: send_email
Result: | Agent multi-step chain with truncated tool output | {"prop_z83":"https://api.io/data","param_p48":"type_c","col_y84":"draft","field_z27":{"param_m79":"2026-10-26T13:46:00Z","attr_z48":false,"key_c16":78}} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE string REQUIRED no
FIELD diagnosis_code TYPE string REQUIRED no
FIELD quantity TYPE string VALUES active|inactive|pending REQUIRED no
FIELD visible TYPE null REQUIRED no
FIELD bed_number TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD b... | {"quantity":"pending","bed_number":"missense","branch":203,"id":"option_a"} | null_required | {
"type": "object",
"properties": {
"chapter": {
"type": "string"
},
"diagnosis_code": {
"type": "string"
},
"quantity": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"visible": {
"type": "null"
},
"... | {"quantity": "pending", "bed_number": "missense", "branch": 203, "id": null} | Required field 'id' is null | {"quantity":"pending","bed_number":"missense","branch":203,"id":"option_a"} |
TASK repair_structured_output
SPEC
FIELD prop_n20 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_x77 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_a57 TYPE string VALUES small|medium|large|xl REQUIRED yes
BROKEN_OUTPUT
"prop_n20":"BRL","param_x77":"success","param_a57":"large"... | {"prop_n20":"BRL","param_x77":"success","param_a57":"large"} | missing_brace | {
"type": "object",
"properties": {
"prop_n20": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_x77": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | "prop_n20":"BRL","param_x77":"success","param_a57":"large"} | Missing closing brace | {"prop_n20":"BRL","param_x77":"success","param_a57":"large"} |
TASK repair_structured_output
SPEC
FIELD rating.lane TYPE number REQUIRED no
FIELD rating.width TYPE string_email REQUIRED no
FIELD rating.shift_code.voltage TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD rating.shift_code.label TYPE string VALUES type_a|type_b|type_c|type_d|type_... | {"rating":{"lane":606.55,"width":"user@test.io","shift_code":{"label":"type_a","gene_id":"black","yield_pct":"New York"},"chapter":"level_1","frequency_hz":304.0,"umi":52,"currency":"mode_d"},"patient_id":null,"aligned_pct":"option_c"} | extra_field | {
"type": "object",
"properties": {
"rating": {
"type": "object",
"properties": {
"lane": {
"type": "number"
},
"width": {
"type": "string",
"format": "email"
},
"shift_code": {
"type": "object",
"properties": ... | {"rating": {"lane": 606.55, "width": "user@test.io", "shift_code": {"label": "type_a", "gene_id": "black", "yield_pct": "New York"}, "chapter": "level_1", "frequency_hz": 304.0, "umi": 52, "currency": "mode_d"}, "patient_id": null, "aligned_pct": "option_c", "extra_field_2239": 42} | Unknown field 'extra_field_2239' not defined in schema | {"rating":{"lane":606.55,"width":"user@test.io","shift_code":{"label":"type_a","gene_id":"black","yield_pct":"New York"},"chapter":"level_1","frequency_hz":304.0,"umi":52,"currency":"mode_d"},"patient_id":null,"aligned_pct":"option_c"} |
TASK repair_structured_output
SPEC
FIELD height TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD id.yield_pct TYPE null REQUIRED no
FIELD id.height TYPE boolean REQUIRED no
FIELD id.sensor_id TYPE string_email REQUIRED yes
FIELD name TYPE string REQUIRED yes
FIELD shift_code TYPE string REQUIRED no
FIELD dosa... | {"height":"admin","id":{"yield_pct":null,"height":false,"sensor_id":"info@test.io"},"name":"Sao Paulo","shift_code":"test","dosage":"New York","organism":true} | unquoted_keys | {
"type": "object",
"properties": {
"height": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"id": {
"type": "object",
"properties": {
"yield_pct": {
"type": "null"
},
"height": {
"type": "b... | {height:"admin",id:{yield_pct:null,height:false,sensor_id:"info@test.io"},name:"Sao Paulo",shift_code:"test",dosage:"New York",organism:true} | Expecting property name enclosed in double quotes | {"height":"admin","id":{"yield_pct":null,"height":false,"sensor_id":"info@test.io"},"name":"Sao Paulo","shift_code":"test","dosage":"New York","organism":true} |
TASK repair_structured_output
SPEC
FIELD key_y56 TYPE string REQUIRED yes
FIELD param_w94 TYPE string REQUIRED yes
FIELD col_n51 TYPE boolean REQUIRED no
BROKEN_OUTPUT
```json
{"key_y56":"cancelled","param_w94":"Sao Paulo","col_n51":false}
``` | {"key_y56":"cancelled","param_w94":"Sao Paulo","col_n51":false} | markdown_fences | {
"type": "object",
"properties": {
"key_y56": {
"type": "string"
},
"param_w94": {
"type": "string"
},
"col_n51": {
"type": "boolean"
}
},
"required": [
"param_w94",
"key_y56"
]
} | ```json
{"key_y56":"cancelled","param_w94":"Sao Paulo","col_n51":false}
``` | Output contains markdown code fences | {"key_y56":"cancelled","param_w94":"Sao Paulo","col_n51":false} |
TASK repair_structured_output
SPEC
FIELD param_i14 TYPE integer REQUIRED no
FIELD col_p24 TYPE null REQUIRED no
FIELD dim_u98 TYPE integer REQUIRED no
FIELD attr_c34 TYPE number REQUIRED yes
FIELD key_y79 TYPE string REQUIRED no
FIELD prop_b45 TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"attr_c34":134.83,"key_y79... | {"attr_c34":134.83,"key_y79":"FWD","prop_b45":917.02} | markdown_fences | {
"type": "object",
"properties": {
"param_i14": {
"type": "integer"
},
"col_p24": {
"type": "null"
},
"dim_u98": {
"type": "integer"
},
"attr_c34": {
"type": "number"
},
"key_y79": {
"type": "string"
},
"prop_b45": {
"type": "number"
... | ```json
{"attr_c34":134.83,"key_y79":"FWD","prop_b45":917.02}
``` | Output contains markdown code fences | {"attr_c34":134.83,"key_y79":"FWD","prop_b45":917.02} |
TASK repair_structured_output
SPEC
FIELD attr_h79 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD param_s29 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD prop_m44 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD col_s37 TYPE number REQUIRED no
BROKEN_OUTPUT
Pro... | {"attr_h79":"published","param_s29":"info","prop_m44":"homozygous","col_s37":386.98} | thought_process | {
"type": "object",
"properties": {
"attr_h79": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_s29": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"p... | Processing the request now.
I'll validate against the schema.
{"attr_h79":"published","param_s29":"info","prop_m44":"homozygous","col_s37":386.98} | Output contains chain-of-thought reasoning before JSON | {"attr_h79":"published","param_s29":"info","prop_m44":"homozygous","col_s37":386.98} |
TASK repair_structured_output
SPEC
FIELD version TYPE string_uri REQUIRED no
FIELD strand TYPE integer REQUIRED no
FIELD transaction_id TYPE string_date-time REQUIRED yes
FIELD paragraph TYPE string REQUIRED no
FIELD published TYPE integer REQUIRED no
BROKEN_OUTPUT
{"version":"https://data.org/api","strand":281,"tran... | {"version":"https://data.org/api","strand":281,"transaction_id":"2024-08-02T22:26:00Z","paragraph":"PASS","published":855} | truncated_array | {
"type": "object",
"properties": {
"version": {
"type": "string",
"format": "uri"
},
"strand": {
"type": "integer"
},
"transaction_id": {
"type": "string",
"format": "date-time"
},
"paragraph": {
"type": "string"
},
"published": {
"type"... | {"version":"https://data.org/api","strand":281,"transaction_id":"2024-08-02T22:26:00Z","paragraph":"PASS","published":855 | Unexpected end of JSON input — truncated object | {"version":"https://data.org/api","strand":281,"transaction_id":"2024-08-02T22:26:00Z","paragraph":"PASS","published":855} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE boolean REQUIRED yes
FIELD name TYPE integer REQUIRED no
FIELD velocity TYPE integer REQUIRED yes
FIELD status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD shift_code.features TYPE string_email REQUIRED yes
FIELD shift_code.start_date T... | {"shipping":true,"name":301,"velocity":952} | partial_structure | {
"type": "object",
"properties": {
"shipping": {
"type": "boolean"
},
"name": {
"type": "integer"
},
"velocity": {
"type": "integer"
},
"status": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_... | Result: shipping=True, {"shipping":true,"name":301,"velocity":952} | Output mixes natural language with JSON | {"shipping":true,"name":301,"velocity":952} |
TASK repair_structured_output
SPEC
FIELD val_b37 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD key_q24 TYPE integer REQUIRED yes
FIELD attr_k04 TYPE null REQUIRED no
FIELD dim_v70 TYPE string REQUIRED yes
FIELD prop_m81 TYPE boolean REQUIRED no
FIELD field_p46 TYPE null REQUIRED no
FIELD param_t35 TYPE s... | {"val_b37":"xl","key_q24":228,"attr_k04":null,"dim_v70":"user@domain.com","prop_m81":false,"field_p46":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_b37": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_q24": {
"type": "integer"
},
"attr_k04": {
"type": "null"
},
"dim_v70": {
"type": "string"
},
... | Tool: align_reads
Params: {"val_b37": "xl", "key_q24": 228, "attr_k04": null, "prop_m81": false, "field_p46": null, "dim_v70_value": "user@domain.com"} | Agent used wrong parameter name 'dim_v70_value' instead of 'dim_v70' | {"val_b37":"xl","key_q24":228,"attr_k04":null,"dim_v70":"user@domain.com","prop_m81":false,"field_p46":null} |
TASK repair_structured_output
SPEC
FIELD lane TYPE integer REQUIRED yes
FIELD priority.enabled TYPE null REQUIRED no
FIELD priority.size TYPE null REQUIRED yes
FIELD priority.hazmat_code TYPE string REQUIRED no
FIELD priority.total TYPE string REQUIRED no
FIELD priority.tax TYPE number REQUIRED yes
FIELD priority.stat... | {"lane":746,"section":"sample","lab_result":true,"order_id":{"cargo_type":"underway","created_at":"Paris","priority":"option_a"}} | agent_chain | {
"type": "object",
"properties": {
"lane": {
"type": "integer"
},
"priority": {
"type": "object",
"properties": {
"enabled": {
"type": "null"
},
"size": {
"type": "null"
},
"hazmat_code": {
"type": "string"
... | I need to look up the information first.
Action: call_variants
Result: {"section": "sample", "lab_result": true, "order_id": {"cargo_type": "underway", "created_at": "Paris", "priority": "option_a"}}
Processing the request now.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"lane":746,"section":"sample","lab_result":true,"order_id":{"cargo_type":"underway","created_at":"Paris","priority":"option_a"}} |
TASK repair_structured_output
SPEC
FIELD field_g44 TYPE integer REQUIRED yes
FIELD param_t94 TYPE number REQUIRED no
FIELD dim_n97 TYPE string_uri REQUIRED no
FIELD key_t16 TYPE string REQUIRED yes
FIELD attr_e17 TYPE string_email REQUIRED yes
FIELD key_r80.col_f41 TYPE string REQUIRED no
FIELD key_r80.dim_m34 TYPE st... | {"field_g44":395,"param_t94":95.67,"dim_n97":"https://data.com/api","key_t16":"Maria","attr_e17":"user@test.io","key_r80":{"col_f41":"cancelled","dim_m34":"https://api.com/v1","field_e50":{"prop_c90":null,"field_w81":"degraded","attr_o14":"2025-11-16T13:46:00Z","val_l83":"xl"},"dim_x90":"error","val_a04":"completed"},"... | missing_required | {
"type": "object",
"properties": {
"field_g44": {
"type": "integer"
},
"param_t94": {
"type": "number"
},
"dim_n97": {
"type": "string",
"format": "uri"
},
"key_t16": {
"type": "string"
},
"attr_e17": {
"type": "string",
"format": "email... | {"param_t94": 95.67, "dim_n97": "https://data.com/api", "key_t16": "Maria", "attr_e17": "user@test.io", "key_r80": {"col_f41": "cancelled", "dim_m34": "https://api.com/v1", "field_e50": {"prop_c90": null, "field_w81": "degraded", "attr_o14": "2025-11-16T13:46:00Z", "val_l83": "xl"}, "dim_x90": "error", "val_a04": "comp... | Required field 'field_g44' is missing | {"field_g44":395,"param_t94":95.67,"dim_n97":"https://data.com/api","key_t16":"Maria","attr_e17":"user@test.io","key_r80":{"col_f41":"cancelled","dim_m34":"https://api.com/v1","field_e50":{"prop_c90":null,"field_w81":"degraded","attr_o14":"2025-11-16T13:46:00Z","val_l83":"xl"},"dim_x90":"error","val_a04":"completed"},"... |
TASK repair_structured_output
SPEC
FIELD dim_a45 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD attr_v28 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD dim_f63[] TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"attr_v28": null, "dim_f63": [false, false]} | {"attr_v28":"mode_b","dim_f63":[false,false]} | null_required | {
"type": "object",
"properties": {
"dim_a45": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
"attr_v28": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"dim_f63": {
"type": "array",
... | {"attr_v28": null, "dim_f63": [false, false]} | Required field 'attr_v28' is null | {"attr_v28":"mode_b","dim_f63":[false,false]} |
TASK repair_structured_output
SPEC
FIELD state TYPE number REQUIRED yes
FIELD log_level TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD umi TYPE string_uri REQUIRED yes
FIELD values TYPE string_uri REQUIRED no
FIELD description TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD commit_hash T... | {"state":965.94,"log_level":"JPY","umi":"https://data.com/api","values":"https://api.com/api","description":"intermittent","commit_hash":268.3,"comments":282} | single_quotes | {
"type": "object",
"properties": {
"state": {
"type": "number"
},
"log_level": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"umi": {
"type": "string",
"format": "uri"
},
"values": {
... | {'state':965.94,'log_level':'JPY','umi':'https://data.com/api','values':'https://api.com/api','description':'intermittent','commit_hash':268.3,'comments':282} | Expecting property name enclosed in double quotes | {"state":965.94,"log_level":"JPY","umi":"https://data.com/api","values":"https://api.com/api","description":"intermittent","commit_hash":268.3,"comments":282} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE integer REQUIRED no
FIELD features.state TYPE string VALUES type_a|type_b REQUIRED yes
FIELD features.crew_id TYPE boolean REQUIRED no
FIELD features.aligned_pct TYPE null REQUIRED no
FIELD features.diagnosis_code.build_status TYPE string REQUIRED no
FIELD featur... | {"last_name":470,"features":{"state":"type_b","crew_id":true,"diagnosis_code":{"build_status":"bar","decay_rate":null,"current_draw":true,"phenotype":null,"bill_of_lading":true},"velocity":"intermittent","manifest_ref":"Tokyo","description":"Diana"},"price":"cat_b","procedure_code":"test","maturity_date":true} | boolean_as_string | {
"type": "object",
"properties": {
"last_name": {
"type": "integer"
},
"features": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"crew_id": {
"t... | {"last_name": 470, "features": {"state": "type_b", "crew_id": true, "diagnosis_code": {"build_status": "bar", "decay_rate": null, "current_draw": true, "phenotype": null, "bill_of_lading": true}, "velocity": "intermittent", "manifest_ref": "Tokyo", "description": "Diana"}, "price": "cat_b", "procedure_code": "test", "m... | Field 'maturity_date' must be boolean, got string | {"last_name":470,"features":{"state":"type_b","crew_id":true,"diagnosis_code":{"build_status":"bar","decay_rate":null,"current_draw":true,"phenotype":null,"bill_of_lading":true},"velocity":"intermittent","manifest_ref":"Tokyo","description":"Diana"},"price":"cat_b","procedure_code":"test","maturity_date":true} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD subject TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD values TYPE integer REQUIRED no
FIELD reagent TYPE null REQUIRED no
FIELD cargo_type TYPE string REQUIRED... | {"dissolved_oxygen":"arctic","cargo_type":"Jane","batch_code":"xl","age":"test"} | tool_call_bad_format | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"subject": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | <functioncall> schedule_meeting
{dissolved_oxygen: "arctic", cargo_type: "Jane", batch_code: "xl", age: "test"} | Tool call has malformed arguments — unquoted keys in function parameters | {"dissolved_oxygen":"arctic","cargo_type":"Jane","batch_code":"xl","age":"test"} |
TASK repair_structured_output
SPEC
FIELD dim_y25 TYPE string REQUIRED no
FIELD col_s90 TYPE number REQUIRED yes
FIELD param_q56 TYPE integer REQUIRED no
FIELD prop_j86 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_x46 TYPE boolean REQUIRED no
FIELD val_m60 TYPE integer REQUIRED no
FIELD k... | {"col_s90":946.19,"param_q56":896,"prop_j86":"heterozygous","val_x46":false,"val_m60":319,"key_h85":150,"val_u97":"Silva"} | truncated_object | {
"type": "object",
"properties": {
"dim_y25": {
"type": "string"
},
"col_s90": {
"type": "number"
},
"param_q56": {
"type": "integer"
},
"prop_j86": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | {"col_s90":946.19,"param_q56":896,"prop_j86":"heterozygous","val_x46":false,"val_m60":319,"key_h85":150,"val_u97":"Silva" | Unexpected end of JSON input — truncated object | {"col_s90":946.19,"param_q56":896,"prop_j86":"heterozygous","val_x46":false,"val_m60":319,"key_h85":150,"val_u97":"Silva"} |
TASK repair_structured_output
SPEC
FIELD field_p17 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_k06 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD dim_p13 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="read_sensor_array">
{"field_p17":"open","di... | {"field_p17":"open","dim_k06":"type_a","dim_p13":131} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_p17": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_k06": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"dim_p13": {
... | Processing the request now.
<tool_call name="read_sensor_array">
{"field_p17":"open","dim_k06":"type_a","dim_p13":131}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"field_p17":"open","dim_k06":"type_a","dim_p13":131} |
TASK repair_structured_output
SPEC
FIELD name TYPE number REQUIRED no
FIELD build_status TYPE string REQUIRED no
FIELD balance.zip_code TYPE integer REQUIRED yes
FIELD balance.account_id TYPE string VALUES single|married|divorced REQUIRED yes
FIELD balance.invoice_id TYPE string VALUES operational|degraded|offline|mai... | {"name":320.08,"build_status":"foo","balance":{"zip_code":601,"account_id":"married","invoice_id":"operational","strand":676,"temp_celsius":"https://api.com/v1"},"lab_result":"RTG-04","tile":{"published":"operational","company":"A short description.","gene_id":"https://example.com/data","medication":{"procedure_code":"... | partial_structure | {
"type": "object",
"properties": {
"name": {
"type": "number"
},
"build_status": {
"type": "string"
},
"balance": {
"type": "object",
"properties": {
"zip_code": {
"type": "integer"
},
"account_id": {
"type": "string",
... | The lab_result is RTG-04 and {"name":320.08,"build_status":"foo","balance":{"zip_code":601,"account_id":"married","invoice_id":"operational","strand":676,"temp_celsius":"https://api.com/v1"},"lab_result":"RTG-04","tile":{"published":"operational","company":"A short description.","gene_id":"https://example.com/data","me... | Output mixes natural language with JSON | {"name":320.08,"build_status":"foo","balance":{"zip_code":601,"account_id":"married","invoice_id":"operational","strand":676,"temp_celsius":"https://api.com/v1"},"lab_result":"RTG-04","tile":{"published":"operational","company":"A short description.","gene_id":"https://example.com/data","medication":{"procedure_code":"... |
TASK repair_structured_output
SPEC
FIELD attr_w35 TYPE string REQUIRED no
FIELD col_e51 TYPE string REQUIRED no
FIELD val_l57 TYPE string REQUIRED yes
FIELD val_q13 TYPE null REQUIRED no
FIELD prop_y13.field_d05 TYPE integer REQUIRED yes
FIELD prop_y13.param_x25 TYPE string VALUES berthed|anchored|underway|moored REQU... | {"attr_w35":"foo","col_e51":"Sao Paulo","val_l57":"quux","val_q13":null,"prop_y13":{"field_d05":552,"key_e46":{"param_e85":"heterozygous","val_x01":true,"field_w76":"viewer","val_p77":"Hapag-Lloyd-Express","val_f61":"London"},"field_k81":{"dim_r19":"active","field_z06":false,"key_x78":["delivered"]}},"attr_e92":"Johnso... | truncated_object | {
"type": "object",
"properties": {
"attr_w35": {
"type": "string"
},
"col_e51": {
"type": "string"
},
"val_l57": {
"type": "string"
},
"val_q13": {
"type": "null"
},
"prop_y13": {
"type": "object",
"properties": {
"field_d05": {
... | {"attr_w35":"foo","col_e51":"Sao Paulo","val_l57":"quux","val_q13":null,"prop_y13":{"field_d05":552,"key_e46":{"param_e85":"heterozygous","val_x01":true,"field_w76":"viewer","val_p77":"Hapag-Lloyd-Express","val_f61":"London"},"field_k81":{"dim_r19":"active","field_z06":false,"key_x78":["delivered"]}},"attr_e92":"Johnso... | Unexpected end of JSON input — truncated object | {"attr_w35":"foo","col_e51":"Sao Paulo","val_l57":"quux","val_q13":null,"prop_y13":{"field_d05":552,"key_e46":{"param_e85":"heterozygous","val_x01":true,"field_w76":"viewer","val_p77":"Hapag-Lloyd-Express","val_f61":"London"},"field_k81":{"dim_r19":"active","field_z06":false,"key_x78":["delivered"]}},"attr_e92":"Johnso... |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD port_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD due_date TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD dissolved_oxygen TYPE nu... | {"port_code":"cat_e","due_date":"level_3","visible":421} | missing_bracket | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"port_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"... | {"port_code":"cat_e","due_date":"level_3","visible":421} | Missing closing bracket | {"port_code":"cat_e","due_date":"level_3","visible":421} |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE boolean REQUIRED no
FIELD last_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD current_draw TYPE integer REQUIRED no
FIELD bed_number.compound TYPE string VALUES single|married|divorced REQUIRED no
FIELD bed_number.gene_id TYPE string REQUIRED no... | {"vessel_name":false,"last_name":"USD","current_draw":918,"bed_number":{"compound":"single","tile":58,"organism":539,"subject":{"annotation":"escalated","vital_sign":"active","quantity":"coastal","temp_celsius":false},"address":"John"},"height":"in_progress"} | tool_call_partial_args | {
"type": "object",
"properties": {
"vessel_name": {
"type": "boolean"
},
"last_name": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"current_draw": {
"type": "integer"
},
"bed_number": {
"... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"vessel_name": false, "current_draw": 918, "bed_number": {"compound": "single", "tile": 58, "organism": 539, "subject": {"annotation": "escalated", "vital_sign": "active", "quantity": "coastal", "temp_celsius": false}, "address": "John"}, "he... | Agent tool call missing required parameter 'last_name' | {"vessel_name":false,"last_name":"USD","current_draw":918,"bed_number":{"compound":"single","tile":58,"organism":539,"subject":{"annotation":"escalated","vital_sign":"active","quantity":"coastal","temp_celsius":false},"address":"John"},"height":"in_progress"} |
TASK repair_structured_output
SPEC
FIELD dim_u74 TYPE number REQUIRED no
FIELD dim_u64 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD prop_o68 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD param_d92 TYPE string REQUIRED yes
FIELD prop_i76 TYPE string REQUIRED no... | {"dim_u74":94.72,"dim_u64":"option_a","prop_o68":"reliable","param_d92":"Johnson","prop_i76":"Santos","prop_s09":384.19,"key_i86":534,"val_v35":680} | extra_text_after | {
"type": "object",
"properties": {
"dim_u74": {
"type": "number"
},
"dim_u64": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"prop_o68": {
"type": "string",
"enum": [
... | {"dim_u74":94.72,"dim_u64":"option_a","prop_o68":"reliable","param_d92":"Johnson","prop_i76":"Santos","prop_s09":384.19,"key_i86":534,"val_v35":680}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"dim_u74":94.72,"dim_u64":"option_a","prop_o68":"reliable","param_d92":"Johnson","prop_i76":"Santos","prop_s09":384.19,"key_i86":534,"val_v35":680} |
TASK repair_structured_output
SPEC
FIELD dim_k45 TYPE string REQUIRED no
FIELD val_e42 TYPE boolean REQUIRED no
FIELD param_y16 TYPE string REQUIRED yes
FIELD field_o85 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD field_i29 TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
{dim_k4... | {"dim_k45":"Diana","val_e42":true,"param_y16":"Diana","field_o85":"pending","field_i29":"critical"} | unquoted_keys | {
"type": "object",
"properties": {
"dim_k45": {
"type": "string"
},
"val_e42": {
"type": "boolean"
},
"param_y16": {
"type": "string"
},
"field_o85": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"f... | {dim_k45:"Diana",val_e42:true,param_y16:"Diana",field_o85:"pending",field_i29:"critical"} | Expecting property name enclosed in double quotes | {"dim_k45":"Diana","val_e42":true,"param_y16":"Diana","field_o85":"pending","field_i29":"critical"} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD total TYPE integer REQUIRED yes
FIELD vessel_name.collateral TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD vessel_name.port_code TYPE string REQUIRED no
FIELD vessel_name.invoice_id T... | {"category":"option_b","total":462,"vessel_name":{"collateral":"mode_c","invoice_id":"level_1","visible":"JPY"}} | partial_structure | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"total": {
"type": "integer"
},
"vessel_name": {
"type": "object",
"properties": {
"collat... | Result: total=462, {"category":"option_b","total":462,"vessel_name":{"collateral":"mode_c","invoice_id":"level_1","visible":"JPY"}} | Output mixes natural language with JSON | {"category":"option_b","total":462,"vessel_name":{"collateral":"mode_c","invoice_id":"level_1","visible":"JPY"}} |
TASK repair_structured_output
SPEC
FIELD prop_m83 TYPE number REQUIRED no
FIELD param_x91 TYPE boolean REQUIRED no
FIELD field_s35.dim_a83 TYPE string REQUIRED yes
FIELD field_s35.val_c75 TYPE number REQUIRED yes
FIELD field_s35.param_l40 TYPE string REQUIRED no
FIELD field_s35.val_j96.param_k72 TYPE string REQUIRED y... | {"prop_m83":278.59,"param_x91":true,"field_s35":{"dim_a83":"GRCh38","val_c75":340.46,"param_l40":"RTG-04","val_j96":{"param_k72":"A short description.","val_z16":"level_1","col_d31":"https://example.com"}},"val_l03":931.56,"val_p03":"anchored"} | extra_field | {
"type": "object",
"properties": {
"prop_m83": {
"type": "number"
},
"param_x91": {
"type": "boolean"
},
"field_s35": {
"type": "object",
"properties": {
"dim_a83": {
"type": "string"
},
"val_c75": {
"type": "number"
},... | {"prop_m83": 278.59, "param_x91": true, "field_s35": {"dim_a83": "GRCh38", "val_c75": 340.46, "param_l40": "RTG-04", "val_j96": {"param_k72": "A short description.", "val_z16": "level_1", "col_d31": "https://example.com"}}, "val_l03": 931.56, "val_p03": "anchored", "extra_info_8869": "unexpected"} | Unknown field 'extra_info_8869' not defined in schema | {"prop_m83":278.59,"param_x91":true,"field_s35":{"dim_a83":"GRCh38","val_c75":340.46,"param_l40":"RTG-04","val_j96":{"param_k72":"A short description.","val_z16":"level_1","col_d31":"https://example.com"}},"val_l03":931.56,"val_p03":"anchored"} |
TASK repair_structured_output
SPEC
FIELD prop_b40 TYPE string REQUIRED no
FIELD prop_i33 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_z54[] TYPE string_date-time REQUIRED no
FIELD dim_a28[].attr_e77 TYPE string_uri REQUIRED no
FIELD dim_a28[].attr_p89 TYPE string VALUES new|in_tra... | {"prop_i33":"degraded","dim_a28":[{"attr_e77":"https://data.org/v1","attr_p89":"returned","dim_n78":"large","prop_n18":"Maria","field_i60":[184,711]},{"attr_e77":"https://data.org/v1","attr_p89":"new","dim_n78":"small","prop_n18":"Jane","field_i60":[243]}]} | missing_required | {
"type": "object",
"properties": {
"prop_b40": {
"type": "string"
},
"prop_i33": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"prop_z54": {
"type": "array",
"items": {
"type": "... | {"prop_i33": "degraded"} | Required field 'dim_a28' is missing | {"prop_i33":"degraded","dim_a28":[{"attr_e77":"https://data.org/v1","attr_p89":"returned","dim_n78":"large","prop_n18":"Maria","field_i60":[184,711]},{"attr_e77":"https://data.org/v1","attr_p89":"new","dim_n78":"small","prop_n18":"Jane","field_i60":[243]}]} |
TASK repair_structured_output
SPEC
FIELD full_name.credit_score TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD full_name.amount TYPE string REQUIRED yes
FIELD full_name.decay_rate[] TYPE integer REQUIRED no
FIELD commit_hash TYPE string VALUES single|married|divorced REQUIRED yes
FIELD gene_id TYPE intege... | {"full_name":{"credit_score":"large","amount":"Santos","decay_rate":[102,773]},"commit_hash":"single","gene_id":377} | partial_structure | {
"type": "object",
"properties": {
"full_name": {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"amount": {
"type":... | The full_name is {'credit_score': 'large', 'amount': 'Santos', 'decay_rate': [102, 773]} and {"full_name":{"credit_score":"large","amount":"Santos","decay_rate":[102,773]},"commit_hash":"single","gene_id":377} | Output mixes natural language with JSON | {"full_name":{"credit_score":"large","amount":"Santos","decay_rate":[102,773]},"commit_hash":"single","gene_id":377} |
TASK repair_structured_output
SPEC
FIELD col_h33 TYPE integer REQUIRED no
FIELD param_t97 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_e92 TYPE string REQUIRED no
FIELD col_u79 TYPE string_email REQUIRED yes
FIELD key_x41 TYPE string_email REQUIRED no
FIELD dim_s11 TYPE string REQUIRED yes
FIELD key_c... | {"param_t97":"GBP","key_e92":"QC-07","col_u79":"info@domain.org","key_x41":"test@domain.org","dim_s11":"Diana","key_c08":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_h33": {
"type": "integer"
},
"param_t97": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_e92": {
"type": "string"
},
"col_u79": {
"type": "strin... | <functioncall> check_cargo_manifest
{param_t97: "GBP", key_e92: "QC-07", col_u79: "info@domain.org", key_x41: "test@domain.org", dim_s11: "Diana", key_c08: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_t97":"GBP","key_e92":"QC-07","col_u79":"info@domain.org","key_x41":"test@domain.org","dim_s11":"Diana","key_c08":false} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string REQUIRED yes
FIELD duration_ms TYPE null REQUIRED yes
FIELD pressure_kpa.dosage TYPE null REQUIRED yes
FIELD pressure_kpa.latitude TYPE string_email REQUIRED no
FIELD pressure_kpa.phone.url TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
F... | {"trace_id":"GRCh38","duration_ms":null,"pressure_kpa":{"dosage":null,"phone":{"url":"homozygous","first_name":"cat_b","product_id":"user@example.com","longitude":"level_5","chromosome":432,"nickname":"quux"},"consignee":{"yield_pct":439,"zip_code":"type_d","lab_result":false}}} | markdown_explanation | {
"type": "object",
"properties": {
"trace_id": {
"type": "string"
},
"duration_ms": {
"type": "null"
},
"pressure_kpa": {
"type": "object",
"properties": {
"dosage": {
"type": "null"
},
"latitude": {
"type": "string",
... | The output is as follows:
```json
{"trace_id":"GRCh38","duration_ms":null,"pressure_kpa":{"dosage":null,"phone":{"url":"homozygous","first_name":"cat_b","product_id":"user@example.com","longitude":"level_5","chromosome":432,"nickname":"quux"},"consignee":{"yield_pct":439,"zip_code":"type_d","lab_result":false}}}
```
Th... | Output contains markdown and explanatory text around JSON | {"trace_id":"GRCh38","duration_ms":null,"pressure_kpa":{"dosage":null,"phone":{"url":"homozygous","first_name":"cat_b","product_id":"user@example.com","longitude":"level_5","chromosome":432,"nickname":"quux"},"consignee":{"yield_pct":439,"zip_code":"type_d","lab_result":false}}} |
TASK repair_structured_output
SPEC
FIELD attr_v49 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_m36 TYPE string REQUIRED no
FIELD col_n85 TYPE integer REQUIRED no
FIELD val_u07 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_r80 TYPE string_email REQUIRED no
FIELD col_y68 T... | {"attr_v49":"coastal","prop_m36":"2024-01-15","val_u07":"pro","col_r80":"ops@domain.org","col_y68":"Hapag-Lloyd-Express"} | thought_process | {
"type": "object",
"properties": {
"attr_v49": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"prop_m36": {
"type": "string"
},
"col_n85": {
"type": "integer"
},
"val_u07": {
"type": "string... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"attr_v49":"coastal","prop_m36":"2024-01-15","val_u07":"pro","col_r80":"ops@domain.org","col_y68":"Hapag-Lloyd-Express"} | Output contains chain-of-thought reasoning before JSON | {"attr_v49":"coastal","prop_m36":"2024-01-15","val_u07":"pro","col_r80":"ops@domain.org","col_y68":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD prop_m88 TYPE null REQUIRED no
FIELD dim_n02.key_b25 TYPE string REQUIRED yes
FIELD dim_n02.dim_c39 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_n02.attr_l00 TYPE string_date-time REQUIRED yes
FIELD dim_n02.param_e93 TYPE integer REQUIRED yes
FIELD dim_w3... | {"prop_m88":null,"dim_n02":{"key_b25":"test","dim_c39":"pro","attr_l00":"2024-12-22T11:11:00Z","param_e93":93},"dim_w33":774.84,"field_b02":762.79,"prop_p91":721.79,"dim_i75":{"val_l75":"offline","key_c52":"level_4","field_r78":"mode_c","attr_l56":"sample"},"param_j66":"level_2","key_o56":"cat_f"} | missing_required | {
"type": "object",
"properties": {
"prop_m88": {
"type": "null"
},
"dim_n02": {
"type": "object",
"properties": {
"key_b25": {
"type": "string"
},
"dim_c39": {
"type": "string",
"enum": [
"free",
"basic",
... | {"prop_m88": null, "dim_n02": {"key_b25": "test", "dim_c39": "pro", "attr_l00": "2024-12-22T11:11:00Z", "param_e93": 93}, "dim_w33": 774.84, "field_b02": 762.79, "prop_p91": 721.79, "param_j66": "level_2", "key_o56": "cat_f"} | Required field 'dim_i75' is missing | {"prop_m88":null,"dim_n02":{"key_b25":"test","dim_c39":"pro","attr_l00":"2024-12-22T11:11:00Z","param_e93":93},"dim_w33":774.84,"field_b02":762.79,"prop_p91":721.79,"dim_i75":{"val_l75":"offline","key_c52":"level_4","field_r78":"mode_c","attr_l56":"sample"},"param_j66":"level_2","key_o56":"cat_f"} |
TASK repair_structured_output
SPEC
FIELD prop_a79 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD prop_g41 TYPE integer REQUIRED no
FIELD prop_a04.attr_p39 TYPE integer REQUIRED yes
FIELD prop_a04.attr_a56 TYPE string REQUIRED yes
FIELD prop_a04.prop_h83 TYPE boolean REQUIRED yes
FIELD prop_a04.field_s19 TYPE strin... | {"prop_a04":{"attr_p39":310,"attr_a56":"MV-Evergreen-01","prop_h83":false,"field_s19":"option_e"},"attr_t29":"confirmed","dim_r03":true,"param_f10":779.02,"col_v03":"test@example.com"} | truncated_array | {
"type": "object",
"properties": {
"prop_a79": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"prop_g41": {
"type": "integer"
},
"prop_a04": {
"type": "object",
"properties": {
"attr_p39": {
"type": "integer"
}... | {"prop_a04":{"attr_p39":310,"attr_a56":"MV-Evergreen-01","prop_h83":false,"field_s19":"option_e"},"attr_t29":"confirmed","dim_r03":true,"param_f10":779.02,"col_v03":"test@example.com" | Unexpected end of JSON input — truncated object | {"prop_a04":{"attr_p39":310,"attr_a56":"MV-Evergreen-01","prop_h83":false,"field_s19":"option_e"},"attr_t29":"confirmed","dim_r03":true,"param_f10":779.02,"col_v03":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE string REQUIRED no
FIELD allele TYPE string REQUIRED no
FIELD label TYPE number REQUIRED no
FIELD length TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD score TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD tags TYPE integer REQUIRED no
FIELD level TYPE numb... | {"run_id":"Berlin","label":337.37,"level":275.34,"created_at":663} | extra_field | {
"type": "object",
"properties": {
"run_id": {
"type": "string"
},
"allele": {
"type": "string"
},
"label": {
"type": "number"
},
"length": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"score": {
"type": "string",
... | {"run_id": "Berlin", "label": 337.37, "level": 275.34, "created_at": 663, "extra_field_1429": true} | Unknown field 'extra_field_1429' not defined in schema | {"run_id":"Berlin","label":337.37,"level":275.34,"created_at":663} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE boolean REQUIRED no
FIELD procedure_code TYPE integer REQUIRED yes
FIELD chapter TYPE string_email REQUIRED yes
FIELD language TYPE string REQUIRED yes
FIELD bed_number TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
BROKEN_OUTPUT
{"end_da... | {"end_date":false,"procedure_code":52,"chapter":"test@test.io","language":"Berlin"} | missing_bracket | {
"type": "object",
"properties": {
"end_date": {
"type": "boolean"
},
"procedure_code": {
"type": "integer"
},
"chapter": {
"type": "string",
"format": "email"
},
"language": {
"type": "string"
},
"bed_number": {
"type": "string",
"enum"... | {"end_date":false,"procedure_code":52,"chapter":"test@test.io","language":"Berlin"} | Missing closing bracket | {"end_date":false,"procedure_code":52,"chapter":"test@test.io","language":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD umi.decay_rate TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD umi.shipper_ref TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD umi.notes TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD umi.currency TYPE string REQUIRED yes
FIELD umi.up... | {"umi":{"notes":"cat_a","currency":"Oliveira","updated_at":null},"salinity":"https://example.org/v1","repository":277,"fleet_number":false} | thought_process | {
"type": "object",
"properties": {
"umi": {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"shipper_ref": {
"t... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"umi":{"notes":"cat_a","currency":"Oliveira","updated_at":null},"salinity":"https://example.org/v1","repository":277,"fleet_number":false} | Output contains chain-of-thought reasoning before JSON | {"umi":{"notes":"cat_a","currency":"Oliveira","updated_at":null},"salinity":"https://example.org/v1","repository":277,"fleet_number":false} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE integer REQUIRED yes
FIELD humidity_pct TYPE null REQUIRED yes
FIELD yield_pct.bed_number TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD yield_pct.total TYPE string REQUIRED no
FIELD yield_pct.department TYPE null REQUIRED no
BROKEN_OUTPUT
... | {"build_status":551,"humidity_pct":null,"yield_pct":{"bed_number":"type_a","department":null}} | tool_call_bad_format | {
"type": "object",
"properties": {
"build_status": {
"type": "integer"
},
"humidity_pct": {
"type": "null"
},
"yield_pct": {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"enum": [
"type_a",
"type_... | <functioncall> book_appointment
{build_status: 551, humidity_pct: null, yield_pct: {bed_number: "type_a", department: null}} | Tool call has malformed arguments — unquoted keys in function parameters | {"build_status":551,"humidity_pct":null,"yield_pct":{"bed_number":"type_a","department":null}} |
TASK repair_structured_output
SPEC
FIELD key_c91 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_s26 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD val_t41 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD attr_v07 TYPE number REQUIRED yes
FIELD attr_z56 TYPE strin... | {"key_c91":"pro","val_t41":"mode_c","attr_v07":551.88,"attr_z56":"user@example.com"} | missing_required | {
"type": "object",
"properties": {
"key_c91": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"key_s26": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"m... | {"val_t41": "mode_c", "attr_v07": 551.88, "attr_z56": "user@example.com"} | Required field 'key_c91' is missing | {"key_c91":"pro","val_t41":"mode_c","attr_v07":551.88,"attr_z56":"user@example.com"} |
TASK repair_structured_output
SPEC
FIELD param_w44 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_s66 TYPE integer REQUIRED no
FIELD val_h56 TYPE integer REQUIRED no
FIELD param_o32 TYPE integer REQUIRED no
FIELD field_s75 TYPE string REQUIRED no
FIELD prop_a07.param_e68 TYPE string VALUES option_a... | {"param_w44":"pending","val_h56":686,"field_s75":"hello","dim_d05":{"field_b05":498,"attr_t79":"world","field_a14":"2020-03-11T18:13:00Z"},"param_b73":"white"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_w44": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_s66": {
"type": "integer"
},
"val_h56": {
"type": "integer"
},
"param_o32": {
"type": "integer"
},
... | Tool: search
Params: {"param_w44": "pending", "val_h56": 686, "field_s75": "hello", "dim_d05": {"field_b05": 498, "attr_t79": "world", "field_a14": "2020-03-11T18:13:00Z"}, "param_b73_name": "white"} | Agent used wrong parameter name 'param_b73_name' instead of 'param_b73' | {"param_w44":"pending","val_h56":686,"field_s75":"hello","dim_d05":{"field_b05":498,"attr_t79":"world","field_a14":"2020-03-11T18:13:00Z"},"param_b73":"white"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE number REQUIRED yes
FIELD full_name TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD coverage TYPE string REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data:
{"longitude":67.93,"full_name":"cat_d","coverage":"approved"} | {"longitude":67.93,"full_name":"cat_d","coverage":"approved"} | extra_text_before | {
"type": "object",
"properties": {
"longitude": {
"type": "number"
},
"full_name": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"coverage": {
"type": "string"
}
},
"required": [
"... | Based on your request, here is the data:
{"longitude":67.93,"full_name":"cat_d","coverage":"approved"} | Output contains non-JSON text before the object | {"longitude":67.93,"full_name":"cat_d","coverage":"approved"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string VALUES single|married|divorced REQUIRED yes
FIELD message TYPE string REQUIRED no
FIELD format TYPE number REQUIRED no
FIELD ph_level TYPE string REQUIRED yes
FIELD category[] TYPE null REQUIRED no
FIELD order_id[].address TYPE string REQUIRED yes
FIELD order... | {"allele":"married","message":"This is a test value.","format":776.83,"ph_level":"https://example.com","category":[null,null,null,null],"order_id":[{"address":"sample","latitude":"email","created_at":701},{"address":"inactive","latitude":"phone","created_at":157}]} | markdown_explanation | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"message": {
"type": "string"
},
"format": {
"type": "number"
},
"ph_level": {
"type": "string"
},
"categor... | The parsed result is:
```json
{"allele":"married","message":"This is a test value.","format":776.83,"ph_level":"https://example.com","category":[null,null,null,null],"order_id":[{"address":"sample","latitude":"email","created_at":701},{"address":"inactive","latitude":"phone","created_at":157}]}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"allele":"married","message":"This is a test value.","format":776.83,"ph_level":"https://example.com","category":[null,null,null,null],"order_id":[{"address":"sample","latitude":"email","created_at":701},{"address":"inactive","latitude":"phone","created_at":157}]} |
TASK repair_structured_output
SPEC
FIELD val_q84 TYPE string REQUIRED yes
FIELD param_x63 TYPE string_uri REQUIRED no
FIELD col_i88 TYPE boolean REQUIRED no
FIELD attr_c30 TYPE number REQUIRED yes
FIELD val_r34 TYPE string REQUIRED yes
FIELD key_h47.dim_c39 TYPE string VALUES synonymous|missense|nonsense|frameshift RE... | {"val_q84":"QC-07","col_i88":true,"attr_c30":661.99,"val_r34":"quux"} | trailing_comma | {
"type": "object",
"properties": {
"val_q84": {
"type": "string"
},
"param_x63": {
"type": "string",
"format": "uri"
},
"col_i88": {
"type": "boolean"
},
"attr_c30": {
"type": "number"
},
"val_r34": {
"type": "string"
},
"key_h47": {
... | {"val_q84":"QC-07","col_i88":true,"attr_c30":661.99,"val_r34":"quux",} | Unexpected trailing comma | {"val_q84":"QC-07","col_i88":true,"attr_c30":661.99,"val_r34":"quux"} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE integer REQUIRED no
FIELD barcode.coverage TYPE string REQUIRED yes
FIELD barcode.created_at TYPE string REQUIRED yes
FIELD barcode.fleet_number TYPE integer REQUIRED yes
FIELD barcode.yield_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD... | {"footnote":249,"reagent":null,"url":"viewer","catalyst":"draft"} | thought_process | {
"type": "object",
"properties": {
"footnote": {
"type": "integer"
},
"barcode": {
"type": "object",
"properties": {
"coverage": {
"type": "string"
},
"created_at": {
"type": "string"
},
"fleet_number": {
"type": "i... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"footnote":249,"reagent":null,"url":"viewer","catalyst":"draft"} | Output contains chain-of-thought reasoning before JSON | {"footnote":249,"reagent":null,"url":"viewer","catalyst":"draft"} |
TASK repair_structured_output
SPEC
FIELD items TYPE string REQUIRED yes
FIELD cargo_type TYPE string VALUES single|married|divorced REQUIRED yes
FIELD voltage[].address TYPE string VALUES draft|published|archived REQUIRED no
FIELD voltage[].throttle_pos TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
... | {"items":"A short description.","cargo_type":"divorced","voltage":[{"address":"published","throttle_pos":"in_progress","department":544.48,"salinity":null},{"address":"archived","throttle_pos":"in_progress","department":634.35,"salinity":null},{"throttle_pos":"open","department":564.95,"salinity":null}]} | extra_text_before | {
"type": "object",
"properties": {
"items": {
"type": "string"
},
"cargo_type": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"voltage": {
"type": "array",
"items": {
"type": "object",
"properties":... | The output is as follows:
{"items":"A short description.","cargo_type":"divorced","voltage":[{"address":"published","throttle_pos":"in_progress","department":544.48,"salinity":null},{"address":"archived","throttle_pos":"in_progress","department":634.35,"salinity":null},{"throttle_pos":"open","department":564.95,"salini... | Output contains non-JSON text before the object | {"items":"A short description.","cargo_type":"divorced","voltage":[{"address":"published","throttle_pos":"in_progress","department":544.48,"salinity":null},{"address":"archived","throttle_pos":"in_progress","department":634.35,"salinity":null},{"throttle_pos":"open","department":564.95,"salinity":null}]} |
TASK repair_structured_output
SPEC
FIELD col_q73 TYPE number REQUIRED yes
FIELD key_q17 TYPE number REQUIRED no
FIELD dim_k12 TYPE integer REQUIRED no
FIELD val_h05 TYPE boolean REQUIRED yes
FIELD attr_l37 TYPE integer REQUIRED no
BROKEN_OUTPUT
Sure, here's the result:
{"col_q73":795.13,"dim_k12":7,"val_h05":true,"at... | {"col_q73":795.13,"dim_k12":7,"val_h05":true,"attr_l37":499} | extra_text_before | {
"type": "object",
"properties": {
"col_q73": {
"type": "number"
},
"key_q17": {
"type": "number"
},
"dim_k12": {
"type": "integer"
},
"val_h05": {
"type": "boolean"
},
"attr_l37": {
"type": "integer"
}
},
"required": [
"val_h05",
"c... | Sure, here's the result:
{"col_q73":795.13,"dim_k12":7,"val_h05":true,"attr_l37":499} | Output contains non-JSON text before the object | {"col_q73":795.13,"dim_k12":7,"val_h05":true,"attr_l37":499} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string REQUIRED yes
FIELD phone TYPE string REQUIRED yes
FIELD position TYPE integer REQUIRED no
FIELD url TYPE integer REQUIRED yes
BROKEN_OUTPUT
Tool: calculate_price
Params: {"last_name": "pending", "phone": "bar", "position": 259, "url2": 664} | {"last_name":"pending","phone":"bar","position":259,"url":664} | tool_call_wrong_param | {
"type": "object",
"properties": {
"last_name": {
"type": "string"
},
"phone": {
"type": "string"
},
"position": {
"type": "integer"
},
"url": {
"type": "integer"
}
},
"required": [
"phone",
"url",
"last_name"
]
} | Tool: calculate_price
Params: {"last_name": "pending", "phone": "bar", "position": 259, "url2": 664} | Agent used wrong parameter name 'url2' instead of 'url' | {"last_name":"pending","phone":"bar","position":259,"url":664} |
TASK repair_structured_output
SPEC
FIELD dim_c49 TYPE string REQUIRED yes
FIELD key_p85 TYPE null REQUIRED no
FIELD dim_f09 TYPE string REQUIRED no
FIELD col_x04 TYPE number REQUIRED yes
FIELD prop_z97[].val_u61 TYPE string_uri REQUIRED no
FIELD prop_z97[].val_d72 TYPE string VALUES berthed|anchored|underway|moored RE... | {"dim_c49":"FWD","key_p85":null,"col_x04":540.21,"prop_z97":[{"val_u61":"https://www.io/data","val_d72":"underway","field_v97":"Santos","val_o44":"active","col_d25":"GBP"},{"val_d72":"underway","col_d25":"EUR"}]} | missing_bracket | {
"type": "object",
"properties": {
"dim_c49": {
"type": "string"
},
"key_p85": {
"type": "null"
},
"dim_f09": {
"type": "string"
},
"col_x04": {
"type": "number"
},
"prop_z97": {
"type": "array",
"items": {
"type": "object",
"p... | {"dim_c49":"FWD","key_p85":null,"col_x04":540.21,"prop_z97":[{"val_u61":"https://www.io/data","val_d72":"underway","field_v97":"Santos","val_o44":"active","col_d25":"GBP"},{"val_d72":"underway","col_d25":"EUR"}} | Missing closing bracket | {"dim_c49":"FWD","key_p85":null,"col_x04":540.21,"prop_z97":[{"val_u61":"https://www.io/data","val_d72":"underway","field_v97":"Santos","val_o44":"active","col_d25":"GBP"},{"val_d72":"underway","col_d25":"EUR"}]} |
TASK repair_structured_output
SPEC
FIELD footnote TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD size TYPE string_date-time REQUIRED yes
FIELD country TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD active TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD lane TYPE boolean REQUIRED ... | {"footnote":"medium","size":"2024-08-20T20:27:00Z","country":"xl","active":"inactive","isotope":"maintenance"} | missing_required | {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"size": {
"type": "string",
"format": "date-time"
},
"country": {
"type": "string",
"enum": [
"sma... | {"footnote": "medium", "country": "xl", "active": "inactive", "isotope": "maintenance"} | Required field 'size' is missing | {"footnote":"medium","size":"2024-08-20T20:27:00Z","country":"xl","active":"inactive","isotope":"maintenance"} |
TASK repair_structured_output
SPEC
FIELD prop_e98.prop_f21 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD prop_e98.dim_z02.col_k02 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_e98.dim_z02.key_h40 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD pro... | {"prop_e98":{"prop_f21":"option_a","dim_z02":{"key_h40":"EUR","col_p57":"reliable","attr_v99":562,"dim_j75":"A short description."},"val_o87":888,"field_h53":"https://data.org/data","dim_g55":"https://api.io/api"},"key_i06":537.41,"dim_c73":false,"param_j71":426.59,"attr_p47":true} | partial_structure | {
"type": "object",
"properties": {
"prop_e98": {
"type": "object",
"properties": {
"prop_f21": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
... | Result: param_j71=426.59, {"prop_e98":{"prop_f21":"option_a","dim_z02":{"key_h40":"EUR","col_p57":"reliable","attr_v99":562,"dim_j75":"A short description."},"val_o87":888,"field_h53":"https://data.org/data","dim_g55":"https://api.io/api"},"key_i06":537.41,"dim_c73":false,"param_j71":426.59,"attr_p47":true} | Output mixes natural language with JSON | {"prop_e98":{"prop_f21":"option_a","dim_z02":{"key_h40":"EUR","col_p57":"reliable","attr_v99":562,"dim_j75":"A short description."},"val_o87":888,"field_h53":"https://data.org/data","dim_g55":"https://api.io/api"},"key_i06":537.41,"dim_c73":false,"param_j71":426.59,"attr_p47":true} |
TASK repair_structured_output
SPEC
FIELD val_q10 TYPE integer REQUIRED no
FIELD field_s82 TYPE number REQUIRED yes
FIELD val_r99.param_z33 TYPE integer REQUIRED no
FIELD val_r99.param_s66 TYPE number REQUIRED no
FIELD val_r99.dim_t57 TYPE string REQUIRED yes
FIELD val_r99.attr_m14 TYPE boolean REQUIRED yes
BROKEN_OUT... | {"val_q10":525,"field_s82":960.09} | missing_brace | {
"type": "object",
"properties": {
"val_q10": {
"type": "integer"
},
"field_s82": {
"type": "number"
},
"val_r99": {
"type": "object",
"properties": {
"param_z33": {
"type": "integer"
},
"param_s66": {
"type": "number"
... | "val_q10":525,"field_s82":960.09} | Missing closing brace | {"val_q10":525,"field_s82":960.09} |
TASK repair_structured_output
SPEC
FIELD field_a20.col_h93 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_a20.col_s60 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_a20.dim_p07 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_a20.key_t31 TYPE string REQUIRED yes
FIE... | {"field_a20":{"col_h93":"xl","col_s60":"sms","dim_p07":"pending","key_t31":"Charlie","attr_f55":"open","prop_e04":"This is a test value."},"key_o80":386.39} | extra_field | {
"type": "object",
"properties": {
"field_a20": {
"type": "object",
"properties": {
"col_h93": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_s60": {
"type": "st... | {"field_a20": {"col_h93": "xl", "col_s60": "sms", "dim_p07": "pending", "key_t31": "Charlie", "attr_f55": "open", "prop_e04": "This is a test value."}, "key_o80": 386.39, "extra_data_6826": true} | Unknown field 'extra_data_6826' not defined in schema | {"field_a20":{"col_h93":"xl","col_s60":"sms","dim_p07":"pending","key_t31":"Charlie","attr_f55":"open","prop_e04":"This is a test value."},"key_o80":386.39} |
TASK repair_structured_output
SPEC
FIELD val_t03 TYPE integer REQUIRED no
FIELD field_u34 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_s13 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{field_u34:"EUR",key_s13:357} | {"field_u34":"EUR","key_s13":357} | unquoted_keys | {
"type": "object",
"properties": {
"val_t03": {
"type": "integer"
},
"field_u34": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_s13": {
"type": "integer"
}
},
"required": [
"field_u34",... | {field_u34:"EUR",key_s13:357} | Expecting property name enclosed in double quotes | {"field_u34":"EUR","key_s13":357} |
TASK repair_structured_output
SPEC
FIELD param_z90 TYPE string REQUIRED yes
FIELD prop_m85 TYPE boolean REQUIRED yes
FIELD param_u76 TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"param_z90": "GRCh38", "prop_m85": "\"yes\"", "param_u76": "2025-07-17T06:31:00Z"} | {"param_z90":"GRCh38","prop_m85":true,"param_u76":"2025-07-17T06:31:00Z"} | wrong_type | {
"type": "object",
"properties": {
"param_z90": {
"type": "string"
},
"prop_m85": {
"type": "boolean"
},
"param_u76": {
"type": "string",
"format": "date-time"
}
},
"required": [
"prop_m85",
"param_z90"
]
} | {"param_z90": "GRCh38", "prop_m85": "\"yes\"", "param_u76": "2025-07-17T06:31:00Z"} | Field 'prop_m85' must be boolean, got string | {"param_z90":"GRCh38","prop_m85":true,"param_u76":"2025-07-17T06:31:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_t52 TYPE string_date-time REQUIRED yes
FIELD field_g05 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD key_b00 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Based on the data, prop_t52 is 2023-06-12T21:22:00Z. {"prop_t52":"2023-06-12T21:22:00Z"... | {"prop_t52":"2023-06-12T21:22:00Z","field_g05":"rejected","key_b00":false} | partial_structure | {
"type": "object",
"properties": {
"prop_t52": {
"type": "string",
"format": "date-time"
},
"field_g05": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_b00": {
"type": "boolean"
... | Based on the data, prop_t52 is 2023-06-12T21:22:00Z. {"prop_t52":"2023-06-12T21:22:00Z","field_g05":"rejected","key_b00":false} | Output mixes natural language with JSON | {"prop_t52":"2023-06-12T21:22:00Z","field_g05":"rejected","key_b00":false} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE integer REQUIRED no
FIELD country TYPE boolean REQUIRED no
FIELD weight TYPE string REQUIRED yes
FIELD position TYPE string_email REQUIRED no
FIELD brake_pressure[].name TYPE integer REQUIRED no
FIELD brake_pressure[].active TYPE string VALUES option_a|option... | {"torque_output":336,"country":false,"weight":"hello","position":"test@test.io","brake_pressure":[{"name":252,"subtotal":null,"strand":null,"gene_id":385},{"subtotal":null,"strand":null,"date":"mode_b"},{"name":133,"active":"option_e","subtotal":null,"strand":null,"gene_id":672},{"subtotal":null,"strand":null,"gene_id"... | markdown_explanation | {
"type": "object",
"properties": {
"torque_output": {
"type": "integer"
},
"country": {
"type": "boolean"
},
"weight": {
"type": "string"
},
"position": {
"type": "string",
"format": "email"
},
"brake_pressure": {
"type": "array",
"items... | Here's the structured output:
```json
{"torque_output":336,"country":false,"weight":"hello","position":"test@test.io","brake_pressure":[{"name":252,"subtotal":null,"strand":null,"gene_id":385},{"subtotal":null,"strand":null,"date":"mode_b"},{"name":133,"active":"option_e","subtotal":null,"strand":null,"gene_id":672},{"... | Output contains markdown and explanatory text around JSON | {"torque_output":336,"country":false,"weight":"hello","position":"test@test.io","brake_pressure":[{"name":252,"subtotal":null,"strand":null,"gene_id":385},{"subtotal":null,"strand":null,"date":"mode_b"},{"name":133,"active":"option_e","subtotal":null,"strand":null,"gene_id":672},{"subtotal":null,"strand":null,"gene_id"... |
TASK repair_structured_output
SPEC
FIELD col_e26.field_r53 TYPE string VALUES draft|published|archived REQUIRED no
FIELD col_e26.dim_c67 TYPE string REQUIRED no
FIELD col_e26.val_e81 TYPE string_date-time REQUIRED yes
FIELD col_e26.key_v27 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD col_e26.field_m... | {"col_e26":{"field_r53":"archived","dim_c67":"REV","val_e81":"2024-05-27T01:24:00Z","key_v27":"info","field_m99":"2024-10-04T22:42:00Z","attr_y50":"moored","field_r24":"Bob"},"field_p20":"GBP","col_l31":null,"param_v63":null} | extra_field | {
"type": "object",
"properties": {
"col_e26": {
"type": "object",
"properties": {
"field_r53": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"dim_c67": {
"type": "string"
... | {"col_e26": {"field_r53": "archived", "dim_c67": "REV", "val_e81": "2024-05-27T01:24:00Z", "key_v27": "info", "field_m99": "2024-10-04T22:42:00Z", "attr_y50": "moored", "field_r24": "Bob"}, "field_p20": "GBP", "col_l31": null, "param_v63": null, "extra_data_3432": 42} | Unknown field 'extra_data_3432' not defined in schema | {"col_e26":{"field_r53":"archived","dim_c67":"REV","val_e81":"2024-05-27T01:24:00Z","key_v27":"info","field_m99":"2024-10-04T22:42:00Z","attr_y50":"moored","field_r24":"Bob"},"field_p20":"GBP","col_l31":null,"param_v63":null} |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD maturity_date TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD length TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
BROKEN_OUTPUT
generate_report(pressure_kpa='ancho... | {"pressure_kpa":"anchored","maturity_date":"medium","length":"moored"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"maturity_date": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"... | generate_report(pressure_kpa='anchored', maturity_date='medium', length='moored') | Tool call uses Python syntax instead of JSON | {"pressure_kpa":"anchored","maturity_date":"medium","length":"moored"} |
TASK repair_structured_output
SPEC
FIELD val_h81 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_d90 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_l90 TYPE boolean REQUIRED no
FIELD val_a47 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{'val_h81':'sms','attr_d90':'hemizygous','... | {"val_h81":"sms","attr_d90":"hemizygous","dim_l90":false,"val_a47":true} | single_quotes | {
"type": "object",
"properties": {
"val_h81": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_d90": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
... | {'val_h81':'sms','attr_d90':'hemizygous','dim_l90':false,'val_a47':true} | Expecting property name enclosed in double quotes | {"val_h81":"sms","attr_d90":"hemizygous","dim_l90":false,"val_a47":true} |
TASK repair_structured_output
SPEC
FIELD prop_v04 TYPE number REQUIRED no
FIELD col_p96 TYPE boolean REQUIRED no
FIELD field_s11 TYPE integer REQUIRED no
FIELD prop_r78.key_g46 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_r78.val_f75 TYPE integer REQUIRED no
FIELD prop_r78.field_y69 TYPE string REQUI... | {"prop_v04":645.75,"col_p96":true,"prop_r78":{"val_f75":346,"field_y69":"QC-07","key_a51":"Silva","col_m67":[false,false,true,true]},"col_l41":234.1} | truncated_object | {
"type": "object",
"properties": {
"prop_v04": {
"type": "number"
},
"col_p96": {
"type": "boolean"
},
"field_s11": {
"type": "integer"
},
"prop_r78": {
"type": "object",
"properties": {
"key_g46": {
"type": "string",
"enum": [
... | {"prop_v04":645.75,"col_p96":true,"prop_r78":{"val_f75":346,"field_y69":"QC-07","key_a51":"Silva","col_m67":[false,false,true,true]},"col_l41":234.1 | Unexpected end of JSON input — truncated object | {"prop_v04":645.75,"col_p96":true,"prop_r78":{"val_f75":346,"field_y69":"QC-07","key_a51":"Silva","col_m67":[false,false,true,true]},"col_l41":234.1} |
TASK repair_structured_output
SPEC
FIELD val_k30 TYPE string REQUIRED yes
FIELD param_v58 TYPE string REQUIRED no
FIELD dim_l92.key_i52 TYPE number REQUIRED yes
FIELD dim_l92.key_m53 TYPE integer REQUIRED no
FIELD dim_l92.val_s38 TYPE string_email REQUIRED no
BROKEN_OUTPUT
{'val_k30':'2024-01-15','param_v58':'John','... | {"val_k30":"2024-01-15","param_v58":"John","dim_l92":{"key_i52":715.82}} | single_quotes | {
"type": "object",
"properties": {
"val_k30": {
"type": "string"
},
"param_v58": {
"type": "string"
},
"dim_l92": {
"type": "object",
"properties": {
"key_i52": {
"type": "number"
},
"key_m53": {
"type": "integer"
},
... | {'val_k30':'2024-01-15','param_v58':'John','dim_l92':{'key_i52':715.82}} | Expecting property name enclosed in double quotes | {"val_k30":"2024-01-15","param_v58":"John","dim_l92":{"key_i52":715.82}} |
TASK repair_structured_output
SPEC
FIELD attr_n28 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD prop_y55 TYPE boolean REQUIRED no
FIELD val_i12 TYPE boolean REQUIRED yes
FIELD key_y93.field_k35 TYPE number REQUIRED no
FIELD key_y93.val_l57 TYPE boolean REQUIRED no
FIELD key_y93.field_j80 TYP... | {"prop_y55":true,"val_i12":false,"key_y93":{"field_k35":158.58,"val_l57":true,"field_j80":461,"attr_a72":"mode_d","param_x91":{"attr_y73":"John","param_d42":"info@example.com","prop_v95":"level_1"}},"val_m18":{"col_c96":"USD","key_h31":true,"attr_t91":null}} | missing_brace | {
"type": "object",
"properties": {
"attr_n28": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"prop_y55": {
"type": "boolean"
},
"val_i12": {
"type": "boolean"
},
"key_... | {"prop_y55":true,"val_i12":false,"key_y93":{"field_k35":158.58,"val_l57":true,"field_j80":461,"attr_a72":"mode_d","param_x91":{"attr_y73":"John","param_d42":"info@example.com","prop_v95":"level_1"}},"val_m18":{"col_c96":"USD","key_h31":true,"attr_t91":null} | Missing closing brace | {"prop_y55":true,"val_i12":false,"key_y93":{"field_k35":158.58,"val_l57":true,"field_j80":461,"attr_a72":"mode_d","param_x91":{"attr_y73":"John","param_d42":"info@example.com","prop_v95":"level_1"}},"val_m18":{"col_c96":"USD","key_h31":true,"attr_t91":null}} |
TASK repair_structured_output
SPEC
FIELD attr_r97 TYPE integer REQUIRED no
FIELD param_a89 TYPE number REQUIRED yes
FIELD prop_o30 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"attr_r97": "609sec", "param_a89": 89.0, "prop_o30": "https://api.example.com/v1"} | {"attr_r97":609,"param_a89":89.0,"prop_o30":"https://api.example.com/v1"} | number_with_unit | {
"type": "object",
"properties": {
"attr_r97": {
"type": "integer"
},
"param_a89": {
"type": "number"
},
"prop_o30": {
"type": "string"
}
},
"required": [
"param_a89",
"prop_o30"
]
} | {"attr_r97": "609sec", "param_a89": 89.0, "prop_o30": "https://api.example.com/v1"} | Field 'attr_r97' must be number, got string with unit | {"attr_r97":609,"param_a89":89.0,"prop_o30":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD field_g95 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_c70 TYPE string VALUES draft|published|archived REQUIRED no
FIELD field_g81 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_b67 TYPE string REQUIRED yes
FIELD val_i97 TYPE stri... | {"field_g95":"blue","field_g81":"success","param_b67":"test","val_i97":"PASS","dim_v37":"Sao Paulo"} | extra_text_before | {
"type": "object",
"properties": {
"field_g95": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_c70": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
... | Sensor output follows:
{"field_g95":"blue","field_g81":"success","param_b67":"test","val_i97":"PASS","dim_v37":"Sao Paulo"} | Output contains non-JSON text before the object | {"field_g95":"blue","field_g81":"success","param_b67":"test","val_i97":"PASS","dim_v37":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE integer REQUIRED no
FIELD username TYPE null REQUIRED no
FIELD dissolved_oxygen TYPE string REQUIRED yes
FIELD branch TYPE boolean REQUIRED yes
BROKEN_OUTPUT
```json
{"updated_at":229,"username":null,"dissolved_oxygen":"qux","branch":false}
``` | {"updated_at":229,"username":null,"dissolved_oxygen":"qux","branch":false} | markdown_fences | {
"type": "object",
"properties": {
"updated_at": {
"type": "integer"
},
"username": {
"type": "null"
},
"dissolved_oxygen": {
"type": "string"
},
"branch": {
"type": "boolean"
}
},
"required": [
"branch",
"dissolved_oxygen"
]
} | ```json
{"updated_at":229,"username":null,"dissolved_oxygen":"qux","branch":false}
``` | Output contains markdown code fences | {"updated_at":229,"username":null,"dissolved_oxygen":"qux","branch":false} |
TASK repair_structured_output
SPEC
FIELD col_s69 TYPE string REQUIRED yes
FIELD param_k74 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD field_o25 TYPE integer REQUIRED yes
FIELD col_o39 TYPE boolean REQUIRED yes
FIELD param_i84 TYPE number REQUIRED no
FIELD val_x66 TYPE integer REQUIRED no
F... | {"col_s69":"user@domain.com","param_k74":"heterozygous","field_o25":286,"col_o39":true,"param_i84":983.67,"val_x66":261,"col_i19":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_s69": {
"type": "string"
},
"param_k74": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"field_o25": {
"type": "integer"
},
"col_o39": {
"type": "boolean"
... | Let me check the system.
Action: query_port_status
Arguments: {"param_k74": "heterozygous", "field_o25": 286, "col_o39": true, "param_i84": 983.67, "val_x66": 261, "col_i19": null} | Agent tool call missing required parameter 'col_s69' | {"col_s69":"user@domain.com","param_k74":"heterozygous","field_o25":286,"col_o39":true,"param_i84":983.67,"val_x66":261,"col_i19":null} |
TASK repair_structured_output
SPEC
FIELD message TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD tile TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD length TYPE number REQUIRED yes
FIELD user_id TYPE number REQUIR... | {"message":"black","tile":"open","id":"high","length":293.71,"user_id":169.81} | markdown_fences | {
"type": "object",
"properties": {
"message": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"tile": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"close... | ```json
{"message":"black","tile":"open","id":"high","length":293.71,"user_id":169.81}
``` | Output contains markdown code fences | {"message":"black","tile":"open","id":"high","length":293.71,"user_id":169.81} |
TASK repair_structured_output
SPEC
FIELD col_j28 TYPE string REQUIRED no
FIELD param_w95 TYPE boolean REQUIRED yes
FIELD dim_d32 TYPE string REQUIRED no
BROKEN_OUTPUT
I'll query our database.
<tool_call name="book_appointment">
{"param_w95":true,"dim_d32":"example"}
</tool_call.
Operation completed. | {"param_w95":true,"dim_d32":"example"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_j28": {
"type": "string"
},
"param_w95": {
"type": "boolean"
},
"dim_d32": {
"type": "string"
}
},
"required": [
"param_w95"
]
} | I'll query our database.
<tool_call name="book_appointment">
{"param_w95":true,"dim_d32":"example"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"param_w95":true,"dim_d32":"example"} |
TASK repair_structured_output
SPEC
FIELD attr_y23 TYPE string_uri REQUIRED yes
FIELD attr_x89 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD param_k41.col_h53 TYPE number REQUIRED yes
FIELD param_k41.col_l35 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD param_k41.attr_q06... | {"attr_y23":"https://api.io/api","attr_x89":"archived","param_k41":{"col_h53":683.67,"col_l35":"nonsense","dim_p84":401,"prop_m07":"draft","key_g76":"https://example.com","attr_x42":{"attr_b98":"BRL","val_q06":"John","col_u75":982.14},"attr_s11":819.84}} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_y23": {
"type": "string",
"format": "uri"
},
"attr_x89": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"param_k41": {
"type": "object",
"properties": {
"col_h... | Let me check the system.
Action: read_sensor_array
Arguments: {"attr_x89": "archived", "param_k41": {"col_h53": 683.67, "col_l35": "nonsense", "dim_p84": 401, "prop_m07": "draft", "key_g76": "https://example.com", "attr_x42": {"attr_b98": "BRL", "val_q06": "John", "col_u75": 982.14}, "attr_s11": 819.84}} | Agent tool call missing required parameter 'attr_y23' | {"attr_y23":"https://api.io/api","attr_x89":"archived","param_k41":{"col_h53":683.67,"col_l35":"nonsense","dim_p84":401,"prop_m07":"draft","key_g76":"https://example.com","attr_x42":{"attr_b98":"BRL","val_q06":"John","col_u75":982.14},"attr_s11":819.84}} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD width TYPE string VALUES single|married|divorced REQUIRED yes
FIELD paragraph TYPE string VALUES cat_a|cat_b REQUIRED yes
BROKEN_OUTPUT
transfer_call(reagent='xl', width='married', paragraph='cat_b') | {"reagent":"xl","width":"married","paragraph":"cat_b"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"width": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"paragraph": ... | transfer_call(reagent='xl', width='married', paragraph='cat_b') | Tool call uses Python syntax instead of JSON | {"reagent":"xl","width":"married","paragraph":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD prop_d96 TYPE integer REQUIRED yes
FIELD key_d74 TYPE integer REQUIRED yes
FIELD field_o89.field_t38 TYPE number REQUIRED no
FIELD field_o89.val_h16 TYPE string REQUIRED yes
FIELD field_o89.val_v05 TYPE string REQUIRED yes
FIELD field_o89.attr_l24 TYPE string VALUES type_a|type... | {"prop_d96":620,"key_d74":592,"field_o89":{"field_t38":304.89,"val_h16":"2024-06-30","val_v05":"inactive","field_n73":false,"param_g65":"REV","val_y80":"level_2"}} | agent_chain | {
"type": "object",
"properties": {
"prop_d96": {
"type": "integer"
},
"key_d74": {
"type": "integer"
},
"field_o89": {
"type": "object",
"properties": {
"field_t38": {
"type": "number"
},
"val_h16": {
"type": "string"
}... | I need to look up the information first.
Action: update_record
Result: {"key_d74": 592, "field_o89": {"field_t38": 304.89, "val_h16": "2024-06-30", "val_v05": "inactive", "field_n73": false, "param_g65": "REV", "val_y80": "level_2"}}
Processing the request now.
Action: align_reads
Result: | Agent multi-step chain with truncated tool output | {"prop_d96":620,"key_d74":592,"field_o89":{"field_t38":304.89,"val_h16":"2024-06-30","val_v05":"inactive","field_n73":false,"param_g65":"REV","val_y80":"level_2"}} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE integer REQUIRED no
FIELD latitude TYPE integer REQUIRED yes
FIELD freight_class TYPE boolean REQUIRED yes
FIELD coverage TYPE boolean REQUIRED no
BROKEN_OUTPUT
The output is as follows:
{"latitude":875,"freight_class":false,"coverage":true} | {"latitude":875,"freight_class":false,"coverage":true} | extra_text_before | {
"type": "object",
"properties": {
"vital_sign": {
"type": "integer"
},
"latitude": {
"type": "integer"
},
"freight_class": {
"type": "boolean"
},
"coverage": {
"type": "boolean"
}
},
"required": [
"latitude",
"freight_class"
]
} | The output is as follows:
{"latitude":875,"freight_class":false,"coverage":true} | Output contains non-JSON text before the object | {"latitude":875,"freight_class":false,"coverage":true} |
TASK repair_structured_output
SPEC
FIELD col_z49.col_s04 TYPE string REQUIRED yes
FIELD col_z49.val_o67 TYPE string REQUIRED no
FIELD col_z49.field_n94[].attr_s88 TYPE number REQUIRED no
FIELD col_z49.field_n94[].dim_r90 TYPE string REQUIRED no
FIELD col_z49.field_n94[].param_a99 TYPE number REQUIRED no
FIELD col_z49.... | {"col_z49":{"col_s04":"New York","val_o67":"test","attr_e33":[{"attr_l46":true,"key_d65":"ops@example.com","dim_l86":"closed","field_t84":170.11},{"attr_n06":147,"dim_l86":"in_progress"},{"dim_w92":133,"attr_l46":true,"attr_n06":406,"key_d65":"info@domain.org","dim_l86":"open"},{"dim_w92":436,"attr_l46":false,"attr_n06... | truncated_object | {
"type": "object",
"properties": {
"col_z49": {
"type": "object",
"properties": {
"col_s04": {
"type": "string"
},
"val_o67": {
"type": "string"
},
"field_n94": {
"type": "array",
"items": {
"type": "object"... | {"col_z49":{"col_s04":"New York","val_o67":"test","attr_e33":[{"attr_l46":true,"key_d65":"ops@example.com","dim_l86":"closed","field_t84":170.11},{"attr_n06":147,"dim_l86":"in_progress"},{"dim_w92":133,"attr_l46":true,"attr_n06":406,"key_d65":"info@domain.org","dim_l86":"open"},{"dim_w92":436,"attr_l46":false,"attr_n06... | Unexpected end of JSON input — truncated object | {"col_z49":{"col_s04":"New York","val_o67":"test","attr_e33":[{"attr_l46":true,"key_d65":"ops@example.com","dim_l86":"closed","field_t84":170.11},{"attr_n06":147,"dim_l86":"in_progress"},{"dim_w92":133,"attr_l46":true,"attr_n06":406,"key_d65":"info@domain.org","dim_l86":"open"},{"dim_w92":436,"attr_l46":false,"attr_n06... |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE integer REQUIRED no
FIELD latitude TYPE integer REQUIRED yes
FIELD temp_celsius.total TYPE string REQUIRED yes
FIELD temp_celsius.cargo_type TYPE string REQUIRED yes
FIELD temp_celsius.decay_rate TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD su... | {"dissolved_oxygen":966,"latitude":323,"temp_celsius":{"total":"qux","cargo_type":"Hapag-Lloyd-Express","decay_rate":"push"},"subject":null,"duration_ms":"https://example.com","interest_rate":{"section":false,"half_life":"Paris","notes":383,"turbidity":{"collateral":919.9,"due_date":141.03,"batch_code":"GRCh38"},"balan... | extra_text_before | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "integer"
},
"latitude": {
"type": "integer"
},
"temp_celsius": {
"type": "object",
"properties": {
"total": {
"type": "string"
},
"cargo_type": {
"type": "string... | The instrument reported:
{"dissolved_oxygen":966,"latitude":323,"temp_celsius":{"total":"qux","cargo_type":"Hapag-Lloyd-Express","decay_rate":"push"},"subject":null,"duration_ms":"https://example.com","interest_rate":{"section":false,"half_life":"Paris","notes":383,"turbidity":{"collateral":919.9,"due_date":141.03,"bat... | Output contains non-JSON text before the object | {"dissolved_oxygen":966,"latitude":323,"temp_celsius":{"total":"qux","cargo_type":"Hapag-Lloyd-Express","decay_rate":"push"},"subject":null,"duration_ms":"https://example.com","interest_rate":{"section":false,"half_life":"Paris","notes":383,"turbidity":{"collateral":919.9,"due_date":141.03,"batch_code":"GRCh38"},"balan... |
TASK repair_structured_output
SPEC
FIELD filter_flag.index TYPE null REQUIRED yes
FIELD filter_flag.humidity_pct TYPE string REQUIRED yes
FIELD filter_flag.crew_id TYPE boolean REQUIRED yes
FIELD version TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD address TYPE integer REQUIRED no
FIELD deploy_target TYPE... | {"version":"sms","address":771,"deploy_target":"ops@test.io","aligned_pct":160.96,"consignee":"Hapag-Lloyd-Express","step":{"width":"https://example.org/v1","index":"oceanic","wavelength":124},"barcode":728} | truncated_array | {
"type": "object",
"properties": {
"filter_flag": {
"type": "object",
"properties": {
"index": {
"type": "null"
},
"humidity_pct": {
"type": "string"
},
"crew_id": {
"type": "boolean"
}
},
"required": [
... | {"version":"sms","address":771,"deploy_target":"ops@test.io","aligned_pct":160.96,"consignee":"Hapag-Lloyd-Express","step":{"width":"https://example.org/v1","index":"oceanic","wavelength":124},"barcode":728 | Unexpected end of JSON input — truncated object | {"version":"sms","address":771,"deploy_target":"ops@test.io","aligned_pct":160.96,"consignee":"Hapag-Lloyd-Express","step":{"width":"https://example.org/v1","index":"oceanic","wavelength":124},"barcode":728} |
TASK repair_structured_output
SPEC
FIELD dim_b50 TYPE integer REQUIRED yes
FIELD col_e49 TYPE string REQUIRED yes
FIELD key_p22 TYPE string REQUIRED yes
BROKEN_OUTPUT
{'dim_b50':411,'col_e49':'2024-01-15','key_p22':'A short description.'} | {"dim_b50":411,"col_e49":"2024-01-15","key_p22":"A short description."} | single_quotes | {
"type": "object",
"properties": {
"dim_b50": {
"type": "integer"
},
"col_e49": {
"type": "string"
},
"key_p22": {
"type": "string"
}
},
"required": [
"key_p22",
"col_e49",
"dim_b50"
]
} | {'dim_b50':411,'col_e49':'2024-01-15','key_p22':'A short description.'} | Expecting property name enclosed in double quotes | {"dim_b50":411,"col_e49":"2024-01-15","key_p22":"A short description."} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE number REQUIRED yes
FIELD tax TYPE boolean REQUIRED no
FIELD items TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD consignee.shipper_ref TYPE integer REQUIRED no
FIELD consignee.format TYPE string REQUIRED no
FIELD consignee.balance TYPE string REQ... | {"salinity":879.36,"items":"pro"} | null_required | {
"type": "object",
"properties": {
"salinity": {
"type": "number"
},
"tax": {
"type": "boolean"
},
"items": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"consignee": {
"type": "object",
... | {"salinity": null, "items": "pro"} | Required field 'salinity' is null | {"salinity":879.36,"items":"pro"} |
TASK repair_structured_output
SPEC
FIELD field_z84 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD key_t36 TYPE boolean REQUIRED yes
FIELD attr_z92 TYPE null REQUIRED yes
FIELD key_z50 TYPE null REQUIRED no
FIELD field_f92 TYPE null REQUIRED yes
FIELD key_p93 TYPE number REQUIRED no
BROKEN_OUT... | {"field_z84":"delivered","key_t36":true,"attr_z92":null,"key_z50":null,"field_f92":null} | markdown_explanation | {
"type": "object",
"properties": {
"field_z84": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_t36": {
"type": "boolean"
},
"attr_z92": {
"type": "null"
},
"key_z50": {
"type": "nul... | I've generated the following JSON:
```json
{"field_z84":"delivered","key_t36":true,"attr_z92":null,"key_z50":null,"field_f92":null}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"field_z84":"delivered","key_t36":true,"attr_z92":null,"key_z50":null,"field_f92":null} |
TASK repair_structured_output
SPEC
FIELD val_b45 TYPE integer REQUIRED yes
FIELD param_f14 TYPE boolean REQUIRED yes
FIELD key_i67 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_b45":641,"param_f14":false,"key_i67":"London"} | {"val_b45":641,"param_f14":false,"key_i67":"London"} | missing_bracket | {
"type": "object",
"properties": {
"val_b45": {
"type": "integer"
},
"param_f14": {
"type": "boolean"
},
"key_i67": {
"type": "string"
}
},
"required": [
"val_b45",
"param_f14",
"key_i67"
]
} | {"val_b45":641,"param_f14":false,"key_i67":"London"} | Missing closing bracket | {"val_b45":641,"param_f14":false,"key_i67":"London"} |
TASK repair_structured_output
SPEC
FIELD freight_class TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD build_status.timezone TYPE integer REQUIRED no
FIELD build_status.gene_id TYPE number REQUIRED yes
FIELD build_status.date TYPE string_uri REQUIRED no
FIELD dosage TYPE string_uri REQUIRED yes
FIELD comments TYPE ... | {"build_status":{"gene_id":983.03,"date":"https://data.org/v1"},"dosage":"https://api.org/data","hazmat_code":342.55,"size":{"patient_id":"confirmed","status_code":"mode_f"}} | partial_structure | {
"type": "object",
"properties": {
"freight_class": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"build_status": {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"gene_id": {
"type":... | The build_status is {'gene_id': 983.03, 'date': 'https://data.org/v1'} and {"build_status":{"gene_id":983.03,"date":"https://data.org/v1"},"dosage":"https://api.org/data","hazmat_code":342.55,"size":{"patient_id":"confirmed","status_code":"mode_f"}} | Output mixes natural language with JSON | {"build_status":{"gene_id":983.03,"date":"https://data.org/v1"},"dosage":"https://api.org/data","hazmat_code":342.55,"size":{"patient_id":"confirmed","status_code":"mode_f"}} |
TASK repair_structured_output
SPEC
FIELD col_o36 TYPE number REQUIRED yes
FIELD dim_n61 TYPE string REQUIRED yes
FIELD val_b02[].val_r11 TYPE string REQUIRED yes
FIELD val_b02[].key_e55 TYPE integer REQUIRED no
FIELD val_b02[].val_w65 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
BROKEN_OUTPUT
"col_o... | {"col_o36":851.12,"dim_n61":"qux"} | missing_brace | {
"type": "object",
"properties": {
"col_o36": {
"type": "number"
},
"dim_n61": {
"type": "string"
},
"val_b02": {
"type": "array",
"items": {
"type": "object",
"properties": {
"val_r11": {
"type": "string"
},
"key... | "col_o36":851.12,"dim_n61":"qux"} | Missing closing brace | {"col_o36":851.12,"dim_n61":"qux"} |
TASK repair_structured_output
SPEC
FIELD field_d47.field_v26 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD field_d47.attr_b41 TYPE string REQUIRED yes
FIELD field_d47.param_b03.col_m97 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD field_d47.param_b03.prop_n00 TYPE number REQUIRED yes
FIELD fiel... | {"field_d47":{"field_v26":"xl","attr_b41":"New York","param_b03":{"col_m97":"option_b","prop_n00":613.4,"col_x57":false,"attr_k29":"level_2","attr_b36":985},"prop_d98":"Alice","param_p68":714},"dim_d63":"Hapag-Lloyd-Express","val_r95":{"param_p33":"level_4","field_n72":true,"key_z09":"type_a","prop_n05":731.65,"param_z... | missing_required | {
"type": "object",
"properties": {
"field_d47": {
"type": "object",
"properties": {
"field_v26": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"attr_b41": {
"type": ... | {"dim_d63": "Hapag-Lloyd-Express", "val_r95": {"param_p33": "level_4", "field_n72": true, "key_z09": "type_a", "prop_n05": 731.65, "param_z27": 389.11, "dim_f76": "option_d", "col_c22": "level_1", "prop_v36": 979}, "field_t12": false} | Required field 'field_d47' is missing | {"field_d47":{"field_v26":"xl","attr_b41":"New York","param_b03":{"col_m97":"option_b","prop_n00":613.4,"col_x57":false,"attr_k29":"level_2","attr_b36":985},"prop_d98":"Alice","param_p68":714},"dim_d63":"Hapag-Lloyd-Express","val_r95":{"param_p33":"level_4","field_n72":true,"key_z09":"type_a","prop_n05":731.65,"param_z... |
TASK repair_structured_output
SPEC
FIELD yield_pct.label TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD yield_pct.height TYPE boolean REQUIRED no
FIELD yield_pct.total TYPE number REQUIRED no
FIELD yield_pct.balance TYPE string_email REQUIRED no
FIELD yield_pct.width TYPE number REQUIRE... | {"yield_pct":{"label":"operational","height":false,"total":48.24,"balance":"user@example.com","width":172.38},"phone":"frameshift","berth_slot":428,"credit_score":"2023-05-09T08:37:00Z","total":null,"aligned_pct":"REV","updated_at":"test@domain.org"} | markdown_explanation | {
"type": "object",
"properties": {
"yield_pct": {
"type": "object",
"properties": {
"label": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"height": {
... | Pipeline result:
```json
{"yield_pct":{"label":"operational","height":false,"total":48.24,"balance":"user@example.com","width":172.38},"phone":"frameshift","berth_slot":428,"credit_score":"2023-05-09T08:37:00Z","total":null,"aligned_pct":"REV","updated_at":"test@domain.org"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"yield_pct":{"label":"operational","height":false,"total":48.24,"balance":"user@example.com","width":172.38},"phone":"frameshift","berth_slot":428,"credit_score":"2023-05-09T08:37:00Z","total":null,"aligned_pct":"REV","updated_at":"test@domain.org"} |
TASK repair_structured_output
SPEC
FIELD manifest_ref TYPE null REQUIRED no
FIELD wavelength TYPE string REQUIRED no
FIELD organism TYPE integer REQUIRED no
FIELD website.temp_celsius TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD website.company TYPE string VALUES single|married|divorced... | {"manifest_ref":null,"wavelength":"completed","organism":24,"website":{"temp_celsius":"synonymous","company":"single","bed_number":"sms","frequency_hz":"test@domain.org","enabled":"info@domain.org","quantity":false},"timezone":99} | thought_process | {
"type": "object",
"properties": {
"manifest_ref": {
"type": "null"
},
"wavelength": {
"type": "string"
},
"organism": {
"type": "integer"
},
"website": {
"type": "object",
"properties": {
"temp_celsius": {
"type": "string",
"enu... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"manifest_ref":null,"wavelength":"completed","organism":24,"website":{"temp_celsius":"synonymous","company":"single","bed_number":"sms","frequency_hz":"test@domain.org","enabled":"info@domain... | Output contains chain-of-thought reasoning before JSON | {"manifest_ref":null,"wavelength":"completed","organism":24,"website":{"temp_celsius":"synonymous","company":"single","bed_number":"sms","frequency_hz":"test@domain.org","enabled":"info@domain.org","quantity":false},"timezone":99} |
TASK repair_structured_output
SPEC
FIELD prop_r85 TYPE integer REQUIRED no
FIELD col_z29.dim_q19 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD col_z29.field_x99 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_z29.attr_t99 TYPE string VALUES single|married|divorced REQUIRE... | {"col_z29":{"dim_q19":"level_1","field_x99":"arctic","attr_t99":"married","prop_t81":"anchored","key_p76":"world","prop_v48":"2024-09-01T16:49:00Z","attr_w92":"https://api.example.com/v1","param_r20":"option_a"},"key_c03":{"prop_a81":{"key_k88":"in_progress","dim_x64":"mode_c","dim_e63":"Alice","param_w51":"option_a"},... | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_r85": {
"type": "integer"
},
"col_z29": {
"type": "object",
"properties": {
"dim_q19": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
... | Tool: check_cargo_manifest
Params: {"col_z29": {"dim_q19": "level_1", "field_x99": "arctic", "attr_t99": "married", "prop_t81": "anchored", "key_p76": "world", "prop_v48": "2024-09-01T16:49:00Z", "attr_w92": "https://api.example.com/v1", "param_r20": "option_a"}, "key_c03": {"prop_a81": {"key_k88": "in_progress", "dim_... | Agent used wrong parameter name 'prop_r85_new' instead of 'prop_r85' | {"col_z29":{"dim_q19":"level_1","field_x99":"arctic","attr_t99":"married","prop_t81":"anchored","key_p76":"world","prop_v48":"2024-09-01T16:49:00Z","attr_w92":"https://api.example.com/v1","param_r20":"option_a"},"key_c03":{"prop_a81":{"key_k88":"in_progress","dim_x64":"mode_c","dim_e63":"Alice","param_w51":"option_a"},... |
TASK repair_structured_output
SPEC
FIELD col_k15.val_h81 TYPE string REQUIRED no
FIELD col_k15.param_n58 TYPE string REQUIRED yes
FIELD col_k15.col_e24.prop_x82 TYPE string_email REQUIRED no
FIELD col_k15.col_e24.val_m78 TYPE string REQUIRED no
FIELD col_k15.col_e24.prop_k62[] TYPE number REQUIRED yes
FIELD prop_z38 T... | {"prop_z38":true,"val_g36":"John","prop_c98":"delivered"} | truncated_object | {
"type": "object",
"properties": {
"col_k15": {
"type": "object",
"properties": {
"val_h81": {
"type": "string"
},
"param_n58": {
"type": "string"
},
"col_e24": {
"type": "object",
"properties": {
"prop_x82"... | {"prop_z38":true,"val_g36":"John","prop_c98":"delivered" | Unexpected end of JSON input — truncated object | {"prop_z38":true,"val_g36":"John","prop_c98":"delivered"} |
TASK repair_structured_output
SPEC
FIELD key_u18 TYPE number REQUIRED no
FIELD prop_g56 TYPE string REQUIRED no
FIELD key_f04 TYPE string REQUIRED no
FIELD key_s76 TYPE string REQUIRED no
FIELD col_o53 TYPE integer REQUIRED yes
FIELD field_d32 TYPE number REQUIRED yes
FIELD key_y06 TYPE boolean REQUIRED no
BROKEN_OUT... | {"key_u18":799.11,"key_f04":"chr1","key_s76":"MV-Evergreen-01","col_o53":302,"field_d32":786.97,"key_y06":false} | agent_chain | {
"type": "object",
"properties": {
"key_u18": {
"type": "number"
},
"prop_g56": {
"type": "string"
},
"key_f04": {
"type": "string"
},
"key_s76": {
"type": "string"
},
"col_o53": {
"type": "integer"
},
"field_d32": {
"type": "number"
... | Let me check the system.
Action: check_cargo_manifest
Result: {"key_u18": 799.11, "key_f04": "chr1", "col_o53": 302, "field_d32": 786.97, "key_y06": false}
I'll query our database.
Action: update_record
Result: | Agent multi-step chain with truncated tool output | {"key_u18":799.11,"key_f04":"chr1","key_s76":"MV-Evergreen-01","col_o53":302,"field_d32":786.97,"key_y06":false} |
TASK repair_structured_output
SPEC
FIELD key_v63 TYPE string_email REQUIRED yes
FIELD attr_y95 TYPE integer REQUIRED yes
FIELD param_m01 TYPE null REQUIRED no
FIELD prop_p02.attr_y10.col_b51 TYPE string REQUIRED yes
FIELD prop_p02.attr_y10.field_a69 TYPE integer REQUIRED no
FIELD prop_p02.attr_y10.col_e50 TYPE string ... | {"key_v63":"user@example.com","attr_y95":652,"param_m01":null} | markdown_explanation | {
"type": "object",
"properties": {
"key_v63": {
"type": "string",
"format": "email"
},
"attr_y95": {
"type": "integer"
},
"param_m01": {
"type": "null"
},
"prop_p02": {
"type": "object",
"properties": {
"attr_y10": {
"type": "object"... | Here is the response in the requested format:
```json
{"key_v63":"user@example.com","attr_y95":652,"param_m01":null}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"key_v63":"user@example.com","attr_y95":652,"param_m01":null} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string_email REQUIRED no
FIELD index.phone TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD index.velocity TYPE number REQUIRED no
FIELD index.voltage TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE null REQUIRED no
FIELD nickname TYPE string VALU... | {"index":{"phone":"xl","voltage":"2023-12-25"},"nickname":"free"} | tool_call_text_mix | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"format": "email"
},
"index": {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"... | I'll query our database.
<tool_call name="calibrate_instrument">
{"index":{"phone":"xl","voltage":"2023-12-25"},"nickname":"free"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"index":{"phone":"xl","voltage":"2023-12-25"},"nickname":"free"} |
TASK repair_structured_output
SPEC
FIELD prop_x98 TYPE string REQUIRED no
FIELD attr_o80.val_f69 TYPE integer REQUIRED yes
FIELD attr_o80.key_m92 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD attr_o80.prop_p94.col_g03 TYPE boolean REQUIRED yes
FIELD attr_o80.prop_p94.field_x63 TYPE string REQU... | {"prop_x98":"GRCh38","val_a99":225,"key_t79":"active","col_k12":"London","val_u45":87.25} | extra_text_before | {
"type": "object",
"properties": {
"prop_x98": {
"type": "string"
},
"attr_o80": {
"type": "object",
"properties": {
"val_f69": {
"type": "integer"
},
"key_m92": {
"type": "string",
"enum": [
"open",
"in_pro... | The instrument reported:
{"prop_x98":"GRCh38","val_a99":225,"key_t79":"active","col_k12":"London","val_u45":87.25} | Output contains non-JSON text before the object | {"prop_x98":"GRCh38","val_a99":225,"key_t79":"active","col_k12":"London","val_u45":87.25} |
TASK repair_structured_output
SPEC
FIELD col_c34 TYPE string REQUIRED yes
FIELD col_c98.dim_e28 TYPE null REQUIRED no
FIELD col_c98.param_x71 TYPE boolean REQUIRED yes
FIELD col_c98.field_c36 TYPE integer REQUIRED no
FIELD col_c98.prop_m70 TYPE null REQUIRED no
FIELD col_c98.prop_m11[].val_n17 TYPE string_email REQUIR... | {"col_c34":"Maria","field_u83":"2024-06-30","attr_p72":"test@test.io","col_l72":451} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_c34": {
"type": "string"
},
"col_c98": {
"type": "object",
"properties": {
"dim_e28": {
"type": "null"
},
"param_x71": {
"type": "boolean"
},
"field_c36": {
"type": "integer"
... | Tool: apply_discount
Params: {"field_u83": "2024-06-30", "attr_p72": "test@test.io", "col_l72": 451, "col_c34_value": "Maria"} | Agent used wrong parameter name 'col_c34_value' instead of 'col_c34' | {"col_c34":"Maria","field_u83":"2024-06-30","attr_p72":"test@test.io","col_l72":451} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.