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 param_g37 TYPE number REQUIRED yes
FIELD attr_t06 TYPE integer REQUIRED yes
FIELD field_y74.param_a18 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD field_y74.col_f19 TYPE string REQUIRED no
FIELD field_y74.dim_x96 TYPE null REQUIRED no
FIELD field_y74.prop_f60... | {"param_g37":987.95,"attr_t06":438,"field_y74":{"param_a18":"enterprise","key_k29":"in_transit","col_v36":748.32,"key_y65":770.86}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"param_g37": {
"type": "number"
},
"attr_t06": {
"type": "integer"
},
"field_y74": {
"type": "object",
"properties": {
"param_a18": {
"type": "string",
"enum": [
"free",
"basic",
... | create_ticket(param_g37=987.95, attr_t06=438, field_y74={'param_a18': 'enterprise', 'key_k29': 'in_transit', 'col_v36': 748.32, 'key_y65': 770.86}) | Tool call uses Python syntax instead of JSON | {"param_g37":987.95,"attr_t06":438,"field_y74":{"param_a18":"enterprise","key_k29":"in_transit","col_v36":748.32,"key_y65":770.86}} |
TASK repair_structured_output
SPEC
FIELD col_w17 TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD dim_d95 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD key_a28 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD attr_j92 TYPE boolean REQUIRED no
BROKEN_OUTPUT
Let me analy... | {"col_w17":"pending","dim_d95":"oceanic","key_a28":"low"} | thought_process | {
"type": "object",
"properties": {
"col_w17": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"dim_d95": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"ke... | Let me analyze the request and generate the appropriate JSON.
The user wants a structured object with specific fields.
{"col_w17":"pending","dim_d95":"oceanic","key_a28":"low"} | Output contains chain-of-thought reasoning before JSON | {"col_w17":"pending","dim_d95":"oceanic","key_a28":"low"} |
TASK repair_structured_output
SPEC
FIELD prop_t48 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD attr_m83 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_g84 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD col_x97 TYPE string_email REQUIRED no
FIELD prop_... | {"prop_t48":"homozygous","attr_m83":"low","field_g84":"mode_d","col_x97":"user@example.com","prop_s64":"baz"} | tool_call_bad_format | {
"type": "object",
"properties": {
"prop_t48": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"attr_m83": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},... | <functioncall> filter_variants
{prop_t48: "homozygous", attr_m83: "low", field_g84: "mode_d", col_x97: "user@example.com", prop_s64: "baz"} | Tool call has malformed arguments — unquoted keys in function parameters | {"prop_t48":"homozygous","attr_m83":"low","field_g84":"mode_d","col_x97":"user@example.com","prop_s64":"baz"} |
TASK repair_structured_output
SPEC
FIELD conductivity TYPE string_uri REQUIRED yes
FIELD commit_hash TYPE string REQUIRED yes
FIELD decay_rate TYPE string REQUIRED yes
BROKEN_OUTPUT
I found that conductivity should be https://example.com/data. {"conductivity":"https://example.com/data","commit_hash":"chrX","decay_rat... | {"conductivity":"https://example.com/data","commit_hash":"chrX","decay_rate":"London"} | partial_structure | {
"type": "object",
"properties": {
"conductivity": {
"type": "string",
"format": "uri"
},
"commit_hash": {
"type": "string"
},
"decay_rate": {
"type": "string"
}
},
"required": [
"conductivity",
"commit_hash",
"decay_rate"
]
} | I found that conductivity should be https://example.com/data. {"conductivity":"https://example.com/data","commit_hash":"chrX","decay_rate":"London"} | Output mixes natural language with JSON | {"conductivity":"https://example.com/data","commit_hash":"chrX","decay_rate":"London"} |
TASK repair_structured_output
SPEC
FIELD attr_o48 TYPE boolean REQUIRED no
FIELD key_r44 TYPE string_uri REQUIRED yes
FIELD dim_n97.dim_q63 TYPE number REQUIRED yes
FIELD dim_n97.key_d34 TYPE boolean REQUIRED no
FIELD dim_n97.param_l33.param_b27 TYPE string REQUIRED yes
FIELD dim_n97.param_l33.field_r18 TYPE string RE... | {"key_r44":"https://data.org/v1","dim_n97":{"dim_q63":638.03,"key_d34":false,"param_l33":{"param_b27":"cancelled","field_r18":"user@domain.com","param_u61":[true,true,false]},"attr_p59":{"val_d67":"chrX","val_i45":"sample","param_w88":"2020-04-14T05:22:00Z","attr_e68":null}}} | extra_text_before | {
"type": "object",
"properties": {
"attr_o48": {
"type": "boolean"
},
"key_r44": {
"type": "string",
"format": "uri"
},
"dim_n97": {
"type": "object",
"properties": {
"dim_q63": {
"type": "number"
},
"key_d34": {
"type": ... | Here is the response in the requested format:
{"key_r44":"https://data.org/v1","dim_n97":{"dim_q63":638.03,"key_d34":false,"param_l33":{"param_b27":"cancelled","field_r18":"user@domain.com","param_u61":[true,true,false]},"attr_p59":{"val_d67":"chrX","val_i45":"sample","param_w88":"2020-04-14T05:22:00Z","attr_e68":null}... | Output contains non-JSON text before the object | {"key_r44":"https://data.org/v1","dim_n97":{"dim_q63":638.03,"key_d34":false,"param_l33":{"param_b27":"cancelled","field_r18":"user@domain.com","param_u61":[true,true,false]},"attr_p59":{"val_d67":"chrX","val_i45":"sample","param_w88":"2020-04-14T05:22:00Z","attr_e68":null}}} |
TASK repair_structured_output
SPEC
FIELD dim_n67 TYPE integer REQUIRED yes
FIELD key_m61 TYPE string REQUIRED yes
FIELD attr_k29.param_b64 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD attr_k29.param_w75 TYPE string REQUIRED no
FIELD attr_k29.param_s88 TYPE string REQUIRED no
FIELD ... | {"dim_n67":336,"key_m61":"world","attr_k29":{"param_b64":"option_c","param_s88":"Paris","val_y95":"Maria","field_t08":"option_f"},"val_d10":{"col_a95":"Silva","dim_a02":"moored","prop_r82":"2026-11-02T07:55:00Z","param_f41":786.73}} | extra_field | {
"type": "object",
"properties": {
"dim_n67": {
"type": "integer"
},
"key_m61": {
"type": "string"
},
"attr_k29": {
"type": "object",
"properties": {
"param_b64": {
"type": "string",
"enum": [
"option_a",
"option_b",
... | {"dim_n67": 336, "key_m61": "world", "attr_k29": {"param_b64": "option_c", "param_s88": "Paris", "val_y95": "Maria", "field_t08": "option_f"}, "val_d10": {"col_a95": "Silva", "dim_a02": "moored", "prop_r82": "2026-11-02T07:55:00Z", "param_f41": 786.73}, "extra_data_7569": "unexpected"} | Unknown field 'extra_data_7569' not defined in schema | {"dim_n67":336,"key_m61":"world","attr_k29":{"param_b64":"option_c","param_s88":"Paris","val_y95":"Maria","field_t08":"option_f"},"val_d10":{"col_a95":"Silva","dim_a02":"moored","prop_r82":"2026-11-02T07:55:00Z","param_f41":786.73}} |
TASK repair_structured_output
SPEC
FIELD col_g35 TYPE string_date-time REQUIRED no
FIELD prop_h92 TYPE string_email REQUIRED yes
FIELD dim_n73 TYPE number REQUIRED yes
FIELD key_m67 TYPE string VALUES single|married|divorced REQUIRED no
FIELD prop_c43 TYPE string REQUIRED no
FIELD val_k24 TYPE boolean REQUIRED yes
BR... | {"col_g35":"2020-02-23T16:22:00Z","prop_h92":"test@test.io","dim_n73":611.85,"val_k24":true} | missing_bracket | {
"type": "object",
"properties": {
"col_g35": {
"type": "string",
"format": "date-time"
},
"prop_h92": {
"type": "string",
"format": "email"
},
"dim_n73": {
"type": "number"
},
"key_m67": {
"type": "string",
"enum": [
"single",
"... | {"col_g35":"2020-02-23T16:22:00Z","prop_h92":"test@test.io","dim_n73":611.85,"val_k24":true} | Missing closing bracket | {"col_g35":"2020-02-23T16:22:00Z","prop_h92":"test@test.io","dim_n73":611.85,"val_k24":true} |
TASK repair_structured_output
SPEC
FIELD field_t56 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD param_x15 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD key_g53 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD field_m39 TYPE null REQUIRED no
FIELD field... | {"field_t56":"operational","param_x15":"white","key_g53":"black","field_m39":null,"col_d99":588} | trailing_comma | {
"type": "object",
"properties": {
"field_t56": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"param_x15": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black"... | {"field_t56":"operational","param_x15":"white","key_g53":"black","field_m39":null,"col_d99":588,} | Unexpected trailing comma | {"field_t56":"operational","param_x15":"white","key_g53":"black","field_m39":null,"col_d99":588} |
TASK repair_structured_output
SPEC
FIELD prop_d45 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_v26 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes
FIELD prop_s31.field_p43 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD prop_s31.attr_z97 TYPE string VALUES free|basic... | {"prop_d45":"arctic","param_v26":"USD","prop_s31":{"attr_z97":"enterprise","key_x22":"editor","attr_z01":"editor"},"field_g65":"https://example.org/api","field_j00":128} | partial_structure | {
"type": "object",
"properties": {
"prop_d45": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"param_v26": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | I found that field_g65 should be https://example.org/api. {"prop_d45":"arctic","param_v26":"USD","prop_s31":{"attr_z97":"enterprise","key_x22":"editor","attr_z01":"editor"},"field_g65":"https://example.org/api","field_j00":128} | Output mixes natural language with JSON | {"prop_d45":"arctic","param_v26":"USD","prop_s31":{"attr_z97":"enterprise","key_x22":"editor","attr_z01":"editor"},"field_g65":"https://example.org/api","field_j00":128} |
TASK repair_structured_output
SPEC
FIELD transaction_id TYPE string VALUES option_a|option_b REQUIRED yes
FIELD nickname TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD aligned_pct TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD pressure_kpa TYPE integer REQUIRED no
FIELD paymen... | {"transaction_id":"option_b","nickname":"resolved","aligned_pct":"black","pressure_kpa":461,"payment_status":"2026-08-24T14:09:00Z"} | unquoted_keys | {
"type": "object",
"properties": {
"transaction_id": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"nickname": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"aligned_... | {transaction_id:"option_b",nickname:"resolved",aligned_pct:"black",pressure_kpa:461,payment_status:"2026-08-24T14:09:00Z"} | Expecting property name enclosed in double quotes | {"transaction_id":"option_b","nickname":"resolved","aligned_pct":"black","pressure_kpa":461,"payment_status":"2026-08-24T14:09:00Z"} |
TASK repair_structured_output
SPEC
FIELD lab_result TYPE number REQUIRED yes
FIELD duration_ms.salinity TYPE string REQUIRED yes
FIELD duration_ms.patient_id TYPE integer REQUIRED no
FIELD duration_ms.latitude TYPE null REQUIRED yes
FIELD duration_ms.freight_class TYPE integer REQUIRED no
FIELD duration_ms.version TYP... | {"lab_result":373.83,"enabled":17.56} | missing_bracket | {
"type": "object",
"properties": {
"lab_result": {
"type": "number"
},
"duration_ms": {
"type": "object",
"properties": {
"salinity": {
"type": "string"
},
"patient_id": {
"type": "integer"
},
"latitude": {
"type": ... | {"lab_result":373.83,"enabled":17.56} | Missing closing bracket | {"lab_result":373.83,"enabled":17.56} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE null REQUIRED yes
FIELD salinity.duration_ms.allele TYPE number REQUIRED yes
FIELD salinity.duration_ms.tags TYPE string_date-time REQUIRED yes
FIELD salinity.duration_ms.order_id TYPE string REQUIRED no
FIELD salinity.duration_ms.timezone TYPE null REQUIR... | {"dissolved_oxygen":null,"salinity":{"status_code":{"item_id":true,"footnote":null,"lab_result":"mode_b","balance":"level_3"},"conductivity":{"torque_output":"medium","type":"Luis"},"quality_score":282.87},"message":17} | markdown_fences | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "null"
},
"salinity": {
"type": "object",
"properties": {
"duration_ms": {
"type": "object",
"properties": {
"allele": {
"type": "number"
},
"... | ```json
{"dissolved_oxygen":null,"salinity":{"status_code":{"item_id":true,"footnote":null,"lab_result":"mode_b","balance":"level_3"},"conductivity":{"torque_output":"medium","type":"Luis"},"quality_score":282.87},"message":17}
``` | Output contains markdown code fences | {"dissolved_oxygen":null,"salinity":{"status_code":{"item_id":true,"footnote":null,"lab_result":"mode_b","balance":"level_3"},"conductivity":{"torque_output":"medium","type":"Luis"},"quality_score":282.87},"message":17} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD status_code TYPE string_uri REQUIRED no
FIELD active[].build_status TYPE boolean REQUIRED yes
FIELD active[].batch_code TYPE boolean REQUIRED yes
FIELD active[].version TYPE string REQUIRED no
FIELD active[].... | {"tax":"mode_b","status_code":"https://example.org/v1","active":[{"build_status":true,"batch_code":false,"version":"active","notes":"type_d","width":"2020-09-03T12:34:00Z","rating":"2022-07-12T17:23:00Z"}],"message":[81,90,292]} | tool_call_python_syntax | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"status_code": {
"type": "string",
"format": "uri"
},
"active": {
"type": "array",
"items": {
"ty... | process_payment(tax='mode_b', status_code='https://example.org/v1', active=[{'build_status': True, 'batch_code': False, 'version': 'active', 'notes': 'type_d', 'width': '2020-09-03T12:34:00Z', 'rating': '2022-07-12T17:23:00Z'}], message=[81, 90, 292]) | Tool call uses Python syntax instead of JSON | {"tax":"mode_b","status_code":"https://example.org/v1","active":[{"build_status":true,"batch_code":false,"version":"active","notes":"type_d","width":"2020-09-03T12:34:00Z","rating":"2022-07-12T17:23:00Z"}],"message":[81,90,292]} |
TASK repair_structured_output
SPEC
FIELD span_id TYPE string VALUES draft|published|archived REQUIRED yes
FIELD hazmat_code TYPE integer REQUIRED no
FIELD maturity_date TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
check_availability(span_id='archived', hazmat_code=98, maturity_date='info') | {"span_id":"archived","hazmat_code":98,"maturity_date":"info"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"span_id": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
},
"hazmat_code": {
"type": "integer"
},
"maturity_date": {
"type": "string",
"enum": [
"success",
"error",
... | check_availability(span_id='archived', hazmat_code=98, maturity_date='info') | Tool call uses Python syntax instead of JSON | {"span_id":"archived","hazmat_code":98,"maturity_date":"info"} |
TASK repair_structured_output
SPEC
FIELD prop_p20 TYPE boolean REQUIRED no
FIELD key_e23.attr_o08 TYPE string REQUIRED yes
FIELD key_e23.param_e25.dim_m12 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD key_e23.param_e25.key_j33 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIEL... | {"prop_p20":false,"key_e23":{"attr_o08":"qux","param_e25":{"dim_m12":"level_5","key_j33":"level_3","attr_b37":"option_a","prop_i89":"Maria","prop_g14":"Tokyo","key_w75":"2024-06-03T06:02:00Z"},"col_d31":{"key_g00":"level_1","param_e85":118,"col_k15":null,"attr_i73":"https://api.io/api","dim_n45":66},"param_s20":883,"co... | thought_process | {
"type": "object",
"properties": {
"prop_p20": {
"type": "boolean"
},
"key_e23": {
"type": "object",
"properties": {
"attr_o08": {
"type": "string"
},
"param_e25": {
"type": "object",
"properties": {
"dim_m12": {
... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"prop_p20":false,"key_e23":{"attr_o08":"qux","param_e25":{"dim_m12":"level_5","key_j33":"level_3","attr_b37":"option_a","prop_i89":"Maria","prop_g14":"Tokyo","key_w75":"2024-06-03T06:02:00Z"},"col_d31":{"key_g00":"l... | Output contains chain-of-thought reasoning before JSON | {"prop_p20":false,"key_e23":{"attr_o08":"qux","param_e25":{"dim_m12":"level_5","key_j33":"level_3","attr_b37":"option_a","prop_i89":"Maria","prop_g14":"Tokyo","key_w75":"2024-06-03T06:02:00Z"},"col_d31":{"key_g00":"level_1","param_e85":118,"col_k15":null,"attr_i73":"https://api.io/api","dim_n45":66},"param_s20":883,"co... |
TASK repair_structured_output
SPEC
FIELD param_x80.attr_a96 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD param_x80.dim_o68 TYPE string_uri REQUIRED no
FIELD param_x80.param_v98 TYPE integer REQUIRED no
FIELD param_x80.prop_l29 TYPE string_date-time REQUIRED no
FIELD param_x80.prop_c49.val_u68 TYPE ... | {"param_x80":{"attr_a96":"info","param_v98":401,"prop_l29":"2025-01-19T10:49:00Z"},"dim_a21":"qux","attr_l67":{"param_p33":"inactive","field_q99":"hello","prop_r94":123,"col_v56":null,"field_r26":"berthed"},"attr_n40":"2023-04-20T19:52:00Z","param_e61":null} | trailing_comma | {
"type": "object",
"properties": {
"param_x80": {
"type": "object",
"properties": {
"attr_a96": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"dim_o68": {
"type... | {"param_x80":{"attr_a96":"info","param_v98":401,"prop_l29":"2025-01-19T10:49:00Z",},"dim_a21":"qux","attr_l67":{"param_p33":"inactive","field_q99":"hello","prop_r94":123,"col_v56":null,"field_r26":"berthed"},"attr_n40":"2023-04-20T19:52:00Z","param_e61":null} | Unexpected trailing comma | {"param_x80":{"attr_a96":"info","param_v98":401,"prop_l29":"2025-01-19T10:49:00Z"},"dim_a21":"qux","attr_l67":{"param_p33":"inactive","field_q99":"hello","prop_r94":123,"col_v56":null,"field_r26":"berthed"},"attr_n40":"2023-04-20T19:52:00Z","param_e61":null} |
TASK repair_structured_output
SPEC
FIELD param_p44 TYPE boolean REQUIRED yes
FIELD attr_g04 TYPE string REQUIRED no
FIELD field_t68[] TYPE string VALUES success|error|warning|info REQUIRED yes
BROKEN_OUTPUT
{"param_p44": true, "field_t68": ["info", "success", "success", "info"], "extra_info_3368": "unexpected"} | {"param_p44":true,"field_t68":["info","success","success","info"]} | extra_field | {
"type": "object",
"properties": {
"param_p44": {
"type": "boolean"
},
"attr_g04": {
"type": "string"
},
"field_t68": {
"type": "array",
"items": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
... | {"param_p44": true, "field_t68": ["info", "success", "success", "info"], "extra_info_3368": "unexpected"} | Unknown field 'extra_info_3368' not defined in schema | {"param_p44":true,"field_t68":["info","success","success","info"]} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED no
FIELD published TYPE string_email REQUIRED no
FIELD loan_amount TYPE string_date-time REQUIRED no
FIELD priority TYPE string REQUIRED yes
FIELD salinity TYPE string VALUES type_a|type_b REQUIRED yes
FIELD build_status TYPE string REQUIRED no... | {"published":"info@domain.org","priority":"London","salinity":"type_b","build_status":"test","length":620} | wrong_type | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"published": {
"type": "string",
"format": "email"
},
"loan_amount": {
"type": "string",
"format": "date-time"
},
"priority": {
"type": "string"
},
"salinity": {
"t... | {"published": "info@domain.org", "priority": "London", "salinity": "type_b", "build_status": "test", "length": "\"620\""} | Field 'length' must be integer, got string | {"published":"info@domain.org","priority":"London","salinity":"type_b","build_status":"test","length":620} |
TASK repair_structured_output
SPEC
FIELD param_x30 TYPE integer REQUIRED yes
FIELD param_z85 TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD val_e84 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
BROKEN_OUTPUT
{"param_x30":132,"param_z85":"white","val_e84":"optio... | {"param_x30":132,"param_z85":"white","val_e84":"option_e"} | truncated_array | {
"type": "object",
"properties": {
"param_x30": {
"type": "integer"
},
"param_z85": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"val_e84": {
"type": "string",
"enum": [
"option_a"... | {"param_x30":132,"param_z85":"white","val_e84":"option_e" | Unexpected end of JSON input — truncated object | {"param_x30":132,"param_z85":"white","val_e84":"option_e"} |
TASK repair_structured_output
SPEC
FIELD param_u94 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD dim_u99 TYPE string REQUIRED yes
FIELD key_o32.attr_d72 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD key_o32.field_g78 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED ... | {"dim_u99":"approved","key_o32":{"attr_d72":"homozygous","field_g78":"cat_d","dim_e97":86.65,"param_f40":false,"prop_f41":"Johnson"},"col_h30":{"param_r91":"London","key_a77":737.88,"val_a02":{"attr_f76":196,"param_i36":"https://example.com","key_q19":"Alice","val_k69":"completed","prop_b49":"type_b"},"attr_g40":null,"... | extra_text_before | {
"type": "object",
"properties": {
"param_u94": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"dim_u99": {
"type": "string"
},
"key_o32": {
"type": "object",
"properties": {
"attr_d72": {
... | Here is the response in the requested format:
{"dim_u99":"approved","key_o32":{"attr_d72":"homozygous","field_g78":"cat_d","dim_e97":86.65,"param_f40":false,"prop_f41":"Johnson"},"col_h30":{"param_r91":"London","key_a77":737.88,"val_a02":{"attr_f76":196,"param_i36":"https://example.com","key_q19":"Alice","val_k69":"com... | Output contains non-JSON text before the object | {"dim_u99":"approved","key_o32":{"attr_d72":"homozygous","field_g78":"cat_d","dim_e97":86.65,"param_f40":false,"prop_f41":"Johnson"},"col_h30":{"param_r91":"London","key_a77":737.88,"val_a02":{"attr_f76":196,"param_i36":"https://example.com","key_q19":"Alice","val_k69":"completed","prop_b49":"type_b"},"attr_g40":null,"... |
TASK repair_structured_output
SPEC
FIELD length TYPE string REQUIRED yes
FIELD image_url TYPE integer REQUIRED no
FIELD loan_amount TYPE boolean REQUIRED no
FIELD gene_id TYPE integer REQUIRED yes
BROKEN_OUTPUT
{length:"approved",image_url:573,gene_id:625} | {"length":"approved","image_url":573,"gene_id":625} | unquoted_keys | {
"type": "object",
"properties": {
"length": {
"type": "string"
},
"image_url": {
"type": "integer"
},
"loan_amount": {
"type": "boolean"
},
"gene_id": {
"type": "integer"
}
},
"required": [
"gene_id",
"length"
]
} | {length:"approved",image_url:573,gene_id:625} | Expecting property name enclosed in double quotes | {"length":"approved","image_url":573,"gene_id":625} |
TASK repair_structured_output
SPEC
FIELD dissolved_oxygen TYPE null REQUIRED yes
FIELD throttle_pos.footnote TYPE string_uri REQUIRED no
FIELD throttle_pos.price TYPE boolean REQUIRED yes
FIELD throttle_pos.shift_code TYPE string REQUIRED no
FIELD throttle_pos.first_name.pressure_kpa TYPE string REQUIRED no
FIELD thro... | {"dissolved_oxygen":null,"throttle_pos":{"footnote":"https://data.com/v1","price":true,"first_name":{"pressure_kpa":"user@domain.com","consignee":true,"crew_id":709.04,"fleet_number":"John","throttle_pos":901.62,"yield_pct":612,"total":662.24},"state":"rejected"},"features":null,"image_url":true} | trailing_comma | {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "null"
},
"throttle_pos": {
"type": "object",
"properties": {
"footnote": {
"type": "string",
"format": "uri"
},
"price": {
"type": "boolean"
},
"shif... | {"dissolved_oxygen":null,"throttle_pos":{"footnote":"https://data.com/v1","price":true,"first_name":{"pressure_kpa":"user@domain.com","consignee":true,"crew_id":709.04,"fleet_number":"John","throttle_pos":901.62,"yield_pct":612,"total":662.24,},"state":"rejected"},"features":null,"image_url":true} | Unexpected trailing comma | {"dissolved_oxygen":null,"throttle_pos":{"footnote":"https://data.com/v1","price":true,"first_name":{"pressure_kpa":"user@domain.com","consignee":true,"crew_id":709.04,"fleet_number":"John","throttle_pos":901.62,"yield_pct":612,"total":662.24},"state":"rejected"},"features":null,"image_url":true} |
TASK repair_structured_output
SPEC
FIELD key_k30.field_d52 TYPE string REQUIRED yes
FIELD key_k30.dim_w56 TYPE boolean REQUIRED yes
FIELD key_k30.dim_p72.val_c32 TYPE integer REQUIRED no
FIELD key_k30.dim_p72.attr_q33 TYPE string REQUIRED no
FIELD key_k30.dim_p72.attr_t07 TYPE number REQUIRED no
FIELD key_k30.dim_p72.... | {"key_k30":{"field_d52":"GRCh38","dim_w56":false,"dim_p72":{"attr_q33":"FWD","val_s74":false},"col_r47":478},"val_k54":275,"attr_q18":"Paris"} | number_with_unit | {
"type": "object",
"properties": {
"key_k30": {
"type": "object",
"properties": {
"field_d52": {
"type": "string"
},
"dim_w56": {
"type": "boolean"
},
"dim_p72": {
"type": "object",
"properties": {
"val_c32"... | {"key_k30": {"field_d52": "GRCh38", "dim_w56": false, "dim_p72": {"attr_q33": "FWD", "val_s74": false}, "col_r47": 478}, "val_k54": "275MB", "attr_q18": "Paris"} | Field 'val_k54' must be number, got string with unit | {"key_k30":{"field_d52":"GRCh38","dim_w56":false,"dim_p72":{"attr_q33":"FWD","val_s74":false},"col_r47":478},"val_k54":275,"attr_q18":"Paris"} |
TASK repair_structured_output
SPEC
FIELD col_b27 TYPE integer REQUIRED no
FIELD param_r33 TYPE number REQUIRED yes
FIELD field_t15 TYPE boolean REQUIRED no
FIELD field_o12.dim_i85 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD field_o12.field_l75 TYPE string VALUES small|medium|large|xl REQUIRED n... | {"param_r33":908.83,"field_t15":false,"field_o12":{"dim_i85":"unstable","field_l75":"xl","key_b19":588,"prop_j03":"quux","prop_h61":"operational"},"val_m24":"Bob","col_l32":"2024-09-22T14:11:00Z","col_l01":false,"prop_l98":539.03} | markdown_fences | {
"type": "object",
"properties": {
"col_b27": {
"type": "integer"
},
"param_r33": {
"type": "number"
},
"field_t15": {
"type": "boolean"
},
"field_o12": {
"type": "object",
"properties": {
"dim_i85": {
"type": "string",
"enum": [... | ```json
{"param_r33":908.83,"field_t15":false,"field_o12":{"dim_i85":"unstable","field_l75":"xl","key_b19":588,"prop_j03":"quux","prop_h61":"operational"},"val_m24":"Bob","col_l32":"2024-09-22T14:11:00Z","col_l01":false,"prop_l98":539.03}
``` | Output contains markdown code fences | {"param_r33":908.83,"field_t15":false,"field_o12":{"dim_i85":"unstable","field_l75":"xl","key_b19":588,"prop_j03":"quux","prop_h61":"operational"},"val_m24":"Bob","col_l32":"2024-09-22T14:11:00Z","col_l01":false,"prop_l98":539.03} |
TASK repair_structured_output
SPEC
FIELD category TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD state TYPE string REQUIRED yes
FIELD procedure_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD message TYPE integer REQUIRED no
BROKEN_OUTPUT
Here's the structured o... | {"state":"2024-06-30","procedure_code":"pending_review","message":991} | extra_text_before | {
"type": "object",
"properties": {
"category": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"state": {
"type": "string"
},
"procedure_code": {
"type": "string",
"enum": [
"pending_review",
... | Here's the structured output:
{"state":"2024-06-30","procedure_code":"pending_review","message":991} | Output contains non-JSON text before the object | {"state":"2024-06-30","procedure_code":"pending_review","message":991} |
TASK repair_structured_output
SPEC
FIELD attr_b29 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD prop_t99 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD param_s03 TYPE integer REQUIRED no
FIELD prop_g38 TYPE boolean REQUIRED yes
FIELD dim_w92 TYPE string_email REQUIRED yes
FIELD attr_z93 TYP... | {"attr_b29":"enterprise","param_s03":7,"prop_g38":false,"dim_w92":"info@domain.org","attr_z93":17} | invalid_enum | {
"type": "object",
"properties": {
"attr_b29": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"prop_t99": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {"attr_b29": "invalid_value_715", "param_s03": 7, "prop_g38": false, "dim_w92": "info@domain.org", "attr_z93": 17} | Field 'attr_b29' has invalid enum value 'invalid_value_715', expected one of ['free', 'basic', 'pro', 'enterprise'] | {"attr_b29":"enterprise","param_s03":7,"prop_g38":false,"dim_w92":"info@domain.org","attr_z93":17} |
TASK repair_structured_output
SPEC
FIELD param_x44 TYPE integer REQUIRED yes
FIELD val_z35 TYPE integer REQUIRED no
FIELD col_t00 TYPE string REQUIRED yes
FIELD dim_l42[] TYPE string_date-time REQUIRED no
FIELD param_w26[] TYPE string REQUIRED no
BROKEN_OUTPUT
I need to look up the information first.
Action: search
A... | {"param_x44":781,"val_z35":921,"col_t00":"user@domain.com","param_w26":["QC-07"]} | tool_call_partial_args | {
"type": "object",
"properties": {
"param_x44": {
"type": "integer"
},
"val_z35": {
"type": "integer"
},
"col_t00": {
"type": "string"
},
"dim_l42": {
"type": "array",
"items": {
"type": "string",
"format": "date-time"
}
},
"pa... | I need to look up the information first.
Action: search
Arguments: {"val_z35": 921, "col_t00": "user@domain.com", "param_w26": ["QC-07"]} | Agent tool call missing required parameter 'param_x44' | {"param_x44":781,"val_z35":921,"col_t00":"user@domain.com","param_w26":["QC-07"]} |
TASK repair_structured_output
SPEC
FIELD prop_t70 TYPE integer REQUIRED yes
FIELD prop_v36 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD param_e54 TYPE string REQUIRED no
FIELD col_j74 TYPE string REQUIRED no
FIELD dim_c41 TYPE null REQUIRED no
FIELD val_k15 TYPE string REQUIRED no
FIELD param_b08 TYPE stri... | {"prop_t70":938,"dim_c41":null,"param_b08":"2021-12-28T18:26:00Z","attr_a60":"xl"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_t70": {
"type": "integer"
},
"prop_v36": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"param_e54": {
"type": "string"
},
"col_j74": {
"type": "str... | apply_discount(prop_t70=938, dim_c41=None, param_b08='2021-12-28T18:26:00Z', attr_a60='xl') | Tool call uses Python syntax instead of JSON | {"prop_t70":938,"dim_c41":null,"param_b08":"2021-12-28T18:26:00Z","attr_a60":"xl"} |
TASK repair_structured_output
SPEC
FIELD param_c08 TYPE boolean REQUIRED yes
FIELD field_x81 TYPE string_date-time REQUIRED yes
FIELD dim_t81 TYPE string REQUIRED no
FIELD param_g04 TYPE null REQUIRED yes
FIELD prop_d35.param_m24 TYPE string_email REQUIRED no
FIELD prop_d35.dim_g53.dim_f15 TYPE string VALUES type_a|ty... | {"param_c08":true,"field_x81":"2025-08-17T13:05:00Z","dim_t81":"approved","param_g04":null,"prop_d35":{"dim_g53":{"dim_f15":"type_b","val_o11":"QC-07","key_y57":518.61},"col_f53":{"val_l87":458,"prop_w95":722.95,"attr_u48":["2024-01-15"]},"prop_e81":"GBP","attr_h68":"option_c","col_e68":"2024-06-30","attr_r65":{"dim_f4... | tool_call_bad_format | {
"type": "object",
"properties": {
"param_c08": {
"type": "boolean"
},
"field_x81": {
"type": "string",
"format": "date-time"
},
"dim_t81": {
"type": "string"
},
"param_g04": {
"type": "null"
},
"prop_d35": {
"type": "object",
"propertie... | <functioncall> update_preferences
{param_c08: true, field_x81: "2025-08-17T13:05:00Z", dim_t81: "approved", param_g04: null, prop_d35: {dim_g53: {dim_f15: "type_b", val_o11: "QC-07", key_y57: 518.61}, col_f53: {val_l87: 458, prop_w95: 722.95, attr_u48: ["2024-01-15"]}, prop_e81: "GBP", attr_h68: "option_c", col_e68: "2... | Tool call has malformed arguments — unquoted keys in function parameters | {"param_c08":true,"field_x81":"2025-08-17T13:05:00Z","dim_t81":"approved","param_g04":null,"prop_d35":{"dim_g53":{"dim_f15":"type_b","val_o11":"QC-07","key_y57":518.61},"col_f53":{"val_l87":458,"prop_w95":722.95,"attr_u48":["2024-01-15"]},"prop_e81":"GBP","attr_h68":"option_c","col_e68":"2024-06-30","attr_r65":{"dim_f4... |
TASK repair_structured_output
SPEC
FIELD company TYPE null REQUIRED no
FIELD title TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD voltage TYPE string VALUES active|inactive|pending REQUIRED no
FIELD invoice_id TYPE string REQUIRED yes
FIELD cargo_type TYPE string VALUES low|medium|high|critical ... | {"company":null,"voltage":"active","invoice_id":"Hapag-Lloyd-Express","terminal_id":616,"status":388.02,"span_id":"missense"} | missing_brace | {
"type": "object",
"properties": {
"company": {
"type": "null"
},
"title": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"voltage": {
"type": "string",
"enum": [
"active",
"inact... | "company":null,"voltage":"active","invoice_id":"Hapag-Lloyd-Express","terminal_id":616,"status":388.02,"span_id":"missense"} | Missing closing brace | {"company":null,"voltage":"active","invoice_id":"Hapag-Lloyd-Express","terminal_id":616,"status":388.02,"span_id":"missense"} |
TASK repair_structured_output
SPEC
FIELD user_id TYPE string VALUES active|inactive|pending REQUIRED no
FIELD brake_pressure TYPE string_email REQUIRED yes
FIELD credit_score TYPE boolean REQUIRED yes
FIELD velocity[].notes TYPE integer REQUIRED yes
FIELD velocity[].phenotype TYPE boolean REQUIRED no
FIELD velocity[].... | {"user_id":"inactive","brake_pressure":"user@domain.org","credit_score":false,"velocity":[{"notes":188,"lane":552,"total":"MV-Evergreen-01"}],"collateral":[630]} | partial_structure | {
"type": "object",
"properties": {
"user_id": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"brake_pressure": {
"type": "string",
"format": "email"
},
"credit_score": {
"type": "boolean"
},
"velocity": {
... | Based on the data, brake_pressure is user@domain.org. {"user_id":"inactive","brake_pressure":"user@domain.org","credit_score":false,"velocity":[{"notes":188,"lane":552,"total":"MV-Evergreen-01"}],"collateral":[630]} | Output mixes natural language with JSON | {"user_id":"inactive","brake_pressure":"user@domain.org","credit_score":false,"velocity":[{"notes":188,"lane":552,"total":"MV-Evergreen-01"}],"collateral":[630]} |
TASK repair_structured_output
SPEC
FIELD cargo_type TYPE string REQUIRED no
FIELD country TYPE string REQUIRED no
FIELD full_name TYPE null REQUIRED yes
FIELD voltage[] TYPE boolean REQUIRED no
FIELD manifest_ref[].subtotal TYPE string_date-time REQUIRED yes
FIELD manifest_ref[].visible TYPE string REQUIRED yes
FIELD ... | {"cargo_type":"Paris","country":"Silva","full_name":null,"voltage":[false,true]} | missing_brace | {
"type": "object",
"properties": {
"cargo_type": {
"type": "string"
},
"country": {
"type": "string"
},
"full_name": {
"type": "null"
},
"voltage": {
"type": "array",
"items": {
"type": "boolean"
}
},
"manifest_ref": {
"type": "a... | "cargo_type":"Paris","country":"Silva","full_name":null,"voltage":[false,true]} | Missing closing brace | {"cargo_type":"Paris","country":"Silva","full_name":null,"voltage":[false,true]} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string_uri REQUIRED no
FIELD payment_status TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD comments TYPE number REQUIRED no
FIELD user_id TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Acti... | {"credit_score":"https://www.io/v1","payment_status":"mode_c","comments":225.24,"user_id":"https://example.com/data"} | tool_call_partial_args | {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"format": "uri"
},
"payment_status": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"comments": {
... | I need to look up the information first.
Action: lookup_customer
Arguments: {"credit_score": "https://www.io/v1", "comments": 225.24, "user_id": "https://example.com/data"} | Agent tool call missing required parameter 'payment_status' | {"credit_score":"https://www.io/v1","payment_status":"mode_c","comments":225.24,"user_id":"https://example.com/data"} |
TASK repair_structured_output
SPEC
FIELD priority TYPE string REQUIRED no
FIELD start_date TYPE string REQUIRED no
FIELD current_draw TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD voltage.phenotype TYPE string_date-time REQUIRED yes
FIELD voltage.shipper_ref TYPE string REQUIRED yes
FIELD volt... | {"priority":"approved","start_date":"Jane","voltage":{"phenotype":"2021-04-20T09:57:00Z","shipper_ref":"QC-07","credit_score":[{"gene_id":"2022-01-13T02:14:00Z","title":"missense","vessel_name":"low","rating":"REV"},{"gene_id":"2026-08-13T01:44:00Z","vessel_name":"high","rating":"Diana"}]},"hazmat_code":"Maria","option... | trailing_comma | {
"type": "object",
"properties": {
"priority": {
"type": "string"
},
"start_date": {
"type": "string"
},
"current_draw": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"voltage": {
"type... | {"priority":"approved","start_date":"Jane","voltage":{"phenotype":"2021-04-20T09:57:00Z","shipper_ref":"QC-07","credit_score":[{"gene_id":"2022-01-13T02:14:00Z","title":"missense","vessel_name":"low","rating":"REV",},{"gene_id":"2026-08-13T01:44:00Z","vessel_name":"high","rating":"Diana"}]},"hazmat_code":"Maria","optio... | Unexpected trailing comma | {"priority":"approved","start_date":"Jane","voltage":{"phenotype":"2021-04-20T09:57:00Z","shipper_ref":"QC-07","credit_score":[{"gene_id":"2022-01-13T02:14:00Z","title":"missense","vessel_name":"low","rating":"REV"},{"gene_id":"2026-08-13T01:44:00Z","vessel_name":"high","rating":"Diana"}]},"hazmat_code":"Maria","option... |
TASK repair_structured_output
SPEC
FIELD prop_v59 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_i60 TYPE boolean REQUIRED no
FIELD dim_t26 TYPE string_email REQUIRED yes
FIELD dim_j28 TYPE string REQUIRED no
FIELD dim_l64.attr_t06 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD dim... | {"prop_v59":"phone","param_i60":true,"dim_t26":"user@example.com","dim_j28":"Alice","dim_l64":{"attr_t06":"mode_c","field_e83":null,"key_h07":561}} | single_quotes | {
"type": "object",
"properties": {
"prop_v59": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"param_i60": {
"type": "boolean"
},
"dim_t26": {
"type": "string",
"format": "email"
},
"dim_j28": {
... | {'prop_v59':'phone','param_i60':true,'dim_t26':'user@example.com','dim_j28':'Alice','dim_l64':{'attr_t06':'mode_c','field_e83':null,'key_h07':561}} | Expecting property name enclosed in double quotes | {"prop_v59":"phone","param_i60":true,"dim_t26":"user@example.com","dim_j28":"Alice","dim_l64":{"attr_t06":"mode_c","field_e83":null,"key_h07":561}} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED yes
FIELD span_id TYPE boolean REQUIRED yes
FIELD rating.role TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no
FIELD rating.aligned_pct TYPE number REQUIRED no
FIELD rating.sensor_id TYPE string VALUES type_a|type_b|type_c|typ... | {"frequency_hz":"hello","span_id":true,"rating":{"role":"cat_f","sensor_id":"type_b","zip_code":"frameshift"},"zip_code":667} | agent_chain | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"span_id": {
"type": "boolean"
},
"rating": {
"type": "object",
"properties": {
"role": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
... | Let me check the system.
Action: calibrate_instrument
Result: {"span_id": true, "rating": {"role": "cat_f", "sensor_id": "type_b", "zip_code": "frameshift"}, "zip_code": 667}
Processing the request now.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"frequency_hz":"hello","span_id":true,"rating":{"role":"cat_f","sensor_id":"type_b","zip_code":"frameshift"},"zip_code":667} |
TASK repair_structured_output
SPEC
FIELD isotope TYPE string REQUIRED yes
FIELD account_id TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD wavelength TYPE integer REQUIRED no
FIELD username[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{'isotope':'https://example.com','account_id':'le... | {"isotope":"https://example.com","account_id":"level_5","username":[823,779,163]} | single_quotes | {
"type": "object",
"properties": {
"isotope": {
"type": "string"
},
"account_id": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"wavelength": {
"type": "integer"
... | {'isotope':'https://example.com','account_id':'level_5','username':[823,779,163]} | Expecting property name enclosed in double quotes | {"isotope":"https://example.com","account_id":"level_5","username":[823,779,163]} |
TASK repair_structured_output
SPEC
FIELD field_n44 TYPE string_uri REQUIRED yes
FIELD val_m05 TYPE integer REQUIRED no
FIELD key_h73 TYPE integer REQUIRED yes
FIELD param_u08 TYPE number REQUIRED no
FIELD prop_x06 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD val_n28 TYPE number REQUIRED no
FIE... | {"field_n44":"https://data.com/data","val_m05":264,"key_h73":442,"param_u08":689.66,"prop_x06":"anchored","val_n28":127.87,"param_w50":{"key_c57":573.96,"val_k36":"underway","col_w56":"arctic"},"val_b12":true} | tool_call_partial_args | {
"type": "object",
"properties": {
"field_n44": {
"type": "string",
"format": "uri"
},
"val_m05": {
"type": "integer"
},
"key_h73": {
"type": "integer"
},
"param_u08": {
"type": "number"
},
"prop_x06": {
"type": "string",
"enum": [
... | Let me check the system.
Action: lookup_customer
Arguments: {"val_m05": 264, "key_h73": 442, "param_u08": 689.66, "prop_x06": "anchored", "val_n28": 127.87, "param_w50": {"key_c57": 573.96, "val_k36": "underway", "col_w56": "arctic"}, "val_b12": true} | Agent tool call missing required parameter 'field_n44' | {"field_n44":"https://data.com/data","val_m05":264,"key_h73":442,"param_u08":689.66,"prop_x06":"anchored","val_n28":127.87,"param_w50":{"key_c57":573.96,"val_k36":"underway","col_w56":"arctic"},"val_b12":true} |
TASK repair_structured_output
SPEC
FIELD param_a91 TYPE string REQUIRED yes
FIELD val_v98 TYPE string REQUIRED yes
FIELD val_p68 TYPE boolean REQUIRED no
FIELD field_n95 TYPE string_uri REQUIRED no
FIELD val_p10[].val_r53 TYPE number REQUIRED yes
FIELD val_p10[].attr_k58 TYPE string VALUES success|error|warning|info R... | {"param_a91":"New York","val_v98":"Bob","field_n95":"https://data.io/v1"} | markdown_explanation | {
"type": "object",
"properties": {
"param_a91": {
"type": "string"
},
"val_v98": {
"type": "string"
},
"val_p68": {
"type": "boolean"
},
"field_n95": {
"type": "string",
"format": "uri"
},
"val_p10": {
"type": "array",
"items": {
... | Here is the JSON you requested:
```json
{"param_a91":"New York","val_v98":"Bob","field_n95":"https://data.io/v1"}
```
Hope this helps! | Output contains markdown and explanatory text around JSON | {"param_a91":"New York","val_v98":"Bob","field_n95":"https://data.io/v1"} |
TASK repair_structured_output
SPEC
FIELD bed_number TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD full_name TYPE number REQUIRED yes
FIELD ward.hazmat_code TYPE string_uri REQUIRED yes
FIELD ward.shipper_ref TYPE string REQUIRED yes
FIELD ward.gene_id.description TYPE string VALUES low|medium|high|cr... | {"full_name":861.69,"ward":{"hazmat_code":"https://api.io/api","shipper_ref":"world","catalyst":{"values":"info@domain.org","first_name":"Bob","isotope":"This is a test value.","credit_score":"2025-01-12T18:59:00Z","zip_code":"anchored","subject":"sms"}},"created_at":{"level":false,"step":"small","wavelength":["publish... | extra_text_after | {
"type": "object",
"properties": {
"bed_number": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"full_name": {
"type": "number"
},
"ward": {
"type": "object",
"properties": {
"hazmat... | {"full_name":861.69,"ward":{"hazmat_code":"https://api.io/api","shipper_ref":"world","catalyst":{"values":"info@domain.org","first_name":"Bob","isotope":"This is a test value.","credit_score":"2025-01-12T18:59:00Z","zip_code":"anchored","subject":"sms"}},"created_at":{"level":false,"step":"small","wavelength":["publish... | Output contains non-JSON text after the object | {"full_name":861.69,"ward":{"hazmat_code":"https://api.io/api","shipper_ref":"world","catalyst":{"values":"info@domain.org","first_name":"Bob","isotope":"This is a test value.","credit_score":"2025-01-12T18:59:00Z","zip_code":"anchored","subject":"sms"}},"created_at":{"level":false,"step":"small","wavelength":["publish... |
TASK repair_structured_output
SPEC
FIELD pressure_kpa TYPE null REQUIRED no
FIELD weight TYPE null REQUIRED yes
FIELD status TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD strand TYPE integer REQUIRED yes
FIELD manifest_ref TYPE string REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_... | {"pressure_kpa":null,"weight":null,"status":"in_transit","strand":455,"manifest_ref":"Paris"} | tool_call_text_mix | {
"type": "object",
"properties": {
"pressure_kpa": {
"type": "null"
},
"weight": {
"type": "null"
},
"status": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"strand": {
"type": "integer... | I'll query our database.
<tool_call name="generate_report">
{"pressure_kpa":null,"weight":null,"status":"in_transit","strand":455,"manifest_ref":"Paris"}
</tool_call.
Done! | Agent response mixes reasoning text with tool call | {"pressure_kpa":null,"weight":null,"status":"in_transit","strand":455,"manifest_ref":"Paris"} |
TASK repair_structured_output
SPEC
FIELD dim_h63 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD prop_u88 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD col_i30 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD attr_s71 TYPE string_email REQUIRED no
FIELD attr_f49 TYPE b... | {"dim_h63":"level_2","prop_u88":"mode_c","attr_f49":true} | missing_bracket | {
"type": "object",
"properties": {
"dim_h63": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"prop_u88": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"col_i30": {
"type": "string",
... | {"dim_h63":"level_2","prop_u88":"mode_c","attr_f49":true} | Missing closing bracket | {"dim_h63":"level_2","prop_u88":"mode_c","attr_f49":true} |
TASK repair_structured_output
SPEC
FIELD dim_f17 TYPE number REQUIRED no
FIELD key_h25 TYPE string_date-time REQUIRED no
FIELD col_z22 TYPE string REQUIRED no
FIELD field_b97 TYPE string REQUIRED no
FIELD key_m09 TYPE boolean REQUIRED no
FIELD prop_z53 TYPE integer REQUIRED no
FIELD prop_f41 TYPE string VALUES free|ba... | {"dim_f17":191.18,"key_h25":"2025-04-04T05:53:00Z","col_z22":"2024-01-15","field_b97":"qux","prop_z53":473,"prop_f41":"basic","key_x68":"warning"} | date_format_error | {
"type": "object",
"properties": {
"dim_f17": {
"type": "number"
},
"key_h25": {
"type": "string",
"format": "date-time"
},
"col_z22": {
"type": "string"
},
"field_b97": {
"type": "string"
},
"key_m09": {
"type": "boolean"
},
"prop_z53... | {"dim_f17": 191.18, "key_h25": "2025-04-04", "col_z22": "2024-01-15", "field_b97": "qux", "prop_z53": 473, "prop_f41": "basic", "key_x68": "warning"} | Field 'key_h25' has invalid date format | {"dim_f17":191.18,"key_h25":"2025-04-04T05:53:00Z","col_z22":"2024-01-15","field_b97":"qux","prop_z53":473,"prop_f41":"basic","key_x68":"warning"} |
TASK repair_structured_output
SPEC
FIELD field_w20 TYPE integer REQUIRED yes
FIELD dim_c05 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD attr_k33 TYPE integer REQUIRED yes
FIELD field_b66 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
BROKEN_OUTPUT
{"field_w20": 563, "d... | {"field_w20":563,"dim_c05":"reliable","attr_k33":970} | null_required | {
"type": "object",
"properties": {
"field_w20": {
"type": "integer"
},
"dim_c05": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"attr_k33": {
"type": "integer"
},
"field_b66": {
"type": "string",
... | {"field_w20": 563, "dim_c05": null, "attr_k33": 970} | Required field 'dim_c05' is null | {"field_w20":563,"dim_c05":"reliable","attr_k33":970} |
TASK repair_structured_output
SPEC
FIELD dim_q21 TYPE integer REQUIRED yes
FIELD key_m47 TYPE string_date-time REQUIRED yes
FIELD key_j70.val_z48 TYPE integer REQUIRED no
FIELD key_j70.param_c15 TYPE integer REQUIRED no
FIELD key_j70.col_m24 TYPE string REQUIRED yes
FIELD key_j70.attr_n35.param_i84 TYPE string REQUIRE... | {"dim_q21":943,"key_m47":"2022-05-12T03:22:00Z","key_j70":{"param_c15":896,"col_m24":"chr1","attr_n35":{"param_i84":"GRCh38","col_c08":"world","val_t45":"Silva","key_t45":true,"attr_h34":"cat_f","field_f44":"type_d"}},"param_z85":{"prop_x22":"test@domain.org","val_x34":382,"field_x43":{"key_n58":660,"col_t02":"berthed"... | single_quotes | {
"type": "object",
"properties": {
"dim_q21": {
"type": "integer"
},
"key_m47": {
"type": "string",
"format": "date-time"
},
"key_j70": {
"type": "object",
"properties": {
"val_z48": {
"type": "integer"
},
"param_c15": {
... | {'dim_q21':943,'key_m47':'2022-05-12T03:22:00Z','key_j70':{'param_c15':896,'col_m24':'chr1','attr_n35':{'param_i84':'GRCh38','col_c08':'world','val_t45':'Silva','key_t45':true,'attr_h34':'cat_f','field_f44':'type_d'}},'param_z85':{'prop_x22':'test@domain.org','val_x34':382,'field_x43':{'key_n58':660,'col_t02':'berthed'... | Expecting property name enclosed in double quotes | {"dim_q21":943,"key_m47":"2022-05-12T03:22:00Z","key_j70":{"param_c15":896,"col_m24":"chr1","attr_n35":{"param_i84":"GRCh38","col_c08":"world","val_t45":"Silva","key_t45":true,"attr_h34":"cat_f","field_f44":"type_d"}},"param_z85":{"prop_x22":"test@domain.org","val_x34":382,"field_x43":{"key_n58":660,"col_t02":"berthed"... |
TASK repair_structured_output
SPEC
FIELD description TYPE integer REQUIRED no
FIELD url TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD ph_level TYPE number REQUIRED yes
FIELD annotation.conductivity TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD annotation.title TYP... | {"description":200,"url":"unstable","ph_level":755.38} | wrong_type | {
"type": "object",
"properties": {
"description": {
"type": "integer"
},
"url": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"ph_level": {
"type": "number"
},
"annotation": {
"type": "object",
... | {"description": 200, "url": "unstable", "ph_level": "\"755.38\""} | Field 'ph_level' must be number, got string | {"description":200,"url":"unstable","ph_level":755.38} |
TASK repair_structured_output
SPEC
FIELD vessel_name.language TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD vessel_name.gene_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD vessel_name.batch_code TYPE boolean REQUIRED yes
FIELD crew_id TYPE boolean REQU... | {"vessel_name":{"language":"type_c","gene_id":"option_e","batch_code":true},"category":{"longitude":"offline","country":"operational","item_id":"Alice","vessel_name":714,"department":508,"berth_slot":896.49},"full_name":"2026-08-07T03:21:00Z","batch_code":750.64} | extra_text_after | {
"type": "object",
"properties": {
"vessel_name": {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"gene_id": {
"t... | {"vessel_name":{"language":"type_c","gene_id":"option_e","batch_code":true},"category":{"longitude":"offline","country":"operational","item_id":"Alice","vessel_name":714,"department":508,"berth_slot":896.49},"full_name":"2026-08-07T03:21:00Z","batch_code":750.64}
Feel free to ask if you have questions. | Output contains non-JSON text after the object | {"vessel_name":{"language":"type_c","gene_id":"option_e","batch_code":true},"category":{"longitude":"offline","country":"operational","item_id":"Alice","vessel_name":714,"department":508,"berth_slot":896.49},"full_name":"2026-08-07T03:21:00Z","batch_code":750.64} |
TASK repair_structured_output
SPEC
FIELD count TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD category TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD berth_slot.port_code TYPE integer REQUIRED yes
FIELD berth_slot.published TYPE string REQUIRED yes
FIELD berth_slot.bearing TYP... | {"count":"anchored","category":"black","berth_slot":{"port_code":129,"published":"https://example.com","bearing":"approved","visible":268,"patient_id":"homozygous","barcode":"coastal"},"width":{"quantity":"reliable","commit_hash":"Sao Paulo","bearing":"enterprise"}} | null_required | {
"type": "object",
"properties": {
"count": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"category": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"wh... | {"count": null, "category": "black", "berth_slot": {"port_code": 129, "published": "https://example.com", "bearing": "approved", "visible": 268, "patient_id": "homozygous", "barcode": "coastal"}, "width": {"quantity": "reliable", "commit_hash": "Sao Paulo", "bearing": "enterprise"}} | Required field 'count' is null | {"count":"anchored","category":"black","berth_slot":{"port_code":129,"published":"https://example.com","bearing":"approved","visible":268,"patient_id":"homozygous","barcode":"coastal"},"width":{"quantity":"reliable","commit_hash":"Sao Paulo","bearing":"enterprise"}} |
TASK repair_structured_output
SPEC
FIELD phone TYPE number REQUIRED yes
FIELD rating TYPE string REQUIRED yes
FIELD wavelength TYPE string REQUIRED yes
FIELD amount TYPE string VALUES admin|editor|viewer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: schedule_meeting
Result: {"phone": 932... | {"phone":932.97,"rating":"inactive","wavelength":"quux","amount":"viewer"} | agent_chain | {
"type": "object",
"properties": {
"phone": {
"type": "number"
},
"rating": {
"type": "string"
},
"wavelength": {
"type": "string"
},
"amount": {
"type": "string",
"enum": [
"admin",
"editor",
"viewer"
]
}
},
"required"... | I need to look up the information first.
Action: schedule_meeting
Result: {"phone": 932.97, "wavelength": "quux", "amount": "viewer"}
Processing the request now.
Action: calculate_docking_fee
Result: | Agent multi-step chain with truncated tool output | {"phone":932.97,"rating":"inactive","wavelength":"quux","amount":"viewer"} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE integer REQUIRED no
FIELD berth_slot.vessel_name TYPE number REQUIRED yes
FIELD berth_slot.collateral TYPE integer REQUIRED yes
FIELD berth_slot.isotope TYPE string_date-time REQUIRED no
FIELD berth_slot.width TYPE string VALUES active|inactive|pending REQUIRED ye... | {"timezone":792,"berth_slot":{"vessel_name":633.07,"collateral":624,"isotope":"2021-05-17T04:00:00Z","width":"pending","image_url":"nonsense"},"state":900,"log_level":817.04} | unquoted_keys | {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"berth_slot": {
"type": "object",
"properties": {
"vessel_name": {
"type": "number"
},
"collateral": {
"type": "integer"
},
"isotope": {
"type": ... | {timezone:792,berth_slot:{vessel_name:633.07,collateral:624,isotope:"2021-05-17T04:00:00Z",width:"pending",image_url:"nonsense"},state:900,log_level:817.04} | Expecting property name enclosed in double quotes | {"timezone":792,"berth_slot":{"vessel_name":633.07,"collateral":624,"isotope":"2021-05-17T04:00:00Z","width":"pending","image_url":"nonsense"},"state":900,"log_level":817.04} |
TASK repair_structured_output
SPEC
FIELD turbidity.gene_id TYPE string REQUIRED no
FIELD turbidity.label TYPE null REQUIRED yes
FIELD turbidity.strand TYPE string_date-time REQUIRED yes
FIELD turbidity.repository TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes
FIELD turbidity.enabled TYPE number REQUIRED yes
FIEL... | {"turbidity":{"gene_id":"approved","label":null,"strand":"2025-10-07T19:43:00Z","repository":"mode_c","enabled":419.25},"published":104,"notes":true,"age":"qux","frequency_hz":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"turbidity": {
"type": "object",
"properties": {
"gene_id": {
"type": "string"
},
"label": {
"type": "null"
},
"strand": {
"type": "string",
"format": "date-time"
},
"r... | <functioncall> send_email
{turbidity: {gene_id: "approved", label: null, strand: "2025-10-07T19:43:00Z", repository: "mode_c", enabled: 419.25}, published: 104, notes: true, age: "qux", frequency_hz: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"turbidity":{"gene_id":"approved","label":null,"strand":"2025-10-07T19:43:00Z","repository":"mode_c","enabled":419.25},"published":104,"notes":true,"age":"qux","frequency_hz":false} |
TASK repair_structured_output
SPEC
FIELD compound TYPE string_email REQUIRED yes
FIELD full_name TYPE number REQUIRED yes
FIELD priority.active TYPE string VALUES berthed|anchored|underway|moored REQUIRED no
FIELD priority.branch TYPE number REQUIRED no
FIELD priority.trace_id TYPE string VALUES new|in_transit|deliver... | {"compound":"info@domain.org","full_name":187.37,"priority":{"active":"anchored","trace_id":"in_transit","nickname":"editor","size":[{"payment_status":"BRL","values":"This is a test value.","company":true},{"payment_status":"JPY","values":"world","company":false,"notes":["MV-Evergreen-01","active","2023-12-25","REV"]}]... | thought_process | {
"type": "object",
"properties": {
"compound": {
"type": "string",
"format": "email"
},
"full_name": {
"type": "number"
},
"priority": {
"type": "object",
"properties": {
"active": {
"type": "string",
"enum": [
"berthed",
... | Analyzing the sensor data to generate the output.
I'll apply the required format first.
{"compound":"info@domain.org","full_name":187.37,"priority":{"active":"anchored","trace_id":"in_transit","nickname":"editor","size":[{"payment_status":"BRL","values":"This is a test value.","company":true},{"payment_status":"JPY","... | Output contains chain-of-thought reasoning before JSON | {"compound":"info@domain.org","full_name":187.37,"priority":{"active":"anchored","trace_id":"in_transit","nickname":"editor","size":[{"payment_status":"BRL","values":"This is a test value.","company":true},{"payment_status":"JPY","values":"world","company":false,"notes":["MV-Evergreen-01","active","2023-12-25","REV"]}]... |
TASK repair_structured_output
SPEC
FIELD verified TYPE string REQUIRED yes
FIELD end_date TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dosage TYPE boolean REQUIRED no
FIELD length TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD quantity TYPE string VALUES ... | {"verified":"quux","end_date":"delivered","length":"level_5","tags":190,"weight":true} | thought_process | {
"type": "object",
"properties": {
"verified": {
"type": "string"
},
"end_date": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"dosage": {
"type": "boolean"
},
"length": {
"type": "stri... | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"verified":"quux","end_date":"delivered","length":"level_5","tags":190,"weight":true} | Output contains chain-of-thought reasoning before JSON | {"verified":"quux","end_date":"delivered","length":"level_5","tags":190,"weight":true} |
TASK repair_structured_output
SPEC
FIELD run_id TYPE integer REQUIRED no
FIELD options TYPE integer REQUIRED yes
FIELD description TYPE integer REQUIRED yes
FIELD duration_ms TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD title TYPE integer REQUIRED no
FIELD isotope TYPE null REQU... | {"run_id":185,"options":118,"description":506,"duration_ms":"level_1","isotope":null,"price":{"bill_of_lading":{"wavelength":"option_c","isotope":"info@domain.org","maturity_date":743,"message":"foo","age":false,"ph_level":"ops@example.com"},"size":46,"current_draw":"mode_a","dissolved_oxygen":"user@domain.org"},"statu... | tool_call_python_syntax | {
"type": "object",
"properties": {
"run_id": {
"type": "integer"
},
"options": {
"type": "integer"
},
"description": {
"type": "integer"
},
"duration_ms": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_... | generate_report(run_id=185, options=118, description=506, duration_ms='level_1', isotope=None, price={'bill_of_lading': {'wavelength': 'option_c', 'isotope': 'info@domain.org', 'maturity_date': 743, 'message': 'foo', 'age': False, 'ph_level': 'ops@example.com'}, 'size': 46, 'current_draw': 'mode_a', 'dissolved_oxygen':... | Tool call uses Python syntax instead of JSON | {"run_id":185,"options":118,"description":506,"duration_ms":"level_1","isotope":null,"price":{"bill_of_lading":{"wavelength":"option_c","isotope":"info@domain.org","maturity_date":743,"message":"foo","age":false,"ph_level":"ops@example.com"},"size":46,"current_draw":"mode_a","dissolved_oxygen":"user@domain.org"},"statu... |
TASK repair_structured_output
SPEC
FIELD val_w58 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD col_j52 TYPE number REQUIRED no
FIELD prop_p30 TYPE boolean REQUIRED yes
FIELD key_h81 TYPE number REQUIRED yes
BROKEN_OUTPUT
{"val_w58": "invalid_value_88", "prop_p30": true, "key_h81": 873.45} | {"val_w58":"inactive","prop_p30":true,"key_h81":873.45} | invalid_enum | {
"type": "object",
"properties": {
"val_w58": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"col_j52": {
"type": "number"
},
"prop_p30": {
"type": "boolean"
},
"key_h81": {
"type": "number"
}
},
"re... | {"val_w58": "invalid_value_88", "prop_p30": true, "key_h81": 873.45} | Field 'val_w58' has invalid enum value 'invalid_value_88', expected one of ['active', 'inactive', 'pending'] | {"val_w58":"inactive","prop_p30":true,"key_h81":873.45} |
TASK repair_structured_output
SPEC
FIELD col_i91 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD key_j45 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_s23 TYPE string VALUES success|error|warning|info REQUIRED no
FIELD field_s31 TYPE string VALUES low|medium|hi... | {"col_i91":"synonymous","key_j45":"new","key_s23":"warning","field_s31":"high","col_f96":"2021-03-01T09:14:00Z","prop_a51":false,"param_y54":false,"prop_f60":null} | synonym_enum | {
"type": "object",
"properties": {
"col_i91": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"key_j45": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"r... | {"col_i91": "synonymous", "key_j45": "new", "key_s23": "warning", "field_s31": "urgent", "col_f96": "2021-03-01T09:14:00Z", "prop_a51": false, "param_y54": false, "prop_f60": null} | Field 'field_s31' has synonym 'urgent' instead of valid enum value | {"col_i91":"synonymous","key_j45":"new","key_s23":"warning","field_s31":"high","col_f96":"2021-03-01T09:14:00Z","prop_a51":false,"param_y54":false,"prop_f60":null} |
TASK repair_structured_output
SPEC
FIELD attr_d34 TYPE boolean REQUIRED no
FIELD field_n23 TYPE string REQUIRED no
FIELD key_n33 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: queue_sequencing_run
Arguments: {"field_n23": "user@domain.com"} | {"field_n23":"user@domain.com","key_n33":"type_c"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_d34": {
"type": "boolean"
},
"field_n23": {
"type": "string"
},
"key_n33": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
}
},
"required": [
"key_n33"
]
} | I need to look up the information first.
Action: queue_sequencing_run
Arguments: {"field_n23": "user@domain.com"} | Agent tool call missing required parameter 'key_n33' | {"field_n23":"user@domain.com","key_n33":"type_c"} |
TASK repair_structured_output
SPEC
FIELD val_f93 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD prop_n22 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes
FIELD prop_f94 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD col_g15 TYPE string VALUES level_1|level_2|level_3|level_4... | {"val_f93":"mode_b","prop_n22":"cat_a","prop_f94":"heterozygous","col_g15":"level_2","key_n62":824.3} | missing_required | {
"type": "object",
"properties": {
"val_f93": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"prop_n22": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"prop_f94"... | {"val_f93": "mode_b", "prop_n22": "cat_a", "col_g15": "level_2", "key_n62": 824.3} | Required field 'prop_f94' is missing | {"val_f93":"mode_b","prop_n22":"cat_a","prop_f94":"heterozygous","col_g15":"level_2","key_n62":824.3} |
TASK repair_structured_output
SPEC
FIELD humidity_pct TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD berth_slot.first_name.item_id TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD berth_slot.first_name.title TYPE number REQUIRED no
FIELD berth_slot.first_name.account_id TYPE string VALUES ne... | {"humidity_pct":"large","berth_slot":{"first_name":{"item_id":"low","title":112.05,"account_id":"in_transit"},"collateral":"Silva","order_id":null,"span_id":"user@domain.org","cargo_type":"John","annotation":777,"patient_id":"red"},"log_level":"https://example.com/api","bed_number":"returned","quality_score":756.07,"us... | tool_call_wrong_param | {
"type": "object",
"properties": {
"humidity_pct": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"berth_slot": {
"type": "object",
"properties": {
"first_name": {
"type": "object",
"propertie... | Tool: book_appointment
Params: {"humidity_pct": "large", "berth_slot": {"first_name": {"item_id": "low", "title": 112.05, "account_id": "in_transit"}, "collateral": "Silva", "order_id": null, "span_id": "user@domain.org", "cargo_type": "John", "annotation": 777, "patient_id": "red"}, "log_level": "https://example.com/a... | Agent used wrong parameter name 'username2' instead of 'username' | {"humidity_pct":"large","berth_slot":{"first_name":{"item_id":"low","title":112.05,"account_id":"in_transit"},"collateral":"Silva","order_id":null,"span_id":"user@domain.org","cargo_type":"John","annotation":777,"patient_id":"red"},"log_level":"https://example.com/api","bed_number":"returned","quality_score":756.07,"us... |
TASK repair_structured_output
SPEC
FIELD attr_q02 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no
FIELD prop_u29 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes
FIELD val_b81 TYPE boolean REQUIRED no
FIELD attr_o56 TYPE string_uri REQUIRED no
BROKEN_OUTPUT
{'attr_q02':'type_b','prop... | {"attr_q02":"type_b","prop_u29":"level_2","attr_o56":"https://data.org/data"} | single_quotes | {
"type": "object",
"properties": {
"attr_q02": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"prop_u29": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
... | {'attr_q02':'type_b','prop_u29':'level_2','attr_o56':'https://data.org/data'} | Expecting property name enclosed in double quotes | {"attr_q02":"type_b","prop_u29":"level_2","attr_o56":"https://data.org/data"} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE string_date-time REQUIRED yes
FIELD zip_code TYPE boolean REQUIRED yes
FIELD batch_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD lane TYPE string REQUIRED no
FIELD catalyst[].product_id TYPE string VALUES USD|EUR|GBP|BRL|J... | {"vital_sign":"2025-10-11T19:41:00Z","zip_code":false,"batch_code":"confirmed","lane":"2024-06-30","catalyst":[{"published":true,"deploy_target":"qux","dissolved_oxygen":"draft","end_date":"world"},{"product_id":"EUR","published":true,"deploy_target":"chrX","dissolved_oxygen":"published","end_date":"user@domain.com"}]} | unquoted_keys | {
"type": "object",
"properties": {
"vital_sign": {
"type": "string",
"format": "date-time"
},
"zip_code": {
"type": "boolean"
},
"batch_code": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
"escalated"
... | {vital_sign:"2025-10-11T19:41:00Z",zip_code:false,batch_code:"confirmed",lane:"2024-06-30",catalyst:[{published:true,deploy_target:"qux",dissolved_oxygen:"draft",end_date:"world"},{product_id:"EUR",published:true,deploy_target:"chrX",dissolved_oxygen:"published",end_date:"user@domain.com"}]} | Expecting property name enclosed in double quotes | {"vital_sign":"2025-10-11T19:41:00Z","zip_code":false,"batch_code":"confirmed","lane":"2024-06-30","catalyst":[{"published":true,"deploy_target":"qux","dissolved_oxygen":"draft","end_date":"world"},{"product_id":"EUR","published":true,"deploy_target":"chrX","dissolved_oxygen":"published","end_date":"user@domain.com"}]} |
TASK repair_structured_output
SPEC
FIELD key_i05 TYPE string REQUIRED no
FIELD param_d34 TYPE number REQUIRED yes
FIELD prop_q46 TYPE string REQUIRED no
FIELD attr_j09 TYPE string REQUIRED no
FIELD param_r45 TYPE string REQUIRED no
FIELD attr_u12 TYPE number REQUIRED no
FIELD prop_t12 TYPE string VALUES homozygous|het... | {"key_i05":"2024-01-15","param_d34":931.81,"prop_q46":"bar","attr_j09":"completed","param_r45":"Santos","prop_t12":"homozygous","prop_q41":"type_b"} | markdown_fences | {
"type": "object",
"properties": {
"key_i05": {
"type": "string"
},
"param_d34": {
"type": "number"
},
"prop_q46": {
"type": "string"
},
"attr_j09": {
"type": "string"
},
"param_r45": {
"type": "string"
},
"attr_u12": {
"type": "number... | ```json
{"key_i05":"2024-01-15","param_d34":931.81,"prop_q46":"bar","attr_j09":"completed","param_r45":"Santos","prop_t12":"homozygous","prop_q41":"type_b"}
``` | Output contains markdown code fences | {"key_i05":"2024-01-15","param_d34":931.81,"prop_q46":"bar","attr_j09":"completed","param_r45":"Santos","prop_t12":"homozygous","prop_q41":"type_b"} |
TASK repair_structured_output
SPEC
FIELD param_i15 TYPE number REQUIRED no
FIELD field_r18 TYPE integer REQUIRED no
FIELD val_q03.dim_y98 TYPE string REQUIRED no
FIELD val_q03.val_g18 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes
FIELD val_q03.val_t15.prop_k86 TYPE string VALUES... | {"param_i15":539.5,"field_r18":234,"val_q03":{"val_g18":"option_a","val_t15":{"prop_k86":"in_transit","key_n27":"type_a","prop_f96":"option_b","dim_k17":"cat_e","val_x89":"inactive","field_h79":"test@example.com"}},"param_f99":770,"dim_g05":462,"prop_o73":"foo","dim_e65":false} | boolean_as_string | {
"type": "object",
"properties": {
"param_i15": {
"type": "number"
},
"field_r18": {
"type": "integer"
},
"val_q03": {
"type": "object",
"properties": {
"dim_y98": {
"type": "string"
},
"val_g18": {
"type": "string",
... | {"param_i15": 539.5, "field_r18": 234, "val_q03": {"val_g18": "option_a", "val_t15": {"prop_k86": "in_transit", "key_n27": "type_a", "prop_f96": "option_b", "dim_k17": "cat_e", "val_x89": "inactive", "field_h79": "test@example.com"}}, "param_f99": 770, "dim_g05": 462, "prop_o73": "foo", "dim_e65": "false"} | Field 'dim_e65' must be boolean, got string | {"param_i15":539.5,"field_r18":234,"val_q03":{"val_g18":"option_a","val_t15":{"prop_k86":"in_transit","key_n27":"type_a","prop_f96":"option_b","dim_k17":"cat_e","val_x89":"inactive","field_h79":"test@example.com"}},"param_f99":770,"dim_g05":462,"prop_o73":"foo","dim_e65":false} |
TASK repair_structured_output
SPEC
FIELD quality_score TYPE integer REQUIRED no
FIELD ph_level TYPE integer REQUIRED no
FIELD hazmat_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD velocity TYPE integer REQUIRED yes
BROKEN_OUTPUT
I need to look up the information first.
Action: get_account
Re... | {"ph_level":506,"hazmat_code":"coastal","velocity":264} | agent_chain | {
"type": "object",
"properties": {
"quality_score": {
"type": "integer"
},
"ph_level": {
"type": "integer"
},
"hazmat_code": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"velocity": {
"typ... | I need to look up the information first.
Action: get_account
Result: {"hazmat_code": "coastal", "velocity": 264}
Processing the request now.
Action: get_inventory
Result: | Agent multi-step chain with truncated tool output | {"ph_level":506,"hazmat_code":"coastal","velocity":264} |
TASK repair_structured_output
SPEC
FIELD field_a06.dim_r36 TYPE string REQUIRED no
FIELD field_a06.prop_f51 TYPE string REQUIRED no
FIELD field_a06.key_d29.prop_e03 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes
FIELD field_a06.key_d29.field_t61 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQ... | {"field_a06":{"key_d29":{"prop_e03":"cat_b","field_t61":"type_a","col_k77":[297.67,126.21,533.18,42.83]},"attr_e78":{"param_u81":"Berlin","val_j51":"cat_c","val_n56":764}},"attr_l07":"Charlie","key_i40":"Maria","field_w17":"in_progress","dim_z28":"admin@example.com","field_s19":true} | unquoted_keys | {
"type": "object",
"properties": {
"field_a06": {
"type": "object",
"properties": {
"dim_r36": {
"type": "string"
},
"prop_f51": {
"type": "string"
},
"key_d29": {
"type": "object",
"properties": {
"prop_e03... | {field_a06:{key_d29:{prop_e03:"cat_b",field_t61:"type_a",col_k77:[297.67,126.21,533.18,42.83]},attr_e78:{param_u81:"Berlin",val_j51:"cat_c",val_n56:764}},attr_l07:"Charlie",key_i40:"Maria",field_w17:"in_progress",dim_z28:"admin@example.com",field_s19:true} | Expecting property name enclosed in double quotes | {"field_a06":{"key_d29":{"prop_e03":"cat_b","field_t61":"type_a","col_k77":[297.67,126.21,533.18,42.83]},"attr_e78":{"param_u81":"Berlin","val_j51":"cat_c","val_n56":764}},"attr_l07":"Charlie","key_i40":"Maria","field_w17":"in_progress","dim_z28":"admin@example.com","field_s19":true} |
TASK repair_structured_output
SPEC
FIELD state TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD freight_class TYPE integer REQUIRED yes
FIELD tax TYPE null REQUIRED no
FIELD date TYPE integer REQUIRED no
FIELD frequency_hz TYPE string_date-time REQUIRED yes
FIELD quality_score TYPE string VALUES t... | {"state":"open","freight_class":618,"date":541,"frequency_hz":"2025-12-09T18:04:00Z","quality_score":"type_b"} | tool_call_text_mix | {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"freight_class": {
"type": "integer"
},
"tax": {
"type": "null"
},
"date": {
"type": "integer"
... | I need to look up the information first.
<tool_call name="query_port_status">
{"state":"open","freight_class":618,"date":541,"frequency_hz":"2025-12-09T18:04:00Z","quality_score":"type_b"}
</tool_call.
The result is ready. | Agent response mixes reasoning text with tool call | {"state":"open","freight_class":618,"date":541,"frequency_hz":"2025-12-09T18:04:00Z","quality_score":"type_b"} |
TASK repair_structured_output
SPEC
FIELD dim_i80 TYPE boolean REQUIRED yes
FIELD col_v92 TYPE number REQUIRED yes
FIELD field_s75 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD attr_r60[] TYPE integer REQUIRED yes
BROKEN_OUTPUT
{dim_i80:false,col_v92:189.03,field_s75:"in_progress",attr_r60:[950... | {"dim_i80":false,"col_v92":189.03,"field_s75":"in_progress","attr_r60":[950,363,10]} | unquoted_keys | {
"type": "object",
"properties": {
"dim_i80": {
"type": "boolean"
},
"col_v92": {
"type": "number"
},
"field_s75": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"attr_r60": {
"type": "ar... | {dim_i80:false,col_v92:189.03,field_s75:"in_progress",attr_r60:[950,363,10]} | Expecting property name enclosed in double quotes | {"dim_i80":false,"col_v92":189.03,"field_s75":"in_progress","attr_r60":[950,363,10]} |
TASK repair_structured_output
SPEC
FIELD total TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD phenotype TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD item_id TYPE string_email REQUIRED yes
BROKEN_OUTPUT
{"total":"sms","phenotype":"small","item_id":"info@example.com",} | {"total":"sms","phenotype":"small","item_id":"info@example.com"} | trailing_comma | {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"phenotype": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"it... | {"total":"sms","phenotype":"small","item_id":"info@example.com",} | Unexpected trailing comma | {"total":"sms","phenotype":"small","item_id":"info@example.com"} |
TASK repair_structured_output
SPEC
FIELD field_c25 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD param_v53 TYPE integer REQUIRED no
FIELD field_m90 TYPE null REQUIRED no
FIELD param_t03 TYPE string_date-time REQUIRED no
FIELD val_t09 TYPE boolean REQUIRED yes
FIELD prop_k65.dim_h41.prop_m02 TYPE integer... | {"field_m90":null,"param_t03":"2023-12-23T16:20:00Z","val_t09":false,"prop_k65":{"dim_h41":{"prop_m02":766,"attr_r64":"Bob","field_g73":"medium"},"dim_l01":"option_b","col_s07":false,"col_j23":null,"val_s09":false},"prop_j60":240} | wrong_type | {
"type": "object",
"properties": {
"field_c25": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"param_v53": {
"type": "integer"
},
"field_m90": {
"type": "null"
},
"param_t03": {
"type": "string",
"for... | {"field_m90": null, "param_t03": "2023-12-23T16:20:00Z", "val_t09": false, "prop_k65": {"dim_h41": {"prop_m02": 766, "attr_r64": "Bob", "field_g73": "medium"}, "dim_l01": "option_b", "col_s07": false, "col_j23": null, "val_s09": false}, "prop_j60": "\"240\""} | Field 'prop_j60' must be integer, got string | {"field_m90":null,"param_t03":"2023-12-23T16:20:00Z","val_t09":false,"prop_k65":{"dim_h41":{"prop_m02":766,"attr_r64":"Bob","field_g73":"medium"},"dim_l01":"option_b","col_s07":false,"col_j23":null,"val_s09":false},"prop_j60":240} |
TASK repair_structured_output
SPEC
FIELD active TYPE string REQUIRED yes
FIELD manifest_ref TYPE integer REQUIRED yes
FIELD visible.current_draw TYPE string REQUIRED no
FIELD visible.chromosome TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD visible.item_id TYPE string_email REQUIRED no
FIELD visible.... | {"active":"Oliveira","manifest_ref":111,"visible":{"chromosome":"warning","item_id":"ops@example.com","brake_pressure":"completed"}} | single_quotes | {
"type": "object",
"properties": {
"active": {
"type": "string"
},
"manifest_ref": {
"type": "integer"
},
"visible": {
"type": "object",
"properties": {
"current_draw": {
"type": "string"
},
"chromosome": {
"type": "string",
... | {'active':'Oliveira','manifest_ref':111,'visible':{'chromosome':'warning','item_id':'ops@example.com','brake_pressure':'completed'}} | Expecting property name enclosed in double quotes | {"active":"Oliveira","manifest_ref":111,"visible":{"chromosome":"warning","item_id":"ops@example.com","brake_pressure":"completed"}} |
TASK repair_structured_output
SPEC
FIELD shift_code TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no
FIELD zip_code TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD total TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD length TYPE integer REQUIRED no
BROKEN_OUTPUT
L... | {"shift_code":"cat_a","zip_code":"option_b","total":"level_3","length":620} | tool_call_partial_args | {
"type": "object",
"properties": {
"shift_code": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d"
]
},
"zip_code": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d"
... | Let me check the system.
Action: lookup_customer
Arguments: {"shift_code": "cat_a", "zip_code": "option_b", "length": 620} | Agent tool call missing required parameter 'total' | {"shift_code":"cat_a","zip_code":"option_b","total":"level_3","length":620} |
TASK repair_structured_output
SPEC
FIELD compound TYPE boolean REQUIRED no
FIELD barcode TYPE string REQUIRED no
FIELD shipping TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD length TYPE string REQUIRED no
FIELD temp_celsius TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FI... | {"compound":true,"shipping":"oceanic","length":"Tokyo","temp_celsius":"nonsense","width":"Sao Paulo"} | extra_text_before | {
"type": "object",
"properties": {
"compound": {
"type": "boolean"
},
"barcode": {
"type": "string"
},
"shipping": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"length": {
"type": "string"... | Here is the response in the requested format:
{"compound":true,"shipping":"oceanic","length":"Tokyo","temp_celsius":"nonsense","width":"Sao Paulo"} | Output contains non-JSON text before the object | {"compound":true,"shipping":"oceanic","length":"Tokyo","temp_celsius":"nonsense","width":"Sao Paulo"} |
TASK repair_structured_output
SPEC
FIELD values TYPE null REQUIRED no
FIELD full_name TYPE boolean REQUIRED yes
FIELD freight_class TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
{"values":null,"full_name":true | {"values":null,"full_name":true} | truncated_object | {
"type": "object",
"properties": {
"values": {
"type": "null"
},
"full_name": {
"type": "boolean"
},
"freight_class": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
},
"required": [
"full_name"
]
} | {"values":null,"full_name":true | Unexpected end of JSON input — truncated object | {"values":null,"full_name":true} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string VALUES cat_a|cat_b REQUIRED no
FIELD shipping TYPE null REQUIRED no
FIELD published TYPE number REQUIRED no
FIELD total TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD id TYPE boolean REQUIRED no
FIELD fleet_number TYPE integer REQUIRED... | {"shipping":null,"published":649.18,"total":"level_4","id":true,"fleet_number":655,"phone":"underway"} | extra_text_after | {
"type": "object",
"properties": {
"voltage": {
"type": "string",
"enum": [
"cat_a",
"cat_b"
]
},
"shipping": {
"type": "null"
},
"published": {
"type": "number"
},
"total": {
"type": "string",
"enum": [
"level_1",
... | {"shipping":null,"published":649.18,"total":"level_4","id":true,"fleet_number":655,"phone":"underway"}
Analysis finished. | Output contains non-JSON text after the object | {"shipping":null,"published":649.18,"total":"level_4","id":true,"fleet_number":655,"phone":"underway"} |
TASK repair_structured_output
SPEC
FIELD prop_k67 TYPE number REQUIRED no
FIELD key_u18 TYPE string REQUIRED no
FIELD col_h14 TYPE integer REQUIRED yes
BROKEN_OUTPUT
```json
{"prop_k67":966.01,"key_u18":"Hapag-Lloyd-Express","col_h14":183}
``` | {"prop_k67":966.01,"key_u18":"Hapag-Lloyd-Express","col_h14":183} | markdown_fences | {
"type": "object",
"properties": {
"prop_k67": {
"type": "number"
},
"key_u18": {
"type": "string"
},
"col_h14": {
"type": "integer"
}
},
"required": [
"col_h14"
]
} | ```json
{"prop_k67":966.01,"key_u18":"Hapag-Lloyd-Express","col_h14":183}
``` | Output contains markdown code fences | {"prop_k67":966.01,"key_u18":"Hapag-Lloyd-Express","col_h14":183} |
TASK repair_structured_output
SPEC
FIELD param_p30 TYPE string REQUIRED no
FIELD dim_d98 TYPE boolean REQUIRED yes
FIELD field_a00[] TYPE string VALUES draft|published|archived REQUIRED yes
BROKEN_OUTPUT
The instrument reported:
{"param_p30":"approved","dim_d98":false,"field_a00":["archived","archived"]} | {"param_p30":"approved","dim_d98":false,"field_a00":["archived","archived"]} | extra_text_before | {
"type": "object",
"properties": {
"param_p30": {
"type": "string"
},
"dim_d98": {
"type": "boolean"
},
"field_a00": {
"type": "array",
"items": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}... | The instrument reported:
{"param_p30":"approved","dim_d98":false,"field_a00":["archived","archived"]} | Output contains non-JSON text before the object | {"param_p30":"approved","dim_d98":false,"field_a00":["archived","archived"]} |
TASK repair_structured_output
SPEC
FIELD subject TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD vital_sign TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD url TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no
BROKEN_OUTPUT
The subject is type_a and {"subject":"type_a","vit... | {"subject":"type_a","vital_sign":"mode_a","url":"mode_d"} | partial_structure | {
"type": "object",
"properties": {
"subject": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d"
]
},
"vital_sign": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
"url"... | The subject is type_a and {"subject":"type_a","vital_sign":"mode_a","url":"mode_d"} | Output mixes natural language with JSON | {"subject":"type_a","vital_sign":"mode_a","url":"mode_d"} |
TASK repair_structured_output
SPEC
FIELD col_z39 TYPE string REQUIRED no
FIELD dim_t13 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD key_o89 TYPE boolean REQUIRED no
FIELD dim_y71.attr_j43 TYPE string REQUIRED no
FIELD dim_y71.prop_f49.val_i84 TYPE string VALUES level_1|level_2 REQUIRED no
FIELD di... | {"col_z39":"FWD","dim_t13":"mode_a","key_o89":false,"dim_y71":{"attr_j43":"Jane","prop_f49":{"val_i84":"level_2","val_e33":"married","attr_d93":"pending","dim_z27":"inland"},"dim_h11":null,"prop_b56":{"field_o50":629.28,"key_s85":"https://data.org/data","val_o49":true},"dim_m66":"https://api.com/api"},"dim_j92":false,"... | trailing_comma | {
"type": "object",
"properties": {
"col_z39": {
"type": "string"
},
"dim_t13": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"key_o89": {
"type": "boolean"
},
"dim_y71": {
"type": "object",
... | {"col_z39":"FWD","dim_t13":"mode_a","key_o89":false,"dim_y71":{"attr_j43":"Jane","prop_f49":{"val_i84":"level_2","val_e33":"married","attr_d93":"pending","dim_z27":"inland",},"dim_h11":null,"prop_b56":{"field_o50":629.28,"key_s85":"https://data.org/data","val_o49":true},"dim_m66":"https://api.com/api"},"dim_j92":false,... | Unexpected trailing comma | {"col_z39":"FWD","dim_t13":"mode_a","key_o89":false,"dim_y71":{"attr_j43":"Jane","prop_f49":{"val_i84":"level_2","val_e33":"married","attr_d93":"pending","dim_z27":"inland"},"dim_h11":null,"prop_b56":{"field_o50":629.28,"key_s85":"https://data.org/data","val_o49":true},"dim_m66":"https://api.com/api"},"dim_j92":false,"... |
TASK repair_structured_output
SPEC
FIELD dim_a03 TYPE string REQUIRED yes
FIELD field_k48 TYPE integer REQUIRED yes
FIELD dim_r45 TYPE number REQUIRED no
FIELD val_i18.prop_q00 TYPE string VALUES active|inactive|pending REQUIRED no
FIELD val_i18.key_s32 TYPE integer REQUIRED no
FIELD val_i18.field_d34 TYPE integer REQ... | {"dim_a03":"Silva","field_k48":299,"dim_r45":329.06,"val_i18":{"key_s32":932,"field_d34":282,"col_b31":null,"field_t19":597.4,"key_t17":185.75,"attr_q07":"Sao Paulo","field_u01":"option_d"}} | partial_structure | {
"type": "object",
"properties": {
"dim_a03": {
"type": "string"
},
"field_k48": {
"type": "integer"
},
"dim_r45": {
"type": "number"
},
"val_i18": {
"type": "object",
"properties": {
"prop_q00": {
"type": "string",
"enum": [
... | Result: dim_a03=Silva, {"dim_a03":"Silva","field_k48":299,"dim_r45":329.06,"val_i18":{"key_s32":932,"field_d34":282,"col_b31":null,"field_t19":597.4,"key_t17":185.75,"attr_q07":"Sao Paulo","field_u01":"option_d"}} | Output mixes natural language with JSON | {"dim_a03":"Silva","field_k48":299,"dim_r45":329.06,"val_i18":{"key_s32":932,"field_d34":282,"col_b31":null,"field_t19":597.4,"key_t17":185.75,"attr_q07":"Sao Paulo","field_u01":"option_d"}} |
TASK repair_structured_output
SPEC
FIELD discount TYPE number REQUIRED no
FIELD quality_score TYPE integer REQUIRED no
FIELD lab_result TYPE string_uri REQUIRED no
FIELD index TYPE string REQUIRED yes
FIELD deploy_target TYPE null REQUIRED no
FIELD umi TYPE string VALUES mode_a|mode_b REQUIRED no
BROKEN_OUTPUT
{"disc... | {"discount":592.89,"lab_result":"https://api.org/api","index":"user@domain.com","deploy_target":null,"umi":"mode_b"} | null_required | {
"type": "object",
"properties": {
"discount": {
"type": "number"
},
"quality_score": {
"type": "integer"
},
"lab_result": {
"type": "string",
"format": "uri"
},
"index": {
"type": "string"
},
"deploy_target": {
"type": "null"
},
"umi"... | {"discount": 592.89, "lab_result": "https://api.org/api", "index": null, "deploy_target": null, "umi": "mode_b"} | Required field 'index' is null | {"discount":592.89,"lab_result":"https://api.org/api","index":"user@domain.com","deploy_target":null,"umi":"mode_b"} |
TASK repair_structured_output
SPEC
FIELD index TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD balance TYPE string REQUIRED yes
FIELD id TYPE number REQUIRED yes
FIELD port_code TYPE integer REQUIRED no
FIELD voltage TYPE boolean REQUIRED yes
FIELD length.first_name TYPE string REQUIRED yes
FIELD le... | {"index":"cat_b","balance":"This is a test value.","id":146.44,"port_code":179,"voltage":true,"length":{"first_name":"active","throttle_pos":"cat_a","shipping":816.2,"duration_ms":{"strand":"cat_b","name":"level_2","lane":377.24,"language":914.42,"enabled":"MV-Evergreen-01","email":"active"}},"discount":{"weight":false... | partial_structure | {
"type": "object",
"properties": {
"index": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
"cat_e"
]
},
"balance": {
"type": "string"
},
"id": {
"type": "number"
},
"port_code": {
"type": "int... | I found that voltage should be True. {"index":"cat_b","balance":"This is a test value.","id":146.44,"port_code":179,"voltage":true,"length":{"first_name":"active","throttle_pos":"cat_a","shipping":816.2,"duration_ms":{"strand":"cat_b","name":"level_2","lane":377.24,"language":914.42,"enabled":"MV-Evergreen-01","email":... | Output mixes natural language with JSON | {"index":"cat_b","balance":"This is a test value.","id":146.44,"port_code":179,"voltage":true,"length":{"first_name":"active","throttle_pos":"cat_a","shipping":816.2,"duration_ms":{"strand":"cat_b","name":"level_2","lane":377.24,"language":914.42,"enabled":"MV-Evergreen-01","email":"active"}},"discount":{"weight":false... |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD count TYPE integer REQUIRED no
FIELD company TYPE string REQUIRED no
FIELD quality_score TYPE integer REQUIRED no
FIELD collateral TYPE integer REQUIRED no
BROKEN_OUTPUT
I need to look up the information f... | {"vessel_name":"xl","count":902,"quality_score":315,"collateral":837} | agent_chain | {
"type": "object",
"properties": {
"vessel_name": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"count": {
"type": "integer"
},
"company": {
"type": "string"
},
"quality_score": {
"type": "integer"... | I need to look up the information first.
Action: queue_sequencing_run
Result: {"count": 902, "quality_score": 315, "collateral": 837}
I'll query our database.
Action: validate_sample
Result: | Agent multi-step chain with truncated tool output | {"vessel_name":"xl","count":902,"quality_score":315,"collateral":837} |
TASK repair_structured_output
SPEC
FIELD prop_l66 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD key_d51 TYPE string_date-time REQUIRED no
FIELD field_q51 TYPE integer REQUIRED yes
FIELD prop_s52 TYPE number REQUIRED yes
FIELD val_r84 TYPE string REQUIRED yes
BROKEN_OUTPUT
Based on the data, prop_s... | {"prop_l66":"mode_c","field_q51":194,"prop_s52":191.22,"val_r84":"Johnson"} | partial_structure | {
"type": "object",
"properties": {
"prop_l66": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"key_d51": {
"type": "string",
"format": "date-time"
},
"field_q51": {
"type": "integer"
},
"prop_... | Based on the data, prop_s52 is 191.22. {"prop_l66":"mode_c","field_q51":194,"prop_s52":191.22,"val_r84":"Johnson"} | Output mixes natural language with JSON | {"prop_l66":"mode_c","field_q51":194,"prop_s52":191.22,"val_r84":"Johnson"} |
TASK repair_structured_output
SPEC
FIELD image_url TYPE boolean REQUIRED yes
FIELD pressure_kpa TYPE integer REQUIRED no
FIELD voltage TYPE integer REQUIRED no
FIELD lane TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD start_date TYPE string REQUIRED yes
FIELD medication TYPE string REQUIRED no
BROKEN_OUTP... | {"image_url":true,"pressure_kpa":167,"voltage":455,"lane":"small","start_date":"approved","medication":"FWD"} | wrong_type | {
"type": "object",
"properties": {
"image_url": {
"type": "boolean"
},
"pressure_kpa": {
"type": "integer"
},
"voltage": {
"type": "integer"
},
"lane": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | {"image_url": true, "pressure_kpa": "\"167\"", "voltage": 455, "lane": "small", "start_date": "approved", "medication": "FWD"} | Field 'pressure_kpa' must be integer, got string | {"image_url":true,"pressure_kpa":167,"voltage":455,"lane":"small","start_date":"approved","medication":"FWD"} |
TASK repair_structured_output
SPEC
FIELD param_t00 TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD param_m23 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD col_j75 TYPE string REQUIRED yes
FIELD key_y79 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"param_t00":"high","col_j75":"Sao Paulo","key_y79... | {"param_t00":"high","col_j75":"Sao Paulo","key_y79":60} | truncated_array | {
"type": "object",
"properties": {
"param_t00": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"param_m23": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {"param_t00":"high","col_j75":"Sao Paulo","key_y79":60 | Unexpected end of JSON input — truncated object | {"param_t00":"high","col_j75":"Sao Paulo","key_y79":60} |
TASK repair_structured_output
SPEC
FIELD val_n05 TYPE boolean REQUIRED yes
FIELD val_j96 TYPE integer REQUIRED yes
FIELD val_j88[].col_b49 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD val_j88[].param_l75 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no
FIELD val_j88[].k... | {"val_n05":true,"val_j96":534,"val_j88":[{"key_c81":"mode_b","field_w51":"example","dim_u42":387},{"col_b49":"option_e","key_c81":"mode_a","field_w51":"FWD","dim_u42":870},{"col_b49":"option_c","param_l75":"cat_e","key_c81":"mode_a","field_w51":"2024-06-30","dim_u42":306,"val_p30":"level_3"},{"param_l75":"cat_d","key_c... | tool_call_bad_format | {
"type": "object",
"properties": {
"val_n05": {
"type": "boolean"
},
"val_j96": {
"type": "integer"
},
"val_j88": {
"type": "array",
"items": {
"type": "object",
"properties": {
"col_b49": {
"type": "string",
"enum": [
... | <functioncall> query_port_status
{val_n05: true, val_j96: 534, val_j88: [{key_c81: "mode_b", field_w51: "example", dim_u42: 387}, {col_b49: "option_e", key_c81: "mode_a", field_w51: "FWD", dim_u42: 870}, {col_b49: "option_c", param_l75: "cat_e", key_c81: "mode_a", field_w51: "2024-06-30", dim_u42: 306, val_p30: "level_... | Tool call has malformed arguments — unquoted keys in function parameters | {"val_n05":true,"val_j96":534,"val_j88":[{"key_c81":"mode_b","field_w51":"example","dim_u42":387},{"col_b49":"option_e","key_c81":"mode_a","field_w51":"FWD","dim_u42":870},{"col_b49":"option_c","param_l75":"cat_e","key_c81":"mode_a","field_w51":"2024-06-30","dim_u42":306,"val_p30":"level_3"},{"param_l75":"cat_d","key_c... |
TASK repair_structured_output
SPEC
FIELD date TYPE string REQUIRED no
FIELD duration_ms TYPE string REQUIRED no
FIELD end_date TYPE integer REQUIRED no
FIELD deploy_target.options TYPE integer REQUIRED no
FIELD deploy_target.notes TYPE number REQUIRED yes
FIELD deploy_target.latitude TYPE integer REQUIRED no
FIELD dep... | {"duration_ms":"Oliveira","end_date":911,"deploy_target":{"options":829,"notes":470.49,"latitude":848,"image_url":{"loan_amount":"option_b","balance":873,"duration_ms":["push","sms","phone"]},"yield_pct":false,"thumbnail":true}} | markdown_fences | {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"duration_ms": {
"type": "string"
},
"end_date": {
"type": "integer"
},
"deploy_target": {
"type": "object",
"properties": {
"options": {
"type": "integer"
},
... | ```json
{"duration_ms":"Oliveira","end_date":911,"deploy_target":{"options":829,"notes":470.49,"latitude":848,"image_url":{"loan_amount":"option_b","balance":873,"duration_ms":["push","sms","phone"]},"yield_pct":false,"thumbnail":true}}
``` | Output contains markdown code fences | {"duration_ms":"Oliveira","end_date":911,"deploy_target":{"options":829,"notes":470.49,"latitude":848,"image_url":{"loan_amount":"option_b","balance":873,"duration_ms":["push","sms","phone"]},"yield_pct":false,"thumbnail":true}} |
TASK repair_structured_output
SPEC
FIELD prop_c95 TYPE string REQUIRED no
FIELD col_i95 TYPE number REQUIRED yes
FIELD prop_q27 TYPE integer REQUIRED yes
FIELD val_h65.param_h29 TYPE integer REQUIRED yes
FIELD val_h65.dim_j66 TYPE number REQUIRED yes
FIELD val_h65.attr_u15.attr_v74 TYPE string REQUIRED no
FIELD val_h6... | {"prop_c95":"chr1","col_i95":496.54,"prop_q27":271,"val_j22":"pro","key_f56":285.61,"dim_n65":true} | tool_call_wrong_param | {
"type": "object",
"properties": {
"prop_c95": {
"type": "string"
},
"col_i95": {
"type": "number"
},
"prop_q27": {
"type": "integer"
},
"val_h65": {
"type": "object",
"properties": {
"param_h29": {
"type": "integer"
},
"di... | Tool: fetch_lab_result
Params: {"prop_c95": "chr1", "col_i95": 496.54, "prop_q27": 271, "key_f56": 285.61, "dim_n65": true, "val_j22_new": "pro"} | Agent used wrong parameter name 'val_j22_new' instead of 'val_j22' | {"prop_c95":"chr1","col_i95":496.54,"prop_q27":271,"val_j22":"pro","key_f56":285.61,"dim_n65":true} |
TASK repair_structured_output
SPEC
FIELD prop_j38 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD key_k00 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no
FIELD col_z29 TYPE string REQUIRED no
FIELD field_d68.prop_w10 TYPE boolean REQUIRED no
FIELD field_d68.prop_p4... | {"prop_j38":"returned","key_k00":"level_2","col_z29":"Alice","field_d68":{"prop_p42":"2024-01-15","param_b50":[737,108,221]},"field_l63":"cat_a","field_c09":631,"dim_x96":49.45,"val_n32":444} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_j38": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"key_k00": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4... | Let me check the system.
<tool_call name="delete_item">
{"prop_j38":"returned","key_k00":"level_2","col_z29":"Alice","field_d68":{"prop_p42":"2024-01-15","param_b50":[737,108,221]},"field_l63":"cat_a","field_c09":631,"dim_x96":49.45,"val_n32":444}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"prop_j38":"returned","key_k00":"level_2","col_z29":"Alice","field_d68":{"prop_p42":"2024-01-15","param_b50":[737,108,221]},"field_l63":"cat_a","field_c09":631,"dim_x96":49.45,"val_n32":444} |
TASK repair_structured_output
SPEC
FIELD chromosome.email TYPE number REQUIRED yes
FIELD chromosome.latitude TYPE number REQUIRED yes
FIELD chromosome.user_id TYPE null REQUIRED yes
FIELD procedure_code TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD gene_id TYPE number REQUIRED no
FIELD berth_slot TYPE stri... | {"chromosome":{"email":969.05,"latitude":842.24,"user_id":null},"procedure_code":"email","gene_id":714.15,"berth_slot":"Luis","thumbnail":849,"role":false} | missing_bracket | {
"type": "object",
"properties": {
"chromosome": {
"type": "object",
"properties": {
"email": {
"type": "number"
},
"latitude": {
"type": "number"
},
"user_id": {
"type": "null"
}
},
"required": [
"use... | {"chromosome":{"email":969.05,"latitude":842.24,"user_id":null},"procedure_code":"email","gene_id":714.15,"berth_slot":"Luis","thumbnail":849,"role":false} | Missing closing bracket | {"chromosome":{"email":969.05,"latitude":842.24,"user_id":null},"procedure_code":"email","gene_id":714.15,"berth_slot":"Luis","thumbnail":849,"role":false} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD tile TYPE string REQUIRED yes
FIELD title TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"strand":"high","tile":"Alice","title":false} | {"strand":"high","tile":"Alice","title":false} | missing_bracket | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"tile": {
"type": "string"
},
"title": {
"type": "boolean"
}
},
"required": [
"tile",
"strand",
"... | {"strand":"high","tile":"Alice","title":false} | Missing closing bracket | {"strand":"high","tile":"Alice","title":false} |
TASK repair_structured_output
SPEC
FIELD tax TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
FIELD throttle_pos TYPE string VALUES success|error|warning|info REQUIRED no
FIELD reagent TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD bill_of_lading TYPE string REQUIRED no
FIELD state TYP... | {"tax":"arctic","throttle_pos":"error","bill_of_lading":"Hapag-Lloyd-Express","state":"rejected"} | missing_brace | {
"type": "object",
"properties": {
"tax": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"throttle_pos": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]... | "tax":"arctic","throttle_pos":"error","bill_of_lading":"Hapag-Lloyd-Express","state":"rejected"} | Missing closing brace | {"tax":"arctic","throttle_pos":"error","bill_of_lading":"Hapag-Lloyd-Express","state":"rejected"} |
TASK repair_structured_output
SPEC
FIELD username TYPE string VALUES option_a|option_b REQUIRED yes
FIELD verified TYPE string REQUIRED yes
FIELD coverage TYPE boolean REQUIRED no
FIELD dosage[].commit_hash TYPE integer REQUIRED yes
FIELD dosage[].type TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRE... | {"username":"option_b","verified":"Maria","dosage":[{"commit_hash":620,"type":"synonymous","name":true,"timezone":"info@test.io","account_id":null,"medication":false,"credit_score":true}]} | markdown_fences | {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"option_a",
"option_b"
]
},
"verified": {
"type": "string"
},
"coverage": {
"type": "boolean"
},
"dosage": {
"type": "array",
"items": {
"type":... | ```json
{"username":"option_b","verified":"Maria","dosage":[{"commit_hash":620,"type":"synonymous","name":true,"timezone":"info@test.io","account_id":null,"medication":false,"credit_score":true}]}
``` | Output contains markdown code fences | {"username":"option_b","verified":"Maria","dosage":[{"commit_hash":620,"type":"synonymous","name":true,"timezone":"info@test.io","account_id":null,"medication":false,"credit_score":true}]} |
TASK repair_structured_output
SPEC
FIELD branch TYPE boolean REQUIRED no
FIELD humidity_pct TYPE boolean REQUIRED no
FIELD tags.conductivity TYPE integer REQUIRED no
FIELD tags.berth_slot TYPE string REQUIRED yes
FIELD tags.values TYPE string REQUIRED yes
FIELD tags.image_url[] TYPE string VALUES reliable|unstable|int... | {"branch":true,"tags":{"berth_slot":"John","values":"Paris","image_url":["intermittent"]}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"branch": {
"type": "boolean"
},
"humidity_pct": {
"type": "boolean"
},
"tags": {
"type": "object",
"properties": {
"conductivity": {
"type": "integer"
},
"berth_slot": {
"type": "string"
... | track_vessel(branch=True, tags={'berth_slot': 'John', 'values': 'Paris', 'image_url': ['intermittent']}) | Tool call uses Python syntax instead of JSON | {"branch":true,"tags":{"berth_slot":"John","values":"Paris","image_url":["intermittent"]}} |
TASK repair_structured_output
SPEC
FIELD price TYPE string VALUES single|married|divorced REQUIRED no
FIELD umi TYPE number REQUIRED yes
FIELD bearing TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD credit_score TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
BROKEN_OUTP... | {"price":"single","umi":381.19,"bearing":"resolved","credit_score":"operational"} | markdown_explanation | {
"type": "object",
"properties": {
"price": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"umi": {
"type": "number"
},
"bearing": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolv... | The output is as follows:
```json
{"price":"single","umi":381.19,"bearing":"resolved","credit_score":"operational"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"price":"single","umi":381.19,"bearing":"resolved","credit_score":"operational"} |
TASK repair_structured_output
SPEC
FIELD col_k44 TYPE number REQUIRED yes
FIELD col_r06 TYPE boolean REQUIRED yes
FIELD param_j74 TYPE string REQUIRED no
BROKEN_OUTPUT
{"col_k44":737.13,"col_r06":true,"param_j74":"2023-12-25" | {"col_k44":737.13,"col_r06":true,"param_j74":"2023-12-25"} | truncated_array | {
"type": "object",
"properties": {
"col_k44": {
"type": "number"
},
"col_r06": {
"type": "boolean"
},
"param_j74": {
"type": "string"
}
},
"required": [
"col_r06",
"col_k44"
]
} | {"col_k44":737.13,"col_r06":true,"param_j74":"2023-12-25" | Unexpected end of JSON input — truncated object | {"col_k44":737.13,"col_r06":true,"param_j74":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD voltage TYPE string REQUIRED no
FIELD lane TYPE string_email REQUIRED yes
FIELD consignee TYPE string REQUIRED no
FIELD umi TYPE integer REQUIRED no
FIELD username.notes TYPE string REQUIRED no
FIELD username.turbidity.deploy_target TYPE string VALUES reliable|unstable|intermit... | {"voltage":"test@example.com","lane":"test@domain.org","consignee":"This is a test value.","umi":502,"username":{"color":"baz","temp_celsius":"arctic","balance":"world","type":924},"index":{"longitude":"bar","lab_result":{"berth_slot":"Jane","tags":"option_e","terminal_id":"published","format":"mode_e","published":70,"... | tool_call_partial_args | {
"type": "object",
"properties": {
"voltage": {
"type": "string"
},
"lane": {
"type": "string",
"format": "email"
},
"consignee": {
"type": "string"
},
"umi": {
"type": "integer"
},
"username": {
"type": "object",
"properties": {
... | Let me check the system.
Action: queue_sequencing_run
Arguments: {"voltage": "test@example.com", "lane": "test@domain.org", "consignee": "This is a test value.", "umi": 502, "username": {"color": "baz", "temp_celsius": "arctic", "balance": "world", "type": 924}} | Agent tool call missing required parameter 'index' | {"voltage":"test@example.com","lane":"test@domain.org","consignee":"This is a test value.","umi":502,"username":{"color":"baz","temp_celsius":"arctic","balance":"world","type":924},"index":{"longitude":"bar","lab_result":{"berth_slot":"Jane","tags":"option_e","terminal_id":"published","format":"mode_e","published":70,"... |
TASK repair_structured_output
SPEC
FIELD prop_d78 TYPE string REQUIRED no
FIELD param_k37.dim_e23 TYPE integer REQUIRED no
FIELD param_k37.attr_f88 TYPE string REQUIRED no
FIELD param_k37.attr_f98 TYPE string VALUES mode_a|mode_b REQUIRED no
FIELD param_k37.param_q08 TYPE integer REQUIRED no
FIELD param_k37.key_r76.ke... | {"prop_d78":"This is a test value.","param_k37":{"dim_e23":176,"attr_f88":"Jane","attr_f98":"mode_b","key_r76":{"key_y13":null,"key_d17":290,"field_d84":"2023-11-26T18:52:00Z","prop_s35":"cat_b","dim_b74":[761.02,56.9]},"col_v42":"mode_a","attr_l67":null},"dim_w75":"offline","dim_o41":173} | tool_call_text_mix | {
"type": "object",
"properties": {
"prop_d78": {
"type": "string"
},
"param_k37": {
"type": "object",
"properties": {
"dim_e23": {
"type": "integer"
},
"attr_f88": {
"type": "string"
},
"attr_f98": {
"type": "string... | I'll query our database.
<tool_call name="update_preferences">
{"prop_d78":"This is a test value.","param_k37":{"dim_e23":176,"attr_f88":"Jane","attr_f98":"mode_b","key_r76":{"key_y13":null,"key_d17":290,"field_d84":"2023-11-26T18:52:00Z","prop_s35":"cat_b","dim_b74":[761.02,56.9]},"col_v42":"mode_a","attr_l67":null},"... | Agent response mixes reasoning text with tool call | {"prop_d78":"This is a test value.","param_k37":{"dim_e23":176,"attr_f88":"Jane","attr_f98":"mode_b","key_r76":{"key_y13":null,"key_d17":290,"field_d84":"2023-11-26T18:52:00Z","prop_s35":"cat_b","dim_b74":[761.02,56.9]},"col_v42":"mode_a","attr_l67":null},"dim_w75":"offline","dim_o41":173} |
TASK repair_structured_output
SPEC
FIELD vital_sign TYPE boolean REQUIRED yes
FIELD bill_of_lading TYPE string_date-time REQUIRED yes
FIELD user_id TYPE boolean REQUIRED yes
BROKEN_OUTPUT
Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"vital_sign":false,"bill_... | {"vital_sign":false,"bill_of_lading":"2020-03-11T07:53:00Z","user_id":false} | thought_process | {
"type": "object",
"properties": {
"vital_sign": {
"type": "boolean"
},
"bill_of_lading": {
"type": "string",
"format": "date-time"
},
"user_id": {
"type": "boolean"
}
},
"required": [
"bill_of_lading",
"user_id",
"vital_sign"
]
} | Let me construct this step by step.
First, I'll identify the required fields, then fill in the values.
{"vital_sign":false,"bill_of_lading":"2020-03-11T07:53:00Z","user_id":false} | Output contains chain-of-thought reasoning before JSON | {"vital_sign":false,"bill_of_lading":"2020-03-11T07:53:00Z","user_id":false} |
TASK repair_structured_output
SPEC
FIELD param_z70 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD field_u90 TYPE string VALUES email|phone|sms|push REQUIRED yes
FIELD param_c15.key_n18 TYPE string VALUES admin|editor|viewer REQUIRED no
FIELD param_c15.param_g91 TYPE string VALUES USD|EUR|GBP|BRL|JPY RE... | {"param_z70":"low","field_u90":"phone","param_c15":{"key_n18":"viewer","col_d09":"option_b","key_v41":"qux","val_s00":"Silva","param_l46":"https://api.io/v1"}} | truncated_array | {
"type": "object",
"properties": {
"param_z70": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"field_u90": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
... | {"param_z70":"low","field_u90":"phone","param_c15":{"key_n18":"viewer","col_d09":"option_b","key_v41":"qux","val_s00":"Silva","param_l46":"https://api.io/v1"} | Unexpected end of JSON input — truncated object | {"param_z70":"low","field_u90":"phone","param_c15":{"key_n18":"viewer","col_d09":"option_b","key_v41":"qux","val_s00":"Silva","param_l46":"https://api.io/v1"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.