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 position TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD batch_code TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD last_name TYPE string REQUIRED yes
FIELD features TYPE string VALUES small|medium|large|xl REQUIRED yes
BROKEN_OUTPUT
Let... | {"position":"moored","batch_code":"green","last_name":"demo","features":"medium"} | tool_call_text_mix | {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"batch_code": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
... | Let me check the system.
<tool_call name="schedule_meeting">
{"position":"moored","batch_code":"green","last_name":"demo","features":"medium"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"position":"moored","batch_code":"green","last_name":"demo","features":"medium"} |
TASK repair_structured_output
SPEC
FIELD attr_j59 TYPE string REQUIRED no
FIELD key_q50 TYPE integer REQUIRED yes
FIELD key_u01 TYPE integer REQUIRED yes
FIELD prop_v50 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD key_j05.key_h57 TYPE string REQUIRED no
FIELD key_j05.param_a06 TYPE number REQUIRED no
FIELD... | {"attr_j59":"Luis","key_q50":240,"key_u01":766} | trailing_comma | {
"type": "object",
"properties": {
"attr_j59": {
"type": "string"
},
"key_q50": {
"type": "integer"
},
"key_u01": {
"type": "integer"
},
"prop_v50": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"key_j0... | {"attr_j59":"Luis","key_q50":240,"key_u01":766,} | Unexpected trailing comma | {"attr_j59":"Luis","key_q50":240,"key_u01":766} |
TASK repair_structured_output
SPEC
FIELD attr_j11 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD attr_w25 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_h44 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD col_v03 TYPE string REQUIRED no
FIELD key_e97 TYPE string REQUIRE... | {"key_h44":"single","val_r65":834,"dim_r27":false} | tool_call_python_syntax | {
"type": "object",
"properties": {
"attr_j11": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"attr_w25": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
... | transfer_call(key_h44='single', val_r65=834, dim_r27=False) | Tool call uses Python syntax instead of JSON | {"key_h44":"single","val_r65":834,"dim_r27":false} |
TASK repair_structured_output
SPEC
FIELD key_h21 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD prop_c85 TYPE string_email REQUIRED yes
FIELD param_a03.attr_v35 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_a03.field_s64 TYPE string VALUES new|in_transit|delivered|retur... | {"prop_c85":"user@domain.org","param_a03":{"attr_v35":"offline","field_s64":"returned","prop_t88":"green","key_y94":"email","val_o63":"https://example.org/api"},"dim_q32":{"dim_t31":"anchored","col_k64":"push","attr_t64":"operational"}} | extra_text_before | {
"type": "object",
"properties": {
"key_h21": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"prop_c85": {
"type": "string",
"format": "email"
},
"param_a03": {
"type": "object",
"properties"... | Let me provide the data in JSON format:
{"prop_c85":"user@domain.org","param_a03":{"attr_v35":"offline","field_s64":"returned","prop_t88":"green","key_y94":"email","val_o63":"https://example.org/api"},"dim_q32":{"dim_t31":"anchored","col_k64":"push","attr_t64":"operational"}} | Output contains non-JSON text before the object | {"prop_c85":"user@domain.org","param_a03":{"attr_v35":"offline","field_s64":"returned","prop_t88":"green","key_y94":"email","val_o63":"https://example.org/api"},"dim_q32":{"dim_t31":"anchored","col_k64":"push","attr_t64":"operational"}} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD gene_id TYPE string_email REQUIRED yes
FIELD comments TYPE string REQUIRED yes
FIELD lane TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT
"consignee":"mode_d","gene_id":"... | {"consignee":"mode_d","gene_id":"admin@domain.org","comments":"inactive","lane":"closed"} | missing_brace | {
"type": "object",
"properties": {
"consignee": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"gene_id": {
"type": "string",
"format": "email"
},
"comments": {
"type": "string"
},
"lane": {
... | "consignee":"mode_d","gene_id":"admin@domain.org","comments":"inactive","lane":"closed"} | Missing closing brace | {"consignee":"mode_d","gene_id":"admin@domain.org","comments":"inactive","lane":"closed"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE number REQUIRED yes
FIELD position TYPE integer REQUIRED no
FIELD throttle_pos TYPE integer REQUIRED yes
FIELD values TYPE null REQUIRED yes
FIELD items.username TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD items.latitude TYPE string VAL... | {"phenotype":90.92,"position":781,"throttle_pos":333,"values":null,"items":{"username":"open","latitude":"new","dissolved_oxygen":"reliable"}} | wrong_type | {
"type": "object",
"properties": {
"phenotype": {
"type": "number"
},
"position": {
"type": "integer"
},
"throttle_pos": {
"type": "integer"
},
"values": {
"type": "null"
},
"items": {
"type": "object",
"properties": {
"username": {
... | {"phenotype": "\"90.92\"", "position": 781, "throttle_pos": 333, "values": null, "items": {"username": "open", "latitude": "new", "dissolved_oxygen": "reliable"}} | Field 'phenotype' must be number, got string | {"phenotype":90.92,"position":781,"throttle_pos":333,"values":null,"items":{"username":"open","latitude":"new","dissolved_oxygen":"reliable"}} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string REQUIRED yes
FIELD name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD current_draw TYPE integer REQUIRED no
BROKEN_OUTPUT
{"wavelength": null, "name": "USD", "current_draw": 210} | {"wavelength":"bar","name":"USD","current_draw":210} | null_required | {
"type": "object",
"properties": {
"wavelength": {
"type": "string"
},
"name": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"current_draw": {
"type": "integer"
}
},
"required": [
"wavelengt... | {"wavelength": null, "name": "USD", "current_draw": 210} | Required field 'wavelength' is null | {"wavelength":"bar","name":"USD","current_draw":210} |
TASK repair_structured_output
SPEC
FIELD torque_output.payment_status TYPE integer REQUIRED yes
FIELD torque_output.end_date TYPE string REQUIRED no
FIELD torque_output.options.active TYPE string REQUIRED no
FIELD torque_output.options.age TYPE boolean REQUIRED yes
FIELD torque_output.options.company TYPE string_date-... | {"torque_output":{"payment_status":549,"end_date":"demo","options":{"age":true,"company":"2020-12-14T09:06:00Z","index":"https://api.org/v1","order_id":"Alice"}},"chromosome":"sample"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"torque_output": {
"type": "object",
"properties": {
"payment_status": {
"type": "integer"
},
"end_date": {
"type": "string"
},
"options": {
"type": "object",
"properties": {
... | get_account(torque_output={'payment_status': 549, 'end_date': 'demo', 'options': {'age': True, 'company': '2020-12-14T09:06:00Z', 'index': 'https://api.org/v1', 'order_id': 'Alice'}}, chromosome='sample') | Tool call uses Python syntax instead of JSON | {"torque_output":{"payment_status":549,"end_date":"demo","options":{"age":true,"company":"2020-12-14T09:06:00Z","index":"https://api.org/v1","order_id":"Alice"}},"chromosome":"sample"} |
TASK repair_structured_output
SPEC
FIELD prop_h67 TYPE string_date-time REQUIRED no
FIELD param_b98 TYPE null REQUIRED yes
FIELD attr_v78 TYPE string REQUIRED yes
FIELD prop_p45.param_b41 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD prop_p45.param_s09 TYPE string VALUES success|error|warning|i... | {"prop_h67":"2024-05-20T21:20:00Z","param_b98":null,"attr_v78":"Santos","prop_p45":{"param_b41":"underway","param_s09":"success","field_r82":"inactive","col_u94":687.59}} | extra_text_after | {
"type": "object",
"properties": {
"prop_h67": {
"type": "string",
"format": "date-time"
},
"param_b98": {
"type": "null"
},
"attr_v78": {
"type": "string"
},
"prop_p45": {
"type": "object",
"properties": {
"param_b41": {
"type": "st... | {"prop_h67":"2024-05-20T21:20:00Z","param_b98":null,"attr_v78":"Santos","prop_p45":{"param_b41":"underway","param_s09":"success","field_r82":"inactive","col_u94":687.59}}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"prop_h67":"2024-05-20T21:20:00Z","param_b98":null,"attr_v78":"Santos","prop_p45":{"param_b41":"underway","param_s09":"success","field_r82":"inactive","col_u94":687.59}} |
TASK repair_structured_output
SPEC
FIELD prop_h70 TYPE null REQUIRED yes
FIELD dim_i54 TYPE integer REQUIRED no
FIELD key_z69 TYPE string REQUIRED yes
FIELD prop_q82 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
BROKEN_OUTPUT
```json
{"prop_h70":null,"dim_i54":393,"key_z69":"Maria","prop_q82":"op... | {"prop_h70":null,"dim_i54":393,"key_z69":"Maria","prop_q82":"option_c"} | markdown_fences | {
"type": "object",
"properties": {
"prop_h70": {
"type": "null"
},
"dim_i54": {
"type": "integer"
},
"key_z69": {
"type": "string"
},
"prop_q82": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
... | ```json
{"prop_h70":null,"dim_i54":393,"key_z69":"Maria","prop_q82":"option_c"}
``` | Output contains markdown code fences | {"prop_h70":null,"dim_i54":393,"key_z69":"Maria","prop_q82":"option_c"} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD shift_code TYPE number REQUIRED no
FIELD repository TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD port_code TYPE number REQUIRED no
BROKEN_OUTPUT
{"decay_rate": ... | {"decay_rate":"level_5","shift_code":444.77,"repository":"option_a"} | wrong_type | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"shift_code": {
"type": "number"
},
"repository": {
"type": "string",
"enum": [
... | {"decay_rate": "level_5", "shift_code": "\"444.77\"", "repository": "option_a"} | Field 'shift_code' must be number, got string | {"decay_rate":"level_5","shift_code":444.77,"repository":"option_a"} |
TASK repair_structured_output
SPEC
FIELD phenotype TYPE null REQUIRED no
FIELD voltage TYPE null REQUIRED no
FIELD repository TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD bed_number TYPE string VALUES active|inactive|pending REQUIRED no
FIELD quantity TYPE string_uri REQUIRED no
FIELD pressur... | {"phenotype":null,"voltage":null,"repository":"in_progress","pressure_kpa":29} | agent_chain | {
"type": "object",
"properties": {
"phenotype": {
"type": "null"
},
"voltage": {
"type": "null"
},
"repository": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"bed_number": {
"type": "st... | Let me check the system.
Action: update_record
Result: {"phenotype": null, "voltage": null, "repository": "in_progress"}
Processing the request now.
Action: check_availability
Result: | Agent multi-step chain with truncated tool output | {"phenotype":null,"voltage":null,"repository":"in_progress","pressure_kpa":29} |
TASK repair_structured_output
SPEC
FIELD prop_x76 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_h75 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD key_g38 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD col_n27 TYPE string REQUIRED yes
FIELD param_s26 TYPE ... | {"prop_x76":"warning","key_g38":"type_a","col_n27":"QC-07"} | markdown_explanation | {
"type": "object",
"properties": {
"prop_x76": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_h75": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | I've generated the following JSON:
```json
{"prop_x76":"warning","key_g38":"type_a","col_n27":"QC-07"}
```
Let me know if you need anything else! | Output contains markdown and explanatory text around JSON | {"prop_x76":"warning","key_g38":"type_a","col_n27":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD field_r09 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD key_r84 TYPE null REQUIRED no
FIELD attr_b97.col_d83 TYPE string_date-time REQUIRED yes
FIELD attr_b97.dim_h58 TYPE integer REQUIRED yes
FIELD attr_b97.attr_z32 TYPE boolean REQUIRED no
FIELD attr_b97.attr_w77 ... | {"field_r09":"BRL","attr_b97":{"col_d83":"2020-06-23T06:01:00Z","dim_h58":908,"attr_w77":true,"param_l17":{"param_c84":"offline","param_j74":363.62,"prop_e04":"confirmed","col_i19":"reliable","dim_m51":"EUR"}},"prop_f66":{"dim_d86":12,"param_n20":["reliable","intermittent","intermittent","unstable"]}} | truncated_object | {
"type": "object",
"properties": {
"field_r09": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"key_r84": {
"type": "null"
},
"attr_b97": {
"type": "object",
"properties": {
"col_d83": {
... | {"field_r09":"BRL","attr_b97":{"col_d83":"2020-06-23T06:01:00Z","dim_h58":908,"attr_w77":true,"param_l17":{"param_c84":"offline","param_j74":363.62,"prop_e04":"confirmed","col_i19":"reliable","dim_m51":"EUR"}},"prop_f66":{"dim_d86":12,"param_n20":["reliable","intermittent","intermittent","unstable"]} | Unexpected end of JSON input — truncated object | {"field_r09":"BRL","attr_b97":{"col_d83":"2020-06-23T06:01:00Z","dim_h58":908,"attr_w77":true,"param_l17":{"param_c84":"offline","param_j74":363.62,"prop_e04":"confirmed","col_i19":"reliable","dim_m51":"EUR"}},"prop_f66":{"dim_d86":12,"param_n20":["reliable","intermittent","intermittent","unstable"]}} |
TASK repair_structured_output
SPEC
FIELD param_i74.val_u68 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_i74.key_p30 TYPE string REQUIRED no
FIELD param_i74.param_x49 TYPE boolean REQUIRED no
FIELD param_i74.col_z94 TYPE string REQUIRED yes
FIELD field_x69 TYPE string REQUIRED yes
FIELD attr_m44 TYPE... | {"field_x69":"pending","attr_m44":"reliable","col_z42":"unstable","val_a70":"demo","val_h96":"admin","field_c88":"2022-10-03T03:28:00Z"} | markdown_fences | {
"type": "object",
"properties": {
"param_i74": {
"type": "object",
"properties": {
"val_u68": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"key_p30": {
"type": "str... | ```json
{"field_x69":"pending","attr_m44":"reliable","col_z42":"unstable","val_a70":"demo","val_h96":"admin","field_c88":"2022-10-03T03:28:00Z"}
``` | Output contains markdown code fences | {"field_x69":"pending","attr_m44":"reliable","col_z42":"unstable","val_a70":"demo","val_h96":"admin","field_c88":"2022-10-03T03:28:00Z"} |
TASK repair_structured_output
SPEC
FIELD brake_pressure TYPE string VALUES draft|published|archived REQUIRED yes
FIELD index TYPE boolean REQUIRED no
FIELD allele TYPE string VALUES active|inactive|pending REQUIRED no
FIELD account_id TYPE number REQUIRED yes
FIELD version TYPE number REQUIRED no
FIELD reagent TYPE in... | {"brake_pressure":"archived","index":false,"allele":"inactive","account_id":695.66,"version":490.11,"reagent":647,"id":"delivered"} | markdown_explanation | {
"type": "object",
"properties": {
"brake_pressure": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"index": {
"type": "boolean"
},
"allele": {
"type": "string",
"enum": [
"active",
"inactive",
... | Let me provide the data in JSON format:
```json
{"brake_pressure":"archived","index":false,"allele":"inactive","account_id":695.66,"version":490.11,"reagent":647,"id":"delivered"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"brake_pressure":"archived","index":false,"allele":"inactive","account_id":695.66,"version":490.11,"reagent":647,"id":"delivered"} |
TASK repair_structured_output
SPEC
FIELD attr_k30 TYPE integer REQUIRED yes
FIELD dim_v21 TYPE string REQUIRED yes
FIELD val_a23 TYPE integer REQUIRED no
FIELD field_m22 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD attr_k42.attr_p54 TYPE number REQUIRED no
FIELD attr_k42.param_l04 TYPE string REQUIRED no
F... | {"attr_k30":235,"dim_v21":"https://example.com","val_a23":793,"field_m22":"editor","dim_e65":{"field_i52":779,"field_p67":false,"dim_v16":[{"dim_v08":945,"param_e82":"info","attr_y87":"foo","prop_t88":72,"param_u41":"https://example.io/data","val_d46":"admin","dim_v89":416.37}]}} | extra_text_after | {
"type": "object",
"properties": {
"attr_k30": {
"type": "integer"
},
"dim_v21": {
"type": "string"
},
"val_a23": {
"type": "integer"
},
"field_m22": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_... | {"attr_k30":235,"dim_v21":"https://example.com","val_a23":793,"field_m22":"editor","dim_e65":{"field_i52":779,"field_p67":false,"dim_v16":[{"dim_v08":945,"param_e82":"info","attr_y87":"foo","prop_t88":72,"param_u41":"https://example.io/data","val_d46":"admin","dim_v89":416.37}]}}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"attr_k30":235,"dim_v21":"https://example.com","val_a23":793,"field_m22":"editor","dim_e65":{"field_i52":779,"field_p67":false,"dim_v16":[{"dim_v08":945,"param_e82":"info","attr_y87":"foo","prop_t88":72,"param_u41":"https://example.io/data","val_d46":"admin","dim_v89":416.37}]}} |
TASK repair_structured_output
SPEC
FIELD height TYPE string REQUIRED no
FIELD status_code TYPE string REQUIRED no
FIELD order_id.shipper_ref TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD order_id.temp_celsius TYPE number REQUIRED yes
FIELD order_id.date.email TYPE string REQUIRED no
FIELD order_id.date.ac... | {"status_code":"Berlin","order_id":{"temp_celsius":326.77,"date":{"email":"Silva","account_id":100,"id":true,"height":"https://data.org/v1","paragraph":[924],"voltage":["2021-10-11T11:09:00Z"]}}} | extra_field | {
"type": "object",
"properties": {
"height": {
"type": "string"
},
"status_code": {
"type": "string"
},
"order_id": {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"enum": [
"small",
"medium",
... | {"status_code": "Berlin", "order_id": {"temp_celsius": 326.77, "date": {"email": "Silva", "account_id": 100, "id": true, "height": "https://data.org/v1", "paragraph": [924], "voltage": ["2021-10-11T11:09:00Z"]}}, "extra_info_2499": 42} | Unknown field 'extra_info_2499' not defined in schema | {"status_code":"Berlin","order_id":{"temp_celsius":326.77,"date":{"email":"Silva","account_id":100,"id":true,"height":"https://data.org/v1","paragraph":[924],"voltage":["2021-10-11T11:09:00Z"]}}} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD updated_at TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD credit_score TYPE boolean REQUIRED no
FIELD currency TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD humi... | {"cargo_type":"medium","updated_at":"medium","credit_score":true} | partial_structure | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"updated_at": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
... | Result: updated_at=medium, {"cargo_type":"medium","updated_at":"medium","credit_score":true} | Output mixes natural language with JSON | {"cargo_type":"medium","updated_at":"medium","credit_score":true} |
TASK repair_structured_output
SPEC
FIELD key_r87 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD param_v79 TYPE string_email REQUIRED no
FIELD param_l90.key_q57 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_l90.dim_b21 TYPE boolean REQUIRED no
FIELD param_... | {"key_r87":"level_3","param_v79":"ops@example.com","param_l90":{"key_q57":"success","dim_b21":false,"param_b84":"https://api.example.com/v1","dim_o00":995,"key_m60":true},"dim_d10":"Maria"} | extra_text_after | {
"type": "object",
"properties": {
"key_r87": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"param_v79": {
"type": "string",
"format": "email"
},
"param_l90": {
... | {"key_r87":"level_3","param_v79":"ops@example.com","param_l90":{"key_q57":"success","dim_b21":false,"param_b84":"https://api.example.com/v1","dim_o00":995,"key_m60":true},"dim_d10":"Maria"}
Analysis finished. | Output contains non-JSON text after the object | {"key_r87":"level_3","param_v79":"ops@example.com","param_l90":{"key_q57":"success","dim_b21":false,"param_b84":"https://api.example.com/v1","dim_o00":995,"key_m60":true},"dim_d10":"Maria"} |
TASK repair_structured_output
SPEC
FIELD options TYPE null REQUIRED no
FIELD image_url.compound TYPE number REQUIRED no
FIELD image_url.status TYPE integer REQUIRED no
FIELD image_url.throttle_pos.allele TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD image_url.throttle_pos.quality_score TYPE int... | {"image_url":{"compound":316.59,"throttle_pos":{"quality_score":175,"account_id":968,"nickname":"ops@domain.org","span_id":383},"diagnosis_code":true},"score":"archived","altitude":632} | agent_chain | {
"type": "object",
"properties": {
"options": {
"type": "null"
},
"image_url": {
"type": "object",
"properties": {
"compound": {
"type": "number"
},
"status": {
"type": "integer"
},
"throttle_pos": {
"type": "object... | Let me check the system.
Action: update_preferences
Result: {"image_url": {"compound": 316.59, "throttle_pos": {"quality_score": 175, "account_id": 968, "nickname": "ops@domain.org", "span_id": 383}, "diagnosis_code": true}, "altitude": 632}
I'll query our database.
Action: check_cargo_manifest
Result: | Agent multi-step chain with truncated tool output | {"image_url":{"compound":316.59,"throttle_pos":{"quality_score":175,"account_id":968,"nickname":"ops@domain.org","span_id":383},"diagnosis_code":true},"score":"archived","altitude":632} |
TASK repair_structured_output
SPEC
FIELD prop_a44.prop_f35 TYPE string_date-time REQUIRED yes
FIELD prop_a44.col_d65 TYPE boolean REQUIRED no
FIELD prop_a44.attr_g61 TYPE boolean REQUIRED yes
FIELD prop_a44.key_g32 TYPE string REQUIRED no
FIELD prop_a44.dim_n76.key_k95 TYPE string_uri REQUIRED no
FIELD prop_a44.dim_n7... | {"prop_a44":{"prop_f35":"2023-08-09T14:29:00Z","col_d65":true,"attr_g61":true,"key_g32":"London","dim_n76":{"key_k95":"https://example.org/api","val_q83":894,"dim_x58":false,"col_f53":"GRCh38","dim_y19":"Paris"}},"dim_l68":"synonymous","param_j20":{"key_b83":"https://api.com/v1","key_l98":"pending","param_c88":false,"d... | markdown_fences | {
"type": "object",
"properties": {
"prop_a44": {
"type": "object",
"properties": {
"prop_f35": {
"type": "string",
"format": "date-time"
},
"col_d65": {
"type": "boolean"
},
"attr_g61": {
"type": "boolean"
},
... | ```json
{"prop_a44":{"prop_f35":"2023-08-09T14:29:00Z","col_d65":true,"attr_g61":true,"key_g32":"London","dim_n76":{"key_k95":"https://example.org/api","val_q83":894,"dim_x58":false,"col_f53":"GRCh38","dim_y19":"Paris"}},"dim_l68":"synonymous","param_j20":{"key_b83":"https://api.com/v1","key_l98":"pending","param_c88":... | Output contains markdown code fences | {"prop_a44":{"prop_f35":"2023-08-09T14:29:00Z","col_d65":true,"attr_g61":true,"key_g32":"London","dim_n76":{"key_k95":"https://example.org/api","val_q83":894,"dim_x58":false,"col_f53":"GRCh38","dim_y19":"Paris"}},"dim_l68":"synonymous","param_j20":{"key_b83":"https://api.com/v1","key_l98":"pending","param_c88":false,"d... |
TASK repair_structured_output
SPEC
FIELD key_u67 TYPE integer REQUIRED yes
FIELD prop_b31 TYPE string VALUES option_a|option_b REQUIRED yes
FIELD dim_m95 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD field_r85 TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"key_u67": 6... | {"key_u67":682,"prop_b31":"option_b","dim_m95":"option_c","field_r85":"2024-10-09T22:52:00Z"} | null_required | {
"type": "object",
"properties": {
"key_u67": {
"type": "integer"
},
"prop_b31": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"dim_m95": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
... | {"key_u67": 682, "prop_b31": null, "dim_m95": "option_c", "field_r85": "2024-10-09T22:52:00Z"} | Required field 'prop_b31' is null | {"key_u67":682,"prop_b31":"option_b","dim_m95":"option_c","field_r85":"2024-10-09T22:52:00Z"} |
TASK repair_structured_output
SPEC
FIELD col_h68 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD field_r03 TYPE number REQUIRED yes
FIELD key_f91 TYPE boolean REQUIRED no
FIELD field_e14 TYPE null REQUIRED yes
FIELD attr_q65 TYPE string_email REQUIRED no
FIELD prop_x03 TYPE string VALUES cat_a... | {"field_r03":442.84,"key_f91":true,"field_e14":null,"attr_q65":"ops@example.com","prop_x03":"cat_e"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_h68": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
]
},
"field_r03": {
"type": "number"
},
"key_f91": {
"type": "boolean"
},
"field_e14": {
"type":... | I need to look up the information first.
Action: get_inventory
Arguments: {"field_r03": 442.84, "key_f91": true, "attr_q65": "ops@example.com", "prop_x03": "cat_e"} | Agent tool call missing required parameter 'field_e14' | {"field_r03":442.84,"key_f91":true,"field_e14":null,"attr_q65":"ops@example.com","prop_x03":"cat_e"} |
TASK repair_structured_output
SPEC
FIELD format TYPE string VALUES type_a|type_b REQUIRED no
FIELD altitude.velocity TYPE integer REQUIRED yes
FIELD altitude.length TYPE integer REQUIRED yes
FIELD altitude.total.commit_hash TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD altitude.total.options TYPE stri... | {"format":"type_a","organism":"https://api.example.com/v1","paragraph":{"ph_level":"2021-05-05T00:26:00Z","count":766.62,"total":"cat_d","format":{"size":"cat_c","subject":"open","full_name":"underway","amplitude":"option_c","feedback":"type_c"},"age":false,"cargo_type":true,"build_status":"2024-08-06T10:48:00Z","branc... | tool_call_text_mix | {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"altitude": {
"type": "object",
"properties": {
"velocity": {
"type": "integer"
},
"length": {
"type": "integer"
... | I need to look up the information first.
<tool_call name="book_appointment">
{"format":"type_a","organism":"https://api.example.com/v1","paragraph":{"ph_level":"2021-05-05T00:26:00Z","count":766.62,"total":"cat_d","format":{"size":"cat_c","subject":"open","full_name":"underway","amplitude":"option_c","feedback":"type_c... | Agent response mixes reasoning text with tool call | {"format":"type_a","organism":"https://api.example.com/v1","paragraph":{"ph_level":"2021-05-05T00:26:00Z","count":766.62,"total":"cat_d","format":{"size":"cat_c","subject":"open","full_name":"underway","amplitude":"option_c","feedback":"type_c"},"age":false,"cargo_type":true,"build_status":"2024-08-06T10:48:00Z","branc... |
TASK repair_structured_output
SPEC
FIELD col_v36 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD param_r43 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD dim_e13 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD col_z50 TYPE string REQUIRED yes
FIE... | {"dim_e13":"unstable","col_z50":"Oliveira","col_n25":false,"attr_w31":true} | truncated_array | {
"type": "object",
"properties": {
"col_v36": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"param_r43": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
... | {"dim_e13":"unstable","col_z50":"Oliveira","col_n25":false,"attr_w31":true | Unexpected end of JSON input — truncated object | {"dim_e13":"unstable","col_z50":"Oliveira","col_n25":false,"attr_w31":true} |
TASK repair_structured_output
SPEC
FIELD attr_v32 TYPE boolean REQUIRED no
FIELD param_d91.prop_b74 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD param_d91.attr_d13 TYPE integer REQUIRED no
FIELD param_d91.val_b04 TYPE boolean REQUIRED yes
FIELD prop_z91.attr_z33 TYPE boolean REQUIRED no
FIEL... | {"param_d91":{"prop_b74":"homozygous","attr_d13":666,"val_b04":false},"prop_z91":{"attr_z33":false,"dim_o15":"example","param_s71":300.9},"field_b20":225.54,"key_r27":500} | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_v32": {
"type": "boolean"
},
"param_d91": {
"type": "object",
"properties": {
"prop_b74": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | <functioncall> fetch_lab_result
{param_d91: {prop_b74: "homozygous", attr_d13: 666, val_b04: false}, prop_z91: {attr_z33: false, dim_o15: "example", param_s71: 300.9}, field_b20: 225.54, key_r27: 500} | Tool call has malformed arguments — unquoted keys in function parameters | {"param_d91":{"prop_b74":"homozygous","attr_d13":666,"val_b04":false},"prop_z91":{"attr_z33":false,"dim_o15":"example","param_s71":300.9},"field_b20":225.54,"key_r27":500} |
TASK repair_structured_output
SPEC
FIELD address TYPE string REQUIRED no
FIELD score TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD strand TYPE string_uri REQUIRED no
FIELD diagnosis_code.created_at TYPE boolean REQUIRED no
FIELD diagnosis_code.quantity TYPE boolean REQUIRED yes
FIELD diagnosis_co... | {"address":"GRCh38","score":"unstable","strand":"https://data.org/v1","diagnosis_code":{"quantity":false,"enabled":true},"batch_code":false,"weight":true,"title":365} | invalid_enum | {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"score": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"strand": {
"type": "string",
"format": "uri"
},
"diagnosis_code": {
"... | {"address": "GRCh38", "score": "invalid_value_351", "strand": "https://data.org/v1", "diagnosis_code": {"quantity": false, "enabled": true}, "batch_code": false, "weight": true, "title": 365} | Field 'score' has invalid enum value 'invalid_value_351', expected one of ['reliable', 'unstable', 'intermittent'] | {"address":"GRCh38","score":"unstable","strand":"https://data.org/v1","diagnosis_code":{"quantity":false,"enabled":true},"batch_code":false,"weight":true,"title":365} |
TASK repair_structured_output
SPEC
FIELD options TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD shipping TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD tile TYPE string VALUES success|error|warning|info REQUIRED no
FIELD item_id TYPE boolean REQUIRED no
FIELD freight_class... | {"options":"underway","shipping":"open","tile":"warning","freight_class":"coastal","deploy_target":"PASS","catalyst":"sample","sensor_id":"inactive"} | tool_call_bad_format | {
"type": "object",
"properties": {
"options": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"shipping": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed... | <functioncall> get_weather
{options: "underway", shipping: "open", tile: "warning", freight_class: "coastal", deploy_target: "PASS", catalyst: "sample", sensor_id: "inactive"} | Tool call has malformed arguments — unquoted keys in function parameters | {"options":"underway","shipping":"open","tile":"warning","freight_class":"coastal","deploy_target":"PASS","catalyst":"sample","sensor_id":"inactive"} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE boolean REQUIRED no
FIELD maturity_date TYPE string REQUIRED no
FIELD version.thumbnail TYPE string REQUIRED yes
FIELD version.altitude TYPE string REQUIRED yes
FIELD version.active TYPE integer REQUIRED yes
FIELD version.ward.half_life TYPE integer REQUIRED yes
FI... | {"barcode":false,"maturity_date":"Charlie","version":{"thumbnail":"Oliveira","altitude":"This is a test value.","active":969,"ward":{"half_life":98,"name":"JPY","company":false,"berth_slot":"test@test.io","current_draw":null},"isotope":{"lane":["mode_a"]}},"status":"mode_e"} | wrong_type | {
"type": "object",
"properties": {
"barcode": {
"type": "boolean"
},
"maturity_date": {
"type": "string"
},
"version": {
"type": "object",
"properties": {
"thumbnail": {
"type": "string"
},
"altitude": {
"type": "string"
... | {"barcode": "\"no\"", "maturity_date": "Charlie", "version": {"thumbnail": "Oliveira", "altitude": "This is a test value.", "active": 969, "ward": {"half_life": 98, "name": "JPY", "company": false, "berth_slot": "test@test.io", "current_draw": null}, "isotope": {"lane": ["mode_a"]}}, "status": "mode_e"} | Field 'barcode' must be boolean, got string | {"barcode":false,"maturity_date":"Charlie","version":{"thumbnail":"Oliveira","altitude":"This is a test value.","active":969,"ward":{"half_life":98,"name":"JPY","company":false,"berth_slot":"test@test.io","current_draw":null},"isotope":{"lane":["mode_a"]}},"status":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD level TYPE string REQUIRED yes
FIELD amplitude TYPE integer REQUIRED yes
FIELD section[].position TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD section[].port_code TYPE string_uri REQUIRED yes
FIELD section[].options TYPE string VALUES reliable|unstable... | {"level":"completed","amplitude":507,"section":[{"position":"moored","port_code":"https://data.org/api","options":"reliable","size":"info@domain.org","city":"completed"},{"position":"moored","port_code":"https://data.org/api","options":"intermittent","size":"ops@test.io","city":"Smith"},{"position":"moored","port_code"... | truncated_array | {
"type": "object",
"properties": {
"level": {
"type": "string"
},
"amplitude": {
"type": "integer"
},
"section": {
"type": "array",
"items": {
"type": "object",
"properties": {
"position": {
"type": "string",
"enum": [
... | {"level":"completed","amplitude":507,"section":[{"position":"moored","port_code":"https://data.org/api","options":"reliable","size":"info@domain.org","city":"completed"},{"position":"moored","port_code":"https://data.org/api","options":"intermittent","size":"ops@test.io","city":"Smith"},{"position":"moored","port_code"... | Unexpected end of JSON input — truncated array | {"level":"completed","amplitude":507,"section":[{"position":"moored","port_code":"https://data.org/api","options":"reliable","size":"info@domain.org","city":"completed"},{"position":"moored","port_code":"https://data.org/api","options":"intermittent","size":"ops@test.io","city":"Smith"},{"position":"moored","port_code"... |
TASK repair_structured_output
SPEC
FIELD dim_x77 TYPE string REQUIRED yes
FIELD prop_s31 TYPE integer REQUIRED no
FIELD param_s61 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD key_k68 TYPE string REQUIRED no
FIELD val_f15 TYPE integer REQUIRED no
BROKEN_OUTPUT
{"dim_x77":"Smith","pr... | {"dim_x77":"Smith","prop_s31":842,"param_s61":"pending_review","key_k68":"foo","val_f15":157} | trailing_comma | {
"type": "object",
"properties": {
"dim_x77": {
"type": "string"
},
"prop_s31": {
"type": "integer"
},
"param_s61": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"key_k68": {
... | {"dim_x77":"Smith","prop_s31":842,"param_s61":"pending_review","key_k68":"foo","val_f15":157,} | Unexpected trailing comma | {"dim_x77":"Smith","prop_s31":842,"param_s61":"pending_review","key_k68":"foo","val_f15":157} |
TASK repair_structured_output
SPEC
FIELD status TYPE integer REQUIRED yes
FIELD due_date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD email TYPE string REQUIRED yes
FIELD latitude TYPE integer REQUIRED no
FIELD last_name.height TYPE string VALUES red|blue|green|black|white REQUIRED yes... | {"status":134,"due_date":"frameshift","email":"active","last_name":{"height":"green","build_status":"green","feedback":91,"altitude":883},"published":"Smith","created_at":{"transaction_id":"foo","timezone":976,"account_id":{"updated_at":null,"credit_score":false,"ph_level":161,"temp_celsius":false,"procedure_code":930,... | markdown_fences | {
"type": "object",
"properties": {
"status": {
"type": "integer"
},
"due_date": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"email": {
"type": "string"
},
"latitude": {
"type": ... | ```json
{"status":134,"due_date":"frameshift","email":"active","last_name":{"height":"green","build_status":"green","feedback":91,"altitude":883},"published":"Smith","created_at":{"transaction_id":"foo","timezone":976,"account_id":{"updated_at":null,"credit_score":false,"ph_level":161,"temp_celsius":false,"procedure_co... | Output contains markdown code fences | {"status":134,"due_date":"frameshift","email":"active","last_name":{"height":"green","build_status":"green","feedback":91,"altitude":883},"published":"Smith","created_at":{"transaction_id":"foo","timezone":976,"account_id":{"updated_at":null,"credit_score":false,"ph_level":161,"temp_celsius":false,"procedure_code":930,... |
TASK repair_structured_output
SPEC
FIELD field_o10 TYPE boolean REQUIRED yes
FIELD param_m36 TYPE string REQUIRED no
FIELD col_w34 TYPE string REQUIRED yes
FIELD attr_o55 TYPE string_email REQUIRED no
FIELD val_l76[].field_j11 TYPE string_date-time REQUIRED yes
FIELD val_l76[].field_y81 TYPE number REQUIRED no
FIELD v... | {"field_o10":false,"param_m36":"hello","col_w34":"qux"} | missing_brace | {
"type": "object",
"properties": {
"field_o10": {
"type": "boolean"
},
"param_m36": {
"type": "string"
},
"col_w34": {
"type": "string"
},
"attr_o55": {
"type": "string",
"format": "email"
},
"val_l76": {
"type": "array",
"items": {
... | "field_o10":false,"param_m36":"hello","col_w34":"qux"} | Missing closing brace | {"field_o10":false,"param_m36":"hello","col_w34":"qux"} |
TASK repair_structured_output
SPEC
FIELD key_a66 TYPE string_uri REQUIRED yes
FIELD param_n14 TYPE string REQUIRED no
FIELD prop_b40 TYPE string REQUIRED yes
FIELD dim_a89 TYPE string REQUIRED yes
FIELD attr_n98 TYPE integer REQUIRED yes
FIELD param_i28 TYPE number REQUIRED no
BROKEN_OUTPUT
{'key_a66':'https://api.io... | {"key_a66":"https://api.io/data","param_n14":"Tokyo","prop_b40":"test@example.com","dim_a89":"bar","attr_n98":955} | single_quotes | {
"type": "object",
"properties": {
"key_a66": {
"type": "string",
"format": "uri"
},
"param_n14": {
"type": "string"
},
"prop_b40": {
"type": "string"
},
"dim_a89": {
"type": "string"
},
"attr_n98": {
"type": "integer"
},
"param_i28": ... | {'key_a66':'https://api.io/data','param_n14':'Tokyo','prop_b40':'test@example.com','dim_a89':'bar','attr_n98':955} | Expecting property name enclosed in double quotes | {"key_a66":"https://api.io/data","param_n14":"Tokyo","prop_b40":"test@example.com","dim_a89":"bar","attr_n98":955} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD payment_status TYPE string REQUIRED no
FIELD shift_code TYPE string REQUIRED no
FIELD wavelength TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD chapter.type T... | {"terminal_id":"type_c","payment_status":"pending","shift_code":"QC-07","wavelength":"option_d","chapter":{"type":"option_c","length":"REV","level":true,"state":730.73},"visible":{"turbidity":928.89,"total":true,"size":{"maturity_date":"level_4","ph_level":734.72,"current_draw":"2022-05-01T11:00:00Z"}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"payment_status": {
"type": "string"
},
"shift_code": {
"type": "string"
},
"wavele... | I'll query our database.
<tool_call name="search">
{"terminal_id":"type_c","payment_status":"pending","shift_code":"QC-07","wavelength":"option_d","chapter":{"type":"option_c","length":"REV","level":true,"state":730.73},"visible":{"turbidity":928.89,"total":true,"size":{"maturity_date":"level_4","ph_level":734.72,"curr... | Agent response mixes reasoning text with tool call | {"terminal_id":"type_c","payment_status":"pending","shift_code":"QC-07","wavelength":"option_d","chapter":{"type":"option_c","length":"REV","level":true,"state":730.73},"visible":{"turbidity":928.89,"total":true,"size":{"maturity_date":"level_4","ph_level":734.72,"current_draw":"2022-05-01T11:00:00Z"}}} |
TASK repair_structured_output
SPEC
FIELD attr_l48 TYPE string_email REQUIRED no
FIELD col_z86 TYPE integer REQUIRED yes
FIELD val_j04 TYPE boolean REQUIRED yes
FIELD col_s85 TYPE string REQUIRED no
FIELD field_e57.field_n31 TYPE string REQUIRED no
FIELD field_e57.val_y48 TYPE number REQUIRED no
FIELD field_e57.param_m... | {"col_z86":91,"val_j04":false,"col_s85":"New York","field_e57":{"val_y48":950.32,"param_m90":668.54,"key_v55":{"field_b22":"low","attr_e53":"cat_c"}}} | agent_chain | {
"type": "object",
"properties": {
"attr_l48": {
"type": "string",
"format": "email"
},
"col_z86": {
"type": "integer"
},
"val_j04": {
"type": "boolean"
},
"col_s85": {
"type": "string"
},
"field_e57": {
"type": "object",
"properties": {... | I need to look up the information first.
Action: calculate_docking_fee
Result: {"col_z86": 91, "col_s85": "New York", "field_e57": {"val_y48": 950.32, "param_m90": 668.54, "key_v55": {"field_b22": "low", "attr_e53": "cat_c"}}}
Processing the request now.
Action: assign_berth
Result: | Agent multi-step chain with truncated tool output | {"col_z86":91,"val_j04":false,"col_s85":"New York","field_e57":{"val_y48":950.32,"param_m90":668.54,"key_v55":{"field_b22":"low","attr_e53":"cat_c"}}} |
TASK repair_structured_output
SPEC
FIELD key_h05 TYPE string REQUIRED yes
FIELD field_m28 TYPE string REQUIRED yes
FIELD val_o00.field_z68 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD val_o00.attr_d72 TYPE integer REQUIRED no
FIELD val_o00.col_c09 TYPE integer REQUIRED yes
FIELD val_o0... | {"key_h05":"London","field_m28":"MV-Evergreen-01","val_o00":{"field_z68":"offline","attr_d72":717,"col_c09":18,"attr_d46":466,"val_a04":689,"prop_u02":"pending","key_g56":995},"col_j80":{"field_g00":"Smith","col_c21":"blue","col_b38":{"col_d70":227.71,"dim_i45":582,"val_s99":"Sao Paulo","key_g20":882.8,"attr_e96":560,"... | missing_required | {
"type": "object",
"properties": {
"key_h05": {
"type": "string"
},
"field_m28": {
"type": "string"
},
"val_o00": {
"type": "object",
"properties": {
"field_z68": {
"type": "string",
"enum": [
"operational",
"degraded",... | {"key_h05": "London", "val_o00": {"field_z68": "offline", "attr_d72": 717, "col_c09": 18, "attr_d46": 466, "val_a04": 689, "prop_u02": "pending", "key_g56": 995}, "col_j80": {"field_g00": "Smith", "col_c21": "blue", "col_b38": {"col_d70": 227.71, "dim_i45": 582, "val_s99": "Sao Paulo", "key_g20": 882.8, "attr_e96": 560... | Required field 'field_m28' is missing | {"key_h05":"London","field_m28":"MV-Evergreen-01","val_o00":{"field_z68":"offline","attr_d72":717,"col_c09":18,"attr_d46":466,"val_a04":689,"prop_u02":"pending","key_g56":995},"col_j80":{"field_g00":"Smith","col_c21":"blue","col_b38":{"col_d70":227.71,"dim_i45":582,"val_s99":"Sao Paulo","key_g20":882.8,"attr_e96":560,"... |
TASK repair_structured_output
SPEC
FIELD count TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD name TYPE integer REQUIRED no
FIELD ward TYPE string REQUIRED no
FIELD filter_flag TYPE number REQUIRED no
FIELD tile TYPE null REQUIRED no
FIELD format TYPE string REQUIRED no
FIELD run_id TYPE string VALUE... | {"count":"type_b","name":503,"ward":"Maria","filter_flag":420.29,"tile":null,"format":"https://api.example.com/v1","run_id":"cat_a","maturity_date":{"state":"test","description":708,"step":false,"feedback":"Diana","level":null}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"count": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"name": {
"type": "integer"
},
"ward": {
"type": "string"
},
"filter_flag": {
"type": "number"
},... | run_diagnostics(count='type_b', name=503, ward='Maria', filter_flag=420.29, tile=None, format='https://api.example.com/v1', run_id='cat_a', maturity_date={'state': 'test', 'description': 708, 'step': False, 'feedback': 'Diana', 'level': None}) | Tool call uses Python syntax instead of JSON | {"count":"type_b","name":503,"ward":"Maria","filter_flag":420.29,"tile":null,"format":"https://api.example.com/v1","run_id":"cat_a","maturity_date":{"state":"test","description":708,"step":false,"feedback":"Diana","level":null}} |
TASK repair_structured_output
SPEC
FIELD param_v58 TYPE boolean REQUIRED no
FIELD val_c59 TYPE number REQUIRED no
FIELD col_k78 TYPE string_email REQUIRED no
FIELD attr_o19 TYPE string_date-time REQUIRED no
FIELD prop_w76 TYPE string REQUIRED no
FIELD col_p85 TYPE string REQUIRED no
FIELD attr_p75 TYPE string_uri REQU... | {"val_c59":578.61,"attr_o19":"2021-12-07T23:14:00Z","prop_w76":"John","attr_p75":"https://api.io/v1","key_e88":699} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_v58": {
"type": "boolean"
},
"val_c59": {
"type": "number"
},
"col_k78": {
"type": "string",
"format": "email"
},
"attr_o19": {
"type": "string",
"format": "date-time"
},
"prop_w76": {
"type": "s... | I need to look up the information first.
Action: run_diagnostics
Arguments: {"val_c59": 578.61, "attr_o19": "2021-12-07T23:14:00Z", "prop_w76": "John", "key_e88": 699} | Agent tool call missing required parameter 'attr_p75' | {"val_c59":578.61,"attr_o19":"2021-12-07T23:14:00Z","prop_w76":"John","attr_p75":"https://api.io/v1","key_e88":699} |
TASK repair_structured_output
SPEC
FIELD col_e36 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_x91 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_i48 TYPE null REQUIRED no
FIELD attr_v12 TYPE string VALUES single|married|divorced REQUIRED yes
BROKEN_OUTPUT
```json
{"col... | {"col_e36":"high","prop_x91":"open","dim_i48":null,"attr_v12":"divorced"} | markdown_fences | {
"type": "object",
"properties": {
"col_e36": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"prop_x91": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
... | ```json
{"col_e36":"high","prop_x91":"open","dim_i48":null,"attr_v12":"divorced"}
``` | Output contains markdown code fences | {"col_e36":"high","prop_x91":"open","dim_i48":null,"attr_v12":"divorced"} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD tile TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD half_life TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD fleet_number TYPE null REQUIRED no
FIELD acco... | {"cargo_type":"inland","tile":"heterozygous","fleet_number":null,"account_id":440.86,"batch_code":"2020-05-13T04:14:00Z","version":948} | markdown_fences | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"tile": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
... | ```json
{"cargo_type":"inland","tile":"heterozygous","fleet_number":null,"account_id":440.86,"batch_code":"2020-05-13T04:14:00Z","version":948}
``` | Output contains markdown code fences | {"cargo_type":"inland","tile":"heterozygous","fleet_number":null,"account_id":440.86,"batch_code":"2020-05-13T04:14:00Z","version":948} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD chapter TYPE number REQUIRED no
FIELD interest_rate TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD image_url TYPE string VALUES small|medium|large|xl REQUIRED no
FI... | {"loan_amount":"level_1","chapter":77.56,"interest_rate":"type_c","image_url":"large","half_life":"bar","terminal_id":"resolved"} | trailing_comma | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"chapter": {
"type": "number"
},
"interest_rate": {
"type": "string",
"enum": [
"type_a",
... | {"loan_amount":"level_1","chapter":77.56,"interest_rate":"type_c","image_url":"large","half_life":"bar","terminal_id":"resolved",} | Unexpected trailing comma | {"loan_amount":"level_1","chapter":77.56,"interest_rate":"type_c","image_url":"large","half_life":"bar","terminal_id":"resolved"} |
TASK repair_structured_output
SPEC
FIELD key_r51 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD attr_y05 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD prop_r20 TYPE boolean REQUIRED no
FIELD prop_g10 TYPE number REQUIRED no
FIELD field_a68 TYPE string VALUES option_a|opt... | {"key_r51":"mode_c","attr_y05":"option_e","prop_r20":false,"prop_g10":805.89,"field_a68":"option_b"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_r51": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"attr_y05": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e... | Tool: get_inventory
Params: {"key_r51": "mode_c", "attr_y05": "option_e", "prop_r20": false, "prop_g10": 805.89, "field_a68_id": "option_b"} | Agent used wrong parameter name 'field_a68_id' instead of 'field_a68' | {"key_r51":"mode_c","attr_y05":"option_e","prop_r20":false,"prop_g10":805.89,"field_a68":"option_b"} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD ward TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD humidity_pct TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD amount TYPE string VALUES USD|EUR|GBP|B... | {"shipper_ref":"confirmed","humidity_pct":"large","amount":"JPY","quantity":"qux","order_id":439} | extra_text_before | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"ward": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
... | Sure, here's the result:
{"shipper_ref":"confirmed","humidity_pct":"large","amount":"JPY","quantity":"qux","order_id":439} | Output contains non-JSON text before the object | {"shipper_ref":"confirmed","humidity_pct":"large","amount":"JPY","quantity":"qux","order_id":439} |
TASK repair_structured_output
SPEC
FIELD thumbnail TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD due_date TYPE boolean REQUIRED no
FIELD format TYPE string REQUIRED yes
FIELD start_date TYPE string REQUIRED yes
FIELD torque_output TYPE string_uri REQUIRED no
FIELD id TYPE string VALUES USD|EUR|GBP|BRL|... | {"format":"active","start_date":"qux","torque_output":"https://api.com/data","id":"JPY","medication":null,"state":"degraded"} | invalid_enum | {
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"due_date": {
"type": "boolean"
},
"format": {
"type": "string"
},
"start_date": {
"type": "string"
... | {"format": "active", "start_date": "qux", "torque_output": "https://api.com/data", "id": "JPY", "medication": null, "state": "invalid_value_210"} | Field 'state' has invalid enum value 'invalid_value_210', expected one of ['operational', 'degraded', 'offline', 'maintenance'] | {"format":"active","start_date":"qux","torque_output":"https://api.com/data","id":"JPY","medication":null,"state":"degraded"} |
TASK repair_structured_output
SPEC
FIELD col_v20 TYPE string REQUIRED no
FIELD col_z43 TYPE boolean REQUIRED no
FIELD key_d30 TYPE string REQUIRED no
FIELD param_r61 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD param_e13 TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{"col_v20":"Tokyo"... | {"col_v20":"Tokyo","col_z43":false,"param_r61":"level_2","param_e13":"low"} | extra_text_after | {
"type": "object",
"properties": {
"col_v20": {
"type": "string"
},
"col_z43": {
"type": "boolean"
},
"key_d30": {
"type": "string"
},
"param_r61": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_e13": {
"t... | {"col_v20":"Tokyo","col_z43":false,"param_r61":"level_2","param_e13":"low"}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"col_v20":"Tokyo","col_z43":false,"param_r61":"level_2","param_e13":"low"} |
TASK repair_structured_output
SPEC
FIELD field_k87 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD val_p09 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD prop_y18 TYPE number REQUIRED no
FIELD attr_p65.attr_q03 TYPE integer REQUIRED yes
FIELD attr_p65.dim_j75 T... | {"field_k87":"returned","val_p09":"escalated","prop_y18":881.47,"attr_p65":{"attr_q03":25,"dim_j75":"rejected","key_r10":true}} | truncated_object | {
"type": "object",
"properties": {
"field_k87": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"val_p09": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"field_k87":"returned","val_p09":"escalated","prop_y18":881.47,"attr_p65":{"attr_q03":25,"dim_j75":"rejected","key_r10":true} | Unexpected end of JSON input — truncated object | {"field_k87":"returned","val_p09":"escalated","prop_y18":881.47,"attr_p65":{"attr_q03":25,"dim_j75":"rejected","key_r10":true}} |
TASK repair_structured_output
SPEC
FIELD field_h05 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD val_w89 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_e00 TYPE boolean REQUIRED no
FIELD prop_f85 TYPE string_uri REQUIRED yes
FIELD prop_t33.col_p58.val_v39 ... | {"prop_f85":"https://api.org/data","dim_y42":{"dim_y14":"archived","key_k76":null,"field_i27":"bar","param_j00":true}} | trailing_comma | {
"type": "object",
"properties": {
"field_h05": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"val_w89": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"prop_f85":"https://api.org/data","dim_y42":{"dim_y14":"archived","key_k76":null,"field_i27":"bar","param_j00":true,}} | Unexpected trailing comma | {"prop_f85":"https://api.org/data","dim_y42":{"dim_y14":"archived","key_k76":null,"field_i27":"bar","param_j00":true}} |
TASK repair_structured_output
SPEC
FIELD dim_b67 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD prop_g25 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD dim_s32 TYPE string_email REQUIRED yes
FIELD dim_m32 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD param_... | {"dim_b67":"basic","prop_g25":"type_b","dim_s32":"test@domain.org","dim_m32":"mode_d","param_z74":{"col_u33":"qux","field_s23":"level_1","key_a53":{"attr_s98":"test@domain.org","prop_l80":519,"dim_s86":"cat_a","prop_q31":"frameshift","key_i17":"cat_c","key_r39":"option_e"},"field_t75":"Johnson"},"col_b05":{"key_p18":30... | missing_required | {
"type": "object",
"properties": {
"dim_b67": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_g25": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"dim_s32"... | {"dim_b67": "basic", "prop_g25": "type_b", "dim_m32": "mode_d", "param_z74": {"col_u33": "qux", "field_s23": "level_1", "key_a53": {"attr_s98": "test@domain.org", "prop_l80": 519, "dim_s86": "cat_a", "prop_q31": "frameshift", "key_i17": "cat_c", "key_r39": "option_e"}, "field_t75": "Johnson"}, "col_b05": {"key_p18": 30... | Required field 'dim_s32' is missing | {"dim_b67":"basic","prop_g25":"type_b","dim_s32":"test@domain.org","dim_m32":"mode_d","param_z74":{"col_u33":"qux","field_s23":"level_1","key_a53":{"attr_s98":"test@domain.org","prop_l80":519,"dim_s86":"cat_a","prop_q31":"frameshift","key_i17":"cat_c","key_r39":"option_e"},"field_t75":"Johnson"},"col_b05":{"key_p18":30... |
TASK repair_structured_output
SPEC
FIELD field_h15 TYPE integer REQUIRED no
FIELD prop_j29 TYPE string REQUIRED no
FIELD param_q79 TYPE string REQUIRED no
FIELD prop_m82 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD prop_k18[] TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
BROKEN_OUTPU... | {"field_h15":23,"prop_j29":"test","param_q79":"foo","prop_m82":"type_d","prop_k18":["mode_c"]} | null_required | {
"type": "object",
"properties": {
"field_h15": {
"type": "integer"
},
"prop_j29": {
"type": "string"
},
"param_q79": {
"type": "string"
},
"prop_m82": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
... | {"field_h15": 23, "prop_j29": "test", "param_q79": "foo", "prop_m82": null, "prop_k18": ["mode_c"]} | Required field 'prop_m82' is null | {"field_h15":23,"prop_j29":"test","param_q79":"foo","prop_m82":"type_d","prop_k18":["mode_c"]} |
TASK repair_structured_output
SPEC
FIELD key_i37 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_d29 TYPE string REQUIRED yes
FIELD field_v19 TYPE string REQUIRED no
FIELD val_q83 TYPE string REQUIRED no
FIELD key_d50 TYPE integer REQUIRED no
FIELD prop_f62 TYPE integer REQUIRED no
FIELD dim... | {"key_i37":"reliable","field_d29":"QC-07","field_v19":"Maria","key_d50":697,"dim_u13":"active"} | missing_required | {
"type": "object",
"properties": {
"key_i37": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_d29": {
"type": "string"
},
"field_v19": {
"type": "string"
},
"val_q83": {
"type": "string"
},
... | {"key_i37": "reliable", "field_d29": "QC-07", "field_v19": "Maria", "key_d50": 697} | Required field 'dim_u13' is missing | {"key_i37":"reliable","field_d29":"QC-07","field_v19":"Maria","key_d50":697,"dim_u13":"active"} |
TASK repair_structured_output
SPEC
FIELD dim_d73 TYPE string REQUIRED no
FIELD param_e54 TYPE string_email REQUIRED no
FIELD key_a28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_w29 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD col_r55 TYPE string REQUIRED yes
FIELD dim_g88 TYPE number... | {"dim_d73":"This is a test value.","param_e54":"info@domain.org","val_w29":"published","col_r55":"New York","dim_g88":45.42,"attr_n00":{"key_w55":"admin","key_d91":"option_f","prop_x22":"2026-10-08T18:37:00Z","prop_x88":"test"}} | markdown_fences | {
"type": "object",
"properties": {
"dim_d73": {
"type": "string"
},
"param_e54": {
"type": "string",
"format": "email"
},
"key_a28": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"val_w29"... | ```json
{"dim_d73":"This is a test value.","param_e54":"info@domain.org","val_w29":"published","col_r55":"New York","dim_g88":45.42,"attr_n00":{"key_w55":"admin","key_d91":"option_f","prop_x22":"2026-10-08T18:37:00Z","prop_x88":"test"}}
``` | Output contains markdown code fences | {"dim_d73":"This is a test value.","param_e54":"info@domain.org","val_w29":"published","col_r55":"New York","dim_g88":45.42,"attr_n00":{"key_w55":"admin","key_d91":"option_f","prop_x22":"2026-10-08T18:37:00Z","prop_x88":"test"}} |
TASK repair_structured_output
SPEC
FIELD col_s34 TYPE boolean REQUIRED no
FIELD dim_u67 TYPE string REQUIRED yes
FIELD val_m51 TYPE boolean REQUIRED no
FIELD param_a03 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Here's the structured output:
```json
{"col_s34":true,"dim_u67":"approved","val_m51":false,"param_a03":651}
``... | {"col_s34":true,"dim_u67":"approved","val_m51":false,"param_a03":651} | markdown_explanation | {
"type": "object",
"properties": {
"col_s34": {
"type": "boolean"
},
"dim_u67": {
"type": "string"
},
"val_m51": {
"type": "boolean"
},
"param_a03": {
"type": "integer"
}
},
"required": [
"param_a03",
"dim_u67"
]
} | Here's the structured output:
```json
{"col_s34":true,"dim_u67":"approved","val_m51":false,"param_a03":651}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"col_s34":true,"dim_u67":"approved","val_m51":false,"param_a03":651} |
TASK repair_structured_output
SPEC
FIELD description TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD name TYPE string VALUES option_a|option_b REQUIRED no
FIELD filter_flag TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD shipping TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e ... | {"filter_flag":"escalated","shipping":"mode_c","end_date":"chr1","sensor_id":"2021-07-25T16:02:00Z","berth_slot":463} | tool_call_bad_format | {
"type": "object",
"properties": {
"description": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"name": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"filter_flag": {
"type": "string",
"enum": [
... | <functioncall> get_account
{filter_flag: "escalated", shipping: "mode_c", end_date: "chr1", sensor_id: "2021-07-25T16:02:00Z", berth_slot: 463} | Tool call has malformed arguments — unquoted keys in function parameters | {"filter_flag":"escalated","shipping":"mode_c","end_date":"chr1","sensor_id":"2021-07-25T16:02:00Z","berth_slot":463} |
TASK repair_structured_output
SPEC
FIELD title TYPE string REQUIRED yes
FIELD visible TYPE string REQUIRED yes
FIELD price TYPE null REQUIRED no
FIELD type TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD category.isotope TYPE string_uri REQUIRED no
FIELD category.dissolved_ox... | {"title":"QC-07","visible":"inactive","price":null,"category":{"dissolved_oxygen":"option_a"},"published":283} | extra_text_after | {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"visible": {
"type": "string"
},
"price": {
"type": "null"
},
"type": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"op... | {"title":"QC-07","visible":"inactive","price":null,"category":{"dissolved_oxygen":"option_a"},"published":283}
Hope this helps! | Output contains non-JSON text after the object | {"title":"QC-07","visible":"inactive","price":null,"category":{"dissolved_oxygen":"option_a"},"published":283} |
TASK repair_structured_output
SPEC
FIELD prop_e44.field_i13 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD prop_e44.prop_y63 TYPE number REQUIRED no
FIELD prop_e44.prop_i76 TYPE number REQUIRED no
FIELD prop_e44.param_k03.dim_s79 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED y... | {"prop_e44":{"field_i13":"new","prop_y63":247.7,"param_k03":{"dim_s79":"type_c","attr_e77":"mode_b","key_e70":false},"attr_a22":"user@domain.com"},"param_o70":"type_a","key_d95":{"prop_y78":"Alice","key_v68":353.53},"val_o06":"ops@example.com"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_e44": {
"type": "object",
"properties": {
"field_i13": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"prop_y63": {
... | queue_sequencing_run(prop_e44={'field_i13': 'new', 'prop_y63': 247.7, 'param_k03': {'dim_s79': 'type_c', 'attr_e77': 'mode_b', 'key_e70': False}, 'attr_a22': 'user@domain.com'}, param_o70='type_a', key_d95={'prop_y78': 'Alice', 'key_v68': 353.53}, val_o06='ops@example.com') | Tool call uses Python syntax instead of JSON | {"prop_e44":{"field_i13":"new","prop_y63":247.7,"param_k03":{"dim_s79":"type_c","attr_e77":"mode_b","key_e70":false},"attr_a22":"user@domain.com"},"param_o70":"type_a","key_d95":{"prop_y78":"Alice","key_v68":353.53},"val_o06":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE integer REQUIRED no
FIELD strand TYPE string REQUIRED no
FIELD voltage TYPE boolean REQUIRED no
FIELD zip_code TYPE boolean REQUIRED yes
FIELD bed_number TYPE integer REQUIRED no
FIELD date.decay_rate TYPE integer REQUIRED no
FIELD date.patient_id TYPE integer ... | {"strand":"cancelled","voltage":true,"zip_code":true,"bed_number":904,"date":{"decay_rate":418,"patient_id":905,"footnote":"https://example.io/data","medication":"2024-06-14T13:35:00Z","language":"Bob","verified":653,"brake_pressure":"approved"},"level":false} | agent_chain | {
"type": "object",
"properties": {
"status_code": {
"type": "integer"
},
"strand": {
"type": "string"
},
"voltage": {
"type": "boolean"
},
"zip_code": {
"type": "boolean"
},
"bed_number": {
"type": "integer"
},
"date": {
"type": "objec... | Let me check the system.
Action: run_diagnostics
Result: {"strand": "cancelled", "zip_code": true, "bed_number": 904, "date": {"decay_rate": 418, "patient_id": 905, "footnote": "https://example.io/data", "medication": "2024-06-14T13:35:00Z", "language": "Bob", "verified": 653, "brake_pressure": "approved"}, "level": fa... | Agent multi-step chain with truncated tool output | {"strand":"cancelled","voltage":true,"zip_code":true,"bed_number":904,"date":{"decay_rate":418,"patient_id":905,"footnote":"https://example.io/data","medication":"2024-06-14T13:35:00Z","language":"Bob","verified":653,"brake_pressure":"approved"},"level":false} |
TASK repair_structured_output
SPEC
FIELD commit_hash TYPE integer REQUIRED no
FIELD shipper_ref.position TYPE number REQUIRED no
FIELD shipper_ref.brake_pressure.country TYPE integer REQUIRED no
FIELD shipper_ref.brake_pressure.insurance_id TYPE string REQUIRED yes
FIELD shipper_ref.brake_pressure.chromosome TYPE stri... | {"commit_hash":428,"shipper_ref":{"position":330.0,"brake_pressure":{"country":787,"insurance_id":"foo","chromosome":"Johnson","due_date":["closed","resolved","resolved","resolved"]},"user_id":"Maria"},"values":"black","filter_flag":true,"version":"high","pressure_kpa":"2024-06-30","width":185} | null_required | {
"type": "object",
"properties": {
"commit_hash": {
"type": "integer"
},
"shipper_ref": {
"type": "object",
"properties": {
"position": {
"type": "number"
},
"brake_pressure": {
"type": "object",
"properties": {
"countr... | {"commit_hash": 428, "shipper_ref": {"position": 330.0, "brake_pressure": {"country": 787, "insurance_id": "foo", "chromosome": "Johnson", "due_date": ["closed", "resolved", "resolved", "resolved"]}, "user_id": "Maria"}, "values": "black", "filter_flag": true, "version": "high", "pressure_kpa": "2024-06-30", "width": n... | Required field 'width' is null | {"commit_hash":428,"shipper_ref":{"position":330.0,"brake_pressure":{"country":787,"insurance_id":"foo","chromosome":"Johnson","due_date":["closed","resolved","resolved","resolved"]},"user_id":"Maria"},"values":"black","filter_flag":true,"version":"high","pressure_kpa":"2024-06-30","width":185} |
TASK repair_structured_output
SPEC
FIELD department TYPE string_date-time REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED no
FIELD build_status TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD phone TYPE string REQUIRED no
FIELD user_id.ward TYPE number REQUIRED yes
FIELD user_id.vital_sign TYP... | {"department":"2022-01-17T05:04:00Z","pressure_kpa":"2024-01-15","build_status":"intermittent","phone":"inactive","gene_id":"https://www.com/api","items":997} | agent_chain | {
"type": "object",
"properties": {
"department": {
"type": "string",
"format": "date-time"
},
"pressure_kpa": {
"type": "string"
},
"build_status": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"phon... | Let me check the system.
Action: calibrate_instrument
Result: {"department": "2022-01-17T05:04:00Z", "pressure_kpa": "2024-01-15", "build_status": "intermittent", "phone": "inactive", "gene_id": "https://www.com/api"}
I'll query our database.
Action: check_availability
Result: | Agent multi-step chain with truncated tool output | {"department":"2022-01-17T05:04:00Z","pressure_kpa":"2024-01-15","build_status":"intermittent","phone":"inactive","gene_id":"https://www.com/api","items":997} |
TASK repair_structured_output
SPEC
FIELD prop_n03 TYPE boolean REQUIRED no
FIELD prop_x49 TYPE string_uri REQUIRED yes
FIELD field_c50 TYPE null REQUIRED no
FIELD field_a20 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD attr_j90 TYPE string REQUIRED no
BROKEN_OUTPUT
{"prop_x49": "https:... | {"prop_x49":"https://example.org/data","field_c50":null,"attr_j90":"FWD"} | extra_field | {
"type": "object",
"properties": {
"prop_n03": {
"type": "boolean"
},
"prop_x49": {
"type": "string",
"format": "uri"
},
"field_c50": {
"type": "null"
},
"field_a20": {
"type": "string",
"enum": [
"operational",
"degraded",
"of... | {"prop_x49": "https://example.org/data", "field_c50": null, "attr_j90": "FWD", "extra_info_824": "unexpected"} | Unknown field 'extra_info_824' not defined in schema | {"prop_x49":"https://example.org/data","field_c50":null,"attr_j90":"FWD"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE number REQUIRED yes
FIELD values TYPE string_uri REQUIRED no
FIELD ward TYPE null REQUIRED yes
FIELD diagnosis_code TYPE number REQUIRED no
FIELD velocity.chromosome TYPE boolean REQUIRED no
FIELD velocity.product_id TYPE null REQUIRED no
FIELD velocity.subject... | {"aligned_pct":68.1,"values":"https://example.io/v1","ward":null,"diagnosis_code":468.99,"velocity":{"chromosome":true,"subject":"Johnson","bearing":"A short description.","reagent":"level_4","temp_celsius":true}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "number"
},
"values": {
"type": "string",
"format": "uri"
},
"ward": {
"type": "null"
},
"diagnosis_code": {
"type": "number"
},
"velocity": {
"type": "object",
"properties": {
... | get_account(aligned_pct=68.1, values='https://example.io/v1', ward=None, diagnosis_code=468.99, velocity={'chromosome': True, 'subject': 'Johnson', 'bearing': 'A short description.', 'reagent': 'level_4', 'temp_celsius': True}) | Tool call uses Python syntax instead of JSON | {"aligned_pct":68.1,"values":"https://example.io/v1","ward":null,"diagnosis_code":468.99,"velocity":{"chromosome":true,"subject":"Johnson","bearing":"A short description.","reagent":"level_4","temp_celsius":true}} |
TASK repair_structured_output
SPEC
FIELD key_v51 TYPE boolean REQUIRED yes
FIELD attr_q00 TYPE null REQUIRED yes
FIELD val_j24[].prop_q34 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD val_j24[].col_g61 TYPE string REQUIRED yes
FIELD val_j24[].key_r03 TYPE string VALUES cat_a|cat_b REQUIRED yes
B... | {"key_v51":false,"attr_q00":null,"val_j24":[{"prop_q34":"oceanic","col_g61":"Berlin","key_r03":"cat_b"},{"prop_q34":"arctic","col_g61":"Oliveira","key_r03":"cat_a"},{"prop_q34":"arctic","col_g61":"Santos","key_r03":"cat_b"},{"prop_q34":"inland","col_g61":"FWD","key_r03":"cat_a"}]} | markdown_explanation | {
"type": "object",
"properties": {
"key_v51": {
"type": "boolean"
},
"attr_q00": {
"type": "null"
},
"val_j24": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_q34": {
"type": "string",
"enum": [
... | Here's the structured output:
```json
{"key_v51":false,"attr_q00":null,"val_j24":[{"prop_q34":"oceanic","col_g61":"Berlin","key_r03":"cat_b"},{"prop_q34":"arctic","col_g61":"Oliveira","key_r03":"cat_a"},{"prop_q34":"arctic","col_g61":"Santos","key_r03":"cat_b"},{"prop_q34":"inland","col_g61":"FWD","key_r03":"cat_a"}]}
... | Output contains markdown and explanatory text around JSON | {"key_v51":false,"attr_q00":null,"val_j24":[{"prop_q34":"oceanic","col_g61":"Berlin","key_r03":"cat_b"},{"prop_q34":"arctic","col_g61":"Oliveira","key_r03":"cat_a"},{"prop_q34":"arctic","col_g61":"Santos","key_r03":"cat_b"},{"prop_q34":"inland","col_g61":"FWD","key_r03":"cat_a"}]} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string REQUIRED yes
FIELD version TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD first_name TYPE integer REQUIRED yes
FIELD nickname TYPE string_date-time REQUIRED no
BROKEN_OUTPUT
{"isotope": "Smith", "version": "EUR", "first_name": "737%"} | {"isotope":"Smith","version":"EUR","first_name":737} | number_with_unit | {
"type": "object",
"properties": {
"isotope": {
"type": "string"
},
"version": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"first_name": {
"type": "integer"
},
"nickname": {
"type": "str... | {"isotope": "Smith", "version": "EUR", "first_name": "737%"} | Field 'first_name' must be number, got string with unit | {"isotope":"Smith","version":"EUR","first_name":737} |
TASK repair_structured_output
SPEC
FIELD field_l10 TYPE integer REQUIRED no
FIELD param_y17 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD col_x56 TYPE number REQUIRED no
FIELD field_w88 TYPE integer REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: query_port_status
Result: {"param_y17": "GBP", "... | {"param_y17":"GBP","col_x56":292.02,"field_w88":737} | agent_chain | {
"type": "object",
"properties": {
"field_l10": {
"type": "integer"
},
"param_y17": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"col_x56": {
"type": "number"
},
"field_w88": {
"type": "i... | Let me check the system.
Action: query_port_status
Result: {"param_y17": "GBP", "col_x56": 292.02}
I'll query our database.
Action: schedule_meeting
Result: | Agent multi-step chain with truncated tool output | {"param_y17":"GBP","col_x56":292.02,"field_w88":737} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string REQUIRED yes
FIELD total TYPE string REQUIRED yes
FIELD hazmat_code.filter_flag TYPE string REQUIRED no
FIELD hazmat_code.bed_number.items TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD hazmat_code.bed_number.berth_slot ... | {"terminal_id":"REV","total":"John","hazmat_code":{"filter_flag":"Smith","bed_number":{"berth_slot":"degraded","visible":false,"category":718.63},"maturity_date":"Alice","width":{"voltage":508,"items":"critical","rating":"chrX","temp_celsius":"arctic","altitude":698,"interest_rate":"Alice","collateral":"white","frequen... | agent_chain | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string"
},
"total": {
"type": "string"
},
"hazmat_code": {
"type": "object",
"properties": {
"filter_flag": {
"type": "string"
},
"bed_number": {
"type": "object",
... | Let me check the system.
Action: delete_item
Result: {"terminal_id": "REV", "hazmat_code": {"filter_flag": "Smith", "bed_number": {"berth_slot": "degraded", "visible": false, "category": 718.63}, "maturity_date": "Alice", "width": {"voltage": 508, "items": "critical", "rating": "chrX", "temp_celsius": "arctic", "altitu... | Agent multi-step chain with truncated tool output | {"terminal_id":"REV","total":"John","hazmat_code":{"filter_flag":"Smith","bed_number":{"berth_slot":"degraded","visible":false,"category":718.63},"maturity_date":"Alice","width":{"voltage":508,"items":"critical","rating":"chrX","temp_celsius":"arctic","altitude":698,"interest_rate":"Alice","collateral":"white","frequen... |
TASK repair_structured_output
SPEC
FIELD key_z71 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_g00 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD field_m43 TYPE integer REQUIRED no
FIELD key_k89 TYPE string_email REQUIRED yes
FIELD attr_n55 TYPE string RE... | {"key_z71":"homozygous","attr_g00":"offline","field_m43":151,"key_k89":"ops@domain.org","attr_n55":"Santos"} | missing_brace | {
"type": "object",
"properties": {
"key_z71": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_g00": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"... | {"key_z71":"homozygous","attr_g00":"offline","field_m43":151,"key_k89":"ops@domain.org","attr_n55":"Santos" | Missing closing brace | {"key_z71":"homozygous","attr_g00":"offline","field_m43":151,"key_k89":"ops@domain.org","attr_n55":"Santos"} |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string_email REQUIRED yes
FIELD city TYPE string REQUIRED no
FIELD index.size TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD index.torque_output TYPE string REQUIRED no
FIELD index.url TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"tr... | {"trace_id":"user@example.com","index":{"size":"hemizygous","torque_output":"foo","url":626}} | markdown_fences | {
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"format": "email"
},
"city": {
"type": "string"
},
"index": {
"type": "object",
"properties": {
"size": {
"type": "string",
"enum": [
"homozygous",
... | ```json
{"trace_id":"user@example.com","index":{"size":"hemizygous","torque_output":"foo","url":626}}
``` | Output contains markdown code fences | {"trace_id":"user@example.com","index":{"size":"hemizygous","torque_output":"foo","url":626}} |
TASK repair_structured_output
SPEC
FIELD attr_x81 TYPE string REQUIRED no
FIELD param_m62 TYPE boolean REQUIRED no
FIELD field_c05.prop_l17 TYPE number REQUIRED yes
FIELD field_c05.key_a59 TYPE boolean REQUIRED yes
FIELD field_c05.attr_q31 TYPE string REQUIRED yes
FIELD val_t72 TYPE null REQUIRED no
FIELD prop_p77 TYP... | {"attr_x81":"2024-01-15","field_c05":{"prop_l17":601.34,"key_a59":false,"attr_q31":"MV-Evergreen-01"},"prop_p77":283.88,"field_c46":{"field_r97":{"val_t87":180,"field_f52":529.04,"dim_c16":[292.21,682.82,531.49,388.03]},"field_f59":594,"attr_c84":null,"attr_l94":9.19,"val_g67":false,"field_w29":"Hapag-Lloyd-Express","a... | wrong_type | {
"type": "object",
"properties": {
"attr_x81": {
"type": "string"
},
"param_m62": {
"type": "boolean"
},
"field_c05": {
"type": "object",
"properties": {
"prop_l17": {
"type": "number"
},
"key_a59": {
"type": "boolean"
... | {"attr_x81": "2024-01-15", "field_c05": {"prop_l17": 601.34, "key_a59": false, "attr_q31": "MV-Evergreen-01"}, "prop_p77": "\"283.88\"", "field_c46": {"field_r97": {"val_t87": 180, "field_f52": 529.04, "dim_c16": [292.21, 682.82, 531.49, 388.03]}, "field_f59": 594, "attr_c84": null, "attr_l94": 9.19, "val_g67": false, ... | Field 'prop_p77' must be number, got string | {"attr_x81":"2024-01-15","field_c05":{"prop_l17":601.34,"key_a59":false,"attr_q31":"MV-Evergreen-01"},"prop_p77":283.88,"field_c46":{"field_r97":{"val_t87":180,"field_f52":529.04,"dim_c16":[292.21,682.82,531.49,388.03]},"field_f59":594,"attr_c84":null,"attr_l94":9.19,"val_g67":false,"field_w29":"Hapag-Lloyd-Express","a... |
TASK repair_structured_output
SPEC
FIELD email TYPE boolean REQUIRED yes
FIELD verified TYPE string REQUIRED no
FIELD turbidity TYPE string_date-time REQUIRED yes
FIELD address[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"email":false,"turbidity":"2021-02-20T09:44:00Z","address":[false,]} | {"email":false,"turbidity":"2021-02-20T09:44:00Z","address":[false]} | trailing_comma | {
"type": "object",
"properties": {
"email": {
"type": "boolean"
},
"verified": {
"type": "string"
},
"turbidity": {
"type": "string",
"format": "date-time"
},
"address": {
"type": "array",
"items": {
"type": "boolean"
}
}
},
"req... | {"email":false,"turbidity":"2021-02-20T09:44:00Z","address":[false,]} | Unexpected trailing comma | {"email":false,"turbidity":"2021-02-20T09:44:00Z","address":[false]} |
TASK repair_structured_output
SPEC
FIELD field_k59 TYPE string REQUIRED yes
FIELD attr_y02 TYPE boolean REQUIRED yes
FIELD attr_y59.prop_c45.param_c03 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD attr_y59.prop_c45.prop_d41 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD attr_y59.prop_c45.key_n7... | {"field_k59":"completed","attr_y02":false,"attr_y59":{"prop_c45":{"param_c03":"mode_a","prop_d41":"mode_b","key_n74":"small","val_e27":"cancelled","prop_f35":true,"val_h69":true},"key_d89":null,"param_b03":"2023-12-25"},"attr_g30":"John","dim_p57":197.54} | null_required | {
"type": "object",
"properties": {
"field_k59": {
"type": "string"
},
"attr_y02": {
"type": "boolean"
},
"attr_y59": {
"type": "object",
"properties": {
"prop_c45": {
"type": "object",
"properties": {
"param_c03": {
"... | {"field_k59": null, "attr_y02": false, "attr_y59": {"prop_c45": {"param_c03": "mode_a", "prop_d41": "mode_b", "key_n74": "small", "val_e27": "cancelled", "prop_f35": true, "val_h69": true}, "key_d89": null, "param_b03": "2023-12-25"}, "attr_g30": "John", "dim_p57": 197.54} | Required field 'field_k59' is null | {"field_k59":"completed","attr_y02":false,"attr_y59":{"prop_c45":{"param_c03":"mode_a","prop_d41":"mode_b","key_n74":"small","val_e27":"cancelled","prop_f35":true,"val_h69":true},"key_d89":null,"param_b03":"2023-12-25"},"attr_g30":"John","dim_p57":197.54} |
TASK repair_structured_output
SPEC
FIELD barcode TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD paragraph TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD updated_at TYPE string_email REQUIRED no
FIELD brake_pressure TYPE string REQUIRED no
FIELD port_code TYPE string VALU... | {"barcode":"high","paragraph":"maintenance","brake_pressure":"quux","port_code":"underway","thumbnail":260.77} | tool_call_text_mix | {
"type": "object",
"properties": {
"barcode": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"paragraph": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenanc... | I need to look up the information first.
<tool_call name="update_record">
{"barcode":"high","paragraph":"maintenance","brake_pressure":"quux","port_code":"underway","thumbnail":260.77}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"barcode":"high","paragraph":"maintenance","brake_pressure":"quux","port_code":"underway","thumbnail":260.77} |
TASK repair_structured_output
SPEC
FIELD param_o37 TYPE string REQUIRED no
FIELD val_h23 TYPE string REQUIRED no
FIELD param_h80.dim_r45 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD param_h80.val_e90 TYPE string_date-time REQUIRED yes
FIELD param_h80.attr_k49.attr_g60 TYPE string VALUES mo... | {"param_h80":{"dim_r45":"cat_c","val_e90":"2025-07-08T22:57:00Z","attr_k49":{"val_y37":"option_c"},"attr_v93":"Luis","field_j60":{"dim_s30":"qux","prop_x27":"2023-07-22T10:43:00Z","val_g93":true}}} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_o37": {
"type": "string"
},
"val_h23": {
"type": "string"
},
"param_h80": {
"type": "object",
"properties": {
"dim_r45": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Processing the request now.
<tool_call name="fetch_lab_result">
{"param_h80":{"dim_r45":"cat_c","val_e90":"2025-07-08T22:57:00Z","attr_k49":{"val_y37":"option_c"},"attr_v93":"Luis","field_j60":{"dim_s30":"qux","prop_x27":"2023-07-22T10:43:00Z","val_g93":true}}}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"param_h80":{"dim_r45":"cat_c","val_e90":"2025-07-08T22:57:00Z","attr_k49":{"val_y37":"option_c"},"attr_v93":"Luis","field_j60":{"dim_s30":"qux","prop_x27":"2023-07-22T10:43:00Z","val_g93":true}}} |
TASK repair_structured_output
SPEC
FIELD prop_j52 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD col_w09 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_z93 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_u33 TYPE boolean REQUIRED no
FIELD val_f60 TYPE boo... | {"prop_j52":"reliable","col_w09":"heterozygous","val_u33":true,"prop_c91":"xl","param_d06":"open","val_u09":null} | missing_required | {
"type": "object",
"properties": {
"prop_j52": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"col_w09": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"... | {"col_w09": "heterozygous", "val_u33": true, "prop_c91": "xl", "param_d06": "open", "val_u09": null} | Required field 'prop_j52' is missing | {"prop_j52":"reliable","col_w09":"heterozygous","val_u33":true,"prop_c91":"xl","param_d06":"open","val_u09":null} |
TASK repair_structured_output
SPEC
FIELD dim_p04 TYPE number REQUIRED yes
FIELD val_t70 TYPE string_uri REQUIRED yes
FIELD key_x50 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
Tool: assign_berth
Params: {"dim_p04": 126.27, "key_x50": "ops@example.com", "val_t70_new": "https://data.io/v1"} | {"dim_p04":126.27,"val_t70":"https://data.io/v1","key_x50":"ops@example.com"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_p04": {
"type": "number"
},
"val_t70": {
"type": "string",
"format": "uri"
},
"key_x50": {
"type": "string",
"format": "email"
}
},
"required": [
"val_t70",
"dim_p04",
"key_x50"
]
} | Tool: assign_berth
Params: {"dim_p04": 126.27, "key_x50": "ops@example.com", "val_t70_new": "https://data.io/v1"} | Agent used wrong parameter name 'val_t70_new' instead of 'val_t70' | {"dim_p04":126.27,"val_t70":"https://data.io/v1","key_x50":"ops@example.com"} |
TASK repair_structured_output
SPEC
FIELD col_d06.col_v55 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD col_d06.val_e18 TYPE number REQUIRED yes
FIELD col_d06.col_y56 TYPE string REQUIRED yes
FIELD col_d06.dim_i80 TYPE string REQUIRED yes
FIELD col_d06.field_f91 TYPE string VALUES admin|editor|... | {"col_d06":{"col_v55":"underway","val_e18":793.67,"col_y56":"example","dim_i80":"pending","field_f91":"viewer"},"attr_o50":"admin@example.com"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_d06": {
"type": "object",
"properties": {
"col_v55": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"val_e18": {
"t... | Processing the request now.
<tool_call name="delete_item">
{"col_d06":{"col_v55":"underway","val_e18":793.67,"col_y56":"example","dim_i80":"pending","field_f91":"viewer"},"attr_o50":"admin@example.com"}
</tool_call. | Agent response mixes reasoning text with tool call | {"col_d06":{"col_v55":"underway","val_e18":793.67,"col_y56":"example","dim_i80":"pending","field_f91":"viewer"},"attr_o50":"admin@example.com"} |
TASK repair_structured_output
SPEC
FIELD val_c61 TYPE boolean REQUIRED no
FIELD dim_f30 TYPE string_date-time REQUIRED no
FIELD field_c93 TYPE string_uri REQUIRED yes
FIELD param_c77 TYPE string REQUIRED yes
FIELD dim_g33.param_d70 TYPE integer REQUIRED yes
FIELD dim_g33.val_l39.prop_t46 TYPE string REQUIRED yes
FIELD... | {"val_c61":true,"dim_f30":"2024-06-05T08:42:00Z","field_c93":"https://example.org/v1","param_c77":"https://example.com","dim_g33":{"param_d70":268,"val_l39":{"prop_t46":"PASS","field_c26":true,"key_i17":"underway","key_p57":"viewer","val_u82":"reliable"},"col_j92":false,"attr_g40":"draft","dim_o20":956,"field_j03":"con... | agent_chain | {
"type": "object",
"properties": {
"val_c61": {
"type": "boolean"
},
"dim_f30": {
"type": "string",
"format": "date-time"
},
"field_c93": {
"type": "string",
"format": "uri"
},
"param_c77": {
"type": "string"
},
"dim_g33": {
"type": "obj... | I need to look up the information first.
Action: read_sensor_array
Result: {"val_c61": true, "dim_f30": "2024-06-05T08:42:00Z", "param_c77": "https://example.com", "dim_g33": {"param_d70": 268, "val_l39": {"prop_t46": "PASS", "field_c26": true, "key_i17": "underway", "key_p57": "viewer", "val_u82": "reliable"}, "col_j9... | Agent multi-step chain with truncated tool output | {"val_c61":true,"dim_f30":"2024-06-05T08:42:00Z","field_c93":"https://example.org/v1","param_c77":"https://example.com","dim_g33":{"param_d70":268,"val_l39":{"prop_t46":"PASS","field_c26":true,"key_i17":"underway","key_p57":"viewer","val_u82":"reliable"},"col_j92":false,"attr_g40":"draft","dim_o20":956,"field_j03":"con... |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string_date-time REQUIRED yes
FIELD index.annotation TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD index.end_date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD index.state TYPE integer REQUIRED no
FIELD index.wavel... | {"quantity":"2026-12-13T16:36:00Z","index":{"annotation":"large","end_date":"rejected","state":879,"wavelength":"EUR","throttle_pos":"admin@domain.org"},"medication":"resolved","nickname":"large"} | single_quotes | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"format": "date-time"
},
"index": {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"small",
"medium",
"large",
... | {'quantity':'2026-12-13T16:36:00Z','index':{'annotation':'large','end_date':'rejected','state':879,'wavelength':'EUR','throttle_pos':'admin@domain.org'},'medication':'resolved','nickname':'large'} | Expecting property name enclosed in double quotes | {"quantity":"2026-12-13T16:36:00Z","index":{"annotation":"large","end_date":"rejected","state":879,"wavelength":"EUR","throttle_pos":"admin@domain.org"},"medication":"resolved","nickname":"large"} |
TASK repair_structured_output
SPEC
FIELD tags TYPE string REQUIRED yes
FIELD message TYPE string REQUIRED yes
FIELD patient_id[] TYPE integer REQUIRED no
FIELD enabled[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Pipeline result:
{"tags":"pending","message":"Oliveira","enabled":["2023-12-25","PASS","hello"]} | {"tags":"pending","message":"Oliveira","enabled":["2023-12-25","PASS","hello"]} | extra_text_before | {
"type": "object",
"properties": {
"tags": {
"type": "string"
},
"message": {
"type": "string"
},
"patient_id": {
"type": "array",
"items": {
"type": "integer"
}
},
"enabled": {
"type": "array",
"items": {
"type": "string"
... | Pipeline result:
{"tags":"pending","message":"Oliveira","enabled":["2023-12-25","PASS","hello"]} | Output contains non-JSON text before the object | {"tags":"pending","message":"Oliveira","enabled":["2023-12-25","PASS","hello"]} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE integer REQUIRED yes
FIELD width TYPE number REQUIRED no
FIELD terminal_id[].format TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD terminal_id[].age TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD terminal_id[].created_at T... | {"item_id":980,"terminal_id":[{"format":"success","age":"hemizygous","created_at":"Hapag-Lloyd-Express","type":"high"},{"format":"success","age":"homozygous","created_at":"foo","strand":"published"},{"format":"warning","age":"heterozygous","created_at":"Santos","compound":"BRL","strand":"archived","deploy_target":501,"... | unquoted_keys | {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"width": {
"type": "number"
},
"terminal_id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
... | {item_id:980,terminal_id:[{format:"success",age:"hemizygous",created_at:"Hapag-Lloyd-Express",type:"high"},{format:"success",age:"homozygous",created_at:"foo",strand:"published"},{format:"warning",age:"heterozygous",created_at:"Santos",compound:"BRL",strand:"archived",deploy_target:501,type:"medium"},{format:"warning",... | Expecting property name enclosed in double quotes | {"item_id":980,"terminal_id":[{"format":"success","age":"hemizygous","created_at":"Hapag-Lloyd-Express","type":"high"},{"format":"success","age":"homozygous","created_at":"foo","strand":"published"},{"format":"warning","age":"heterozygous","created_at":"Santos","compound":"BRL","strand":"archived","deploy_target":501,"... |
TASK repair_structured_output
SPEC
FIELD attr_g52 TYPE number REQUIRED yes
FIELD field_o59 TYPE string REQUIRED no
FIELD dim_q26 TYPE string REQUIRED yes
FIELD key_c88 TYPE integer REQUIRED no
FIELD key_q00[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"attr_g52": 420.78, "field_o59": "Silva", "dim_q26": "https://api.exa... | {"attr_g52":420.78,"field_o59":"Silva","dim_q26":"https://api.example.com/v1","key_c88":154,"key_q00":[568.72,664.37]} | number_with_unit | {
"type": "object",
"properties": {
"attr_g52": {
"type": "number"
},
"field_o59": {
"type": "string"
},
"dim_q26": {
"type": "string"
},
"key_c88": {
"type": "integer"
},
"key_q00": {
"type": "array",
"items": {
"type": "number"
... | {"attr_g52": 420.78, "field_o59": "Silva", "dim_q26": "https://api.example.com/v1", "key_c88": "154MB", "key_q00": [568.72, 664.37]} | Field 'key_c88' must be number, got string with unit | {"attr_g52":420.78,"field_o59":"Silva","dim_q26":"https://api.example.com/v1","key_c88":154,"key_q00":[568.72,664.37]} |
TASK repair_structured_output
SPEC
FIELD amplitude TYPE string REQUIRED yes
FIELD quantity TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD span_id TYPE string REQUIRED no
FIELD filter_flag TYPE string REQUIRED yes
FIELD consignee TYPE number REQUIRED no
FIELD subtotal.width TYPE string REQUIRED yes
FIELD subtotal.ful... | {"amplitude":"Charlie","quantity":"cat_b","filter_flag":"qux","consignee":506.68} | wrong_type | {
"type": "object",
"properties": {
"amplitude": {
"type": "string"
},
"quantity": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"span_id": {
"type": "string"
},
"filter_flag": {
"type": "string"
},
"consignee": {
"t... | {"amplitude": "Charlie", "quantity": "cat_b", "filter_flag": "qux", "consignee": "\"506.68\""} | Field 'consignee' must be number, got string | {"amplitude":"Charlie","quantity":"cat_b","filter_flag":"qux","consignee":506.68} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE number REQUIRED no
FIELD current_draw TYPE string_email REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD subtotal TYPE integer REQUIRED yes
FIELD interest_rate.fleet_number TYPE null REQUIRED no
FIELD interest_rate.value... | {"shipping":415.44,"dissolved_oxygen":"mode_b","subtotal":178,"interest_rate":{"fleet_number":null,"values":{"interest_rate":null,"throttle_pos":"mode_f","invoice_id":[false,false,true]},"isotope":{"deploy_target":[96,959,232,398]}},"branch":false,"crew_id":"2024-06-30"} | tool_call_bad_format | {
"type": "object",
"properties": {
"shipping": {
"type": "number"
},
"current_draw": {
"type": "string",
"format": "email"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"subtotal": {
... | <functioncall> apply_discount
{shipping: 415.44, dissolved_oxygen: "mode_b", subtotal: 178, interest_rate: {fleet_number: null, values: {interest_rate: null, throttle_pos: "mode_f", invoice_id: [false, false, true]}, isotope: {deploy_target: [96, 959, 232, 398]}}, branch: false, crew_id: "2024-06-30"} | Tool call has malformed arguments — unquoted keys in function parameters | {"shipping":415.44,"dissolved_oxygen":"mode_b","subtotal":178,"interest_rate":{"fleet_number":null,"values":{"interest_rate":null,"throttle_pos":"mode_f","invoice_id":[false,false,true]},"isotope":{"deploy_target":[96,959,232,398]}},"branch":false,"crew_id":"2024-06-30"} |
TASK repair_structured_output
SPEC
FIELD val_b96 TYPE number REQUIRED yes
FIELD val_z06 TYPE integer REQUIRED yes
FIELD field_x77 TYPE number REQUIRED yes
FIELD col_k02 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"val_b96": "\"679.03\"", "val_z06": 882, "field_x77": 733.01, "col_k02": "https://example.com"} | {"val_b96":679.03,"val_z06":882,"field_x77":733.01,"col_k02":"https://example.com"} | wrong_type | {
"type": "object",
"properties": {
"val_b96": {
"type": "number"
},
"val_z06": {
"type": "integer"
},
"field_x77": {
"type": "number"
},
"col_k02": {
"type": "string"
}
},
"required": [
"col_k02",
"field_x77",
"val_b96",
"val_z06"
]
} | {"val_b96": "\"679.03\"", "val_z06": 882, "field_x77": 733.01, "col_k02": "https://example.com"} | Field 'val_b96' must be number, got string | {"val_b96":679.03,"val_z06":882,"field_x77":733.01,"col_k02":"https://example.com"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD strand TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD position TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD subtotal TYPE string VALUES level_1|level_2|level_3|level_4|l... | {"user_id":"medium","strand":"returned","position":"medium","subtotal":"level_2","height":"2020-01-21T02:12:00Z"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"strand": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]... | Tool: get_account
Params: {"user_id": "medium", "strand": "returned", "position": "medium", "subtotal": "level_2", "height": "2020-01-21T02:12:00Z"} | Agent used wrong parameter name 'updated_at_name' instead of 'updated_at' | {"user_id":"medium","strand":"returned","position":"medium","subtotal":"level_2","height":"2020-01-21T02:12:00Z"} |
TASK repair_structured_output
SPEC
FIELD field_k81 TYPE boolean REQUIRED yes
FIELD dim_t79 TYPE number REQUIRED no
FIELD field_p71 TYPE number REQUIRED no
FIELD prop_l08 TYPE string_date-time REQUIRED yes
FIELD key_s62 TYPE string REQUIRED no
FIELD prop_z86 TYPE number REQUIRED no
FIELD param_u29 TYPE string REQUIRED ... | {"field_k81":true,"dim_t79":933.5,"field_p71":204.34,"prop_l08":"2026-11-28T14:45:00Z","key_s62":"Hapag-Lloyd-Express","param_u29":"quux","attr_f06":666.25} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_k81": {
"type": "boolean"
},
"dim_t79": {
"type": "number"
},
"field_p71": {
"type": "number"
},
"prop_l08": {
"type": "string",
"format": "date-time"
},
"key_s62": {
"type": "string"
},
"prop_... | Let me check the system.
Action: check_availability
Arguments: {"field_k81": true, "dim_t79": 933.5, "field_p71": 204.34, "key_s62": "Hapag-Lloyd-Express", "param_u29": "quux", "attr_f06": 666.25} | Agent tool call missing required parameter 'prop_l08' | {"field_k81":true,"dim_t79":933.5,"field_p71":204.34,"prop_l08":"2026-11-28T14:45:00Z","key_s62":"Hapag-Lloyd-Express","param_u29":"quux","attr_f06":666.25} |
TASK repair_structured_output
SPEC
FIELD prop_s22.key_f30 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD prop_s22.attr_q61 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD prop_s22.attr_i88 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD prop_s22.field_b77 TYPE stri... | {"prop_s22":{"key_f30":"mode_b","attr_q61":"pending","attr_i88":"synonymous","key_m82":null},"attr_o61":"Bob","param_j96":"RTG-04","param_c28":null} | extra_text_before | {
"type": "object",
"properties": {
"prop_s22": {
"type": "object",
"properties": {
"key_f30": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"attr_q61": {
"type": "string",
... | The instrument reported:
{"prop_s22":{"key_f30":"mode_b","attr_q61":"pending","attr_i88":"synonymous","key_m82":null},"attr_o61":"Bob","param_j96":"RTG-04","param_c28":null} | Output contains non-JSON text before the object | {"prop_s22":{"key_f30":"mode_b","attr_q61":"pending","attr_i88":"synonymous","key_m82":null},"attr_o61":"Bob","param_j96":"RTG-04","param_c28":null} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD length TYPE boolean REQUIRED no
FIELD language TYPE string REQUIRED no
FIELD consignee TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD branch TYPE integer REQUIRED no
FIE... | {"throttle_pos":"offline","consignee":"blue","title":"2022-01-04T14:28:00Z","category":"Hapag-Lloyd-Express"} | missing_required | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"length": {
"type": "boolean"
},
"language": {
"type": "string"
},
"consignee": {
... | {"consignee": "blue", "title": "2022-01-04T14:28:00Z", "category": "Hapag-Lloyd-Express"} | Required field 'throttle_pos' is missing | {"throttle_pos":"offline","consignee":"blue","title":"2022-01-04T14:28:00Z","category":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD terminal_id TYPE string_email REQUIRED yes
FIELD batch_code TYPE number REQUIRED yes
FIELD status_code.website TYPE number REQUIRED yes
FIELD status_code.username.options TYPE boolean REQUIRED no
FIELD status_code.username.role TYPE boolean REQUIRED yes
FIELD status_code.userna... | {"terminal_id":"ops@domain.org","batch_code":669.4,"status_code":{"website":632.19,"username":{"role":false,"salinity":"user@domain.org","thumbnail":[65.88,652.12]},"consignee":376,"subtotal":"sms"}} | number_with_unit | {
"type": "object",
"properties": {
"terminal_id": {
"type": "string",
"format": "email"
},
"batch_code": {
"type": "number"
},
"status_code": {
"type": "object",
"properties": {
"website": {
"type": "number"
},
"username": {
... | {"terminal_id": "ops@domain.org", "batch_code": "669.4kg", "status_code": {"website": 632.19, "username": {"role": false, "salinity": "user@domain.org", "thumbnail": [65.88, 652.12]}, "consignee": 376, "subtotal": "sms"}} | Field 'batch_code' must be number, got string with unit | {"terminal_id":"ops@domain.org","batch_code":669.4,"status_code":{"website":632.19,"username":{"role":false,"salinity":"user@domain.org","thumbnail":[65.88,652.12]},"consignee":376,"subtotal":"sms"}} |
TASK repair_structured_output
SPEC
FIELD ward TYPE integer REQUIRED no
FIELD vessel_name TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD compound TYPE string_date-time REQUIRED no
FIELD price TYPE string VALUES single|married|divorced REQUIRED no
BROKEN_OUTPUT
{"ward": "817cm", "vessel... | {"ward":817,"vessel_name":"type_f"} | number_with_unit | {
"type": "object",
"properties": {
"ward": {
"type": "integer"
},
"vessel_name": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"compound": {
"type": "string",
"for... | {"ward": "817cm", "vessel_name": "type_f"} | Field 'ward' must be number, got string with unit | {"ward":817,"vessel_name":"type_f"} |
TASK repair_structured_output
SPEC
FIELD attr_g53.col_r70 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD attr_g53.col_k12 TYPE string REQUIRED yes
FIELD attr_g53.val_k43 TYPE string REQUIRED yes
FIELD attr_g53.field_r48 TYPE string_email REQUIRED no
FIELD attr_g53.field_y37.attr_d26 TYPE integer REQUIR... | {"attr_g53":{"col_r70":"low","col_k12":"sample","val_k43":"Berlin","field_y37":{"attr_d26":698,"param_w76":"2025-01-25T16:28:00Z","field_i98":"level_1"},"param_h86":{"val_r18":"returned","prop_l55":607.87,"col_v55":"cat_b","key_h23":null}},"col_g79":208,"field_s61":{"attr_c90":"level_1","col_s74":"Santos","attr_m05":"D... | trailing_comma | {
"type": "object",
"properties": {
"attr_g53": {
"type": "object",
"properties": {
"col_r70": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"col_k12": {
"type": "... | {"attr_g53":{"col_r70":"low","col_k12":"sample","val_k43":"Berlin","field_y37":{"attr_d26":698,"param_w76":"2025-01-25T16:28:00Z","field_i98":"level_1",},"param_h86":{"val_r18":"returned","prop_l55":607.87,"col_v55":"cat_b","key_h23":null}},"col_g79":208,"field_s61":{"attr_c90":"level_1","col_s74":"Santos","attr_m05":"... | Unexpected trailing comma | {"attr_g53":{"col_r70":"low","col_k12":"sample","val_k43":"Berlin","field_y37":{"attr_d26":698,"param_w76":"2025-01-25T16:28:00Z","field_i98":"level_1"},"param_h86":{"val_r18":"returned","prop_l55":607.87,"col_v55":"cat_b","key_h23":null}},"col_g79":208,"field_s61":{"attr_c90":"level_1","col_s74":"Santos","attr_m05":"D... |
TASK repair_structured_output
SPEC
FIELD col_a20 TYPE null REQUIRED yes
FIELD prop_r81 TYPE boolean REQUIRED yes
FIELD col_w49 TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: annotate_mutation
Arguments: {"prop_r81": false, "col_w49": "MV-Evergreen-01"} | {"col_a20":null,"prop_r81":false,"col_w49":"MV-Evergreen-01"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_a20": {
"type": "null"
},
"prop_r81": {
"type": "boolean"
},
"col_w49": {
"type": "string"
}
},
"required": [
"prop_r81",
"col_a20",
"col_w49"
]
} | Let me check the system.
Action: annotate_mutation
Arguments: {"prop_r81": false, "col_w49": "MV-Evergreen-01"} | Agent tool call missing required parameter 'col_a20' | {"col_a20":null,"prop_r81":false,"col_w49":"MV-Evergreen-01"} |
TASK repair_structured_output
SPEC
FIELD attr_q64 TYPE boolean REQUIRED no
FIELD val_a85 TYPE number REQUIRED no
FIELD field_k49 TYPE boolean REQUIRED yes
FIELD val_e28 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_f68 TYPE string REQUIRED no
FIELD val_y89 TYPE string VALUES operational|degrade... | {"val_a85":796.34,"field_k49":true,"val_e28":"green","field_f68":"New York","val_y89":"operational","col_c65":"red","attr_l92":{"key_z93":616.08,"val_t17":771.15,"param_t40":195.23,"val_w73":"Alice","prop_u73":null,"prop_y40":"closed"}} | missing_bracket | {
"type": "object",
"properties": {
"attr_q64": {
"type": "boolean"
},
"val_a85": {
"type": "number"
},
"field_k49": {
"type": "boolean"
},
"val_e28": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"whi... | {"val_a85":796.34,"field_k49":true,"val_e28":"green","field_f68":"New York","val_y89":"operational","col_c65":"red","attr_l92":{"key_z93":616.08,"val_t17":771.15,"param_t40":195.23,"val_w73":"Alice","prop_u73":null,"prop_y40":"closed"}} | Missing closing bracket | {"val_a85":796.34,"field_k49":true,"val_e28":"green","field_f68":"New York","val_y89":"operational","col_c65":"red","attr_l92":{"key_z93":616.08,"val_t17":771.15,"param_t40":195.23,"val_w73":"Alice","prop_u73":null,"prop_y40":"closed"}} |
TASK repair_structured_output
SPEC
FIELD options TYPE number REQUIRED yes
FIELD subject TYPE string_date-time REQUIRED yes
FIELD payment_status.item_id TYPE integer REQUIRED no
FIELD payment_status.full_name TYPE string REQUIRED yes
FIELD payment_status.status_code TYPE string REQUIRED yes
BROKEN_OUTPUT
{"options":27... | {"options":273.09,"subject":"2020-05-03T02:54:00Z","payment_status":{"item_id":162,"full_name":"test@example.com","status_code":"GRCh38"}} | extra_text_after | {
"type": "object",
"properties": {
"options": {
"type": "number"
},
"subject": {
"type": "string",
"format": "date-time"
},
"payment_status": {
"type": "object",
"properties": {
"item_id": {
"type": "integer"
},
"full_name": {
... | {"options":273.09,"subject":"2020-05-03T02:54:00Z","payment_status":{"item_id":162,"full_name":"test@example.com","status_code":"GRCh38"}}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"options":273.09,"subject":"2020-05-03T02:54:00Z","payment_status":{"item_id":162,"full_name":"test@example.com","status_code":"GRCh38"}} |
TASK repair_structured_output
SPEC
FIELD key_b24 TYPE string REQUIRED no
FIELD key_u31 TYPE string REQUIRED yes
FIELD key_n78 TYPE number REQUIRED no
FIELD dim_n49 TYPE string_uri REQUIRED no
FIELD key_h13.val_y95 TYPE string_uri REQUIRED no
FIELD key_h13.param_b19 TYPE number REQUIRED no
FIELD key_h13.val_m75 TYPE bo... | {"key_u31":"Santos","key_n78":22.2,"dim_n49":"https://data.com/data"} | single_quotes | {
"type": "object",
"properties": {
"key_b24": {
"type": "string"
},
"key_u31": {
"type": "string"
},
"key_n78": {
"type": "number"
},
"dim_n49": {
"type": "string",
"format": "uri"
},
"key_h13": {
"type": "object",
"properties": {
... | {'key_u31':'Santos','key_n78':22.2,'dim_n49':'https://data.com/data'} | Expecting property name enclosed in double quotes | {"key_u31":"Santos","key_n78":22.2,"dim_n49":"https://data.com/data"} |
TASK repair_structured_output
SPEC
FIELD dim_h24 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD col_h70 TYPE string VALUES type_a|type_b REQUIRED no
FIELD col_f44 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD prop_a26 TYPE string REQUIRED no
FIELD col_n23 TYPE i... | {"col_h70":"type_b","prop_a26":"test","col_n23":142,"field_v11":"example","param_p41":"GRCh38","field_d38":710.28} | markdown_explanation | {
"type": "object",
"properties": {
"dim_h24": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5"
]
},
"col_h70": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"co... | The instrument reported:
```json
{"col_h70":"type_b","prop_a26":"test","col_n23":142,"field_v11":"example","param_p41":"GRCh38","field_d38":710.28}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"col_h70":"type_b","prop_a26":"test","col_n23":142,"field_v11":"example","param_p41":"GRCh38","field_d38":710.28} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE boolean REQUIRED yes
FIELD bill_of_lading TYPE boolean REQUIRED yes
FIELD fleet_number TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"timezone": false, "bill_of_lading": false, "fleet_number": 851, "extra_value_3661": 42} | {"timezone":false,"bill_of_lading":false,"fleet_number":851} | extra_field | {
"type": "object",
"properties": {
"timezone": {
"type": "boolean"
},
"bill_of_lading": {
"type": "boolean"
},
"fleet_number": {
"type": "integer"
}
},
"required": [
"timezone",
"fleet_number",
"bill_of_lading"
]
} | {"timezone": false, "bill_of_lading": false, "fleet_number": 851, "extra_value_3661": 42} | Unknown field 'extra_value_3661' not defined in schema | {"timezone":false,"bill_of_lading":false,"fleet_number":851} |
TASK repair_structured_output
SPEC
FIELD velocity.position TYPE string REQUIRED no
FIELD velocity.paragraph TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD velocity.country TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD velocity.rating TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FI... | {"velocity":{"paragraph":"admin","rating":"cat_a"},"build_status":380.57,"features":350.47,"fleet_number":"Paris"} | missing_bracket | {
"type": "object",
"properties": {
"velocity": {
"type": "object",
"properties": {
"position": {
"type": "string"
},
"paragraph": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}... | {"velocity":{"paragraph":"admin","rating":"cat_a"},"build_status":380.57,"features":350.47,"fleet_number":"Paris"} | Missing closing bracket | {"velocity":{"paragraph":"admin","rating":"cat_a"},"build_status":380.57,"features":350.47,"fleet_number":"Paris"} |
TASK repair_structured_output
SPEC
FIELD val_q55 TYPE integer REQUIRED yes
FIELD col_v66 TYPE boolean REQUIRED no
FIELD attr_f09 TYPE string_date-time REQUIRED yes
FIELD prop_l54.param_u02 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_l54.field_t89 TYPE integer REQUIRED no
FIELD prop_l54.field_r02 TYPE... | {"val_q55":272,"col_v66":false,"attr_f09":"2020-01-11T15:51:00Z","prop_l54":{"param_u02":"admin","field_r02":"xl","key_l45":false,"dim_n61":{"attr_c82":"https://api.io/data","attr_z46":528.71,"key_t78":["warning"],"col_i37":["reliable","intermittent","reliable","unstable"]},"dim_v49":"large","param_q40":841}} | tool_call_partial_args | {
"type": "object",
"properties": {
"val_q55": {
"type": "integer"
},
"col_v66": {
"type": "boolean"
},
"attr_f09": {
"type": "string",
"format": "date-time"
},
"prop_l54": {
"type": "object",
"properties": {
"param_u02": {
"type": "s... | Let me check the system.
Action: calibrate_instrument
Arguments: {"col_v66": false, "attr_f09": "2020-01-11T15:51:00Z", "prop_l54": {"param_u02": "admin", "field_r02": "xl", "key_l45": false, "dim_n61": {"attr_c82": "https://api.io/data", "attr_z46": 528.71, "key_t78": ["warning"], "col_i37": ["reliable", "intermittent... | Agent tool call missing required parameter 'val_q55' | {"val_q55":272,"col_v66":false,"attr_f09":"2020-01-11T15:51:00Z","prop_l54":{"param_u02":"admin","field_r02":"xl","key_l45":false,"dim_n61":{"attr_c82":"https://api.io/data","attr_z46":528.71,"key_t78":["warning"],"col_i37":["reliable","intermittent","reliable","unstable"]},"dim_v49":"large","param_q40":841}} |
TASK repair_structured_output
SPEC
FIELD key_e92 TYPE string_email REQUIRED no
FIELD col_d23 TYPE string REQUIRED yes
FIELD val_j11 TYPE number REQUIRED no
FIELD attr_a32 TYPE string REQUIRED no
FIELD col_r93.attr_n57.attr_i73 TYPE boolean REQUIRED yes
FIELD col_r93.attr_n57.key_x12 TYPE null REQUIRED no
FIELD col_r93... | {"col_d23":"Charlie","col_r93":{"attr_n57":{"attr_i73":false,"key_x12":null,"col_m78":"xl","field_e56":"https://www.io/v1","prop_p75":824,"col_y95":"critical","val_w82":611.13},"param_j68":"confirmed","attr_a20":980.43,"col_c23":"test@test.io","field_f07":39.57,"val_m39":579,"prop_l12":"option_d"}} | truncated_object | {
"type": "object",
"properties": {
"key_e92": {
"type": "string",
"format": "email"
},
"col_d23": {
"type": "string"
},
"val_j11": {
"type": "number"
},
"attr_a32": {
"type": "string"
},
"col_r93": {
"type": "object",
"properties": {
... | {"col_d23":"Charlie","col_r93":{"attr_n57":{"attr_i73":false,"key_x12":null,"col_m78":"xl","field_e56":"https://www.io/v1","prop_p75":824,"col_y95":"critical","val_w82":611.13},"param_j68":"confirmed","attr_a20":980.43,"col_c23":"test@test.io","field_f07":39.57,"val_m39":579,"prop_l12":"option_d"} | Unexpected end of JSON input — truncated object | {"col_d23":"Charlie","col_r93":{"attr_n57":{"attr_i73":false,"key_x12":null,"col_m78":"xl","field_e56":"https://www.io/v1","prop_p75":824,"col_y95":"critical","val_w82":611.13},"param_j68":"confirmed","attr_a20":980.43,"col_c23":"test@test.io","field_f07":39.57,"val_m39":579,"prop_l12":"option_d"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.