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 col_z30 TYPE boolean REQUIRED yes
FIELD dim_n53 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD field_q85 TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD prop_l90 TYPE string REQUIRED no
FIELD key_a95.dim_e19 TYPE integer REQUIRED no
FIELD key_a95.key_h32 TYPE... | {"col_z30":false,"dim_n53":"blue","field_q85":"cat_a","key_a95":{"key_h32":null,"dim_m91":{"attr_c04":"ops@test.io","attr_u00":"warning","val_q11":272,"field_h99":"active"},"dim_f19":"John","val_b35":"cancelled","prop_r76":"rejected"}} | extra_text_after | {
"type": "object",
"properties": {
"col_z30": {
"type": "boolean"
},
"dim_n53": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"field_q85": {
"type": "string",
"enum": [
"cat_a",
... | {"col_z30":false,"dim_n53":"blue","field_q85":"cat_a","key_a95":{"key_h32":null,"dim_m91":{"attr_c04":"ops@test.io","attr_u00":"warning","val_q11":272,"field_h99":"active"},"dim_f19":"John","val_b35":"cancelled","prop_r76":"rejected"}}
Data logged successfully. | Output contains non-JSON text after the object | {"col_z30":false,"dim_n53":"blue","field_q85":"cat_a","key_a95":{"key_h32":null,"dim_m91":{"attr_c04":"ops@test.io","attr_u00":"warning","val_q11":272,"field_h99":"active"},"dim_f19":"John","val_b35":"cancelled","prop_r76":"rejected"}} |
TASK repair_structured_output
SPEC
FIELD prop_k14 TYPE number REQUIRED no
FIELD attr_d95 TYPE null REQUIRED yes
FIELD dim_u97 TYPE boolean REQUIRED no
FIELD param_d03 TYPE number REQUIRED yes
FIELD col_q85.dim_o25 TYPE string REQUIRED no
FIELD col_q85.attr_i18 TYPE string_uri REQUIRED no
FIELD col_q85.val_s23 TYPE str... | {"prop_k14":924.01,"attr_d95":null,"param_d03":753.21} | single_quotes | {
"type": "object",
"properties": {
"prop_k14": {
"type": "number"
},
"attr_d95": {
"type": "null"
},
"dim_u97": {
"type": "boolean"
},
"param_d03": {
"type": "number"
},
"col_q85": {
"type": "object",
"properties": {
"dim_o25": {
... | {'prop_k14':924.01,'attr_d95':null,'param_d03':753.21} | Expecting property name enclosed in double quotes | {"prop_k14":924.01,"attr_d95":null,"param_d03":753.21} |
TASK repair_structured_output
SPEC
FIELD throttle_pos TYPE string VALUES single|married|divorced REQUIRED no
FIELD timezone TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD created_at TYPE integer REQUIRED yes
FIELD status TYPE string REQUIRED no
FIELD full_name TYPE boolean REQUIRED no
FIELD h... | {"throttle_pos":"single","timezone":"cat_c","created_at":258,"status":"A short description.","full_name":false,"hazmat_code":236} | tool_call_partial_args | {
"type": "object",
"properties": {
"throttle_pos": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"timezone": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e",
... | I need to look up the information first.
Action: create_order
Arguments: {"throttle_pos": "single", "timezone": "cat_c", "status": "A short description.", "full_name": false, "hazmat_code": 236} | Agent tool call missing required parameter 'created_at' | {"throttle_pos":"single","timezone":"cat_c","created_at":258,"status":"A short description.","full_name":false,"hazmat_code":236} |
TASK repair_structured_output
SPEC
FIELD col_v59 TYPE integer REQUIRED no
FIELD key_k52 TYPE integer REQUIRED yes
FIELD param_l38 TYPE number REQUIRED no
FIELD param_e51 TYPE integer REQUIRED no
FIELD col_g05.col_m36 TYPE integer REQUIRED no
FIELD col_g05.param_p59 TYPE string_date-time REQUIRED no
FIELD col_g05.col_m... | {"key_k52":813,"param_l38":208.75,"col_g05":{"col_m36":993,"param_p59":"2020-08-19T10:11:00Z","col_m88":"completed","dim_p28":{"dim_o90":"Silva","param_s10":null,"attr_v92":"white"},"key_y96":"escalated"}} | number_with_unit | {
"type": "object",
"properties": {
"col_v59": {
"type": "integer"
},
"key_k52": {
"type": "integer"
},
"param_l38": {
"type": "number"
},
"param_e51": {
"type": "integer"
},
"col_g05": {
"type": "object",
"properties": {
"col_m36": {
... | {"key_k52": 813, "param_l38": "208.75%", "col_g05": {"col_m36": 993, "param_p59": "2020-08-19T10:11:00Z", "col_m88": "completed", "dim_p28": {"dim_o90": "Silva", "param_s10": null, "attr_v92": "white"}, "key_y96": "escalated"}} | Field 'param_l38' must be number, got string with unit | {"key_k52":813,"param_l38":208.75,"col_g05":{"col_m36":993,"param_p59":"2020-08-19T10:11:00Z","col_m88":"completed","dim_p28":{"dim_o90":"Silva","param_s10":null,"attr_v92":"white"},"key_y96":"escalated"}} |
TASK repair_structured_output
SPEC
FIELD prop_a66 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD dim_q87 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD key_f48 TYPE number REQUIRED no
FIELD key_l57 TYPE integer REQUIRED no
FIELD attr_z89 TYPE string REQUIRED no
FIELD attr_x... | {"prop_a66":"in_progress","dim_q87":"reliable","key_f48":877.04,"key_l57":165,"dim_m23":"level_3","val_z33":"2021-04-28T08:21:00Z"} | agent_chain | {
"type": "object",
"properties": {
"prop_a66": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"dim_q87": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
... | Let me check the system.
Action: calibrate_instrument
Result: {"prop_a66": "in_progress", "dim_q87": "reliable", "key_f48": 877.04, "dim_m23": "level_3", "val_z33": "2021-04-28T08:21:00Z"}
I'll query our database.
Action: calculate_docking_fee
Result: | Agent multi-step chain with truncated tool output | {"prop_a66":"in_progress","dim_q87":"reliable","key_f48":877.04,"key_l57":165,"dim_m23":"level_3","val_z33":"2021-04-28T08:21:00Z"} |
TASK repair_structured_output
SPEC
FIELD length TYPE boolean REQUIRED yes
FIELD verified TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD altitude TYPE number REQUIRED yes
FIELD balance[].batch_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD balance[].... | {"length":false,"altitude":902.31,"balance":[{"batch_code":"synonymous","crew_id":"rejected","coverage":false}]} | missing_bracket | {
"type": "object",
"properties": {
"length": {
"type": "boolean"
},
"verified": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
]
},
"altitude": {
"type": "number"
},
"balance": {
"t... | {"length":false,"altitude":902.31,"balance":{"batch_code":"synonymous","crew_id":"rejected","coverage":false}]} | Missing closing bracket | {"length":false,"altitude":902.31,"balance":[{"batch_code":"synonymous","crew_id":"rejected","coverage":false}]} |
TASK repair_structured_output
SPEC
FIELD attr_h27 TYPE null REQUIRED no
FIELD param_h02 TYPE string_email REQUIRED yes
FIELD dim_d78.key_q76 TYPE number REQUIRED yes
FIELD dim_d78.attr_p60 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD dim_d78.prop_t52.param_z56 TYPE string_email REQUIRED yes
FIELD di... | {"param_h02":"admin@test.io","dim_d78":{"key_q76":532.74,"attr_p60":"pro","prop_t52":{"param_z56":"admin@domain.org","col_k54":true,"col_f07":"divorced","key_h13":893,"param_c43":null,"param_p04":"https://api.org/data","val_d77":392}},"val_n89":true,"prop_q90":395,"col_p55":"degraded","col_l61":905.63} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_h27": {
"type": "null"
},
"param_h02": {
"type": "string",
"format": "email"
},
"dim_d78": {
"type": "object",
"properties": {
"key_q76": {
"type": "number"
},
"attr_p60": {
"type"... | I need to look up the information first.
<tool_call name="check_cargo_manifest">
{"param_h02":"admin@test.io","dim_d78":{"key_q76":532.74,"attr_p60":"pro","prop_t52":{"param_z56":"admin@domain.org","col_k54":true,"col_f07":"divorced","key_h13":893,"param_c43":null,"param_p04":"https://api.org/data","val_d77":392}},"val... | Agent response mixes reasoning text with tool call | {"param_h02":"admin@test.io","dim_d78":{"key_q76":532.74,"attr_p60":"pro","prop_t52":{"param_z56":"admin@domain.org","col_k54":true,"col_f07":"divorced","key_h13":893,"param_c43":null,"param_p04":"https://api.org/data","val_d77":392}},"val_n89":true,"prop_q90":395,"col_p55":"degraded","col_l61":905.63} |
TASK repair_structured_output
SPEC
FIELD col_r16 TYPE integer REQUIRED yes
FIELD attr_f43 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD key_t73 TYPE integer REQUIRED yes
FIELD prop_d33.field_m43 TYPE string REQUIRED no
FIELD prop_d33.prop_y36 TYPE boolean REQUIRED no
FIELD prop_d33.col_q40 TYPE boo... | {"col_r16":298,"attr_f43":"mode_d","key_t73":138} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_r16": {
"type": "integer"
},
"attr_f43": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"key_t73": {
"type": "integer"
},
"prop_d33": {
"type": "object"... | Tool: validate_address
Params: {"col_r16": 298, "attr_f43": "mode_d", "key_t73": 138} | Agent used wrong parameter name 'prop_d33_id' instead of 'prop_d33' | {"col_r16":298,"attr_f43":"mode_d","key_t73":138} |
TASK repair_structured_output
SPEC
FIELD rating TYPE integer REQUIRED yes
FIELD strand TYPE boolean REQUIRED no
FIELD subtotal TYPE integer REQUIRED no
FIELD website.run_id TYPE string_uri REQUIRED no
FIELD website.span_id TYPE number REQUIRED no
FIELD website.crew_id TYPE string REQUIRED yes
FIELD website.active TYPE... | {"rating":277,"subtotal":685} | markdown_fences | {
"type": "object",
"properties": {
"rating": {
"type": "integer"
},
"strand": {
"type": "boolean"
},
"subtotal": {
"type": "integer"
},
"website": {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"format": "uri"
... | ```json
{"rating":277,"subtotal":685}
``` | Output contains markdown code fences | {"rating":277,"subtotal":685} |
TASK repair_structured_output
SPEC
FIELD key_l06 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD field_l67 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD val_i44 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_u16[] TYPE string VALUES mode_a|mode_b|mode_c|mode_d ... | {"key_l06":"option_b","val_i44":"medium","val_z82":["2023-01-19T14:04:00Z","2021-06-23T17:24:00Z","2026-06-04T11:34:00Z","2024-12-25T12:46:00Z"]} | extra_field | {
"type": "object",
"properties": {
"key_l06": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
"field_l67": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
... | {"key_l06": "option_b", "val_i44": "medium", "val_z82": ["2023-01-19T14:04:00Z", "2021-06-23T17:24:00Z", "2026-06-04T11:34:00Z", "2024-12-25T12:46:00Z"], "extra_field_1557": "unexpected"} | Unknown field 'extra_field_1557' not defined in schema | {"key_l06":"option_b","val_i44":"medium","val_z82":["2023-01-19T14:04:00Z","2021-06-23T17:24:00Z","2026-06-04T11:34:00Z","2024-12-25T12:46:00Z"]} |
TASK repair_structured_output
SPEC
FIELD attr_f80 TYPE boolean REQUIRED no
FIELD col_c83 TYPE integer REQUIRED yes
FIELD param_p54.prop_b26 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD param_p54.col_l09 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_p54.col_l92 TYPE... | {"attr_f80":false,"col_c83":63,"param_p54":{"prop_b26":"type_a","col_l09":"large","col_l92":false},"key_v72":355.26,"key_q60":"homozygous","dim_u14":723} | agent_chain | {
"type": "object",
"properties": {
"attr_f80": {
"type": "boolean"
},
"col_c83": {
"type": "integer"
},
"param_p54": {
"type": "object",
"properties": {
"prop_b26": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | I need to look up the information first.
Action: process_payment
Result: {"attr_f80": false, "col_c83": 63, "key_v72": 355.26, "key_q60": "homozygous", "dim_u14": 723}
Processing the request now.
Action: lookup_customer
Result: | Agent multi-step chain with truncated tool output | {"attr_f80":false,"col_c83":63,"param_p54":{"prop_b26":"type_a","col_l09":"large","col_l92":false},"key_v72":355.26,"key_q60":"homozygous","dim_u14":723} |
TASK repair_structured_output
SPEC
FIELD param_u51 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD param_v15 TYPE number REQUIRED yes
FIELD val_w39[].param_e83 TYPE string_date-time REQUIRED no
FIELD val_w39[].val_f76 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD val_w39[].f... | {"param_u51":"coastal","param_v15":109.69,"val_w39":[{"param_e83":"2023-01-28T02:15:00Z","val_f76":"anchored","field_f23":"2025-08-27T20:31:00Z","col_b13":411.89,"param_n15":663.42,"col_i85":"error","field_n02":true,"dim_o07":194.83},{"param_e83":"2022-09-05T12:06:00Z","val_f76":"berthed","col_i85":"info","field_n02":f... | tool_call_partial_args | {
"type": "object",
"properties": {
"param_u51": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_v15": {
"type": "number"
},
"val_w39": {
"type": "array",
"items": {
"type": "object",
... | Let me check the system.
Action: apply_discount
Arguments: {"param_v15": 109.69, "val_w39": [{"param_e83": "2023-01-28T02:15:00Z", "val_f76": "anchored", "field_f23": "2025-08-27T20:31:00Z", "col_b13": 411.89, "param_n15": 663.42, "col_i85": "error", "field_n02": true, "dim_o07": 194.83}, {"param_e83": "2022-09-05T12:0... | Agent tool call missing required parameter 'param_u51' | {"param_u51":"coastal","param_v15":109.69,"val_w39":[{"param_e83":"2023-01-28T02:15:00Z","val_f76":"anchored","field_f23":"2025-08-27T20:31:00Z","col_b13":411.89,"param_n15":663.42,"col_i85":"error","field_n02":true,"dim_o07":194.83},{"param_e83":"2022-09-05T12:06:00Z","val_f76":"berthed","col_i85":"info","field_n02":f... |
TASK repair_structured_output
SPEC
FIELD section TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD label TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD patient_id TYPE integer REQUIRED yes
FIELD weight TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD reagent TYPE string REQUIRED n... | {"label":"email","patient_id":482,"weight":"basic","reagent":"London"} | missing_bracket | {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"label": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"p... | {"label":"email","patient_id":482,"weight":"basic","reagent":"London"} | Missing closing bracket | {"label":"email","patient_id":482,"weight":"basic","reagent":"London"} |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD conductivity TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD rating TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD patient_id TYPE string REQUIRED yes
FIELD s... | {"age":"intermittent","conductivity":"type_a","rating":"maintenance","patient_id":"quux","span_id":"https://www.io/v1","half_life":"white"} | unquoted_keys | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"conductivity": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
... | {age:"intermittent",conductivity:"type_a",rating:"maintenance",patient_id:"quux",span_id:"https://www.io/v1",half_life:"white"} | Expecting property name enclosed in double quotes | {"age":"intermittent","conductivity":"type_a","rating":"maintenance","patient_id":"quux","span_id":"https://www.io/v1","half_life":"white"} |
TASK repair_structured_output
SPEC
FIELD shipping TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD temp_celsius TYPE string REQUIRED no
FIELD start_date TYPE string REQUIRED yes
FIELD duration_ms TYPE string REQUIRED no
FIELD deploy_target TYPE string REQUIRED no
BROKEN_OUTPUT
{"start_date": "inactive"... | {"shipping":"basic","start_date":"inactive","duration_ms":"pending","deploy_target":"approved"} | missing_required | {
"type": "object",
"properties": {
"shipping": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"temp_celsius": {
"type": "string"
},
"start_date": {
"type": "string"
},
"duration_ms": {
"type": "... | {"start_date": "inactive", "duration_ms": "pending", "deploy_target": "approved"} | Required field 'shipping' is missing | {"shipping":"basic","start_date":"inactive","duration_ms":"pending","deploy_target":"approved"} |
TASK repair_structured_output
SPEC
FIELD val_w08 TYPE string REQUIRED no
FIELD dim_r31 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD field_v37.param_m68 TYPE string REQUIRED yes
FIELD field_v37.col_j05 TYPE string_uri REQUIRED no
FIELD field_v37.param_z40[] TYPE string REQUIRED yes
FIELD field_v37.dim_a08[] T... | {"val_w08":"baz","field_v37":{"param_m68":"qux","col_j05":"https://www.org/data","param_z40":["Maria"],"dim_a08":["demo","Johnson","This is a test value.","qux"]},"col_l97":11,"field_i97":"https://example.com","dim_f55":"USD","dim_o50":{"val_i11":false,"col_u30":"type_c","param_w59":{"val_c09":"2026-10-12T01:46:00Z","p... | missing_required | {
"type": "object",
"properties": {
"val_w08": {
"type": "string"
},
"dim_r31": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"field_v37": {
"type": "object",
"properties": {
"param_m68": {
"type": "stri... | {"val_w08": "baz", "field_v37": {"param_m68": "qux", "col_j05": "https://www.org/data", "param_z40": ["Maria"], "dim_a08": ["demo", "Johnson", "This is a test value.", "qux"]}, "col_l97": 11, "field_i97": "https://example.com", "dim_f55": "USD", "param_m75": "Oliveira"} | Required field 'dim_o50' is missing | {"val_w08":"baz","field_v37":{"param_m68":"qux","col_j05":"https://www.org/data","param_z40":["Maria"],"dim_a08":["demo","Johnson","This is a test value.","qux"]},"col_l97":11,"field_i97":"https://example.com","dim_f55":"USD","dim_o50":{"val_i11":false,"col_u30":"type_c","param_w59":{"val_c09":"2026-10-12T01:46:00Z","p... |
TASK repair_structured_output
SPEC
FIELD quantity TYPE boolean REQUIRED yes
FIELD weight TYPE string REQUIRED no
FIELD updated_at TYPE boolean REQUIRED yes
FIELD velocity TYPE boolean REQUIRED no
FIELD hazmat_code.full_name TYPE string REQUIRED yes
FIELD hazmat_code.company TYPE string REQUIRED yes
FIELD hazmat_code.l... | {"quantity":false,"weight":"approved","updated_at":true,"altitude":{"consignee":"option_b","manifest_ref":703,"temp_celsius":"2023-02-04T23:52:00Z"},"filter_flag":"admin@domain.org","zip_code":"cancelled"} | extra_field | {
"type": "object",
"properties": {
"quantity": {
"type": "boolean"
},
"weight": {
"type": "string"
},
"updated_at": {
"type": "boolean"
},
"velocity": {
"type": "boolean"
},
"hazmat_code": {
"type": "object",
"properties": {
"full_name... | {"quantity": false, "weight": "approved", "updated_at": true, "altitude": {"consignee": "option_b", "manifest_ref": 703, "temp_celsius": "2023-02-04T23:52:00Z"}, "filter_flag": "admin@domain.org", "zip_code": "cancelled", "extra_field_1332": true} | Unknown field 'extra_field_1332' not defined in schema | {"quantity":false,"weight":"approved","updated_at":true,"altitude":{"consignee":"option_b","manifest_ref":703,"temp_celsius":"2023-02-04T23:52:00Z"},"filter_flag":"admin@domain.org","zip_code":"cancelled"} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE integer REQUIRED no
FIELD category TYPE string_date-time REQUIRED yes
FIELD paragraph[].notes TYPE string REQUIRED no
FIELD paragraph[].features TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD paragraph[].zip_code TYPE string VALUES single|marri... | {"frequency_hz":688,"category":"2026-05-04T06:15:00Z","paragraph":[{"features":"medium","zip_code":"divorced"},{"notes":"Charlie","features":"high","zip_code":"married"},{"features":"critical","zip_code":"divorced"}]} | agent_chain | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "integer"
},
"category": {
"type": "string",
"format": "date-time"
},
"paragraph": {
"type": "array",
"items": {
"type": "object",
"properties": {
"notes": {
"type": ... | Let me check the system.
Action: calibrate_instrument
Result: {"category": "2026-05-04T06:15:00Z", "paragraph": [{"features": "medium", "zip_code": "divorced"}, {"notes": "Charlie", "features": "high", "zip_code": "married"}, {"features": "critical", "zip_code": "divorced"}]}
I'll query our database.
Action: check_ava... | Agent multi-step chain with truncated tool output | {"frequency_hz":688,"category":"2026-05-04T06:15:00Z","paragraph":[{"features":"medium","zip_code":"divorced"},{"notes":"Charlie","features":"high","zip_code":"married"},{"features":"critical","zip_code":"divorced"}]} |
TASK repair_structured_output
SPEC
FIELD attr_s88 TYPE boolean REQUIRED yes
FIELD val_z41 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD param_f69 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"attr_s88":false,"val_z41":"delivered","param_f69":"https://example.io/api",} | {"attr_s88":false,"val_z41":"delivered","param_f69":"https://example.io/api"} | trailing_comma | {
"type": "object",
"properties": {
"attr_s88": {
"type": "boolean"
},
"val_z41": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"param_f69": {
"type": "string",
"format": "uri"
}
},
"req... | {"attr_s88":false,"val_z41":"delivered","param_f69":"https://example.io/api",} | Unexpected trailing comma | {"attr_s88":false,"val_z41":"delivered","param_f69":"https://example.io/api"} |
TASK repair_structured_output
SPEC
FIELD language TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD pressure_kpa TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD width.zip_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD width.shift_code TYPE... | {"language":"mode_e","pressure_kpa":"medium","width":{"zip_code":"frameshift","shift_code":"user@domain.com","status_code":{"procedure_code":"2026-01-11T04:35:00Z","brake_pressure":"option_b","quantity":null,"catalyst":528.12,"country":"ops@test.io"},"id":{"date":null,"currency":"ops@domain.org","subtotal":"mode_b","ba... | partial_structure | {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"pressure_kpa": {
"type": "string",
"enum": [
"low",
"medium",
... | Based on the data, first_name is mode_b. {"language":"mode_e","pressure_kpa":"medium","width":{"zip_code":"frameshift","shift_code":"user@domain.com","status_code":{"procedure_code":"2026-01-11T04:35:00Z","brake_pressure":"option_b","quantity":null,"catalyst":528.12,"country":"ops@test.io"},"id":{"date":null,"currency"... | Output mixes natural language with JSON | {"language":"mode_e","pressure_kpa":"medium","width":{"zip_code":"frameshift","shift_code":"user@domain.com","status_code":{"procedure_code":"2026-01-11T04:35:00Z","brake_pressure":"option_b","quantity":null,"catalyst":528.12,"country":"ops@test.io"},"id":{"date":null,"currency":"ops@domain.org","subtotal":"mode_b","ba... |
TASK repair_structured_output
SPEC
FIELD balance TYPE boolean REQUIRED yes
FIELD trace_id TYPE string REQUIRED yes
FIELD freight_class.count TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no
FIELD freight_class.published.shipping TYPE string VALUES active|inactive|pending REQUIRED no
FIELD freight_clas... | {"balance":true,"trace_id":"demo","lab_result":{"language":"pending","size":"2024-06-30","coverage":{"height":true,"footnote":278.4,"verified":"mode_b","coverage":900.51},"organism":{"crew_id":"This is a test value.","city":"completed","decay_rate":"type_b","manifest_ref":"Sao Paulo","deploy_target":"Oliveira","width":... | tool_call_partial_args | {
"type": "object",
"properties": {
"balance": {
"type": "boolean"
},
"trace_id": {
"type": "string"
},
"freight_class": {
"type": "object",
"properties": {
"count": {
"type": "string",
"enum": [
"type_a",
"type_b",
... | I need to look up the information first.
Action: align_reads
Arguments: {"balance": true, "lab_result": {"language": "pending", "size": "2024-06-30", "coverage": {"height": true, "footnote": 278.4, "verified": "mode_b", "coverage": 900.51}, "organism": {"crew_id": "This is a test value.", "city": "completed", "decay_ra... | Agent tool call missing required parameter 'trace_id' | {"balance":true,"trace_id":"demo","lab_result":{"language":"pending","size":"2024-06-30","coverage":{"height":true,"footnote":278.4,"verified":"mode_b","coverage":900.51},"organism":{"crew_id":"This is a test value.","city":"completed","decay_rate":"type_b","manifest_ref":"Sao Paulo","deploy_target":"Oliveira","width":... |
TASK repair_structured_output
SPEC
FIELD shift_code.quality_score TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD shift_code.age TYPE string VALUES draft|published|archived REQUIRED no
FIELD shift_code.brake_pressure TYPE string REQUIRED no
FIELD maturity_date.invoice_id TYPE integer REQUIRED yes
FIELD matur... | {"shift_code":{"quality_score":"admin","brake_pressure":"New York"},"maturity_date":{"invoice_id":270,"thumbnail":"admin@example.com","branch":509,"count":245.35},"diagnosis_code":{"turbidity":{"status":"published","turbidity":"married","torque_output":false,"status_code":582.39,"verified":73,"shipper_ref":"Berlin"},"c... | agent_chain | {
"type": "object",
"properties": {
"shift_code": {
"type": "object",
"properties": {
"quality_score": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"age": {
"type": "string",
... | I need to look up the information first.
Action: verify_hazmat_compliance
Result: {"maturity_date": {"invoice_id": 270, "thumbnail": "admin@example.com", "branch": 509, "count": 245.35}, "diagnosis_code": {"turbidity": {"status": "published", "turbidity": "married", "torque_output": false, "status_code": 582.39, "verif... | Agent multi-step chain with truncated tool output | {"shift_code":{"quality_score":"admin","brake_pressure":"New York"},"maturity_date":{"invoice_id":270,"thumbnail":"admin@example.com","branch":509,"count":245.35},"diagnosis_code":{"turbidity":{"status":"published","turbidity":"married","torque_output":false,"status_code":582.39,"verified":73,"shipper_ref":"Berlin"},"c... |
TASK repair_structured_output
SPEC
FIELD compound TYPE boolean REQUIRED yes
FIELD diagnosis_code TYPE string VALUES success|error|warning|info REQUIRED no
FIELD rating TYPE string REQUIRED yes
FIELD wavelength TYPE number REQUIRED no
FIELD catalyst TYPE integer REQUIRED yes
FIELD decay_rate TYPE integer REQUIRED yes
F... | {"compound":false,"rating":"quux","wavelength":525.94,"catalyst":426,"decay_rate":728,"loan_amount":"Alice","current_draw":"https://data.com/v1"} | tool_call_text_mix | {
"type": "object",
"properties": {
"compound": {
"type": "boolean"
},
"diagnosis_code": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"rating": {
"type": "string"
},
"wavelength": {
"type": "n... | I'll query our database.
<tool_call name="verify_hazmat_compliance">
{"compound":false,"rating":"quux","wavelength":525.94,"catalyst":426,"decay_rate":728,"loan_amount":"Alice","current_draw":"https://data.com/v1"}
</tool_call. | Agent response mixes reasoning text with tool call | {"compound":false,"rating":"quux","wavelength":525.94,"catalyst":426,"decay_rate":728,"loan_amount":"Alice","current_draw":"https://data.com/v1"} |
TASK repair_structured_output
SPEC
FIELD prop_g74 TYPE integer REQUIRED no
FIELD key_x70 TYPE string REQUIRED no
FIELD attr_g82 TYPE number REQUIRED no
FIELD dim_n30.val_w33 TYPE string_uri REQUIRED yes
FIELD dim_n30.col_s34 TYPE string REQUIRED yes
FIELD dim_n30.attr_x18 TYPE boolean REQUIRED no
FIELD val_n94 TYPE bo... | {"prop_g74":31,"key_x70":"FWD","attr_g82":995.22,"dim_n30":{"val_w33":"https://www.org/data","col_s34":"2024-06-30","attr_x18":false},"val_n94":true,"prop_m94":{"dim_a56":"user@example.com","prop_b93":580,"col_n00":"FWD","key_g19":["nonsense"]}} | markdown_fences | {
"type": "object",
"properties": {
"prop_g74": {
"type": "integer"
},
"key_x70": {
"type": "string"
},
"attr_g82": {
"type": "number"
},
"dim_n30": {
"type": "object",
"properties": {
"val_w33": {
"type": "string",
"format": "uri... | ```json
{"prop_g74":31,"key_x70":"FWD","attr_g82":995.22,"dim_n30":{"val_w33":"https://www.org/data","col_s34":"2024-06-30","attr_x18":false},"val_n94":true,"prop_m94":{"dim_a56":"user@example.com","prop_b93":580,"col_n00":"FWD","key_g19":["nonsense"]}}
``` | Output contains markdown code fences | {"prop_g74":31,"key_x70":"FWD","attr_g82":995.22,"dim_n30":{"val_w33":"https://www.org/data","col_s34":"2024-06-30","attr_x18":false},"val_n94":true,"prop_m94":{"dim_a56":"user@example.com","prop_b93":580,"col_n00":"FWD","key_g19":["nonsense"]}} |
TASK repair_structured_output
SPEC
FIELD subtotal TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD coverage TYPE number REQUIRED yes
FIELD filter_flag TYPE string REQUIRED yes
BROKEN_OUTPUT
{"subtotal":"frameshift","coverage":879.23,"filter_flag":"Oliveira",} | {"subtotal":"frameshift","coverage":879.23,"filter_flag":"Oliveira"} | trailing_comma | {
"type": "object",
"properties": {
"subtotal": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"coverage": {
"type": "number"
},
"filter_flag": {
"type": "string"
}
},
"required": [
"... | {"subtotal":"frameshift","coverage":879.23,"filter_flag":"Oliveira",} | Unexpected trailing comma | {"subtotal":"frameshift","coverage":879.23,"filter_flag":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD param_s27 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD prop_y90 TYPE number REQUIRED no
FIELD key_w28 TYPE string_date-time REQUIRED yes
FIELD param_f67 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"param_s27": "white", "key_w28": "2023-04-25T23:12:00Z", "param_... | {"param_s27":"white","key_w28":"2023-04-25T23:12:00Z","param_f67":"active"} | null_required | {
"type": "object",
"properties": {
"param_s27": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_y90": {
"type": "number"
},
"key_w28": {
"type": "string",
"format": "date-time"
},
... | {"param_s27": "white", "key_w28": "2023-04-25T23:12:00Z", "param_f67": null} | Required field 'param_f67' is null | {"param_s27":"white","key_w28":"2023-04-25T23:12:00Z","param_f67":"active"} |
TASK repair_structured_output
SPEC
FIELD start_date TYPE number REQUIRED yes
FIELD enabled TYPE null REQUIRED yes
FIELD maturity_date TYPE number REQUIRED yes
FIELD options TYPE string VALUES red|blue|green|black|white REQUIRED yes
BROKEN_OUTPUT
{"start_date": 721.23, "enabled": null, "maturity_date": 1.41, "options"... | {"start_date":721.23,"enabled":null,"maturity_date":1.41,"options":"blue"} | null_required | {
"type": "object",
"properties": {
"start_date": {
"type": "number"
},
"enabled": {
"type": "null"
},
"maturity_date": {
"type": "number"
},
"options": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"w... | {"start_date": 721.23, "enabled": null, "maturity_date": 1.41, "options": null} | Required field 'options' is null | {"start_date":721.23,"enabled":null,"maturity_date":1.41,"options":"blue"} |
TASK repair_structured_output
SPEC
FIELD dim_p25.param_g40 TYPE boolean REQUIRED no
FIELD dim_p25.field_c84 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_p25.val_s90 TYPE string REQUIRED yes
FIELD dim_p25.field_e16 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_p2... | {"dim_p25":{"param_g40":true,"field_c84":"critical","val_s90":"John","key_z31":"cancelled","param_p87":714.72},"param_g62":"frameshift","field_b11":581,"param_c31":409.55,"prop_v55":669.37,"val_x85":{"prop_d78":"moored","param_f83":"Diana","field_v36":459,"prop_x64":"rejected"},"col_f95":"small"} | missing_brace | {
"type": "object",
"properties": {
"dim_p25": {
"type": "object",
"properties": {
"param_g40": {
"type": "boolean"
},
"field_c84": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
... | {"dim_p25":{"param_g40":true,"field_c84":"critical","val_s90":"John","key_z31":"cancelled","param_p87":714.72},"param_g62":"frameshift","field_b11":581,"param_c31":409.55,"prop_v55":669.37,"val_x85":{"prop_d78":"moored","param_f83":"Diana","field_v36":459,"prop_x64":"rejected","col_f95":"small"} | Missing closing brace | {"dim_p25":{"param_g40":true,"field_c84":"critical","val_s90":"John","key_z31":"cancelled","param_p87":714.72},"param_g62":"frameshift","field_b11":581,"param_c31":409.55,"prop_v55":669.37,"val_x85":{"prop_d78":"moored","param_f83":"Diana","field_v36":459,"prop_x64":"rejected"},"col_f95":"small"} |
TASK repair_structured_output
SPEC
FIELD attr_u55 TYPE number REQUIRED yes
FIELD field_r25 TYPE string REQUIRED no
FIELD attr_u66.col_e10 TYPE number REQUIRED yes
FIELD attr_u66.val_k93 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD attr_u66.key_l20 TYPE integer REQUIRED no
FIELD attr_u66.dim_w05.key_a2... | {"attr_u55":702.17,"field_r25":"https://example.com","prop_n69":{"attr_n15":{"col_o76":"bar","key_l65":true,"param_r58":"user@example.com","col_v60":438,"col_j75":"type_b","key_t73":"2020-09-15T19:45:00Z","col_k16":"completed"},"col_j47":"Smith","field_s81":"example","prop_q76":"https://www.com/api","param_p57":{"col_f... | tool_call_bad_format | {
"type": "object",
"properties": {
"attr_u55": {
"type": "number"
},
"field_r25": {
"type": "string"
},
"attr_u66": {
"type": "object",
"properties": {
"col_e10": {
"type": "number"
},
"val_k93": {
"type": "string",
"... | <functioncall> send_email
{attr_u55: 702.17, field_r25: "https://example.com", prop_n69: {attr_n15: {col_o76: "bar", key_l65: true, param_r58: "user@example.com", col_v60: 438, col_j75: "type_b", key_t73: "2020-09-15T19:45:00Z", col_k16: "completed"}, col_j47: "Smith", field_s81: "example", prop_q76: "https://www.com/a... | Tool call has malformed arguments — unquoted keys in function parameters | {"attr_u55":702.17,"field_r25":"https://example.com","prop_n69":{"attr_n15":{"col_o76":"bar","key_l65":true,"param_r58":"user@example.com","col_v60":438,"col_j75":"type_b","key_t73":"2020-09-15T19:45:00Z","col_k16":"completed"},"col_j47":"Smith","field_s81":"example","prop_q76":"https://www.com/api","param_p57":{"col_f... |
TASK repair_structured_output
SPEC
FIELD lane.amount TYPE string REQUIRED no
FIELD lane.last_name TYPE integer REQUIRED yes
FIELD lane.fleet_number TYPE string VALUES option_a|option_b REQUIRED yes
FIELD lane.date.role TYPE integer REQUIRED yes
FIELD lane.date.duration_ms TYPE string VALUES red|blue|green|black|white ... | {"lane":{"amount":"completed","last_name":572,"fleet_number":"option_b","date":{"role":865,"duration_ms":"green","port_code":true},"start_date":{"lab_result":null,"paragraph":157,"features":44.74,"conductivity":"PASS","half_life":344,"comments":false,"voltage":"admin","tags":562}},"address":239,"lab_result":145.22,"dur... | tool_call_partial_args | {
"type": "object",
"properties": {
"lane": {
"type": "object",
"properties": {
"amount": {
"type": "string"
},
"last_name": {
"type": "integer"
},
"fleet_number": {
"type": "string",
"enum": [
"option_a",
... | I need to look up the information first.
Action: verify_hazmat_compliance
Arguments: {"lane": {"amount": "completed", "last_name": 572, "fleet_number": "option_b", "date": {"role": 865, "duration_ms": "green", "port_code": true}, "start_date": {"lab_result": null, "paragraph": 157, "features": 44.74, "conductivity": "P... | Agent tool call missing required parameter 'lab_result' | {"lane":{"amount":"completed","last_name":572,"fleet_number":"option_b","date":{"role":865,"duration_ms":"green","port_code":true},"start_date":{"lab_result":null,"paragraph":157,"features":44.74,"conductivity":"PASS","half_life":344,"comments":false,"voltage":"admin","tags":562}},"address":239,"lab_result":145.22,"dur... |
TASK repair_structured_output
SPEC
FIELD category TYPE null REQUIRED no
FIELD priority TYPE string REQUIRED yes
FIELD fleet_number TYPE string REQUIRED no
FIELD turbidity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD created_at[] TYPE string REQUIRED no
BROKEN_OUTPUT
I need to creat... | {"category":null,"priority":"Berlin","fleet_number":"baz","turbidity":"escalated"} | thought_process | {
"type": "object",
"properties": {
"category": {
"type": "null"
},
"priority": {
"type": "string"
},
"fleet_number": {
"type": "string"
},
"turbidity": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"category":null,"priority":"Berlin","fleet_number":"baz","turbidity":"escalated"} | Output contains chain-of-thought reasoning before JSON | {"category":null,"priority":"Berlin","fleet_number":"baz","turbidity":"escalated"} |
TASK repair_structured_output
SPEC
FIELD key_g89 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD dim_y95 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD col_n19 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
BROKEN_OUTPUT
{"key_g89":"EUR","dim_y95":"medium",} | {"key_g89":"EUR","dim_y95":"medium"} | trailing_comma | {
"type": "object",
"properties": {
"key_g89": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_y95": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | {"key_g89":"EUR","dim_y95":"medium",} | Unexpected trailing comma | {"key_g89":"EUR","dim_y95":"medium"} |
TASK repair_structured_output
SPEC
FIELD key_y77 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD field_e67 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD val_v34 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD param_e60 TYPE integer REQUIRED no
FI... | {"field_e67":"homozygous","val_v34":"green","param_e60":20,"dim_d68":"Diana"} | markdown_fences | {
"type": "object",
"properties": {
"key_y77": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"field_e67": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous... | ```json
{"field_e67":"homozygous","val_v34":"green","param_e60":20,"dim_d68":"Diana"}
``` | Output contains markdown code fences | {"field_e67":"homozygous","val_v34":"green","param_e60":20,"dim_d68":"Diana"} |
TASK repair_structured_output
SPEC
FIELD col_f90 TYPE string REQUIRED no
FIELD param_f72 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD col_p02 TYPE string REQUIRED yes
FIELD key_f59 TYPE string_uri REQUIRED no
FIELD param_k85 TYPE string VALUES pending_review|confirmed|rejected|escalated REQU... | {"col_f90":"foo","param_f72":"mode_b","col_p02":"GRCh38","param_k85":"pending_review","val_j15":272.47,"prop_l60":"high"} | trailing_comma | {
"type": "object",
"properties": {
"col_f90": {
"type": "string"
},
"param_f72": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"col_p02": {
"type": "string"
},
"key_f59": {
... | {"col_f90":"foo","param_f72":"mode_b","col_p02":"GRCh38","param_k85":"pending_review","val_j15":272.47,"prop_l60":"high",} | Unexpected trailing comma | {"col_f90":"foo","param_f72":"mode_b","col_p02":"GRCh38","param_k85":"pending_review","val_j15":272.47,"prop_l60":"high"} |
TASK repair_structured_output
SPEC
FIELD field_n44 TYPE integer REQUIRED no
FIELD param_b30 TYPE boolean REQUIRED no
FIELD key_m27 TYPE number REQUIRED no
FIELD val_i59[].col_a89 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_i59[].param_q99 TYPE string VALUES berthed|anchored|underway|moored REQUI... | {"field_n44":719,"param_b30":false,"val_i59":[{"col_a89":"free","param_q99":"berthed","val_g57":null},{"param_q99":"moored","val_g57":null},{"col_a89":"pro","param_q99":"moored","val_g57":null}],"prop_f28":[222,334]} | tool_call_bad_format | {
"type": "object",
"properties": {
"field_n44": {
"type": "integer"
},
"param_b30": {
"type": "boolean"
},
"key_m27": {
"type": "number"
},
"val_i59": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_a89": {
... | <functioncall> check_availability
{field_n44: 719, param_b30: false, val_i59: [{col_a89: "free", param_q99: "berthed", val_g57: null}, {param_q99: "moored", val_g57: null}, {col_a89: "pro", param_q99: "moored", val_g57: null}], prop_f28: [222, 334]} | Tool call has malformed arguments — unquoted keys in function parameters | {"field_n44":719,"param_b30":false,"val_i59":[{"col_a89":"free","param_q99":"berthed","val_g57":null},{"param_q99":"moored","val_g57":null},{"col_a89":"pro","param_q99":"moored","val_g57":null}],"prop_f28":[222,334]} |
TASK repair_structured_output
SPEC
FIELD dim_r68.attr_k86 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD dim_r68.param_r75 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD dim_r68.param_u32 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD... | {"dim_r68":{"attr_k86":"option_a","param_r75":"mode_f","param_u32":"type_c","attr_g69":948,"col_a19":"intermittent","val_h14":"https://api.org/v1"},"attr_b71":{"val_u59":65.4},"key_l18":false,"attr_g24":null,"prop_a43":{"val_q19":"rejected","col_g69":"Luis","prop_r21":"2023-12-18T14:57:00Z","prop_a07":"small","prop_o28... | null_required | {
"type": "object",
"properties": {
"dim_r68": {
"type": "object",
"properties": {
"attr_k86": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e"
]
},
... | {"dim_r68": {"attr_k86": "option_a", "param_r75": "mode_f", "param_u32": "type_c", "attr_g69": 948, "col_a19": "intermittent", "val_h14": "https://api.org/v1"}, "attr_b71": {"val_u59": 65.4}, "key_l18": false, "attr_g24": null, "prop_a43": {"val_q19": "rejected", "col_g69": "Luis", "prop_r21": "2023-12-18T14:57:00Z", "... | Required field 'attr_g24' is null | {"dim_r68":{"attr_k86":"option_a","param_r75":"mode_f","param_u32":"type_c","attr_g69":948,"col_a19":"intermittent","val_h14":"https://api.org/v1"},"attr_b71":{"val_u59":65.4},"key_l18":false,"attr_g24":null,"prop_a43":{"val_q19":"rejected","col_g69":"Luis","prop_r21":"2023-12-18T14:57:00Z","prop_a07":"small","prop_o28... |
TASK repair_structured_output
SPEC
FIELD version TYPE string_uri REQUIRED yes
FIELD paragraph TYPE string REQUIRED yes
FIELD payment_status TYPE string REQUIRED no
FIELD invoice_id[] TYPE string_email REQUIRED yes
BROKEN_OUTPUT
```json
{"version":"https://api.org/api","paragraph":"cancelled","payment_status":"Bob","i... | {"version":"https://api.org/api","paragraph":"cancelled","payment_status":"Bob","invoice_id":["test@domain.org"]} | markdown_fences | {
"type": "object",
"properties": {
"version": {
"type": "string",
"format": "uri"
},
"paragraph": {
"type": "string"
},
"payment_status": {
"type": "string"
},
"invoice_id": {
"type": "array",
"items": {
"type": "string",
"format": "em... | ```json
{"version":"https://api.org/api","paragraph":"cancelled","payment_status":"Bob","invoice_id":["test@domain.org"]}
``` | Output contains markdown code fences | {"version":"https://api.org/api","paragraph":"cancelled","payment_status":"Bob","invoice_id":["test@domain.org"]} |
TASK repair_structured_output
SPEC
FIELD val_x93 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD dim_v18 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_o44 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD attr_r07 TYPE string_email REQUIRED no
FIELD val_... | {"dim_v18":"small","attr_r07":"user@example.com","val_u72":"qux","prop_g24":"RTG-04","attr_d53":false} | missing_required | {
"type": "object",
"properties": {
"val_x93": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"dim_v18": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
... | {"dim_v18": "small", "attr_r07": "user@example.com", "val_u72": "qux", "attr_d53": false} | Required field 'prop_g24' is missing | {"dim_v18":"small","attr_r07":"user@example.com","val_u72":"qux","prop_g24":"RTG-04","attr_d53":false} |
TASK repair_structured_output
SPEC
FIELD key_q79 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD dim_x65 TYPE string VALUES draft|published|archived REQUIRED yes
FIELD val_b68 TYPE string VALUES type_a|type_b|type_c REQUIRED yes
FIELD key_z38 TYPE string REQUIRED yes
BROKEN_OUTPUT... | {"key_q79":"level_2","dim_x65":"archived","val_b68":"type_a","key_z38":"Jane"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_q79": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"dim_x65": {
"type": "string",
"enum": [
"draft",
"published",
... | Tool: update_preferences
Params: {"key_q79": "level_2", "val_b68": "type_a", "key_z38": "Jane", "dim_x65_name": "archived"} | Agent used wrong parameter name 'dim_x65_name' instead of 'dim_x65' | {"key_q79":"level_2","dim_x65":"archived","val_b68":"type_a","key_z38":"Jane"} |
TASK repair_structured_output
SPEC
FIELD age TYPE string REQUIRED yes
FIELD ward TYPE string REQUIRED yes
FIELD salinity TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"age": "inactive", "ward": "Alice", "salinity": false, "extra_info_8865": "unexpected"} | {"age":"inactive","ward":"Alice","salinity":false} | extra_field | {
"type": "object",
"properties": {
"age": {
"type": "string"
},
"ward": {
"type": "string"
},
"salinity": {
"type": "boolean"
}
},
"required": [
"age",
"ward",
"salinity"
]
} | {"age": "inactive", "ward": "Alice", "salinity": false, "extra_info_8865": "unexpected"} | Unknown field 'extra_info_8865' not defined in schema | {"age":"inactive","ward":"Alice","salinity":false} |
TASK repair_structured_output
SPEC
FIELD created_at TYPE integer REQUIRED no
FIELD tags TYPE number REQUIRED yes
FIELD bill_of_lading TYPE null REQUIRED yes
FIELD currency TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD full_name TYPE integer REQUIRED no
BROKEN_OUTPUT
{"tags":591.36... | {"tags":591.36,"bill_of_lading":null,"currency":"option_a","full_name":283} | extra_text_after | {
"type": "object",
"properties": {
"created_at": {
"type": "integer"
},
"tags": {
"type": "number"
},
"bill_of_lading": {
"type": "null"
},
"currency": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option... | {"tags":591.36,"bill_of_lading":null,"currency":"option_a","full_name":283}
Hope this helps! | Output contains non-JSON text after the object | {"tags":591.36,"bill_of_lading":null,"currency":"option_a","full_name":283} |
TASK repair_structured_output
SPEC
FIELD param_k73.prop_c76 TYPE string REQUIRED no
FIELD param_k73.val_e46 TYPE string REQUIRED yes
FIELD param_k73.attr_p23 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD param_k73.val_z10 TYPE boolean REQUIRED yes
FIELD param_k73.field_e90 TYPE integer REQUIRED yes
FIELD field_y... | {"param_k73":{"prop_c76":"cancelled","val_e46":"demo","attr_p23":"mode_a","val_z10":false,"field_e90":220},"field_y74":"MV-Evergreen-01","key_b34":"MV-Evergreen-01","param_y29":"Jane","dim_h47":false,"field_g86":"level_3"} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_k73": {
"type": "object",
"properties": {
"prop_c76": {
"type": "string"
},
"val_e46": {
"type": "string"
},
"attr_p23": {
"type": "string",
"enum": [
"mode_a",
... | I need to look up the information first.
Action: read_sensor_array
Arguments: {"param_k73": {"prop_c76": "cancelled", "val_e46": "demo", "attr_p23": "mode_a", "val_z10": false, "field_e90": 220}, "key_b34": "MV-Evergreen-01", "param_y29": "Jane", "dim_h47": false, "field_g86": "level_3"} | Agent tool call missing required parameter 'field_y74' | {"param_k73":{"prop_c76":"cancelled","val_e46":"demo","attr_p23":"mode_a","val_z10":false,"field_e90":220},"field_y74":"MV-Evergreen-01","key_b34":"MV-Evergreen-01","param_y29":"Jane","dim_h47":false,"field_g86":"level_3"} |
TASK repair_structured_output
SPEC
FIELD chromosome TYPE integer REQUIRED yes
FIELD url TYPE null REQUIRED no
FIELD role TYPE number REQUIRED no
FIELD barcode TYPE boolean REQUIRED yes
FIELD diagnosis_code TYPE string REQUIRED no
FIELD consignee.yield_pct TYPE string REQUIRED no
FIELD consignee.port_code TYPE boolean ... | {"chromosome":317,"url":null,"barcode":true,"diagnosis_code":"A short description.","consignee":{"build_status":"Diana","address":{"dosage":"in_transit","bearing":"black","port_code":false,"brake_pressure":"https://data.com/api"},"dosage":207.23}} | truncated_object | {
"type": "object",
"properties": {
"chromosome": {
"type": "integer"
},
"url": {
"type": "null"
},
"role": {
"type": "number"
},
"barcode": {
"type": "boolean"
},
"diagnosis_code": {
"type": "string"
},
"consignee": {
"type": "object",... | {"chromosome":317,"url":null,"barcode":true,"diagnosis_code":"A short description.","consignee":{"build_status":"Diana","address":{"dosage":"in_transit","bearing":"black","port_code":false,"brake_pressure":"https://data.com/api"},"dosage":207.23} | Unexpected end of JSON input — truncated object | {"chromosome":317,"url":null,"barcode":true,"diagnosis_code":"A short description.","consignee":{"build_status":"Diana","address":{"dosage":"in_transit","bearing":"black","port_code":false,"brake_pressure":"https://data.com/api"},"dosage":207.23}} |
TASK repair_structured_output
SPEC
FIELD dim_v09 TYPE string REQUIRED no
FIELD attr_t31 TYPE string REQUIRED no
FIELD attr_i82 TYPE null REQUIRED no
FIELD col_h70.attr_p20 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD col_h70.key_n09 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD co... | {"dim_v09":"Diana","col_h70":{"attr_p20":"cat_c","key_n09":"level_2","attr_j91":"level_2","field_x86":"cat_c","col_a82":"Tokyo"},"field_z03":"info@example.com","key_v98":264.66,"field_y53":false,"field_q65":"cat_b"} | tool_call_text_mix | {
"type": "object",
"properties": {
"dim_v09": {
"type": "string"
},
"attr_t31": {
"type": "string"
},
"attr_i82": {
"type": "null"
},
"col_h70": {
"type": "object",
"properties": {
"attr_p20": {
"type": "string",
"enum": [
... | Let me check the system.
<tool_call name="check_availability">
{"dim_v09":"Diana","col_h70":{"attr_p20":"cat_c","key_n09":"level_2","attr_j91":"level_2","field_x86":"cat_c","col_a82":"Tokyo"},"field_z03":"info@example.com","key_v98":264.66,"field_y53":false,"field_q65":"cat_b"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"dim_v09":"Diana","col_h70":{"attr_p20":"cat_c","key_n09":"level_2","attr_j91":"level_2","field_x86":"cat_c","col_a82":"Tokyo"},"field_z03":"info@example.com","key_v98":264.66,"field_y53":false,"field_q65":"cat_b"} |
TASK repair_structured_output
SPEC
FIELD product_id.footnote TYPE number REQUIRED yes
FIELD product_id.start_date TYPE string REQUIRED yes
FIELD product_id.age[] TYPE integer REQUIRED yes
FIELD freight_class TYPE string VALUES option_a|option_b REQUIRED no
FIELD maturity_date TYPE integer REQUIRED yes
FIELD chapter TY... | {"product_id":{"footnote":462.01,"start_date":"world","age":[274,659,13,813]},"maturity_date":878,"chapter":285.1} | extra_field | {
"type": "object",
"properties": {
"product_id": {
"type": "object",
"properties": {
"footnote": {
"type": "number"
},
"start_date": {
"type": "string"
},
"age": {
"type": "array",
"items": {
"type": "intege... | {"product_id": {"footnote": 462.01, "start_date": "world", "age": [274, 659, 13, 813]}, "maturity_date": 878, "chapter": 285.1, "extra_value_9475": true} | Unknown field 'extra_value_9475' not defined in schema | {"product_id":{"footnote":462.01,"start_date":"world","age":[274,659,13,813]},"maturity_date":878,"chapter":285.1} |
TASK repair_structured_output
SPEC
FIELD prop_g39 TYPE boolean REQUIRED yes
FIELD field_g93 TYPE integer REQUIRED yes
FIELD field_u93 TYPE string REQUIRED yes
FIELD field_t25 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"prop_g39": false, "field_g93": 908, "field_u93": "Paris", "field_t25": "112%"} | {"prop_g39":false,"field_g93":908,"field_u93":"Paris","field_t25":112} | number_with_unit | {
"type": "object",
"properties": {
"prop_g39": {
"type": "boolean"
},
"field_g93": {
"type": "integer"
},
"field_u93": {
"type": "string"
},
"field_t25": {
"type": "integer"
}
},
"required": [
"field_u93",
"field_g93",
"prop_g39",
"field_t... | {"prop_g39": false, "field_g93": 908, "field_u93": "Paris", "field_t25": "112%"} | Field 'field_t25' must be number, got string with unit | {"prop_g39":false,"field_g93":908,"field_u93":"Paris","field_t25":112} |
TASK repair_structured_output
SPEC
FIELD salinity TYPE integer REQUIRED no
FIELD port_code TYPE string REQUIRED yes
FIELD score TYPE null REQUIRED no
BROKEN_OUTPUT
The instrument reported:
{"port_code":"world","score":null} | {"port_code":"world","score":null} | extra_text_before | {
"type": "object",
"properties": {
"salinity": {
"type": "integer"
},
"port_code": {
"type": "string"
},
"score": {
"type": "null"
}
},
"required": [
"port_code"
]
} | The instrument reported:
{"port_code":"world","score":null} | Output contains non-JSON text before the object | {"port_code":"world","score":null} |
TASK repair_structured_output
SPEC
FIELD bearing.consignee.created_at TYPE integer REQUIRED no
FIELD bearing.consignee.batch_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD bearing.consignee.first_name TYPE string REQUIRED yes
FIELD bearing.consignee.discount TYPE string REQUIRED no
FIELD bear... | {"bearing":{"consignee":{"first_name":"Paris","discount":"qux","priority":"ops@test.io","score":266,"address":"Luis"},"bill_of_lading":574,"notes":"2024-01-15","score":true},"email":"approved","paragraph":"coastal","subtotal":206.47,"bill_of_lading":216} | thought_process | {
"type": "object",
"properties": {
"bearing": {
"type": "object",
"properties": {
"consignee": {
"type": "object",
"properties": {
"created_at": {
"type": "integer"
},
"batch_code": {
"type": "string",
... | Processing the request now.
I'll validate against the schema.
{"bearing":{"consignee":{"first_name":"Paris","discount":"qux","priority":"ops@test.io","score":266,"address":"Luis"},"bill_of_lading":574,"notes":"2024-01-15","score":true},"email":"approved","paragraph":"coastal","subtotal":206.47,"bill_of_lading":216} | Output contains chain-of-thought reasoning before JSON | {"bearing":{"consignee":{"first_name":"Paris","discount":"qux","priority":"ops@test.io","score":266,"address":"Luis"},"bill_of_lading":574,"notes":"2024-01-15","score":true},"email":"approved","paragraph":"coastal","subtotal":206.47,"bill_of_lading":216} |
TASK repair_structured_output
SPEC
FIELD param_d90 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD val_x85 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD field_y83 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD field_i43 TYPE string_date-time REQUIRED yes
FIELD key_... | {"param_d90":"error","val_x85":"mode_a","field_i43":"2021-02-19T05:50:00Z"} | thought_process | {
"type": "object",
"properties": {
"param_d90": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"val_x85": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"field_... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"param_d90":"error","val_x85":"mode_a","field_i43":"2021-02-19T05:50:00Z"} | Output contains chain-of-thought reasoning before JSON | {"param_d90":"error","val_x85":"mode_a","field_i43":"2021-02-19T05:50:00Z"} |
TASK repair_structured_output
SPEC
FIELD name TYPE string VALUES active|inactive|pending REQUIRED no
FIELD compound TYPE string_date-time REQUIRED no
FIELD gene_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD first_name TYPE string REQUIRED no
FIELD build_status TYPE null REQUIRED no
... | {"name":"inactive","compound":"2023-03-25T00:03:00Z","gene_id":"mode_d","shipper_ref":"mode_a","umi":"John"} | extra_text_after | {
"type": "object",
"properties": {
"name": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"compound": {
"type": "string",
"format": "date-time"
},
"gene_id": {
"type": "string",
"enum": [
"mode_a",
... | {"name":"inactive","compound":"2023-03-25T00:03:00Z","gene_id":"mode_d","shipper_ref":"mode_a","umi":"John"}
Data logged successfully. | Output contains non-JSON text after the object | {"name":"inactive","compound":"2023-03-25T00:03:00Z","gene_id":"mode_d","shipper_ref":"mode_a","umi":"John"} |
TASK repair_structured_output
SPEC
FIELD key_t71 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD key_z57 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD prop_k74 TYPE string_email REQUIRED no
FIELD field_i35 TYPE integer REQUIRED no
FIELD dim_i99 TYPE null REQUIRED yes
FIELD dim_y10 TYPE str... | {"key_z57":"married","field_i35":501,"dim_i99":null} | trailing_comma | {
"type": "object",
"properties": {
"key_t71": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"key_z57": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"prop_k74": {
... | {"key_z57":"married","field_i35":501,"dim_i99":null,} | Unexpected trailing comma | {"key_z57":"married","field_i35":501,"dim_i99":null} |
TASK repair_structured_output
SPEC
FIELD attr_i01 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_e08 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD key_l83 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD col_e85 TYPE string VALUES pending_review|confirmed|r... | {"field_e08":"EUR","col_e85":"escalated","col_p96":"missense","val_i65":"reliable"} | invalid_enum | {
"type": "object",
"properties": {
"attr_i01": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"field_e08": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | {"field_e08": "invalid_option_52", "col_e85": "escalated", "col_p96": "missense", "val_i65": "reliable"} | Field 'field_e08' has invalid enum value 'invalid_option_52', expected one of ['USD', 'EUR', 'GBP', 'BRL', 'JPY'] | {"field_e08":"EUR","col_e85":"escalated","col_p96":"missense","val_i65":"reliable"} |
TASK repair_structured_output
SPEC
FIELD dosage.role TYPE string_email REQUIRED yes
FIELD dosage.color TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD dosage.port_code TYPE string_uri REQUIRED no
FIELD dosage.category[] TYPE string REQUIRED yes
FIELD dosage.title[] TYPE string VALUES red|blue|green|bl... | {"dosage":{"role":"admin@example.com","color":"type_a","port_code":"https://example.com/data","category":["Maria","test@example.com","FWD","https://example.com"],"title":["blue","white"]},"company":"2021-01-13T21:14:00Z","interest_rate":"ops@example.com","format":"https://data.com/data","paragraph":{"crew_id":"option_f... | markdown_explanation | {
"type": "object",
"properties": {
"dosage": {
"type": "object",
"properties": {
"role": {
"type": "string",
"format": "email"
},
"color": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
... | Let me provide the data in JSON format:
```json
{"dosage":{"role":"admin@example.com","color":"type_a","port_code":"https://example.com/data","category":["Maria","test@example.com","FWD","https://example.com"],"title":["blue","white"]},"company":"2021-01-13T21:14:00Z","interest_rate":"ops@example.com","format":"https:/... | Output contains markdown and explanatory text around JSON | {"dosage":{"role":"admin@example.com","color":"type_a","port_code":"https://example.com/data","category":["Maria","test@example.com","FWD","https://example.com"],"title":["blue","white"]},"company":"2021-01-13T21:14:00Z","interest_rate":"ops@example.com","format":"https://data.com/data","paragraph":{"crew_id":"option_f... |
TASK repair_structured_output
SPEC
FIELD field_f58 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD val_h86 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD key_y70 TYPE boolean REQUIRED no
FIELD attr_w42 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD param_r82 TYPE stri... | {"field_f58":"free","val_h86":"underway","attr_w42":"xl","param_r82":"active"} | extra_field | {
"type": "object",
"properties": {
"field_f58": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"val_h86": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
... | {"field_f58": "free", "val_h86": "underway", "attr_w42": "xl", "param_r82": "active", "extra_field_740": "unexpected"} | Unknown field 'extra_field_740' not defined in schema | {"field_f58":"free","val_h86":"underway","attr_w42":"xl","param_r82":"active"} |
TASK repair_structured_output
SPEC
FIELD prop_h62 TYPE string REQUIRED no
FIELD param_v90 TYPE integer REQUIRED no
FIELD field_z10 TYPE string REQUIRED no
FIELD col_j32.val_f68 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD col_j32.key_p37.col_o18 TYPE string VALUES option_a|optio... | {"param_v90":740,"col_j32":{"val_f68":"level_6","key_p37":{"col_o18":"option_a","field_y82":true,"key_y09":"foo"}}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_h62": {
"type": "string"
},
"param_v90": {
"type": "integer"
},
"field_z10": {
"type": "string"
},
"col_j32": {
"type": "object",
"properties": {
"val_f68": {
"type": "string",
"enum": [
... | Tool: search
Params: {"param_v90": 740, "col_j32": {"val_f68": "level_6", "key_p37": {"col_o18": "option_a", "field_y82": true, "key_y09": "foo"}}} | Agent used wrong parameter name 'field_z10_value' instead of 'field_z10' | {"param_v90":740,"col_j32":{"val_f68":"level_6","key_p37":{"col_o18":"option_a","field_y82":true,"key_y09":"foo"}}} |
TASK repair_structured_output
SPEC
FIELD key_p77 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD col_d63 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD val_m90.param_b58 TYPE integer REQUIRED yes
FIELD val_m90.key_w45 TYPE number REQUIRED yes
FIELD val_m90.dim_e39 TYPE string_dat... | {"key_p77":"pending","col_d63":"new","val_m90":{"param_b58":17,"key_w45":379.75,"dim_e39":"2022-02-11T13:07:00Z","param_l59":"test"}} | tool_call_wrong_param | {
"type": "object",
"properties": {
"key_p77": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_d63": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
... | Tool: create_ticket
Params: {"key_p77": "pending", "val_m90": {"param_b58": 17, "key_w45": 379.75, "dim_e39": "2022-02-11T13:07:00Z", "param_l59": "test"}, "col_d63_id": "new"} | Agent used wrong parameter name 'col_d63_id' instead of 'col_d63' | {"key_p77":"pending","col_d63":"new","val_m90":{"param_b58":17,"key_w45":379.75,"dim_e39":"2022-02-11T13:07:00Z","param_l59":"test"}} |
TASK repair_structured_output
SPEC
FIELD val_c96 TYPE boolean REQUIRED no
FIELD field_z55 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD prop_b28.val_c85 TYPE integer REQUIRED yes
FIELD prop_b28.param_q19 TYPE string REQUIRED yes
FIELD prop_b28.dim_b10.prop_z18 TYPE string VALUES open|in_progres... | {"val_c96":false,"field_z55":"moored","prop_b28":{"val_c85":370,"param_q19":"Tokyo","dim_b10":{"prop_z18":"open","attr_i74":"blue","dim_b78":false,"val_c97":697,"key_u47":null}},"dim_o17":423,"col_f60":{"param_c63":"Silva","val_p48":"A short description.","key_n38":{"field_s75":"missense","key_q16":"viewer","prop_t64":... | trailing_comma | {
"type": "object",
"properties": {
"val_c96": {
"type": "boolean"
},
"field_z55": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"prop_b28": {
"type": "object",
"properties": {
"val_c85":... | {"val_c96":false,"field_z55":"moored","prop_b28":{"val_c85":370,"param_q19":"Tokyo","dim_b10":{"prop_z18":"open","attr_i74":"blue","dim_b78":false,"val_c97":697,"key_u47":null,}},"dim_o17":423,"col_f60":{"param_c63":"Silva","val_p48":"A short description.","key_n38":{"field_s75":"missense","key_q16":"viewer","prop_t64"... | Unexpected trailing comma | {"val_c96":false,"field_z55":"moored","prop_b28":{"val_c85":370,"param_q19":"Tokyo","dim_b10":{"prop_z18":"open","attr_i74":"blue","dim_b78":false,"val_c97":697,"key_u47":null}},"dim_o17":423,"col_f60":{"param_c63":"Silva","val_p48":"A short description.","key_n38":{"field_s75":"missense","key_q16":"viewer","prop_t64":... |
TASK repair_structured_output
SPEC
FIELD val_s37 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD attr_c59 TYPE string REQUIRED yes
FIELD attr_n13 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
BROKEN_OUTPUT
{"val_s37":"active","attr_c59":"2023-12-25","attr_n13":"closed"} | {"val_s37":"active","attr_c59":"2023-12-25","attr_n13":"closed"} | missing_bracket | {
"type": "object",
"properties": {
"val_s37": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"attr_c59": {
"type": "string"
},
"attr_n13": {
"type": "string",
"enum": [
"open",
"in_progress",
... | {"val_s37":"active","attr_c59":"2023-12-25","attr_n13":"closed"} | Missing closing bracket | {"val_s37":"active","attr_c59":"2023-12-25","attr_n13":"closed"} |
TASK repair_structured_output
SPEC
FIELD val_d20 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
FIELD col_c42 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD dim_i57 TYPE number REQUIRED no
FIELD field_s65 TYPE null REQUIRED yes
BROKEN_OUTPUT
<functioncall> filter_vari... | {"col_c42":"nonsense","dim_i57":92.67,"field_s65":null} | tool_call_bad_format | {
"type": "object",
"properties": {
"val_d20": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e"
]
},
"col_c42": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
... | <functioncall> filter_variants
{col_c42: "nonsense", dim_i57: 92.67, field_s65: null} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_c42":"nonsense","dim_i57":92.67,"field_s65":null} |
TASK repair_structured_output
SPEC
FIELD val_p83 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD param_b92 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD field_y00 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_u51 TYPE string REQUIRED no
BROKEN_OUTPUT
{"val_p83": ... | {"val_p83":"USD","param_b92":"level_2","field_y00":"homozygous","dim_u51":"This is a test value."} | extra_field | {
"type": "object",
"properties": {
"val_p83": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_b92": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
... | {"val_p83": "USD", "param_b92": "level_2", "field_y00": "homozygous", "dim_u51": "This is a test value.", "extra_data_8095": 42} | Unknown field 'extra_data_8095' not defined in schema | {"val_p83":"USD","param_b92":"level_2","field_y00":"homozygous","dim_u51":"This is a test value."} |
TASK repair_structured_output
SPEC
FIELD language TYPE string_email REQUIRED no
FIELD lab_result TYPE string REQUIRED no
FIELD visible TYPE number REQUIRED no
FIELD chromosome TYPE boolean REQUIRED no
FIELD pressure_kpa.width TYPE null REQUIRED no
FIELD pressure_kpa.version TYPE string VALUES option_a|option_b|option_... | {"visible":727.47,"chromosome":true,"amplitude":"cat_c"} | truncated_object | {
"type": "object",
"properties": {
"language": {
"type": "string",
"format": "email"
},
"lab_result": {
"type": "string"
},
"visible": {
"type": "number"
},
"chromosome": {
"type": "boolean"
},
"pressure_kpa": {
"type": "object",
"proper... | {"visible":727.47,"chromosome":true,"amplitude":"cat_c" | Unexpected end of JSON input — truncated object | {"visible":727.47,"chromosome":true,"amplitude":"cat_c"} |
TASK repair_structured_output
SPEC
FIELD key_j29.dim_c29 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD key_j29.col_t86 TYPE boolean REQUIRED no
FIELD key_j29.field_h75 TYPE integer REQUIRED no
FIELD key_j29.param_w84 TYPE integer REQUIRED yes
FIELD key_j29.key_x99 TYPE boolean REQUIRED no
FIELD key_j29.va... | {"key_j29":{"col_t86":false,"param_w84":423,"key_x99":true,"dim_g08":"cat_d"},"attr_m83":"cancelled","field_t39":"qux","val_q54":"Smith","attr_i71":"Smith","col_p63":"Bob","col_j23":"Jane"} | missing_brace | {
"type": "object",
"properties": {
"key_j29": {
"type": "object",
"properties": {
"dim_c29": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"col_t86": {
"type": "bool... | {"key_j29":{"col_t86":false,"param_w84":423,"key_x99":true,"dim_g08":"cat_d","attr_m83":"cancelled","field_t39":"qux","val_q54":"Smith","attr_i71":"Smith","col_p63":"Bob","col_j23":"Jane"} | Missing closing brace | {"key_j29":{"col_t86":false,"param_w84":423,"key_x99":true,"dim_g08":"cat_d"},"attr_m83":"cancelled","field_t39":"qux","val_q54":"Smith","attr_i71":"Smith","col_p63":"Bob","col_j23":"Jane"} |
TASK repair_structured_output
SPEC
FIELD val_j69 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD val_y44 TYPE boolean REQUIRED yes
FIELD field_b12 TYPE string_uri REQUIRED yes
FIELD dim_g91 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
BROKEN_OUTPUT
{"val_j69": "cat_b", "f... | {"val_j69":"cat_b","val_y44":true,"field_b12":"https://api.org/api","dim_g91":"frameshift"} | missing_required | {
"type": "object",
"properties": {
"val_j69": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"val_y44": {
"type": "boolean"
},
"field_b12": {
"type": "string",
"format": "uri"
},
... | {"val_j69": "cat_b", "field_b12": "https://api.org/api", "dim_g91": "frameshift"} | Required field 'val_y44' is missing | {"val_j69":"cat_b","val_y44":true,"field_b12":"https://api.org/api","dim_g91":"frameshift"} |
TASK repair_structured_output
SPEC
FIELD attr_i31.prop_f29 TYPE string REQUIRED no
FIELD attr_i31.dim_p18 TYPE string_uri REQUIRED yes
FIELD attr_i31.key_p63.param_i60 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD attr_i31.key_p63.param_r18 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD attr_i31.ke... | {"attr_i31":{"prop_f29":"RTG-04","dim_p18":"https://example.org/api","key_p63":{"param_i60":"inactive","param_r18":"mode_b","col_y78":"arctic","val_e85":"2024-06-30","key_d17":"2025-01-14T05:33:00Z"}},"col_v46":"mode_b","field_i57":"Tokyo","field_q88":{"val_x74":"nonsense","param_n26":"berthed","field_y11":786.82,"col_... | wrong_type | {
"type": "object",
"properties": {
"attr_i31": {
"type": "object",
"properties": {
"prop_f29": {
"type": "string"
},
"dim_p18": {
"type": "string",
"format": "uri"
},
"key_p63": {
"type": "object",
"properties... | {"attr_i31": {"prop_f29": "RTG-04", "dim_p18": "https://example.org/api", "key_p63": {"param_i60": "inactive", "param_r18": "mode_b", "col_y78": "arctic", "val_e85": "2024-06-30", "key_d17": "2025-01-14T05:33:00Z"}}, "col_v46": "mode_b", "field_i57": "Tokyo", "field_q88": {"val_x74": "nonsense", "param_n26": "berthed",... | Field 'param_w88' must be integer, got string | {"attr_i31":{"prop_f29":"RTG-04","dim_p18":"https://example.org/api","key_p63":{"param_i60":"inactive","param_r18":"mode_b","col_y78":"arctic","val_e85":"2024-06-30","key_d17":"2025-01-14T05:33:00Z"}},"col_v46":"mode_b","field_i57":"Tokyo","field_q88":{"val_x74":"nonsense","param_n26":"berthed","field_y11":786.82,"col_... |
TASK repair_structured_output
SPEC
FIELD prop_v91 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD prop_g26 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD prop_b74 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_t90 TYPE string REQUIRED no
FIELD dim_l64 TYPE stri... | {"prop_v91":"small","prop_g26":"editor","prop_b74":"maintenance","param_t90":"chr1","key_t62":false,"dim_o74":31.14,"prop_n90":"2022-01-17T12:36:00Z"} | missing_required | {
"type": "object",
"properties": {
"prop_v91": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"prop_g26": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"prop_b74": {... | {"prop_v91": "small", "prop_g26": "editor", "prop_b74": "maintenance", "param_t90": "chr1", "key_t62": false, "prop_n90": "2022-01-17T12:36:00Z"} | Required field 'dim_o74' is missing | {"prop_v91":"small","prop_g26":"editor","prop_b74":"maintenance","param_t90":"chr1","key_t62":false,"dim_o74":31.14,"prop_n90":"2022-01-17T12:36:00Z"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD repository TYPE number REQUIRED no
FIELD ph_level TYPE integer REQUIRED no
FIELD freight_class TYPE boolean REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: schedule_meeting
Argument... | {"vital_sign":"viewer","repository":123.28,"ph_level":501,"freight_class":false} | tool_call_partial_args | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"repository": {
"type": "number"
},
"ph_level": {
"type": "integer"
},
"freight_class": {
"type": "boolean"
}
... | I need to look up the information first.
Action: schedule_meeting
Arguments: {"repository": 123.28, "ph_level": 501, "freight_class": false} | Agent tool call missing required parameter 'vital_sign' | {"vital_sign":"viewer","repository":123.28,"ph_level":501,"freight_class":false} |
TASK repair_structured_output
SPEC
FIELD insurance_id TYPE boolean REQUIRED no
FIELD amount TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD country TYPE integer REQUIRED no
FIELD bill_of_lading TYPE string_date-time REQUIRED yes
FIELD title TYPE string REQUIRED yes
FIELD chromosome TYPE integer REQUIRED yes
F... | {"insurance_id":false,"country":256,"bill_of_lading":"2023-02-03T09:54:00Z","title":"https://example.com","chromosome":191,"repository":733.85} | extra_text_before | {
"type": "object",
"properties": {
"insurance_id": {
"type": "boolean"
},
"amount": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"country": {
"type": "integer"
},
"bill_of_lading": {
"type": "string",
"f... | The instrument reported:
{"insurance_id":false,"country":256,"bill_of_lading":"2023-02-03T09:54:00Z","title":"https://example.com","chromosome":191,"repository":733.85} | Output contains non-JSON text before the object | {"insurance_id":false,"country":256,"bill_of_lading":"2023-02-03T09:54:00Z","title":"https://example.com","chromosome":191,"repository":733.85} |
TASK repair_structured_output
SPEC
FIELD col_p72.attr_x21 TYPE string_uri REQUIRED no
FIELD col_p72.param_h03 TYPE string REQUIRED yes
FIELD col_p72.key_i61 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD col_p72.attr_l30 TYPE number REQUIRED yes
FIELD col_p72.attr_c24.prop_k44 TYPE integer REQUIRED... | {"attr_s44":"in_progress","key_s12":"John"} | unquoted_keys | {
"type": "object",
"properties": {
"col_p72": {
"type": "object",
"properties": {
"attr_x21": {
"type": "string",
"format": "uri"
},
"param_h03": {
"type": "string"
},
"key_i61": {
"type": "string",
"enum": [
... | {attr_s44:"in_progress",key_s12:"John"} | Expecting property name enclosed in double quotes | {"attr_s44":"in_progress","key_s12":"John"} |
TASK repair_structured_output
SPEC
FIELD version TYPE integer REQUIRED yes
FIELD user_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD shipper_ref TYPE integer REQUIRED no
FIELD bearing.website TYPE null REQUIRED no
FIELD bearing.transaction_id TYPE string VALUES mode_a|mode_b|mode_c REQUIRED ... | {"version":464,"user_id":"closed","bearing":{"throttle_pos":9,"freight_class":"Paris","status":null,"log_level":385.72}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"version": {
"type": "integer"
},
"user_id": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"shipper_ref": {
"type": "integer"
},
"bearing": {
"type": "... | query_port_status(version=464, user_id='closed', bearing={'throttle_pos': 9, 'freight_class': 'Paris', 'status': None, 'log_level': 385.72}) | Tool call uses Python syntax instead of JSON | {"version":464,"user_id":"closed","bearing":{"throttle_pos":9,"freight_class":"Paris","status":null,"log_level":385.72}} |
TASK repair_structured_output
SPEC
FIELD attr_l92 TYPE string REQUIRED yes
FIELD dim_f58 TYPE integer REQUIRED no
FIELD prop_y31.col_v81 TYPE string REQUIRED yes
FIELD prop_y31.col_y65.val_w44 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD prop_y31.col_y65.field_q80 TYPE string REQUIRED yes
FIELD prop_y... | {"attr_l92":"Jane","dim_f58":272,"prop_y31":{"col_v81":"quux","col_y65":{"field_q80":"https://example.com","param_h35":889.76},"param_s44":null,"col_v99":558.7,"prop_c37":"https://example.org/api","dim_e90":57,"dim_y07":false},"dim_r79":{"prop_k68":"hello","prop_a40":"GRCh38","param_j96":"green","dim_r62":"oceanic","va... | extra_text_after | {
"type": "object",
"properties": {
"attr_l92": {
"type": "string"
},
"dim_f58": {
"type": "integer"
},
"prop_y31": {
"type": "object",
"properties": {
"col_v81": {
"type": "string"
},
"col_y65": {
"type": "object",
"p... | {"attr_l92":"Jane","dim_f58":272,"prop_y31":{"col_v81":"quux","col_y65":{"field_q80":"https://example.com","param_h35":889.76},"param_s44":null,"col_v99":558.7,"prop_c37":"https://example.org/api","dim_e90":57,"dim_y07":false},"dim_r79":{"prop_k68":"hello","prop_a40":"GRCh38","param_j96":"green","dim_r62":"oceanic","va... | Output contains non-JSON text after the object | {"attr_l92":"Jane","dim_f58":272,"prop_y31":{"col_v81":"quux","col_y65":{"field_q80":"https://example.com","param_h35":889.76},"param_s44":null,"col_v99":558.7,"prop_c37":"https://example.org/api","dim_e90":57,"dim_y07":false},"dim_r79":{"prop_k68":"hello","prop_a40":"GRCh38","param_j96":"green","dim_r62":"oceanic","va... |
TASK repair_structured_output
SPEC
FIELD due_date TYPE string VALUES single|married|divorced REQUIRED no
FIELD comments TYPE string VALUES active|inactive|pending REQUIRED no
FIELD transaction_id TYPE integer REQUIRED yes
FIELD berth_slot TYPE string REQUIRED no
FIELD account_id.duration_ms.vital_sign TYPE string_date... | {"due_date":"married","comments":"active","transaction_id":407,"berth_slot":"hello","account_id":{"duration_ms":{"vital_sign":"2024-10-27T07:11:00Z","lab_result":"confirmed","phenotype":233.38,"color":false},"chapter":166,"isotope":{"price":"berthed","commit_hash":"closed","account_id":613,"type":32},"longitude":"test@... | extra_text_after | {
"type": "object",
"properties": {
"due_date": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"comments": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"transaction_id": ... | {"due_date":"married","comments":"active","transaction_id":407,"berth_slot":"hello","account_id":{"duration_ms":{"vital_sign":"2024-10-27T07:11:00Z","lab_result":"confirmed","phenotype":233.38,"color":false},"chapter":166,"isotope":{"price":"berthed","commit_hash":"closed","account_id":613,"type":32},"longitude":"test@... | Output contains non-JSON text after the object | {"due_date":"married","comments":"active","transaction_id":407,"berth_slot":"hello","account_id":{"duration_ms":{"vital_sign":"2024-10-27T07:11:00Z","lab_result":"confirmed","phenotype":233.38,"color":false},"chapter":166,"isotope":{"price":"berthed","commit_hash":"closed","account_id":613,"type":32},"longitude":"test@... |
TASK repair_structured_output
SPEC
FIELD crew_id TYPE number REQUIRED no
FIELD freight_class TYPE integer REQUIRED no
FIELD shipper_ref TYPE integer REQUIRED no
FIELD wavelength TYPE number REQUIRED no
FIELD comments.last_name TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD comments.ur... | {"freight_class":915,"wavelength":509.5,"comments":{"url":"low","rating":{"humidity_pct":"in_progress","collateral":"homozygous","company":false},"strand":"test@test.io"},"role":null} | tool_call_text_mix | {
"type": "object",
"properties": {
"crew_id": {
"type": "number"
},
"freight_class": {
"type": "integer"
},
"shipper_ref": {
"type": "integer"
},
"wavelength": {
"type": "number"
},
"comments": {
"type": "object",
"properties": {
"last... | Let me check the system.
<tool_call name="create_ticket">
{"freight_class":915,"wavelength":509.5,"comments":{"url":"low","rating":{"humidity_pct":"in_progress","collateral":"homozygous","company":false},"strand":"test@test.io"},"role":null}
</tool_call. | Agent response mixes reasoning text with tool call | {"freight_class":915,"wavelength":509.5,"comments":{"url":"low","rating":{"humidity_pct":"in_progress","collateral":"homozygous","company":false},"strand":"test@test.io"},"role":null} |
TASK repair_structured_output
SPEC
FIELD param_b20 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD attr_c74 TYPE integer REQUIRED no
FIELD key_p40[] TYPE string REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: annotate_mutation
Arguments: {"param_b20": "high", "attr_c74": 829} | {"param_b20":"high","attr_c74":829,"key_p40":["John","Johnson"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_b20": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"attr_c74": {
"type": "integer"
},
"key_p40": {
"type": "array",
"items": {
"type": "string"
}... | Let me check the system.
Action: annotate_mutation
Arguments: {"param_b20": "high", "attr_c74": 829} | Agent tool call missing required parameter 'key_p40' | {"param_b20":"high","attr_c74":829,"key_p40":["John","Johnson"]} |
TASK repair_structured_output
SPEC
FIELD param_a65.attr_p13 TYPE string REQUIRED yes
FIELD param_a65.attr_a51 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD param_a65.field_s80 TYPE string REQUIRED yes
FIELD param_a65.key_n40.attr_i78 TYPE integer REQUIRED no
FIELD param_a65.key_n40.field_d09 T... | {"dim_k84":"QC-07","val_a29":"active","col_a74":531,"prop_l91":"resolved","dim_w03":660} | missing_required | {
"type": "object",
"properties": {
"param_a65": {
"type": "object",
"properties": {
"attr_p13": {
"type": "string"
},
"attr_a51": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"c... | {"val_a29": "active", "col_a74": 531, "prop_l91": "resolved", "dim_w03": 660} | Required field 'dim_k84' is missing | {"dim_k84":"QC-07","val_a29":"active","col_a74":531,"prop_l91":"resolved","dim_w03":660} |
TASK repair_structured_output
SPEC
FIELD dim_x11 TYPE string_uri REQUIRED yes
FIELD key_k41 TYPE string REQUIRED yes
FIELD field_r11 TYPE boolean REQUIRED yes
FIELD prop_r38 TYPE number REQUIRED yes
FIELD dim_u38 TYPE integer REQUIRED no
BROKEN_OUTPUT
Here's the structured output:
```json
{"dim_x11":"https://api.io/v... | {"dim_x11":"https://api.io/v1","key_k41":"Luis","field_r11":false,"prop_r38":720.73,"dim_u38":773} | markdown_explanation | {
"type": "object",
"properties": {
"dim_x11": {
"type": "string",
"format": "uri"
},
"key_k41": {
"type": "string"
},
"field_r11": {
"type": "boolean"
},
"prop_r38": {
"type": "number"
},
"dim_u38": {
"type": "integer"
}
},
"required":... | Here's the structured output:
```json
{"dim_x11":"https://api.io/v1","key_k41":"Luis","field_r11":false,"prop_r38":720.73,"dim_u38":773}
```
Data logged successfully. | Output contains markdown and explanatory text around JSON | {"dim_x11":"https://api.io/v1","key_k41":"Luis","field_r11":false,"prop_r38":720.73,"dim_u38":773} |
TASK repair_structured_output
SPEC
FIELD field_j54 TYPE string REQUIRED no
FIELD col_e16 TYPE number REQUIRED no
FIELD key_s83 TYPE string REQUIRED no
FIELD attr_g52 TYPE boolean REQUIRED yes
FIELD col_a56 TYPE string REQUIRED yes
BROKEN_OUTPUT
{"field_j54": "user@domain.com", "col_e16": 353.45, "attr_g52": null, "co... | {"field_j54":"user@domain.com","col_e16":353.45,"attr_g52":true,"col_a56":"Diana"} | null_required | {
"type": "object",
"properties": {
"field_j54": {
"type": "string"
},
"col_e16": {
"type": "number"
},
"key_s83": {
"type": "string"
},
"attr_g52": {
"type": "boolean"
},
"col_a56": {
"type": "string"
}
},
"required": [
"attr_g52",
"... | {"field_j54": "user@domain.com", "col_e16": 353.45, "attr_g52": null, "col_a56": "Diana"} | Required field 'attr_g52' is null | {"field_j54":"user@domain.com","col_e16":353.45,"attr_g52":true,"col_a56":"Diana"} |
TASK repair_structured_output
SPEC
FIELD account_id TYPE string_email REQUIRED no
FIELD dosage.amount TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD dosage.height TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD dosage.patient_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD d... | {"account_id":"admin@domain.org","dosage":{"amount":"admin","height":"red","description":"Santos"},"procedure_code":"USD","hazmat_code":"inland","title":"delivered","country":"editor"} | unquoted_keys | {
"type": "object",
"properties": {
"account_id": {
"type": "string",
"format": "email"
},
"dosage": {
"type": "object",
"properties": {
"amount": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]... | {account_id:"admin@domain.org",dosage:{amount:"admin",height:"red",description:"Santos"},procedure_code:"USD",hazmat_code:"inland",title:"delivered",country:"editor"} | Expecting property name enclosed in double quotes | {"account_id":"admin@domain.org","dosage":{"amount":"admin","height":"red","description":"Santos"},"procedure_code":"USD","hazmat_code":"inland","title":"delivered","country":"editor"} |
TASK repair_structured_output
SPEC
FIELD catalyst TYPE string_uri REQUIRED no
FIELD rating TYPE string_date-time REQUIRED no
FIELD due_date TYPE string VALUES type_a|type_b REQUIRED yes
FIELD subtotal TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: schedule_meeting
Result: {"rating": "2022-03-2... | {"catalyst":"https://api.io/api","rating":"2022-03-21T14:29:00Z","due_date":"type_b","subtotal":"London"} | agent_chain | {
"type": "object",
"properties": {
"catalyst": {
"type": "string",
"format": "uri"
},
"rating": {
"type": "string",
"format": "date-time"
},
"due_date": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"subtotal": {
"t... | Let me check the system.
Action: schedule_meeting
Result: {"rating": "2022-03-21T14:29:00Z", "due_date": "type_b", "subtotal": "London"}
I'll query our database.
Action: validate_address
Result: | Agent multi-step chain with truncated tool output | {"catalyst":"https://api.io/api","rating":"2022-03-21T14:29:00Z","due_date":"type_b","subtotal":"London"} |
TASK repair_structured_output
SPEC
FIELD field_h05 TYPE number REQUIRED yes
FIELD field_s90 TYPE integer REQUIRED yes
FIELD prop_s86 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_y06 TYPE null REQUIRED no
FIELD field_f35 TYPE string_date-time REQUIRED yes
FIELD val_r66 TYPE string_uri REQUIRED no
... | {"field_h05":474.65,"field_s90":447,"prop_s86":"single","field_f35":"2024-12-28T23:56:00Z","val_r66":"https://data.io/v1"} | date_format_error | {
"type": "object",
"properties": {
"field_h05": {
"type": "number"
},
"field_s90": {
"type": "integer"
},
"prop_s86": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_y06": {
"type": "null"
},
"fi... | {"field_h05": 474.65, "field_s90": 447, "prop_s86": "single", "field_f35": "2024-12-28", "val_r66": "https://data.io/v1"} | Field 'field_f35' has invalid date format | {"field_h05":474.65,"field_s90":447,"prop_s86":"single","field_f35":"2024-12-28T23:56:00Z","val_r66":"https://data.io/v1"} |
TASK repair_structured_output
SPEC
FIELD company TYPE integer REQUIRED no
FIELD created_at TYPE integer REQUIRED yes
FIELD amplitude TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD url TYPE string_date-time REQUIRED yes
FIELD tile TYPE null REQUIRED no
FIELD status TYPE string REQUIRED no
FIELD features T... | {"company":819,"created_at":696,"amplitude":"level_2","url":"2022-10-20T13:48:00Z","tile":null,"status":"Hapag-Lloyd-Express","features":501} | wrong_type | {
"type": "object",
"properties": {
"company": {
"type": "integer"
},
"created_at": {
"type": "integer"
},
"amplitude": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"url": {
"type": "string",
"format"... | {"company": 819, "created_at": "\"696\"", "amplitude": "level_2", "url": "2022-10-20T13:48:00Z", "tile": null, "status": "Hapag-Lloyd-Express", "features": 501} | Field 'created_at' must be integer, got string | {"company":819,"created_at":696,"amplitude":"level_2","url":"2022-10-20T13:48:00Z","tile":null,"status":"Hapag-Lloyd-Express","features":501} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD footnote TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD port_code TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD age TYPE string VALUES active|inactive|pe... | {"port_code":"warning"} | markdown_explanation | {
"type": "object",
"properties": {
"timezone": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"footnote": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frame... | Here is the JSON you requested:
```json
{"port_code":"warning"}
```
I've ensured all required fields are present. | Output contains markdown and explanatory text around JSON | {"port_code":"warning"} |
TASK repair_structured_output
SPEC
FIELD col_i21 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD dim_y34 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD field_j16 TYPE integer REQUIRED yes
FIELD field_l94 TYPE string REQUIRED no
FIELD key_p02 TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
fetch... | {"col_i21":"single","field_j16":630,"key_p02":"https://www.org/data"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"col_i21": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"dim_y34": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"field_j16": {
... | fetch_lab_result(col_i21='single', field_j16=630, key_p02='https://www.org/data') | Tool call uses Python syntax instead of JSON | {"col_i21":"single","field_j16":630,"key_p02":"https://www.org/data"} |
TASK repair_structured_output
SPEC
FIELD updated_at TYPE number REQUIRED yes
FIELD barcode TYPE string REQUIRED no
FIELD loan_amount.run_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD loan_amount.step TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes
FIELD loan_amount.value... | {"updated_at":359.53} | thought_process | {
"type": "object",
"properties": {
"updated_at": {
"type": "number"
},
"barcode": {
"type": "string"
},
"loan_amount": {
"type": "object",
"properties": {
"run_id": {
"type": "string",
"enum": [
"homozygous",
"heterozyg... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"updated_at":359.53} | Output contains chain-of-thought reasoning before JSON | {"updated_at":359.53} |
TASK repair_structured_output
SPEC
FIELD gene_id TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD turbidity TYPE string REQUIRED yes
FIELD procedure_code TYPE string REQUIRED yes
FIELD items.ph_level TYPE string REQUIRED no
FIELD items.notes TYPE string VALUES open|in_progress|resolved|closed REQUIRED n... | {"gene_id":"red","turbidity":"QC-07","procedure_code":"https://example.com","items":{"notes":"in_progress","lab_result":"hemizygous","pressure_kpa":612,"bed_number":{"email":948,"account_id":"Diana","conductivity":"confirmed","tile":"2024-06-23T21:22:00Z","section":"new"}},"cargo_type":{"amplitude":"admin","subject":46... | single_quotes | {
"type": "object",
"properties": {
"gene_id": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"turbidity": {
"type": "string"
},
"procedure_code": {
"type": "string"
},
"items": {
"ty... | {'gene_id':'red','turbidity':'QC-07','procedure_code':'https://example.com','items':{'notes':'in_progress','lab_result':'hemizygous','pressure_kpa':612,'bed_number':{'email':948,'account_id':'Diana','conductivity':'confirmed','tile':'2024-06-23T21:22:00Z','section':'new'}},'cargo_type':{'amplitude':'admin','subject':46... | Expecting property name enclosed in double quotes | {"gene_id":"red","turbidity":"QC-07","procedure_code":"https://example.com","items":{"notes":"in_progress","lab_result":"hemizygous","pressure_kpa":612,"bed_number":{"email":948,"account_id":"Diana","conductivity":"confirmed","tile":"2024-06-23T21:22:00Z","section":"new"}},"cargo_type":{"amplitude":"admin","subject":46... |
TASK repair_structured_output
SPEC
FIELD val_y24 TYPE string REQUIRED yes
FIELD dim_q45 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_q90.field_x41 TYPE null REQUIRED no
FIELD key_q90.field_y59 TYPE integer REQUIRED yes
FIELD key_q90.key_u23[] TYPE boolean REQUIRED yes
FIELD key_i26 TYPE string R... | {"val_y24":"bar","dim_q45":"blue","key_q90":{"field_x41":null,"field_y59":617,"key_u23":[true,false]},"key_i26":"quux","dim_i39":"PASS","col_y88":"level_2"} | extra_text_before | {
"type": "object",
"properties": {
"val_y24": {
"type": "string"
},
"dim_q45": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"key_q90": {
"type": "object",
"properties": {
"field_x4... | Based on your request, here is the data:
{"val_y24":"bar","dim_q45":"blue","key_q90":{"field_x41":null,"field_y59":617,"key_u23":[true,false]},"key_i26":"quux","dim_i39":"PASS","col_y88":"level_2"} | Output contains non-JSON text before the object | {"val_y24":"bar","dim_q45":"blue","key_q90":{"field_x41":null,"field_y59":617,"key_u23":[true,false]},"key_i26":"quux","dim_i39":"PASS","col_y88":"level_2"} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE integer REQUIRED no
FIELD rating TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD address TYPE integer REQUIRED no
FIELD section TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD item_id TYPE string REQUIRED no
FIELD lane.length TYPE number ... | {"end_date":248,"section":"green","item_id":"Diana","lane":{"length":895.62,"subject":null,"city":"archived"},"format":{"altitude":"inactive","ward":"Berlin","throttle_pos":[666.67,742.87]}} | tool_call_partial_args | {
"type": "object",
"properties": {
"end_date": {
"type": "integer"
},
"rating": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"address": {
"type": "integer"
},
"section": {
"type": "string",
"... | I need to look up the information first.
Action: read_sensor_array
Arguments: {"end_date": 248, "section": "green", "item_id": "Diana", "format": {"altitude": "inactive", "ward": "Berlin", "throttle_pos": [666.67, 742.87]}} | Agent tool call missing required parameter 'lane' | {"end_date":248,"section":"green","item_id":"Diana","lane":{"length":895.62,"subject":null,"city":"archived"},"format":{"altitude":"inactive","ward":"Berlin","throttle_pos":[666.67,742.87]}} |
TASK repair_structured_output
SPEC
FIELD attr_x68 TYPE string VALUES type_a|type_b|type_c REQUIRED no
FIELD field_y23 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD attr_u37 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD field_t12 TYPE string VALUES operational|degraded|of... | {"attr_x68":"type_a","attr_u37":"moored","dim_d86":463,"attr_c00":150} | number_with_unit | {
"type": "object",
"properties": {
"attr_x68": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c"
]
},
"field_y23": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"... | {"attr_x68": "type_a", "attr_u37": "moored", "dim_d86": "463sec", "attr_c00": 150} | Field 'dim_d86' must be number, got string with unit | {"attr_x68":"type_a","attr_u37":"moored","dim_d86":463,"attr_c00":150} |
TASK repair_structured_output
SPEC
FIELD col_c66 TYPE string REQUIRED yes
FIELD val_l19 TYPE string REQUIRED no
FIELD val_t11[].field_o94 TYPE integer REQUIRED no
FIELD val_t11[].dim_q61 TYPE integer REQUIRED no
FIELD val_t11[].dim_p87 TYPE integer REQUIRED no
FIELD val_t11[].dim_r87 TYPE null REQUIRED no
FIELD val_t1... | {"col_c66":"Santos","val_t11":[{"field_o94":487,"dim_p87":737,"dim_r87":null,"col_k00":"active"}]} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_c66": {
"type": "string"
},
"val_l19": {
"type": "string"
},
"val_t11": {
"type": "array",
"items": {
"type": "object",
"properties": {
"field_o94": {
"type": "integer"
},
"... | Let me check the system.
Action: send_email
Arguments: {"val_t11": [{"field_o94": 487, "dim_p87": 737, "dim_r87": null, "col_k00": "active"}]} | Agent tool call missing required parameter 'col_c66' | {"col_c66":"Santos","val_t11":[{"field_o94":487,"dim_p87":737,"dim_r87":null,"col_k00":"active"}]} |
TASK repair_structured_output
SPEC
FIELD param_o15 TYPE string REQUIRED yes
FIELD val_f17 TYPE string_uri REQUIRED no
FIELD prop_r51 TYPE string REQUIRED no
FIELD prop_y41 TYPE integer REQUIRED yes
FIELD prop_w51 TYPE boolean REQUIRED no
BROKEN_OUTPUT
Here is the JSON you requested:
```json
{"param_o15":"Paris","prop... | {"param_o15":"Paris","prop_r51":"2024-01-15","prop_y41":605,"prop_w51":true} | markdown_explanation | {
"type": "object",
"properties": {
"param_o15": {
"type": "string"
},
"val_f17": {
"type": "string",
"format": "uri"
},
"prop_r51": {
"type": "string"
},
"prop_y41": {
"type": "integer"
},
"prop_w51": {
"type": "boolean"
}
},
"required... | Here is the JSON you requested:
```json
{"param_o15":"Paris","prop_r51":"2024-01-15","prop_y41":605,"prop_w51":true}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"param_o15":"Paris","prop_r51":"2024-01-15","prop_y41":605,"prop_w51":true} |
TASK repair_structured_output
SPEC
FIELD param_t86.key_q96 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD param_t86.val_h72 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_t86.prop_i77 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD param_t86.val_b86... | {"param_t86":{"key_q96":"degraded","val_h72":"info","val_b86":873},"col_z98":"medium","param_y84":342.13,"col_i50":361.42,"attr_j34":"basic"} | thought_process | {
"type": "object",
"properties": {
"param_t86": {
"type": "object",
"properties": {
"key_q96": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"val_h72": {
... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"param_t86":{"key_q96":"degraded","val_h72":"info","val_b86":873},"col_z98":"medium","param_y84":342.13,"col_i50":361.42,"attr_j34":"basic"} | Output contains chain-of-thought reasoning before JSON | {"param_t86":{"key_q96":"degraded","val_h72":"info","val_b86":873},"col_z98":"medium","param_y84":342.13,"col_i50":361.42,"attr_j34":"basic"} |
TASK repair_structured_output
SPEC
FIELD dim_t51.attr_j95 TYPE integer REQUIRED yes
FIELD dim_t51.val_e08 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_t51.key_n73[].col_m92 TYPE string_email REQUIRED yes
FIELD dim_t51.key_n73[].prop_d38 TYPE integer REQUIRED yes
FIELD dim_t51.key_n73[].par... | {"field_q11":475,"val_t51":"bar","dim_s52":{"col_w56":"Luis","col_n32":{"key_g46":"A short description.","attr_t74":665.57,"col_q36":false,"attr_t14":"world","col_o80":"RTG-04"},"key_i93":{"val_o11":"2026-12-21T09:40:00Z","val_q57":true},"attr_y32":{"prop_g49":"chrX","attr_c04":"RTG-04","key_g97":"quux","prop_x45":350,... | extra_text_after | {
"type": "object",
"properties": {
"dim_t51": {
"type": "object",
"properties": {
"attr_j95": {
"type": "integer"
},
"val_e08": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"clo... | {"field_q11":475,"val_t51":"bar","dim_s52":{"col_w56":"Luis","col_n32":{"key_g46":"A short description.","attr_t74":665.57,"col_q36":false,"attr_t14":"world","col_o80":"RTG-04"},"key_i93":{"val_o11":"2026-12-21T09:40:00Z","val_q57":true},"attr_y32":{"prop_g49":"chrX","attr_c04":"RTG-04","key_g97":"quux","prop_x45":350,... | Output contains non-JSON text after the object | {"field_q11":475,"val_t51":"bar","dim_s52":{"col_w56":"Luis","col_n32":{"key_g46":"A short description.","attr_t74":665.57,"col_q36":false,"attr_t14":"world","col_o80":"RTG-04"},"key_i93":{"val_o11":"2026-12-21T09:40:00Z","val_q57":true},"attr_y32":{"prop_g49":"chrX","attr_c04":"RTG-04","key_g97":"quux","prop_x45":350,... |
TASK repair_structured_output
SPEC
FIELD val_g08 TYPE null REQUIRED yes
FIELD dim_b79 TYPE string REQUIRED yes
FIELD attr_e61 TYPE string REQUIRED no
FIELD field_f51 TYPE string REQUIRED no
FIELD field_h57.field_h51 TYPE string REQUIRED no
FIELD field_h57.attr_w19 TYPE string VALUES berthed|anchored|underway|moored RE... | {"val_g08":null,"dim_b79":"Alice","attr_e61":"2023-12-25","field_f51":"New York","field_h57":{"attr_w19":"moored","key_e87":"2023-12-25","param_p80":{"dim_l91":"https://example.io/data","dim_a45":"user@domain.com","param_q20":null,"dim_p89":false,"col_q96":100.21,"field_n48":631,"attr_b92":"London"}}} | extra_text_after | {
"type": "object",
"properties": {
"val_g08": {
"type": "null"
},
"dim_b79": {
"type": "string"
},
"attr_e61": {
"type": "string"
},
"field_f51": {
"type": "string"
},
"field_h57": {
"type": "object",
"properties": {
"field_h51": {
... | {"val_g08":null,"dim_b79":"Alice","attr_e61":"2023-12-25","field_f51":"New York","field_h57":{"attr_w19":"moored","key_e87":"2023-12-25","param_p80":{"dim_l91":"https://example.io/data","dim_a45":"user@domain.com","param_q20":null,"dim_p89":false,"col_q96":100.21,"field_n48":631,"attr_b92":"London"}}}
This should match... | Output contains non-JSON text after the object | {"val_g08":null,"dim_b79":"Alice","attr_e61":"2023-12-25","field_f51":"New York","field_h57":{"attr_w19":"moored","key_e87":"2023-12-25","param_p80":{"dim_l91":"https://example.io/data","dim_a45":"user@domain.com","param_q20":null,"dim_p89":false,"col_q96":100.21,"field_n48":631,"attr_b92":"London"}}} |
TASK repair_structured_output
SPEC
FIELD end_date TYPE integer REQUIRED no
FIELD status.catalyst TYPE string REQUIRED yes
FIELD status.brake_pressure TYPE number REQUIRED no
FIELD status.updated_at TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD status.comments TYPE string REQUIRED no
FIELD status.dosage TYPE... | {"status":{"catalyst":"Hapag-Lloyd-Express","comments":"London","dosage":"2023-04-19T20:05:00Z","step":"intermittent"},"velocity":143.05,"batch_code":{"amount":{"freight_class":887,"email":"2020-02-09T09:28:00Z","timezone":"moored"},"position":"Tokyo","loan_amount":"info@test.io","interest_rate":{"span_id":"nonsense","... | extra_text_after | {
"type": "object",
"properties": {
"end_date": {
"type": "integer"
},
"status": {
"type": "object",
"properties": {
"catalyst": {
"type": "string"
},
"brake_pressure": {
"type": "number"
},
"updated_at": {
"type": "... | {"status":{"catalyst":"Hapag-Lloyd-Express","comments":"London","dosage":"2023-04-19T20:05:00Z","step":"intermittent"},"velocity":143.05,"batch_code":{"amount":{"freight_class":887,"email":"2020-02-09T09:28:00Z","timezone":"moored"},"position":"Tokyo","loan_amount":"info@test.io","interest_rate":{"span_id":"nonsense","... | Output contains non-JSON text after the object | {"status":{"catalyst":"Hapag-Lloyd-Express","comments":"London","dosage":"2023-04-19T20:05:00Z","step":"intermittent"},"velocity":143.05,"batch_code":{"amount":{"freight_class":887,"email":"2020-02-09T09:28:00Z","timezone":"moored"},"position":"Tokyo","loan_amount":"info@test.io","interest_rate":{"span_id":"nonsense","... |
TASK repair_structured_output
SPEC
FIELD col_x57 TYPE string_date-time REQUIRED yes
FIELD val_t26 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD dim_b57 TYPE integer REQUIRED yes
FIELD key_a36 TYPE null REQUIRED no
BROKEN_OUTPUT
{"col_x57":"2020-03-09T23:34:00Z","val_t26":"xl","dim_b57":697,"key_a36":nul... | {"col_x57":"2020-03-09T23:34:00Z","val_t26":"xl","dim_b57":697,"key_a36":null} | truncated_object | {
"type": "object",
"properties": {
"col_x57": {
"type": "string",
"format": "date-time"
},
"val_t26": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"dim_b57": {
"type": "integer"
},
"key_a36": {
... | {"col_x57":"2020-03-09T23:34:00Z","val_t26":"xl","dim_b57":697,"key_a36":null | Unexpected end of JSON input — truncated object | {"col_x57":"2020-03-09T23:34:00Z","val_t26":"xl","dim_b57":697,"key_a36":null} |
TASK repair_structured_output
SPEC
FIELD dim_k46 TYPE string VALUES admin|editor|viewer REQUIRED yes
FIELD attr_t23 TYPE string_email REQUIRED no
FIELD field_p61 TYPE string VALUES single|married|divorced REQUIRED no
FIELD field_p20 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no
FIELD key_e98.dim_k53 T... | {"dim_k46":"admin","attr_t23":"admin@test.io","field_p61":"divorced","field_p20":"level_2","col_p66":{"field_l33":{"attr_z00":"Luis","param_x72":985,"dim_a83":"Paris","val_j54":504,"col_o32":654.33},"attr_d72":973.95,"param_b30":{"key_k74":false,"dim_b64":368.43,"attr_z46":446,"attr_q64":"inactive"},"val_f66":null,"dim... | markdown_explanation | {
"type": "object",
"properties": {
"dim_k46": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
},
"attr_t23": {
"type": "string",
"format": "email"
},
"field_p61": {
"type": "string",
"enum": [
"single",
... | The output is as follows:
```json
{"dim_k46":"admin","attr_t23":"admin@test.io","field_p61":"divorced","field_p20":"level_2","col_p66":{"field_l33":{"attr_z00":"Luis","param_x72":985,"dim_a83":"Paris","val_j54":504,"col_o32":654.33},"attr_d72":973.95,"param_b30":{"key_k74":false,"dim_b64":368.43,"attr_z46":446,"attr_q6... | Output contains markdown and explanatory text around JSON | {"dim_k46":"admin","attr_t23":"admin@test.io","field_p61":"divorced","field_p20":"level_2","col_p66":{"field_l33":{"attr_z00":"Luis","param_x72":985,"dim_a83":"Paris","val_j54":504,"col_o32":654.33},"attr_d72":973.95,"param_b30":{"key_k74":false,"dim_b64":368.43,"attr_z46":446,"attr_q64":"inactive"},"val_f66":null,"dim... |
TASK repair_structured_output
SPEC
FIELD dim_o67.prop_z32 TYPE string REQUIRED yes
FIELD dim_o67.key_u96 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD dim_o67.key_k39 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD dim_b10 TYPE string REQUIRED yes
FIELD key_g91... | {"dim_o67":{"prop_z32":"baz","key_u96":"rejected","key_k39":"resolved"},"dim_b10":"test","key_g91":null} | missing_brace | {
"type": "object",
"properties": {
"dim_o67": {
"type": "object",
"properties": {
"prop_z32": {
"type": "string"
},
"key_u96": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"dim_o67":{"prop_z32":"baz","key_u96":"rejected","key_k39":"resolved"},"dim_b10":"test","key_g91":null | Missing closing brace | {"dim_o67":{"prop_z32":"baz","key_u96":"rejected","key_k39":"resolved"},"dim_b10":"test","key_g91":null} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string VALUES cat_a|cat_b REQUIRED yes
FIELD paragraph TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD transaction_id TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"vital_sign": "cat_a", "transaction_id": "\"yes\""} | {"vital_sign":"cat_a","transaction_id":true} | wrong_type | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"paragraph": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"transaction_id": {
... | {"vital_sign": "cat_a", "transaction_id": "\"yes\""} | Field 'transaction_id' must be boolean, got string | {"vital_sign":"cat_a","transaction_id":true} |
TASK repair_structured_output
SPEC
FIELD dim_h27.field_f07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD dim_h27.key_b35 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_h27.val_o59 TYPE string VALUES draft|published|archived REQUIRED no
FIELD dim_h27.key_h64 TYPE null... | {"dim_h27":{"key_b35":"returned","val_o59":"draft","key_o06":"A short description.","param_q07":false},"attr_w80":"pending_review"} | truncated_object | {
"type": "object",
"properties": {
"dim_h27": {
"type": "object",
"properties": {
"field_f07": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"key_b35": {
... | {"dim_h27":{"key_b35":"returned","val_o59":"draft","key_o06":"A short description.","param_q07":false},"attr_w80":"pending_review" | Unexpected end of JSON input — truncated object | {"dim_h27":{"key_b35":"returned","val_o59":"draft","key_o06":"A short description.","param_q07":false},"attr_w80":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD invoice_id.terminal_id TYPE integer REQUIRED no
FIELD invoice_id.torque_output TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD invoice_id.vital_sign TYPE number REQUIRED yes
FIELD terminal_id TYPE string REQUIRED no
FIELD zip_code TYPE string VA... | {"invoice_id":{"terminal_id":720,"torque_output":"pending_review","vital_sign":288.9},"zip_code":"oceanic","chromosome":"homozygous","vessel_name":232} | truncated_array | {
"type": "object",
"properties": {
"invoice_id": {
"type": "object",
"properties": {
"terminal_id": {
"type": "integer"
},
"torque_output": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejecte... | {"invoice_id":{"terminal_id":720,"torque_output":"pending_review","vital_sign":288.9},"zip_code":"oceanic","chromosome":"homozygous","vessel_name":232 | Unexpected end of JSON input — truncated object | {"invoice_id":{"terminal_id":720,"torque_output":"pending_review","vital_sign":288.9},"zip_code":"oceanic","chromosome":"homozygous","vessel_name":232} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE integer REQUIRED no
FIELD type TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD filter_flag TYPE string REQUIRED no
FIELD strand TYPE integer REQUIRED no
FIELD bill_of_lading TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"strand":718,"bill_of_lading"... | {"strand":718,"bill_of_lading":true} | extra_text_after | {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"type": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"filter_flag": {
"type": "string"
},
"strand": {
"type": "integer... | {"strand":718,"bill_of_lading":true}
Let me know if you need anything else! | Output contains non-JSON text after the object | {"strand":718,"bill_of_lading":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.