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 version TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD features TYPE string REQUIRED no
FIELD due_date TYPE string VALUES single|married|divorced REQUIRED yes
FIELD first_name TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD values TYPE string REQUIRED n... | {"version":"large","due_date":"divorced","first_name":"large","values":"Charlie","phenotype":"BRL","conductivity":"anchored"} | extra_field | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"features": {
"type": "string"
},
"due_date": {
"type": "string",
"enum": [
"single",
"married",
... | {"version": "large", "due_date": "divorced", "first_name": "large", "values": "Charlie", "phenotype": "BRL", "conductivity": "anchored", "extra_info_9385": 42} | Unknown field 'extra_info_9385' not defined in schema | {"version":"large","due_date":"divorced","first_name":"large","values":"Charlie","phenotype":"BRL","conductivity":"anchored"} |
TASK repair_structured_output
SPEC
FIELD attr_f99 TYPE string REQUIRED yes
FIELD dim_z71 TYPE string_uri REQUIRED no
FIELD attr_w85.key_h18 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_w85.dim_l16 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD attr_w85.prop_m70 TYPE string_date-... | {"attr_f99":"user@domain.com","attr_w85":{"dim_l16":"phone","prop_m70":"2021-06-04T09:45:00Z","prop_y94":true},"key_z70":{"dim_y10":{"key_d97":"divorced","val_v63":true,"key_b26":true,"attr_c96":"pro","field_l02":false},"prop_u33":"anchored","val_g56":81,"param_h57":"2020-01-04T13:34:00Z","param_n06":"success"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_f99": {
"type": "string"
},
"dim_z71": {
"type": "string",
"format": "uri"
},
"attr_w85": {
"type": "object",
"properties": {
"key_h18": {
"type": "string",
"enum": [
"reliable",
... | Tool: schedule_meeting
Params: {"attr_w85": {"dim_l16": "phone", "prop_m70": "2021-06-04T09:45:00Z", "prop_y94": true}, "key_z70": {"dim_y10": {"key_d97": "divorced", "val_v63": true, "key_b26": true, "attr_c96": "pro", "field_l02": false}, "prop_u33": "anchored", "val_g56": 81, "param_h57": "2020-01-04T13:34:00Z", "pa... | Agent used wrong parameter name 'attr_f99_id' instead of 'attr_f99' | {"attr_f99":"user@domain.com","attr_w85":{"dim_l16":"phone","prop_m70":"2021-06-04T09:45:00Z","prop_y94":true},"key_z70":{"dim_y10":{"key_d97":"divorced","val_v63":true,"key_b26":true,"attr_c96":"pro","field_l02":false},"prop_u33":"anchored","val_g56":81,"param_h57":"2020-01-04T13:34:00Z","param_n06":"success"}} |
TASK repair_structured_output
SPEC
FIELD param_l33 TYPE string REQUIRED yes
FIELD field_g56 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD prop_x15 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
I'll validate against the schema.
{"param_l33":"2023-12-25","field_g56":"mode_a","prop_x1... | {"param_l33":"2023-12-25","field_g56":"mode_a","prop_x15":558} | thought_process | {
"type": "object",
"properties": {
"param_l33": {
"type": "string"
},
"field_g56": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"prop_x15": {
"type": "integer"
}
},
"required": [
"param_l33",
"field_g56",
... | Processing the request now.
I'll validate against the schema.
{"param_l33":"2023-12-25","field_g56":"mode_a","prop_x15":558} | Output contains chain-of-thought reasoning before JSON | {"param_l33":"2023-12-25","field_g56":"mode_a","prop_x15":558} |
TASK repair_structured_output
SPEC
FIELD prop_z98 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD attr_c96 TYPE string REQUIRED yes
FIELD prop_w52 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_p20 TYPE integer REQUIRED no
FIELD prop_g75 TYPE string REQUIRED yes
BROKEN_OUTPUT
I found that key_p2... | {"prop_z98":"option_a","attr_c96":"RTG-04","prop_w52":"GBP","key_p20":591,"prop_g75":"inactive"} | partial_structure | {
"type": "object",
"properties": {
"prop_z98": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"attr_c96": {
"type": "string"
},
"prop_w52": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
... | I found that key_p20 should be 591. {"prop_z98":"option_a","attr_c96":"RTG-04","prop_w52":"GBP","key_p20":591,"prop_g75":"inactive"} | Output mixes natural language with JSON | {"prop_z98":"option_a","attr_c96":"RTG-04","prop_w52":"GBP","key_p20":591,"prop_g75":"inactive"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string REQUIRED yes
FIELD loan_amount TYPE integer REQUIRED no
FIELD batch_code TYPE number REQUIRED no
FIELD end_date TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD tags TYPE number REQUIRED no
FIELD manifest_ref TYPE integer REQUIRED no
FIELD ... | {"vital_sign":"approved","loan_amount":866,"end_date":"option_a"} | truncated_array | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string"
},
"loan_amount": {
"type": "integer"
},
"batch_code": {
"type": "number"
},
"end_date": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
... | {"vital_sign":"approved","loan_amount":866,"end_date":"option_a" | Unexpected end of JSON input — truncated object | {"vital_sign":"approved","loan_amount":866,"end_date":"option_a"} |
TASK repair_structured_output
SPEC
FIELD fleet_number TYPE boolean REQUIRED no
FIELD bearing TYPE string VALUES single|married|divorced REQUIRED yes
FIELD sensor_id TYPE string REQUIRED yes
FIELD currency TYPE integer REQUIRED yes
FIELD tax TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD url TYPE str... | {"fleet_number":true,"bearing":"single","sensor_id":"Diana","currency":531,"tax":"type_c","url":"demo","bed_number":null} | missing_required | {
"type": "object",
"properties": {
"fleet_number": {
"type": "boolean"
},
"bearing": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"sensor_id": {
"type": "string"
},
"currency": {
"type": "integer"
},
... | {"fleet_number": true, "bearing": "single", "sensor_id": "Diana", "tax": "type_c", "url": "demo", "bed_number": null} | Required field 'currency' is missing | {"fleet_number":true,"bearing":"single","sensor_id":"Diana","currency":531,"tax":"type_c","url":"demo","bed_number":null} |
TASK repair_structured_output
SPEC
FIELD category TYPE integer REQUIRED no
FIELD width TYPE boolean REQUIRED yes
FIELD url TYPE string REQUIRED yes
FIELD salinity.active TYPE number REQUIRED yes
FIELD salinity.due_date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD salinity.level.manifes... | {"category":186,"width":false,"url":"Jane","salinity":{"active":239.44,"due_date":"nonsense","level":{"manifest_ref":"New York","discount":276.53,"lab_result":"admin@domain.org","run_id":926}}} | null_required | {
"type": "object",
"properties": {
"category": {
"type": "integer"
},
"width": {
"type": "boolean"
},
"url": {
"type": "string"
},
"salinity": {
"type": "object",
"properties": {
"active": {
"type": "number"
},
"due_date": ... | {"category": 186, "width": false, "url": null, "salinity": {"active": 239.44, "due_date": "nonsense", "level": {"manifest_ref": "New York", "discount": 276.53, "lab_result": "admin@domain.org", "run_id": 926}}} | Required field 'url' is null | {"category":186,"width":false,"url":"Jane","salinity":{"active":239.44,"due_date":"nonsense","level":{"manifest_ref":"New York","discount":276.53,"lab_result":"admin@domain.org","run_id":926}}} |
TASK repair_structured_output
SPEC
FIELD maturity_date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD bed_number TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD first_name TYPE string REQUIRED no
FIELD paragraph TYPE string REQUIRED no
FIELD phenotype TYPE s... | {"bed_number":"type_b","phenotype":"New York","phone":"2025-12-17T20:29:00Z"} | extra_text_before | {
"type": "object",
"properties": {
"maturity_date": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"bed_number": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | Below is the JSON object:
{"bed_number":"type_b","phenotype":"New York","phone":"2025-12-17T20:29:00Z"} | Output contains non-JSON text before the object | {"bed_number":"type_b","phenotype":"New York","phone":"2025-12-17T20:29:00Z"} |
TASK repair_structured_output
SPEC
FIELD attr_i73 TYPE integer REQUIRED no
FIELD field_m97 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD prop_v84 TYPE integer REQUIRED no
FIELD key_y15 TYPE string_date-time REQUIRED no
FIELD param_x99 TYPE string REQUIRED no
BROKEN_OUTPUT
{"attr_i73":315,"field_m97":... | {"attr_i73":315,"field_m97":"published","prop_v84":359,"key_y15":"2024-01-28T08:38:00Z"} | extra_text_after | {
"type": "object",
"properties": {
"attr_i73": {
"type": "integer"
},
"field_m97": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"prop_v84": {
"type": "integer"
},
"key_y15": {
"type": "string",
"for... | {"attr_i73":315,"field_m97":"published","prop_v84":359,"key_y15":"2024-01-28T08:38:00Z"}
Analysis finished. | Output contains non-JSON text after the object | {"attr_i73":315,"field_m97":"published","prop_v84":359,"key_y15":"2024-01-28T08:38:00Z"} |
TASK repair_structured_output
SPEC
FIELD allele TYPE string_uri REQUIRED yes
FIELD weight TYPE integer REQUIRED no
FIELD current_draw TYPE string REQUIRED no
FIELD active TYPE string REQUIRED yes
BROKEN_OUTPUT
{"allele": "https://www.org/v1", "current_draw": "QC-07", "active": "REV", "extra_field_8902": "unexpected"} | {"allele":"https://www.org/v1","current_draw":"QC-07","active":"REV"} | extra_field | {
"type": "object",
"properties": {
"allele": {
"type": "string",
"format": "uri"
},
"weight": {
"type": "integer"
},
"current_draw": {
"type": "string"
},
"active": {
"type": "string"
}
},
"required": [
"allele",
"active"
]
} | {"allele": "https://www.org/v1", "current_draw": "QC-07", "active": "REV", "extra_field_8902": "unexpected"} | Unknown field 'extra_field_8902' not defined in schema | {"allele":"https://www.org/v1","current_draw":"QC-07","active":"REV"} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD terminal_id TYPE number REQUIRED no
FIELD collateral.quantity TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD collateral.timezone TYPE string VALUES red|blue|green|black|white REQUIRED no... | {"status":"editor","terminal_id":17.61,"collateral":{"quantity":"option_a","price":"Luis","subject":"MV-Evergreen-01","cargo_type":true},"role":"https://www.org/data","insurance_id":657,"conductivity":null} | null_required | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"terminal_id": {
"type": "number"
},
"collateral": {
"type": "object",
"properties": {
"quantity": {
"type": ... | {"status": "editor", "terminal_id": 17.61, "collateral": {"quantity": "option_a", "price": "Luis", "subject": "MV-Evergreen-01", "cargo_type": true}, "role": null, "insurance_id": 657, "conductivity": null} | Required field 'role' is null | {"status":"editor","terminal_id":17.61,"collateral":{"quantity":"option_a","price":"Luis","subject":"MV-Evergreen-01","cargo_type":true},"role":"https://www.org/data","insurance_id":657,"conductivity":null} |
TASK repair_structured_output
SPEC
FIELD dim_m82 TYPE integer REQUIRED yes
FIELD dim_j42 TYPE string REQUIRED no
FIELD val_o22.param_v95 TYPE string REQUIRED yes
FIELD val_o22.val_g92 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_o22.param_n74 TYPE string_date-time REQUIRED yes
FIELD val_o22.attr_j84 TY... | {"dim_m82":113,"dim_j42":"Maria"} | partial_structure | {
"type": "object",
"properties": {
"dim_m82": {
"type": "integer"
},
"dim_j42": {
"type": "string"
},
"val_o22": {
"type": "object",
"properties": {
"param_v95": {
"type": "string"
},
"val_g92": {
"type": "string",
"e... | The dim_m82 is 113 and {"dim_m82":113,"dim_j42":"Maria"} | Output mixes natural language with JSON | {"dim_m82":113,"dim_j42":"Maria"} |
TASK repair_structured_output
SPEC
FIELD prop_q65 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_z33 TYPE boolean REQUIRED yes
FIELD val_w63 TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
Based on your request, here is the data:
```json
{"prop_q65":"cat_c","field_z33":false,"val... | {"prop_q65":"cat_c","field_z33":false,"val_w63":"red"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_q65": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"field_z33": {
"type": "boolean"
},
"val_w63": {
"type": "string",
"enum": [
"red",
"blue",
"green",
... | Based on your request, here is the data:
```json
{"prop_q65":"cat_c","field_z33":false,"val_w63":"red"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_q65":"cat_c","field_z33":false,"val_w63":"red"} |
TASK repair_structured_output
SPEC
FIELD val_f06 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD param_t71 TYPE integer REQUIRED yes
FIELD attr_y98 TYPE string REQUIRED yes
FIELD attr_u00[].field_v61 TYPE number REQUIRED no
FIELD attr_u00[].key_l77 TYPE string REQUIRED no
FIELD attr_u00[].key_h80 TYPE ... | {"param_t71":495,"attr_y98":"A short description.","attr_u00":[{"field_v61":742.87,"key_l77":"foo","param_l71":"enterprise","key_f19":"pending"}],"val_y97":[{"val_z65":"2025-08-22T23:57:00Z","field_a74":"oceanic","field_z53":"chr1","attr_p65":"FWD"},{"val_z65":"2021-09-09T05:18:00Z","col_f05":461.02,"field_z53":"Charli... | extra_field | {
"type": "object",
"properties": {
"val_f06": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"param_t71": {
"type": "integer"
},
"attr_y98": {
"type": "string"
},
"attr_u00": {
"type": "array",... | {"param_t71": 495, "attr_y98": "A short description.", "attr_u00": [{"field_v61": 742.87, "key_l77": "foo", "param_l71": "enterprise", "key_f19": "pending"}], "val_y97": [{"val_z65": "2025-08-22T23:57:00Z", "field_a74": "oceanic", "field_z53": "chr1", "attr_p65": "FWD"}, {"val_z65": "2021-09-09T05:18:00Z", "col_f05": 4... | Unknown field 'extra_data_5115' not defined in schema | {"param_t71":495,"attr_y98":"A short description.","attr_u00":[{"field_v61":742.87,"key_l77":"foo","param_l71":"enterprise","key_f19":"pending"}],"val_y97":[{"val_z65":"2025-08-22T23:57:00Z","field_a74":"oceanic","field_z53":"chr1","attr_p65":"FWD"},{"val_z65":"2021-09-09T05:18:00Z","col_f05":461.02,"field_z53":"Charli... |
TASK repair_structured_output
SPEC
FIELD val_q28.attr_x00 TYPE string_uri REQUIRED no
FIELD val_q28.prop_p17 TYPE integer REQUIRED yes
FIELD val_q28.key_u37 TYPE null REQUIRED yes
FIELD val_q28.dim_k89 TYPE string REQUIRED no
FIELD val_q28.col_d69 TYPE number REQUIRED no
FIELD val_q28.param_y04 TYPE string REQUIRED ye... | {"field_u07":false,"prop_r08":253,"prop_q28":880.22,"dim_v58":928.41,"dim_t55":379.07} | tool_call_python_syntax | {
"type": "object",
"properties": {
"val_q28": {
"type": "object",
"properties": {
"attr_x00": {
"type": "string",
"format": "uri"
},
"prop_p17": {
"type": "integer"
},
"key_u37": {
"type": "null"
},
"dim... | delete_item(field_u07=False, prop_r08=253, prop_q28=880.22, dim_v58=928.41, dim_t55=379.07) | Tool call uses Python syntax instead of JSON | {"field_u07":false,"prop_r08":253,"prop_q28":880.22,"dim_v58":928.41,"dim_t55":379.07} |
TASK repair_structured_output
SPEC
FIELD val_o02 TYPE string_uri REQUIRED no
FIELD param_l59 TYPE integer REQUIRED no
FIELD attr_x83 TYPE string REQUIRED no
FIELD col_s44 TYPE string REQUIRED yes
FIELD key_e90 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
BROKEN_OUTPUT
{"val_o02... | {"val_o02":"https://api.org/api","param_l59":201,"attr_x83":"Paris","col_s44":"qux","key_e90":"option_a"} | extra_field | {
"type": "object",
"properties": {
"val_o02": {
"type": "string",
"format": "uri"
},
"param_l59": {
"type": "integer"
},
"attr_x83": {
"type": "string"
},
"col_s44": {
"type": "string"
},
"key_e90": {
"type": "string",
"enum": [
... | {"val_o02": "https://api.org/api", "param_l59": 201, "attr_x83": "Paris", "col_s44": "qux", "key_e90": "option_a", "extra_field_5004": true} | Unknown field 'extra_field_5004' not defined in schema | {"val_o02":"https://api.org/api","param_l59":201,"attr_x83":"Paris","col_s44":"qux","key_e90":"option_a"} |
TASK repair_structured_output
SPEC
FIELD status TYPE integer REQUIRED yes
FIELD position TYPE string VALUES option_a|option_b REQUIRED no
FIELD order_id TYPE string_email REQUIRED no
FIELD shipping TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD website TYPE number REQUIRED no
FIELD tile TYPE null REQUIRED yes
BRO... | {"status":398,"position":"option_a","order_id":"admin@test.io","website":206.97,"tile":null} | markdown_fences | {
"type": "object",
"properties": {
"status": {
"type": "integer"
},
"position": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"order_id": {
"type": "string",
"format": "email"
},
"shipping": {
"type": "string",
... | ```json
{"status":398,"position":"option_a","order_id":"admin@test.io","website":206.97,"tile":null}
``` | Output contains markdown code fences | {"status":398,"position":"option_a","order_id":"admin@test.io","website":206.97,"tile":null} |
TASK repair_structured_output
SPEC
FIELD dim_d89 TYPE string_date-time REQUIRED yes
FIELD key_v64 TYPE integer REQUIRED yes
FIELD field_o36.col_f67 TYPE boolean REQUIRED no
FIELD field_o36.field_c42.attr_u67 TYPE null REQUIRED no
FIELD field_o36.field_c42.val_r69 TYPE string REQUIRED no
FIELD field_o36.field_c42.prop_... | {"dim_d89":"2025-05-20T21:11:00Z","key_v64":215,"field_o36":{"col_f67":false,"field_c42":{"attr_u67":null,"val_r69":"Johnson","prop_x79":null,"param_k03":"warning","attr_q62":"2026-02-27T21:01:00Z","attr_v49":"quux"},"param_v60":null,"col_f24":"Johnson","field_a73":null,"param_t39":"warning"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"dim_d89": {
"type": "string",
"format": "date-time"
},
"key_v64": {
"type": "integer"
},
"field_o36": {
"type": "object",
"properties": {
"col_f67": {
"type": "boolean"
},
"field_c42": {
... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"key_v64": 215, "field_o36": {"col_f67": false, "field_c42": {"attr_u67": null, "val_r69": "Johnson", "prop_x79": null, "param_k03": "warning", "attr_q62": "2026-02-27T21:01:00Z", "attr_v49": "quux"}, "param_v60": null, "col_f24": "Johnson", "field_a73"... | Agent tool call missing required parameter 'dim_d89' | {"dim_d89":"2025-05-20T21:11:00Z","key_v64":215,"field_o36":{"col_f67":false,"field_c42":{"attr_u67":null,"val_r69":"Johnson","prop_x79":null,"param_k03":"warning","attr_q62":"2026-02-27T21:01:00Z","attr_v49":"quux"},"param_v60":null,"col_f24":"Johnson","field_a73":null,"param_t39":"warning"}} |
TASK repair_structured_output
SPEC
FIELD field_q09 TYPE integer REQUIRED yes
FIELD dim_t76 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD col_e62.field_t48 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD col_e62.col_q17 TYPE string REQUIRED yes
FIELD col_e62.key_z86.field_r20 TYPE str... | {"field_q09":335,"dim_t76":"mode_a","col_e62":{"field_t48":"option_b","col_q17":"PASS","key_z86":{"field_r20":"green","val_k77":"warning","col_o88":"https://api.org/data","val_d57":"confirmed","attr_p93":214.93}},"dim_t33":"demo","attr_u59":64.95} | partial_structure | {
"type": "object",
"properties": {
"field_q09": {
"type": "integer"
},
"dim_t76": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"col_e62": {
"type": "object",
"properties": {
... | The attr_u59 is 64.95 and {"field_q09":335,"dim_t76":"mode_a","col_e62":{"field_t48":"option_b","col_q17":"PASS","key_z86":{"field_r20":"green","val_k77":"warning","col_o88":"https://api.org/data","val_d57":"confirmed","attr_p93":214.93}},"dim_t33":"demo","attr_u59":64.95} | Output mixes natural language with JSON | {"field_q09":335,"dim_t76":"mode_a","col_e62":{"field_t48":"option_b","col_q17":"PASS","key_z86":{"field_r20":"green","val_k77":"warning","col_o88":"https://api.org/data","val_d57":"confirmed","attr_p93":214.93}},"dim_t33":"demo","attr_u59":64.95} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD branch TYPE string_date-time REQUIRED no
FIELD end_date TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
<tool_call name="read_sensor_array">
{"tags":"degraded","branch":"202... | {"tags":"degraded","branch":"2025-06-12T13:16:00Z","end_date":false} | tool_call_text_mix | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"branch": {
"type": "string",
"format": "date-time"
},
"end_date": {
"type": "boolean"
}
},... | Processing the request now.
<tool_call name="read_sensor_array">
{"tags":"degraded","branch":"2025-06-12T13:16:00Z","end_date":false}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"tags":"degraded","branch":"2025-06-12T13:16:00Z","end_date":false} |
TASK repair_structured_output
SPEC
FIELD col_s08 TYPE boolean REQUIRED no
FIELD attr_v34 TYPE boolean REQUIRED yes
FIELD key_g21 TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"col_s08":false,"attr_v34":false,"key_g21":"GRCh38"}
``` | {"col_s08":false,"attr_v34":false,"key_g21":"GRCh38"} | markdown_fences | {
"type": "object",
"properties": {
"col_s08": {
"type": "boolean"
},
"attr_v34": {
"type": "boolean"
},
"key_g21": {
"type": "string"
}
},
"required": [
"attr_v34",
"key_g21"
]
} | ```json
{"col_s08":false,"attr_v34":false,"key_g21":"GRCh38"}
``` | Output contains markdown code fences | {"col_s08":false,"attr_v34":false,"key_g21":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD torque_output TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD run_id TYPE integer REQUIRED no
FIELD currency TYPE string REQUIRED no
FIELD created_at TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD name.dissolved_oxygen TYPE string_uri REQ... | {"torque_output":"cat_b","run_id":175,"currency":"2024-01-15","half_life":"GRCh38"} | thought_process | {
"type": "object",
"properties": {
"torque_output": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"run_id": {
"type": "integer"
},
"currency": {
"type": "string"
},
"created_at": {
"type": "string",
"enum":... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"torque_output":"cat_b","run_id":175,"currency":"2024-01-15","half_life":"GRCh38"} | Output contains chain-of-thought reasoning before JSON | {"torque_output":"cat_b","run_id":175,"currency":"2024-01-15","half_life":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD role TYPE null REQUIRED no
FIELD comments TYPE integer REQUIRED no
FIELD collateral TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD footnote TYPE integer REQUIRED no
FIELD country TYPE string REQUIRED no
BROKEN_OUTPUT
{"comments": 24, "collateral": null, "country":... | {"comments":24,"collateral":"xl","country":"REV"} | null_required | {
"type": "object",
"properties": {
"role": {
"type": "null"
},
"comments": {
"type": "integer"
},
"collateral": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"footnote": {
"type": "integer"
},
... | {"comments": 24, "collateral": null, "country": "REV"} | Required field 'collateral' is null | {"comments":24,"collateral":"xl","country":"REV"} |
TASK repair_structured_output
SPEC
FIELD col_a30 TYPE integer REQUIRED no
FIELD attr_j72 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD param_j50 TYPE number REQUIRED yes
BROKEN_OUTPUT
Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realisti... | {"col_a30":193,"attr_j72":"option_a","param_j50":451.86} | thought_process | {
"type": "object",
"properties": {
"col_a30": {
"type": "integer"
},
"attr_j72": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"param_j50": {
"type": "number"
}
},
"required": [
"attr_j72",
"param_j50"
]
} | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"col_a30":193,"attr_j72":"option_a","param_j50":451.86} | Output contains chain-of-thought reasoning before JSON | {"col_a30":193,"attr_j72":"option_a","param_j50":451.86} |
TASK repair_structured_output
SPEC
FIELD col_g30 TYPE integer REQUIRED yes
FIELD prop_m83 TYPE boolean REQUIRED no
FIELD key_d05 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD field_l48 TYPE boolean REQUIRED no
FIELD param_a54[].col_c03 TYPE string VALUES single|married|divorced REQUIRED no
FIELD param_a54[].attr_... | {"col_g30":649,"key_d05":"mode_a","param_a54":[{"col_c03":"married","attr_s35":619,"prop_v47":371.97,"attr_k42":"hemizygous","dim_c45":"ops@domain.org","col_j68":121.85}],"attr_j69":["mode_b"]} | missing_required | {
"type": "object",
"properties": {
"col_g30": {
"type": "integer"
},
"prop_m83": {
"type": "boolean"
},
"key_d05": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"field_l48": {
"type": "boolean"
},
"param_a54": {
"... | {"col_g30": 649, "key_d05": "mode_a", "param_a54": [{"col_c03": "married", "attr_s35": 619, "prop_v47": 371.97, "attr_k42": "hemizygous", "dim_c45": "ops@domain.org", "col_j68": 121.85}]} | Required field 'attr_j69' is missing | {"col_g30":649,"key_d05":"mode_a","param_a54":[{"col_c03":"married","attr_s35":619,"prop_v47":371.97,"attr_k42":"hemizygous","dim_c45":"ops@domain.org","col_j68":121.85}],"attr_j69":["mode_b"]} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD published TYPE number REQUIRED yes
FIELD invoice_id[].half_life TYPE number REQUIRED yes
FIELD invoice_id[].balance TYPE string REQUIRED yes
FIELD invoice_id[].thumbnail TYPE boolean REQUIRED yes
FIEL... | {"latitude":"intermittent","published":923.75} | tool_call_python_syntax | {
"type": "object",
"properties": {
"latitude": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"published": {
"type": "number"
},
"invoice_id": {
"type": "array",
"items": {
"type": "object",
"... | validate_sample(latitude='intermittent', published=923.75) | Tool call uses Python syntax instead of JSON | {"latitude":"intermittent","published":923.75} |
TASK repair_structured_output
SPEC
FIELD umi.altitude TYPE null REQUIRED yes
FIELD umi.manifest_ref TYPE string REQUIRED no
FIELD umi.bill_of_lading TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD salinity TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD du... | {"umi":{"altitude":null,"manifest_ref":"demo"},"salinity":"option_d","due_date":831.43,"status_code":false,"email":882.27} | tool_call_bad_format | {
"type": "object",
"properties": {
"umi": {
"type": "object",
"properties": {
"altitude": {
"type": "null"
},
"manifest_ref": {
"type": "string"
},
"bill_of_lading": {
"type": "string",
"enum": [
"level_1",
... | <functioncall> check_cargo_manifest
{umi: {altitude: null, manifest_ref: "demo"}, salinity: "option_d", due_date: 831.43, status_code: false, email: 882.27} | Tool call has malformed arguments — unquoted keys in function parameters | {"umi":{"altitude":null,"manifest_ref":"demo"},"salinity":"option_d","due_date":831.43,"status_code":false,"email":882.27} |
TASK repair_structured_output
SPEC
FIELD prop_u63 TYPE integer REQUIRED yes
FIELD field_m77 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD prop_f18.col_h49 TYPE integer REQUIRED no
FIELD prop_f18.key_g24.val_h28 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_f18.key_g24.c... | {"prop_u63":387,"field_m77":"level_1","prop_f18":{"col_h49":348,"key_g24":{"val_h28":"type_c","param_v03":false,"col_g45":[979.2]},"prop_b58":"chrX","dim_j97":119.46,"val_y83":788,"col_i48":"Tokyo","attr_j86":true},"col_b71":"USD"} | partial_structure | {
"type": "object",
"properties": {
"prop_u63": {
"type": "integer"
},
"field_m77": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"prop_f18": {
"type": "object",
"properties": {... | I found that col_b71 should be USD. {"prop_u63":387,"field_m77":"level_1","prop_f18":{"col_h49":348,"key_g24":{"val_h28":"type_c","param_v03":false,"col_g45":[979.2]},"prop_b58":"chrX","dim_j97":119.46,"val_y83":788,"col_i48":"Tokyo","attr_j86":true},"col_b71":"USD"} | Output mixes natural language with JSON | {"prop_u63":387,"field_m77":"level_1","prop_f18":{"col_h49":348,"key_g24":{"val_h28":"type_c","param_v03":false,"col_g45":[979.2]},"prop_b58":"chrX","dim_j97":119.46,"val_y83":788,"col_i48":"Tokyo","attr_j86":true},"col_b71":"USD"} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string REQUIRED yes
FIELD id TYPE number REQUIRED no
FIELD city TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD zip_code TYPE integer REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
<tool_call name="align_reads">
{"quantity":"b... | {"quantity":"bar","id":198.65,"city":"error"} | tool_call_text_mix | {
"type": "object",
"properties": {
"quantity": {
"type": "string"
},
"id": {
"type": "number"
},
"city": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"zip_code": {
"type": "integer"
}
}... | I need to look up the information first.
<tool_call name="align_reads">
{"quantity":"bar","id":198.65,"city":"error"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"quantity":"bar","id":198.65,"city":"error"} |
TASK repair_structured_output
SPEC
FIELD param_n48 TYPE string_date-time REQUIRED no
FIELD attr_h42 TYPE string_date-time REQUIRED no
FIELD col_d76[] TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_r68[].col_t08 TYPE string_uri REQUIRED no
FIELD prop_r68[].param_m48 TYPE string REQUIRED no
FIE... | {"param_n48":"2026-12-25T13:23:00Z","attr_h42":"2023-06-04T15:58:00Z","prop_r68":[{"col_t08":"https://www.org/data","param_e44":"chr1","attr_t51":254},{"col_t08":"https://data.com/data","param_e44":"RTG-04","attr_t51":796},{"col_t08":"https://www.io/data","param_e44":"world","attr_t51":664}]} | missing_brace | {
"type": "object",
"properties": {
"param_n48": {
"type": "string",
"format": "date-time"
},
"attr_h42": {
"type": "string",
"format": "date-time"
},
"col_d76": {
"type": "array",
"items": {
"type": "string",
"enum": [
"reliable",
... | {"param_n48":"2026-12-25T13:23:00Z","attr_h42":"2023-06-04T15:58:00Z","prop_r68":[{"col_t08":"https://www.org/data","param_e44":"chr1","attr_t51":254},{"col_t08":"https://data.com/data","param_e44":"RTG-04","attr_t51":796},{"col_t08":"https://www.io/data","param_e44":"world","attr_t51":664]} | Missing closing brace | {"param_n48":"2026-12-25T13:23:00Z","attr_h42":"2023-06-04T15:58:00Z","prop_r68":[{"col_t08":"https://www.org/data","param_e44":"chr1","attr_t51":254},{"col_t08":"https://data.com/data","param_e44":"RTG-04","attr_t51":796},{"col_t08":"https://www.io/data","param_e44":"world","attr_t51":664}]} |
TASK repair_structured_output
SPEC
FIELD param_r41 TYPE integer REQUIRED no
FIELD key_i29 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD key_d50 TYPE string REQUIRED no
FIELD param_t99 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> align_reads
{param_r41: 948, key_i29: "level_2", key_d50... | {"param_r41":948,"key_i29":"level_2","key_d50":"A short description.","param_t99":"world"} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_r41": {
"type": "integer"
},
"key_i29": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"key_d50": {
"type": "string"
},
"param_t99": {
"type": "st... | <functioncall> align_reads
{param_r41: 948, key_i29: "level_2", key_d50: "A short description.", param_t99: "world"} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_r41":948,"key_i29":"level_2","key_d50":"A short description.","param_t99":"world"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string_email REQUIRED no
FIELD thumbnail TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD order_id TYPE string REQUIRED yes
FIELD position TYPE integer REQUIRED no
FIELD maturity_date TYPE string REQUIRED no
BROKEN_OUTPUT
{thumbnail:"medium",order_id:... | {"thumbnail":"medium","order_id":"world","position":251} | unquoted_keys | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"format": "email"
},
"thumbnail": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"order_id": {
"type": "string"
},
"position": {
... | {thumbnail:"medium",order_id:"world",position:251} | Expecting property name enclosed in double quotes | {"thumbnail":"medium","order_id":"world","position":251} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD role TYPE string REQUIRED yes
FIELD repository TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD items[].first_name TYPE string REQUIRED no
FIELD items[].item_id TYPE string REQUIR... | {"brake_pressure":"moored","role":"2024-01-15","repository":"low"} | tool_call_partial_args | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"role": {
"type": "string"
},
"repository": {
"type": "string",
"enum": [
"low",
... | I need to look up the information first.
Action: create_order
Arguments: {"brake_pressure": "moored", "repository": "low"} | Agent tool call missing required parameter 'role' | {"brake_pressure":"moored","role":"2024-01-15","repository":"low"} |
TASK repair_structured_output
SPEC
FIELD attr_u62 TYPE null REQUIRED no
FIELD param_e03 TYPE null REQUIRED yes
FIELD prop_k53.attr_c00 TYPE string REQUIRED yes
FIELD prop_k53.dim_s94 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD prop_k53.field_r70 TYPE integer REQUIRED no
FIELD prop_k53.dim_s89.val_o85 TYPE ... | {"attr_u62":null,"param_e03":null,"prop_k53":{"attr_c00":"FWD","dim_s94":"option_b","dim_s89":{"val_o85":862.03,"dim_e97":"RTG-04","col_f07":false,"key_a64":"nonsense","col_d46":260.64},"attr_e37":{"key_e57":"cat_c","param_v54":473}}} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_u62": {
"type": "null"
},
"param_e03": {
"type": "null"
},
"prop_k53": {
"type": "object",
"properties": {
"attr_c00": {
"type": "string"
},
"dim_s94": {
"type": "string",
"enu... | <functioncall> create_order
{attr_u62: null, param_e03: null, prop_k53: {attr_c00: "FWD", dim_s94: "option_b", dim_s89: {val_o85: 862.03, dim_e97: "RTG-04", col_f07: false, key_a64: "nonsense", col_d46: 260.64}, attr_e37: {key_e57: "cat_c", param_v54: 473}}} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_u62":null,"param_e03":null,"prop_k53":{"attr_c00":"FWD","dim_s94":"option_b","dim_s89":{"val_o85":862.03,"dim_e97":"RTG-04","col_f07":false,"key_a64":"nonsense","col_d46":260.64},"attr_e37":{"key_e57":"cat_c","param_v54":473}}} |
TASK repair_structured_output
SPEC
FIELD options TYPE string VALUES type_a|type_b REQUIRED yes
FIELD size TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD decay_rate TYPE boolean REQUIRED yes
FIELD ph_level TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"options":"type_a","size":"mod... | {"options":"type_a","size":"mode_c","decay_rate":true,"ph_level":"2022-02-08T11:20:00Z"} | missing_brace | {
"type": "object",
"properties": {
"options": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"size": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
... | {"options":"type_a","size":"mode_c","decay_rate":true,"ph_level":"2022-02-08T11:20:00Z" | Missing closing brace | {"options":"type_a","size":"mode_c","decay_rate":true,"ph_level":"2022-02-08T11:20:00Z"} |
TASK repair_structured_output
SPEC
FIELD val_l44 TYPE number REQUIRED yes
FIELD col_k95 TYPE string REQUIRED yes
FIELD val_z77 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_k08.key_x02.val_q28 TYPE null REQUIRED no
FIELD key_k08.key_x02.field_d05 TYPE string REQUIRED no
FIELD key_k08.key_x02.key_i44 TY... | {"val_l44":299.77,"col_k95":"Berlin","key_k08":{"key_x02":{"val_q28":null,"field_d05":"demo","key_i44":true,"dim_d71":"REV","val_o42":585,"col_x56":"arctic"},"param_k45":"2025-12-04T03:02:00Z","field_h08":"pending","attr_z33":{"param_f77":"2021-04-02T02:24:00Z","dim_u72":true}}} | markdown_explanation | {
"type": "object",
"properties": {
"val_l44": {
"type": "number"
},
"col_k95": {
"type": "string"
},
"val_z77": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_k08": {
"type": "object",
"pr... | The instrument reported:
```json
{"val_l44":299.77,"col_k95":"Berlin","key_k08":{"key_x02":{"val_q28":null,"field_d05":"demo","key_i44":true,"dim_d71":"REV","val_o42":585,"col_x56":"arctic"},"param_k45":"2025-12-04T03:02:00Z","field_h08":"pending","attr_z33":{"param_f77":"2021-04-02T02:24:00Z","dim_u72":true}}}
```
Dat... | Output contains markdown and explanatory text around JSON | {"val_l44":299.77,"col_k95":"Berlin","key_k08":{"key_x02":{"val_q28":null,"field_d05":"demo","key_i44":true,"dim_d71":"REV","val_o42":585,"col_x56":"arctic"},"param_k45":"2025-12-04T03:02:00Z","field_h08":"pending","attr_z33":{"param_f77":"2021-04-02T02:24:00Z","dim_u72":true}}} |
TASK repair_structured_output
SPEC
FIELD key_m17 TYPE number REQUIRED yes
FIELD attr_z21 TYPE number REQUIRED no
FIELD col_x81.attr_f81 TYPE string REQUIRED yes
FIELD col_x81.attr_t98 TYPE string REQUIRED no
FIELD col_x81.field_v37 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
F... | {"key_m17":168.7,"attr_z21":766.42,"col_x81":{"attr_f81":"pending","attr_t98":"demo","field_v37":"option_a","key_o16":"2020-11-24T12:29:00Z"},"field_x18":"2024-01-15","prop_v66":false} | number_with_unit | {
"type": "object",
"properties": {
"key_m17": {
"type": "number"
},
"attr_z21": {
"type": "number"
},
"col_x81": {
"type": "object",
"properties": {
"attr_f81": {
"type": "string"
},
"attr_t98": {
"type": "string"
},
... | {"key_m17": "168.7ms", "attr_z21": 766.42, "col_x81": {"attr_f81": "pending", "attr_t98": "demo", "field_v37": "option_a", "key_o16": "2020-11-24T12:29:00Z"}, "field_x18": "2024-01-15", "prop_v66": false} | Field 'key_m17' must be number, got string with unit | {"key_m17":168.7,"attr_z21":766.42,"col_x81":{"attr_f81":"pending","attr_t98":"demo","field_v37":"option_a","key_o16":"2020-11-24T12:29:00Z"},"field_x18":"2024-01-15","prop_v66":false} |
TASK repair_structured_output
SPEC
FIELD category TYPE string REQUIRED no
FIELD strand TYPE integer REQUIRED no
FIELD chromosome TYPE string REQUIRED no
FIELD footnote TYPE string REQUIRED yes
FIELD fleet_number[].tile TYPE integer REQUIRED yes
FIELD fleet_number[].log_level TYPE string VALUES new|in_transit|delivered... | {"strand":779,"footnote":"sample","fleet_number":[{"tile":642,"log_level":"delivered","maturity_date":581},{"tile":745,"maturity_date":486},{"tile":680,"log_level":"new","repository":452,"maturity_date":856}],"product_id":[147,296,795,853]} | extra_text_after | {
"type": "object",
"properties": {
"category": {
"type": "string"
},
"strand": {
"type": "integer"
},
"chromosome": {
"type": "string"
},
"footnote": {
"type": "string"
},
"fleet_number": {
"type": "array",
"items": {
"type": "object",... | {"strand":779,"footnote":"sample","fleet_number":[{"tile":642,"log_level":"delivered","maturity_date":581},{"tile":745,"maturity_date":486},{"tile":680,"log_level":"new","repository":452,"maturity_date":856}],"product_id":[147,296,795,853]}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"strand":779,"footnote":"sample","fleet_number":[{"tile":642,"log_level":"delivered","maturity_date":581},{"tile":745,"maturity_date":486},{"tile":680,"log_level":"new","repository":452,"maturity_date":856}],"product_id":[147,296,795,853]} |
TASK repair_structured_output
SPEC
FIELD key_g97 TYPE string_uri REQUIRED no
FIELD col_c35 TYPE null REQUIRED yes
FIELD dim_q25 TYPE string REQUIRED no
FIELD val_f34 TYPE null REQUIRED no
FIELD attr_x76.prop_r10 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD attr_x76.key_n23 TYPE string VALUES cat_... | {"col_c35":null,"val_f34":null} | missing_required | {
"type": "object",
"properties": {
"key_g97": {
"type": "string",
"format": "uri"
},
"col_c35": {
"type": "null"
},
"dim_q25": {
"type": "string"
},
"val_f34": {
"type": "null"
},
"attr_x76": {
"type": "object",
"properties": {
"... | {"val_f34": null} | Required field 'col_c35' is missing | {"col_c35":null,"val_f34":null} |
TASK repair_structured_output
SPEC
FIELD attr_i18.dim_i29 TYPE string_email REQUIRED no
FIELD attr_i18.col_k55 TYPE string_uri REQUIRED no
FIELD attr_i18.col_q74 TYPE integer REQUIRED yes
FIELD attr_i18.col_r03 TYPE integer REQUIRED no
FIELD attr_i18.val_x50.field_p92 TYPE number REQUIRED yes
FIELD attr_i18.val_x50.co... | {"attr_i18":{"dim_i29":"ops@example.com","col_q74":613,"col_r03":734,"val_x50":{"field_p92":394.45,"col_a15":"type_e","dim_e33":"type_b","param_f01":"https://api.example.com/v1","col_j61":528,"prop_i47":"mode_b"},"val_v57":{"attr_f52":"https://data.com/data","val_u13":432.63,"col_w01":"draft"}},"key_c92":"Tokyo","field... | missing_required | {
"type": "object",
"properties": {
"attr_i18": {
"type": "object",
"properties": {
"dim_i29": {
"type": "string",
"format": "email"
},
"col_k55": {
"type": "string",
"format": "uri"
},
"col_q74": {
"type": "in... | {"attr_i18": {"dim_i29": "ops@example.com", "col_q74": 613, "col_r03": 734, "val_x50": {"field_p92": 394.45, "col_a15": "type_e", "dim_e33": "type_b", "param_f01": "https://api.example.com/v1", "col_j61": 528, "prop_i47": "mode_b"}, "val_v57": {"attr_f52": "https://data.com/data", "val_u13": 432.63, "col_w01": "draft"}... | Required field 'col_k74' is missing | {"attr_i18":{"dim_i29":"ops@example.com","col_q74":613,"col_r03":734,"val_x50":{"field_p92":394.45,"col_a15":"type_e","dim_e33":"type_b","param_f01":"https://api.example.com/v1","col_j61":528,"prop_i47":"mode_b"},"val_v57":{"attr_f52":"https://data.com/data","val_u13":432.63,"col_w01":"draft"}},"key_c92":"Tokyo","field... |
TASK repair_structured_output
SPEC
FIELD product_id TYPE integer REQUIRED yes
FIELD step TYPE number REQUIRED yes
FIELD item_id TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD timezone TYPE integer REQUIRED yes
FIELD vessel_name TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD patient... | {"product_id":404,"step":541.23,"item_id":"intermittent","timezone":720,"vessel_name":"basic"} | invalid_enum | {
"type": "object",
"properties": {
"product_id": {
"type": "integer"
},
"step": {
"type": "number"
},
"item_id": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"timezone": {
"type": "integer"
},
... | {"product_id": 404, "step": 541.23, "item_id": "intermittent", "timezone": 720, "vessel_name": "invalid_option_45"} | Field 'vessel_name' has invalid enum value 'invalid_option_45', expected one of ['free', 'basic', 'pro', 'enterprise'] | {"product_id":404,"step":541.23,"item_id":"intermittent","timezone":720,"vessel_name":"basic"} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE boolean REQUIRED yes
FIELD batch_code TYPE number REQUIRED yes
FIELD rating TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD bearing TYPE null REQUIRED no
BROKEN_OUTPUT
Tool: calculate_docking_fee
Params: {"current_draw": ... | {"current_draw":true,"batch_code":80.85,"rating":"level_6"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"current_draw": {
"type": "boolean"
},
"batch_code": {
"type": "number"
},
"rating": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
... | Tool: calculate_docking_fee
Params: {"current_draw": true, "batch_code": 80.85, "rating": "level_6"} | Agent used wrong parameter name 'bearing2' instead of 'bearing' | {"current_draw":true,"batch_code":80.85,"rating":"level_6"} |
TASK repair_structured_output
SPEC
FIELD country TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD shipping TYPE string REQUIRED no
FIELD email TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD currency TYPE string REQUIRED no
FIELD description[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
Based ... | {"country":"viewer","shipping":"Tokyo","email":"coastal","currency":"Silva","description":[684,425,567,239]} | extra_text_before | {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"shipping": {
"type": "string"
},
"email": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland... | Based on your request, here is the data:
{"country":"viewer","shipping":"Tokyo","email":"coastal","currency":"Silva","description":[684,425,567,239]} | Output contains non-JSON text before the object | {"country":"viewer","shipping":"Tokyo","email":"coastal","currency":"Silva","description":[684,425,567,239]} |
TASK repair_structured_output
SPEC
FIELD dim_q98 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD param_a74 TYPE string_email REQUIRED yes
FIELD col_u36 TYPE integer REQUIRED yes
BROKEN_OUTPUT
"dim_q98":"type_b","param_a74":"admin@example.com","col_u36":626} | {"dim_q98":"type_b","param_a74":"admin@example.com","col_u36":626} | missing_brace | {
"type": "object",
"properties": {
"dim_q98": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"param_a74": {
"type": "string",
"format": "email"
},
"col_u36": {
"type": "integer"
}
},
"required... | "dim_q98":"type_b","param_a74":"admin@example.com","col_u36":626} | Missing closing brace | {"dim_q98":"type_b","param_a74":"admin@example.com","col_u36":626} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE boolean REQUIRED no
FIELD image_url TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD height TYPE integer REQUIRED no
FIELD level TYPE null REQUIRED yes
FIELD log_level.bearing TYPE boolean REQUIRED yes
FIELD log_level.subtotal TYPE string VALUES small|... | {"throttle_pos":false,"height":184,"level":null,"log_level":{"bearing":false,"subtotal":"small","brake_pressure":{"address":3,"status_code":"test@example.com","insurance_id":"Maria","isotope":"chr1","terminal_id":638,"ward":"qux"}},"tax":{"isotope":86,"shipping":876,"last_name":"2023-12-25","filter_flag":{"shift_code":... | truncated_object | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "boolean"
},
"image_url": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"height": {
"type": "integer"
},
"level": {
"type": "null"
},
"log_le... | {"throttle_pos":false,"height":184,"level":null,"log_level":{"bearing":false,"subtotal":"small","brake_pressure":{"address":3,"status_code":"test@example.com","insurance_id":"Maria","isotope":"chr1","terminal_id":638,"ward":"qux"}},"tax":{"isotope":86,"shipping":876,"last_name":"2023-12-25","filter_flag":{"shift_code":... | Unexpected end of JSON input — truncated object | {"throttle_pos":false,"height":184,"level":null,"log_level":{"bearing":false,"subtotal":"small","brake_pressure":{"address":3,"status_code":"test@example.com","insurance_id":"Maria","isotope":"chr1","terminal_id":638,"ward":"qux"}},"tax":{"isotope":86,"shipping":876,"last_name":"2023-12-25","filter_flag":{"shift_code":... |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES single|married|divorced REQUIRED no
FIELD yield_pct TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD visible TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
BROKEN_OUTPUT
{'repository':'married','yield_pct':'BRL','visible':'a... | {"repository":"married","yield_pct":"BRL","visible":"arctic"} | single_quotes | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"yield_pct": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
... | {'repository':'married','yield_pct':'BRL','visible':'arctic'} | Expecting property name enclosed in double quotes | {"repository":"married","yield_pct":"BRL","visible":"arctic"} |
TASK repair_structured_output
SPEC
FIELD message.notes TYPE null REQUIRED no
FIELD message.turbidity TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD message.current_draw TYPE integer REQUIRED yes
FIELD message.latitude TYPE boolean REQUIRED no
FIELD country.amplitude TYPE string VALUES mode_a|m... | {"country":{"amplitude":"mode_b","brake_pressure":"cat_a","feedback":897},"pressure_kpa":52.6,"allele":false,"consignee":null,"aligned_pct":"medium","manifest_ref":false} | wrong_type | {
"type": "object",
"properties": {
"message": {
"type": "object",
"properties": {
"notes": {
"type": "null"
},
"turbidity": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | {"country": {"amplitude": "mode_b", "brake_pressure": "cat_a", "feedback": 897}, "pressure_kpa": 52.6, "allele": "\"no\"", "consignee": null, "aligned_pct": "medium", "manifest_ref": false} | Field 'allele' must be boolean, got string | {"country":{"amplitude":"mode_b","brake_pressure":"cat_a","feedback":897},"pressure_kpa":52.6,"allele":false,"consignee":null,"aligned_pct":"medium","manifest_ref":false} |
TASK repair_structured_output
SPEC
FIELD attr_t16 TYPE boolean REQUIRED yes
FIELD field_q97 TYPE integer REQUIRED yes
FIELD field_f34.field_y61 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD field_f34.key_u70 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD field_f34.prop_y67 TYPE string VALUES b... | {"attr_t16":false,"field_q97":15,"field_f34":{"field_y61":"BRL","key_u70":"small","prop_y67":"underway","field_r24":"baz"}} | missing_brace | {
"type": "object",
"properties": {
"attr_t16": {
"type": "boolean"
},
"field_q97": {
"type": "integer"
},
"field_f34": {
"type": "object",
"properties": {
"field_y61": {
"type": "string",
"enum": [
"USD",
"EUR",
... | {"attr_t16":false,"field_q97":15,"field_f34":"field_y61":"BRL","key_u70":"small","prop_y67":"underway","field_r24":"baz"}} | Missing closing brace | {"attr_t16":false,"field_q97":15,"field_f34":{"field_y61":"BRL","key_u70":"small","prop_y67":"underway","field_r24":"baz"}} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE boolean REQUIRED no
FIELD due_date TYPE boolean REQUIRED yes
FIELD aligned_pct TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD deploy_target.date TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD deploy_target.add... | {"due_date":true,"aligned_pct":"moored","deploy_target":{"address":768,"format":"oceanic","notes":false}} | wrong_type | {
"type": "object",
"properties": {
"velocity": {
"type": "boolean"
},
"due_date": {
"type": "boolean"
},
"aligned_pct": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"deploy_target": {
"... | {"due_date": "\"yes\"", "aligned_pct": "moored", "deploy_target": {"address": 768, "format": "oceanic", "notes": false}} | Field 'due_date' must be boolean, got string | {"due_date":true,"aligned_pct":"moored","deploy_target":{"address":768,"format":"oceanic","notes":false}} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD timezone TYPE string REQUIRED no
FIELD phone TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD lane TYPE integer REQUIRED yes
FIELD state TYPE integer REQUIRED no
FIELD language TYPE string VALUES synonymous|misse... | {"chromosome":"cat_a","phone":"cat_a","lane":745,"language":"missense"} | partial_structure | {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"timezone": {
"type": "string"
},
"phone": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
... | Result: phone=cat_a, {"chromosome":"cat_a","phone":"cat_a","lane":745,"language":"missense"} | Output mixes natural language with JSON | {"chromosome":"cat_a","phone":"cat_a","lane":745,"language":"missense"} |
TASK repair_structured_output
SPEC
FIELD dim_l27 TYPE integer REQUIRED no
FIELD param_f86 TYPE integer REQUIRED yes
FIELD dim_e53 TYPE null REQUIRED no
FIELD key_l41.col_d19 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_l41.param_f01 TYPE string VALUES free|basic|pro|enterprise REQUI... | {"dim_l27":624,"param_f86":2,"dim_e53":null,"key_l41":{"col_d19":"nonsense","param_f01":"free","prop_r73":false,"attr_n34":"hemizygous"},"prop_t35":{"dim_y77":"hemizygous"}} | markdown_fences | {
"type": "object",
"properties": {
"dim_l27": {
"type": "integer"
},
"param_f86": {
"type": "integer"
},
"dim_e53": {
"type": "null"
},
"key_l41": {
"type": "object",
"properties": {
"col_d19": {
"type": "string",
"enum": [
... | ```json
{"dim_l27":624,"param_f86":2,"dim_e53":null,"key_l41":{"col_d19":"nonsense","param_f01":"free","prop_r73":false,"attr_n34":"hemizygous"},"prop_t35":{"dim_y77":"hemizygous"}}
``` | Output contains markdown code fences | {"dim_l27":624,"param_f86":2,"dim_e53":null,"key_l41":{"col_d19":"nonsense","param_f01":"free","prop_r73":false,"attr_n34":"hemizygous"},"prop_t35":{"dim_y77":"hemizygous"}} |
TASK repair_structured_output
SPEC
FIELD attr_w31 TYPE string REQUIRED yes
FIELD prop_i02 TYPE boolean REQUIRED no
FIELD val_t40.key_j21 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD val_t40.attr_a32 TYPE string_uri REQUIRED yes
FIELD val_t40.dim_t80 TYPE string VALUES pending_review|co... | {"attr_w31":"Tokyo","prop_i02":true,"val_t40":{"key_j21":"synonymous","attr_a32":"https://api.io/data","dim_t80":"pending_review","prop_o89":"basic"}} | missing_bracket | {
"type": "object",
"properties": {
"attr_w31": {
"type": "string"
},
"prop_i02": {
"type": "boolean"
},
"val_t40": {
"type": "object",
"properties": {
"key_j21": {
"type": "string",
"enum": [
"synonymous",
"missense",
... | {"attr_w31":"Tokyo","prop_i02":true,"val_t40":{"key_j21":"synonymous","attr_a32":"https://api.io/data","dim_t80":"pending_review","prop_o89":"basic"}} | Missing closing bracket | {"attr_w31":"Tokyo","prop_i02":true,"val_t40":{"key_j21":"synonymous","attr_a32":"https://api.io/data","dim_t80":"pending_review","prop_o89":"basic"}} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string_date-time REQUIRED yes
FIELD message TYPE string_uri REQUIRED no
FIELD reagent[].name TYPE string REQUIRED yes
FIELD reagent[].values TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD reagent[].chromosome TYPE array REQUIRED yes
BROKEN_OUTPUT
{'isot... | {"isotope":"2023-12-07T14:54:00Z","reagent":[{"name":"Sao Paulo","values":"JPY","chromosome":["mode_d","mode_c"]},{"name":"Bob","values":"BRL","chromosome":["mode_b","mode_c","mode_d"]},{"name":"test@example.com","values":"GBP","chromosome":["mode_d","mode_b"]},{"name":"example","values":"BRL","chromosome":["mode_e","m... | single_quotes | {
"type": "object",
"properties": {
"isotope": {
"type": "string",
"format": "date-time"
},
"message": {
"type": "string",
"format": "uri"
},
"reagent": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
... | {'isotope':'2023-12-07T14:54:00Z','reagent':[{'name':'Sao Paulo','values':'JPY','chromosome':['mode_d','mode_c']},{'name':'Bob','values':'BRL','chromosome':['mode_b','mode_c','mode_d']},{'name':'test@example.com','values':'GBP','chromosome':['mode_d','mode_b']},{'name':'example','values':'BRL','chromosome':['mode_e','m... | Expecting property name enclosed in double quotes | {"isotope":"2023-12-07T14:54:00Z","reagent":[{"name":"Sao Paulo","values":"JPY","chromosome":["mode_d","mode_c"]},{"name":"Bob","values":"BRL","chromosome":["mode_b","mode_c","mode_d"]},{"name":"test@example.com","values":"GBP","chromosome":["mode_d","mode_b"]},{"name":"example","values":"BRL","chromosome":["mode_e","m... |
TASK repair_structured_output
SPEC
FIELD subject TYPE string REQUIRED yes
FIELD shipping TYPE string REQUIRED no
FIELD frequency_hz TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD consignee TYPE string VALUES draft|published|archived REQUIRED no
FIELD tile TYPE string VALUES coastal|oceani... | {"subject":"Charlie","frequency_hz":"nonsense","consignee":"published","tile":"oceanic","latitude":"Smith"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"subject": {
"type": "string"
},
"shipping": {
"type": "string"
},
"frequency_hz": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"consignee": {
... | get_inventory(subject='Charlie', frequency_hz='nonsense', consignee='published', tile='oceanic', latitude='Smith') | Tool call uses Python syntax instead of JSON | {"subject":"Charlie","frequency_hz":"nonsense","consignee":"published","tile":"oceanic","latitude":"Smith"} |
TASK repair_structured_output
SPEC
FIELD medication TYPE integer REQUIRED yes
FIELD options TYPE null REQUIRED no
FIELD log_level TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD label TYPE string REQUIRED no
FIELD age[] TYPE string VALUES small|medium|large|xl REQUIRED yes
BROKEN_OUTPUT
{"medication"... | {"medication":152,"options":null,"log_level":"red","age":["small","xl","large"]} | number_with_unit | {
"type": "object",
"properties": {
"medication": {
"type": "integer"
},
"options": {
"type": "null"
},
"log_level": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"label": {
"type": ... | {"medication": "152MB", "options": null, "log_level": "red", "age": ["small", "xl", "large"]} | Field 'medication' must be number, got string with unit | {"medication":152,"options":null,"log_level":"red","age":["small","xl","large"]} |
TASK repair_structured_output
SPEC
FIELD key_c03 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD field_o37 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD field_f47 TYPE string REQUIRED yes
FIELD attr_p94 TYPE string_date-time REQUIRED no
FIELD key_x95 TYPE number ... | {"field_o37":"level_4","field_f47":"chr1","attr_p94":"2026-01-22T20:47:00Z","key_x95":539.19} | extra_text_after | {
"type": "object",
"properties": {
"key_c03": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"field_o37": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
... | {"field_o37":"level_4","field_f47":"chr1","attr_p94":"2026-01-22T20:47:00Z","key_x95":539.19}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"field_o37":"level_4","field_f47":"chr1","attr_p94":"2026-01-22T20:47:00Z","key_x95":539.19} |
TASK repair_structured_output
SPEC
FIELD field_n43 TYPE number REQUIRED no
FIELD val_e72 TYPE null REQUIRED no
FIELD attr_v35 TYPE string_date-time REQUIRED no
FIELD key_x64 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD col_a51 TYPE string REQUIRED no
FIELD field_q45 TYPE string REQUIRED no
FIELD... | {"val_e72":null,"attr_v35":"2025-04-02T13:44:00Z","key_x64":"inland","col_a51":"RTG-04","field_q45":"Luis","prop_o65":{"attr_p42":"offline","param_z80":813,"field_i35":true},"key_h92":"warning"} | markdown_fences | {
"type": "object",
"properties": {
"field_n43": {
"type": "number"
},
"val_e72": {
"type": "null"
},
"attr_v35": {
"type": "string",
"format": "date-time"
},
"key_x64": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inlan... | ```json
{"val_e72":null,"attr_v35":"2025-04-02T13:44:00Z","key_x64":"inland","col_a51":"RTG-04","field_q45":"Luis","prop_o65":{"attr_p42":"offline","param_z80":813,"field_i35":true},"key_h92":"warning"}
``` | Output contains markdown code fences | {"val_e72":null,"attr_v35":"2025-04-02T13:44:00Z","key_x64":"inland","col_a51":"RTG-04","field_q45":"Luis","prop_o65":{"attr_p42":"offline","param_z80":813,"field_i35":true},"key_h92":"warning"} |
TASK repair_structured_output
SPEC
FIELD col_f29 TYPE string REQUIRED no
FIELD col_m73 TYPE integer REQUIRED no
FIELD val_q76 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD attr_d37 TYPE string VALUES level_1|level_2 REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data:
{"col_f29":"London"... | {"col_f29":"London","val_q76":"level_3","attr_d37":"level_1"} | extra_text_before | {
"type": "object",
"properties": {
"col_f29": {
"type": "string"
},
"col_m73": {
"type": "integer"
},
"val_q76": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"attr_d37": {
"type": "string",
"enum": [... | Based on your request, here is the data:
{"col_f29":"London","val_q76":"level_3","attr_d37":"level_1"} | Output contains non-JSON text before the object | {"col_f29":"London","val_q76":"level_3","attr_d37":"level_1"} |
TASK repair_structured_output
SPEC
FIELD key_m82 TYPE null REQUIRED no
FIELD dim_h45 TYPE string_email REQUIRED no
FIELD col_t29.param_p85 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_t29.attr_o89 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD col_t29.attr_b49 TYPE b... | {"key_m82":null,"dim_h45":"user@example.com","key_h11":{"attr_s27":"This is a test value.","prop_a44":"2023-12-25"}} | extra_text_after | {
"type": "object",
"properties": {
"key_m82": {
"type": "null"
},
"dim_h45": {
"type": "string",
"format": "email"
},
"col_t29": {
"type": "object",
"properties": {
"param_p85": {
"type": "string",
"enum": [
"email",
... | {"key_m82":null,"dim_h45":"user@example.com","key_h11":{"attr_s27":"This is a test value.","prop_a44":"2023-12-25"}}
This should match the schema you provided. | Output contains non-JSON text after the object | {"key_m82":null,"dim_h45":"user@example.com","key_h11":{"attr_s27":"This is a test value.","prop_a44":"2023-12-25"}} |
TASK repair_structured_output
SPEC
FIELD prop_x40 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD col_e16 TYPE string_uri REQUIRED no
FIELD param_w29 TYPE string REQUIRED yes
FIELD param_c41.attr_v30 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_c41.prop_w74 TYPE string... | {"col_e16":"https://api.io/v1","param_w29":"Bob","attr_e08":316,"col_s87":341.21,"attr_u23":503.54} | single_quotes | {
"type": "object",
"properties": {
"prop_x40": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_e16": {
"type": "string",
"format": "uri"
},
"param_w29": {
"type": "string"
},
"param_c... | {'col_e16':'https://api.io/v1','param_w29':'Bob','attr_e08':316,'col_s87':341.21,'attr_u23':503.54} | Expecting property name enclosed in double quotes | {"col_e16":"https://api.io/v1","param_w29":"Bob","attr_e08":316,"col_s87":341.21,"attr_u23":503.54} |
TASK repair_structured_output
SPEC
FIELD ward.address TYPE integer REQUIRED yes
FIELD ward.barcode TYPE string VALUES draft|published|archived REQUIRED yes
FIELD ward.strand TYPE boolean REQUIRED yes
FIELD weight TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD name.velocity TYPE string REQUIRED yes
FIELD na... | {"ward":{"address":19,"barcode":"draft","strand":false},"weight":"medium","name":{"velocity":"sample","active":138,"length":{"conductivity":"push","full_name":false}}} | missing_brace | {
"type": "object",
"properties": {
"ward": {
"type": "object",
"properties": {
"address": {
"type": "integer"
},
"barcode": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},... | {"ward":{"address":19,"barcode":"draft","strand":false},"weight":"medium","name":"velocity":"sample","active":138,"length":{"conductivity":"push","full_name":false}}} | Missing closing brace | {"ward":{"address":19,"barcode":"draft","strand":false},"weight":"medium","name":{"velocity":"sample","active":138,"length":{"conductivity":"push","full_name":false}}} |
TASK repair_structured_output
SPEC
FIELD department TYPE string_date-time REQUIRED no
FIELD language TYPE boolean REQUIRED yes
FIELD subject.discount TYPE number REQUIRED yes
FIELD subject.conductivity TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD subject.age TYPE string REQUIRED yes
BROKEN_OUTPUT
{"language"... | {"language":true,"subject":{"discount":875.03,"conductivity":"level_1","age":"Silva"}} | extra_field | {
"type": "object",
"properties": {
"department": {
"type": "string",
"format": "date-time"
},
"language": {
"type": "boolean"
},
"subject": {
"type": "object",
"properties": {
"discount": {
"type": "number"
},
"conductivity": {
... | {"language": true, "subject": {"discount": 875.03, "conductivity": "level_1", "age": "Silva"}, "extra_data_6082": true} | Unknown field 'extra_data_6082' not defined in schema | {"language":true,"subject":{"discount":875.03,"conductivity":"level_1","age":"Silva"}} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD temp_celsius TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD vital_sign TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD isotope TYPE integer REQUIRED no
FIELD tile TYPE string V... | {"temp_celsius":"medium","vital_sign":"type_b","isotope":317,"tile":"success","nickname":null,"manifest_ref":521.9} | missing_brace | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"temp_celsius": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {"temp_celsius":"medium","vital_sign":"type_b","isotope":317,"tile":"success","nickname":null,"manifest_ref":521.9 | Missing closing brace | {"temp_celsius":"medium","vital_sign":"type_b","isotope":317,"tile":"success","nickname":null,"manifest_ref":521.9} |
TASK repair_structured_output
SPEC
FIELD field_h91 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD field_u89 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dim_n82 TYPE string REQUIRED no
FIELD val_f73 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
<tool... | {"field_h91":"small","field_u89":"red","dim_n82":"test@example.com","val_f73":true} | tool_call_text_mix | {
"type": "object",
"properties": {
"field_h91": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"field_u89": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
... | I need to look up the information first.
<tool_call name="schedule_meeting">
{"field_h91":"small","field_u89":"red","dim_n82":"test@example.com","val_f73":true}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"field_h91":"small","field_u89":"red","dim_n82":"test@example.com","val_f73":true} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD temp_celsius TYPE number REQUIRED no
FIELD enabled TYPE string REQUIRED no
FIELD procedure_code TYPE integer REQUIRED yes
FIELD organism TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{'temp_celsius':... | {"temp_celsius":801.13,"enabled":"Sao Paulo","procedure_code":807,"organism":"https://data.com/v1"} | single_quotes | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"temp_celsius": {
"type": "number"
},
"enabled": {
"type": "string"
},
"procedure_code": {
... | {'temp_celsius':801.13,'enabled':'Sao Paulo','procedure_code':807,'organism':'https://data.com/v1'} | Expecting property name enclosed in double quotes | {"temp_celsius":801.13,"enabled":"Sao Paulo","procedure_code":807,"organism":"https://data.com/v1"} |
TASK repair_structured_output
SPEC
FIELD col_m95 TYPE string_date-time REQUIRED yes
FIELD val_j50.val_z52 TYPE integer REQUIRED no
FIELD val_j50.prop_a39 TYPE integer REQUIRED yes
FIELD val_j50.field_m80 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_j50.attr_n49 TYPE string REQUIRED no
FIE... | {"col_m95":"2024-11-01T17:41:00Z","key_c89":"John"} | date_format_error | {
"type": "object",
"properties": {
"col_m95": {
"type": "string",
"format": "date-time"
},
"val_j50": {
"type": "object",
"properties": {
"val_z52": {
"type": "integer"
},
"prop_a39": {
"type": "integer"
},
"field_m80":... | {"col_m95": "2024-11-01 17:41:00Z", "key_c89": "John"} | Field 'col_m95' has invalid date format | {"col_m95":"2024-11-01T17:41:00Z","key_c89":"John"} |
TASK repair_structured_output
SPEC
FIELD feedback TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD item_id TYPE string VALUES option_a|option_b REQUIRED yes
FIELD rating TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"feedback": "option_a", "item_id": "option_a", "rating": null} | {"feedback":"option_a","item_id":"option_a","rating":true} | null_required | {
"type": "object",
"properties": {
"feedback": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"item_id": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"rating": {
... | {"feedback": "option_a", "item_id": "option_a", "rating": null} | Required field 'rating' is null | {"feedback":"option_a","item_id":"option_a","rating":true} |
TASK repair_structured_output
SPEC
FIELD field_v02 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_y20 TYPE number REQUIRED no
FIELD field_m88 TYPE integer REQUIRED no
FIELD dim_j95 TYPE boolean REQUIRED no
FIELD param_s26 TYPE string_email REQUIRED no
FIELD attr_y43 TYPE string VALUES email|phone|sm... | {"field_v02":"married","attr_y20":973.29,"field_m88":544,"param_s26":"admin@domain.org","attr_y43":"sms","dim_o63":"heterozygous"} | trailing_comma | {
"type": "object",
"properties": {
"field_v02": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"attr_y20": {
"type": "number"
},
"field_m88": {
"type": "integer"
},
"dim_j95": {
"type": "boolean"
},
... | {"field_v02":"married","attr_y20":973.29,"field_m88":544,"param_s26":"admin@domain.org","attr_y43":"sms","dim_o63":"heterozygous",} | Unexpected trailing comma | {"field_v02":"married","attr_y20":973.29,"field_m88":544,"param_s26":"admin@domain.org","attr_y43":"sms","dim_o63":"heterozygous"} |
TASK repair_structured_output
SPEC
FIELD email TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD shift_code TYPE string REQUIRED no
FIELD first_name TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assigning the berth... | {"email":"underway","shift_code":"FWD","first_name":"confirmed"} | thought_process | {
"type": "object",
"properties": {
"email": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"shift_code": {
"type": "string"
},
"first_name": {
"type": "string",
"enum": [
"pending_review"... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"email":"underway","shift_code":"FWD","first_name":"confirmed"} | Output contains chain-of-thought reasoning before JSON | {"email":"underway","shift_code":"FWD","first_name":"confirmed"} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE integer REQUIRED yes
FIELD conductivity TYPE string REQUIRED yes
FIELD interest_rate TYPE string REQUIRED yes
FIELD feedback.step TYPE string_email REQUIRED yes
FIELD feedback.tile TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIEL... | {"credit_score":88,"conductivity":"PASS","interest_rate":"Silva","feedback":{"step":"admin@test.io","tile":"escalated","dissolved_oxygen":"white"},"torque_output":false,"rating":"Alice"} | extra_text_before | {
"type": "object",
"properties": {
"credit_score": {
"type": "integer"
},
"conductivity": {
"type": "string"
},
"interest_rate": {
"type": "string"
},
"feedback": {
"type": "object",
"properties": {
"step": {
"type": "string",
"f... | Sensor output follows:
{"credit_score":88,"conductivity":"PASS","interest_rate":"Silva","feedback":{"step":"admin@test.io","tile":"escalated","dissolved_oxygen":"white"},"torque_output":false,"rating":"Alice"} | Output contains non-JSON text before the object | {"credit_score":88,"conductivity":"PASS","interest_rate":"Silva","feedback":{"step":"admin@test.io","tile":"escalated","dissolved_oxygen":"white"},"torque_output":false,"rating":"Alice"} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE integer REQUIRED no
FIELD company TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD catalyst TYPE string REQUIRED no
FIELD account_id TYPE integer REQUIRED no
FIELD salinity TYPE integer REQUIRED yes
FIELD filter_flag.lane TYPE str... | {"company":"operational","salinity":971,"width":{"published":"mode_a","ph_level":"moored","vital_sign":false,"compound":"bar"}} | trailing_comma | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "integer"
},
"company": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"catalyst": {
"type": "string"
},
"account_id": {
... | {"company":"operational","salinity":971,"width":{"published":"mode_a","ph_level":"moored","vital_sign":false,"compound":"bar"},} | Unexpected trailing comma | {"company":"operational","salinity":971,"width":{"published":"mode_a","ph_level":"moored","vital_sign":false,"compound":"bar"}} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string REQUIRED no
FIELD shipping TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD footnote TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD color TYPE string REQUIRED no
FIELD format TYPE string REQUIRED yes... | {"tags":"sample","shipping":"level_5","footnote":"type_d","color":"This is a test value.","format":"https://api.example.com/v1","branch":601} | markdown_explanation | {
"type": "object",
"properties": {
"tags": {
"type": "string"
},
"shipping": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"footnote": {
"type": "string",
"e... | The instrument reported:
```json
{"tags":"sample","shipping":"level_5","footnote":"type_d","color":"This is a test value.","format":"https://api.example.com/v1","branch":601}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"tags":"sample","shipping":"level_5","footnote":"type_d","color":"This is a test value.","format":"https://api.example.com/v1","branch":601} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE number REQUIRED no
FIELD subject TYPE integer REQUIRED no
FIELD freight_class TYPE string REQUIRED no
FIELD account_id.department.aligned_pct TYPE string REQUIRED no
FIELD account_id.department.consignee TYPE integer REQUIRED yes
FIELD account_id.department.wa... | {"humidity_pct":581.75,"account_id":{"decay_rate":{"user_id":"new","interest_rate":"test@domain.org","commit_hash":"https://data.io/data","consignee":false,"section":792.1,"color":414},"deploy_target":"https://example.io/data","interest_rate":true,"terminal_id":{"active":"Hapag-Lloyd-Express","allele":641,"ph_level":nu... | tool_call_python_syntax | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "number"
},
"subject": {
"type": "integer"
},
"freight_class": {
"type": "string"
},
"account_id": {
"type": "object",
"properties": {
"department": {
"type": "object",
... | lookup_customer(humidity_pct=581.75, account_id={'decay_rate': {'user_id': 'new', 'interest_rate': 'test@domain.org', 'commit_hash': 'https://data.io/data', 'consignee': False, 'section': 792.1, 'color': 414}, 'deploy_target': 'https://example.io/data', 'interest_rate': True, 'terminal_id': {'active': 'Hapag-Lloyd-Expr... | Tool call uses Python syntax instead of JSON | {"humidity_pct":581.75,"account_id":{"decay_rate":{"user_id":"new","interest_rate":"test@domain.org","commit_hash":"https://data.io/data","consignee":false,"section":792.1,"color":414},"deploy_target":"https://example.io/data","interest_rate":true,"terminal_id":{"active":"Hapag-Lloyd-Express","allele":641,"ph_level":nu... |
TASK repair_structured_output
SPEC
FIELD attr_w09 TYPE boolean REQUIRED yes
FIELD prop_p05.field_k23 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_p05.prop_f65.field_h12 TYPE string_email REQUIRED no
FIELD prop_p05.prop_f65.field_x00 TYPE string REQUIRED yes
FIELD prop_p05.prop_f65.key_h00 TYPE s... | {"attr_w09":false,"prop_p05":{"field_k23":"low","prop_f65":{"field_x00":"FWD","key_h00":"qux","val_n82":"Paris","attr_y91":413,"dim_s74":331,"prop_q69":"rejected"},"prop_m54":{"prop_u43":"oceanic","param_w83":null,"dim_b34":891,"val_x73":"Tokyo","col_p76":"heterozygous"},"col_x34":298.41},"dim_d63":774,"key_m96":false} | missing_bracket | {
"type": "object",
"properties": {
"attr_w09": {
"type": "boolean"
},
"prop_p05": {
"type": "object",
"properties": {
"field_k23": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"attr_w09":false,"prop_p05":{"field_k23":"low","prop_f65":{"field_x00":"FWD","key_h00":"qux","val_n82":"Paris","attr_y91":413,"dim_s74":331,"prop_q69":"rejected"},"prop_m54":{"prop_u43":"oceanic","param_w83":null,"dim_b34":891,"val_x73":"Tokyo","col_p76":"heterozygous"},"col_x34":298.41},"dim_d63":774,"key_m96":false} | Missing closing bracket | {"attr_w09":false,"prop_p05":{"field_k23":"low","prop_f65":{"field_x00":"FWD","key_h00":"qux","val_n82":"Paris","attr_y91":413,"dim_s74":331,"prop_q69":"rejected"},"prop_m54":{"prop_u43":"oceanic","param_w83":null,"dim_b34":891,"val_x73":"Tokyo","col_p76":"heterozygous"},"col_x34":298.41},"dim_d63":774,"key_m96":false} |
TASK repair_structured_output
SPEC
FIELD attr_h74 TYPE integer REQUIRED yes
FIELD param_c35.prop_b43 TYPE string REQUIRED yes
FIELD param_c35.prop_b53.param_l58 TYPE string_email REQUIRED no
FIELD param_c35.prop_b53.col_n14 TYPE string REQUIRED no
FIELD param_c35.prop_b53.field_y14 TYPE string VALUES small|medium|larg... | {"attr_h74":168,"param_c35":{"prop_b43":"inactive","col_s22":"FWD","field_y02":"https://example.io/data","key_r22":532},"prop_n37":false,"prop_t99":310.95,"prop_k59":"Santos"} | extra_field | {
"type": "object",
"properties": {
"attr_h74": {
"type": "integer"
},
"param_c35": {
"type": "object",
"properties": {
"prop_b43": {
"type": "string"
},
"prop_b53": {
"type": "object",
"properties": {
"param_l58": {
... | {"attr_h74": 168, "param_c35": {"prop_b43": "inactive", "col_s22": "FWD", "field_y02": "https://example.io/data", "key_r22": 532}, "prop_n37": false, "prop_t99": 310.95, "prop_k59": "Santos", "extra_value_4718": true} | Unknown field 'extra_value_4718' not defined in schema | {"attr_h74":168,"param_c35":{"prop_b43":"inactive","col_s22":"FWD","field_y02":"https://example.io/data","key_r22":532},"prop_n37":false,"prop_t99":310.95,"prop_k59":"Santos"} |
TASK repair_structured_output
SPEC
FIELD price TYPE string_email REQUIRED yes
FIELD role TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD diagnosis_code.status TYPE integer REQUIRED yes
FIELD diagnosis_code.torque_output TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD diagnosis_code.id[] TYP... | {"price":"user@domain.org","diagnosis_code":{"status":94,"id":["https://example.com/data"]},"feedback":37.47,"last_name":"2024-02-08T18:19:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"price": {
"type": "string",
"format": "email"
},
"role": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"diagnosis_code": {
"type": "object",
"properties": {
"status": {
"type"... | {price:"user@domain.org",diagnosis_code:{status:94,id:["https://example.com/data"]},feedback:37.47,last_name:"2024-02-08T18:19:00Z"} | Expecting property name enclosed in double quotes | {"price":"user@domain.org","diagnosis_code":{"status":94,"id":["https://example.com/data"]},"feedback":37.47,"last_name":"2024-02-08T18:19:00Z"} |
TASK repair_structured_output
SPEC
FIELD age TYPE integer REQUIRED yes
FIELD umi TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD dosage TYPE integer REQUIRED yes
FIELD image_url TYPE string REQUIRED yes
BROKEN_OUTPUT
{age:599,umi:"red",dosage:462,image_url:"PASS"} | {"age":599,"umi":"red","dosage":462,"image_url":"PASS"} | unquoted_keys | {
"type": "object",
"properties": {
"age": {
"type": "integer"
},
"umi": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"dosage": {
"type": "integer"
},
"image_url": {
"type": "string... | {age:599,umi:"red",dosage:462,image_url:"PASS"} | Expecting property name enclosed in double quotes | {"age":599,"umi":"red","dosage":462,"image_url":"PASS"} |
TASK repair_structured_output
SPEC
FIELD velocity TYPE boolean REQUIRED no
FIELD transaction_id TYPE boolean REQUIRED no
FIELD created_at TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD altitude.length TYPE boolean REQUIRED yes
FIELD altitude.end_date TYPE string VALUES small|medium|large... | {"velocity":false,"transaction_id":false,"created_at":"nonsense","altitude":{"length":false,"branch":[{"title":677,"tax":"bar","verified":912,"coverage":"inactive","trace_id":"Santos","nickname":551},{"title":639,"shipper_ref":521,"verified":507,"coverage":"chr1","trace_id":"A short description.","hazmat_code":"white",... | extra_field | {
"type": "object",
"properties": {
"velocity": {
"type": "boolean"
},
"transaction_id": {
"type": "boolean"
},
"created_at": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"altitude": {
... | {"velocity": false, "transaction_id": false, "created_at": "nonsense", "altitude": {"length": false, "branch": [{"title": 677, "tax": "bar", "verified": 912, "coverage": "inactive", "trace_id": "Santos", "nickname": 551}, {"title": 639, "shipper_ref": 521, "verified": 507, "coverage": "chr1", "trace_id": "A short descr... | Unknown field 'extra_info_3716' not defined in schema | {"velocity":false,"transaction_id":false,"created_at":"nonsense","altitude":{"length":false,"branch":[{"title":677,"tax":"bar","verified":912,"coverage":"inactive","trace_id":"Santos","nickname":551},{"title":639,"shipper_ref":521,"verified":507,"coverage":"chr1","trace_id":"A short description.","hazmat_code":"white",... |
TASK repair_structured_output
SPEC
FIELD attr_l80 TYPE string REQUIRED yes
FIELD param_o45 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD param_y90 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD prop_w29 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD dim... | {"attr_l80":"Maria","param_o45":"open","param_y90":"inland","dim_i08":409,"key_z96":null,"dim_f62":null} | truncated_array | {
"type": "object",
"properties": {
"attr_l80": {
"type": "string"
},
"param_o45": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"param_y90": {
"type": "string",
"enum": [
"coastal",
... | {"attr_l80":"Maria","param_o45":"open","param_y90":"inland","dim_i08":409,"key_z96":null,"dim_f62":null | Unexpected end of JSON input — truncated object | {"attr_l80":"Maria","param_o45":"open","param_y90":"inland","dim_i08":409,"key_z96":null,"dim_f62":null} |
TASK repair_structured_output
SPEC
FIELD label TYPE string REQUIRED no
FIELD isotope TYPE string REQUIRED no
FIELD index TYPE string REQUIRED yes
FIELD deploy_target TYPE string VALUES low|medium|high|critical REQUIRED no
BROKEN_OUTPUT
{"isotope":"inactive","index":"GRCh38" | {"isotope":"inactive","index":"GRCh38"} | truncated_array | {
"type": "object",
"properties": {
"label": {
"type": "string"
},
"isotope": {
"type": "string"
},
"index": {
"type": "string"
},
"deploy_target": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | {"isotope":"inactive","index":"GRCh38" | Unexpected end of JSON input — truncated object | {"isotope":"inactive","index":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD format TYPE string REQUIRED yes
FIELD thumbnail TYPE integer REQUIRED no
FIELD order_id TYPE integer REQUIRED no
FIELD paragraph.span_id TYPE string VALUES reliable|unstable|intermittent RE... | {"crew_id":"confirmed","format":"pending","thumbnail":462,"order_id":396,"paragraph":{"span_id":"intermittent","created_at":"sms","half_life":"confirmed","label":"chr1"},"pressure_kpa":576,"reagent":"email","count":"2024-01-15"} | missing_required | {
"type": "object",
"properties": {
"crew_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"format": {
"type": "string"
},
"thumbnail": {
"type": "integer"
},
"order_id": {
"... | {"crew_id": "confirmed", "format": "pending", "thumbnail": 462, "order_id": 396, "paragraph": {"span_id": "intermittent", "created_at": "sms", "half_life": "confirmed", "label": "chr1"}, "reagent": "email", "count": "2024-01-15"} | Required field 'pressure_kpa' is missing | {"crew_id":"confirmed","format":"pending","thumbnail":462,"order_id":396,"paragraph":{"span_id":"intermittent","created_at":"sms","half_life":"confirmed","label":"chr1"},"pressure_kpa":576,"reagent":"email","count":"2024-01-15"} |
TASK repair_structured_output
SPEC
FIELD field_g03 TYPE string_email REQUIRED yes
FIELD col_k32 TYPE string REQUIRED yes
FIELD col_k39 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
BROKEN_OUTPUT
{"field_g03": null, "col_k32": "chrX", "col_k39": "cat_e"} | {"field_g03":"user@example.com","col_k32":"chrX","col_k39":"cat_e"} | null_required | {
"type": "object",
"properties": {
"field_g03": {
"type": "string",
"format": "email"
},
"col_k32": {
"type": "string"
},
"col_k39": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
... | {"field_g03": null, "col_k32": "chrX", "col_k39": "cat_e"} | Required field 'field_g03' is null | {"field_g03":"user@example.com","col_k32":"chrX","col_k39":"cat_e"} |
TASK repair_structured_output
SPEC
FIELD prop_u31 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD val_t85 TYPE string REQUIRED yes
FIELD key_o15 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: q... | {"prop_u31":"option_d","val_t85":"Sao Paulo","key_o15":"mode_a"} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_u31": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"val_t85": {
"type": "string"
},
"key_o15": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: query_port_status
Arguments: {"val_t85": "Sao Paulo", "key_o15": "mode_a"} | Agent tool call missing required parameter 'prop_u31' | {"prop_u31":"option_d","val_t85":"Sao Paulo","key_o15":"mode_a"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD current_draw TYPE integer REQUIRED no
FIELD updated_at TYPE string VALUES active|inactive|pending REQUIRED no
FIELD maturity_date TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"start_date"... | {"start_date":"cat_d","current_draw":139,"maturity_date":"2025-12-25T09:51:00Z"} | invalid_enum | {
"type": "object",
"properties": {
"start_date": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
"cat_f"
]
},
"current_draw": {
"type": "integer"
},
"updated_at": {
"type": "string",
"... | {"start_date": "invalid_value_952", "current_draw": 139, "maturity_date": "2025-12-25T09:51:00Z"} | Field 'start_date' has invalid enum value 'invalid_value_952', expected one of ['cat_a', 'cat_b', 'cat_c', 'cat_d', 'cat_e', 'cat_f'] | {"start_date":"cat_d","current_draw":139,"maturity_date":"2025-12-25T09:51:00Z"} |
TASK repair_structured_output
SPEC
FIELD age.chromosome TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD age.gene_id TYPE string REQUIRED no
FIELD age.priority TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD age.username TYPE string_email REQUIRED no
FIELD age.duration_ms TYPE string_e... | {"age":{"chromosome":"homozygous","gene_id":"user@domain.com","priority":"BRL","username":"test@example.com","duration_ms":"test@test.io"},"height":"A short description.","velocity":"married","length":true,"bearing":"EUR","voltage":426.86,"account_id":25.35} | tool_call_text_mix | {
"type": "object",
"properties": {
"age": {
"type": "object",
"properties": {
"chromosome": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"gene_id": {
"type": "string"... | I'll query our database.
<tool_call name="calibrate_instrument">
{"age":{"chromosome":"homozygous","gene_id":"user@domain.com","priority":"BRL","username":"test@example.com","duration_ms":"test@test.io"},"height":"A short description.","velocity":"married","length":true,"bearing":"EUR","voltage":426.86,"account_id":25.... | Agent response mixes reasoning text with tool call | {"age":{"chromosome":"homozygous","gene_id":"user@domain.com","priority":"BRL","username":"test@example.com","duration_ms":"test@test.io"},"height":"A short description.","velocity":"married","length":true,"bearing":"EUR","voltage":426.86,"account_id":25.35} |
TASK repair_structured_output
SPEC
FIELD col_m45 TYPE boolean REQUIRED no
FIELD dim_h58 TYPE number REQUIRED yes
FIELD val_y53 TYPE number REQUIRED no
FIELD field_y19 TYPE integer REQUIRED no
FIELD param_h63 TYPE integer REQUIRED no
FIELD prop_d67 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is... | {"dim_h58":863.17,"val_y53":533.66,"field_y19":147,"param_h63":656,"prop_d67":610} | markdown_explanation | {
"type": "object",
"properties": {
"col_m45": {
"type": "boolean"
},
"dim_h58": {
"type": "number"
},
"val_y53": {
"type": "number"
},
"field_y19": {
"type": "integer"
},
"param_h63": {
"type": "integer"
},
"prop_d67": {
"type": "integ... | Based on your request, here is the data:
```json
{"dim_h58":863.17,"val_y53":533.66,"field_y19":147,"param_h63":656,"prop_d67":610}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"dim_h58":863.17,"val_y53":533.66,"field_y19":147,"param_h63":656,"prop_d67":610} |
TASK repair_structured_output
SPEC
FIELD allele TYPE boolean REQUIRED yes
FIELD decay_rate TYPE boolean REQUIRED yes
FIELD url TYPE string REQUIRED yes
BROKEN_OUTPUT
{"allele": false, "decay_rate": false, "url": null} | {"allele":false,"decay_rate":false,"url":"test"} | null_required | {
"type": "object",
"properties": {
"allele": {
"type": "boolean"
},
"decay_rate": {
"type": "boolean"
},
"url": {
"type": "string"
}
},
"required": [
"decay_rate",
"allele",
"url"
]
} | {"allele": false, "decay_rate": false, "url": null} | Required field 'url' is null | {"allele":false,"decay_rate":false,"url":"test"} |
TASK repair_structured_output
SPEC
FIELD id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD medication TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD torque_output TYPE string REQUIRED yes
FIELD shift_code TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"id":"maintenance"... | {"id":"maintenance","medication":"pending","torque_output":"demo","shift_code":"completed"} | markdown_fences | {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"medication": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
}... | ```json
{"id":"maintenance","medication":"pending","torque_output":"demo","shift_code":"completed"}
``` | Output contains markdown code fences | {"id":"maintenance","medication":"pending","torque_output":"demo","shift_code":"completed"} |
TASK repair_structured_output
SPEC
FIELD version TYPE boolean REQUIRED yes
FIELD price TYPE null REQUIRED yes
FIELD user_id TYPE string REQUIRED yes
FIELD annotation TYPE string_date-time REQUIRED yes
FIELD conductivity TYPE integer REQUIRED no
BROKEN_OUTPUT
<functioncall> apply_discount
{version: true, price: null, ... | {"version":true,"price":null,"user_id":"Paris","annotation":"2022-03-03T03:19:00Z","conductivity":334} | tool_call_bad_format | {
"type": "object",
"properties": {
"version": {
"type": "boolean"
},
"price": {
"type": "null"
},
"user_id": {
"type": "string"
},
"annotation": {
"type": "string",
"format": "date-time"
},
"conductivity": {
"type": "integer"
}
},
"req... | <functioncall> apply_discount
{version: true, price: null, user_id: "Paris", annotation: "2022-03-03T03:19:00Z", conductivity: 334} | Tool call has malformed arguments — unquoted keys in function parameters | {"version":true,"price":null,"user_id":"Paris","annotation":"2022-03-03T03:19:00Z","conductivity":334} |
TASK repair_structured_output
SPEC
FIELD field_i73 TYPE integer REQUIRED yes
FIELD val_m03 TYPE number REQUIRED yes
FIELD col_o65 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_u53.key_p58 TYPE string VALUES option_a|option_b REQUIRED no
FIELD val_u53.param_x10 TYPE integer REQUIRED yes
FIELD val_u53... | {"field_i73":380,"val_m03":173.57,"val_u53":{"key_p58":"option_a","param_x10":305,"prop_p19":false,"attr_z44":{"prop_y60":"option_a","col_e19":"open"},"attr_m38":{"attr_r81":"mode_a","col_l96":"editor","field_k43":"RTG-04","dim_p04":"FWD"}}} | wrong_type | {
"type": "object",
"properties": {
"field_i73": {
"type": "integer"
},
"val_m03": {
"type": "number"
},
"col_o65": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"val_u53": {
"type": "object",
"propert... | {"field_i73": "\"380\"", "val_m03": 173.57, "val_u53": {"key_p58": "option_a", "param_x10": 305, "prop_p19": false, "attr_z44": {"prop_y60": "option_a", "col_e19": "open"}, "attr_m38": {"attr_r81": "mode_a", "col_l96": "editor", "field_k43": "RTG-04", "dim_p04": "FWD"}}} | Field 'field_i73' must be integer, got string | {"field_i73":380,"val_m03":173.57,"val_u53":{"key_p58":"option_a","param_x10":305,"prop_p19":false,"attr_z44":{"prop_y60":"option_a","col_e19":"open"},"attr_m38":{"attr_r81":"mode_a","col_l96":"editor","field_k43":"RTG-04","dim_p04":"FWD"}}} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE integer REQUIRED yes
FIELD visible TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD values TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD log_level TYPE string REQUIRED yes
FIELD height TYPE string_date-time REQUIRED yes
FIELD upda... | {"span_id":263,"visible":"type_b","log_level":"inactive","height":"2025-03-08T01:50:00Z","updated_at":"mode_a","tax":"oceanic"} | truncated_array | {
"type": "object",
"properties": {
"span_id": {
"type": "integer"
},
"visible": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"values": {
"type": "string",
"enum": [
"mode_a",
"mode_b... | {"span_id":263,"visible":"type_b","log_level":"inactive","height":"2025-03-08T01:50:00Z","updated_at":"mode_a","tax":"oceanic" | Unexpected end of JSON input — truncated object | {"span_id":263,"visible":"type_b","log_level":"inactive","height":"2025-03-08T01:50:00Z","updated_at":"mode_a","tax":"oceanic"} |
TASK repair_structured_output
SPEC
FIELD col_u27.col_z31 TYPE null REQUIRED no
FIELD col_u27.prop_z62 TYPE string_email REQUIRED yes
FIELD col_u27.field_q28 TYPE number REQUIRED yes
FIELD col_u27.col_a54 TYPE string REQUIRED yes
FIELD val_s57 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIE... | {"col_u27":{"col_z31":null,"prop_z62":"test@domain.org","field_q28":826.11,"col_a54":"bar"},"val_s57":"offline","attr_a27":"ops@example.com"} | agent_chain | {
"type": "object",
"properties": {
"col_u27": {
"type": "object",
"properties": {
"col_z31": {
"type": "null"
},
"prop_z62": {
"type": "string",
"format": "email"
},
"field_q28": {
"type": "number"
},
"c... | Let me check the system.
Action: search
Result: {"col_u27": {"col_z31": null, "prop_z62": "test@domain.org", "field_q28": 826.11, "col_a54": "bar"}, "val_s57": "offline"}
I'll query our database.
Action: calibrate_instrument
Result: | Agent multi-step chain with truncated tool output | {"col_u27":{"col_z31":null,"prop_z62":"test@domain.org","field_q28":826.11,"col_a54":"bar"},"val_s57":"offline","attr_a27":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD diagnosis_code TYPE number REQUIRED no
FIELD loan_amount TYPE integer REQUIRED yes
FIELD yield_pct TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD quality_score TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD department.date TYPE string VALUES mo... | {"loan_amount":906,"yield_pct":"cat_a","quality_score":"type_e","department":{"feedback":849,"account_id":50},"cargo_type":367} | markdown_fences | {
"type": "object",
"properties": {
"diagnosis_code": {
"type": "number"
},
"loan_amount": {
"type": "integer"
},
"yield_pct": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"quality_score": {
"type": "string",
... | ```json
{"loan_amount":906,"yield_pct":"cat_a","quality_score":"type_e","department":{"feedback":849,"account_id":50},"cargo_type":367}
``` | Output contains markdown code fences | {"loan_amount":906,"yield_pct":"cat_a","quality_score":"type_e","department":{"feedback":849,"account_id":50},"cargo_type":367} |
TASK repair_structured_output
SPEC
FIELD field_r01 TYPE boolean REQUIRED yes
FIELD col_s88 TYPE null REQUIRED no
FIELD param_g66.dim_d16 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD param_g66.dim_e96 TYPE string REQUIRED no
FIELD param_g66.field_x33 TYPE string VALUES operational|degraded|offline|maintenanc... | {"field_r01":false,"col_s88":null,"param_g66":{"dim_d16":"cat_b","attr_r74":"draft","field_c68":"Alice"},"key_u22":null} | tool_call_wrong_param | {
"type": "object",
"properties": {
"field_r01": {
"type": "boolean"
},
"col_s88": {
"type": "null"
},
"param_g66": {
"type": "object",
"properties": {
"dim_d16": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Tool: validate_sample
Params: {"field_r01": false, "col_s88": null, "key_u22": null, "param_g662": {"dim_d16": "cat_b", "attr_r74": "draft", "field_c68": "Alice"}} | Agent used wrong parameter name 'param_g662' instead of 'param_g66' | {"field_r01":false,"col_s88":null,"param_g66":{"dim_d16":"cat_b","attr_r74":"draft","field_c68":"Alice"},"key_u22":null} |
TASK repair_structured_output
SPEC
FIELD key_l54.key_y42.key_a55 TYPE string REQUIRED no
FIELD key_l54.key_y42.prop_n45 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD key_l54.key_y42.dim_b29 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_l54.key_y42.param_y09[] TYPE string... | {"key_l54":{"key_y42":{"key_a55":"Oliveira","prop_n45":"green","dim_b29":"moored","param_y09":["ops@test.io","test@domain.org"]},"prop_r22":"https://api.example.com/v1","prop_y96":867.64,"prop_m83":848,"prop_j85":"PASS"},"prop_w41":"foo","key_d57":"sample","val_g89":false,"prop_r64":false,"col_k24":true} | missing_required | {
"type": "object",
"properties": {
"key_l54": {
"type": "object",
"properties": {
"key_y42": {
"type": "object",
"properties": {
"key_a55": {
"type": "string"
},
"prop_n45": {
"type": "string",
... | {"key_l54": {"key_y42": {"key_a55": "Oliveira", "prop_n45": "green", "dim_b29": "moored", "param_y09": ["ops@test.io", "test@domain.org"]}, "prop_r22": "https://api.example.com/v1", "prop_y96": 867.64, "prop_m83": 848, "prop_j85": "PASS"}, "prop_w41": "foo", "key_d57": "sample", "prop_r64": false, "col_k24": true} | Required field 'val_g89' is missing | {"key_l54":{"key_y42":{"key_a55":"Oliveira","prop_n45":"green","dim_b29":"moored","param_y09":["ops@test.io","test@domain.org"]},"prop_r22":"https://api.example.com/v1","prop_y96":867.64,"prop_m83":848,"prop_j85":"PASS"},"prop_w41":"foo","key_d57":"sample","val_g89":false,"prop_r64":false,"col_k24":true} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD port_code TYPE string VALUES type_a|type_b REQUIRED no
FIELD reagent TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD chromosome TYPE string VALUES type_a|type_b ... | {"throttle_pos":"mode_e","port_code":"type_a","chromosome":"type_a","language":505,"priority":148,"consignee":448} | extra_field | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"port_code": {
"type": "string",
"enum": [
"type_a",
"type_b"
... | {"throttle_pos": "mode_e", "port_code": "type_a", "chromosome": "type_a", "language": 505, "priority": 148, "consignee": 448, "extra_data_2456": "unexpected"} | Unknown field 'extra_data_2456' not defined in schema | {"throttle_pos":"mode_e","port_code":"type_a","chromosome":"type_a","language":505,"priority":148,"consignee":448} |
TASK repair_structured_output
SPEC
FIELD col_l55 TYPE boolean REQUIRED yes
FIELD key_g90 TYPE string_date-time REQUIRED no
FIELD col_x48.col_g89 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD col_x48.col_o83 TYPE string REQUIRED no
FIELD col_x48.attr_z38 TYPE integer REQUIRED yes
FIELD col_x48.val_b93 TYPE ... | {"col_l55":false,"col_x48":{"col_g89":"editor","attr_z38":855}} | extra_field | {
"type": "object",
"properties": {
"col_l55": {
"type": "boolean"
},
"key_g90": {
"type": "string",
"format": "date-time"
},
"col_x48": {
"type": "object",
"properties": {
"col_g89": {
"type": "string",
"enum": [
"admin",
... | {"col_l55": false, "col_x48": {"col_g89": "editor", "attr_z38": 855}, "extra_field_5582": 42} | Unknown field 'extra_field_5582' not defined in schema | {"col_l55":false,"col_x48":{"col_g89":"editor","attr_z38":855}} |
TASK repair_structured_output
SPEC
FIELD prop_x47 TYPE string REQUIRED yes
FIELD val_a96 TYPE number REQUIRED yes
FIELD param_f02 TYPE integer REQUIRED yes
FIELD val_m57 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"prop_x47": "Hapag-Lloyd-Express", "val_a96": 591.86, "param_f02": 659, "val_m57": "qux", "extra_info_3810":... | {"prop_x47":"Hapag-Lloyd-Express","val_a96":591.86,"param_f02":659,"val_m57":"qux"} | extra_field | {
"type": "object",
"properties": {
"prop_x47": {
"type": "string"
},
"val_a96": {
"type": "number"
},
"param_f02": {
"type": "integer"
},
"val_m57": {
"type": "string"
}
},
"required": [
"param_f02",
"prop_x47",
"val_m57",
"val_a96"
]
} | {"prop_x47": "Hapag-Lloyd-Express", "val_a96": 591.86, "param_f02": 659, "val_m57": "qux", "extra_info_3810": true} | Unknown field 'extra_info_3810' not defined in schema | {"prop_x47":"Hapag-Lloyd-Express","val_a96":591.86,"param_f02":659,"val_m57":"qux"} |
TASK repair_structured_output
SPEC
FIELD width TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD timezone TYPE string_date-time REQUIRED no
FIELD trace_id TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
<tool_call name="calibrate_instrument">
{"width":"free","trace_id":"RTG-04"}
</tool_ca... | {"width":"free","trace_id":"RTG-04"} | tool_call_text_mix | {
"type": "object",
"properties": {
"width": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"timezone": {
"type": "string",
"format": "date-time"
},
"trace_id": {
"type": "string"
}
},
"required"... | Let me check the system.
<tool_call name="calibrate_instrument">
{"width":"free","trace_id":"RTG-04"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"width":"free","trace_id":"RTG-04"} |
TASK repair_structured_output
SPEC
FIELD prop_c02 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_x67.attr_x18 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_x67.attr_n03 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_x67.attr_v72 T... | {"prop_c02":"unstable","prop_x67":{"attr_x18":"maintenance","attr_n03":"unstable","attr_v72":986,"val_r75":"user@domain.com","key_t13":"draft"},"param_t37":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"prop_c02": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"prop_x67": {
"type": "object",
"properties": {
"attr_x18": {
"type": "string",
"enum": [
... | I need to look up the information first.
Action: annotate_mutation
Arguments: {"prop_c02": "unstable", "prop_x67": {"attr_x18": "maintenance", "attr_n03": "unstable", "attr_v72": 986, "val_r75": "user@domain.com", "key_t13": "draft"}} | Agent tool call missing required parameter 'param_t37' | {"prop_c02":"unstable","prop_x67":{"attr_x18":"maintenance","attr_n03":"unstable","attr_v72":986,"val_r75":"user@domain.com","key_t13":"draft"},"param_t37":false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.