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 first_name TYPE string VALUES single|married|divorced REQUIRED yes
FIELD address TYPE string_uri REQUIRED yes
FIELD start_date TYPE boolean REQUIRED yes
BROKEN_OUTPUT
```json
{"first_name":"divorced","address":"https://data.org/api","start_date":true}
``` | {"first_name":"divorced","address":"https://data.org/api","start_date":true} | markdown_fences | {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"address": {
"type": "string",
"format": "uri"
},
"start_date": {
"type": "boolean"
}
},
"required": [
"add... | ```json
{"first_name":"divorced","address":"https://data.org/api","start_date":true}
``` | Output contains markdown code fences | {"first_name":"divorced","address":"https://data.org/api","start_date":true} |
TASK repair_structured_output
SPEC
FIELD attr_x48.prop_u32.prop_f89 TYPE boolean REQUIRED no
FIELD attr_x48.prop_u32.col_h78 TYPE boolean REQUIRED yes
FIELD attr_x48.prop_u32.prop_j10 TYPE boolean REQUIRED no
FIELD attr_x48.prop_u32.col_z29 TYPE boolean REQUIRED no
FIELD attr_x48.prop_u32.key_p14 TYPE number REQUIRED ... | {"attr_x48":{"prop_u32":{"prop_f89":false,"col_h78":true,"key_p14":837.94,"prop_s55":"2026-06-05T18:37:00Z"},"val_i77":false},"key_r44":694,"dim_u80":65.88,"field_t78":465,"key_o07":"active","prop_f08":983} | markdown_fences | {
"type": "object",
"properties": {
"attr_x48": {
"type": "object",
"properties": {
"prop_u32": {
"type": "object",
"properties": {
"prop_f89": {
"type": "boolean"
},
"col_h78": {
"type": "boolean"
... | ```json
{"attr_x48":{"prop_u32":{"prop_f89":false,"col_h78":true,"key_p14":837.94,"prop_s55":"2026-06-05T18:37:00Z"},"val_i77":false},"key_r44":694,"dim_u80":65.88,"field_t78":465,"key_o07":"active","prop_f08":983}
``` | Output contains markdown code fences | {"attr_x48":{"prop_u32":{"prop_f89":false,"col_h78":true,"key_p14":837.94,"prop_s55":"2026-06-05T18:37:00Z"},"val_i77":false},"key_r44":694,"dim_u80":65.88,"field_t78":465,"key_o07":"active","prop_f08":983} |
TASK repair_structured_output
SPEC
FIELD param_u13 TYPE string REQUIRED no
FIELD param_h81 TYPE string REQUIRED yes
FIELD param_p82 TYPE integer REQUIRED no
FIELD param_d83 TYPE null REQUIRED no
FIELD field_p19 TYPE string REQUIRED no
FIELD param_m06 TYPE boolean REQUIRED no
FIELD field_d78 TYPE string REQUIRED no
BR... | {"param_h81":"chrX","param_p82":111,"param_d83":null,"param_m06":false,"field_d78":"example"} | agent_chain | {
"type": "object",
"properties": {
"param_u13": {
"type": "string"
},
"param_h81": {
"type": "string"
},
"param_p82": {
"type": "integer"
},
"param_d83": {
"type": "null"
},
"field_p19": {
"type": "string"
},
"param_m06": {
"type": "bo... | Let me check the system.
Action: check_availability
Result: {"param_h81": "chrX", "param_d83": null, "param_m06": false, "field_d78": "example"}
I'll query our database.
Action: read_sensor_array
Result: | Agent multi-step chain with truncated tool output | {"param_h81":"chrX","param_p82":111,"param_d83":null,"param_m06":false,"field_d78":"example"} |
TASK repair_structured_output
SPEC
FIELD val_u12.param_e36.field_w81 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD val_u12.param_e36.col_q13 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD val_u12.param_e36.attr_s09 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD val_u1... | {"attr_f01":157,"col_l86":730,"key_m87":"MV-Evergreen-01","prop_x35":"option_c"} | single_quotes | {
"type": "object",
"properties": {
"val_u12": {
"type": "object",
"properties": {
"param_e36": {
"type": "object",
"properties": {
"field_w81": {
"type": "string",
"enum": [
"admin",
"editor",
... | {'attr_f01':157,'col_l86':730,'key_m87':'MV-Evergreen-01','prop_x35':'option_c'} | Expecting property name enclosed in double quotes | {"attr_f01":157,"col_l86":730,"key_m87":"MV-Evergreen-01","prop_x35":"option_c"} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE integer REQUIRED no
FIELD balance TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD decay_rate TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD aligned_pct.subtotal TYPE string REQUIRED yes
FI... | {"catalyst":742,"balance":"option_c","decay_rate":"type_b","aligned_pct":{"subtotal":"2024-01-15","image_url":"Johnson","discount":[805,620,26,929]},"shift_code":147,"invoice_id":18,"maturity_date":"active"} | markdown_explanation | {
"type": "object",
"properties": {
"catalyst": {
"type": "integer"
},
"balance": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"decay_rate": {
"type": "strin... | The output is as follows:
```json
{"catalyst":742,"balance":"option_c","decay_rate":"type_b","aligned_pct":{"subtotal":"2024-01-15","image_url":"Johnson","discount":[805,620,26,929]},"shift_code":147,"invoice_id":18,"maturity_date":"active"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"catalyst":742,"balance":"option_c","decay_rate":"type_b","aligned_pct":{"subtotal":"2024-01-15","image_url":"Johnson","discount":[805,620,26,929]},"shift_code":147,"invoice_id":18,"maturity_date":"active"} |
TASK repair_structured_output
SPEC
FIELD val_m37 TYPE number REQUIRED yes
FIELD prop_n33 TYPE string REQUIRED no
FIELD dim_t69 TYPE boolean REQUIRED yes
FIELD param_r28[].prop_v67 TYPE string REQUIRED yes
FIELD param_r28[].prop_l26 TYPE string REQUIRED no
FIELD param_r28[].key_o30 TYPE string VALUES single|married|div... | {"val_m37":629.08,"prop_n33":"approved","dim_t69":true,"param_r28":[{"prop_v67":"completed","prop_l26":"example","key_o30":"married"},{"prop_v67":"Jane","key_o30":"married"},{"prop_v67":"GRCh38","key_o30":"divorced"},{"prop_v67":"John","key_o30":"married"}]} | thought_process | {
"type": "object",
"properties": {
"val_m37": {
"type": "number"
},
"prop_n33": {
"type": "string"
},
"dim_t69": {
"type": "boolean"
},
"param_r28": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_v67": {
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"val_m37":629.08,"prop_n33":"approved","dim_t69":true,"param_r28":[{"prop_v67":"completed","prop_l26":"example","key_o30":"married"},{"prop_v67":"Jane","key_o30":"married"},{"prop_v67":"GRCh38","key_o30":"... | Output contains chain-of-thought reasoning before JSON | {"val_m37":629.08,"prop_n33":"approved","dim_t69":true,"param_r28":[{"prop_v67":"completed","prop_l26":"example","key_o30":"married"},{"prop_v67":"Jane","key_o30":"married"},{"prop_v67":"GRCh38","key_o30":"divorced"},{"prop_v67":"John","key_o30":"married"}]} |
TASK repair_structured_output
SPEC
FIELD key_v36 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD col_b57 TYPE string_uri REQUIRED no
FIELD param_i62 TYPE null REQUIRED no
FIELD attr_v61 TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROKEN_OUTPUT
"key_v36":"sms","attr_v61":"green"} | {"key_v36":"sms","attr_v61":"green"} | missing_brace | {
"type": "object",
"properties": {
"key_v36": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"col_b57": {
"type": "string",
"format": "uri"
},
"param_i62": {
"type": "null"
},
"attr_v61": {
"ty... | "key_v36":"sms","attr_v61":"green"} | Missing closing brace | {"key_v36":"sms","attr_v61":"green"} |
TASK repair_structured_output
SPEC
FIELD freight_class.berth_slot.dosage TYPE string REQUIRED no
FIELD freight_class.berth_slot.amplitude TYPE boolean REQUIRED yes
FIELD freight_class.berth_slot.published TYPE string REQUIRED no
FIELD freight_class.berth_slot.trace_id TYPE string VALUES red|blue|green|black|white REQU... | {"freight_class":{"berth_slot":{"amplitude":true,"published":"Tokyo","trace_id":"blue","end_date":false,"size":"A short description.","username":null,"order_id":"option_b"},"reagent":{"description":"open","yield_pct":"degraded","email":"2026-02-05T00:42:00Z","lab_result":428.31},"size":715,"coverage":167.47},"total":99... | null_required | {
"type": "object",
"properties": {
"freight_class": {
"type": "object",
"properties": {
"berth_slot": {
"type": "object",
"properties": {
"dosage": {
"type": "string"
},
"amplitude": {
"type": "boolean"
... | {"freight_class": {"berth_slot": {"amplitude": true, "published": "Tokyo", "trace_id": "blue", "end_date": false, "size": "A short description.", "username": null, "order_id": "option_b"}, "reagent": {"description": "open", "yield_pct": "degraded", "email": "2026-02-05T00:42:00Z", "lab_result": 428.31}, "size": 715, "c... | Required field 'gene_id' is null | {"freight_class":{"berth_slot":{"amplitude":true,"published":"Tokyo","trace_id":"blue","end_date":false,"size":"A short description.","username":null,"order_id":"option_b"},"reagent":{"description":"open","yield_pct":"degraded","email":"2026-02-05T00:42:00Z","lab_result":428.31},"size":715,"coverage":167.47},"total":99... |
TASK repair_structured_output
SPEC
FIELD key_y87 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD key_y60 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD prop_e56 TYPE number REQUIRED yes
FIELD prop_q61 TYPE string REQUIRED yes
FIELD param_k20 TYPE number REQUIRED no
FIELD val_r13 TYPE null REQ... | {"key_y60":"mode_c","prop_e56":933.94,"prop_q61":"This is a test value.","param_k20":567.41,"val_j56":"chrX"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_y87": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"key_y60": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"prop_e56"... | validate_address(key_y60='mode_c', prop_e56=933.94, prop_q61='This is a test value.', param_k20=567.41, val_j56='chrX') | Tool call uses Python syntax instead of JSON | {"key_y60":"mode_c","prop_e56":933.94,"prop_q61":"This is a test value.","param_k20":567.41,"val_j56":"chrX"} |
TASK repair_structured_output
SPEC
FIELD col_y26 TYPE string REQUIRED no
FIELD key_m17 TYPE string REQUIRED no
FIELD val_v96 TYPE string REQUIRED no
FIELD param_c45 TYPE number REQUIRED no
FIELD param_a65 TYPE integer REQUIRED yes
FIELD key_k98.field_s85 TYPE string REQUIRED yes
FIELD key_k98.col_h90 TYPE string REQUI... | {"col_y26":"FWD","key_m17":"Silva","param_c45":960.78,"param_a65":160,"key_k98":{"field_s85":"chrX","col_h90":"chr1","col_g40":{"prop_k80":null,"dim_l58":"pending","field_j96":"Bob","attr_z13":704,"key_e23":767,"field_w18":true,"key_n08":"oceanic"},"field_h96":"Alice","col_b95":{"param_u98":694,"param_i81":"option_a","... | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_y26": {
"type": "string"
},
"key_m17": {
"type": "string"
},
"val_v96": {
"type": "string"
},
"param_c45": {
"type": "number"
},
"param_a65": {
"type": "integer"
},
"key_k98": {
"type": "object",... | run_diagnostics(col_y26='FWD', key_m17='Silva', param_c45=960.78, param_a65=160, key_k98={'field_s85': 'chrX', 'col_h90': 'chr1', 'col_g40': {'prop_k80': None, 'dim_l58': 'pending', 'field_j96': 'Bob', 'attr_z13': 704, 'key_e23': 767, 'field_w18': True, 'key_n08': 'oceanic'}, 'field_h96': 'Alice', 'col_b95': {'param_u9... | Tool call uses Python syntax instead of JSON | {"col_y26":"FWD","key_m17":"Silva","param_c45":960.78,"param_a65":160,"key_k98":{"field_s85":"chrX","col_h90":"chr1","col_g40":{"prop_k80":null,"dim_l58":"pending","field_j96":"Bob","attr_z13":704,"key_e23":767,"field_w18":true,"key_n08":"oceanic"},"field_h96":"Alice","col_b95":{"param_u98":694,"param_i81":"option_a","... |
TASK repair_structured_output
SPEC
FIELD col_h19 TYPE null REQUIRED yes
FIELD param_p50.attr_s55 TYPE boolean REQUIRED no
FIELD param_p50.prop_a63 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD param_p50.attr_x55 TYPE null REQUIRED yes
FIELD param_p50.key_c07.key_y10 TYPE string VALUES open|in_p... | {"col_h19":null,"field_x49":593,"prop_n30":"success","val_e84":"married"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_h19": {
"type": "null"
},
"param_p50": {
"type": "object",
"properties": {
"attr_s55": {
"type": "boolean"
},
"prop_a63": {
"type": "string",
"enum": [
"open",
"in_pro... | Let me check the system.
<tool_call name="update_preferences">
{"col_h19":null,"field_x49":593,"prop_n30":"success","val_e84":"married"}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"col_h19":null,"field_x49":593,"prop_n30":"success","val_e84":"married"} |
TASK repair_structured_output
SPEC
FIELD dim_b77 TYPE boolean REQUIRED no
FIELD field_t84 TYPE boolean REQUIRED yes
FIELD param_j91.prop_d53 TYPE null REQUIRED yes
FIELD param_j91.dim_j21 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD param_j91.val_a41 TYPE boolean REQUIRED yes
FIELD ... | {"dim_b77":false,"field_t84":true,"param_j91":{"prop_d53":null,"dim_j21":"pending_review","val_a41":true},"val_c53":{"dim_x11":{"dim_z85":"info@domain.org","param_x80":null,"val_j86":191,"prop_f97":false,"attr_t24":"info@domain.org","param_e09":26.79,"prop_a60":"PASS"},"key_h32":330,"dim_t48":false,"dim_z73":586,"col_g... | missing_brace | {
"type": "object",
"properties": {
"dim_b77": {
"type": "boolean"
},
"field_t84": {
"type": "boolean"
},
"param_j91": {
"type": "object",
"properties": {
"prop_d53": {
"type": "null"
},
"dim_j21": {
"type": "string",
... | {"dim_b77":false,"field_t84":true,"param_j91":{"prop_d53":null,"dim_j21":"pending_review","val_a41":true},"val_c53":{"dim_x11":{"dim_z85":"info@domain.org","param_x80":null,"val_j86":191,"prop_f97":false,"attr_t24":"info@domain.org","param_e09":26.79,"prop_a60":"PASS"},"key_h32":330,"dim_t48":false,"dim_z73":586,"col_g... | Missing closing brace | {"dim_b77":false,"field_t84":true,"param_j91":{"prop_d53":null,"dim_j21":"pending_review","val_a41":true},"val_c53":{"dim_x11":{"dim_z85":"info@domain.org","param_x80":null,"val_j86":191,"prop_f97":false,"attr_t24":"info@domain.org","param_e09":26.79,"prop_a60":"PASS"},"key_h32":330,"dim_t48":false,"dim_z73":586,"col_g... |
TASK repair_structured_output
SPEC
FIELD field_x31 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD field_r48 TYPE string REQUIRED yes
FIELD key_l09 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_p38 TYPE boolean REQUIRED yes
FIELD col_t67 TYPE string REQUIRED no
BROKEN_OUTPUT
{"field_x31... | {"field_x31":"active","field_r48":"Bob","key_l09":"admin","field_p38":true,"col_t67":"Johnson"} | boolean_as_string | {
"type": "object",
"properties": {
"field_x31": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_r48": {
"type": "string"
},
"key_l09": {
"type": "string",
"enum": [
"admin",
"editor",
"... | {"field_x31": "active", "field_r48": "Bob", "key_l09": "admin", "field_p38": "False", "col_t67": "Johnson"} | Field 'field_p38' must be boolean, got string | {"field_x31":"active","field_r48":"Bob","key_l09":"admin","field_p38":true,"col_t67":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD wavelength TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD patient_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD status TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
{"wavelength":"resolve... | {"wavelength":"resolved","patient_id":"rejected","status":"warning"} | truncated_object | {
"type": "object",
"properties": {
"wavelength": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"patient_id": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"wavelength":"resolved","patient_id":"rejected","status":"warning" | Unexpected end of JSON input — truncated object | {"wavelength":"resolved","patient_id":"rejected","status":"warning"} |
TASK repair_structured_output
SPEC
FIELD val_p04 TYPE integer REQUIRED no
FIELD dim_w64 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_m13 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD val_q62 TYPE string_uri REQUIRED yes
FIELD key_w29.key_d06 TYPE string VALUES single|married|d... | {"val_p04":787,"dim_w64":"unstable","field_m13":"sms","val_q62":"https://data.org/api","key_w29":{"key_d06":"divorced","dim_q54":615}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_p04": {
"type": "integer"
},
"dim_w64": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"field_m13": {
"type": "string",
"enum": [
"email",
"phone",
... | Tool: read_sensor_array
Params: {"val_p04": 787, "dim_w64": "unstable", "field_m13": "sms", "key_w29": {"key_d06": "divorced", "dim_q54": 615}, "val_q622": "https://data.org/api"} | Agent used wrong parameter name 'val_q622' instead of 'val_q62' | {"val_p04":787,"dim_w64":"unstable","field_m13":"sms","val_q62":"https://data.org/api","key_w29":{"key_d06":"divorced","dim_q54":615}} |
TASK repair_structured_output
SPEC
FIELD enabled.feedback TYPE null REQUIRED no
FIELD enabled.throttle_pos TYPE number REQUIRED yes
FIELD enabled.coverage TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD enabled.freight_class TYPE string_uri REQUIRED no
FIELD batch_code TYPE integer REQUIRED yes
FIELD ... | {"enabled":{"feedback":null,"throttle_pos":664.82,"coverage":"type_b"},"batch_code":282,"weight":456,"bill_of_lading":"baz"} | null_required | {
"type": "object",
"properties": {
"enabled": {
"type": "object",
"properties": {
"feedback": {
"type": "null"
},
"throttle_pos": {
"type": "number"
},
"coverage": {
"type": "string",
"enum": [
"type_a",
... | {"enabled": null, "batch_code": 282, "weight": 456, "bill_of_lading": "baz"} | Required field 'enabled' is null | {"enabled":{"feedback":null,"throttle_pos":664.82,"coverage":"type_b"},"batch_code":282,"weight":456,"bill_of_lading":"baz"} |
TASK repair_structured_output
SPEC
FIELD val_n30 TYPE string REQUIRED no
FIELD col_z32 TYPE boolean REQUIRED yes
FIELD key_r03 TYPE number REQUIRED no
BROKEN_OUTPUT
Tool: apply_discount
Params: {"val_n30": "cancelled", "col_z32": true, "key_r03_value": 125.63} | {"val_n30":"cancelled","col_z32":true,"key_r03":125.63} | tool_call_wrong_param | {
"type": "object",
"properties": {
"val_n30": {
"type": "string"
},
"col_z32": {
"type": "boolean"
},
"key_r03": {
"type": "number"
}
},
"required": [
"col_z32"
]
} | Tool: apply_discount
Params: {"val_n30": "cancelled", "col_z32": true, "key_r03_value": 125.63} | Agent used wrong parameter name 'key_r03_value' instead of 'key_r03' | {"val_n30":"cancelled","col_z32":true,"key_r03":125.63} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string_email REQUIRED yes
FIELD trace_id TYPE boolean REQUIRED no
FIELD decay_rate TYPE string_uri REQUIRED no
FIELD longitude TYPE integer REQUIRED yes
FIELD dosage[].comments TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD dosage[].torque_output TYPE... | {"status_code":"user@example.com","trace_id":true,"decay_rate":"https://example.com/v1","longitude":683} | tool_call_partial_args | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"format": "email"
},
"trace_id": {
"type": "boolean"
},
"decay_rate": {
"type": "string",
"format": "uri"
},
"longitude": {
"type": "integer"
},
"dosage": {
"type": "a... | I need to look up the information first.
Action: delete_item
Arguments: {"status_code": "user@example.com", "trace_id": true, "decay_rate": "https://example.com/v1"} | Agent tool call missing required parameter 'longitude' | {"status_code":"user@example.com","trace_id":true,"decay_rate":"https://example.com/v1","longitude":683} |
TASK repair_structured_output
SPEC
FIELD field_i23.field_n43 TYPE string REQUIRED no
FIELD field_i23.key_j44 TYPE integer REQUIRED no
FIELD field_i23.prop_i18 TYPE boolean REQUIRED no
FIELD field_i23.val_w00 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_i23.dim_k24.attr_r46 TYPE boolean REQUIRED no
... | {"field_i23":{"prop_i18":true,"val_w00":"large","dim_k24":{"attr_r46":false,"attr_y30":null,"key_q11":["phone"],"param_t58":["approved","MV-Evergreen-01","cancelled"]},"key_n73":"operational","dim_v64":"warning"},"prop_g19":"green","prop_w55":465.15,"param_a90":960,"key_r40":"success","prop_r50":433.29} | truncated_array | {
"type": "object",
"properties": {
"field_i23": {
"type": "object",
"properties": {
"field_n43": {
"type": "string"
},
"key_j44": {
"type": "integer"
},
"prop_i18": {
"type": "boolean"
},
"val_w00": {
"t... | {"field_i23":{"prop_i18":true,"val_w00":"large","dim_k24":{"attr_r46":false,"attr_y30":null,"key_q11":["phone"],"param_t58":["approved","MV-Evergreen-01","cancelled"]},"key_n73":"operational","dim_v64":"warning"},"prop_g19":"green","prop_w55":465.15,"param_a90":960,"key_r40":"success","prop_r50":433.29 | Unexpected end of JSON input — truncated object | {"field_i23":{"prop_i18":true,"val_w00":"large","dim_k24":{"attr_r46":false,"attr_y30":null,"key_q11":["phone"],"param_t58":["approved","MV-Evergreen-01","cancelled"]},"key_n73":"operational","dim_v64":"warning"},"prop_g19":"green","prop_w55":465.15,"param_a90":960,"key_r40":"success","prop_r50":433.29} |
TASK repair_structured_output
SPEC
FIELD city.isotope TYPE number REQUIRED yes
FIELD city.id TYPE boolean REQUIRED no
FIELD city.terminal_id TYPE string REQUIRED no
FIELD city.username TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD department TYPE number REQUIRED no
FIELD published TYPE number REQUIRED ... | {"city":{"isotope":183.58,"username":"pending"},"published":759.5,"state":25,"umi":null} | tool_call_partial_args | {
"type": "object",
"properties": {
"city": {
"type": "object",
"properties": {
"isotope": {
"type": "number"
},
"id": {
"type": "boolean"
},
"terminal_id": {
"type": "string"
},
"username": {
"type": "st... | Let me check the system.
Action: calculate_docking_fee
Arguments: {"city": {"isotope": 183.58, "username": "pending"}, "published": 759.5, "state": 25} | Agent tool call missing required parameter 'umi' | {"city":{"isotope":183.58,"username":"pending"},"published":759.5,"state":25,"umi":null} |
TASK repair_structured_output
SPEC
FIELD param_h26 TYPE integer REQUIRED no
FIELD param_n78 TYPE string_email REQUIRED yes
FIELD val_l06 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
BROKEN_OUTPUT
{"param_h26": 557, "param_n78": null} | {"param_h26":557,"param_n78":"ops@domain.org"} | null_required | {
"type": "object",
"properties": {
"param_h26": {
"type": "integer"
},
"param_n78": {
"type": "string",
"format": "email"
},
"val_l06": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
}
},
"required... | {"param_h26": 557, "param_n78": null} | Required field 'param_n78' is null | {"param_h26":557,"param_n78":"ops@domain.org"} |
TASK repair_structured_output
SPEC
FIELD field_n12 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD dim_w18 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD param_w93 TYPE number REQUIRED yes
BROKEN_OUTPUT
```json
{"field_n12":"maintenance","dim_w18":"intermittent","p... | {"field_n12":"maintenance","dim_w18":"intermittent","param_w93":956.67} | markdown_fences | {
"type": "object",
"properties": {
"field_n12": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"dim_w18": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
... | ```json
{"field_n12":"maintenance","dim_w18":"intermittent","param_w93":956.67}
``` | Output contains markdown code fences | {"field_n12":"maintenance","dim_w18":"intermittent","param_w93":956.67} |
TASK repair_structured_output
SPEC
FIELD role TYPE string REQUIRED no
FIELD amplitude TYPE string REQUIRED yes
FIELD amount TYPE string REQUIRED no
FIELD duration_ms TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD interest_rate.organism TYPE number REQUIRED no
FIELD interest_rate.quantity... | {"role":"user@domain.com","amplitude":"Smith","amount":"demo","duration_ms":"operational","interest_rate":{"organism":88.44,"quantity":123.84,"dissolved_oxygen":null,"filter_flag":"baz","values":"Berlin","medication":893}} | truncated_object | {
"type": "object",
"properties": {
"role": {
"type": "string"
},
"amplitude": {
"type": "string"
},
"amount": {
"type": "string"
},
"duration_ms": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenan... | {"role":"user@domain.com","amplitude":"Smith","amount":"demo","duration_ms":"operational","interest_rate":{"organism":88.44,"quantity":123.84,"dissolved_oxygen":null,"filter_flag":"baz","values":"Berlin","medication":893} | Unexpected end of JSON input — truncated object | {"role":"user@domain.com","amplitude":"Smith","amount":"demo","duration_ms":"operational","interest_rate":{"organism":88.44,"quantity":123.84,"dissolved_oxygen":null,"filter_flag":"baz","values":"Berlin","medication":893}} |
TASK repair_structured_output
SPEC
FIELD param_m71 TYPE number REQUIRED yes
FIELD attr_j39 TYPE null REQUIRED no
FIELD val_b22 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD param_v82 TYPE integer REQUIRED yes
FIELD prop_z76[].attr_a40 TYPE string_uri REQUIRED yes
FIELD prop_z76[].param_q33 TYPE integer RE... | {"param_m71":215.64,"attr_j39":null,"param_v82":932,"prop_z76":[{"attr_a40":"https://www.io/v1","param_n11":"completed"},{"attr_a40":"https://api.io/data","param_q33":652},{"attr_a40":"https://data.io/v1","param_q33":238,"param_n11":"A short description."},{"attr_a40":"https://www.org/data","param_q33":235,"param_n11":... | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_m71": {
"type": "number"
},
"attr_j39": {
"type": "null"
},
"val_b22": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"param_v82": {
"type": "integer"
}... | Tool: calibrate_instrument
Params: {"param_m71": 215.64, "attr_j39": null, "prop_z76": [{"attr_a40": "https://www.io/v1", "param_n11": "completed"}, {"attr_a40": "https://api.io/data", "param_q33": 652}, {"attr_a40": "https://data.io/v1", "param_q33": 238, "param_n11": "A short description."}, {"attr_a40": "https://www... | Agent used wrong parameter name 'param_v82_value' instead of 'param_v82' | {"param_m71":215.64,"attr_j39":null,"param_v82":932,"prop_z76":[{"attr_a40":"https://www.io/v1","param_n11":"completed"},{"attr_a40":"https://api.io/data","param_q33":652},{"attr_a40":"https://data.io/v1","param_q33":238,"param_n11":"A short description."},{"attr_a40":"https://www.org/data","param_q33":235,"param_n11":... |
TASK repair_structured_output
SPEC
FIELD val_d72 TYPE boolean REQUIRED yes
FIELD field_z89 TYPE string REQUIRED yes
FIELD param_r91 TYPE string REQUIRED yes
FIELD dim_v37 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
BROKEN_OUTPUT
{"val_d72":true,"field_z89":"cancelled","param_r91":"bar","dim_v37":"free"}... | {"val_d72":true,"field_z89":"cancelled","param_r91":"bar","dim_v37":"free"} | extra_text_after | {
"type": "object",
"properties": {
"val_d72": {
"type": "boolean"
},
"field_z89": {
"type": "string"
},
"param_r91": {
"type": "string"
},
"dim_v37": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | {"val_d72":true,"field_z89":"cancelled","param_r91":"bar","dim_v37":"free"}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"val_d72":true,"field_z89":"cancelled","param_r91":"bar","dim_v37":"free"} |
TASK repair_structured_output
SPEC
FIELD param_z39 TYPE integer REQUIRED yes
FIELD dim_x23 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD attr_l93 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD param_d12 TYPE string REQUIRED yes
FIELD prop_u70 TYPE string REQUIRED yes
BROKEN_OU... | {"param_z39":466,"dim_x23":"pro","attr_l93":"underway","param_d12":"pending","prop_u70":"Tokyo"} | wrong_type | {
"type": "object",
"properties": {
"param_z39": {
"type": "integer"
},
"dim_x23": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"attr_l93": {
"type": "string",
"enum": [
"berthed",
"anc... | {"param_z39": "\"466\"", "dim_x23": "pro", "attr_l93": "underway", "param_d12": "pending", "prop_u70": "Tokyo"} | Field 'param_z39' must be integer, got string | {"param_z39":466,"dim_x23":"pro","attr_l93":"underway","param_d12":"pending","prop_u70":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD bearing TYPE string REQUIRED yes
FIELD filter_flag TYPE boolean REQUIRED yes
FIELD description TYPE boolean REQUIRED no
FIELD active TYPE string_email REQUIRED no
FIELD amount TYPE number REQUIRED no
FIELD price TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"bearing":"approved","fi... | {"bearing":"approved","filter_flag":false,"description":false,"active":"ops@domain.org","amount":591.66,"price":785} | extra_text_after | {
"type": "object",
"properties": {
"bearing": {
"type": "string"
},
"filter_flag": {
"type": "boolean"
},
"description": {
"type": "boolean"
},
"active": {
"type": "string",
"format": "email"
},
"amount": {
"type": "number"
},
"price":... | {"bearing":"approved","filter_flag":false,"description":false,"active":"ops@domain.org","amount":591.66,"price":785}
Data logged successfully. | Output contains non-JSON text after the object | {"bearing":"approved","filter_flag":false,"description":false,"active":"ops@domain.org","amount":591.66,"price":785} |
TASK repair_structured_output
SPEC
FIELD key_x16 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD field_f83 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_e17 TYPE string_uri REQUIRED no
FIELD dim_y74 TYPE boolean REQUIRED yes
FIELD field_h29 TYPE integer REQUIRED no
FIELD col_t66 TYPE in... | {"field_f83":"push","param_e17":"https://api.com/api","dim_y74":true,"col_t66":192,"dim_v37":"https://api.com/v1"} | markdown_explanation | {
"type": "object",
"properties": {
"key_x16": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"field_f83": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_e17... | Based on your request, here is the data:
```json
{"field_f83":"push","param_e17":"https://api.com/api","dim_y74":true,"col_t66":192,"dim_v37":"https://api.com/v1"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"field_f83":"push","param_e17":"https://api.com/api","dim_y74":true,"col_t66":192,"dim_v37":"https://api.com/v1"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE null REQUIRED yes
FIELD subject TYPE string REQUIRED no
FIELD frequency_hz TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
BROKEN_OUTPUT
{"user_id":null,"frequency_hz":"type_f",} | {"user_id":null,"frequency_hz":"type_f"} | trailing_comma | {
"type": "object",
"properties": {
"user_id": {
"type": "null"
},
"subject": {
"type": "string"
},
"frequency_hz": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
}
},
... | {"user_id":null,"frequency_hz":"type_f",} | Unexpected trailing comma | {"user_id":null,"frequency_hz":"type_f"} |
TASK repair_structured_output
SPEC
FIELD key_a70 TYPE number REQUIRED no
FIELD field_b46 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_g40 TYPE boolean REQUIRED no
FIELD field_h83 TYPE string REQUIRED no
FIELD param_a68 TYPE string_email REQUIRED no
FIELD key_p17 TYPE integer REQUIRED yes
FIELD param_... | {"key_a70":350.33,"field_b46":"USD","field_h83":"John","param_a68":"user@example.com","key_p17":982} | agent_chain | {
"type": "object",
"properties": {
"key_a70": {
"type": "number"
},
"field_b46": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_g40": {
"type": "boolean"
},
"field_h83": {
"type": "s... | Let me check the system.
Action: align_reads
Result: {"key_a70": 350.33, "field_b46": "USD", "field_h83": "John", "param_a68": "user@example.com"}
Processing the request now.
Action: fetch_lab_result
Result: | Agent multi-step chain with truncated tool output | {"key_a70":350.33,"field_b46":"USD","field_h83":"John","param_a68":"user@example.com","key_p17":982} |
TASK repair_structured_output
SPEC
FIELD dim_w19 TYPE string_date-time REQUIRED yes
FIELD col_w31 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD param_t69[].val_t09 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD param_t69[].dim_q95 TYPE boolean REQUIRED no
FIELD param_t69[].field_g81 TYPE st... | {"dim_w19":"2020-03-12T18:41:00Z","col_w31":"level_2","param_t69":[{"val_t09":"cat_a","dim_q95":true,"field_g81":"2024-06-30","key_u70":null,"dim_t21":"Alice"},{"val_t09":"cat_d","key_u70":null}]} | extra_text_before | {
"type": "object",
"properties": {
"dim_w19": {
"type": "string",
"format": "date-time"
},
"col_w31": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_t69": {
"type": "array",
"items": {
"type": "object",
"p... | Let me provide the data in JSON format:
{"dim_w19":"2020-03-12T18:41:00Z","col_w31":"level_2","param_t69":[{"val_t09":"cat_a","dim_q95":true,"field_g81":"2024-06-30","key_u70":null,"dim_t21":"Alice"},{"val_t09":"cat_d","key_u70":null}]} | Output contains non-JSON text before the object | {"dim_w19":"2020-03-12T18:41:00Z","col_w31":"level_2","param_t69":[{"val_t09":"cat_a","dim_q95":true,"field_g81":"2024-06-30","key_u70":null,"dim_t21":"Alice"},{"val_t09":"cat_d","key_u70":null}]} |
TASK repair_structured_output
SPEC
FIELD prop_g41 TYPE string_email REQUIRED no
FIELD attr_l54 TYPE string REQUIRED no
FIELD key_z23 TYPE string_date-time REQUIRED no
FIELD col_e28 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_d39.param_y45 TYPE integer REQUIRED yes
FIELD dim_d39.key... | {"prop_g41":"test@test.io","attr_l54":"https://api.example.com/v1","key_z23":"2024-02-20T14:30:00Z","col_e28":"nonsense","dim_d39":{"param_y45":821,"key_o69":true,"key_p16":"ops@domain.org","dim_n50":[{"param_h22":"Sao Paulo","dim_i19":"2025-07-26T17:33:00Z","val_d43":"medium","attr_e77":"2023-12-25","col_y51":"returne... | date_format_error | {
"type": "object",
"properties": {
"prop_g41": {
"type": "string",
"format": "email"
},
"attr_l54": {
"type": "string"
},
"key_z23": {
"type": "string",
"format": "date-time"
},
"col_e28": {
"type": "string",
"enum": [
"synonymous",
... | {"prop_g41": "test@test.io", "attr_l54": "https://api.example.com/v1", "key_z23": "2024/06/15 14:30:00", "col_e28": "nonsense", "dim_d39": {"param_y45": 821, "key_o69": true, "key_p16": "ops@domain.org", "dim_n50": [{"param_h22": "Sao Paulo", "dim_i19": "2025-07-26T17:33:00Z", "val_d43": "medium", "attr_e77": "2023-12-... | Field 'key_z23' has invalid date format | {"prop_g41":"test@test.io","attr_l54":"https://api.example.com/v1","key_z23":"2024-02-20T14:30:00Z","col_e28":"nonsense","dim_d39":{"param_y45":821,"key_o69":true,"key_p16":"ops@domain.org","dim_n50":[{"param_h22":"Sao Paulo","dim_i19":"2025-07-26T17:33:00Z","val_d43":"medium","attr_e77":"2023-12-25","col_y51":"returne... |
TASK repair_structured_output
SPEC
FIELD field_e76 TYPE number REQUIRED yes
FIELD attr_x55 TYPE number REQUIRED no
FIELD attr_p40 TYPE number REQUIRED yes
FIELD attr_o46[].prop_s85 TYPE integer REQUIRED yes
FIELD attr_o46[].col_g83 TYPE boolean REQUIRED yes
FIELD attr_o46[].param_o69 TYPE array REQUIRED yes
FIELD para... | {"field_e76":318.5,"attr_p40":82.89,"attr_o46":[{"prop_s85":163,"col_g83":true,"param_o69":[597,84,806]}]} | null_required | {
"type": "object",
"properties": {
"field_e76": {
"type": "number"
},
"attr_x55": {
"type": "number"
},
"attr_p40": {
"type": "number"
},
"attr_o46": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_s85": {
... | {"field_e76": null, "attr_p40": 82.89, "attr_o46": [{"prop_s85": 163, "col_g83": true, "param_o69": [597, 84, 806]}]} | Required field 'field_e76' is null | {"field_e76":318.5,"attr_p40":82.89,"attr_o46":[{"prop_s85":163,"col_g83":true,"param_o69":[597,84,806]}]} |
TASK repair_structured_output
SPEC
FIELD height TYPE integer REQUIRED yes
FIELD humidity_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD full_name.velocity.ph_level TYPE string REQUIRED yes
FIELD full_name.velocity.strand TYPE string VALUES homozygous|heterozygous|hemizygous R... | {"height":183,"humidity_pct":"level_2","full_name":{"velocity":{"ph_level":"Silva","strand":"homozygous","date":"example","yield_pct":"admin@domain.org","aligned_pct":"mode_a"},"fleet_number":null,"image_url":"GBP","torque_output":672}} | trailing_comma | {
"type": "object",
"properties": {
"height": {
"type": "integer"
},
"humidity_pct": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"full_name": {
"type": "object",
... | {"height":183,"humidity_pct":"level_2","full_name":{"velocity":{"ph_level":"Silva","strand":"homozygous","date":"example","yield_pct":"admin@domain.org","aligned_pct":"mode_a",},"fleet_number":null,"image_url":"GBP","torque_output":672}} | Unexpected trailing comma | {"height":183,"humidity_pct":"level_2","full_name":{"velocity":{"ph_level":"Silva","strand":"homozygous","date":"example","yield_pct":"admin@domain.org","aligned_pct":"mode_a"},"fleet_number":null,"image_url":"GBP","torque_output":672}} |
TASK repair_structured_output
SPEC
FIELD reagent.language TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD reagent.subtotal TYPE integer REQUIRED yes
FIELD reagent.width TYPE string REQUIRED yes
FIELD reagent.color TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD total TYPE ... | {"reagent":{"language":"confirmed","subtotal":550,"width":"Santos","color":"small"},"total":null,"branch":997.76} | truncated_object | {
"type": "object",
"properties": {
"reagent": {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"subtotal": {... | {"reagent":{"language":"confirmed","subtotal":550,"width":"Santos","color":"small"},"total":null,"branch":997.76 | Unexpected end of JSON input — truncated object | {"reagent":{"language":"confirmed","subtotal":550,"width":"Santos","color":"small"},"total":null,"branch":997.76} |
TASK repair_structured_output
SPEC
FIELD key_p12 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_j78 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_q17 TYPE boolean REQUIRED no
FIELD key_j90.dim_k75 TYPE null REQUIRED yes
FIELD key_j90.val_i07 TYPE num... | {"key_p12":"hemizygous","attr_q17":true,"key_j90":{"dim_k75":null,"param_v91":"Diana","prop_v69":false,"val_s05":"editor","field_q45":"Tokyo","field_u41":{"key_n03":"returned","key_x76":"admin","val_c69":"Smith","attr_m96":287}},"dim_v76":{"prop_l04":"critical","field_p13":"published","dim_e21":"test","col_r74":685.7}} | markdown_explanation | {
"type": "object",
"properties": {
"key_p12": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"key_j78": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalate... | I've generated the following JSON:
```json
{"key_p12":"hemizygous","attr_q17":true,"key_j90":{"dim_k75":null,"param_v91":"Diana","prop_v69":false,"val_s05":"editor","field_q45":"Tokyo","field_u41":{"key_n03":"returned","key_x76":"admin","val_c69":"Smith","attr_m96":287}},"dim_v76":{"prop_l04":"critical","field_p13":"pu... | Output contains markdown and explanatory text around JSON | {"key_p12":"hemizygous","attr_q17":true,"key_j90":{"dim_k75":null,"param_v91":"Diana","prop_v69":false,"val_s05":"editor","field_q45":"Tokyo","field_u41":{"key_n03":"returned","key_x76":"admin","val_c69":"Smith","attr_m96":287}},"dim_v76":{"prop_l04":"critical","field_p13":"published","dim_e21":"test","col_r74":685.7}} |
TASK repair_structured_output
SPEC
FIELD val_t20 TYPE string REQUIRED yes
FIELD param_h94 TYPE integer REQUIRED no
FIELD attr_v21 TYPE integer REQUIRED no
FIELD attr_u07 TYPE string_uri REQUIRED yes
FIELD field_u12 TYPE string REQUIRED no
FIELD val_l09 TYPE string REQUIRED no
FIELD attr_h32 TYPE null REQUIRED no
FIELD... | {"val_t20":"Diana","param_h94":19,"attr_u07":"https://www.org/data","field_u12":"https://api.example.com/v1","attr_h32":null,"field_i88":"chr1"} | missing_brace | {
"type": "object",
"properties": {
"val_t20": {
"type": "string"
},
"param_h94": {
"type": "integer"
},
"attr_v21": {
"type": "integer"
},
"attr_u07": {
"type": "string",
"format": "uri"
},
"field_u12": {
"type": "string"
},
"val_l09":... | {"val_t20":"Diana","param_h94":19,"attr_u07":"https://www.org/data","field_u12":"https://api.example.com/v1","attr_h32":null,"field_i88":"chr1" | Missing closing brace | {"val_t20":"Diana","param_h94":19,"attr_u07":"https://www.org/data","field_u12":"https://api.example.com/v1","attr_h32":null,"field_i88":"chr1"} |
TASK repair_structured_output
SPEC
FIELD size TYPE string REQUIRED yes
FIELD shift_code TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD url.diagnosis_code TYPE string REQUIRED no
FIELD url.salinity TYPE string REQUIRED no
FIELD url.date TYPE string VALUES pending_review|confirmed|rejected|escalated RE... | {"size":"Johnson","shift_code":"type_d","url":{"diagnosis_code":"FWD","commit_hash":"returned","full_name":"USD","medication":"option_d","chromosome":"2025-07-22T10:55:00Z","maturity_date":287.06},"updated_at":false} | truncated_array | {
"type": "object",
"properties": {
"size": {
"type": "string"
},
"shift_code": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"url": {
"type": "object",
"properties": {
"diagnosis_code": {
... | {"size":"Johnson","shift_code":"type_d","url":{"diagnosis_code":"FWD","commit_hash":"returned","full_name":"USD","medication":"option_d","chromosome":"2025-07-22T10:55:00Z","maturity_date":287.06},"updated_at":false | Unexpected end of JSON input — truncated object | {"size":"Johnson","shift_code":"type_d","url":{"diagnosis_code":"FWD","commit_hash":"returned","full_name":"USD","medication":"option_d","chromosome":"2025-07-22T10:55:00Z","maturity_date":287.06},"updated_at":false} |
TASK repair_structured_output
SPEC
FIELD col_t75 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_v59 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD field_l30 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD key_u87 TYPE null REQUIRED yes
BROKEN_OUTPUT
I'll q... | {"col_t75":"divorced","prop_v59":"maintenance","field_l30":"sms","key_u87":null} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_t75": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_v59": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
... | I'll query our database.
<tool_call name="process_payment">
{"col_t75":"divorced","prop_v59":"maintenance","field_l30":"sms","key_u87":null}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"col_t75":"divorced","prop_v59":"maintenance","field_l30":"sms","key_u87":null} |
TASK repair_structured_output
SPEC
FIELD dim_o72 TYPE string_date-time REQUIRED no
FIELD key_m07 TYPE number REQUIRED no
FIELD attr_v26.val_g54 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD attr_v26.key_b04 TYPE string REQUIRED no
FIELD attr_v26.param_b84 TYPE string REQUIRED no
FIELD attr_v26.dim... | {"key_m07":374.91,"attr_v26":{"val_g54":"cat_e","key_b04":"example","dim_d78":374,"key_h10":"2025-05-22T10:09:00Z","attr_r08":928},"field_u28":{"attr_r05":null,"col_d94":790.13,"attr_a61":"test@example.com","col_j82":"mode_b","key_w62":"level_4"},"field_v69":true,"attr_d50":"Oliveira"} | extra_text_after | {
"type": "object",
"properties": {
"dim_o72": {
"type": "string",
"format": "date-time"
},
"key_m07": {
"type": "number"
},
"attr_v26": {
"type": "object",
"properties": {
"val_g54": {
"type": "string",
"enum": [
"cat_a",
... | {"key_m07":374.91,"attr_v26":{"val_g54":"cat_e","key_b04":"example","dim_d78":374,"key_h10":"2025-05-22T10:09:00Z","attr_r08":928},"field_u28":{"attr_r05":null,"col_d94":790.13,"attr_a61":"test@example.com","col_j82":"mode_b","key_w62":"level_4"},"field_v69":true,"attr_d50":"Oliveira"}
Hope this helps! | Output contains non-JSON text after the object | {"key_m07":374.91,"attr_v26":{"val_g54":"cat_e","key_b04":"example","dim_d78":374,"key_h10":"2025-05-22T10:09:00Z","attr_r08":928},"field_u28":{"attr_r05":null,"col_d94":790.13,"attr_a61":"test@example.com","col_j82":"mode_b","key_w62":"level_4"},"field_v69":true,"attr_d50":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD score TYPE string REQUIRED no
FIELD published TYPE number REQUIRED no
FIELD trace_id.paragraph TYPE integer REQUIRED yes
FIELD trace_id.torque_output TYPE string VALUES mode_a|mode_b|mode_c|mode_d... | {"score":"RTG-04","published":54.39,"trace_id":{"paragraph":301,"torque_output":"mode_b","footnote":{"zip_code":"inactive","repository":216.42,"loan_amount":"low","image_url":265}},"role":true} | missing_bracket | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"score": {
"type": "string"
},
"published": {
"type": "number"
},
"trace_id": {
"type": "o... | {"score":"RTG-04","published":54.39,"trace_id":{"paragraph":301,"torque_output":"mode_b","footnote":{"zip_code":"inactive","repository":216.42,"loan_amount":"low","image_url":265}},"role":true} | Missing closing bracket | {"score":"RTG-04","published":54.39,"trace_id":{"paragraph":301,"torque_output":"mode_b","footnote":{"zip_code":"inactive","repository":216.42,"loan_amount":"low","image_url":265}},"role":true} |
TASK repair_structured_output
SPEC
FIELD dim_g80 TYPE boolean REQUIRED no
FIELD dim_y01 TYPE string REQUIRED no
FIELD key_n41 TYPE number REQUIRED no
FIELD prop_s55 TYPE null REQUIRED no
FIELD param_l81 TYPE integer REQUIRED no
FIELD field_p07 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Tool: lookup_customer
Params: {"di... | {"dim_y01":"qux","prop_s55":null,"param_l81":920,"field_p07":false} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_g80": {
"type": "boolean"
},
"dim_y01": {
"type": "string"
},
"key_n41": {
"type": "number"
},
"prop_s55": {
"type": "null"
},
"param_l81": {
"type": "integer"
},
"field_p07": {
"type": "boolean"... | Tool: lookup_customer
Params: {"dim_y01": "qux", "prop_s55": null, "param_l81": 920, "field_p07": false} | Agent used wrong parameter name 'key_n41_name' instead of 'key_n41' | {"dim_y01":"qux","prop_s55":null,"param_l81":920,"field_p07":false} |
TASK repair_structured_output
SPEC
FIELD rating.feedback.notes TYPE string REQUIRED yes
FIELD rating.feedback.state TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD rating.feedback.timezone TYPE string VALUES success|error|warning|info REQUIRED no
FIELD rating.feedback.aligned_pct TYPE integer REQUIRED ye... | {"rating":{"feedback":{"notes":"Santos","state":"medium","timezone":"warning","aligned_pct":60},"index":{"chromosome":"reliable","procedure_code":"baz","values":["test","2024-01-15","New York","Alice"]},"message":664,"compound":498,"thumbnail":false},"visible":"foo","index":null,"cargo_type":true,"thumbnail":"returned"... | unquoted_keys | {
"type": "object",
"properties": {
"rating": {
"type": "object",
"properties": {
"feedback": {
"type": "object",
"properties": {
"notes": {
"type": "string"
},
"state": {
"type": "string",
"enu... | {rating:{feedback:{notes:"Santos",state:"medium",timezone:"warning",aligned_pct:60},index:{chromosome:"reliable",procedure_code:"baz",values:["test","2024-01-15","New York","Alice"]},message:664,compound:498,thumbnail:false},visible:"foo",index:null,cargo_type:true,thumbnail:"returned",organism:{reagent:"Charlie",frequ... | Expecting property name enclosed in double quotes | {"rating":{"feedback":{"notes":"Santos","state":"medium","timezone":"warning","aligned_pct":60},"index":{"chromosome":"reliable","procedure_code":"baz","values":["test","2024-01-15","New York","Alice"]},"message":664,"compound":498,"thumbnail":false},"visible":"foo","index":null,"cargo_type":true,"thumbnail":"returned"... |
TASK repair_structured_output
SPEC
FIELD attr_o65 TYPE string REQUIRED yes
FIELD col_s76 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD prop_r27 TYPE number REQUIRED yes
FIELD dim_n34[] TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
BROKEN_OUTPUT
{"attr_o65":"Johnson","col_s76":... | {"attr_o65":"Johnson","col_s76":"married","prop_r27":656.82,"dim_n34":["missense"]} | trailing_comma | {
"type": "object",
"properties": {
"attr_o65": {
"type": "string"
},
"col_s76": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_r27": {
"type": "number"
},
"dim_n34": {
"type": "array",
"items": {... | {"attr_o65":"Johnson","col_s76":"married","prop_r27":656.82,"dim_n34":["missense"],} | Unexpected trailing comma | {"attr_o65":"Johnson","col_s76":"married","prop_r27":656.82,"dim_n34":["missense"]} |
TASK repair_structured_output
SPEC
FIELD decay_rate TYPE string_uri REQUIRED no
FIELD score TYPE string_email REQUIRED yes
FIELD visible TYPE integer REQUIRED no
FIELD procedure_code TYPE string REQUIRED no
FIELD quality_score TYPE string REQUIRED no
BROKEN_OUTPUT
{"decay_rate":"https://www.com/v1","score":"ops@test.... | {"decay_rate":"https://www.com/v1","score":"ops@test.io","visible":1000,"procedure_code":"https://api.example.com/v1","quality_score":"quux"} | truncated_object | {
"type": "object",
"properties": {
"decay_rate": {
"type": "string",
"format": "uri"
},
"score": {
"type": "string",
"format": "email"
},
"visible": {
"type": "integer"
},
"procedure_code": {
"type": "string"
},
"quality_score": {
"type"... | {"decay_rate":"https://www.com/v1","score":"ops@test.io","visible":1000,"procedure_code":"https://api.example.com/v1","quality_score":"quux" | Unexpected end of JSON input — truncated object | {"decay_rate":"https://www.com/v1","score":"ops@test.io","visible":1000,"procedure_code":"https://api.example.com/v1","quality_score":"quux"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string_email REQUIRED yes
FIELD id TYPE number REQUIRED no
FIELD subtotal TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD step TYPE string VALUES option_a|option_b REQUIRED no
BROKEN_OUTPUT
{"balance": "ops@example.com", "step": "opt... | {"balance":"ops@example.com","step":"option_b"} | extra_field | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"format": "email"
},
"id": {
"type": "number"
},
"subtotal": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
... | {"balance": "ops@example.com", "step": "option_b", "extra_info_4338": 42} | Unknown field 'extra_info_4338' not defined in schema | {"balance":"ops@example.com","step":"option_b"} |
TASK repair_structured_output
SPEC
FIELD dim_o39 TYPE integer REQUIRED no
FIELD attr_m53 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD param_b74 TYPE integer REQUIRED yes
FIELD dim_o24 TYPE string VALUES low|medium|high|critical REQUIRED yes
BROKEN_OUTPUT
{"dim_o39":513,"attr_m53":"underway",... | {"dim_o39":513,"attr_m53":"underway","param_b74":14,"dim_o24":"critical"} | trailing_comma | {
"type": "object",
"properties": {
"dim_o39": {
"type": "integer"
},
"attr_m53": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"param_b74": {
"type": "integer"
},
"dim_o24": {
"type": "s... | {"dim_o39":513,"attr_m53":"underway","param_b74":14,"dim_o24":"critical",} | Unexpected trailing comma | {"dim_o39":513,"attr_m53":"underway","param_b74":14,"dim_o24":"critical"} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string REQUIRED yes
FIELD aligned_pct TYPE integer REQUIRED no
FIELD price TYPE string REQUIRED no
FIELD url.username.torque_output TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD url.username.level TYPE string VALUES mode_a|mode_b RE... | {"transaction_id":"Alice","aligned_pct":389,"price":"sample","url":{"username":{"torque_output":"type_a","level":"mode_a","branch":"chr1","role":null},"country":{"velocity":"level_3","due_date":276,"decay_rate":"2026-03-28T04:09:00Z","message":"baz"},"span_id":"mode_b","deploy_target":416.95,"duration_ms":"Paris"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string"
},
"aligned_pct": {
"type": "integer"
},
"price": {
"type": "string"
},
"url": {
"type": "object",
"properties": {
"username": {
"type": "object",
"propertie... | Tool: schedule_meeting
Params: {"transaction_id": "Alice", "aligned_pct": 389, "price": "sample", "url_id": {"username": {"torque_output": "type_a", "level": "mode_a", "branch": "chr1", "role": null}, "country": {"velocity": "level_3", "due_date": 276, "decay_rate": "2026-03-28T04:09:00Z", "message": "baz"}, "span_id":... | Agent used wrong parameter name 'url_id' instead of 'url' | {"transaction_id":"Alice","aligned_pct":389,"price":"sample","url":{"username":{"torque_output":"type_a","level":"mode_a","branch":"chr1","role":null},"country":{"velocity":"level_3","due_date":276,"decay_rate":"2026-03-28T04:09:00Z","message":"baz"},"span_id":"mode_b","deploy_target":416.95,"duration_ms":"Paris"}} |
TASK repair_structured_output
SPEC
FIELD chapter TYPE integer REQUIRED yes
FIELD city TYPE integer REQUIRED no
FIELD frequency_hz TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
<functioncall> get_account
{chapter: 670, frequency_hz: "https://data.io/api"} | {"chapter":670,"frequency_hz":"https://data.io/api"} | tool_call_bad_format | {
"type": "object",
"properties": {
"chapter": {
"type": "integer"
},
"city": {
"type": "integer"
},
"frequency_hz": {
"type": "string",
"format": "uri"
}
},
"required": [
"chapter",
"frequency_hz"
]
} | <functioncall> get_account
{chapter: 670, frequency_hz: "https://data.io/api"} | Tool call has malformed arguments — unquoted keys in function parameters | {"chapter":670,"frequency_hz":"https://data.io/api"} |
TASK repair_structured_output
SPEC
FIELD attr_q23 TYPE boolean REQUIRED no
FIELD field_u47 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD key_k02.key_n32 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD key_k02.param_i94 TYPE integer REQUIRED yes
FIELD key_k02... | {"attr_q23":false,"key_k02":{"key_n32":"level_3","param_i94":290},"dim_m08":280.02,"attr_l69":{"param_p13":false,"key_k93":"test@test.io","field_i83":"2021-12-20T08:07:00Z","col_x65":[96,620,30]}} | missing_brace | {
"type": "object",
"properties": {
"attr_q23": {
"type": "boolean"
},
"field_u47": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"key_k02": {
"type": "object",
"properties": {
"k... | {"attr_q23":false,"key_k02":{"key_n32":"level_3","param_i94":290,"dim_m08":280.02,"attr_l69":{"param_p13":false,"key_k93":"test@test.io","field_i83":"2021-12-20T08:07:00Z","col_x65":[96,620,30]}} | Missing closing brace | {"attr_q23":false,"key_k02":{"key_n32":"level_3","param_i94":290},"dim_m08":280.02,"attr_l69":{"param_p13":false,"key_k93":"test@test.io","field_i83":"2021-12-20T08:07:00Z","col_x65":[96,620,30]}} |
TASK repair_structured_output
SPEC
FIELD field_x84 TYPE string REQUIRED yes
FIELD prop_p95 TYPE integer REQUIRED yes
FIELD dim_s70.prop_s61 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_s70.param_z43 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD dim_s70.field_z90 TYPE string ... | {"field_x84":"cancelled","prop_p95":784,"dim_s70":{"prop_s61":"heterozygous","param_s16":392.79,"col_q44":"This is a test value."}} | extra_text_after | {
"type": "object",
"properties": {
"field_x84": {
"type": "string"
},
"prop_p95": {
"type": "integer"
},
"dim_s70": {
"type": "object",
"properties": {
"prop_s61": {
"type": "string",
"enum": [
"homozygous",
"heterozygo... | {"field_x84":"cancelled","prop_p95":784,"dim_s70":{"prop_s61":"heterozygous","param_s16":392.79,"col_q44":"This is a test value."}}
I've ensured all required fields are present. | Output contains non-JSON text after the object | {"field_x84":"cancelled","prop_p95":784,"dim_s70":{"prop_s61":"heterozygous","param_s16":392.79,"col_q44":"This is a test value."}} |
TASK repair_structured_output
SPEC
FIELD attr_y12 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD col_m55 TYPE string REQUIRED yes
FIELD dim_v79[] TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_m61[] TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_ca... | {"attr_y12":"mode_c","col_m55":"https://example.com","dim_v79":["reliable","intermittent","intermittent","intermittent"],"attr_m61":["2022-11-11T07:11:00Z","2021-11-19T16:49:00Z","2026-06-27T19:01:00Z"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_y12": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"col_m55": {
"type": "string"
},
"dim_v79": {
"type": "array",
"items": {
"type": "string",
"enum": [
... | I'll query our database.
<tool_call name="generate_report">
{"attr_y12":"mode_c","col_m55":"https://example.com","dim_v79":["reliable","intermittent","intermittent","intermittent"],"attr_m61":["2022-11-11T07:11:00Z","2021-11-19T16:49:00Z","2026-06-27T19:01:00Z"]}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"attr_y12":"mode_c","col_m55":"https://example.com","dim_v79":["reliable","intermittent","intermittent","intermittent"],"attr_m61":["2022-11-11T07:11:00Z","2021-11-19T16:49:00Z","2026-06-27T19:01:00Z"]} |
TASK repair_structured_output
SPEC
FIELD version TYPE integer REQUIRED yes
FIELD altitude TYPE integer REQUIRED no
FIELD repository[] TYPE number REQUIRED yes
FIELD isotope[].dissolved_oxygen TYPE string_date-time REQUIRED no
FIELD isotope[].order_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|opti... | {"version":825,"altitude":665,"repository":[475.55,703.82,145.65],"isotope":[{"dissolved_oxygen":"2021-01-24T04:10:00Z","order_id":"option_f","website":false},{"dissolved_oxygen":"2021-07-14T23:32:00Z","order_id":"option_e","website":true},{"dissolved_oxygen":"2023-08-14T08:19:00Z","order_id":"option_e","website":true}... | unquoted_keys | {
"type": "object",
"properties": {
"version": {
"type": "integer"
},
"altitude": {
"type": "integer"
},
"repository": {
"type": "array",
"items": {
"type": "number"
}
},
"isotope": {
"type": "array",
"items": {
"type": "object",
... | {version:825,altitude:665,repository:[475.55,703.82,145.65],isotope:[{dissolved_oxygen:"2021-01-24T04:10:00Z",order_id:"option_f",website:false},{dissolved_oxygen:"2021-07-14T23:32:00Z",order_id:"option_e",website:true},{dissolved_oxygen:"2023-08-14T08:19:00Z",order_id:"option_e",website:true},{dissolved_oxygen:"2020-1... | Expecting property name enclosed in double quotes | {"version":825,"altitude":665,"repository":[475.55,703.82,145.65],"isotope":[{"dissolved_oxygen":"2021-01-24T04:10:00Z","order_id":"option_f","website":false},{"dissolved_oxygen":"2021-07-14T23:32:00Z","order_id":"option_e","website":true},{"dissolved_oxygen":"2023-08-14T08:19:00Z","order_id":"option_e","website":true}... |
TASK repair_structured_output
SPEC
FIELD param_t59 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_a83 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD col_u01 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD attr_g93 TYPE string VALUES ... | {"param_t59":"offline","param_a83":"type_a","col_u01":"mode_d","attr_g93":"heterozygous","col_x91":"medium"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"param_t59": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_a83": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"... | Tool: create_ticket
Params: {"param_t59": "offline", "param_a83": "type_a", "attr_g93": "heterozygous", "col_x91": "medium", "col_u01_value": "mode_d"} | Agent used wrong parameter name 'col_u01_value' instead of 'col_u01' | {"param_t59":"offline","param_a83":"type_a","col_u01":"mode_d","attr_g93":"heterozygous","col_x91":"medium"} |
TASK repair_structured_output
SPEC
FIELD field_t44 TYPE boolean REQUIRED no
FIELD col_e79 TYPE string REQUIRED no
FIELD attr_m44.val_z80 TYPE string_uri REQUIRED yes
FIELD attr_m44.val_o02 TYPE string VALUES single|married|divorced REQUIRED no
FIELD attr_m44.attr_h44 TYPE null REQUIRED yes
FIELD attr_m44.dim_p97 TYPE ... | {"col_e79":"https://api.example.com/v1","attr_m44":{"val_z80":"https://example.org/api","val_o02":"married","attr_h44":null,"dim_p97":"EUR","attr_y49":"ops@domain.org","param_h32":64,"dim_r34":"underway"},"key_e07":"heterozygous","dim_h94":"https://example.org/api","attr_v34":false} | extra_text_before | {
"type": "object",
"properties": {
"field_t44": {
"type": "boolean"
},
"col_e79": {
"type": "string"
},
"attr_m44": {
"type": "object",
"properties": {
"val_z80": {
"type": "string",
"format": "uri"
},
"val_o02": {
"t... | Pipeline result:
{"col_e79":"https://api.example.com/v1","attr_m44":{"val_z80":"https://example.org/api","val_o02":"married","attr_h44":null,"dim_p97":"EUR","attr_y49":"ops@domain.org","param_h32":64,"dim_r34":"underway"},"key_e07":"heterozygous","dim_h94":"https://example.org/api","attr_v34":false} | Output contains non-JSON text before the object | {"col_e79":"https://api.example.com/v1","attr_m44":{"val_z80":"https://example.org/api","val_o02":"married","attr_h44":null,"dim_p97":"EUR","attr_y49":"ops@domain.org","param_h32":64,"dim_r34":"underway"},"key_e07":"heterozygous","dim_h94":"https://example.org/api","attr_v34":false} |
TASK repair_structured_output
SPEC
FIELD index TYPE string_email REQUIRED no
FIELD name TYPE boolean REQUIRED no
FIELD url TYPE integer REQUIRED yes
FIELD frequency_hz[].url TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD frequency_hz[].humidity_pct TYPE number REQUIRED yes
FIELD frequency_hz[].shipping TYP... | {"index":"test@example.com","url":79,"frequency_hz":[{"url":"phone","humidity_pct":877.75,"shipping":954.41},{"url":"sms","humidity_pct":641.32,"shipping":372.05}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"index": {
"type": "string",
"format": "email"
},
"name": {
"type": "boolean"
},
"url": {
"type": "integer"
},
"frequency_hz": {
"type": "array",
"items": {
"type": "object",
"properties": {
... | update_preferences(index='test@example.com', url=79, frequency_hz=[{'url': 'phone', 'humidity_pct': 877.75, 'shipping': 954.41}, {'url': 'sms', 'humidity_pct': 641.32, 'shipping': 372.05}]) | Tool call uses Python syntax instead of JSON | {"index":"test@example.com","url":79,"frequency_hz":[{"url":"phone","humidity_pct":877.75,"shipping":954.41},{"url":"sms","humidity_pct":641.32,"shipping":372.05}]} |
TASK repair_structured_output
SPEC
FIELD dim_d61 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD col_d82 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_y08 TYPE string REQUIRED yes
FIELD param_h71 TYPE string REQUIRED no
FIELD col_o16[] TYPE boolean REQUIRED no
FIELD param_s06[].dim_y30... | {"dim_d61":"editor","param_y08":"MV-Evergreen-01","param_h71":"Paris","col_o16":[false]} | truncated_object | {
"type": "object",
"properties": {
"dim_d61": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"col_d82": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
... | {"dim_d61":"editor","param_y08":"MV-Evergreen-01","param_h71":"Paris","col_o16":[false] | Unexpected end of JSON input — truncated object | {"dim_d61":"editor","param_y08":"MV-Evergreen-01","param_h71":"Paris","col_o16":[false]} |
TASK repair_structured_output
SPEC
FIELD quantity TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD message TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD crew_id TYPE null REQUIRED yes
BROKEN_OUTPUT
Based on your request, here is the data:
```json
{"quantity":"editor","message":"hem... | {"quantity":"editor","message":"hemizygous","crew_id":null} | markdown_explanation | {
"type": "object",
"properties": {
"quantity": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"message": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"crew_id": {... | Based on your request, here is the data:
```json
{"quantity":"editor","message":"hemizygous","crew_id":null}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"quantity":"editor","message":"hemizygous","crew_id":null} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD website TYPE string REQUIRED no
FIELD visible[] TYPE integer REQUIRED no
FIELD yield_pct[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"shift_code":"level_6","visible":[278,254,655],"... | {"shift_code":"level_6","visible":[278,254,655],"yield_pct":[735]} | truncated_array | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"website": {
"type": "string"
},
"visible": {
"type": "array",
... | {"shift_code":"level_6","visible":[278,254,655],"yield_pct":[735 | Unexpected end of JSON input — truncated array | {"shift_code":"level_6","visible":[278,254,655],"yield_pct":[735]} |
TASK repair_structured_output
SPEC
FIELD latitude TYPE string REQUIRED yes
FIELD published TYPE string REQUIRED yes
FIELD turbidity TYPE boolean REQUIRED no
FIELD subject TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD branch TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD trace_id TYPE ... | {"latitude":"Berlin","published":"foo","turbidity":false,"subject":"email","branch":"intermittent","trace_id":"Alice","torque_output":"test@domain.org","category":null} | truncated_object | {
"type": "object",
"properties": {
"latitude": {
"type": "string"
},
"published": {
"type": "string"
},
"turbidity": {
"type": "boolean"
},
"subject": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
... | {"latitude":"Berlin","published":"foo","turbidity":false,"subject":"email","branch":"intermittent","trace_id":"Alice","torque_output":"test@domain.org","category":null | Unexpected end of JSON input — truncated object | {"latitude":"Berlin","published":"foo","turbidity":false,"subject":"email","branch":"intermittent","trace_id":"Alice","torque_output":"test@domain.org","category":null} |
TASK repair_structured_output
SPEC
FIELD shipper_ref TYPE string REQUIRED no
FIELD website TYPE integer REQUIRED no
FIELD diagnosis_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD country TYPE integer REQUIRED yes
BROKEN_OUTPUT
Processing the request now.
I'll validate against the ... | {"website":676,"country":492} | thought_process | {
"type": "object",
"properties": {
"shipper_ref": {
"type": "string"
},
"website": {
"type": "integer"
},
"diagnosis_code": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
... | Processing the request now.
I'll validate against the schema.
{"website":676,"country":492} | Output contains chain-of-thought reasoning before JSON | {"website":676,"country":492} |
TASK repair_structured_output
SPEC
FIELD attr_o67 TYPE integer REQUIRED no
FIELD key_c81 TYPE boolean REQUIRED yes
FIELD param_e78.attr_q63 TYPE string REQUIRED yes
FIELD param_e78.attr_t37 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD param_e78.val_d10 TYPE string VALUES active|inactiv... | {"key_c81":false,"param_e78":{"attr_q63":"user@domain.com","attr_t37":"frameshift","field_p31":{"prop_e83":"error","val_a72":"JPY","key_h43":"red","attr_c14":"admin@example.com","val_e70":34.58}},"key_j26":63} | single_quotes | {
"type": "object",
"properties": {
"attr_o67": {
"type": "integer"
},
"key_c81": {
"type": "boolean"
},
"param_e78": {
"type": "object",
"properties": {
"attr_q63": {
"type": "string"
},
"attr_t37": {
"type": "string",
... | {'key_c81':false,'param_e78':{'attr_q63':'user@domain.com','attr_t37':'frameshift','field_p31':{'prop_e83':'error','val_a72':'JPY','key_h43':'red','attr_c14':'admin@example.com','val_e70':34.58}},'key_j26':63} | Expecting property name enclosed in double quotes | {"key_c81":false,"param_e78":{"attr_q63":"user@domain.com","attr_t37":"frameshift","field_p31":{"prop_e83":"error","val_a72":"JPY","key_h43":"red","attr_c14":"admin@example.com","val_e70":34.58}},"key_j26":63} |
TASK repair_structured_output
SPEC
FIELD field_n72 TYPE string REQUIRED yes
FIELD attr_o83.val_z28 TYPE string REQUIRED yes
FIELD attr_o83.field_y85 TYPE integer REQUIRED no
FIELD attr_o83.param_h45 TYPE string REQUIRED no
FIELD attr_o83.prop_s06[].key_r11 TYPE string VALUES operational|degraded|offline|maintenance RE... | {"field_n72":"Maria","field_d72":"confirmed","param_l62":112.28} | extra_text_before | {
"type": "object",
"properties": {
"field_n72": {
"type": "string"
},
"attr_o83": {
"type": "object",
"properties": {
"val_z28": {
"type": "string"
},
"field_y85": {
"type": "integer"
},
"param_h45": {
"type": "stri... | The parsed result is:
{"field_n72":"Maria","field_d72":"confirmed","param_l62":112.28} | Output contains non-JSON text before the object | {"field_n72":"Maria","field_d72":"confirmed","param_l62":112.28} |
TASK repair_structured_output
SPEC
FIELD param_y34 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD param_w58 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD dim_l70 TYPE string VALUES active|inactive|pending REQUIRED no
BROKEN_OUTPUT
{"param_y34": "minor", "param_w58": "email", "dim_l70": "p... | {"param_y34":"low","param_w58":"email","dim_l70":"pending"} | synonym_enum | {
"type": "object",
"properties": {
"param_y34": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_w58": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {"param_y34": "minor", "param_w58": "email", "dim_l70": "pending"} | Field 'param_y34' has synonym 'minor' instead of valid enum value | {"param_y34":"low","param_w58":"email","dim_l70":"pending"} |
TASK repair_structured_output
SPEC
FIELD status TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD description TYPE integer REQUIRED yes
FIELD zip_code TYPE string REQUIRED yes
FIELD section TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: track_vessel
Result: {"... | {"status":"enterprise","description":797,"zip_code":"Diana","section":"https://example.org/v1"} | agent_chain | {
"type": "object",
"properties": {
"status": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"description": {
"type": "integer"
},
"zip_code": {
"type": "string"
},
"section": {
"type": "string",... | I need to look up the information first.
Action: track_vessel
Result: {"status": "enterprise", "description": 797, "section": "https://example.org/v1"}
Processing the request now.
Action: update_preferences
Result: | Agent multi-step chain with truncated tool output | {"status":"enterprise","description":797,"zip_code":"Diana","section":"https://example.org/v1"} |
TASK repair_structured_output
SPEC
FIELD dim_g55 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_l75 TYPE null REQUIRED no
FIELD prop_x36 TYPE string REQUIRED no
FIELD prop_l30.dim_q13 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_l30.val_u08 TYPE string VALUES email|phon... | {"dim_g55":"oceanic","param_l75":null,"prop_x36":"foo","prop_l30":{"val_u08":"sms","attr_f00":"user@test.io"},"field_v46":"user@test.io","field_m31":335.32,"prop_g16":"hello"} | missing_bracket | {
"type": "object",
"properties": {
"dim_g55": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_l75": {
"type": "null"
},
"prop_x36": {
"type": "string"
},
"prop_l30": {
"type": "object"... | {"dim_g55":"oceanic","param_l75":null,"prop_x36":"foo","prop_l30":{"val_u08":"sms","attr_f00":"user@test.io"},"field_v46":"user@test.io","field_m31":335.32,"prop_g16":"hello"} | Missing closing bracket | {"dim_g55":"oceanic","param_l75":null,"prop_x36":"foo","prop_l30":{"val_u08":"sms","attr_f00":"user@test.io"},"field_v46":"user@test.io","field_m31":335.32,"prop_g16":"hello"} |
TASK repair_structured_output
SPEC
FIELD prop_w02 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD prop_y18 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD param_r81 TYPE string VALUES type_a|type_b REQUIRED yes
FIELD attr_x70 TYPE boolean REQUIRED no
FIELD val_t22 TYPE integer RE... | {"prop_y18":"option_c","param_r81":"type_a","attr_x70":true} | boolean_as_string | {
"type": "object",
"properties": {
"prop_w02": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"prop_y18": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
... | {"prop_y18": "option_c", "param_r81": "type_a", "attr_x70": "no"} | Field 'attr_x70' must be boolean, got string | {"prop_y18":"option_c","param_r81":"type_a","attr_x70":true} |
TASK repair_structured_output
SPEC
FIELD key_e13 TYPE boolean REQUIRED no
FIELD col_g80 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_t17 TYPE string_email REQUIRED no
FIELD param_n79 TYPE null REQUIRED yes
FIELD key_f38 TYPE string REQUIRED no
FIELD key_w04.field_g91 TYPE integer REQUIRED yes... | {"key_e13":true,"col_g80":"inland","param_n79":null,"key_f38":"Santos","key_w04":{"field_g91":618,"key_f13":"pending_review","val_f32":[{"attr_x05":"reliable","field_d83":"New York","field_j59":220.71,"col_t62":"approved"},{"attr_x05":"intermittent","field_d83":"Luis","field_j59":152.83,"col_t62":"Jane"}],"prop_t06":["... | tool_call_python_syntax | {
"type": "object",
"properties": {
"key_e13": {
"type": "boolean"
},
"col_g80": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_t17": {
"type": "string",
"format": "email"
},
"param_n79"... | schedule_meeting(key_e13=True, col_g80='inland', param_n79=None, key_f38='Santos', key_w04={'field_g91': 618, 'key_f13': 'pending_review', 'val_f32': [{'attr_x05': 'reliable', 'field_d83': 'New York', 'field_j59': 220.71, 'col_t62': 'approved'}, {'attr_x05': 'intermittent', 'field_d83': 'Luis', 'field_j59': 152.83, 'co... | Tool call uses Python syntax instead of JSON | {"key_e13":true,"col_g80":"inland","param_n79":null,"key_f38":"Santos","key_w04":{"field_g91":618,"key_f13":"pending_review","val_f32":[{"attr_x05":"reliable","field_d83":"New York","field_j59":220.71,"col_t62":"approved"},{"attr_x05":"intermittent","field_d83":"Luis","field_j59":152.83,"col_t62":"Jane"}],"prop_t06":["... |
TASK repair_structured_output
SPEC
FIELD param_f22 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD key_u32 TYPE null REQUIRED yes
FIELD param_f83 TYPE integer REQUIRED yes
FIELD prop_h62 TYPE string REQUIRED no
FIELD col_u53.val_x88 TYPE number REQUIRED no
FIELD col_u53.dim_q38.key_s17 TY... | {"param_f22":"maintenance","key_u32":null,"param_f83":528,"prop_h62":"A short description.","col_u53":{"val_x88":189.15,"dim_q38":{"key_s17":"Berlin","attr_s20":"user@example.com","dim_j79":"BRL"},"key_h14":"returned"},"prop_p27":"test@test.io"} | tool_call_text_mix | {
"type": "object",
"properties": {
"param_f22": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"key_u32": {
"type": "null"
},
"param_f83": {
"type": "integer"
},
"prop_h62": {
"ty... | I need to look up the information first.
<tool_call name="annotate_mutation">
{"param_f22":"maintenance","key_u32":null,"param_f83":528,"prop_h62":"A short description.","col_u53":{"val_x88":189.15,"dim_q38":{"key_s17":"Berlin","attr_s20":"user@example.com","dim_j79":"BRL"},"key_h14":"returned"},"prop_p27":"test@test.i... | Agent response mixes reasoning text with tool call | {"param_f22":"maintenance","key_u32":null,"param_f83":528,"prop_h62":"A short description.","col_u53":{"val_x88":189.15,"dim_q38":{"key_s17":"Berlin","attr_s20":"user@example.com","dim_j79":"BRL"},"key_h14":"returned"},"prop_p27":"test@test.io"} |
TASK repair_structured_output
SPEC
FIELD field_s04 TYPE boolean REQUIRED no
FIELD field_w42 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD col_b92 TYPE integer REQUIRED no
FIELD dim_u71 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD val_p63.dim_v71.dim_l14 TYPE number REQUIRED yes
FIEL... | {"field_s04":true,"dim_u71":"xl"} | thought_process | {
"type": "object",
"properties": {
"field_s04": {
"type": "boolean"
},
"field_w42": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"col_b92": {
"type": "integer"
},
"dim_u71": {
"type": "str... | Breaking down the requirements:
- Must include all required fields
- Types must match the schema
- Values should be realistic
{"field_s04":true,"dim_u71":"xl"} | Output contains chain-of-thought reasoning before JSON | {"field_s04":true,"dim_u71":"xl"} |
TASK repair_structured_output
SPEC
FIELD patient_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD balance TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD throttle_pos TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD medication TYPE stri... | {"patient_id":"mode_a","balance":"option_c","throttle_pos":"unstable","medication":"world","age":"heterozygous","ph_level":"error","isotope":694.26} | truncated_array | {
"type": "object",
"properties": {
"patient_id": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"balance": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d... | {"patient_id":"mode_a","balance":"option_c","throttle_pos":"unstable","medication":"world","age":"heterozygous","ph_level":"error","isotope":694.26 | Unexpected end of JSON input — truncated object | {"patient_id":"mode_a","balance":"option_c","throttle_pos":"unstable","medication":"world","age":"heterozygous","ph_level":"error","isotope":694.26} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD ward TYPE string_date-time REQUIRED yes
FIELD bearing TYPE string REQUIRED yes
BROKEN_OUTPUT
{"status_code":"berthed","ward":"2021-02-26T05:51:00Z","bearing":"active" | {"status_code":"berthed","ward":"2021-02-26T05:51:00Z","bearing":"active"} | truncated_array | {
"type": "object",
"properties": {
"status_code": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"ward": {
"type": "string",
"format": "date-time"
},
"bearing": {
"type": "string"
}
},
"r... | {"status_code":"berthed","ward":"2021-02-26T05:51:00Z","bearing":"active" | Unexpected end of JSON input — truncated object | {"status_code":"berthed","ward":"2021-02-26T05:51:00Z","bearing":"active"} |
TASK repair_structured_output
SPEC
FIELD col_r17 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prop_y84 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD field_b37 TYPE integer REQUIRED yes
FIELD param_m83 TYPE string VALUES draft|published|archived REQUIRED no
FIELD attr_s45 TYP... | {"col_r17":"maintenance","prop_y84":"admin","field_b37":442,"param_m83":"draft","attr_s45":"https://data.com/api","val_i64":"phone","val_g71":"push","attr_n87":"published"} | tool_call_text_mix | {
"type": "object",
"properties": {
"col_r17": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"prop_y84": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},... | Processing the request now.
<tool_call name="validate_address">
{"col_r17":"maintenance","prop_y84":"admin","field_b37":442,"param_m83":"draft","attr_s45":"https://data.com/api","val_i64":"phone","val_g71":"push","attr_n87":"published"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"col_r17":"maintenance","prop_y84":"admin","field_b37":442,"param_m83":"draft","attr_s45":"https://data.com/api","val_i64":"phone","val_g71":"push","attr_n87":"published"} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE integer REQUIRED yes
FIELD batch_code TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD wavelength TYPE string VALUES active|inactive|pending REQUIRED no
FIELD timezone.notes TYPE string REQUIRED yes
FIELD timezone.organism TYPE integer REQUIRED ... | {"loan_amount":551,"batch_code":"info","wavelength":"inactive","timezone":{"notes":"qux","organism":536,"crew_id":"push","aligned_pct":true,"timezone":210.32},"currency":{"crew_id":"info","freight_class":"viewer","lab_result":"heterozygous"},"start_date":true,"payment_status":{"longitude":669,"status":null,"count":"rej... | number_with_unit | {
"type": "object",
"properties": {
"loan_amount": {
"type": "integer"
},
"batch_code": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"wavelength": {
"type": "string",
"enum": [
"active",
... | {"loan_amount": "551px", "batch_code": "info", "wavelength": "inactive", "timezone": {"notes": "qux", "organism": 536, "crew_id": "push", "aligned_pct": true, "timezone": 210.32}, "currency": {"crew_id": "info", "freight_class": "viewer", "lab_result": "heterozygous"}, "start_date": true, "payment_status": {"longitude"... | Field 'loan_amount' must be number, got string with unit | {"loan_amount":551,"batch_code":"info","wavelength":"inactive","timezone":{"notes":"qux","organism":536,"crew_id":"push","aligned_pct":true,"timezone":210.32},"currency":{"crew_id":"info","freight_class":"viewer","lab_result":"heterozygous"},"start_date":true,"payment_status":{"longitude":669,"status":null,"count":"rej... |
TASK repair_structured_output
SPEC
FIELD features TYPE number REQUIRED yes
FIELD label TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD description TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
BROKEN_OUTPUT
{features:570.82,label:"medium",description:"pending_review"} | {"features":570.82,"label":"medium","description":"pending_review"} | unquoted_keys | {
"type": "object",
"properties": {
"features": {
"type": "number"
},
"label": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"description": {
"type": "string",
"enum": [
"pending_review",
"c... | {features:570.82,label:"medium",description:"pending_review"} | Expecting property name enclosed in double quotes | {"features":570.82,"label":"medium","description":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD reagent.bed_number TYPE string REQUIRED yes
FIELD reagent.wavelength TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD reagent.longitude TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD reagent.vital_sign TYPE string REQUIRED no
FI... | {"credit_score":{"coverage":false,"salinity":false,"published":{"repository":"https://www.com/api","consignee":216,"item_id":"low","run_id":"GRCh38","cargo_type":"small"},"footnote":{"full_name":984,"interest_rate":"active","id":null,"url":"white","salinity":"pending","temp_celsius":946,"crew_id":false,"half_life":"Mar... | markdown_fences | {
"type": "object",
"properties": {
"reagent": {
"type": "object",
"properties": {
"bed_number": {
"type": "string"
},
"wavelength": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | ```json
{"credit_score":{"coverage":false,"salinity":false,"published":{"repository":"https://www.com/api","consignee":216,"item_id":"low","run_id":"GRCh38","cargo_type":"small"},"footnote":{"full_name":984,"interest_rate":"active","id":null,"url":"white","salinity":"pending","temp_celsius":946,"crew_id":false,"half_li... | Output contains markdown code fences | {"credit_score":{"coverage":false,"salinity":false,"published":{"repository":"https://www.com/api","consignee":216,"item_id":"low","run_id":"GRCh38","cargo_type":"small"},"footnote":{"full_name":984,"interest_rate":"active","id":null,"url":"white","salinity":"pending","temp_celsius":946,"crew_id":false,"half_life":"Mar... |
TASK repair_structured_output
SPEC
FIELD dim_f37 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_j54 TYPE string REQUIRED no
FIELD col_s96 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{'dim_f37':'push','param_j54':'baz','col_s96':'test@example.com'} | {"dim_f37":"push","param_j54":"baz","col_s96":"test@example.com"} | single_quotes | {
"type": "object",
"properties": {
"dim_f37": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_j54": {
"type": "string"
},
"col_s96": {
"type": "string",
"format": "email"
}
},
"required": [
... | {'dim_f37':'push','param_j54':'baz','col_s96':'test@example.com'} | Expecting property name enclosed in double quotes | {"dim_f37":"push","param_j54":"baz","col_s96":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD key_k77 TYPE number REQUIRED yes
FIELD prop_h59.val_h17.param_k91 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no
FIELD prop_h59.val_h17.dim_h00 TYPE string REQUIRED no
FIELD prop_h59.val_h17.field_i29 TYPE boolean REQUIRED no
FIELD prop_h59.val_h17.param... | {"key_k77":153.3,"prop_h59":{"val_h17":{"param_k91":"level_1","dim_h00":"London","field_i29":true,"param_w78":null,"key_x36":"mode_f","param_m12":"mode_c","param_f14":234.1,"prop_i99":"type_b"},"field_z18":"test@example.com","param_s29":null},"field_x55":true} | missing_required | {
"type": "object",
"properties": {
"key_k77": {
"type": "number"
},
"prop_h59": {
"type": "object",
"properties": {
"val_h17": {
"type": "object",
"properties": {
"param_k91": {
"type": "string",
"enum": [
... | {"key_k77": 153.3, "prop_h59": {"val_h17": {"param_k91": "level_1", "dim_h00": "London", "field_i29": true, "param_w78": null, "key_x36": "mode_f", "param_m12": "mode_c", "param_f14": 234.1, "prop_i99": "type_b"}, "field_z18": "test@example.com", "param_s29": null}} | Required field 'field_x55' is missing | {"key_k77":153.3,"prop_h59":{"val_h17":{"param_k91":"level_1","dim_h00":"London","field_i29":true,"param_w78":null,"key_x36":"mode_f","param_m12":"mode_c","param_f14":234.1,"prop_i99":"type_b"},"field_z18":"test@example.com","param_s29":null},"field_x55":true} |
TASK repair_structured_output
SPEC
FIELD dim_s31 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD prop_r22 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD val_t94 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_y16 TYPE number REQUIRED no
FIELD ... | {"prop_r22":"level_2","val_t94":"delivered","key_y16":146.05,"field_i31":"QC-07","prop_p57":131.54} | markdown_fences | {
"type": "object",
"properties": {
"dim_s31": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"prop_r22": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
... | ```json
{"prop_r22":"level_2","val_t94":"delivered","key_y16":146.05,"field_i31":"QC-07","prop_p57":131.54}
``` | Output contains markdown code fences | {"prop_r22":"level_2","val_t94":"delivered","key_y16":146.05,"field_i31":"QC-07","prop_p57":131.54} |
TASK repair_structured_output
SPEC
FIELD message TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD berth_slot TYPE integer REQUIRED no
FIELD section TYPE integer REQUIRED no
FIELD email TYPE integer REQUIRED no
FIELD paragraph TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"message": "offline",... | {"message":"offline","berth_slot":283,"section":90,"paragraph":true} | number_with_unit | {
"type": "object",
"properties": {
"message": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"berth_slot": {
"type": "integer"
},
"section": {
"type": "integer"
},
"email": {
"typ... | {"message": "offline", "berth_slot": "283MB", "section": 90, "paragraph": true} | Field 'berth_slot' must be number, got string with unit | {"message":"offline","berth_slot":283,"section":90,"paragraph":true} |
TASK repair_structured_output
SPEC
FIELD username TYPE integer REQUIRED no
FIELD position TYPE integer REQUIRED yes
FIELD company.aligned_pct TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD company.chromosome TYPE string VALUES type_a|type_b REQUIRED no
FIELD company.position TYPE string VALUES reliable|unstable... | {"username":401,"position":796,"company":{"aligned_pct":"level_1","chromosome":"type_a","position":"intermittent","score":352,"shift_code":589.45}} | missing_required | {
"type": "object",
"properties": {
"username": {
"type": "integer"
},
"position": {
"type": "integer"
},
"company": {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string",
"enum": [
"level_1",
"level_2"
... | {"username": 401, "company": {"aligned_pct": "level_1", "chromosome": "type_a", "position": "intermittent", "score": 352, "shift_code": 589.45}} | Required field 'position' is missing | {"username":401,"position":796,"company":{"aligned_pct":"level_1","chromosome":"type_a","position":"intermittent","score":352,"shift_code":589.45}} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE string_email REQUIRED no
FIELD message TYPE string REQUIRED yes
FIELD total TYPE string REQUIRED no
BROKEN_OUTPUT
{"end_date":"test@example.com","message":"https://api.example.com/v1"} | {"end_date":"test@example.com","message":"https://api.example.com/v1"} | missing_bracket | {
"type": "object",
"properties": {
"end_date": {
"type": "string",
"format": "email"
},
"message": {
"type": "string"
},
"total": {
"type": "string"
}
},
"required": [
"message"
]
} | {"end_date":"test@example.com","message":"https://api.example.com/v1"} | Missing closing bracket | {"end_date":"test@example.com","message":"https://api.example.com/v1"} |
TASK repair_structured_output
SPEC
FIELD col_w19 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD attr_w89 TYPE string REQUIRED no
FIELD param_m68[] TYPE boolean REQUIRED no
FIELD key_d90[].param_z05 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD key_d90[].attr_c92 TYPE s... | {"col_w19":"green","key_d90":[{"param_z05":"frameshift","attr_c92":"anchored","dim_p42":[205,324,692,798]},{"param_z05":"synonymous","attr_c92":"berthed","dim_p42":[733,344]},{"param_z05":"missense","attr_c92":"underway","dim_p42":[889]}]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_w19": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"attr_w89": {
"type": "string"
},
"param_m68": {
"type": "array",
"items": {
"type": "boo... | get_inventory(col_w19='green', key_d90=[{'param_z05': 'frameshift', 'attr_c92': 'anchored', 'dim_p42': [205, 324, 692, 798]}, {'param_z05': 'synonymous', 'attr_c92': 'berthed', 'dim_p42': [733, 344]}, {'param_z05': 'missense', 'attr_c92': 'underway', 'dim_p42': [889]}]) | Tool call uses Python syntax instead of JSON | {"col_w19":"green","key_d90":[{"param_z05":"frameshift","attr_c92":"anchored","dim_p42":[205,324,692,798]},{"param_z05":"synonymous","attr_c92":"berthed","dim_p42":[733,344]},{"param_z05":"missense","attr_c92":"underway","dim_p42":[889]}]} |
TASK repair_structured_output
SPEC
FIELD attr_s22 TYPE string REQUIRED no
FIELD field_u56 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_d33 TYPE null REQUIRED yes
BROKEN_OUTPUT
{"field_u56":"open","col_d33":null | {"field_u56":"open","col_d33":null} | truncated_object | {
"type": "object",
"properties": {
"attr_s22": {
"type": "string"
},
"field_u56": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_d33": {
"type": "null"
}
},
"required": [
"field_u56",
... | {"field_u56":"open","col_d33":null | Unexpected end of JSON input — truncated object | {"field_u56":"open","col_d33":null} |
TASK repair_structured_output
SPEC
FIELD field_n43 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_l74.prop_o47 TYPE string VALUES single|married|divorced REQUIRED no
FIELD dim_l74.val_l71 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_l74.col_o64 TYPE null REQUIRED yes
FI... | {"field_n43":"inactive","dim_l74":{"val_l71":"new","col_o64":null,"dim_w89":true},"dim_r81":true,"field_y82":{"field_w29":"hemizygous","field_z25":"email","prop_g40":51,"dim_a39":"info@domain.org","col_r98":{"attr_y70":254,"dim_j38":"JPY","attr_e36":null,"col_m52":"BRL","key_i92":[102,679]}}} | missing_required | {
"type": "object",
"properties": {
"field_n43": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_l74": {
"type": "object",
"properties": {
"prop_o47": {
"type": "string",
"enum": [
"sing... | {"field_n43": "inactive", "dim_l74": {"val_l71": "new", "col_o64": null, "dim_w89": true}, "dim_r81": true} | Required field 'field_y82' is missing | {"field_n43":"inactive","dim_l74":{"val_l71":"new","col_o64":null,"dim_w89":true},"dim_r81":true,"field_y82":{"field_w29":"hemizygous","field_z25":"email","prop_g40":51,"dim_a39":"info@domain.org","col_r98":{"attr_y70":254,"dim_j38":"JPY","attr_e36":null,"col_m52":"BRL","key_i92":[102,679]}}} |
TASK repair_structured_output
SPEC
FIELD param_q78 TYPE string REQUIRED no
FIELD param_w97.prop_q14 TYPE boolean REQUIRED yes
FIELD param_w97.field_b10 TYPE string REQUIRED yes
FIELD param_w97.val_f49 TYPE string REQUIRED yes
FIELD val_i48 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD dim_g70 TY... | {"param_q78":"hello","param_w97":{"prop_q14":true,"field_b10":"London","val_f49":"Diana"},"val_i48":"level_1","dim_g70":"https://data.com/api","field_z66":"type_a","field_b81":null,"col_q88":817.59,"prop_r05":"bar"} | number_with_unit | {
"type": "object",
"properties": {
"param_q78": {
"type": "string"
},
"param_w97": {
"type": "object",
"properties": {
"prop_q14": {
"type": "boolean"
},
"field_b10": {
"type": "string"
},
"val_f49": {
"type": "stri... | {"param_q78": "hello", "param_w97": {"prop_q14": true, "field_b10": "London", "val_f49": "Diana"}, "val_i48": "level_1", "dim_g70": "https://data.com/api", "field_z66": "type_a", "field_b81": null, "col_q88": "817.59sec", "prop_r05": "bar"} | Field 'col_q88' must be number, got string with unit | {"param_q78":"hello","param_w97":{"prop_q14":true,"field_b10":"London","val_f49":"Diana"},"val_i48":"level_1","dim_g70":"https://data.com/api","field_z66":"type_a","field_b81":null,"col_q88":817.59,"prop_r05":"bar"} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD description.first_name TYPE string_uri REQUIRED no
FIELD description.duration_ms TYPE string REQUIRED no
FIELD description.bed_number TYPE string VALUES active|inactive|pending REQUIRED no
FIELD descripti... | {"subtotal":"error","description":{"first_name":"https://www.org/data","duration_ms":"approved","bed_number":"inactive","insurance_id":{"visible":"cat_a","lab_result":"level_1","thumbnail":"2024-09-09T02:03:00Z"}},"longitude":"option_b","label":"mode_e"} | missing_required | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"description": {
"type": "object",
"properties": {
"first_name": {
"type": "string",
"format"... | {"description": {"first_name": "https://www.org/data", "duration_ms": "approved", "bed_number": "inactive", "insurance_id": {"visible": "cat_a", "lab_result": "level_1", "thumbnail": "2024-09-09T02:03:00Z"}}, "longitude": "option_b", "label": "mode_e"} | Required field 'subtotal' is missing | {"subtotal":"error","description":{"first_name":"https://www.org/data","duration_ms":"approved","bed_number":"inactive","insurance_id":{"visible":"cat_a","lab_result":"level_1","thumbnail":"2024-09-09T02:03:00Z"}},"longitude":"option_b","label":"mode_e"} |
TASK repair_structured_output
SPEC
FIELD attr_h55 TYPE string_email REQUIRED no
FIELD val_l91 TYPE string REQUIRED yes
FIELD prop_a36 TYPE string REQUIRED no
FIELD param_t41 TYPE number REQUIRED no
FIELD prop_u27[] TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
{attr_h55:"user@example.com",val_... | {"attr_h55":"user@example.com","val_l91":"Johnson","prop_a36":"MV-Evergreen-01","param_t41":688.86,"prop_u27":["archived","archived"]} | unquoted_keys | {
"type": "object",
"properties": {
"attr_h55": {
"type": "string",
"format": "email"
},
"val_l91": {
"type": "string"
},
"prop_a36": {
"type": "string"
},
"param_t41": {
"type": "number"
},
"prop_u27": {
"type": "array",
"items": {
... | {attr_h55:"user@example.com",val_l91:"Johnson",prop_a36:"MV-Evergreen-01",param_t41:688.86,prop_u27:["archived","archived"]} | Expecting property name enclosed in double quotes | {"attr_h55":"user@example.com","val_l91":"Johnson","prop_a36":"MV-Evergreen-01","param_t41":688.86,"prop_u27":["archived","archived"]} |
TASK repair_structured_output
SPEC
FIELD val_e33 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD key_w56 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_e67[] TYPE string VALUES active|inactive|pending REQUIRED yes
BROKEN_OUTPUT
I need to create a JSON object that matches the given schema.
Let ... | {"val_e33":"cat_c","field_e67":["active"]} | thought_process | {
"type": "object",
"properties": {
"val_e33": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"key_w56": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"field_e67": {
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"val_e33":"cat_c","field_e67":["active"]} | Output contains chain-of-thought reasoning before JSON | {"val_e33":"cat_c","field_e67":["active"]} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE boolean REQUIRED yes
FIELD insurance_id TYPE integer REQUIRED no
FIELD allele TYPE string REQUIRED no
FIELD procedure_code TYPE integer REQUIRED no
FIELD filter_flag TYPE string REQUIRED no
FIELD lab_result.section TYPE boolean REQUIRED yes
FIELD lab_result.account... | {"item_id":false,"insurance_id":242,"procedure_code":230,"filter_flag":"Smith","lab_result":{"section":true,"email":"Oliveira","humidity_pct":true,"payment_status":{"annotation":"draft","organism":null,"message":"cat_d"}},"tile":"approved"} | extra_field | {
"type": "object",
"properties": {
"item_id": {
"type": "boolean"
},
"insurance_id": {
"type": "integer"
},
"allele": {
"type": "string"
},
"procedure_code": {
"type": "integer"
},
"filter_flag": {
"type": "string"
},
"lab_result": {
"... | {"item_id": false, "insurance_id": 242, "procedure_code": 230, "filter_flag": "Smith", "lab_result": {"section": true, "email": "Oliveira", "humidity_pct": true, "payment_status": {"annotation": "draft", "organism": null, "message": "cat_d"}}, "tile": "approved", "extra_field_4695": 42} | Unknown field 'extra_field_4695' not defined in schema | {"item_id":false,"insurance_id":242,"procedure_code":230,"filter_flag":"Smith","lab_result":{"section":true,"email":"Oliveira","humidity_pct":true,"payment_status":{"annotation":"draft","organism":null,"message":"cat_d"}},"tile":"approved"} |
TASK repair_structured_output
SPEC
FIELD attr_y28 TYPE number REQUIRED yes
FIELD prop_s76 TYPE number REQUIRED no
FIELD prop_s02 TYPE integer REQUIRED no
FIELD prop_o44 TYPE string REQUIRED no
FIELD dim_e62 TYPE integer REQUIRED yes
BROKEN_OUTPUT
The parsed result is:
{"attr_y28":406.16,"prop_s76":921.19,"prop_s02":6... | {"attr_y28":406.16,"prop_s76":921.19,"prop_s02":630,"dim_e62":649} | extra_text_before | {
"type": "object",
"properties": {
"attr_y28": {
"type": "number"
},
"prop_s76": {
"type": "number"
},
"prop_s02": {
"type": "integer"
},
"prop_o44": {
"type": "string"
},
"dim_e62": {
"type": "integer"
}
},
"required": [
"attr_y28",
... | The parsed result is:
{"attr_y28":406.16,"prop_s76":921.19,"prop_s02":630,"dim_e62":649} | Output contains non-JSON text before the object | {"attr_y28":406.16,"prop_s76":921.19,"prop_s02":630,"dim_e62":649} |
TASK repair_structured_output
SPEC
FIELD prop_r03 TYPE number REQUIRED yes
FIELD key_c44 TYPE string_date-time REQUIRED yes
FIELD prop_b86 TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Here is the JSON you requested:
```json
{"prop_r03":495.24,"key_c44":"2023-04-26T13:44:00Z","prop_b86":false}
```
Analysis finished. | {"prop_r03":495.24,"key_c44":"2023-04-26T13:44:00Z","prop_b86":false} | markdown_explanation | {
"type": "object",
"properties": {
"prop_r03": {
"type": "number"
},
"key_c44": {
"type": "string",
"format": "date-time"
},
"prop_b86": {
"type": "boolean"
}
},
"required": [
"key_c44",
"prop_b86",
"prop_r03"
]
} | Here is the JSON you requested:
```json
{"prop_r03":495.24,"key_c44":"2023-04-26T13:44:00Z","prop_b86":false}
```
Analysis finished. | Output contains markdown and explanatory text around JSON | {"prop_r03":495.24,"key_c44":"2023-04-26T13:44:00Z","prop_b86":false} |
TASK repair_structured_output
SPEC
FIELD prop_y50.val_w18 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_y50.key_d59 TYPE number REQUIRED yes
FIELD prop_y50.attr_l84 TYPE integer REQUIRED yes
FIELD prop_y50.param_j92 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_y50.key_f15 TYPE st... | {"prop_y50":{"val_w18":"small","key_d59":851.91,"attr_l84":152,"param_j92":"married","key_f15":"approved","dim_w01":"hemizygous"},"val_j44":"Hapag-Lloyd-Express"} | extra_text_before | {
"type": "object",
"properties": {
"prop_y50": {
"type": "object",
"properties": {
"val_w18": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"key_d59": {
"type": "num... | Sensor output follows:
{"prop_y50":{"val_w18":"small","key_d59":851.91,"attr_l84":152,"param_j92":"married","key_f15":"approved","dim_w01":"hemizygous"},"val_j44":"Hapag-Lloyd-Express"} | Output contains non-JSON text before the object | {"prop_y50":{"val_w18":"small","key_d59":851.91,"attr_l84":152,"param_j92":"married","key_f15":"approved","dim_w01":"hemizygous"},"val_j44":"Hapag-Lloyd-Express"} |
TASK repair_structured_output
SPEC
FIELD field_e20 TYPE string REQUIRED no
FIELD prop_g79.val_j21 TYPE string REQUIRED no
FIELD prop_g79.prop_y67 TYPE string REQUIRED no
FIELD prop_g79.key_a63 TYPE string REQUIRED no
FIELD prop_g79.dim_y48 TYPE string REQUIRED yes
FIELD prop_g79.prop_f71[] TYPE string REQUIRED no
FIEL... | {"prop_g79":{"val_j21":"Sao Paulo","prop_y67":"test@example.com","dim_y48":"Smith","prop_f71":["Silva","Silva"]},"key_v69":"demo","field_g16":false} | markdown_fences | {
"type": "object",
"properties": {
"field_e20": {
"type": "string"
},
"prop_g79": {
"type": "object",
"properties": {
"val_j21": {
"type": "string"
},
"prop_y67": {
"type": "string"
},
"key_a63": {
"type": "string"
... | ```json
{"prop_g79":{"val_j21":"Sao Paulo","prop_y67":"test@example.com","dim_y48":"Smith","prop_f71":["Silva","Silva"]},"key_v69":"demo","field_g16":false}
``` | Output contains markdown code fences | {"prop_g79":{"val_j21":"Sao Paulo","prop_y67":"test@example.com","dim_y48":"Smith","prop_f71":["Silva","Silva"]},"key_v69":"demo","field_g16":false} |
TASK repair_structured_output
SPEC
FIELD index TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD end_date TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD reagent TYPE string REQUIRED no
FIELD step.pressure_kpa TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD step.foot... | {"end_date":"medium","step":{"pressure_kpa":"EUR","frequency_hz":"EUR","chapter":227,"duration_ms":true},"description":{"account_id":"baz","brake_pressure":55,"priority":false,"country":{"interest_rate":"pro","torque_output":437,"allele":"nonsense","priority":"viewer","branch":"completed","username":740.55,"invoice_id"... | truncated_array | {
"type": "object",
"properties": {
"index": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"end_date": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {"end_date":"medium","step":{"pressure_kpa":"EUR","frequency_hz":"EUR","chapter":227,"duration_ms":true},"description":{"account_id":"baz","brake_pressure":55,"priority":false,"country":{"interest_rate":"pro","torque_output":437,"allele":"nonsense","priority":"viewer","branch":"completed","username":740.55,"invoice_id"... | Unexpected end of JSON input — truncated object | {"end_date":"medium","step":{"pressure_kpa":"EUR","frequency_hz":"EUR","chapter":227,"duration_ms":true},"description":{"account_id":"baz","brake_pressure":55,"priority":false,"country":{"interest_rate":"pro","torque_output":437,"allele":"nonsense","priority":"viewer","branch":"completed","username":740.55,"invoice_id"... |
TASK repair_structured_output
SPEC
FIELD created_at TYPE boolean REQUIRED yes
FIELD priority.priority TYPE string_date-time REQUIRED yes
FIELD priority.salinity TYPE boolean REQUIRED no
FIELD priority.turbidity TYPE boolean REQUIRED no
FIELD priority.company TYPE integer REQUIRED no
FIELD priority.message.temp_celsius... | {"created_at":false,"priority":{"priority":"2024-08-14T08:47:00Z","turbidity":true,"company":494,"message":{"temp_celsius":"admin@test.io","wavelength":null,"annotation":["green","green","red","red"]}},"brake_pressure":"medium"} | markdown_fences | {
"type": "object",
"properties": {
"created_at": {
"type": "boolean"
},
"priority": {
"type": "object",
"properties": {
"priority": {
"type": "string",
"format": "date-time"
},
"salinity": {
"type": "boolean"
},
"tu... | ```json
{"created_at":false,"priority":{"priority":"2024-08-14T08:47:00Z","turbidity":true,"company":494,"message":{"temp_celsius":"admin@test.io","wavelength":null,"annotation":["green","green","red","red"]}},"brake_pressure":"medium"}
``` | Output contains markdown code fences | {"created_at":false,"priority":{"priority":"2024-08-14T08:47:00Z","turbidity":true,"company":494,"message":{"temp_celsius":"admin@test.io","wavelength":null,"annotation":["green","green","red","red"]}},"brake_pressure":"medium"} |
TASK repair_structured_output
SPEC
FIELD attr_n72 TYPE string_uri REQUIRED yes
FIELD param_i02 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD dim_r68[].attr_p50 TYPE integer REQUIRED yes
FIELD dim_r68[].param_w45 TYPE string_email REQUIRED no
FIELD dim_r68[].field_a75 TYPE integer REQUIRED yes
FIELD d... | {"attr_n72":"https://example.io/api","param_i02":"error","dim_r68":[{"attr_p50":140,"param_w45":"user@domain.org","field_a75":474,"col_u68":"ops@domain.org"},{"attr_p50":284,"param_w45":"info@domain.org","field_a75":744,"col_u68":"test@test.io"},{"attr_p50":240,"param_w45":"ops@example.com","field_a75":366,"col_u68":"a... | truncated_array | {
"type": "object",
"properties": {
"attr_n72": {
"type": "string",
"format": "uri"
},
"param_i02": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_r68": {
"type": "array",
"items": {
... | {"attr_n72":"https://example.io/api","param_i02":"error","dim_r68":[{"attr_p50":140,"param_w45":"user@domain.org","field_a75":474,"col_u68":"ops@domain.org"},{"attr_p50":284,"param_w45":"info@domain.org","field_a75":744,"col_u68":"test@test.io"},{"attr_p50":240,"param_w45":"ops@example.com","field_a75":366,"col_u68":"a... | Unexpected end of JSON input — truncated array | {"attr_n72":"https://example.io/api","param_i02":"error","dim_r68":[{"attr_p50":140,"param_w45":"user@domain.org","field_a75":474,"col_u68":"ops@domain.org"},{"attr_p50":284,"param_w45":"info@domain.org","field_a75":744,"col_u68":"test@test.io"},{"attr_p50":240,"param_w45":"ops@example.com","field_a75":366,"col_u68":"a... |
TASK repair_structured_output
SPEC
FIELD priority.score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD priority.organism TYPE string VALUES success|error|warning|info REQUIRED no
FIELD priority.batch_code TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD prio... | {"priority":{"score":"maintenance","organism":"info","batch_code":"degraded","name":"reliable","id":850.78,"length":"qux","log_level":"quux"},"timezone":"active","allele":"2024-04-01T00:48:00Z","vital_sign":true,"weight":null,"conductivity":{"position":true,"collateral":"berthed","due_date":["large"]},"current_draw":"e... | tool_call_bad_format | {
"type": "object",
"properties": {
"priority": {
"type": "object",
"properties": {
"score": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"organism": {
... | <functioncall> calculate_docking_fee
{priority: {score: "maintenance", organism: "info", batch_code: "degraded", name: "reliable", id: 850.78, length: "qux", log_level: "quux"}, timezone: "active", allele: "2024-04-01T00:48:00Z", vital_sign: true, weight: null, conductivity: {position: true, collateral: "berthed", due_... | Tool call has malformed arguments — unquoted keys in function parameters | {"priority":{"score":"maintenance","organism":"info","batch_code":"degraded","name":"reliable","id":850.78,"length":"qux","log_level":"quux"},"timezone":"active","allele":"2024-04-01T00:48:00Z","vital_sign":true,"weight":null,"conductivity":{"position":true,"collateral":"berthed","due_date":["large"]},"current_draw":"e... |
TASK repair_structured_output
SPEC
FIELD param_v19 TYPE null REQUIRED no
FIELD col_k61 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD param_u85 TYPE boolean REQUIRED yes
FIELD key_c08.key_o72 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_c08.prop_b74 TYPE string REQUIRED yes
FIELD ke... | {"param_v19":null,"col_k61":"inactive","param_u85":true,"key_c08":{"key_o72":"single","prop_b74":"Luis","val_u67":901}} | wrong_type | {
"type": "object",
"properties": {
"param_v19": {
"type": "null"
},
"col_k61": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_u85": {
"type": "boolean"
},
"key_c08": {
"type": "object",
"propert... | {"param_v19": null, "col_k61": "inactive", "param_u85": "\"yes\"", "key_c08": {"key_o72": "single", "prop_b74": "Luis", "val_u67": 901}} | Field 'param_u85' must be boolean, got string | {"param_v19":null,"col_k61":"inactive","param_u85":true,"key_c08":{"key_o72":"single","prop_b74":"Luis","val_u67":901}} |
TASK repair_structured_output
SPEC
FIELD key_n83 TYPE integer REQUIRED yes
FIELD field_y16 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD dim_j08 TYPE string REQUIRED no
FIELD field_k84.key_l90 TYPE string_uri REQUIRED yes
FIELD field_k84.val_r66.prop_x39 TYPE integer REQUIR... | {"key_n83":602,"field_y16":"option_d","dim_j08":"RTG-04","field_k84":{"key_l90":"https://api.org/api","val_r66":{"prop_x39":560,"param_a51":true,"key_d91":["test@test.io"]},"col_q46":null,"param_d78":"2026-09-20T19:02:00Z","val_m82":"homozygous","field_r97":"type_c","key_t34":false}} | extra_text_before | {
"type": "object",
"properties": {
"key_n83": {
"type": "integer"
},
"field_y16": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"dim_j08": {
"type": "string"... | Here is the response in the requested format:
{"key_n83":602,"field_y16":"option_d","dim_j08":"RTG-04","field_k84":{"key_l90":"https://api.org/api","val_r66":{"prop_x39":560,"param_a51":true,"key_d91":["test@test.io"]},"col_q46":null,"param_d78":"2026-09-20T19:02:00Z","val_m82":"homozygous","field_r97":"type_c","key_t3... | Output contains non-JSON text before the object | {"key_n83":602,"field_y16":"option_d","dim_j08":"RTG-04","field_k84":{"key_l90":"https://api.org/api","val_r66":{"prop_x39":560,"param_a51":true,"key_d91":["test@test.io"]},"col_q46":null,"param_d78":"2026-09-20T19:02:00Z","val_m82":"homozygous","field_r97":"type_c","key_t34":false}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.