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 phone TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD salinity TYPE boolean REQUIRED no
FIELD index TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD barcode.velocity TYPE string VALUES pending_review|confirmed|rejected|esca... | {"phone":"escalated","salinity":true,"index":"underway","barcode":{"velocity":"rejected","strand":928.11,"options":"resolved"},"aligned_pct":"test@example.com"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"salinity": {
"type": "boolean"
},
"index": {
"type": "string",
"enum": [
"berthed",
... | schedule_meeting(phone='escalated', salinity=True, index='underway', barcode={'velocity': 'rejected', 'strand': 928.11, 'options': 'resolved'}, aligned_pct='test@example.com') | Tool call uses Python syntax instead of JSON | {"phone":"escalated","salinity":true,"index":"underway","barcode":{"velocity":"rejected","strand":928.11,"options":"resolved"},"aligned_pct":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD attr_m85 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_l30 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_p28 TYPE string REQUIRED yes
FIELD param_t38 TYPE null REQUIRED no
FIELD prop_t61.dim_r38 TYPE string VALUES level_1|level_2|level_3|level_4|... | {"attr_m85":"level_2","param_l30":"email","param_p28":"Paris","param_t38":null,"prop_t61":{"col_i89":"draft","param_d99":"delivered","key_p12":"hello","field_y17":599.19},"val_f98":{"param_t50":"cat_c","col_h27":"mode_c","field_k79":"admin","key_o05":"https://www.io/api"}} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_m85": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_l30": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_p28": {
"type":... | <functioncall> transfer_call
{attr_m85: "level_2", param_l30: "email", param_p28: "Paris", param_t38: null, prop_t61: {col_i89: "draft", param_d99: "delivered", key_p12: "hello", field_y17: 599.19}, val_f98: {param_t50: "cat_c", col_h27: "mode_c", field_k79: "admin", key_o05: "https://www.io/api"}} | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_m85":"level_2","param_l30":"email","param_p28":"Paris","param_t38":null,"prop_t61":{"col_i89":"draft","param_d99":"delivered","key_p12":"hello","field_y17":599.19},"val_f98":{"param_t50":"cat_c","col_h27":"mode_c","field_k79":"admin","key_o05":"https://www.io/api"}} |
TASK repair_structured_output
SPEC
FIELD ward TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD values TYPE integer REQUIRED no
FIELD sensor_id.transaction_id TYPE number REQUIRED yes
FIELD sensor_id.lane TYPE string REQUIRED no
FIELD sensor_id.subject TYPE integer REQUIRED no
FIELD sensor_id.prior... | {"sensor_id":{"transaction_id":981.62,"priority":true,"invoice_id":"chrX","branch":{"balance":"2022-08-09T03:12:00Z","level":"intermittent","bill_of_lading":176,"title":["email"]},"dissolved_oxygen":696},"ph_level":"intermittent","cargo_type":647,"gene_id":{"lab_result":"active","phone":697,"id":"active","coverage":fal... | missing_bracket | {
"type": "object",
"properties": {
"ward": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"values": {
"type": "integer"
},
"sensor_id": {
"type": "object",
"properties": {
"transaction_id... | {"sensor_id":{"transaction_id":981.62,"priority":true,"invoice_id":"chrX","branch":{"balance":"2022-08-09T03:12:00Z","level":"intermittent","bill_of_lading":176,"title":"email"]},"dissolved_oxygen":696},"ph_level":"intermittent","cargo_type":647,"gene_id":{"lab_result":"active","phone":697,"id":"active","coverage":fals... | Missing closing bracket | {"sensor_id":{"transaction_id":981.62,"priority":true,"invoice_id":"chrX","branch":{"balance":"2022-08-09T03:12:00Z","level":"intermittent","bill_of_lading":176,"title":["email"]},"dissolved_oxygen":696},"ph_level":"intermittent","cargo_type":647,"gene_id":{"lab_result":"active","phone":697,"id":"active","coverage":fal... |
TASK repair_structured_output
SPEC
FIELD field_j76 TYPE string REQUIRED yes
FIELD prop_t21 TYPE null REQUIRED yes
FIELD attr_b67.dim_l89 TYPE string REQUIRED yes
FIELD attr_b67.prop_g37 TYPE integer REQUIRED yes
FIELD attr_b67.col_o48 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_b67.prop_y97 TYPE ... | {"field_j76":"Luis","prop_t21":null,"attr_b67":{"dim_l89":"completed","prop_g37":71,"prop_y97":"approved","attr_j62":829,"attr_y08":{"prop_a20":"2020-03-02T22:49:00Z","val_f08":true,"dim_v62":null}}} | trailing_comma | {
"type": "object",
"properties": {
"field_j76": {
"type": "string"
},
"prop_t21": {
"type": "null"
},
"attr_b67": {
"type": "object",
"properties": {
"dim_l89": {
"type": "string"
},
"prop_g37": {
"type": "integer"
},
... | {"field_j76":"Luis","prop_t21":null,"attr_b67":{"dim_l89":"completed","prop_g37":71,"prop_y97":"approved","attr_j62":829,"attr_y08":{"prop_a20":"2020-03-02T22:49:00Z","val_f08":true,"dim_v62":null,}}} | Unexpected trailing comma | {"field_j76":"Luis","prop_t21":null,"attr_b67":{"dim_l89":"completed","prop_g37":71,"prop_y97":"approved","attr_j62":829,"attr_y08":{"prop_a20":"2020-03-02T22:49:00Z","val_f08":true,"dim_v62":null}}} |
TASK repair_structured_output
SPEC
FIELD dim_i81 TYPE string REQUIRED yes
FIELD attr_n70 TYPE boolean REQUIRED yes
FIELD val_v35.attr_q26 TYPE string REQUIRED yes
FIELD val_v35.field_u49 TYPE string REQUIRED yes
FIELD val_v35.col_u29.col_x07 TYPE string REQUIRED yes
FIELD val_v35.col_u29.attr_e61 TYPE null REQUIRED ye... | {"dim_i81":"Jane","attr_n70":false,"val_v35":{"attr_q26":"demo","field_u49":"A short description."},"val_l43":"high","attr_j85":"world"} | tool_call_bad_format | {
"type": "object",
"properties": {
"dim_i81": {
"type": "string"
},
"attr_n70": {
"type": "boolean"
},
"val_v35": {
"type": "object",
"properties": {
"attr_q26": {
"type": "string"
},
"field_u49": {
"type": "string"
},
... | <functioncall> schedule_meeting
{dim_i81: "Jane", attr_n70: false, val_v35: {attr_q26: "demo", field_u49: "A short description."}, val_l43: "high", attr_j85: "world"} | Tool call has malformed arguments — unquoted keys in function parameters | {"dim_i81":"Jane","attr_n70":false,"val_v35":{"attr_q26":"demo","field_u49":"A short description."},"val_l43":"high","attr_j85":"world"} |
TASK repair_structured_output
SPEC
FIELD col_p02 TYPE integer REQUIRED yes
FIELD val_v26 TYPE integer REQUIRED yes
FIELD param_c14.key_u92 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD param_c14.key_d85 TYPE integer REQUIRED yes
FIELD param_c14.dim_n64[] TYPE integer REQUIRED no
BROK... | {"col_p02":922,"val_v26":907,"param_c14":{"key_u92":"type_f","key_d85":882,"dim_n64":[945,243,72,931]}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_p02": {
"type": "integer"
},
"val_v26": {
"type": "integer"
},
"param_c14": {
"type": "object",
"properties": {
"key_u92": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | Tool: apply_discount
Params: {"col_p02": 922, "val_v26": 907, "param_c14_name": {"key_u92": "type_f", "key_d85": 882, "dim_n64": [945, 243, 72, 931]}} | Agent used wrong parameter name 'param_c14_name' instead of 'param_c14' | {"col_p02":922,"val_v26":907,"param_c14":{"key_u92":"type_f","key_d85":882,"dim_n64":[945,243,72,931]}} |
TASK repair_structured_output
SPEC
FIELD key_l77 TYPE integer REQUIRED yes
FIELD dim_y36 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_s30 TYPE boolean REQUIRED yes
FIELD attr_t11 TYPE null REQUIRED no
FIELD prop_s08 TYPE number REQUIRED no
FIELD param_p02 TYPE string VALUES draft|... | {"key_l77":717,"prop_s30":false,"attr_t11":null,"prop_s08":658.76,"param_p02":"archived","col_f56":false} | boolean_as_string | {
"type": "object",
"properties": {
"key_l77": {
"type": "integer"
},
"dim_y36": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"prop_s30": {
"type": "boolean"
},
"attr_t11": {
"ty... | {"key_l77": 717, "prop_s30": false, "attr_t11": null, "prop_s08": 658.76, "param_p02": "archived", "col_f56": "True"} | Field 'col_f56' must be boolean, got string | {"key_l77":717,"prop_s30":false,"attr_t11":null,"prop_s08":658.76,"param_p02":"archived","col_f56":false} |
TASK repair_structured_output
SPEC
FIELD col_x36 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD col_z10 TYPE string_date-time REQUIRED no
FIELD prop_j08 TYPE boolean REQUIRED yes
FIELD attr_b20 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"col_x36": "option_a", "col_z10": "2024-10-12T09:... | {"col_x36":"option_a","col_z10":"2024-10-12T09:10:00Z","prop_j08":false,"attr_b20":77.07} | date_format_error | {
"type": "object",
"properties": {
"col_x36": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"col_z10": {
"type": "string",
"format": "date-time"
},
"prop_j08": {
"type": "... | {"col_x36": "option_a", "col_z10": "2024-10-12T09:10:00", "prop_j08": false, "attr_b20": 77.07} | Field 'col_z10' has invalid date format | {"col_x36":"option_a","col_z10":"2024-10-12T09:10:00Z","prop_j08":false,"attr_b20":77.07} |
TASK repair_structured_output
SPEC
FIELD temp_celsius TYPE integer REQUIRED no
FIELD weight TYPE integer REQUIRED no
FIELD current_draw TYPE number REQUIRED no
FIELD nickname TYPE integer REQUIRED no
FIELD created_at TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD manifest_ref TYPE boolean REQUIRED yes
BROKEN_... | {"weight":297,"created_at":"cat_a","manifest_ref":false} | truncated_array | {
"type": "object",
"properties": {
"temp_celsius": {
"type": "integer"
},
"weight": {
"type": "integer"
},
"current_draw": {
"type": "number"
},
"nickname": {
"type": "integer"
},
"created_at": {
"type": "string",
"enum": [
"cat_a",
... | {"weight":297,"created_at":"cat_a","manifest_ref":false | Unexpected end of JSON input — truncated object | {"weight":297,"created_at":"cat_a","manifest_ref":false} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD height TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD status_code TYPE boolean REQUIRED no
FIELD options TYPE string REQUIRED yes
FIELD balance TYPE boolean REQUIRED no
FIELD umi TYPE string VA... | {"height":"low","options":"bar","balance":false,"pressure_kpa":"married","comments":null} | thought_process | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"height": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | Processing the request now.
I'll validate against the schema.
{"height":"low","options":"bar","balance":false,"pressure_kpa":"married","comments":null} | Output contains chain-of-thought reasoning before JSON | {"height":"low","options":"bar","balance":false,"pressure_kpa":"married","comments":null} |
TASK repair_structured_output
SPEC
FIELD batch_code TYPE number REQUIRED no
FIELD decay_rate TYPE number REQUIRED yes
FIELD strand TYPE string REQUIRED no
FIELD isotope TYPE string REQUIRED no
FIELD website.coverage TYPE integer REQUIRED yes
FIELD website.width TYPE string_date-time REQUIRED no
FIELD website.tile.visi... | {"batch_code":237.0,"decay_rate":889.19,"strand":"Bob","isotope":"test","consignee":{"fleet_number":"Oliveira","branch":"New York","payment_status":true}} | wrong_type | {
"type": "object",
"properties": {
"batch_code": {
"type": "number"
},
"decay_rate": {
"type": "number"
},
"strand": {
"type": "string"
},
"isotope": {
"type": "string"
},
"website": {
"type": "object",
"properties": {
"coverage": {
... | {"batch_code": 237.0, "decay_rate": "\"889.19\"", "strand": "Bob", "isotope": "test", "consignee": {"fleet_number": "Oliveira", "branch": "New York", "payment_status": true}} | Field 'decay_rate' must be number, got string | {"batch_code":237.0,"decay_rate":889.19,"strand":"Bob","isotope":"test","consignee":{"fleet_number":"Oliveira","branch":"New York","payment_status":true}} |
TASK repair_structured_output
SPEC
FIELD length TYPE string REQUIRED yes
FIELD score.state TYPE string REQUIRED yes
FIELD score.last_name TYPE string REQUIRED no
FIELD score.language TYPE boolean REQUIRED yes
FIELD score.shipper_ref TYPE boolean REQUIRED no
FIELD fleet_number TYPE string REQUIRED yes
FIELD comments.la... | {"length":"Johnson","score":{"state":"sample","last_name":"Sao Paulo","language":false,"shipper_ref":false},"fleet_number":"inactive","comments":{"latitude":null,"branch":"heterozygous","image_url":"hemizygous","voltage":{"log_level":"QC-07","commit_hash":"warning","timezone":"user@domain.org"}}} | agent_chain | {
"type": "object",
"properties": {
"length": {
"type": "string"
},
"score": {
"type": "object",
"properties": {
"state": {
"type": "string"
},
"last_name": {
"type": "string"
},
"language": {
"type": "boolean"
... | Let me check the system.
Action: update_record
Result: {"length": "Johnson", "fleet_number": "inactive", "comments": {"latitude": null, "branch": "heterozygous", "image_url": "hemizygous", "voltage": {"log_level": "QC-07", "commit_hash": "warning", "timezone": "user@domain.org"}}}
I'll query our database.
Action: read... | Agent multi-step chain with truncated tool output | {"length":"Johnson","score":{"state":"sample","last_name":"Sao Paulo","language":false,"shipper_ref":false},"fleet_number":"inactive","comments":{"latitude":null,"branch":"heterozygous","image_url":"hemizygous","voltage":{"log_level":"QC-07","commit_hash":"warning","timezone":"user@domain.org"}}} |
TASK repair_structured_output
SPEC
FIELD dim_m87 TYPE string REQUIRED yes
FIELD dim_u77 TYPE string REQUIRED yes
FIELD prop_v79 TYPE null REQUIRED no
FIELD val_r12 TYPE string REQUIRED no
FIELD dim_t35.val_h70 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD dim_t35.val_v34 TYPE string REQUIRED no
FIE... | {"dim_m87":"test@example.com","dim_u77":"Berlin","prop_v79":null,"val_r12":"baz","dim_t35":{"val_h70":"type_a","val_v34":"PASS","param_l14":true}} | markdown_explanation | {
"type": "object",
"properties": {
"dim_m87": {
"type": "string"
},
"dim_u77": {
"type": "string"
},
"prop_v79": {
"type": "null"
},
"val_r12": {
"type": "string"
},
"dim_t35": {
"type": "object",
"properties": {
"val_h70": {
... | The parsed result is:
```json
{"dim_m87":"test@example.com","dim_u77":"Berlin","prop_v79":null,"val_r12":"baz","dim_t35":{"val_h70":"type_a","val_v34":"PASS","param_l14":true}}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"dim_m87":"test@example.com","dim_u77":"Berlin","prop_v79":null,"val_r12":"baz","dim_t35":{"val_h70":"type_a","val_v34":"PASS","param_l14":true}} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD trace_id.dissolved_oxygen TYPE string REQUIRED yes
FIELD trace_id.last_name TYPE integer REQUIRED no
FIELD trace_id.level TYPE string REQUIRED yes
FIELD trace_id.version.brake_pressure TYPE string V... | {"wavelength":"unstable","feedback":"approved"} | tool_call_bad_format | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"trace_id": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string"
},
"l... | <functioncall> read_sensor_array
{wavelength: "unstable", feedback: "approved"} | Tool call has malformed arguments — unquoted keys in function parameters | {"wavelength":"unstable","feedback":"approved"} |
TASK repair_structured_output
SPEC
FIELD dim_k55 TYPE number REQUIRED yes
FIELD prop_l75 TYPE integer REQUIRED yes
FIELD val_f13 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"dim_k55": 523.48, "val_f13": 173} | {"dim_k55":523.48,"prop_l75":390,"val_f13":173} | missing_required | {
"type": "object",
"properties": {
"dim_k55": {
"type": "number"
},
"prop_l75": {
"type": "integer"
},
"val_f13": {
"type": "integer"
}
},
"required": [
"dim_k55",
"prop_l75",
"val_f13"
]
} | {"dim_k55": 523.48, "val_f13": 173} | Required field 'prop_l75' is missing | {"dim_k55":523.48,"prop_l75":390,"val_f13":173} |
TASK repair_structured_output
SPEC
FIELD dim_q05 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD field_m55.field_d53 TYPE boolean REQUIRED yes
FIELD field_m55.prop_i59 TYPE null REQUIRED yes
FIELD field_m55.dim_b94 TYPE string REQUIRED no
FIELD field_m55.field_u48 TYPE boolean REQUIRED no
FIELD... | {"dim_q05":"type_b","field_m55":{"field_d53":false,"prop_i59":null,"dim_b94":"Charlie","field_u48":false,"key_g57":[692,751,880]},"field_c13":435.4,"attr_e66":"divorced","attr_i60":"2021-07-28T11:33:00Z","key_b95":"example","col_g51":81,"val_t82":"https://example.org/api"} | unquoted_keys | {
"type": "object",
"properties": {
"dim_q05": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"field_m55": {
"type": "object",
"properties": {
"field_d53": {
"type": "boolean"
... | {dim_q05:"type_b",field_m55:{field_d53:false,prop_i59:null,dim_b94:"Charlie",field_u48:false,key_g57:[692,751,880]},field_c13:435.4,attr_e66:"divorced",attr_i60:"2021-07-28T11:33:00Z",key_b95:"example",col_g51:81,val_t82:"https://example.org/api"} | Expecting property name enclosed in double quotes | {"dim_q05":"type_b","field_m55":{"field_d53":false,"prop_i59":null,"dim_b94":"Charlie","field_u48":false,"key_g57":[692,751,880]},"field_c13":435.4,"attr_e66":"divorced","attr_i60":"2021-07-28T11:33:00Z","key_b95":"example","col_g51":81,"val_t82":"https://example.org/api"} |
TASK repair_structured_output
SPEC
FIELD field_c42 TYPE boolean REQUIRED no
FIELD val_z09 TYPE string REQUIRED yes
FIELD key_x35 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_b90[] TYPE string REQUIRED yes
FIELD field_t59[].prop_h69 TYPE boolean REQUIRED no
FIELD field_t59[].param_j35 TYPE string VAL... | {"field_c42":false,"val_z09":"New York","key_x35":"email","field_b90":["This is a test value.","MV-Evergreen-01"],"field_t59":[{"prop_h69":false,"param_j35":"sms","attr_j55":"https://example.com"}]} | extra_text_after | {
"type": "object",
"properties": {
"field_c42": {
"type": "boolean"
},
"val_z09": {
"type": "string"
},
"key_x35": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_b90": {
"type": "array",
... | {"field_c42":false,"val_z09":"New York","key_x35":"email","field_b90":["This is a test value.","MV-Evergreen-01"],"field_t59":[{"prop_h69":false,"param_j35":"sms","attr_j55":"https://example.com"}]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"field_c42":false,"val_z09":"New York","key_x35":"email","field_b90":["This is a test value.","MV-Evergreen-01"],"field_t59":[{"prop_h69":false,"param_j35":"sms","attr_j55":"https://example.com"}]} |
TASK repair_structured_output
SPEC
FIELD col_y91 TYPE boolean REQUIRED no
FIELD prop_t24 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_l49 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_u90 TYPE boolean REQUIRED yes
FIELD field_p93 TYPE null REQUIRED no
FIELD col_t53 TYPE boolean R... | {"col_y91":true,"prop_t24":"warning","val_l49":"viewer","prop_u90":true,"field_p93":null,"col_t53":true} | thought_process | {
"type": "object",
"properties": {
"col_y91": {
"type": "boolean"
},
"prop_t24": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_l49": {
"type": "string",
"enum": [
"admin",
"editor... | Processing the request now.
I'll validate against the schema.
{"col_y91":true,"prop_t24":"warning","val_l49":"viewer","prop_u90":true,"field_p93":null,"col_t53":true} | Output contains chain-of-thought reasoning before JSON | {"col_y91":true,"prop_t24":"warning","val_l49":"viewer","prop_u90":true,"field_p93":null,"col_t53":true} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE integer REQUIRED no
FIELD procedure_code TYPE string_uri REQUIRED yes
FIELD catalyst TYPE number REQUIRED no
FIELD aligned_pct TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
Let me check the system.
<tool_call name="send_email">
{"creat... | {"created_at":99,"procedure_code":"https://api.org/api","catalyst":151.52,"aligned_pct":"red"} | tool_call_text_mix | {
"type": "object",
"properties": {
"created_at": {
"type": "integer"
},
"procedure_code": {
"type": "string",
"format": "uri"
},
"catalyst": {
"type": "number"
},
"aligned_pct": {
"type": "string",
"enum": [
"red",
"blue",
"gre... | Let me check the system.
<tool_call name="send_email">
{"created_at":99,"procedure_code":"https://api.org/api","catalyst":151.52,"aligned_pct":"red"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"created_at":99,"procedure_code":"https://api.org/api","catalyst":151.52,"aligned_pct":"red"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE boolean REQUIRED no
FIELD discount TYPE number REQUIRED yes
FIELD paragraph TYPE null REQUIRED no
FIELD brake_pressure TYPE integer REQUIRED no
FIELD active TYPE string REQUIRED yes
FIELD ph_level TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROK... | {"status_code":false,"discount":303.06,"paragraph":null,"brake_pressure":286,"active":"quux","ph_level":"white"} | trailing_comma | {
"type": "object",
"properties": {
"status_code": {
"type": "boolean"
},
"discount": {
"type": "number"
},
"paragraph": {
"type": "null"
},
"brake_pressure": {
"type": "integer"
},
"active": {
"type": "string"
},
"ph_level": {
"type": ... | {"status_code":false,"discount":303.06,"paragraph":null,"brake_pressure":286,"active":"quux","ph_level":"white",} | Unexpected trailing comma | {"status_code":false,"discount":303.06,"paragraph":null,"brake_pressure":286,"active":"quux","ph_level":"white"} |
TASK repair_structured_output
SPEC
FIELD visible TYPE null REQUIRED no
FIELD maturity_date TYPE string REQUIRED yes
FIELD log_level TYPE string REQUIRED yes
FIELD published TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
BROKEN_OUTPUT
```json
{"visible":null,"maturity_date":"demo","log_level":"test... | {"visible":null,"maturity_date":"demo","log_level":"test"} | markdown_fences | {
"type": "object",
"properties": {
"visible": {
"type": "null"
},
"maturity_date": {
"type": "string"
},
"log_level": {
"type": "string"
},
"published": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"optio... | ```json
{"visible":null,"maturity_date":"demo","log_level":"test"}
``` | Output contains markdown code fences | {"visible":null,"maturity_date":"demo","log_level":"test"} |
TASK repair_structured_output
SPEC
FIELD param_y35 TYPE string_date-time REQUIRED yes
FIELD key_b73 TYPE integer REQUIRED yes
FIELD dim_j10 TYPE string REQUIRED no
FIELD dim_b08 TYPE string_uri REQUIRED yes
FIELD attr_x86 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_p43 TYPE string VALUE... | {"param_y35":"2021-07-13T14:06:00Z","key_b73":706,"dim_j10":"John","dim_b08":"https://www.com/v1","attr_x86":"heterozygous","dim_p43":"published"} | extra_text_before | {
"type": "object",
"properties": {
"param_y35": {
"type": "string",
"format": "date-time"
},
"key_b73": {
"type": "integer"
},
"dim_j10": {
"type": "string"
},
"dim_b08": {
"type": "string",
"format": "uri"
},
"attr_x86": {
"type": "stri... | The instrument reported:
{"param_y35":"2021-07-13T14:06:00Z","key_b73":706,"dim_j10":"John","dim_b08":"https://www.com/v1","attr_x86":"heterozygous","dim_p43":"published"} | Output contains non-JSON text before the object | {"param_y35":"2021-07-13T14:06:00Z","key_b73":706,"dim_j10":"John","dim_b08":"https://www.com/v1","attr_x86":"heterozygous","dim_p43":"published"} |
TASK repair_structured_output
SPEC
FIELD col_s50 TYPE boolean REQUIRED yes
FIELD key_s37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD key_b20 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD key_f22[] TYPE string REQUIRED no
BROKEN_OUTPUT
{"col_s50":true,"key... | {"col_s50":true,"key_s37":"mode_f","key_b20":"cat_a","key_f22":["Maria","Maria"]} | truncated_object | {
"type": "object",
"properties": {
"col_s50": {
"type": "boolean"
},
"key_s37": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"key_b20": {
"type": "string",
"enum"... | {"col_s50":true,"key_s37":"mode_f","key_b20":"cat_a","key_f22":["Maria","Maria"] | Unexpected end of JSON input — truncated object | {"col_s50":true,"key_s37":"mode_f","key_b20":"cat_a","key_f22":["Maria","Maria"]} |
TASK repair_structured_output
SPEC
FIELD val_j29 TYPE string REQUIRED yes
FIELD prop_a34 TYPE integer REQUIRED yes
FIELD col_o51 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD prop_i70 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"val_j29": "https://example.com", "prop_a34": "970ms", "col_o51": "cat_b", "prop_i70... | {"val_j29":"https://example.com","prop_a34":970,"col_o51":"cat_b","prop_i70":51.6} | number_with_unit | {
"type": "object",
"properties": {
"val_j29": {
"type": "string"
},
"prop_a34": {
"type": "integer"
},
"col_o51": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_i70": {
"type": "number"
}
},
"require... | {"val_j29": "https://example.com", "prop_a34": "970ms", "col_o51": "cat_b", "prop_i70": 51.6} | Field 'prop_a34' must be number, got string with unit | {"val_j29":"https://example.com","prop_a34":970,"col_o51":"cat_b","prop_i70":51.6} |
TASK repair_structured_output
SPEC
FIELD param_l76 TYPE number REQUIRED yes
FIELD dim_s57 TYPE boolean REQUIRED no
FIELD field_n81 TYPE string REQUIRED no
FIELD attr_m04 TYPE string_date-time REQUIRED no
FIELD dim_o48 TYPE string_uri REQUIRED no
FIELD dim_j97 TYPE number REQUIRED no
BROKEN_OUTPUT
I've generated the f... | {"param_l76":417.35,"dim_s57":true,"field_n81":"Silva","attr_m04":"2023-05-08T11:51:00Z","dim_o48":"https://example.io/v1","dim_j97":303.96} | markdown_explanation | {
"type": "object",
"properties": {
"param_l76": {
"type": "number"
},
"dim_s57": {
"type": "boolean"
},
"field_n81": {
"type": "string"
},
"attr_m04": {
"type": "string",
"format": "date-time"
},
"dim_o48": {
"type": "string",
"format": ... | I've generated the following JSON:
```json
{"param_l76":417.35,"dim_s57":true,"field_n81":"Silva","attr_m04":"2023-05-08T11:51:00Z","dim_o48":"https://example.io/v1","dim_j97":303.96}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"param_l76":417.35,"dim_s57":true,"field_n81":"Silva","attr_m04":"2023-05-08T11:51:00Z","dim_o48":"https://example.io/v1","dim_j97":303.96} |
TASK repair_structured_output
SPEC
FIELD field_f15 TYPE string REQUIRED no
FIELD key_y39 TYPE boolean REQUIRED no
FIELD attr_e92 TYPE string REQUIRED yes
FIELD param_l05.attr_b44 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD param_l05.field_f63 TYPE string REQUIRED no
FIELD param_l05.dim_z52... | {"field_f15":"quux","key_y39":false,"attr_e92":"chr1"} | extra_text_after | {
"type": "object",
"properties": {
"field_f15": {
"type": "string"
},
"key_y39": {
"type": "boolean"
},
"attr_e92": {
"type": "string"
},
"param_l05": {
"type": "object",
"properties": {
"attr_b44": {
"type": "string",
"enum": [
... | {"field_f15":"quux","key_y39":false,"attr_e92":"chr1"}
Hope this helps! | Output contains non-JSON text after the object | {"field_f15":"quux","key_y39":false,"attr_e92":"chr1"} |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD vessel_name TYPE string REQUIRED no
FIELD section TYPE integer REQUIRED no
FIELD tags TYPE string REQUIRED no
FIELD city TYPE string REQUIRED no
FIELD duration_ms TYPE string REQUIRED yes
FIELD po... | {"due_date":"option_b","vessel_name":"Johnson","section":210,"city":"Silva","duration_ms":"Santos","port_code":440.19,"status":true} | invalid_enum | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"vessel_name": {
"type": "string"
},
"section": {
"type": "integer"
},
"tags": {
"type": "... | {"due_date": "invalid_option_930", "vessel_name": "Johnson", "section": 210, "city": "Silva", "duration_ms": "Santos", "port_code": 440.19, "status": true} | Field 'due_date' has invalid enum value 'invalid_option_930', expected one of ['option_a', 'option_b', 'option_c', 'option_d'] | {"due_date":"option_b","vessel_name":"Johnson","section":210,"city":"Silva","duration_ms":"Santos","port_code":440.19,"status":true} |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE string_uri REQUIRED yes
FIELD department TYPE integer REQUIRED no
FIELD lane TYPE boolean REQUIRED no
FIELD torque_output TYPE string_date-time REQUIRED yes
FIELD due_date TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD date TYPE string VALUES leve... | {"patient_id":"https://www.org/api","lane":true,"torque_output":"2022-06-06T20:55:00Z","due_date":"high","shift_code":"https://data.com/v1"} | boolean_as_string | {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"format": "uri"
},
"department": {
"type": "integer"
},
"lane": {
"type": "boolean"
},
"torque_output": {
"type": "string",
"format": "date-time"
},
"due_date": {
"type... | {"patient_id": "https://www.org/api", "lane": "yes", "torque_output": "2022-06-06T20:55:00Z", "due_date": "high", "shift_code": "https://data.com/v1"} | Field 'lane' must be boolean, got string | {"patient_id":"https://www.org/api","lane":true,"torque_output":"2022-06-06T20:55:00Z","due_date":"high","shift_code":"https://data.com/v1"} |
TASK repair_structured_output
SPEC
FIELD col_q70 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD attr_w40 TYPE string REQUIRED no
FIELD key_p49 TYPE string REQUIRED no
FIELD col_t72 TYPE string REQUIRED yes
FIELD dim_n84[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{"col_q70":"closed","attr_w40":"ca... | {"col_q70":"closed","attr_w40":"cancelled","key_p49":"test@example.com","col_t72":"Maria","dim_n84":["chr1","https://api.example.com/v1","London"]} | extra_text_after | {
"type": "object",
"properties": {
"col_q70": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"attr_w40": {
"type": "string"
},
"key_p49": {
"type": "string"
},
"col_t72": {
"type": "strin... | {"col_q70":"closed","attr_w40":"cancelled","key_p49":"test@example.com","col_t72":"Maria","dim_n84":["chr1","https://api.example.com/v1","London"]}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_q70":"closed","attr_w40":"cancelled","key_p49":"test@example.com","col_t72":"Maria","dim_n84":["chr1","https://api.example.com/v1","London"]} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE string REQUIRED yes
FIELD language TYPE string_date-time REQUIRED yes
FIELD dissolved_oxygen.patient_id TYPE integer REQUIRED no
FIELD dissolved_oxygen.first_name TYPE null REQUIRED no
FIELD dissolved_oxygen.voltage TYPE integer REQUIRED no
FIELD dissolved_oxygen.... | {"salinity":"REV","language":"2022-07-25T05:40:00Z","dissolved_oxygen":{"patient_id":597,"voltage":968,"features":92.69,"transaction_id":{"ward":85,"website":52.88,"tags":"unstable"},"cargo_type":755,"title":598.12}} | tool_call_bad_format | {
"type": "object",
"properties": {
"salinity": {
"type": "string"
},
"language": {
"type": "string",
"format": "date-time"
},
"dissolved_oxygen": {
"type": "object",
"properties": {
"patient_id": {
"type": "integer"
},
"first_name"... | <functioncall> lookup_customer
{salinity: "REV", language: "2022-07-25T05:40:00Z", dissolved_oxygen: {patient_id: 597, voltage: 968, features: 92.69, transaction_id: {ward: 85, website: 52.88, tags: "unstable"}, cargo_type: 755, title: 598.12}} | Tool call has malformed arguments — unquoted keys in function parameters | {"salinity":"REV","language":"2022-07-25T05:40:00Z","dissolved_oxygen":{"patient_id":597,"voltage":968,"features":92.69,"transaction_id":{"ward":85,"website":52.88,"tags":"unstable"},"cargo_type":755,"title":598.12}} |
TASK repair_structured_output
SPEC
FIELD attr_n00 TYPE string REQUIRED yes
FIELD val_e00 TYPE integer REQUIRED yes
FIELD param_b44.col_v48 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD param_b44.attr_i13 TYPE integer REQUIRED no
FIELD param_b44.col_b22.dim_t01 TYPE string VALUES admin|e... | {"attr_n00":"Tokyo","val_e00":496,"param_b44":{"col_v48":"missense","attr_i13":722,"col_b22":{"dim_t01":"editor","val_c16":"divorced","val_h47":"2023-12-25","field_k84":424.29,"col_x15":127,"key_g18":505}},"attr_j36":"2021-09-07T15:03:00Z","attr_r20":196} | partial_structure | {
"type": "object",
"properties": {
"attr_n00": {
"type": "string"
},
"val_e00": {
"type": "integer"
},
"param_b44": {
"type": "object",
"properties": {
"col_v48": {
"type": "string",
"enum": [
"synonymous",
"missense",
... | I found that attr_n00 should be Tokyo. {"attr_n00":"Tokyo","val_e00":496,"param_b44":{"col_v48":"missense","attr_i13":722,"col_b22":{"dim_t01":"editor","val_c16":"divorced","val_h47":"2023-12-25","field_k84":424.29,"col_x15":127,"key_g18":505}},"attr_j36":"2021-09-07T15:03:00Z","attr_r20":196} | Output mixes natural language with JSON | {"attr_n00":"Tokyo","val_e00":496,"param_b44":{"col_v48":"missense","attr_i13":722,"col_b22":{"dim_t01":"editor","val_c16":"divorced","val_h47":"2023-12-25","field_k84":424.29,"col_x15":127,"key_g18":505}},"attr_j36":"2021-09-07T15:03:00Z","attr_r20":196} |
TASK repair_structured_output
SPEC
FIELD description TYPE string REQUIRED no
FIELD active TYPE boolean REQUIRED no
FIELD bed_number TYPE null REQUIRED yes
FIELD name TYPE integer REQUIRED no
FIELD patient_id TYPE number REQUIRED yes
FIELD order_id.level TYPE boolean REQUIRED yes
FIELD order_id.features TYPE string VAL... | {"active":false,"bed_number":null,"name":262,"patient_id":174.74,"order_id":{"level":false,"features":"option_c","consignee":[{"role":286,"company":"REV","repository":"mode_a","due_date":false},{"role":393,"company":"world","repository":"mode_a","due_date":false},{"role":838,"company":"https://example.com","repository"... | extra_text_before | {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"active": {
"type": "boolean"
},
"bed_number": {
"type": "null"
},
"name": {
"type": "integer"
},
"patient_id": {
"type": "number"
},
"order_id": {
"type": "object... | Based on your request, here is the data:
{"active":false,"bed_number":null,"name":262,"patient_id":174.74,"order_id":{"level":false,"features":"option_c","consignee":[{"role":286,"company":"REV","repository":"mode_a","due_date":false},{"role":393,"company":"world","repository":"mode_a","due_date":false},{"role":838,"co... | Output contains non-JSON text before the object | {"active":false,"bed_number":null,"name":262,"patient_id":174.74,"order_id":{"level":false,"features":"option_c","consignee":[{"role":286,"company":"REV","repository":"mode_a","due_date":false},{"role":393,"company":"world","repository":"mode_a","due_date":false},{"role":838,"company":"https://example.com","repository"... |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string REQUIRED no
FIELD status.section TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD status.salinity TYPE integer REQUIRED yes
FIELD status.credit_score TYPE integer REQUIRED no
FIELD status.voltage TYPE string_uri REQ... | {"reagent":"Diana","status":{"section":"option_f","salinity":813,"voltage":"https://data.org/v1","width":true,"manifest_ref":"Oliveira","bed_number":"admin@example.com"},"position":{"shipping":"mode_a","organism":"type_d","priority":"Johnson","last_name":"Johnson","decay_rate":"option_a","user_id":"admin@example.com","... | tool_call_text_mix | {
"type": "object",
"properties": {
"reagent": {
"type": "string"
},
"status": {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
... | Processing the request now.
<tool_call name="run_diagnostics">
{"reagent":"Diana","status":{"section":"option_f","salinity":813,"voltage":"https://data.org/v1","width":true,"manifest_ref":"Oliveira","bed_number":"admin@example.com"},"position":{"shipping":"mode_a","organism":"type_d","priority":"Johnson","last_name":"J... | Agent response mixes reasoning text with tool call | {"reagent":"Diana","status":{"section":"option_f","salinity":813,"voltage":"https://data.org/v1","width":true,"manifest_ref":"Oliveira","bed_number":"admin@example.com"},"position":{"shipping":"mode_a","organism":"type_d","priority":"Johnson","last_name":"Johnson","decay_rate":"option_a","user_id":"admin@example.com","... |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD gene_id TYPE string REQUIRED no
FIELD reagent TYPE number REQUIRED yes
BROKEN_OUTPUT
{"status_code": "type_a", "gene_id": "FWD", "reagent": 688.73, "extra_info_4636": 42} | {"status_code":"type_a","gene_id":"FWD","reagent":688.73} | extra_field | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"gene_id": {
"type": "string"
},
"reagent": {
"type": "number"
}
},
"required": [
"reagent"
]
} | {"status_code": "type_a", "gene_id": "FWD", "reagent": 688.73, "extra_info_4636": 42} | Unknown field 'extra_info_4636' not defined in schema | {"status_code":"type_a","gene_id":"FWD","reagent":688.73} |
TASK repair_structured_output
SPEC
FIELD prop_o93 TYPE number REQUIRED yes
FIELD param_g89.col_l72.param_d67 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_g89.col_l72.field_b63 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_g89.col_l72.col_w96 TYPE string REQUIRED no... | {"prop_o93":60.86,"param_g89":{"col_l72":{"param_d67":"new","field_b63":"medium","col_w96":"A short description.","param_v12":"sample","col_q02":"New York","dim_u09":true,"prop_l04":"This is a test value.","param_j58":"free"},"key_o28":"London","val_a94":"hemizygous"},"field_v10":"Maria"} | single_quotes | {
"type": "object",
"properties": {
"prop_o93": {
"type": "number"
},
"param_g89": {
"type": "object",
"properties": {
"col_l72": {
"type": "object",
"properties": {
"param_d67": {
"type": "string",
"enum": [
... | {'prop_o93':60.86,'param_g89':{'col_l72':{'param_d67':'new','field_b63':'medium','col_w96':'A short description.','param_v12':'sample','col_q02':'New York','dim_u09':true,'prop_l04':'This is a test value.','param_j58':'free'},'key_o28':'London','val_a94':'hemizygous'},'field_v10':'Maria'} | Expecting property name enclosed in double quotes | {"prop_o93":60.86,"param_g89":{"col_l72":{"param_d67":"new","field_b63":"medium","col_w96":"A short description.","param_v12":"sample","col_q02":"New York","dim_u09":true,"prop_l04":"This is a test value.","param_j58":"free"},"key_o28":"London","val_a94":"hemizygous"},"field_v10":"Maria"} |
TASK repair_structured_output
SPEC
FIELD key_d33 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD field_s63 TYPE boolean REQUIRED no
FIELD col_k51.field_s54 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD col_k51.key_y00 TYPE integer REQUIRED no
... | {"key_d33":"option_b","field_s63":true,"col_k51":{"field_s54":"level_4","key_y00":58,"val_u99":"large","param_r24":"user@domain.com","attr_p75":"inactive","dim_i14":"inactive","dim_d65":528}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_d33": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"field_s63": {
"type": "boolean"
},
"col_k51": {
"type": "object"... | Tool: lookup_customer
Params: {"key_d33": "option_b", "field_s63": true, "col_k512": {"field_s54": "level_4", "key_y00": 58, "val_u99": "large", "param_r24": "user@domain.com", "attr_p75": "inactive", "dim_i14": "inactive", "dim_d65": 528}} | Agent used wrong parameter name 'col_k512' instead of 'col_k51' | {"key_d33":"option_b","field_s63":true,"col_k51":{"field_s54":"level_4","key_y00":58,"val_u99":"large","param_r24":"user@domain.com","attr_p75":"inactive","dim_i14":"inactive","dim_d65":528}} |
TASK repair_structured_output
SPEC
FIELD key_f55 TYPE string REQUIRED yes
FIELD field_u79 TYPE boolean REQUIRED yes
FIELD key_w04 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"key_f55":"Sao Paulo","field_u79":true,"key_w04":256.51}
This should match the schema you provided. | {"key_f55":"Sao Paulo","field_u79":true,"key_w04":256.51} | extra_text_after | {
"type": "object",
"properties": {
"key_f55": {
"type": "string"
},
"field_u79": {
"type": "boolean"
},
"key_w04": {
"type": "number"
}
},
"required": [
"key_w04",
"field_u79",
"key_f55"
]
} | {"key_f55":"Sao Paulo","field_u79":true,"key_w04":256.51}
This should match the schema you provided. | Output contains non-JSON text after the object | {"key_f55":"Sao Paulo","field_u79":true,"key_w04":256.51} |
TASK repair_structured_output
SPEC
FIELD key_y81 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_z25.prop_f63.prop_j94 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_z25.prop_f63.attr_t19 TYPE string REQUIRED no
FIELD col_z25.prop_f63.param_t70 TYPE string REQ... | {"key_y81":"inland","col_z25":{"prop_f63":{"prop_j94":"operational","attr_t19":"active","param_t70":"test@example.com","col_e02":"inactive","attr_d48":"GRCh38"},"val_p99":"moored","val_l44":{"key_c06":883,"val_x66":true,"prop_q07":"test@example.com","param_v08":"FWD"},"prop_j88":"reliable"},"val_j63":357,"dim_c58":"ina... | partial_structure | {
"type": "object",
"properties": {
"key_y81": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_z25": {
"type": "object",
"properties": {
"prop_f63": {
"type": "object",
"properties"... | Based on the data, val_j63 is 357. {"key_y81":"inland","col_z25":{"prop_f63":{"prop_j94":"operational","attr_t19":"active","param_t70":"test@example.com","col_e02":"inactive","attr_d48":"GRCh38"},"val_p99":"moored","val_l44":{"key_c06":883,"val_x66":true,"prop_q07":"test@example.com","param_v08":"FWD"},"prop_j88":"reli... | Output mixes natural language with JSON | {"key_y81":"inland","col_z25":{"prop_f63":{"prop_j94":"operational","attr_t19":"active","param_t70":"test@example.com","col_e02":"inactive","attr_d48":"GRCh38"},"val_p99":"moored","val_l44":{"key_c06":883,"val_x66":true,"prop_q07":"test@example.com","param_v08":"FWD"},"prop_j88":"reliable"},"val_j63":357,"dim_c58":"ina... |
TASK repair_structured_output
SPEC
FIELD val_g74 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_k21 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD col_b57 TYPE string REQUIRED yes
FIELD prop_s72 TYPE string REQUIRED no
FIELD dim_i37 TYPE string REQUIRED no
FIELD attr_... | {"val_g74":"push","attr_k21":"rejected","col_b57":"QC-07","prop_s72":"https://api.example.com/v1","attr_k01":"cancelled","prop_x81":645.91} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_g74": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_k21": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"... | Processing the request now.
<tool_call name="delete_item">
{"val_g74":"push","attr_k21":"rejected","col_b57":"QC-07","prop_s72":"https://api.example.com/v1","attr_k01":"cancelled","prop_x81":645.91}
</tool_call. | Agent response mixes reasoning text with tool call | {"val_g74":"push","attr_k21":"rejected","col_b57":"QC-07","prop_s72":"https://api.example.com/v1","attr_k01":"cancelled","prop_x81":645.91} |
TASK repair_structured_output
SPEC
FIELD key_u14.val_a54 TYPE string REQUIRED yes
FIELD key_u14.key_z47 TYPE string REQUIRED yes
FIELD key_u14.param_g33.prop_w03 TYPE string_date-time REQUIRED no
FIELD key_u14.param_g33.key_x38 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD key_u14.param_g33.dim_u65 TYPE st... | {"key_u14":{"val_a54":"Oliveira","key_z47":"completed","dim_s13":"EUR"},"attr_a42":false,"dim_q26":"heterozygous","val_k52":{"prop_b88":151,"val_w55":"pending","dim_p33":null,"prop_c76":105.61},"attr_o61":false,"param_m65":"single"} | markdown_fences | {
"type": "object",
"properties": {
"key_u14": {
"type": "object",
"properties": {
"val_a54": {
"type": "string"
},
"key_z47": {
"type": "string"
},
"param_g33": {
"type": "object",
"properties": {
"prop_w03"... | ```json
{"key_u14":{"val_a54":"Oliveira","key_z47":"completed","dim_s13":"EUR"},"attr_a42":false,"dim_q26":"heterozygous","val_k52":{"prop_b88":151,"val_w55":"pending","dim_p33":null,"prop_c76":105.61},"attr_o61":false,"param_m65":"single"}
``` | Output contains markdown code fences | {"key_u14":{"val_a54":"Oliveira","key_z47":"completed","dim_s13":"EUR"},"attr_a42":false,"dim_q26":"heterozygous","val_k52":{"prop_b88":151,"val_w55":"pending","dim_p33":null,"prop_c76":105.61},"attr_o61":false,"param_m65":"single"} |
TASK repair_structured_output
SPEC
FIELD field_x28 TYPE integer REQUIRED yes
FIELD param_n14 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_h38 TYPE boolean REQUIRED yes
FIELD attr_c10 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"field_x28": 306, "param_n14": "intermittent", "col_h38": "False", "a... | {"field_x28":306,"param_n14":"intermittent","col_h38":false,"attr_c10":null} | boolean_as_string | {
"type": "object",
"properties": {
"field_x28": {
"type": "integer"
},
"param_n14": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_h38": {
"type": "boolean"
},
"attr_c10": {
"type": "null"
}
... | {"field_x28": 306, "param_n14": "intermittent", "col_h38": "False", "attr_c10": null} | Field 'col_h38' must be boolean, got string | {"field_x28":306,"param_n14":"intermittent","col_h38":false,"attr_c10":null} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD vital_sign TYPE boolean REQUIRED yes
FIELD level.nickname TYPE string REQUIRED no
FIELD level.conductivity TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD level.span_id TYPE integer ... | {"terminal_id":"in_progress","vital_sign":true,"level":{"nickname":"This is a test value.","conductivity":"level_2","span_id":452,"email":"admin@test.io","company":562},"enabled":"user@domain.com","loan_amount":null,"end_date":"Santos"} | extra_field | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"vital_sign": {
"type": "boolean"
},
"level": {
"type": "object",
"properties": {
"nicknam... | {"terminal_id": "in_progress", "vital_sign": true, "level": {"nickname": "This is a test value.", "conductivity": "level_2", "span_id": 452, "email": "admin@test.io", "company": 562}, "enabled": "user@domain.com", "loan_amount": null, "end_date": "Santos", "extra_data_6706": true} | Unknown field 'extra_data_6706' not defined in schema | {"terminal_id":"in_progress","vital_sign":true,"level":{"nickname":"This is a test value.","conductivity":"level_2","span_id":452,"email":"admin@test.io","company":562},"enabled":"user@domain.com","loan_amount":null,"end_date":"Santos"} |
TASK repair_structured_output
SPEC
FIELD ph_level TYPE string_date-time REQUIRED no
FIELD gene_id TYPE string REQUIRED yes
FIELD amount TYPE string_email REQUIRED no
FIELD section TYPE string REQUIRED no
FIELD verified TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
BROKEN_OUTPUT
```json
{"gene_id":... | {"gene_id":"foo","amount":"user@test.io","section":"A short description.","verified":"type_c"} | markdown_fences | {
"type": "object",
"properties": {
"ph_level": {
"type": "string",
"format": "date-time"
},
"gene_id": {
"type": "string"
},
"amount": {
"type": "string",
"format": "email"
},
"section": {
"type": "string"
},
"verified": {
"type": "strin... | ```json
{"gene_id":"foo","amount":"user@test.io","section":"A short description.","verified":"type_c"}
``` | Output contains markdown code fences | {"gene_id":"foo","amount":"user@test.io","section":"A short description.","verified":"type_c"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES draft|published|archived REQUIRED yes
FIELD build_status TYPE string REQUIRED yes
FIELD gene_id TYPE string_uri REQUIRED yes
FIELD bed_number TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: read_sensor_array
Ar... | {"subtotal":"draft","build_status":"foo","gene_id":"https://www.io/api","bed_number":"Tokyo"} | tool_call_partial_args | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"build_status": {
"type": "string"
},
"gene_id": {
"type": "string",
"format": "uri"
},
"bed_number": {
"t... | I need to look up the information first.
Action: read_sensor_array
Arguments: {"subtotal": "draft", "gene_id": "https://www.io/api", "bed_number": "Tokyo"} | Agent tool call missing required parameter 'build_status' | {"subtotal":"draft","build_status":"foo","gene_id":"https://www.io/api","bed_number":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD notes TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD quality_score TYPE string REQUIRED yes
FIELD last_name TYPE string REQUIRED yes
BROKEN_OUTPUT
```json
{"notes":"offline","quality_score":"2024-01-15","last_name":"Smith"}
``` | {"notes":"offline","quality_score":"2024-01-15","last_name":"Smith"} | markdown_fences | {
"type": "object",
"properties": {
"notes": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"quality_score": {
"type": "string"
},
"last_name": {
"type": "string"
}
},
"required": [
... | ```json
{"notes":"offline","quality_score":"2024-01-15","last_name":"Smith"}
``` | Output contains markdown code fences | {"notes":"offline","quality_score":"2024-01-15","last_name":"Smith"} |
TASK repair_structured_output
SPEC
FIELD label TYPE integer REQUIRED no
FIELD catalyst TYPE integer REQUIRED yes
FIELD step[] TYPE integer REQUIRED no
FIELD id[].order_id TYPE string_email REQUIRED no
FIELD id[].title TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD id[].size TYPE ... | {"label":382,"catalyst":949,"id":[{"order_id":"info@example.com","title":"level_6","size":"type_b","section":687,"barcode":49.33,"verified":801.28},{"order_id":"ops@example.com","title":"level_6","size":"type_b","aligned_pct":"option_b","section":816,"barcode":949.9,"verified":606.42}]} | partial_structure | {
"type": "object",
"properties": {
"label": {
"type": "integer"
},
"catalyst": {
"type": "integer"
},
"step": {
"type": "array",
"items": {
"type": "integer"
}
},
"id": {
"type": "array",
"items": {
"type": "object",
"pro... | Based on the data, label is 382. {"label":382,"catalyst":949,"id":[{"order_id":"info@example.com","title":"level_6","size":"type_b","section":687,"barcode":49.33,"verified":801.28},{"order_id":"ops@example.com","title":"level_6","size":"type_b","aligned_pct":"option_b","section":816,"barcode":949.9,"verified":606.42}]} | Output mixes natural language with JSON | {"label":382,"catalyst":949,"id":[{"order_id":"info@example.com","title":"level_6","size":"type_b","section":687,"barcode":49.33,"verified":801.28},{"order_id":"ops@example.com","title":"level_6","size":"type_b","aligned_pct":"option_b","section":816,"barcode":949.9,"verified":606.42}]} |
TASK repair_structured_output
SPEC
FIELD nickname TYPE integer REQUIRED no
FIELD priority TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD tile TYPE number REQUIRED no
FIELD weight.salinity TYPE boolean REQUIRED no
FIELD weight.chromosome.frequency_hz TYPE string REQUIRED yes
FIELD weight... | {"nickname":760,"priority":"mode_f","tile":963.93,"weight":{"salinity":true,"chromosome":{"frequency_hz":"bar","credit_score":false,"values":445,"size":"Johnson","tax":null},"score":956,"manifest_ref":null,"username":"option_b","country":"unstable"},"lab_result":701,"price":"New York","count":"A short description."} | markdown_fences | {
"type": "object",
"properties": {
"nickname": {
"type": "integer"
},
"priority": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"tile": {
"type": "number"
},
"we... | ```json
{"nickname":760,"priority":"mode_f","tile":963.93,"weight":{"salinity":true,"chromosome":{"frequency_hz":"bar","credit_score":false,"values":445,"size":"Johnson","tax":null},"score":956,"manifest_ref":null,"username":"option_b","country":"unstable"},"lab_result":701,"price":"New York","count":"A short descripti... | Output contains markdown code fences | {"nickname":760,"priority":"mode_f","tile":963.93,"weight":{"salinity":true,"chromosome":{"frequency_hz":"bar","credit_score":false,"values":445,"size":"Johnson","tax":null},"score":956,"manifest_ref":null,"username":"option_b","country":"unstable"},"lab_result":701,"price":"New York","count":"A short description."} |
TASK repair_structured_output
SPEC
FIELD prop_i54 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_a48 TYPE integer REQUIRED yes
FIELD prop_z40 TYPE null REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="get_inventory">
{"prop_i54":"inactive","col_a48":893,"prop_z40":null}
</tool_c... | {"prop_i54":"inactive","col_a48":893,"prop_z40":null} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_i54": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_a48": {
"type": "integer"
},
"prop_z40": {
"type": "null"
}
},
"required": [
"prop_z40",
"prop_i54",
"... | I'll query our database.
<tool_call name="get_inventory">
{"prop_i54":"inactive","col_a48":893,"prop_z40":null}
</tool_call. | Agent response mixes reasoning text with tool call | {"prop_i54":"inactive","col_a48":893,"prop_z40":null} |
TASK repair_structured_output
SPEC
FIELD type TYPE string REQUIRED yes
FIELD shift_code TYPE string REQUIRED no
FIELD vessel_name TYPE integer REQUIRED no
FIELD voltage TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD values TYPE string REQUIRED no
BROKEN_OUTPUT
{"type": "2024-06-30", "s... | {"type":"2024-06-30","shift_code":"example","vessel_name":408,"voltage":"degraded","values":"FWD"} | wrong_type | {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"shift_code": {
"type": "string"
},
"vessel_name": {
"type": "integer"
},
"voltage": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"mainte... | {"type": "2024-06-30", "shift_code": "example", "vessel_name": "\"408\"", "voltage": "degraded", "values": "FWD"} | Field 'vessel_name' must be integer, got string | {"type":"2024-06-30","shift_code":"example","vessel_name":408,"voltage":"degraded","values":"FWD"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE boolean REQUIRED no
FIELD timezone TYPE string REQUIRED yes
FIELD frequency_hz TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD invoice_id TYPE number REQUIRED no
BROKEN_OUTPUT
{"image_url": true, "frequency_hz": "anchored", "invoice_id": 4... | {"image_url":true,"timezone":"cancelled","frequency_hz":"anchored","invoice_id":458.18} | missing_required | {
"type": "object",
"properties": {
"image_url": {
"type": "boolean"
},
"timezone": {
"type": "string"
},
"frequency_hz": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"invoice_id": {
"ty... | {"image_url": true, "frequency_hz": "anchored", "invoice_id": 458.18} | Required field 'timezone' is missing | {"image_url":true,"timezone":"cancelled","frequency_hz":"anchored","invoice_id":458.18} |
TASK repair_structured_output
SPEC
FIELD val_e28 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD param_h89 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD val_w98 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_b96 TYPE string REQUIRED y... | {"val_e28":"option_d","param_b96":"QC-07","dim_f61":216,"dim_r07":"test@test.io","key_r22":"cat_e"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_e28": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"param_h89": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"... | Tool: align_reads
Params: {"val_e28": "option_d", "param_b96": "QC-07", "dim_f61": 216, "dim_r07": "test@test.io", "key_r22": "cat_e"} | Agent used wrong parameter name 'val_w982' instead of 'val_w98' | {"val_e28":"option_d","param_b96":"QC-07","dim_f61":216,"dim_r07":"test@test.io","key_r22":"cat_e"} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE integer REQUIRED yes
FIELD first_name TYPE integer REQUIRED yes
FIELD color TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD comments TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{"quality_score": "248%", "first_name": 143, "color": "cat_a", "comments": "https... | {"quality_score":248,"first_name":143,"color":"cat_a","comments":"https://www.com/v1"} | number_with_unit | {
"type": "object",
"properties": {
"quality_score": {
"type": "integer"
},
"first_name": {
"type": "integer"
},
"color": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"comments": {
"type": "string",
"format": "uri"
}
... | {"quality_score": "248%", "first_name": 143, "color": "cat_a", "comments": "https://www.com/v1"} | Field 'quality_score' must be number, got string with unit | {"quality_score":248,"first_name":143,"color":"cat_a","comments":"https://www.com/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_a26 TYPE string REQUIRED yes
FIELD prop_w23.col_b27 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD prop_w23.prop_e67 TYPE string_uri REQUIRED no
FIELD prop_w23.param_h37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD prop_w23.col_y22... | {"dim_a26":"Oliveira","prop_w23":{"prop_e67":"https://data.io/v1","param_h37":"mode_d","col_y22":"offline"},"col_n71":"London","dim_v38":"option_c"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_a26": {
"type": "string"
},
"prop_w23": {
"type": "object",
"properties": {
"col_b27": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
... | process_payment(dim_a26='Oliveira', prop_w23={'prop_e67': 'https://data.io/v1', 'param_h37': 'mode_d', 'col_y22': 'offline'}, col_n71='London', dim_v38='option_c') | Tool call uses Python syntax instead of JSON | {"dim_a26":"Oliveira","prop_w23":{"prop_e67":"https://data.io/v1","param_h37":"mode_d","col_y22":"offline"},"col_n71":"London","dim_v38":"option_c"} |
TASK repair_structured_output
SPEC
FIELD val_v18 TYPE integer REQUIRED no
FIELD attr_c34 TYPE boolean REQUIRED yes
FIELD param_w84 TYPE boolean REQUIRED no
FIELD param_c37 TYPE string_uri REQUIRED no
FIELD attr_e44 TYPE string_uri REQUIRED yes
FIELD param_e21 TYPE string REQUIRED no
FIELD attr_z01 TYPE string_date-tim... | {"attr_c34":true,"param_w84":true,"param_c37":"https://www.io/data","attr_e44":"https://www.io/v1","param_e21":"New York","attr_z01":"2025-12-17T07:31:00Z"} | null_required | {
"type": "object",
"properties": {
"val_v18": {
"type": "integer"
},
"attr_c34": {
"type": "boolean"
},
"param_w84": {
"type": "boolean"
},
"param_c37": {
"type": "string",
"format": "uri"
},
"attr_e44": {
"type": "string",
"format": "ur... | {"attr_c34": true, "param_w84": true, "param_c37": "https://www.io/data", "attr_e44": null, "param_e21": "New York", "attr_z01": "2025-12-17T07:31:00Z"} | Required field 'attr_e44' is null | {"attr_c34":true,"param_w84":true,"param_c37":"https://www.io/data","attr_e44":"https://www.io/v1","param_e21":"New York","attr_z01":"2025-12-17T07:31:00Z"} |
TASK repair_structured_output
SPEC
FIELD invoice_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD yield_pct TYPE null REQUIRED no
FIELD format TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD umi TYPE string_email REQUIRED yes
BROKEN_OUTPUT
I need to look up the infor... | {"invoice_id":"confirmed","format":"low","umi":"ops@test.io"} | tool_call_text_mix | {
"type": "object",
"properties": {
"invoice_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"yield_pct": {
"type": "null"
},
"format": {
"type": "string",
"enum": [
"low",
... | I need to look up the information first.
<tool_call name="call_variants">
{"invoice_id":"confirmed","format":"low","umi":"ops@test.io"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"invoice_id":"confirmed","format":"low","umi":"ops@test.io"} |
TASK repair_structured_output
SPEC
FIELD dosage TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD timezone TYPE boolean REQUIRED no
FIELD features TYPE null REQUIRED yes
BROKEN_OUTPUT
{"dosage":"mode_d","timezone":false,"features":null,} | {"dosage":"mode_d","timezone":false,"features":null} | trailing_comma | {
"type": "object",
"properties": {
"dosage": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"timezone": {
"type": "boolean"
},
"features": {
"type": "null"
}
},
"required": [
"... | {"dosage":"mode_d","timezone":false,"features":null,} | Unexpected trailing comma | {"dosage":"mode_d","timezone":false,"features":null} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD role TYPE boolean REQUIRED yes
FIELD department TYPE string REQUIRED yes
BROKEN_OUTPUT
The output is as follows:
```json
{"subtotal":"critical","role":false,"department":"test@example.com"}
```
Hope this h... | {"subtotal":"critical","role":false,"department":"test@example.com"} | markdown_explanation | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"role": {
"type": "boolean"
},
"department": {
"type": "string"
}
},
"required": [
"department",
"s... | The output is as follows:
```json
{"subtotal":"critical","role":false,"department":"test@example.com"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"subtotal":"critical","role":false,"department":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD berth_slot TYPE string REQUIRED yes
FIELD frequency_hz TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
BROKEN_OUTPUT
{"image_url": "level_2", "berth_slot": "This is a test value.", "frequency_hz": "cat_c", "extr... | {"image_url":"level_2","berth_slot":"This is a test value.","frequency_hz":"cat_c"} | extra_field | {
"type": "object",
"properties": {
"image_url": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"berth_slot": {
"type": "string"
},
"frequency_hz": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]... | {"image_url": "level_2", "berth_slot": "This is a test value.", "frequency_hz": "cat_c", "extra_value_8186": 42} | Unknown field 'extra_value_8186' not defined in schema | {"image_url":"level_2","berth_slot":"This is a test value.","frequency_hz":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD attr_v85 TYPE string_uri REQUIRED no
FIELD field_l21 TYPE integer REQUIRED no
FIELD attr_s34 TYPE string REQUIRED no
FIELD attr_y20 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD field_q69 TYPE integer REQUIRED no
BROKEN_OUTPUT
{'attr_v85':'https://ex... | {"attr_v85":"https://example.org/v1","field_l21":673,"attr_s34":"https://example.com","attr_y20":"homozygous","field_q69":935} | single_quotes | {
"type": "object",
"properties": {
"attr_v85": {
"type": "string",
"format": "uri"
},
"field_l21": {
"type": "integer"
},
"attr_s34": {
"type": "string"
},
"attr_y20": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | {'attr_v85':'https://example.org/v1','field_l21':673,'attr_s34':'https://example.com','attr_y20':'homozygous','field_q69':935} | Expecting property name enclosed in double quotes | {"attr_v85":"https://example.org/v1","field_l21":673,"attr_s34":"https://example.com","attr_y20":"homozygous","field_q69":935} |
TASK repair_structured_output
SPEC
FIELD col_z58 TYPE number REQUIRED no
FIELD key_f36 TYPE null REQUIRED yes
FIELD col_g29 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_p54 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_h35 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED ... | {"col_z58":483.36,"key_f36":null,"field_p54":"success","dim_h35":"cat_a","attr_q30":"baz"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_z58": {
"type": "number"
},
"key_f36": {
"type": "null"
},
"col_g29": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"field_p54": {
"type": "string",
"enum": [
... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"col_z58": 483.36, "key_f36": null, "field_p54": "success", "attr_q30": "baz"} | Agent tool call missing required parameter 'dim_h35' | {"col_z58":483.36,"key_f36":null,"field_p54":"success","dim_h35":"cat_a","attr_q30":"baz"} |
TASK repair_structured_output
SPEC
FIELD val_m81 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_d48 TYPE integer REQUIRED no
FIELD key_y46 TYPE string REQUIRED yes
FIELD key_h74 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_c91 TYPE boolean REQUIRED no
FIELD attr_p99 TYPE string... | {"val_m81":"BRL","key_y46":"2024-06-30","key_h74":"white","param_c91":true,"attr_p99":"frameshift"} | markdown_fences | {
"type": "object",
"properties": {
"val_m81": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"prop_d48": {
"type": "integer"
},
"key_y46": {
"type": "string"
},
"key_h74": {
"type": "string... | ```json
{"val_m81":"BRL","key_y46":"2024-06-30","key_h74":"white","param_c91":true,"attr_p99":"frameshift"}
``` | Output contains markdown code fences | {"val_m81":"BRL","key_y46":"2024-06-30","key_h74":"white","param_c91":true,"attr_p99":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD last_name TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD chromosome TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD berth_slot TYPE boolean REQUIRED no
FIELD address TYPE string REQUIRED yes
FIELD updated_at TYPE integer REQUIRED yes
FIELD compound TYPE string_da... | {"last_name":"mode_b","chromosome":"xl","address":"https://api.example.com/v1","updated_at":418,"compound":"2026-01-02T09:50:00Z"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"last_name": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"chromosome": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"berth_slot": {
"type... | Tool: calculate_price
Params: {"last_name": "mode_b", "address": "https://api.example.com/v1", "updated_at": 418, "compound": "2026-01-02T09:50:00Z", "chromosome_new": "xl"} | Agent used wrong parameter name 'chromosome_new' instead of 'chromosome' | {"last_name":"mode_b","chromosome":"xl","address":"https://api.example.com/v1","updated_at":418,"compound":"2026-01-02T09:50:00Z"} |
TASK repair_structured_output
SPEC
FIELD prop_g07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD key_w53 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD prop_r28[].attr_b08 TYPE number REQUIRED no
FIELD prop_r28[].col_l37 TYPE string REQUIRED no
FIELD prop_r28[].field_b9... | {"prop_g07":"berthed","key_w53":"delivered","prop_r28":[{"attr_b08":715.83,"col_l37":"sample","field_b90":520.19,"val_o04":753,"param_m09":"open","attr_u27":302,"dim_q18":null}]} | agent_chain | {
"type": "object",
"properties": {
"prop_g07": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_w53": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returne... | I need to look up the information first.
Action: get_inventory
Result: {"prop_g07": "berthed", "key_w53": "delivered"}
I'll query our database.
Action: annotate_mutation
Result: | Agent multi-step chain with truncated tool output | {"prop_g07":"berthed","key_w53":"delivered","prop_r28":[{"attr_b08":715.83,"col_l37":"sample","field_b90":520.19,"val_o04":753,"param_m09":"open","attr_u27":302,"dim_q18":null}]} |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE integer REQUIRED yes
FIELD item_id TYPE integer REQUIRED no
FIELD compound TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
{"duration_ms":210,"item_id":338,"compound":"synonymous"} | {"duration_ms":210,"item_id":338,"compound":"synonymous"} | missing_bracket | {
"type": "object",
"properties": {
"duration_ms": {
"type": "integer"
},
"item_id": {
"type": "integer"
},
"compound": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
}
},
"required": [
... | {"duration_ms":210,"item_id":338,"compound":"synonymous"} | Missing closing bracket | {"duration_ms":210,"item_id":338,"compound":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dosage TYPE string_date-time REQUIRED no
FIELD age.quality_score TYPE boolean REQUIRED no
FIELD age.annotation TYPE integer REQUIRED yes
FIELD age.vital_sign TYPE integer REQUIRED yes
FIELD age.th... | {"aligned_pct":"closed","age":{"annotation":514,"vital_sign":411,"thumbnail":["REV","sample","example","Bob"]},"version":{"published":null,"velocity":185.28},"insurance_id":"admin","width":"2021-11-27T23:07:00Z","user_id":"Hapag-Lloyd-Express"} | missing_bracket | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dosage": {
"type": "string",
"format": "date-time"
},
"age": {
"type": "object",
"propertie... | {"aligned_pct":"closed","age":{"annotation":514,"vital_sign":411,"thumbnail":["REV","sample","example","Bob"},"version":{"published":null,"velocity":185.28},"insurance_id":"admin","width":"2021-11-27T23:07:00Z","user_id":"Hapag-Lloyd-Express"} | Missing closing bracket | {"aligned_pct":"closed","age":{"annotation":514,"vital_sign":411,"thumbnail":["REV","sample","example","Bob"]},"version":{"published":null,"velocity":185.28},"insurance_id":"admin","width":"2021-11-27T23:07:00Z","user_id":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD prop_n28 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD col_l05 TYPE string VALUES single|married|divorced REQUIRED no
FIELD field_b22 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
I need to look up the informat... | {"prop_n28":"homozygous","field_b22":"synonymous"} | agent_chain | {
"type": "object",
"properties": {
"prop_n28": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col_l05": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"field_b... | I need to look up the information first.
Action: verify_hazmat_compliance
Result: {"field_b22": "synonymous"}
I'll query our database.
Action: create_ticket
Result: | Agent multi-step chain with truncated tool output | {"prop_n28":"homozygous","field_b22":"synonymous"} |
TASK repair_structured_output
SPEC
FIELD param_c72 TYPE number REQUIRED no
FIELD col_i62 TYPE number REQUIRED no
FIELD key_q12 TYPE string REQUIRED yes
FIELD key_b53.key_f69 TYPE string REQUIRED yes
FIELD key_b53.dim_b49 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD key_b53.val_d05 TYPE... | {"key_q12":"PASS","key_b53":{"key_f69":"Tokyo","dim_b49":"level_4","val_d05":215,"prop_h51":416},"prop_e86":886,"key_o51":"Silva"} | missing_bracket | {
"type": "object",
"properties": {
"param_c72": {
"type": "number"
},
"col_i62": {
"type": "number"
},
"key_q12": {
"type": "string"
},
"key_b53": {
"type": "object",
"properties": {
"key_f69": {
"type": "string"
},
"dim_b4... | {"key_q12":"PASS","key_b53":{"key_f69":"Tokyo","dim_b49":"level_4","val_d05":215,"prop_h51":416},"prop_e86":886,"key_o51":"Silva"} | Missing closing bracket | {"key_q12":"PASS","key_b53":{"key_f69":"Tokyo","dim_b49":"level_4","val_d05":215,"prop_h51":416},"prop_e86":886,"key_o51":"Silva"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD frequency_hz TYPE boolean REQUIRED no
FIELD start_date TYPE integer REQUIRED yes
FIELD berth_slot TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED... | {"conductivity":"option_e","frequency_hz":true,"start_date":177,"berth_slot":"level_5","tags":false,"department":749} | boolean_as_string | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"frequency_hz": {
"type": "boolean"
},
"start_date": {
"type... | {"conductivity": "option_e", "frequency_hz": "False", "start_date": 177, "berth_slot": "level_5", "tags": false, "department": 749} | Field 'frequency_hz' must be boolean, got string | {"conductivity":"option_e","frequency_hz":true,"start_date":177,"berth_slot":"level_5","tags":false,"department":749} |
TASK repair_structured_output
SPEC
FIELD field_u06 TYPE boolean REQUIRED yes
FIELD col_z00 TYPE string REQUIRED yes
FIELD param_f77.val_i53 TYPE integer REQUIRED no
FIELD param_f77.param_l06 TYPE number REQUIRED no
FIELD param_f77.param_s91 TYPE boolean REQUIRED no
FIELD param_f77.val_u89 TYPE string VALUES synonymous... | {"field_u06":false,"col_z00":"world","param_f77":{"val_i53":536,"val_u89":"frameshift","val_h71":"mode_b","col_h99":"mode_b","param_u62":{"key_t21":true,"attr_t63":"Silva","field_p30":"JPY","key_q58":980,"param_s19":"arctic"},"key_t96":{"prop_w00":true,"col_l04":"2022-11-09T11:49:00Z","val_m49":"foo","col_n91":537,"fie... | unquoted_keys | {
"type": "object",
"properties": {
"field_u06": {
"type": "boolean"
},
"col_z00": {
"type": "string"
},
"param_f77": {
"type": "object",
"properties": {
"val_i53": {
"type": "integer"
},
"param_l06": {
"type": "number"
... | {field_u06:false,col_z00:"world",param_f77:{val_i53:536,val_u89:"frameshift",val_h71:"mode_b",col_h99:"mode_b",param_u62:{key_t21:true,attr_t63:"Silva",field_p30:"JPY",key_q58:980,param_s19:"arctic"},key_t96:{prop_w00:true,col_l04:"2022-11-09T11:49:00Z",val_m49:"foo",col_n91:537,field_t60:false}}} | Expecting property name enclosed in double quotes | {"field_u06":false,"col_z00":"world","param_f77":{"val_i53":536,"val_u89":"frameshift","val_h71":"mode_b","col_h99":"mode_b","param_u62":{"key_t21":true,"attr_t63":"Silva","field_p30":"JPY","key_q58":980,"param_s19":"arctic"},"key_t96":{"prop_w00":true,"col_l04":"2022-11-09T11:49:00Z","val_m49":"foo","col_n91":537,"fie... |
TASK repair_structured_output
SPEC
FIELD tile TYPE null REQUIRED no
FIELD feedback TYPE integer REQUIRED yes
FIELD crew_id TYPE integer REQUIRED yes
FIELD phenotype TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD level TYPE string REQUIRED no
FIELD values TYPE string REQUIRED no
FIELD published TYPE numb... | {"tile":null,"feedback":586,"crew_id":527,"level":"MV-Evergreen-01","values":"Johnson","published":484.28} | markdown_fences | {
"type": "object",
"properties": {
"tile": {
"type": "null"
},
"feedback": {
"type": "integer"
},
"crew_id": {
"type": "integer"
},
"phenotype": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},... | ```json
{"tile":null,"feedback":586,"crew_id":527,"level":"MV-Evergreen-01","values":"Johnson","published":484.28}
``` | Output contains markdown code fences | {"tile":null,"feedback":586,"crew_id":527,"level":"MV-Evergreen-01","values":"Johnson","published":484.28} |
TASK repair_structured_output
SPEC
FIELD val_w94 TYPE null REQUIRED no
FIELD prop_u41 TYPE string REQUIRED yes
FIELD prop_t20 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_e53.prop_n56 TYPE string_date-time REQUIRED yes
FIELD col_e53.prop_z65.prop_s81 TYPE string VALUES synonymous|missense|nonsense|fram... | {"val_w94":null,"prop_u41":"pending","col_e53":{"prop_n56":"2023-05-19T00:24:00Z","prop_z65":{"prop_s81":"frameshift","val_a45":"baz","dim_h82":960,"key_k78":"baz","prop_a77":"sample"},"field_y91":false,"prop_i85":"https://example.org/v1","field_x44":"2021-04-16T09:53:00Z"}} | missing_bracket | {
"type": "object",
"properties": {
"val_w94": {
"type": "null"
},
"prop_u41": {
"type": "string"
},
"prop_t20": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"col_e53": {
"type": "object",... | {"val_w94":null,"prop_u41":"pending","col_e53":{"prop_n56":"2023-05-19T00:24:00Z","prop_z65":{"prop_s81":"frameshift","val_a45":"baz","dim_h82":960,"key_k78":"baz","prop_a77":"sample"},"field_y91":false,"prop_i85":"https://example.org/v1","field_x44":"2021-04-16T09:53:00Z"}} | Missing closing bracket | {"val_w94":null,"prop_u41":"pending","col_e53":{"prop_n56":"2023-05-19T00:24:00Z","prop_z65":{"prop_s81":"frameshift","val_a45":"baz","dim_h82":960,"key_k78":"baz","prop_a77":"sample"},"field_y91":false,"prop_i85":"https://example.org/v1","field_x44":"2021-04-16T09:53:00Z"}} |
TASK repair_structured_output
SPEC
FIELD port_code TYPE boolean REQUIRED yes
FIELD weight TYPE boolean REQUIRED no
FIELD quality_score TYPE number REQUIRED no
FIELD level TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD throttle_pos TYPE string REQUIRED yes
FIELD organism.fleet_number TYPE string... | {"port_code":true,"weight":true,"quality_score":155.46,"level":"in_transit","throttle_pos":"sample","organism":{"fleet_number":"active","feedback":true,"department":{"subject":false,"notes":"chr1","span_id":["hemizygous"]},"crew_id":true},"half_life":"info@example.com"} | invalid_enum | {
"type": "object",
"properties": {
"port_code": {
"type": "boolean"
},
"weight": {
"type": "boolean"
},
"quality_score": {
"type": "number"
},
"level": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned... | {"port_code": true, "weight": true, "quality_score": 155.46, "level": "invalid_option_97", "throttle_pos": "sample", "organism": {"fleet_number": "active", "feedback": true, "department": {"subject": false, "notes": "chr1", "span_id": ["hemizygous"]}, "crew_id": true}, "half_life": "info@example.com"} | Field 'level' has invalid enum value 'invalid_option_97', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"port_code":true,"weight":true,"quality_score":155.46,"level":"in_transit","throttle_pos":"sample","organism":{"fleet_number":"active","feedback":true,"department":{"subject":false,"notes":"chr1","span_id":["hemizygous"]},"crew_id":true},"half_life":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD dim_d53 TYPE boolean REQUIRED yes
FIELD val_a20.field_n75 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD val_a20.prop_v71 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_a20.prop_u42 TYPE integer REQUIRED no
F... | {"dim_d53":true,"val_a20":{"field_n75":"pending_review","prop_v71":"operational","prop_u42":445,"dim_l95":"2024-01-02T01:51:00Z","dim_x21":false,"field_w52":"https://example.com","col_u36":76,"prop_u76":null},"attr_j24":"large"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_d53": {
"type": "boolean"
},
"val_a20": {
"type": "object",
"properties": {
"field_n75": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escala... | Here's the structured output:
```json
{"dim_d53":true,"val_a20":{"field_n75":"pending_review","prop_v71":"operational","prop_u42":445,"dim_l95":"2024-01-02T01:51:00Z","dim_x21":false,"field_w52":"https://example.com","col_u36":76,"prop_u76":null},"attr_j24":"large"}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"dim_d53":true,"val_a20":{"field_n75":"pending_review","prop_v71":"operational","prop_u42":445,"dim_l95":"2024-01-02T01:51:00Z","dim_x21":false,"field_w52":"https://example.com","col_u36":76,"prop_u76":null},"attr_j24":"large"} |
TASK repair_structured_output
SPEC
FIELD dim_w39 TYPE string REQUIRED yes
FIELD param_n33 TYPE string REQUIRED no
FIELD field_g65 TYPE number REQUIRED no
FIELD attr_x33.attr_g41 TYPE string_email REQUIRED yes
FIELD attr_x33.dim_s22 TYPE string REQUIRED yes
FIELD attr_x33.field_e46 TYPE integer REQUIRED yes
FIELD val_v... | {"dim_w39":"test@example.com","param_n33":"GRCh38","attr_x33":{"attr_g41":"admin@example.com","dim_s22":"demo","field_e46":727},"param_w54":"resolved","prop_t63":"2020-01-01T22:24:00Z"} | missing_required | {
"type": "object",
"properties": {
"dim_w39": {
"type": "string"
},
"param_n33": {
"type": "string"
},
"field_g65": {
"type": "number"
},
"attr_x33": {
"type": "object",
"properties": {
"attr_g41": {
"type": "string",
"format": "... | {"dim_w39": "test@example.com", "param_n33": "GRCh38", "param_w54": "resolved", "prop_t63": "2020-01-01T22:24:00Z"} | Required field 'attr_x33' is missing | {"dim_w39":"test@example.com","param_n33":"GRCh38","attr_x33":{"attr_g41":"admin@example.com","dim_s22":"demo","field_e46":727},"param_w54":"resolved","prop_t63":"2020-01-01T22:24:00Z"} |
TASK repair_structured_output
SPEC
FIELD repository TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD due_date TYPE string_date-time REQUIRED no
FIELD log_level TYPE boolean REQUIRED no
FIELD subject TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD torque_output TYPE string REQUIRED ... | {"due_date":"2022-03-02T12:11:00Z","subject":"moored","torque_output":"London"} | missing_bracket | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"due_date": {
"type": "string",
"format": "date-time"
},
"log_level": {
"type": "boolean"
},
"subj... | {"due_date":"2022-03-02T12:11:00Z","subject":"moored","torque_output":"London"} | Missing closing bracket | {"due_date":"2022-03-02T12:11:00Z","subject":"moored","torque_output":"London"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD brake_pressure TYPE string VALUES single|married|divorced REQUIRED no
FIELD filter_flag TYPE boolean REQUIRED no
FIELD isotope TYPE integer REQUIRED yes
FIELD commit_hash TYPE string REQUIRED ... | {"username":"nonsense","filter_flag":true,"isotope":764,"commit_hash":"GRCh38"} | boolean_as_string | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"brake_pressure": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
... | {"username": "nonsense", "filter_flag": "no", "isotope": 764, "commit_hash": "GRCh38"} | Field 'filter_flag' must be boolean, got string | {"username":"nonsense","filter_flag":true,"isotope":764,"commit_hash":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE string_date-time REQUIRED yes
FIELD pressure_kpa TYPE number REQUIRED yes
FIELD insurance_id TYPE string REQUIRED no
FIELD category TYPE string REQUIRED no
FIELD manifest_ref TYPE boolean REQUIRED yes
FIELD credit_score TYPE integer REQUIRED yes
FIELD updated_at ... | {"thumbnail":"2022-08-08T23:46:00Z","pressure_kpa":337.17,"insurance_id":"GRCh38","manifest_ref":false,"credit_score":328,"updated_at":null} | thought_process | {
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
"format": "date-time"
},
"pressure_kpa": {
"type": "number"
},
"insurance_id": {
"type": "string"
},
"category": {
"type": "string"
},
"manifest_ref": {
"type": "boolean"
... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"thumbnail":"2022-08-08T23:46:00Z","pressure_kpa":337.17,"insurance_id":"GRCh38","manifest_ref":false,"credit_score":328,"updated_at":null} | Output contains chain-of-thought reasoning before JSON | {"thumbnail":"2022-08-08T23:46:00Z","pressure_kpa":337.17,"insurance_id":"GRCh38","manifest_ref":false,"credit_score":328,"updated_at":null} |
TASK repair_structured_output
SPEC
FIELD dim_w19 TYPE string REQUIRED yes
FIELD attr_f57 TYPE integer REQUIRED yes
FIELD param_g51.field_t85 TYPE string VALUES draft|published|archived REQUIRED no
FIELD param_g51.field_u67 TYPE string REQUIRED no
FIELD param_g51.dim_t53 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED ... | {"dim_w19":"qux","attr_f57":450,"param_g51":{"field_t85":"archived","field_u67":"PASS","dim_t53":"USD","val_m48":"info@example.com","key_z68":"active","key_l01":null}} | missing_bracket | {
"type": "object",
"properties": {
"dim_w19": {
"type": "string"
},
"attr_f57": {
"type": "integer"
},
"param_g51": {
"type": "object",
"properties": {
"field_t85": {
"type": "string",
"enum": [
"draft",
"published",
... | {"dim_w19":"qux","attr_f57":450,"param_g51":{"field_t85":"archived","field_u67":"PASS","dim_t53":"USD","val_m48":"info@example.com","key_z68":"active","key_l01":null}} | Missing closing bracket | {"dim_w19":"qux","attr_f57":450,"param_g51":{"field_t85":"archived","field_u67":"PASS","dim_t53":"USD","val_m48":"info@example.com","key_z68":"active","key_l01":null}} |
TASK repair_structured_output
SPEC
FIELD prop_z57 TYPE integer REQUIRED yes
FIELD prop_d84 TYPE number REQUIRED no
FIELD field_p56.col_t77 TYPE integer REQUIRED yes
FIELD field_p56.key_p78 TYPE string REQUIRED yes
FIELD field_p56.val_k31 TYPE string REQUIRED no
FIELD field_p56.key_d56.attr_r30 TYPE number REQUIRED no
... | {"prop_z57":858,"prop_d84":736.99,"field_p56":{"col_t77":403,"key_p78":"approved","val_k31":"FWD","key_d56":{"attr_h98":"approved","param_z59":85,"field_m14":899}}} | single_quotes | {
"type": "object",
"properties": {
"prop_z57": {
"type": "integer"
},
"prop_d84": {
"type": "number"
},
"field_p56": {
"type": "object",
"properties": {
"col_t77": {
"type": "integer"
},
"key_p78": {
"type": "string"
},... | {'prop_z57':858,'prop_d84':736.99,'field_p56':{'col_t77':403,'key_p78':'approved','val_k31':'FWD','key_d56':{'attr_h98':'approved','param_z59':85,'field_m14':899}}} | Expecting property name enclosed in double quotes | {"prop_z57":858,"prop_d84":736.99,"field_p56":{"col_t77":403,"key_p78":"approved","val_k31":"FWD","key_d56":{"attr_h98":"approved","param_z59":85,"field_m14":899}}} |
TASK repair_structured_output
SPEC
FIELD field_u63 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD param_d31 TYPE number REQUIRED yes
FIELD field_v32 TYPE number REQUIRED no
FIELD val_o42 TYPE boolean REQUIRED yes
FIELD field_h74 TYPE integer REQUIRED no
FIELD col_q94 TYPE string_email REQUIRED... | {"field_u63":"new","param_d31":121.24,"field_v32":174.01,"val_o42":false} | missing_brace | {
"type": "object",
"properties": {
"field_u63": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"param_d31": {
"type": "number"
},
"field_v32": {
"type": "number"
},
"val_o42": {
"type": ... | "field_u63":"new","param_d31":121.24,"field_v32":174.01,"val_o42":false} | Missing closing brace | {"field_u63":"new","param_d31":121.24,"field_v32":174.01,"val_o42":false} |
TASK repair_structured_output
SPEC
FIELD published TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD torque_output.wavelength TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD torque_output.email.ward TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
... | {"published":"type_a","priority":685,"bed_number":"info","active":"This is a test value.","phenotype":"sms"} | invalid_enum | {
"type": "object",
"properties": {
"published": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"torque_output": {
"type": "object",
"properties": {
"wavelength": {
"type": "strin... | {"published": "invalid_value_973", "priority": 685, "bed_number": "info", "active": "This is a test value.", "phenotype": "sms"} | Field 'published' has invalid enum value 'invalid_value_973', expected one of ['type_a', 'type_b', 'type_c', 'type_d', 'type_e'] | {"published":"type_a","priority":685,"bed_number":"info","active":"This is a test value.","phenotype":"sms"} |
TASK repair_structured_output
SPEC
FIELD key_g04 TYPE string REQUIRED yes
FIELD col_a54 TYPE null REQUIRED no
FIELD field_f48.col_w28 TYPE string_email REQUIRED no
FIELD field_f48.val_m29 TYPE string REQUIRED yes
FIELD field_f48.col_o77[] TYPE number REQUIRED yes
FIELD val_h34.val_s36 TYPE string REQUIRED no
FIELD val... | {"key_g04":"Paris","col_a54":null,"field_f48":{"col_w28":"user@test.io","val_m29":"Johnson","col_o77":[299.71]},"val_h34":{"val_s36":"Luis","param_l23":"Sao Paulo","attr_q02":"Johnson","dim_b75":[723,691,340]},"prop_t74":894} | trailing_comma | {
"type": "object",
"properties": {
"key_g04": {
"type": "string"
},
"col_a54": {
"type": "null"
},
"field_f48": {
"type": "object",
"properties": {
"col_w28": {
"type": "string",
"format": "email"
},
"val_m29": {
"typ... | {"key_g04":"Paris","col_a54":null,"field_f48":{"col_w28":"user@test.io","val_m29":"Johnson","col_o77":[299.71]},"val_h34":{"val_s36":"Luis","param_l23":"Sao Paulo","attr_q02":"Johnson","dim_b75":[723,691,340]},"prop_t74":894,} | Unexpected trailing comma | {"key_g04":"Paris","col_a54":null,"field_f48":{"col_w28":"user@test.io","val_m29":"Johnson","col_o77":[299.71]},"val_h34":{"val_s36":"Luis","param_l23":"Sao Paulo","attr_q02":"Johnson","dim_b75":[723,691,340]},"prop_t74":894} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE string_date-time REQUIRED no
FIELD quality_score TYPE null REQUIRED yes
FIELD voltage TYPE number REQUIRED yes
FIELD manifest_ref.position TYPE number REQUIRED no
FIELD manifest_ref.active TYPE null REQUIRED no
FIELD manifest_ref.aligned_pct TYPE integer R... | {"dissolved_oxygen":"2025-10-25T19:34:00Z","quality_score":null,"voltage":628.64,"manifest_ref":{"tax":320,"notes":796.16,"order_id":"London","longitude":null,"category":"https://example.org/api"}} | tool_call_partial_args | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "string",
"format": "date-time"
},
"quality_score": {
"type": "null"
},
"voltage": {
"type": "number"
},
"manifest_ref": {
"type": "object",
"properties": {
"position": {
... | I need to look up the information first.
Action: align_reads
Arguments: {"dissolved_oxygen": "2025-10-25T19:34:00Z", "quality_score": null, "voltage": 628.64} | Agent tool call missing required parameter 'manifest_ref' | {"dissolved_oxygen":"2025-10-25T19:34:00Z","quality_score":null,"voltage":628.64,"manifest_ref":{"tax":320,"notes":796.16,"order_id":"London","longitude":null,"category":"https://example.org/api"}} |
TASK repair_structured_output
SPEC
FIELD build_status TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD currency TYPE integer REQUIRED yes
FIELD width TYPE number REQUIRED yes
BROKEN_OUTPUT
Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"build_sta... | {"build_status":"level_3","currency":285,"width":740.68} | thought_process | {
"type": "object",
"properties": {
"build_status": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"currency": {
"type": "integer"
},
"width": {
"type": "number"
}
},
"required... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"build_status":"level_3","currency":285,"width":740.68} | Output contains chain-of-thought reasoning before JSON | {"build_status":"level_3","currency":285,"width":740.68} |
TASK repair_structured_output
SPEC
FIELD payment_status TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD user_id TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD strand TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD country TYPE string REQUIRED no
FIELD repository[... | {"payment_status":"option_d","user_id":"level_3","repository":[{"log_level":661,"current_draw":"test","created_at":"active","website":842.44},{"log_level":31,"current_draw":"sample","created_at":"MV-Evergreen-01","website":302.72},{"feedback":false,"log_level":269,"current_draw":"A short description.","created_at":"bar... | invalid_enum | {
"type": "object",
"properties": {
"payment_status": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"user_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
... | {"payment_status": "invalid_option_890", "user_id": "level_3", "repository": [{"log_level": 661, "current_draw": "test", "created_at": "active", "website": 842.44}, {"log_level": 31, "current_draw": "sample", "created_at": "MV-Evergreen-01", "website": 302.72}, {"feedback": false, "log_level": 269, "current_draw": "A s... | Field 'payment_status' has invalid enum value 'invalid_option_890', expected one of ['option_a', 'option_b', 'option_c', 'option_d'] | {"payment_status":"option_d","user_id":"level_3","repository":[{"log_level":661,"current_draw":"test","created_at":"active","website":842.44},{"log_level":31,"current_draw":"sample","created_at":"MV-Evergreen-01","website":302.72},{"feedback":false,"log_level":269,"current_draw":"A short description.","created_at":"bar... |
TASK repair_structured_output
SPEC
FIELD id TYPE string_date-time REQUIRED no
FIELD feedback TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD options TYPE boolean REQUIRED yes
FIELD crew_id TYPE number REQUIRED yes
FIELD title TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD... | {"id":"2023-02-17T03:30:00Z","feedback":"red","options":true,"crew_id":295.33,"title":"nonsense","subject":"option_d"} | missing_brace | {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "date-time"
},
"feedback": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"options": {
"type": "boolean"
},
"cr... | "id":"2023-02-17T03:30:00Z","feedback":"red","options":true,"crew_id":295.33,"title":"nonsense","subject":"option_d"} | Missing closing brace | {"id":"2023-02-17T03:30:00Z","feedback":"red","options":true,"crew_id":295.33,"title":"nonsense","subject":"option_d"} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE integer REQUIRED yes
FIELD discount TYPE boolean REQUIRED no
FIELD subtotal[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
BROKEN_OUTPUT
```json
{"amplitude":641,"subtotal":["new","new"]}
``` | {"amplitude":641,"subtotal":["new","new"]} | markdown_fences | {
"type": "object",
"properties": {
"amplitude": {
"type": "integer"
},
"discount": {
"type": "boolean"
},
"subtotal": {
"type": "array",
"items": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"retu... | ```json
{"amplitude":641,"subtotal":["new","new"]}
``` | Output contains markdown code fences | {"amplitude":641,"subtotal":["new","new"]} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD turbidity TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD version TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD city TYPE string VALUES type_a|type_b|type_c|type_d|type_e R... | {"turbidity":"option_c","version":"large","date":"Sao Paulo","current_draw":"This is a test value.","procedure_code":null} | invalid_enum | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"turbidity": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
... | {"turbidity": "invalid_value_183", "version": "large", "date": "Sao Paulo", "current_draw": "This is a test value.", "procedure_code": null} | Field 'turbidity' has invalid enum value 'invalid_value_183', expected one of ['option_a', 'option_b', 'option_c'] | {"turbidity":"option_c","version":"large","date":"Sao Paulo","current_draw":"This is a test value.","procedure_code":null} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD longitude TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD port_code TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
{username:"in_progress",longitude:"EUR",port_c... | {"username":"in_progress","longitude":"EUR","port_code":"success"} | unquoted_keys | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"longitude": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY... | {username:"in_progress",longitude:"EUR",port_code:"success"} | Expecting property name enclosed in double quotes | {"username":"in_progress","longitude":"EUR","port_code":"success"} |
TASK repair_structured_output
SPEC
FIELD key_w29 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_a60 TYPE string REQUIRED no
FIELD key_r91 TYPE boolean REQUIRED no
FIELD dim_i37 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"key_a60": "2024-01-15", "dim_i37": "113.79ms"} | {"key_a60":"2024-01-15","dim_i37":113.79} | number_with_unit | {
"type": "object",
"properties": {
"key_w29": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_a60": {
"type": "string"
},
"key_r91": {
"type": "boolean"
},
"dim_i37": {
"type": "number"
}
},
"require... | {"key_a60": "2024-01-15", "dim_i37": "113.79ms"} | Field 'dim_i37' must be number, got string with unit | {"key_a60":"2024-01-15","dim_i37":113.79} |
TASK repair_structured_output
SPEC
FIELD filter_flag TYPE string REQUIRED no
FIELD role TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD tile TYPE string REQUIRED no
FIELD commit_hash TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
check_availability(filter... | {"filter_flag":"bar","role":"heterozygous","tile":"pending","commit_hash":"missense"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"filter_flag": {
"type": "string"
},
"role": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"tile": {
"type": "string"
},
"commit_hash": {
"type": "string",
... | check_availability(filter_flag='bar', role='heterozygous', tile='pending', commit_hash='missense') | Tool call uses Python syntax instead of JSON | {"filter_flag":"bar","role":"heterozygous","tile":"pending","commit_hash":"missense"} |
TASK repair_structured_output
SPEC
FIELD key_m07 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD param_s64 TYPE integer REQUIRED no
FIELD param_d15[].field_x33 TYPE string_date-time REQUIRED no
FIELD param_d15[].param_o31 TYPE string_date-time REQUIRED no
FIELD param_d15[].attr_i86 TYPE bo... | {"param_s64":102,"param_d15":[{"field_x33":"2024-07-23T08:59:00Z","param_o31":"2021-04-12T13:38:00Z","attr_i86":false,"prop_v22":"user@domain.com","attr_k18":643.67,"col_u63":"https://www.org/v1","prop_v74":124},{"field_x33":"2025-11-17T00:20:00Z","param_o31":"2026-09-04T10:15:00Z","attr_i86":false,"attr_l24":false,"pr... | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_m07": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"param_s64": {
"type": "integer"
},
"param_d15": {
"type": "array",
"items": {
"type": ... | annotate_mutation(param_s64=102, param_d15=[{'field_x33': '2024-07-23T08:59:00Z', 'param_o31': '2021-04-12T13:38:00Z', 'attr_i86': False, 'prop_v22': 'user@domain.com', 'attr_k18': 643.67, 'col_u63': 'https://www.org/v1', 'prop_v74': 124}, {'field_x33': '2025-11-17T00:20:00Z', 'param_o31': '2026-09-04T10:15:00Z', 'attr... | Tool call uses Python syntax instead of JSON | {"param_s64":102,"param_d15":[{"field_x33":"2024-07-23T08:59:00Z","param_o31":"2021-04-12T13:38:00Z","attr_i86":false,"prop_v22":"user@domain.com","attr_k18":643.67,"col_u63":"https://www.org/v1","prop_v74":124},{"field_x33":"2025-11-17T00:20:00Z","param_o31":"2026-09-04T10:15:00Z","attr_i86":false,"attr_l24":false,"pr... |
TASK repair_structured_output
SPEC
FIELD param_s59 TYPE boolean REQUIRED no
FIELD dim_m26 TYPE string REQUIRED no
FIELD attr_a23 TYPE integer REQUIRED yes
FIELD attr_f83 TYPE boolean REQUIRED no
FIELD col_r03 TYPE string REQUIRED yes
BROKEN_OUTPUT
<functioncall> apply_discount
{param_s59: true, attr_a23: 659, attr_f8... | {"param_s59":true,"attr_a23":659,"attr_f83":false,"col_r03":"Berlin"} | tool_call_bad_format | {
"type": "object",
"properties": {
"param_s59": {
"type": "boolean"
},
"dim_m26": {
"type": "string"
},
"attr_a23": {
"type": "integer"
},
"attr_f83": {
"type": "boolean"
},
"col_r03": {
"type": "string"
}
},
"required": [
"col_r03",
... | <functioncall> apply_discount
{param_s59: true, attr_a23: 659, attr_f83: false, col_r03: "Berlin"} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_s59":true,"attr_a23":659,"attr_f83":false,"col_r03":"Berlin"} |
TASK repair_structured_output
SPEC
FIELD procedure_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD allele TYPE string VALUES success|error|warning|info REQUIRED no
FIELD feedback TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
{"allele":"warning","feedback":"h... | {"allele":"warning","feedback":"homozygous"} | missing_brace | {
"type": "object",
"properties": {
"procedure_code": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"allele": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | {"allele":"warning","feedback":"homozygous" | Missing closing brace | {"allele":"warning","feedback":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD val_z66 TYPE integer REQUIRED no
FIELD key_y60 TYPE integer REQUIRED yes
FIELD dim_q05 TYPE boolean REQUIRED no
FIELD attr_p96 TYPE boolean REQUIRED yes
FIELD field_x27 TYPE string REQUIRED yes
FIELD dim_n67 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"val_z66": 720, "key_y60": 8... | {"val_z66":720,"key_y60":807,"dim_q05":false,"attr_p96":false,"field_x27":"demo","dim_n67":962} | extra_field | {
"type": "object",
"properties": {
"val_z66": {
"type": "integer"
},
"key_y60": {
"type": "integer"
},
"dim_q05": {
"type": "boolean"
},
"attr_p96": {
"type": "boolean"
},
"field_x27": {
"type": "string"
},
"dim_n67": {
"type": "intege... | {"val_z66": 720, "key_y60": 807, "dim_q05": false, "attr_p96": false, "field_x27": "demo", "dim_n67": 962, "extra_value_3433": 42} | Unknown field 'extra_value_3433' not defined in schema | {"val_z66":720,"key_y60":807,"dim_q05":false,"attr_p96":false,"field_x27":"demo","dim_n67":962} |
TASK repair_structured_output
SPEC
FIELD param_a75 TYPE string REQUIRED yes
FIELD dim_o92 TYPE boolean REQUIRED no
FIELD key_i06 TYPE integer REQUIRED no
FIELD val_u28 TYPE string VALUES option_a|option_b|option_c REQUIRED yes
FIELD val_h26 TYPE string_date-time REQUIRED no
FIELD dim_i33 TYPE boolean REQUIRED yes
FIEL... | {"param_a75":"hello","key_i06":159,"val_u28":"option_b","dim_i33":true,"field_h16":"type_c"} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_a75": {
"type": "string"
},
"dim_o92": {
"type": "boolean"
},
"key_i06": {
"type": "integer"
},
"val_u28": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c"
]
},
... | Let me check the system.
<tool_call name="schedule_meeting">
{"param_a75":"hello","key_i06":159,"val_u28":"option_b","dim_i33":true,"field_h16":"type_c"}
</tool_call. | Agent response mixes reasoning text with tool call | {"param_a75":"hello","key_i06":159,"val_u28":"option_b","dim_i33":true,"field_h16":"type_c"} |
TASK repair_structured_output
SPEC
FIELD prop_n50 TYPE boolean REQUIRED yes
FIELD attr_w68 TYPE string REQUIRED yes
FIELD val_e19 TYPE string REQUIRED yes
BROKEN_OUTPUT
The instrument reported:
```json
{"prop_n50":true,"attr_w68":"approved","val_e19":"GRCh38"}
```
I've ensured all required fields are present. | {"prop_n50":true,"attr_w68":"approved","val_e19":"GRCh38"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_n50": {
"type": "boolean"
},
"attr_w68": {
"type": "string"
},
"val_e19": {
"type": "string"
}
},
"required": [
"val_e19",
"attr_w68",
"prop_n50"
]
} | The instrument reported:
```json
{"prop_n50":true,"attr_w68":"approved","val_e19":"GRCh38"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"prop_n50":true,"attr_w68":"approved","val_e19":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD field_x00 TYPE integer REQUIRED yes
FIELD dim_f24 TYPE string REQUIRED yes
FIELD prop_i48[].val_x22 TYPE null REQUIRED yes
FIELD prop_i48[].prop_m87 TYPE integer REQUIRED yes
FIELD prop_i48[].attr_g58 TYPE string REQUIRED yes
FIELD prop_i48[].prop_n32 TYPE string VALUES level_1... | {"field_x00":111,"dim_f24":"Diana","prop_i48":[{"val_x22":null,"prop_m87":416,"attr_g58":"Luis","prop_n32":"level_2"}],"field_l33":[{"attr_s56":"mode_c","attr_e57":"Paris"},{"attr_s56":"mode_b","attr_z85":"sample","attr_e57":"REV","key_x45":"option_b"}]} | truncated_object | {
"type": "object",
"properties": {
"field_x00": {
"type": "integer"
},
"dim_f24": {
"type": "string"
},
"prop_i48": {
"type": "array",
"items": {
"type": "object",
"properties": {
"val_x22": {
"type": "null"
},
"p... | {"field_x00":111,"dim_f24":"Diana","prop_i48":[{"val_x22":null,"prop_m87":416,"attr_g58":"Luis","prop_n32":"level_2"}],"field_l33":[{"attr_s56":"mode_c","attr_e57":"Paris"},{"attr_s56":"mode_b","attr_z85":"sample","attr_e57":"REV","key_x45":"option_b"}] | Unexpected end of JSON input — truncated object | {"field_x00":111,"dim_f24":"Diana","prop_i48":[{"val_x22":null,"prop_m87":416,"attr_g58":"Luis","prop_n32":"level_2"}],"field_l33":[{"attr_s56":"mode_c","attr_e57":"Paris"},{"attr_s56":"mode_b","attr_z85":"sample","attr_e57":"REV","key_x45":"option_b"}]} |
TASK repair_structured_output
SPEC
FIELD title TYPE integer REQUIRED yes
FIELD span_id TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD state.level TYPE boolean REQUIRED yes
FIELD state.thumbnail TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD state.sensor_id TYPE string_date-time REQUIRED yes
FIELD state.ca... | {"title":924,"span_id":"editor","state":{"level":true,"thumbnail":"cat_a","sensor_id":"2020-08-02T08:20:00Z","catalyst":{"filter_flag":"qux","chromosome":"John","allele":"heterozygous","nickname":180,"turbidity":"chr1"}},"message":{"coverage":458.09,"allele":398,"phenotype":70,"aligned_pct":{"tax":"basic","payment_stat... | tool_call_text_mix | {
"type": "object",
"properties": {
"title": {
"type": "integer"
},
"span_id": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"state": {
"type": "object",
"properties": {
"level": {
"type": "boolean"
... | I'll query our database.
<tool_call name="calculate_price">
{"title":924,"span_id":"editor","state":{"level":true,"thumbnail":"cat_a","sensor_id":"2020-08-02T08:20:00Z","catalyst":{"filter_flag":"qux","chromosome":"John","allele":"heterozygous","nickname":180,"turbidity":"chr1"}},"message":{"coverage":458.09,"allele":3... | Agent response mixes reasoning text with tool call | {"title":924,"span_id":"editor","state":{"level":true,"thumbnail":"cat_a","sensor_id":"2020-08-02T08:20:00Z","catalyst":{"filter_flag":"qux","chromosome":"John","allele":"heterozygous","nickname":180,"turbidity":"chr1"}},"message":{"coverage":458.09,"allele":398,"phenotype":70,"aligned_pct":{"tax":"basic","payment_stat... |
TASK repair_structured_output
SPEC
FIELD priority TYPE string REQUIRED no
FIELD medication TYPE string REQUIRED yes
FIELD currency TYPE integer REQUIRED yes
FIELD payment_status[].active TYPE string REQUIRED no
FIELD payment_status[].bill_of_lading TYPE integer REQUIRED no
FIELD payment_status[].voltage TYPE integer R... | {"priority":"Smith","medication":"2024-06-30","currency":720,"payment_status":[{"voltage":972,"duration_ms":"high","width":"2024-06-30","item_id":265,"insurance_id":769},{"active":"RTG-04","bill_of_lading":799,"voltage":832,"duration_ms":"low","width":"Bob","item_id":586},{"voltage":325,"duration_ms":"high","width":"To... | agent_chain | {
"type": "object",
"properties": {
"priority": {
"type": "string"
},
"medication": {
"type": "string"
},
"currency": {
"type": "integer"
},
"payment_status": {
"type": "array",
"items": {
"type": "object",
"properties": {
"active":... | Let me check the system.
Action: delete_item
Result: {"priority": "Smith", "medication": "2024-06-30", "currency": 720}
I'll query our database.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"priority":"Smith","medication":"2024-06-30","currency":720,"payment_status":[{"voltage":972,"duration_ms":"high","width":"2024-06-30","item_id":265,"insurance_id":769},{"active":"RTG-04","bill_of_lading":799,"voltage":832,"duration_ms":"low","width":"Bob","item_id":586},{"voltage":325,"duration_ms":"high","width":"To... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.