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 key_f64 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_t84 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no
FIELD prop_l35 TYPE string_email REQUIRED yes
FIELD col_d61[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes
FIELD col_b78[].dim_d... | {"key_f64":"green","prop_t84":"mode_b","prop_l35":"ops@domain.org","col_d61":["cat_d","cat_d","cat_c"],"col_b78":[{"dim_d63":92,"prop_f97":"viewer","attr_n66":"world","val_x40":212,"col_j49":"level_1"}]} | null_required | {
"type": "object",
"properties": {
"key_f64": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_t84": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c"
]
},
... | {"key_f64": "green", "prop_t84": "mode_b", "prop_l35": "ops@domain.org", "col_d61": null, "col_b78": [{"dim_d63": 92, "prop_f97": "viewer", "attr_n66": "world", "val_x40": 212, "col_j49": "level_1"}]} | Required field 'col_d61' is null | {"key_f64":"green","prop_t84":"mode_b","prop_l35":"ops@domain.org","col_d61":["cat_d","cat_d","cat_c"],"col_b78":[{"dim_d63":92,"prop_f97":"viewer","attr_n66":"world","val_x40":212,"col_j49":"level_1"}]} |
TASK repair_structured_output
SPEC
FIELD organism TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD count TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD website TYPE string_date-time REQUIRED yes
BROKEN_OUTPUT
{"count":"intermittent","website":"2020-10-07T20:05:00Z",} | {"count":"intermittent","website":"2020-10-07T20:05:00Z"} | trailing_comma | {
"type": "object",
"properties": {
"organism": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
},
"count": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
... | {"count":"intermittent","website":"2020-10-07T20:05:00Z",} | Unexpected trailing comma | {"count":"intermittent","website":"2020-10-07T20:05:00Z"} |
TASK repair_structured_output
SPEC
FIELD username TYPE integer REQUIRED no
FIELD language TYPE null REQUIRED no
FIELD length.filter_flag TYPE string VALUES option_a|option_b REQUIRED yes
FIELD length.vital_sign TYPE integer REQUIRED yes
FIELD length.decay_rate TYPE string VALUES level_1|level_2|level_3|level_4|level_5... | {"language":null,"length":{"filter_flag":"option_a","vital_sign":645,"decay_rate":"level_2"},"published":"type_b","compound":"Tokyo","website":"berthed"} | extra_text_before | {
"type": "object",
"properties": {
"username": {
"type": "integer"
},
"language": {
"type": "null"
},
"length": {
"type": "object",
"properties": {
"filter_flag": {
"type": "string",
"enum": [
"option_a",
"option_b"
... | The parsed result is:
{"language":null,"length":{"filter_flag":"option_a","vital_sign":645,"decay_rate":"level_2"},"published":"type_b","compound":"Tokyo","website":"berthed"} | Output contains non-JSON text before the object | {"language":null,"length":{"filter_flag":"option_a","vital_sign":645,"decay_rate":"level_2"},"published":"type_b","compound":"Tokyo","website":"berthed"} |
TASK repair_structured_output
SPEC
FIELD dim_a07 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD dim_z51 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD val_p30 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
BROKEN_OUTPUT
```json
{"dim_a07":"critical","dim_z51":... | {"dim_a07":"critical","dim_z51":"reliable","val_p30":"homozygous"} | markdown_fences | {
"type": "object",
"properties": {
"dim_a07": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"dim_z51": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"... | ```json
{"dim_a07":"critical","dim_z51":"reliable","val_p30":"homozygous"}
``` | Output contains markdown code fences | {"dim_a07":"critical","dim_z51":"reliable","val_p30":"homozygous"} |
TASK repair_structured_output
SPEC
FIELD category TYPE integer REQUIRED yes
FIELD repository.longitude TYPE string REQUIRED yes
FIELD repository.phone TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD repository.insurance_id TYPE string REQUIRED no
FIELD repository.updated_at TYPE integ... | {"category":424,"repository":{"longitude":"qux","phone":"escalated","city":"cat_b","latitude":"type_a","build_status":131},"order_id":false,"paragraph":"John","gene_id":"pending_review"} | agent_chain | {
"type": "object",
"properties": {
"category": {
"type": "integer"
},
"repository": {
"type": "object",
"properties": {
"longitude": {
"type": "string"
},
"phone": {
"type": "string",
"enum": [
"pending_review",
... | Let me check the system.
Action: calibrate_instrument
Result: {"repository": {"longitude": "qux", "phone": "escalated", "city": "cat_b", "latitude": "type_a", "build_status": 131}, "order_id": false, "paragraph": "John", "gene_id": "pending_review"}
I'll query our database.
Action: delete_item
Result: | Agent multi-step chain with truncated tool output | {"category":424,"repository":{"longitude":"qux","phone":"escalated","city":"cat_b","latitude":"type_a","build_status":131},"order_id":false,"paragraph":"John","gene_id":"pending_review"} |
TASK repair_structured_output
SPEC
FIELD field_w79 TYPE string_email REQUIRED yes
FIELD key_c89.val_t41 TYPE string REQUIRED yes
FIELD key_c89.col_f49 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_c89.key_z27[] TYPE null REQUIRED no
FIELD attr_l58 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{'field_w79... | {"field_w79":"admin@example.com","key_c89":{"val_t41":"Oliveira","col_f49":"married","key_z27":[null]},"attr_l58":false} | single_quotes | {
"type": "object",
"properties": {
"field_w79": {
"type": "string",
"format": "email"
},
"key_c89": {
"type": "object",
"properties": {
"val_t41": {
"type": "string"
},
"col_f49": {
"type": "string",
"enum": [
"si... | {'field_w79':'admin@example.com','key_c89':{'val_t41':'Oliveira','col_f49':'married','key_z27':[null]},'attr_l58':false} | Expecting property name enclosed in double quotes | {"field_w79":"admin@example.com","key_c89":{"val_t41":"Oliveira","col_f49":"married","key_z27":[null]},"attr_l58":false} |
TASK repair_structured_output
SPEC
FIELD prop_p19 TYPE string REQUIRED no
FIELD val_k13 TYPE boolean REQUIRED no
FIELD prop_h37 TYPE string REQUIRED no
FIELD val_d98 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD dim_l15 TYPE string REQUIRED no
FIELD dim_n84 TYPE string_email REQUIRED no
FIELD key_h4... | {"prop_p19":"approved","val_k13":false,"prop_h37":"Tokyo","val_d98":"info","dim_l15":"Maria","key_h49":916} | thought_process | {
"type": "object",
"properties": {
"prop_p19": {
"type": "string"
},
"val_k13": {
"type": "boolean"
},
"prop_h37": {
"type": "string"
},
"val_d98": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
... | Processing the request now.
I'll validate against the schema.
{"prop_p19":"approved","val_k13":false,"prop_h37":"Tokyo","val_d98":"info","dim_l15":"Maria","key_h49":916} | Output contains chain-of-thought reasoning before JSON | {"prop_p19":"approved","val_k13":false,"prop_h37":"Tokyo","val_d98":"info","dim_l15":"Maria","key_h49":916} |
TASK repair_structured_output
SPEC
FIELD dim_g35.field_y05 TYPE integer REQUIRED yes
FIELD dim_g35.attr_f82 TYPE integer REQUIRED no
FIELD dim_g35.attr_g18 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes
FIELD dim_g35.param_e89 TYPE boolean REQUIRED no
FIELD dim_g35.key_k03 TYPE string REQUIRED no
FIELD di... | {"dim_g35":{"field_y05":777,"attr_f82":395,"attr_g18":"type_c","param_e89":false,"key_l20":"2023-12-25","prop_q99":"inactive"},"field_s16":"Oliveira","val_p42":"test@example.com"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"dim_g35": {
"type": "object",
"properties": {
"field_y05": {
"type": "integer"
},
"attr_f82": {
"type": "integer"
},
"attr_g18": {
"type": "string",
"enum": [
"type_a",
... | verify_hazmat_compliance(dim_g35={'field_y05': 777, 'attr_f82': 395, 'attr_g18': 'type_c', 'param_e89': False, 'key_l20': '2023-12-25', 'prop_q99': 'inactive'}, field_s16='Oliveira', val_p42='test@example.com') | Tool call uses Python syntax instead of JSON | {"dim_g35":{"field_y05":777,"attr_f82":395,"attr_g18":"type_c","param_e89":false,"key_l20":"2023-12-25","prop_q99":"inactive"},"field_s16":"Oliveira","val_p42":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE boolean REQUIRED no
FIELD due_date TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD interest_rate TYPE string_uri REQUIRED yes
FIELD url[] TYPE number REQUIRED yes
BROKEN_OUTPUT
{"due_date":"frameshift","interest_rate":"https://api.co... | {"due_date":"frameshift","interest_rate":"https://api.com/api","url":[426.06]} | truncated_object | {
"type": "object",
"properties": {
"timezone": {
"type": "boolean"
},
"due_date": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"interest_rate": {
"type": "string",
"format": "uri"
},... | {"due_date":"frameshift","interest_rate":"https://api.com/api","url":[426.06] | Unexpected end of JSON input — truncated object | {"due_date":"frameshift","interest_rate":"https://api.com/api","url":[426.06]} |
TASK repair_structured_output
SPEC
FIELD val_b99 TYPE integer REQUIRED no
FIELD prop_z35 TYPE string_date-time REQUIRED no
FIELD dim_x27 TYPE string_uri REQUIRED no
FIELD prop_a09 TYPE number REQUIRED yes
FIELD prop_s91 TYPE string_date-time REQUIRED yes
FIELD dim_h26 TYPE string REQUIRED yes
FIELD prop_e60.key_g56.pa... | {"val_b99":852,"prop_z35":"2025-02-08T19:32:00Z","prop_a09":967.81,"prop_s91":"2022-08-16T18:29:00Z","dim_h26":"Alice","prop_e60":{"key_g56":{"param_b38":"Alice","val_j76":"moored","prop_t70":"approved","prop_x78":null,"attr_l36":15},"dim_y44":{"prop_q08":"mode_b","attr_e76":"mode_c","dim_n29":"2022-12-06T17:48:00Z","p... | extra_field | {
"type": "object",
"properties": {
"val_b99": {
"type": "integer"
},
"prop_z35": {
"type": "string",
"format": "date-time"
},
"dim_x27": {
"type": "string",
"format": "uri"
},
"prop_a09": {
"type": "number"
},
"prop_s91": {
"type": "stri... | {"val_b99": 852, "prop_z35": "2025-02-08T19:32:00Z", "prop_a09": 967.81, "prop_s91": "2022-08-16T18:29:00Z", "dim_h26": "Alice", "prop_e60": {"key_g56": {"param_b38": "Alice", "val_j76": "moored", "prop_t70": "approved", "prop_x78": null, "attr_l36": 15}, "dim_y44": {"prop_q08": "mode_b", "attr_e76": "mode_c", "dim_n29... | Unknown field 'extra_value_7240' not defined in schema | {"val_b99":852,"prop_z35":"2025-02-08T19:32:00Z","prop_a09":967.81,"prop_s91":"2022-08-16T18:29:00Z","dim_h26":"Alice","prop_e60":{"key_g56":{"param_b38":"Alice","val_j76":"moored","prop_t70":"approved","prop_x78":null,"attr_l36":15},"dim_y44":{"prop_q08":"mode_b","attr_e76":"mode_c","dim_n29":"2022-12-06T17:48:00Z","p... |
TASK repair_structured_output
SPEC
FIELD dim_a59 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD field_c77 TYPE string REQUIRED no
FIELD val_p74 TYPE boolean REQUIRED yes
FIELD val_y61 TYPE string REQUIRED no
FIELD dim_z16 TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD prop_b01 TYPE numbe... | {"dim_a59":"divorced","field_c77":"Santos","val_p74":true,"dim_z16":"critical","prop_b01":845.18,"param_h40":"QC-07"} | markdown_explanation | {
"type": "object",
"properties": {
"dim_a59": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"field_c77": {
"type": "string"
},
"val_p74": {
"type": "boolean"
},
"val_y61": {
"type": "string"
},
"dim... | Based on your request, here is the data:
```json
{"dim_a59":"divorced","field_c77":"Santos","val_p74":true,"dim_z16":"critical","prop_b01":845.18,"param_h40":"QC-07"}
```
This should match the schema you provided. | Output contains markdown and explanatory text around JSON | {"dim_a59":"divorced","field_c77":"Santos","val_p74":true,"dim_z16":"critical","prop_b01":845.18,"param_h40":"QC-07"} |
TASK repair_structured_output
SPEC
FIELD dim_j03 TYPE boolean REQUIRED no
FIELD field_a85 TYPE string REQUIRED yes
FIELD dim_w34[].param_g83 TYPE number REQUIRED no
FIELD dim_w34[].prop_a55 TYPE string_date-time REQUIRED no
FIELD dim_w34[].key_j03 TYPE string REQUIRED yes
FIELD dim_w34[].col_v27 TYPE integer REQUIRED ... | {"dim_j03":false,"field_a85":"RTG-04","dim_w34":[{"param_g83":824.93,"key_j03":"active","col_v27":707},{"param_g83":240.08,"prop_a55":"2023-07-07T11:02:00Z","key_j03":"Maria","col_v27":877},{"key_j03":"Paris","col_v27":108},{"prop_a55":"2023-12-26T07:00:00Z","key_j03":"Silva","col_v27":104}]} | extra_text_before | {
"type": "object",
"properties": {
"dim_j03": {
"type": "boolean"
},
"field_a85": {
"type": "string"
},
"dim_w34": {
"type": "array",
"items": {
"type": "object",
"properties": {
"param_g83": {
"type": "number"
},
... | Here is the JSON you requested:
{"dim_j03":false,"field_a85":"RTG-04","dim_w34":[{"param_g83":824.93,"key_j03":"active","col_v27":707},{"param_g83":240.08,"prop_a55":"2023-07-07T11:02:00Z","key_j03":"Maria","col_v27":877},{"key_j03":"Paris","col_v27":108},{"prop_a55":"2023-12-26T07:00:00Z","key_j03":"Silva","col_v27":1... | Output contains non-JSON text before the object | {"dim_j03":false,"field_a85":"RTG-04","dim_w34":[{"param_g83":824.93,"key_j03":"active","col_v27":707},{"param_g83":240.08,"prop_a55":"2023-07-07T11:02:00Z","key_j03":"Maria","col_v27":877},{"key_j03":"Paris","col_v27":108},{"prop_a55":"2023-12-26T07:00:00Z","key_j03":"Silva","col_v27":104}]} |
TASK repair_structured_output
SPEC
FIELD lab_result.umi TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD lab_result.account_id TYPE string REQUIRED yes
FIELD lab_result.compound TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD lab_result.ward.cargo_type TYPE... | {"lab_result":{"umi":"maintenance","account_id":"chr1","compound":"type_c","ward":{"cargo_type":"active","catalyst":671.28,"pressure_kpa":"https://api.com/v1"}},"coverage":"Alice","shift_code":"Oliveira"} | trailing_comma | {
"type": "object",
"properties": {
"lab_result": {
"type": "object",
"properties": {
"umi": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"account_id": {
... | {"lab_result":{"umi":"maintenance","account_id":"chr1","compound":"type_c","ward":{"cargo_type":"active","catalyst":671.28,"pressure_kpa":"https://api.com/v1",}},"coverage":"Alice","shift_code":"Oliveira"} | Unexpected trailing comma | {"lab_result":{"umi":"maintenance","account_id":"chr1","compound":"type_c","ward":{"cargo_type":"active","catalyst":671.28,"pressure_kpa":"https://api.com/v1"}},"coverage":"Alice","shift_code":"Oliveira"} |
TASK repair_structured_output
SPEC
FIELD prop_t16 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD col_w28 TYPE boolean REQUIRED no
FIELD param_l13 TYPE integer REQUIRED yes
FIELD val_k22 TYPE string REQUIRED yes
FIELD key_a13.param_v62 TYPE integer REQUIRED yes
FIELD key_a13.param_x39 TY... | {"param_l13":917,"val_k22":"QC-07","key_a13":{"param_v62":745,"param_x39":"Oliveira","dim_u04":"Smith","val_e15":566}} | wrong_type | {
"type": "object",
"properties": {
"prop_t16": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e",
"type_f"
]
},
"col_w28": {
"type": "boolean"
},
"param_l13": {
"type": "integer"
},
... | {"param_l13": "\"917\"", "val_k22": "QC-07", "key_a13": {"param_v62": 745, "param_x39": "Oliveira", "dim_u04": "Smith", "val_e15": 566}} | Field 'param_l13' must be integer, got string | {"param_l13":917,"val_k22":"QC-07","key_a13":{"param_v62":745,"param_x39":"Oliveira","dim_u04":"Smith","val_e15":566}} |
TASK repair_structured_output
SPEC
FIELD col_k81 TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD param_u87 TYPE boolean REQUIRED no
FIELD val_b70 TYPE string VALUES level_1|level_2|level_3 REQUIRED no
FIELD field_a72 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD param_c58 TYPE integer REQUIR... | {"col_k81":"level_1","field_a72":"coastal","param_c58":262} | tool_call_wrong_param | {
"type": "object",
"properties": {
"col_k81": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"param_u87": {
"type": "boolean"
},
"val_b70": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
... | Tool: book_appointment
Params: {"col_k81": "level_1", "field_a72": "coastal", "param_c58": 262} | Agent used wrong parameter name 'param_u87_id' instead of 'param_u87' | {"col_k81":"level_1","field_a72":"coastal","param_c58":262} |
TASK repair_structured_output
SPEC
FIELD description.longitude TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD description.vital_sign TYPE integer REQUIRED yes
FIELD description.invoice_id TYPE string_date-time REQUIRED no
FIELD description.user_id.status_code TYPE integer REQUIRED no
FIELD description.u... | {"description":{"longitude":"level_3","vital_sign":465,"invoice_id":"2020-01-18T18:26:00Z","user_id":{"amplitude":"A short description.","annotation":"pending","date":null,"shipper_ref":"inactive","turbidity":"https://api.io/api"}},"invoice_id":{"maturity_date":"type_f","ward":"type_c","bearing":219.89,"amplitude":true... | number_with_unit | {
"type": "object",
"properties": {
"description": {
"type": "object",
"properties": {
"longitude": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"vital_sign": {
"type": "integer"... | {"description": {"longitude": "level_3", "vital_sign": 465, "invoice_id": "2020-01-18T18:26:00Z", "user_id": {"amplitude": "A short description.", "annotation": "pending", "date": null, "shipper_ref": "inactive", "turbidity": "https://api.io/api"}}, "invoice_id": {"maturity_date": "type_f", "ward": "type_c", "bearing":... | Field 'shipper_ref' must be number, got string with unit | {"description":{"longitude":"level_3","vital_sign":465,"invoice_id":"2020-01-18T18:26:00Z","user_id":{"amplitude":"A short description.","annotation":"pending","date":null,"shipper_ref":"inactive","turbidity":"https://api.io/api"}},"invoice_id":{"maturity_date":"type_f","ward":"type_c","bearing":219.89,"amplitude":true... |
TASK repair_structured_output
SPEC
FIELD col_x23 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_e37 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD attr_d06 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD field_d49 TYPE string VALUES ... | {"col_x23":"operational","attr_e37":"enterprise","attr_d06":"confirmed","field_d49":"moored","key_z12":"viewer","val_d31":69} | single_quotes | {
"type": "object",
"properties": {
"col_x23": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"attr_e37": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterpris... | {'col_x23':'operational','attr_e37':'enterprise','attr_d06':'confirmed','field_d49':'moored','key_z12':'viewer','val_d31':69} | Expecting property name enclosed in double quotes | {"col_x23":"operational","attr_e37":"enterprise","attr_d06":"confirmed","field_d49":"moored","key_z12":"viewer","val_d31":69} |
TASK repair_structured_output
SPEC
FIELD col_u91 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD col_f22 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD val_k51 TYPE number REQUIRED no
FIELD dim_w14 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD key_c01.dim_i64.param... | {"col_u91":"open","val_k51":735.46,"dim_w14":"oceanic","key_c01":{"dim_i64":{"param_k31":null,"field_t51":"test@example.com","attr_e31":968.18,"val_k38":null,"param_h99":938.67},"param_a58":"error","dim_a73":{"val_i22":239,"col_c53":null,"val_y26":"ops@example.com"},"prop_f78":388.82,"attr_k13":false,"prop_h18":"Luis",... | missing_required | {
"type": "object",
"properties": {
"col_u91": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"col_f22": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
... | {"col_u91": "open", "val_k51": 735.46, "dim_w14": "oceanic"} | Required field 'key_c01' is missing | {"col_u91":"open","val_k51":735.46,"dim_w14":"oceanic","key_c01":{"dim_i64":{"param_k31":null,"field_t51":"test@example.com","attr_e31":968.18,"val_k38":null,"param_h99":938.67},"param_a58":"error","dim_a73":{"val_i22":239,"col_c53":null,"val_y26":"ops@example.com"},"prop_f78":388.82,"attr_k13":false,"prop_h18":"Luis",... |
TASK repair_structured_output
SPEC
FIELD vessel_name TYPE number REQUIRED yes
FIELD berth_slot TYPE integer REQUIRED no
FIELD message TYPE number REQUIRED yes
FIELD build_status TYPE number REQUIRED no
FIELD aligned_pct TYPE string REQUIRED no
FIELD label TYPE null REQUIRED yes
FIELD country TYPE integer REQUIRED no
... | {"vessel_name":158.53,"berth_slot":892,"message":826.41,"build_status":34.3,"label":null,"country":624} | markdown_fences | {
"type": "object",
"properties": {
"vessel_name": {
"type": "number"
},
"berth_slot": {
"type": "integer"
},
"message": {
"type": "number"
},
"build_status": {
"type": "number"
},
"aligned_pct": {
"type": "string"
},
"label": {
"type":... | ```json
{"vessel_name":158.53,"berth_slot":892,"message":826.41,"build_status":34.3,"label":null,"country":624}
``` | Output contains markdown code fences | {"vessel_name":158.53,"berth_slot":892,"message":826.41,"build_status":34.3,"label":null,"country":624} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE string REQUIRED yes
FIELD age TYPE string REQUIRED no
FIELD torque_output TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD pressure_kpa TYPE string REQUIRED yes
FIELD ph_level TYPE string REQUIRED no
BROKEN_OUTPUT
{"product_id":"chrX","torque_output":"mode_a... | {"product_id":"chrX","torque_output":"mode_a","pressure_kpa":"https://example.com","ph_level":"FWD"} | truncated_array | {
"type": "object",
"properties": {
"product_id": {
"type": "string"
},
"age": {
"type": "string"
},
"torque_output": {
"type": "string",
"enum": [
"mode_a",
"mode_b"
]
},
"pressure_kpa": {
"type": "string"
},
"ph_level": {
... | {"product_id":"chrX","torque_output":"mode_a","pressure_kpa":"https://example.com","ph_level":"FWD" | Unexpected end of JSON input — truncated object | {"product_id":"chrX","torque_output":"mode_a","pressure_kpa":"https://example.com","ph_level":"FWD"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string REQUIRED no
FIELD verified TYPE integer REQUIRED no
FIELD voltage TYPE integer REQUIRED no
FIELD conductivity TYPE boolean REQUIRED yes
BROKEN_OUTPUT
{"deploy_target": "Johnson", "voltage": 130} | {"deploy_target":"Johnson","voltage":130,"conductivity":true} | missing_required | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string"
},
"verified": {
"type": "integer"
},
"voltage": {
"type": "integer"
},
"conductivity": {
"type": "boolean"
}
},
"required": [
"conductivity"
]
} | {"deploy_target": "Johnson", "voltage": 130} | Required field 'conductivity' is missing | {"deploy_target":"Johnson","voltage":130,"conductivity":true} |
TASK repair_structured_output
SPEC
FIELD col_o04 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD dim_j16 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD val_i04 TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD val_x17 TYPE string REQUIRED no
FIELD col_m27 TYP... | {"dim_j16":"mode_c","val_x17":"cancelled","col_m27":398} | thought_process | {
"type": "object",
"properties": {
"col_o04": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"dim_j16": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
}... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"dim_j16":"mode_c","val_x17":"cancelled","col_m27":398} | Output contains chain-of-thought reasoning before JSON | {"dim_j16":"mode_c","val_x17":"cancelled","col_m27":398} |
TASK repair_structured_output
SPEC
FIELD col_b46 TYPE number REQUIRED yes
FIELD key_g75 TYPE string REQUIRED yes
FIELD col_o48 TYPE string VALUES draft|published|archived REQUIRED no
BROKEN_OUTPUT
{"col_b46": "\"875.49\"", "key_g75": "cancelled", "col_o48": "draft"} | {"col_b46":875.49,"key_g75":"cancelled","col_o48":"draft"} | wrong_type | {
"type": "object",
"properties": {
"col_b46": {
"type": "number"
},
"key_g75": {
"type": "string"
},
"col_o48": {
"type": "string",
"enum": [
"draft",
"published",
"archived"
]
}
},
"required": [
"col_b46",
"key_g75"
]
} | {"col_b46": "\"875.49\"", "key_g75": "cancelled", "col_o48": "draft"} | Field 'col_b46' must be number, got string | {"col_b46":875.49,"key_g75":"cancelled","col_o48":"draft"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string_date-time REQUIRED no
FIELD color TYPE number REQUIRED yes
FIELD subject TYPE string REQUIRED no
FIELD invoice_id TYPE boolean REQUIRED yes
FIELD type TYPE number REQUIRED no
FIELD state TYPE boolean REQUIRED yes
FIELD bearing TYPE string_email REQUIRED no
F... | {"balance":"2025-02-27T12:47:00Z","color":935.74,"subject":"Tokyo","invoice_id":false,"type":475.55,"state":false,"umi":"warning"} | missing_required | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"format": "date-time"
},
"color": {
"type": "number"
},
"subject": {
"type": "string"
},
"invoice_id": {
"type": "boolean"
},
"type": {
"type": "number"
},
"state": {
... | {"balance": "2025-02-27T12:47:00Z", "subject": "Tokyo", "invoice_id": false, "type": 475.55, "state": false, "umi": "warning"} | Required field 'color' is missing | {"balance":"2025-02-27T12:47:00Z","color":935.74,"subject":"Tokyo","invoice_id":false,"type":475.55,"state":false,"umi":"warning"} |
TASK repair_structured_output
SPEC
FIELD attr_i89 TYPE string REQUIRED no
FIELD col_w58 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD field_z65 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD field_q94[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes
BROKEN_OUTPUT
I'... | {"attr_i89":"bar","col_w58":"open","field_z65":"large","field_q94":["arctic","coastal","inland","arctic"]} | extra_text_before | {
"type": "object",
"properties": {
"attr_i89": {
"type": "string"
},
"col_w58": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"field_z65": {
"type": "string",
"enum": [
"small",
... | I've generated the following JSON:
{"attr_i89":"bar","col_w58":"open","field_z65":"large","field_q94":["arctic","coastal","inland","arctic"]} | Output contains non-JSON text before the object | {"attr_i89":"bar","col_w58":"open","field_z65":"large","field_q94":["arctic","coastal","inland","arctic"]} |
TASK repair_structured_output
SPEC
FIELD field_d03 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD col_u39 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_z90 TYPE boolean REQUIRED no
FIELD val_b47 TYPE null REQUIRED no
FIELD val_u03 TYPE string VALUES synonymo... | {"field_d03":"operational","col_u39":"returned","dim_z90":true,"val_u03":"missense","val_w13":"Smith"} | null_required | {
"type": "object",
"properties": {
"field_d03": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"col_u39": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
... | {"field_d03": null, "col_u39": "returned", "dim_z90": true, "val_u03": "missense", "val_w13": "Smith"} | Required field 'field_d03' is null | {"field_d03":"operational","col_u39":"returned","dim_z90":true,"val_u03":"missense","val_w13":"Smith"} |
TASK repair_structured_output
SPEC
FIELD status_code TYPE number REQUIRED no
FIELD product_id TYPE string_date-time REQUIRED yes
FIELD balance TYPE string REQUIRED yes
FIELD status TYPE number REQUIRED yes
FIELD ward.user_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD ward.date TYPE strin... | {"status_code":558.26,"product_id":"2022-12-19T15:48:00Z","balance":"https://api.example.com/v1","status":365.47,"ward":{"user_id":"cat_f","date":"https://data.io/v1","umi":"hello"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"status_code": {
"type": "number"
},
"product_id": {
"type": "string",
"format": "date-time"
},
"balance": {
"type": "string"
},
"status": {
"type": "number"
},
"ward": {
"type": "object",
"properties":... | call_variants(status_code=558.26, product_id='2022-12-19T15:48:00Z', balance='https://api.example.com/v1', status=365.47, ward={'user_id': 'cat_f', 'date': 'https://data.io/v1', 'umi': 'hello'}) | Tool call uses Python syntax instead of JSON | {"status_code":558.26,"product_id":"2022-12-19T15:48:00Z","balance":"https://api.example.com/v1","status":365.47,"ward":{"user_id":"cat_f","date":"https://data.io/v1","umi":"hello"}} |
TASK repair_structured_output
SPEC
FIELD col_g50 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no
FIELD attr_l25 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD field_e10 TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD prop_y52 TYPE null REQUIRED yes
FIELD field_g84 TY... | {"attr_l25":"push","field_e10":"option_a","prop_y52":null,"field_g84":"mode_c","attr_n66":true} | invalid_enum | {
"type": "object",
"properties": {
"col_g50": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"attr_l25": {
"type": "string",
"enum": [
"email",
"phone",
"... | {"attr_l25": "push", "field_e10": "option_a", "prop_y52": null, "field_g84": "invalid_choice_837", "attr_n66": true} | Field 'field_g84' has invalid enum value 'invalid_choice_837', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e'] | {"attr_l25":"push","field_e10":"option_a","prop_y52":null,"field_g84":"mode_c","attr_n66":true} |
TASK repair_structured_output
SPEC
FIELD branch TYPE number REQUIRED yes
FIELD start_date TYPE boolean REQUIRED yes
FIELD batch_code.trace_id TYPE string REQUIRED yes
FIELD batch_code.city TYPE string REQUIRED yes
FIELD batch_code.batch_code TYPE boolean REQUIRED no
FIELD batch_code.chapter.message TYPE string VALUES ... | {"branch":385.29,"start_date":false,"batch_code":{"trace_id":"test@example.com","city":"Alice","batch_code":true,"chapter":{"message":"cat_e","thumbnail":866,"quantity":"type_d","umi":902.11}}} | tool_call_bad_format | {
"type": "object",
"properties": {
"branch": {
"type": "number"
},
"start_date": {
"type": "boolean"
},
"batch_code": {
"type": "object",
"properties": {
"trace_id": {
"type": "string"
},
"city": {
"type": "string"
},
... | <functioncall> process_payment
{branch: 385.29, start_date: false, batch_code: {trace_id: "test@example.com", city: "Alice", batch_code: true, chapter: {message: "cat_e", thumbnail: 866, quantity: "type_d", umi: 902.11}}} | Tool call has malformed arguments — unquoted keys in function parameters | {"branch":385.29,"start_date":false,"batch_code":{"trace_id":"test@example.com","city":"Alice","batch_code":true,"chapter":{"message":"cat_e","thumbnail":866,"quantity":"type_d","umi":902.11}}} |
TASK repair_structured_output
SPEC
FIELD options TYPE integer REQUIRED yes
FIELD amount TYPE string_date-time REQUIRED no
FIELD velocity TYPE string REQUIRED yes
FIELD berth_slot TYPE string REQUIRED yes
FIELD discount TYPE integer REQUIRED no
FIELD torque_output TYPE string_date-time REQUIRED no
FIELD state TYPE stri... | {"options":960,"velocity":"London","berth_slot":"John","discount":379,"height":{"ph_level":25.91,"velocity":"ops@domain.org","trace_id":"Charlie","name":"Luis","current_draw":{"velocity":true,"user_id":"error","amount":939,"rating":"synonymous","chapter":false,"bill_of_lading":842.21,"category":"Charlie"},"procedure_co... | wrong_type | {
"type": "object",
"properties": {
"options": {
"type": "integer"
},
"amount": {
"type": "string",
"format": "date-time"
},
"velocity": {
"type": "string"
},
"berth_slot": {
"type": "string"
},
"discount": {
"type": "integer"
},
"torqu... | {"options": 960, "velocity": "London", "berth_slot": "John", "discount": "\"379\"", "height": {"ph_level": 25.91, "velocity": "ops@domain.org", "trace_id": "Charlie", "name": "Luis", "current_draw": {"velocity": true, "user_id": "error", "amount": 939, "rating": "synonymous", "chapter": false, "bill_of_lading": 842.21,... | Field 'discount' must be integer, got string | {"options":960,"velocity":"London","berth_slot":"John","discount":379,"height":{"ph_level":25.91,"velocity":"ops@domain.org","trace_id":"Charlie","name":"Luis","current_draw":{"velocity":true,"user_id":"error","amount":939,"rating":"synonymous","chapter":false,"bill_of_lading":842.21,"category":"Charlie"},"procedure_co... |
TASK repair_structured_output
SPEC
FIELD attr_i35.dim_i03 TYPE string_uri REQUIRED yes
FIELD attr_i35.field_h10 TYPE string REQUIRED yes
FIELD attr_i35.param_h40 TYPE string REQUIRED no
FIELD attr_i35.attr_i39 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD attr_i35.param_b81 TYPE intege... | {"key_e92":"example","dim_n17":"https://example.org/data","col_s64":true,"field_v81":"info@test.io","prop_u48":78.3} | missing_bracket | {
"type": "object",
"properties": {
"attr_i35": {
"type": "object",
"properties": {
"dim_i03": {
"type": "string",
"format": "uri"
},
"field_h10": {
"type": "string"
},
"param_h40": {
"type": "string"
},
... | {"key_e92":"example","dim_n17":"https://example.org/data","col_s64":true,"field_v81":"info@test.io","prop_u48":78.3} | Missing closing bracket | {"key_e92":"example","dim_n17":"https://example.org/data","col_s64":true,"field_v81":"info@test.io","prop_u48":78.3} |
TASK repair_structured_output
SPEC
FIELD val_n80 TYPE string REQUIRED yes
FIELD val_g26 TYPE null REQUIRED yes
FIELD dim_o96 TYPE number REQUIRED yes
FIELD col_r17.val_a39 TYPE integer REQUIRED yes
FIELD col_r17.key_o36 TYPE string REQUIRED yes
FIELD col_r17.val_k21 TYPE integer REQUIRED yes
FIELD col_r17.dim_u63 TYPE... | {"val_n80":"2023-12-25","val_g26":null,"dim_o96":305.33,"col_r17":{"val_a39":762,"key_o36":"qux","val_k21":387,"dim_u63":"black"},"field_u00":{"attr_b77":"2024-08-07T15:37:00Z","prop_g88":"https://data.com/api","key_j97":[{"dim_z29":"error","attr_t12":54.4,"attr_j03":false,"prop_m00":true},{"dim_z29":"success","attr_t1... | truncated_object | {
"type": "object",
"properties": {
"val_n80": {
"type": "string"
},
"val_g26": {
"type": "null"
},
"dim_o96": {
"type": "number"
},
"col_r17": {
"type": "object",
"properties": {
"val_a39": {
"type": "integer"
},
"key_o36":... | {"val_n80":"2023-12-25","val_g26":null,"dim_o96":305.33,"col_r17":{"val_a39":762,"key_o36":"qux","val_k21":387,"dim_u63":"black"},"field_u00":{"attr_b77":"2024-08-07T15:37:00Z","prop_g88":"https://data.com/api","key_j97":[{"dim_z29":"error","attr_t12":54.4,"attr_j03":false,"prop_m00":true},{"dim_z29":"success","attr_t1... | Unexpected end of JSON input — truncated object | {"val_n80":"2023-12-25","val_g26":null,"dim_o96":305.33,"col_r17":{"val_a39":762,"key_o36":"qux","val_k21":387,"dim_u63":"black"},"field_u00":{"attr_b77":"2024-08-07T15:37:00Z","prop_g88":"https://data.com/api","key_j97":[{"dim_z29":"error","attr_t12":54.4,"attr_j03":false,"prop_m00":true},{"dim_z29":"success","attr_t1... |
TASK repair_structured_output
SPEC
FIELD tags TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD format TYPE integer REQUIRED yes
FIELD temp_celsius TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE string REQUIRED no
FIELD nickname TYPE integer REQUIRED no
FIELD amount TYPE string REQUIRED no
FIE... | {"format":158,"nickname":614,"amount":"Oliveira","timezone":"demo"} | null_required | {
"type": "object",
"properties": {
"tags": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"format": {
"type": "integer"
},
"temp_celsius": {
"type": "string"
},
"dissolved_oxygen": {
"typ... | {"format": null, "nickname": 614, "amount": "Oliveira", "timezone": "demo"} | Required field 'format' is null | {"format":158,"nickname":614,"amount":"Oliveira","timezone":"demo"} |
TASK repair_structured_output
SPEC
FIELD col_h58 TYPE integer REQUIRED no
FIELD key_q77 TYPE boolean REQUIRED no
FIELD field_h32 TYPE string REQUIRED no
FIELD param_b75 TYPE string VALUES small|medium|large|xl REQUIRED yes
FIELD val_q20 TYPE integer REQUIRED no
FIELD param_g01 TYPE integer REQUIRED yes
FIELD attr_v11.... | {"col_h58":987,"key_q77":true,"field_h32":"Sao Paulo","param_b75":"xl","val_q20":752,"param_g01":884,"attr_v11":{"attr_i60":908.05,"key_c17":"email","col_m50":537,"key_f61":true,"field_j16":null,"attr_o19":true,"param_l29":"xl"}} | invalid_enum | {
"type": "object",
"properties": {
"col_h58": {
"type": "integer"
},
"key_q77": {
"type": "boolean"
},
"field_h32": {
"type": "string"
},
"param_b75": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
... | {"col_h58": 987, "key_q77": true, "field_h32": "Sao Paulo", "param_b75": "invalid_choice_518", "val_q20": 752, "param_g01": 884, "attr_v11": {"attr_i60": 908.05, "key_c17": "email", "col_m50": 537, "key_f61": true, "field_j16": null, "attr_o19": true, "param_l29": "xl"}} | Field 'param_b75' has invalid enum value 'invalid_choice_518', expected one of ['small', 'medium', 'large', 'xl'] | {"col_h58":987,"key_q77":true,"field_h32":"Sao Paulo","param_b75":"xl","val_q20":752,"param_g01":884,"attr_v11":{"attr_i60":908.05,"key_c17":"email","col_m50":537,"key_f61":true,"field_j16":null,"attr_o19":true,"param_l29":"xl"}} |
TASK repair_structured_output
SPEC
FIELD dim_c21 TYPE string REQUIRED no
FIELD key_q65 TYPE string REQUIRED yes
FIELD prop_w77 TYPE boolean REQUIRED yes
FIELD field_o97[].prop_q02 TYPE string_uri REQUIRED no
FIELD field_o97[].col_g33 TYPE string REQUIRED yes
FIELD field_o97[].dim_l27 TYPE integer REQUIRED no
FIELD fie... | {"key_q65":"Smith","prop_w77":false,"field_o97":[{"col_g33":"FWD","dim_l27":379,"field_q33":"Sao Paulo","param_v41":"Oliveira","prop_g64":410.12},{"col_g33":"test","field_q33":"active","param_v41":"test","prop_g64":85.54},{"prop_q02":"https://data.com/data","col_g33":"hello","dim_l27":764,"field_q33":"demo","param_v41"... | partial_structure | {
"type": "object",
"properties": {
"dim_c21": {
"type": "string"
},
"key_q65": {
"type": "string"
},
"prop_w77": {
"type": "boolean"
},
"field_o97": {
"type": "array",
"items": {
"type": "object",
"properties": {
"prop_q02": {
... | I found that field_o97 should be [{'col_g33': 'FWD', 'dim_l27': 379, 'field_q33': 'Sao Paulo', 'param_v41': 'Oliveira', 'prop_g64': 410.12}, {'col_g33': 'test', 'field_q33': 'active', 'param_v41': 'test', 'prop_g64': 85.54}, {'prop_q02': 'https://data.com/data', 'col_g33': 'hello', 'dim_l27': 764, 'field_q33': 'demo', ... | Output mixes natural language with JSON | {"key_q65":"Smith","prop_w77":false,"field_o97":[{"col_g33":"FWD","dim_l27":379,"field_q33":"Sao Paulo","param_v41":"Oliveira","prop_g64":410.12},{"col_g33":"test","field_q33":"active","param_v41":"test","prop_g64":85.54},{"prop_q02":"https://data.com/data","col_g33":"hello","dim_l27":764,"field_q33":"demo","param_v41"... |
TASK repair_structured_output
SPEC
FIELD duration_ms TYPE string REQUIRED no
FIELD procedure_code TYPE string REQUIRED yes
FIELD lane TYPE string VALUES level_1|level_2 REQUIRED yes
FIELD balance TYPE boolean REQUIRED no
FIELD dissolved_oxygen.shift_code TYPE string VALUES option_a|option_b|option_c|option_d|option_e|... | {"duration_ms":"quux","procedure_code":"Tokyo","lane":"level_2","balance":false,"dissolved_oxygen":{"shift_code":"option_a","aligned_pct":"cat_c","items":816,"loan_amount":880}} | missing_required | {
"type": "object",
"properties": {
"duration_ms": {
"type": "string"
},
"procedure_code": {
"type": "string"
},
"lane": {
"type": "string",
"enum": [
"level_1",
"level_2"
]
},
"balance": {
"type": "boolean"
},
"dissolved_oxygen... | {"duration_ms": "quux", "procedure_code": "Tokyo", "balance": false, "dissolved_oxygen": {"shift_code": "option_a", "aligned_pct": "cat_c", "items": 816, "loan_amount": 880}} | Required field 'lane' is missing | {"duration_ms":"quux","procedure_code":"Tokyo","lane":"level_2","balance":false,"dissolved_oxygen":{"shift_code":"option_a","aligned_pct":"cat_c","items":816,"loan_amount":880}} |
TASK repair_structured_output
SPEC
FIELD credit_score TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD user_id TYPE string REQUIRED yes
FIELD company TYPE string_email REQUIRED no
FIELD currency TYPE string REQUIRED yes
FIELD dosage[] TYPE boolean REQUIRED no
BROKEN_OUTPUT
I've generated the fo... | {"credit_score":"in_transit","user_id":"cancelled","company":"test@domain.org","currency":"Bob","dosage":[false,false,false,false]} | extra_text_before | {
"type": "object",
"properties": {
"credit_score": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
},
"user_id": {
"type": "string"
},
"company": {
"type": "string",
"format": "email"
},
"cu... | I've generated the following JSON:
{"credit_score":"in_transit","user_id":"cancelled","company":"test@domain.org","currency":"Bob","dosage":[false,false,false,false]} | Output contains non-JSON text before the object | {"credit_score":"in_transit","user_id":"cancelled","company":"test@domain.org","currency":"Bob","dosage":[false,false,false,false]} |
TASK repair_structured_output
SPEC
FIELD col_m30 TYPE integer REQUIRED yes
FIELD dim_i31 TYPE boolean REQUIRED no
FIELD key_f36 TYPE string_email REQUIRED no
BROKEN_OUTPUT
{"col_m30":874,"dim_i31":true,"key_f36":"user@domain.org"}
This should match the schema you provided. | {"col_m30":874,"dim_i31":true,"key_f36":"user@domain.org"} | extra_text_after | {
"type": "object",
"properties": {
"col_m30": {
"type": "integer"
},
"dim_i31": {
"type": "boolean"
},
"key_f36": {
"type": "string",
"format": "email"
}
},
"required": [
"col_m30"
]
} | {"col_m30":874,"dim_i31":true,"key_f36":"user@domain.org"}
This should match the schema you provided. | Output contains non-JSON text after the object | {"col_m30":874,"dim_i31":true,"key_f36":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD prop_q39 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD col_j09 TYPE string VALUES single|married|divorced REQUIRED no
FIELD key_m61 TYPE number REQUIRED yes
FIELD param_j40 TYPE string_email REQUIRED no
FIELD key_g11 TYPE string VALUES homozygous|heterozygous|h... | {"key_m61":328.52,"param_j40":"info@domain.org","key_g11":"hemizygous","dim_j11":416,"col_k50":"https://example.com/api","field_i29":"in_progress"} | extra_text_after | {
"type": "object",
"properties": {
"prop_q39": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"col_j09": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_m... | {"key_m61":328.52,"param_j40":"info@domain.org","key_g11":"hemizygous","dim_j11":416,"col_k50":"https://example.com/api","field_i29":"in_progress"}
Analysis finished. | Output contains non-JSON text after the object | {"key_m61":328.52,"param_j40":"info@domain.org","key_g11":"hemizygous","dim_j11":416,"col_k50":"https://example.com/api","field_i29":"in_progress"} |
TASK repair_structured_output
SPEC
FIELD col_q37 TYPE integer REQUIRED no
FIELD prop_f76 TYPE number REQUIRED no
FIELD key_l32 TYPE number REQUIRED yes
FIELD val_b87 TYPE string REQUIRED yes
FIELD col_y02 TYPE string REQUIRED no
FIELD attr_k11 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIE... | {"col_q37":52,"key_l32":102.67,"val_b87":"Oliveira","col_y02":"Santos","attr_k11":"offline","dim_a25":false} | tool_call_bad_format | {
"type": "object",
"properties": {
"col_q37": {
"type": "integer"
},
"prop_f76": {
"type": "number"
},
"key_l32": {
"type": "number"
},
"val_b87": {
"type": "string"
},
"col_y02": {
"type": "string"
},
"attr_k11": {
"type": "string",
... | <functioncall> queue_sequencing_run
{col_q37: 52, key_l32: 102.67, val_b87: "Oliveira", col_y02: "Santos", attr_k11: "offline", dim_a25: false} | Tool call has malformed arguments — unquoted keys in function parameters | {"col_q37":52,"key_l32":102.67,"val_b87":"Oliveira","col_y02":"Santos","attr_k11":"offline","dim_a25":false} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
FIELD run_id TYPE number REQUIRED no
FIELD visible TYPE null REQUIRED no
FIELD discount TYPE boolean REQUIRED no
FIELD umi[].wavelength TYPE string VALUES type_a|type_b REQUIRED yes
FIELD umi[].organism T... | {"paragraph":"level_4","run_id":11.32,"visible":null,"discount":false,"umi":[{"wavelength":"type_b","organism":"completed","title":"London","description":["hello","2024-06-30","inactive"]},{"wavelength":"type_b","organism":"sample","description":["This is a test value.","This is a test value.","test@example.com"]},{"wa... | missing_bracket | {
"type": "object",
"properties": {
"paragraph": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4"
]
},
"run_id": {
"type": "number"
},
"visible": {
"type": "null"
},
"discount": {
"type": "boolean... | {"paragraph":"level_4","run_id":11.32,"visible":null,"discount":false,"umi":[{"wavelength":"type_b","organism":"completed","title":"London","description":["hello","2024-06-30","inactive"]},{"wavelength":"type_b","organism":"sample","description":["This is a test value.","This is a test value.","test@example.com"},{"wav... | Missing closing bracket | {"paragraph":"level_4","run_id":11.32,"visible":null,"discount":false,"umi":[{"wavelength":"type_b","organism":"completed","title":"London","description":["hello","2024-06-30","inactive"]},{"wavelength":"type_b","organism":"sample","description":["This is a test value.","This is a test value.","test@example.com"]},{"wa... |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD size TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes
FIELD current_draw TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD label TYPE integer REQ... | {"strand":"operational","size":"pending_review","current_draw":"in_transit","label":122} | extra_field | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"size": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"strand": "operational", "size": "pending_review", "current_draw": "in_transit", "label": 122, "extra_value_2753": 42} | Unknown field 'extra_value_2753' not defined in schema | {"strand":"operational","size":"pending_review","current_draw":"in_transit","label":122} |
TASK repair_structured_output
SPEC
FIELD country TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes
FIELD decay_rate TYPE string VALUES option_a|option_b|option_c REQUIRED no
FIELD shipping TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD crew_id TYPE string_uri REQUIRED n... | {"country":"mode_b","decay_rate":"option_a","shipping":"returned"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"country": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d",
"mode_e",
"mode_f"
]
},
"decay_rate": {
"type": "string",
"enum": [
"option_a",
"option_b",
... | generate_report(country='mode_b', decay_rate='option_a', shipping='returned') | Tool call uses Python syntax instead of JSON | {"country":"mode_b","decay_rate":"option_a","shipping":"returned"} |
TASK repair_structured_output
SPEC
FIELD prop_s27 TYPE number REQUIRED no
FIELD param_t56 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD col_w26 TYPE string REQUIRED no
FIELD prop_l13.prop_i55 TYPE string_email REQUIRED yes
FIELD prop_l13.dim_m10 TYPE integer REQUIRED no
FIELD prop_l13.dim_q6... | {"param_t56":"hemizygous","col_w26":"Paris","prop_l13":{"prop_i55":"info@test.io","dim_m10":737,"dim_q69":946,"val_l48":"USD","param_f44":false},"prop_y31":{"col_p12":"free","attr_u03":"nonsense","val_e37":"open","key_g00":"Santos","col_s27":"https://api.com/api"}} | agent_chain | {
"type": "object",
"properties": {
"prop_s27": {
"type": "number"
},
"param_t56": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"col_w26": {
"type": "string"
},
"prop_l13": {
"type": "object",
... | I need to look up the information first.
Action: delete_item
Result: {"param_t56": "hemizygous", "col_w26": "Paris", "prop_y31": {"col_p12": "free", "attr_u03": "nonsense", "val_e37": "open", "key_g00": "Santos", "col_s27": "https://api.com/api"}}
Processing the request now.
Action: queue_sequencing_run
Result: | Agent multi-step chain with truncated tool output | {"param_t56":"hemizygous","col_w26":"Paris","prop_l13":{"prop_i55":"info@test.io","dim_m10":737,"dim_q69":946,"val_l48":"USD","param_f44":false},"prop_y31":{"col_p12":"free","attr_u03":"nonsense","val_e37":"open","key_g00":"Santos","col_s27":"https://api.com/api"}} |
TASK repair_structured_output
SPEC
FIELD key_s50 TYPE string REQUIRED yes
FIELD val_b91 TYPE number REQUIRED no
FIELD dim_b54 TYPE string REQUIRED yes
FIELD field_d61 TYPE integer REQUIRED yes
FIELD attr_h27 TYPE integer REQUIRED yes
BROKEN_OUTPUT
{"key_s50": "RTG-04", "val_b91": 808.65, "dim_b54": null, "field_d61":... | {"key_s50":"RTG-04","val_b91":808.65,"dim_b54":"John","field_d61":854,"attr_h27":610} | null_required | {
"type": "object",
"properties": {
"key_s50": {
"type": "string"
},
"val_b91": {
"type": "number"
},
"dim_b54": {
"type": "string"
},
"field_d61": {
"type": "integer"
},
"attr_h27": {
"type": "integer"
}
},
"required": [
"field_d61",
... | {"key_s50": "RTG-04", "val_b91": 808.65, "dim_b54": null, "field_d61": 854, "attr_h27": 610} | Required field 'dim_b54' is null | {"key_s50":"RTG-04","val_b91":808.65,"dim_b54":"John","field_d61":854,"attr_h27":610} |
TASK repair_structured_output
SPEC
FIELD timezone TYPE integer REQUIRED yes
FIELD index TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD status_code TYPE null REQUIRED yes
BROKEN_OUTPUT
I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"timezone":608,"status_cod... | {"timezone":608,"status_code":null} | thought_process | {
"type": "object",
"properties": {
"timezone": {
"type": "integer"
},
"index": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"status_code": {
"type": "null"
}
},
"required": [
"status_code",
"tim... | I need to check the port status before assigning the berth.
Let me verify the cargo manifest.
{"timezone":608,"status_code":null} | Output contains chain-of-thought reasoning before JSON | {"timezone":608,"status_code":null} |
TASK repair_structured_output
SPEC
FIELD state TYPE string_email REQUIRED yes
FIELD coverage TYPE boolean REQUIRED yes
FIELD zip_code TYPE string VALUES small|medium|large|xl REQUIRED yes
BROKEN_OUTPUT
Let me check the system.
Action: update_record
Arguments: {"state": "info@example.com", "zip_code": "large"} | {"state":"info@example.com","coverage":true,"zip_code":"large"} | tool_call_partial_args | {
"type": "object",
"properties": {
"state": {
"type": "string",
"format": "email"
},
"coverage": {
"type": "boolean"
},
"zip_code": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
}
},
"required": [
... | Let me check the system.
Action: update_record
Arguments: {"state": "info@example.com", "zip_code": "large"} | Agent tool call missing required parameter 'coverage' | {"state":"info@example.com","coverage":true,"zip_code":"large"} |
TASK repair_structured_output
SPEC
FIELD log_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes
FIELD feedback TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD tile TYPE string VALUES success|error|warning|info REQUIRED no
FIELD end_date TYPE string REQUIRED no
FIELD size TYPE str... | {"log_level":"anchored","feedback":"oceanic","end_date":"QC-07","size":"ops@example.com","published":null,"url":901.78,"velocity":null} | markdown_explanation | {
"type": "object",
"properties": {
"log_level": {
"type": "string",
"enum": [
"berthed",
"anchored",
"underway",
"moored"
]
},
"feedback": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"... | I've generated the following JSON:
```json
{"log_level":"anchored","feedback":"oceanic","end_date":"QC-07","size":"ops@example.com","published":null,"url":901.78,"velocity":null}
```
Feel free to ask if you have questions. | Output contains markdown and explanatory text around JSON | {"log_level":"anchored","feedback":"oceanic","end_date":"QC-07","size":"ops@example.com","published":null,"url":901.78,"velocity":null} |
TASK repair_structured_output
SPEC
FIELD ward.type.interest_rate TYPE integer REQUIRED no
FIELD ward.type.coverage TYPE boolean REQUIRED no
FIELD ward.type.state TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes
FIELD ward.type.chromosome TYPE string_email REQUIRED no
FIELD ward.type.longitude TYPE s... | {"ward":{"type":{"interest_rate":168,"coverage":true,"state":"option_a","longitude":"mode_b","updated_at":384.89},"payment_status":"cat_d","product_id":"bar","count":"reliable","description":false},"enabled":{"aligned_pct":"type_b","date":true,"phone":null,"transaction_id":551.84,"barcode":"type_d"},"currency":"https:/... | extra_field | {
"type": "object",
"properties": {
"ward": {
"type": "object",
"properties": {
"type": {
"type": "object",
"properties": {
"interest_rate": {
"type": "integer"
},
"coverage": {
"type": "boolean"
... | {"ward": {"type": {"interest_rate": 168, "coverage": true, "state": "option_a", "longitude": "mode_b", "updated_at": 384.89}, "payment_status": "cat_d", "product_id": "bar", "count": "reliable", "description": false}, "enabled": {"aligned_pct": "type_b", "date": true, "phone": null, "transaction_id": 551.84, "barcode":... | Unknown field 'extra_value_8006' not defined in schema | {"ward":{"type":{"interest_rate":168,"coverage":true,"state":"option_a","longitude":"mode_b","updated_at":384.89},"payment_status":"cat_d","product_id":"bar","count":"reliable","description":false},"enabled":{"aligned_pct":"type_b","date":true,"phone":null,"transaction_id":551.84,"barcode":"type_d"},"currency":"https:/... |
TASK repair_structured_output
SPEC
FIELD attr_c98 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD param_s75 TYPE integer REQUIRED no
FIELD field_a49 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD key_a51 TYPE integer REQUIRED no
FIELD val_y30.field_j50 TYPE string_date-time REQ... | {"field_a49":"hemizygous","key_a51":824,"val_y30":{"field_j50":"2022-05-03T13:46:00Z","field_k15":"draft","attr_c26":201},"col_u06":{"val_d23":null,"val_h23":"in_transit","dim_l85":"demo","col_u69":803}} | tool_call_text_mix | {
"type": "object",
"properties": {
"attr_c98": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"param_s75": {
"type": "integer"
},
"field_a49": {
"type": "string",
"enum": [
"homozygo... | I need to look up the information first.
<tool_call name="search">
{"field_a49":"hemizygous","key_a51":824,"val_y30":{"field_j50":"2022-05-03T13:46:00Z","field_k15":"draft","attr_c26":201},"col_u06":{"val_d23":null,"val_h23":"in_transit","dim_l85":"demo","col_u69":803}}
</tool_call.
Operation completed. | Agent response mixes reasoning text with tool call | {"field_a49":"hemizygous","key_a51":824,"val_y30":{"field_j50":"2022-05-03T13:46:00Z","field_k15":"draft","attr_c26":201},"col_u06":{"val_d23":null,"val_h23":"in_transit","dim_l85":"demo","col_u69":803}} |
TASK repair_structured_output
SPEC
FIELD prop_i75.field_l97 TYPE string REQUIRED no
FIELD prop_i75.param_w96 TYPE string_date-time REQUIRED no
FIELD prop_i75.prop_f85 TYPE number REQUIRED yes
FIELD prop_j38 TYPE string_date-time REQUIRED yes
FIELD val_m82.attr_f63 TYPE boolean REQUIRED yes
FIELD val_m82.col_v46 TYPE b... | {"prop_i75":{"field_l97":"world","param_w96":"2020-02-27T15:01:00Z","prop_f85":853.37},"prop_j38":"2024-09-07T13:28:00Z","val_m82":{"attr_f63":true,"col_v46":true,"param_r16":"medium","col_s59":true,"prop_b71":"intermittent"}} | tool_call_python_syntax | {
"type": "object",
"properties": {
"prop_i75": {
"type": "object",
"properties": {
"field_l97": {
"type": "string"
},
"param_w96": {
"type": "string",
"format": "date-time"
},
"prop_f85": {
"type": "number"
}
... | check_cargo_manifest(prop_i75={'field_l97': 'world', 'param_w96': '2020-02-27T15:01:00Z', 'prop_f85': 853.37}, prop_j38='2024-09-07T13:28:00Z', val_m82={'attr_f63': True, 'col_v46': True, 'param_r16': 'medium', 'col_s59': True, 'prop_b71': 'intermittent'}) | Tool call uses Python syntax instead of JSON | {"prop_i75":{"field_l97":"world","param_w96":"2020-02-27T15:01:00Z","prop_f85":853.37},"prop_j38":"2024-09-07T13:28:00Z","val_m82":{"attr_f63":true,"col_v46":true,"param_r16":"medium","col_s59":true,"prop_b71":"intermittent"}} |
TASK repair_structured_output
SPEC
FIELD val_t68 TYPE string_uri REQUIRED yes
FIELD col_y43 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD dim_h37 TYPE integer REQUIRED no
BROKEN_OUTPUT
Processing the request now.
<tool_call name="check_cargo_manifest">
{"val_t68":"https://www.o... | {"val_t68":"https://www.org/api","col_y43":"level_2","dim_h37":122} | tool_call_text_mix | {
"type": "object",
"properties": {
"val_t68": {
"type": "string",
"format": "uri"
},
"col_y43": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3",
"level_4",
"level_5",
"level_6"
]
},
"dim_h37": {
"t... | Processing the request now.
<tool_call name="check_cargo_manifest">
{"val_t68":"https://www.org/api","col_y43":"level_2","dim_h37":122}
</tool_call. | Agent response mixes reasoning text with tool call | {"val_t68":"https://www.org/api","col_y43":"level_2","dim_h37":122} |
TASK repair_structured_output
SPEC
FIELD frequency_hz TYPE string REQUIRED no
FIELD nickname TYPE boolean REQUIRED no
FIELD comments TYPE string REQUIRED yes
FIELD terminal_id TYPE string_uri REQUIRED no
FIELD enabled.hazmat_code.id TYPE string_date-time REQUIRED no
FIELD enabled.hazmat_code.lab_result TYPE string VAL... | {"frequency_hz":"quux","comments":"Sao Paulo","terminal_id":"https://example.com/data","enabled":{"hazmat_code":{"lab_result":"black","priority":798.74,"account_id":"completed","height":"New York","category":956,"address":"https://data.com/data"},"description":{"user_id":"test","procedure_code":"free","lab_result":null... | null_required | {
"type": "object",
"properties": {
"frequency_hz": {
"type": "string"
},
"nickname": {
"type": "boolean"
},
"comments": {
"type": "string"
},
"terminal_id": {
"type": "string",
"format": "uri"
},
"enabled": {
"type": "object",
"propertie... | {"frequency_hz": "quux", "comments": "Sao Paulo", "terminal_id": "https://example.com/data", "enabled": null, "build_status": {"status_code": 3, "state": "https://www.com/data"}} | Required field 'enabled' is null | {"frequency_hz":"quux","comments":"Sao Paulo","terminal_id":"https://example.com/data","enabled":{"hazmat_code":{"lab_result":"black","priority":798.74,"account_id":"completed","height":"New York","category":956,"address":"https://data.com/data"},"description":{"user_id":"test","procedure_code":"free","lab_result":null... |
TASK repair_structured_output
SPEC
FIELD dim_t10 TYPE string REQUIRED no
FIELD dim_e47 TYPE string VALUES single|married|divorced REQUIRED yes
FIELD key_i75 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD param_r38 TYPE string REQUIRED yes
FIELD param_b86 TYPE string_date-time REQUIRED yes
BROK... | {"dim_t10":"Maria","dim_e47":"single","key_i75":"new","param_r38":"approved","param_b86":"2022-06-24T00:59:00Z"} | invalid_enum | {
"type": "object",
"properties": {
"dim_t10": {
"type": "string"
},
"dim_e47": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"key_i75": {
"type": "string",
"enum": [
"new",
"in_transit",
"de... | {"dim_t10": "Maria", "dim_e47": "invalid_choice_564", "key_i75": "new", "param_r38": "approved", "param_b86": "2022-06-24T00:59:00Z"} | Field 'dim_e47' has invalid enum value 'invalid_choice_564', expected one of ['single', 'married', 'divorced'] | {"dim_t10":"Maria","dim_e47":"single","key_i75":"new","param_r38":"approved","param_b86":"2022-06-24T00:59:00Z"} |
TASK repair_structured_output
SPEC
FIELD aligned_pct TYPE string REQUIRED no
FIELD language.status.section TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD language.status.lab_result TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD language.status.length TYPE string VALUES single|married|... | {"language":{"status":{"section":"blue","length":"single","position":"low","verified":"Diana"},"items":"2020-03-04T16:11:00Z","full_name":{"ward":"2023-12-25","timezone":349,"section":true,"run_id":186.83},"name":671,"compound":517,"currency":"Diana","current_draw":"confirmed"},"interest_rate":392.27,"tile":"test@domai... | missing_required | {
"type": "object",
"properties": {
"aligned_pct": {
"type": "string"
},
"language": {
"type": "object",
"properties": {
"status": {
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
... | {"language": {"status": {"section": "blue", "length": "single", "position": "low", "verified": "Diana"}, "items": "2020-03-04T16:11:00Z", "full_name": {"ward": "2023-12-25", "timezone": 349, "section": true, "run_id": 186.83}, "name": 671, "compound": 517, "currency": "Diana", "current_draw": "confirmed"}, "tile": "tes... | Required field 'interest_rate' is missing | {"language":{"status":{"section":"blue","length":"single","position":"low","verified":"Diana"},"items":"2020-03-04T16:11:00Z","full_name":{"ward":"2023-12-25","timezone":349,"section":true,"run_id":186.83},"name":671,"compound":517,"currency":"Diana","current_draw":"confirmed"},"interest_rate":392.27,"tile":"test@domai... |
TASK repair_structured_output
SPEC
FIELD trace_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no
FIELD payment_status TYPE number REQUIRED no
FIELD position TYPE string REQUIRED yes
FIELD updated_at[] TYPE string VALUES email|phone|sms|push REQUIRED yes
BROKEN_OUTPUT
I'll query our database.
<tool_call name="verify... | {"trace_id":"cat_a","payment_status":455.31,"position":"Luis","updated_at":["sms","sms","email","email"]} | tool_call_text_mix | {
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c"
]
},
"payment_status": {
"type": "number"
},
"position": {
"type": "string"
},
"updated_at": {
"type": "array",
"items... | I'll query our database.
<tool_call name="verify_hazmat_compliance">
{"trace_id":"cat_a","payment_status":455.31,"position":"Luis","updated_at":["sms","sms","email","email"]}
</tool_call. | Agent response mixes reasoning text with tool call | {"trace_id":"cat_a","payment_status":455.31,"position":"Luis","updated_at":["sms","sms","email","email"]} |
TASK repair_structured_output
SPEC
FIELD username TYPE number REQUIRED yes
FIELD section TYPE number REQUIRED yes
FIELD address.username TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD address.footnote TYPE string VALUES red|blue|green|black|white REQUIRED yes
FIELD address.company TYPE string_email R... | {"username":803.64,"section":608.96,"address":{"username":"white","footnote":"blue","company":"user@domain.org","isotope":"PASS","rating":"chrX"},"subject":"JPY"} | single_quotes | {
"type": "object",
"properties": {
"username": {
"type": "number"
},
"section": {
"type": "number"
},
"address": {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"red",
"blue",
"... | {'username':803.64,'section':608.96,'address':{'username':'white','footnote':'blue','company':'user@domain.org','isotope':'PASS','rating':'chrX'},'subject':'JPY'} | Expecting property name enclosed in double quotes | {"username":803.64,"section":608.96,"address":{"username":"white","footnote":"blue","company":"user@domain.org","isotope":"PASS","rating":"chrX"},"subject":"JPY"} |
TASK repair_structured_output
SPEC
FIELD val_u36 TYPE string VALUES red|blue|green|black|white REQUIRED no
FIELD prop_t54 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD prop_t40 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD prop_w09 TYPE string VALUES low|med... | {"prop_t40":"homozygous","field_h52":"Tokyo","prop_i82":426,"param_i73":457} | truncated_object | {
"type": "object",
"properties": {
"val_u36": {
"type": "string",
"enum": [
"red",
"blue",
"green",
"black",
"white"
]
},
"prop_t54": {
"type": "string",
"enum": [
"pending_review",
"confirmed",
"rejected",
... | {"prop_t40":"homozygous","field_h52":"Tokyo","prop_i82":426,"param_i73":457 | Unexpected end of JSON input — truncated object | {"prop_t40":"homozygous","field_h52":"Tokyo","prop_i82":426,"param_i73":457} |
TASK repair_structured_output
SPEC
FIELD turbidity TYPE integer REQUIRED no
FIELD thumbnail TYPE string REQUIRED yes
FIELD lab_result TYPE boolean REQUIRED yes
FIELD zip_code TYPE boolean REQUIRED no
FIELD step.repository TYPE string_email REQUIRED no
FIELD step.deploy_target TYPE boolean REQUIRED no
FIELD step.berth_... | {"turbidity":390,"thumbnail":"Luis","lab_result":false,"step":{"repository":"admin@domain.org","deploy_target":true,"berth_slot":"mode_e","status_code":"inland"},"first_name":{"last_name":"xl","fleet_number":"option_d"},"wavelength":{"features":534,"branch":803,"reagent":"https://www.io/api","size":929},"comments":401.... | markdown_fences | {
"type": "object",
"properties": {
"turbidity": {
"type": "integer"
},
"thumbnail": {
"type": "string"
},
"lab_result": {
"type": "boolean"
},
"zip_code": {
"type": "boolean"
},
"step": {
"type": "object",
"properties": {
"repository":... | ```json
{"turbidity":390,"thumbnail":"Luis","lab_result":false,"step":{"repository":"admin@domain.org","deploy_target":true,"berth_slot":"mode_e","status_code":"inland"},"first_name":{"last_name":"xl","fleet_number":"option_d"},"wavelength":{"features":534,"branch":803,"reagent":"https://www.io/api","size":929},"commen... | Output contains markdown code fences | {"turbidity":390,"thumbnail":"Luis","lab_result":false,"step":{"repository":"admin@domain.org","deploy_target":true,"berth_slot":"mode_e","status_code":"inland"},"first_name":{"last_name":"xl","fleet_number":"option_d"},"wavelength":{"features":534,"branch":803,"reagent":"https://www.io/api","size":929},"comments":401.... |
TASK repair_structured_output
SPEC
FIELD website TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no
FIELD priority TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes
FIELD id TYPE string_email REQUIRED yes
FIELD city TYPE integer REQUIRED yes
FIELD maturity_date TYPE integer REQUIRED no
... | {"priority":"type_f","id":"admin@test.io","city":763,"bearing":149.33,"created_at":"qux"} | tool_call_bad_format | {
"type": "object",
"properties": {
"website": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"priority": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
... | <functioncall> assign_berth
{priority: "type_f", id: "admin@test.io", city: 763, bearing: 149.33, created_at: "qux"} | Tool call has malformed arguments — unquoted keys in function parameters | {"priority":"type_f","id":"admin@test.io","city":763,"bearing":149.33,"created_at":"qux"} |
TASK repair_structured_output
SPEC
FIELD zip_code TYPE string VALUES active|inactive|pending REQUIRED no
FIELD deploy_target TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD medication TYPE string REQUIRED no
FIELD username TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED n... | {"zip_code":"pending","terminal_id":"user@domain.org"} | missing_bracket | {
"type": "object",
"properties": {
"zip_code": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"deploy_target": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"returned"
]
... | {"zip_code":"pending","terminal_id":"user@domain.org"} | Missing closing bracket | {"zip_code":"pending","terminal_id":"user@domain.org"} |
TASK repair_structured_output
SPEC
FIELD val_n71 TYPE number REQUIRED no
FIELD field_o89 TYPE string_email REQUIRED no
FIELD field_d19 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD field_e24 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no
FIELD val_q09 TYPE string_date-time REQUI... | {"val_n71":998.53,"field_d19":"JPY","field_e24":"option_b","prop_p92":"moored","field_h79":{"key_a30":250,"prop_o46":"2026-12-13T18:35:00Z","param_s08":"mode_b","col_g32":"Johnson","param_i55":662,"col_z74":"type_a","dim_u09":290.94},"param_n17":"FWD"} | partial_structure | {
"type": "object",
"properties": {
"val_n71": {
"type": "number"
},
"field_o89": {
"type": "string",
"format": "email"
},
"field_d19": {
"type": "string",
"enum": [
"USD",
"EUR",
"GBP",
"BRL",
"JPY"
]
},
"field_... | The prop_p92 is moored and {"val_n71":998.53,"field_d19":"JPY","field_e24":"option_b","prop_p92":"moored","field_h79":{"key_a30":250,"prop_o46":"2026-12-13T18:35:00Z","param_s08":"mode_b","col_g32":"Johnson","param_i55":662,"col_z74":"type_a","dim_u09":290.94},"param_n17":"FWD"} | Output mixes natural language with JSON | {"val_n71":998.53,"field_d19":"JPY","field_e24":"option_b","prop_p92":"moored","field_h79":{"key_a30":250,"prop_o46":"2026-12-13T18:35:00Z","param_s08":"mode_b","col_g32":"Johnson","param_i55":662,"col_z74":"type_a","dim_u09":290.94},"param_n17":"FWD"} |
TASK repair_structured_output
SPEC
FIELD attr_v86 TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD param_w20 TYPE string_email REQUIRED yes
FIELD val_t82 TYPE integer REQUIRED no
FIELD field_t71 TYPE string VALUES red|blue|green|black|white REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: create_t... | {"attr_v86":"small","param_w20":"admin@example.com","val_t82":737,"field_t71":"green"} | tool_call_partial_args | {
"type": "object",
"properties": {
"attr_v86": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"param_w20": {
"type": "string",
"format": "email"
},
"val_t82": {
"type": "integer"
},
"field_t71": {
... | Let me check the system.
Action: create_ticket
Arguments: {"attr_v86": "small", "val_t82": 737, "field_t71": "green"} | Agent tool call missing required parameter 'param_w20' | {"attr_v86":"small","param_w20":"admin@example.com","val_t82":737,"field_t71":"green"} |
TASK repair_structured_output
SPEC
FIELD repository TYPE string_email REQUIRED no
FIELD date TYPE boolean REQUIRED yes
FIELD created_at TYPE string VALUES success|error|warning|info REQUIRED no
FIELD torque_output TYPE string REQUIRED no
BROKEN_OUTPUT
{"repository": "test@domain.org", "date": true, "created_at": "inv... | {"repository":"test@domain.org","date":true,"created_at":"success","torque_output":"foo"} | invalid_enum | {
"type": "object",
"properties": {
"repository": {
"type": "string",
"format": "email"
},
"date": {
"type": "boolean"
},
"created_at": {
"type": "string",
"enum": [
"success",
"error",
"warning",
"info"
]
},
"torque_out... | {"repository": "test@domain.org", "date": true, "created_at": "invalid_choice_216", "torque_output": "foo"} | Field 'created_at' has invalid enum value 'invalid_choice_216', expected one of ['success', 'error', 'warning', 'info'] | {"repository":"test@domain.org","date":true,"created_at":"success","torque_output":"foo"} |
TASK repair_structured_output
SPEC
FIELD annotation TYPE string VALUES low|medium|high|critical REQUIRED no
FIELD run_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD compound TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no
FIELD latitude TYPE string REQUIRED no
BROKEN_OUTPUT
fetch_lab_result(run... | {"run_id":"basic","compound":"USD"} | tool_call_python_syntax | {
"type": "object",
"properties": {
"annotation": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"run_id": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
... | fetch_lab_result(run_id='basic', compound='USD') | Tool call uses Python syntax instead of JSON | {"run_id":"basic","compound":"USD"} |
TASK repair_structured_output
SPEC
FIELD tax.username TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD tax.dissolved_oxygen TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no
FIELD tax.maturity_date TYPE boolean REQUIRED yes
FIELD tax.order_id TYPE boolean REQUIRED yes
FIELD tax.quan... | {"tax":{"dissolved_oxygen":"option_d","maturity_date":false,"order_id":true,"quantity":602.62},"city":"2024-06-17T15:29:00Z","deploy_target":{"website":49,"medication":62.24,"status":"option_b","account_id":22},"isotope":"heterozygous","terminal_id":{"consignee":"basic","date":"cat_d","length":479.87,"invoice_id":null,... | unquoted_keys | {
"type": "object",
"properties": {
"tax": {
"type": "object",
"properties": {
"username": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"dissolved_oxygen": {
"type": "stri... | {tax:{dissolved_oxygen:"option_d",maturity_date:false,order_id:true,quantity:602.62},city:"2024-06-17T15:29:00Z",deploy_target:{website:49,medication:62.24,status:"option_b",account_id:22},isotope:"heterozygous",terminal_id:{consignee:"basic",date:"cat_d",length:479.87,invoice_id:null,company:true}} | Expecting property name enclosed in double quotes | {"tax":{"dissolved_oxygen":"option_d","maturity_date":false,"order_id":true,"quantity":602.62},"city":"2024-06-17T15:29:00Z","deploy_target":{"website":49,"medication":62.24,"status":"option_b","account_id":22},"isotope":"heterozygous","terminal_id":{"consignee":"basic","date":"cat_d","length":479.87,"invoice_id":null,... |
TASK repair_structured_output
SPEC
FIELD dim_z09 TYPE string_uri REQUIRED no
FIELD key_g32 TYPE number REQUIRED no
FIELD val_z94 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD dim_n99 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD key_j09 TYPE number REQUIRED no
FIELD ke... | {"key_g32":956.4,"val_z94":"pro","dim_n99":"offline","key_k69":"2023-12-25"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"dim_z09": {
"type": "string",
"format": "uri"
},
"key_g32": {
"type": "number"
},
"val_z94": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"dim_n99": {
... | Tool: queue_sequencing_run
Params: {"key_g32": 956.4, "val_z94": "pro", "dim_n99": "offline", "key_k69": "2023-12-25"} | Agent used wrong parameter name 'dim_z09_id' instead of 'dim_z09' | {"key_g32":956.4,"val_z94":"pro","dim_n99":"offline","key_k69":"2023-12-25"} |
TASK repair_structured_output
SPEC
FIELD dim_x30 TYPE string REQUIRED yes
FIELD field_r14 TYPE string REQUIRED no
FIELD param_m34 TYPE integer REQUIRED no
FIELD prop_u79 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes
FIELD dim_s95 TYPE integer REQUIRED yes
FIELD val_n82 TYPE string VALUES option_a... | {"dim_x30":"baz","param_m34":264,"prop_u79":"cat_c","dim_s95":857,"val_n82":"option_d"} | trailing_comma | {
"type": "object",
"properties": {
"dim_x30": {
"type": "string"
},
"field_r14": {
"type": "string"
},
"param_m34": {
"type": "integer"
},
"prop_u79": {
"type": "string",
"enum": [
"cat_a",
"cat_b",
"cat_c",
"cat_d",
... | {"dim_x30":"baz","param_m34":264,"prop_u79":"cat_c","dim_s95":857,"val_n82":"option_d",} | Unexpected trailing comma | {"dim_x30":"baz","param_m34":264,"prop_u79":"cat_c","dim_s95":857,"val_n82":"option_d"} |
TASK repair_structured_output
SPEC
FIELD attr_f87 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes
FIELD attr_d22 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes
FIELD col_i38 TYPE string VALUES type_a|type_b REQUIRED yes
BROKEN_OUTPUT
Tool: assign_berth
Params: {"attr_f87": "mode_a", "col_i38": "t... | {"attr_f87":"mode_a","attr_d22":"level_2","col_i38":"type_a"} | tool_call_wrong_param | {
"type": "object",
"properties": {
"attr_f87": {
"type": "string",
"enum": [
"mode_a",
"mode_b",
"mode_c",
"mode_d"
]
},
"attr_d22": {
"type": "string",
"enum": [
"level_1",
"level_2",
"level_3"
]
},
"co... | Tool: assign_berth
Params: {"attr_f87": "mode_a", "col_i38": "type_a", "attr_d22_new": "level_2"} | Agent used wrong parameter name 'attr_d22_new' instead of 'attr_d22' | {"attr_f87":"mode_a","attr_d22":"level_2","col_i38":"type_a"} |
TASK repair_structured_output
SPEC
FIELD balance TYPE string VALUES reliable|unstable|intermittent REQUIRED no
FIELD nickname TYPE null REQUIRED no
FIELD phone TYPE integer REQUIRED yes
FIELD due_date TYPE number REQUIRED no
FIELD half_life TYPE string_uri REQUIRED yes
BROKEN_OUTPUT
{"balance":"intermittent","phone":... | {"balance":"intermittent","phone":359,"half_life":"https://data.com/api"} | truncated_array | {
"type": "object",
"properties": {
"balance": {
"type": "string",
"enum": [
"reliable",
"unstable",
"intermittent"
]
},
"nickname": {
"type": "null"
},
"phone": {
"type": "integer"
},
"due_date": {
"type": "number"
},
"... | {"balance":"intermittent","phone":359,"half_life":"https://data.com/api" | Unexpected end of JSON input — truncated object | {"balance":"intermittent","phone":359,"half_life":"https://data.com/api"} |
TASK repair_structured_output
SPEC
FIELD longitude TYPE string_date-time REQUIRED no
FIELD credit_score TYPE integer REQUIRED yes
FIELD item_id TYPE boolean REQUIRED yes
FIELD message TYPE string REQUIRED yes
FIELD humidity_pct.name TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD humidity_pct.feat... | {"longitude":"2021-05-18T10:01:00Z","credit_score":178,"item_id":false,"message":"cancelled","company":262.95,"dosage":733.21,"run_id":true} | truncated_object | {
"type": "object",
"properties": {
"longitude": {
"type": "string",
"format": "date-time"
},
"credit_score": {
"type": "integer"
},
"item_id": {
"type": "boolean"
},
"message": {
"type": "string"
},
"humidity_pct": {
"type": "object",
"p... | {"longitude":"2021-05-18T10:01:00Z","credit_score":178,"item_id":false,"message":"cancelled","company":262.95,"dosage":733.21,"run_id":true | Unexpected end of JSON input — truncated object | {"longitude":"2021-05-18T10:01:00Z","credit_score":178,"item_id":false,"message":"cancelled","company":262.95,"dosage":733.21,"run_id":true} |
TASK repair_structured_output
SPEC
FIELD consignee TYPE integer REQUIRED no
FIELD nickname TYPE string REQUIRED yes
FIELD half_life TYPE string REQUIRED yes
FIELD velocity.humidity_pct TYPE integer REQUIRED yes
FIELD velocity.url TYPE string_date-time REQUIRED yes
FIELD velocity.barcode TYPE integer REQUIRED yes
FIELD... | {"consignee":472,"nickname":"Sao Paulo","half_life":"London","humidity_pct":908.26,"hazmat_code":734,"age":"Hapag-Lloyd-Express","fleet_number":"info@domain.org"} | thought_process | {
"type": "object",
"properties": {
"consignee": {
"type": "integer"
},
"nickname": {
"type": "string"
},
"half_life": {
"type": "string"
},
"velocity": {
"type": "object",
"properties": {
"humidity_pct": {
"type": "integer"
},
... | I need to create a JSON object that matches the given schema.
Let me make sure all required fields are included.
{"consignee":472,"nickname":"Sao Paulo","half_life":"London","humidity_pct":908.26,"hazmat_code":734,"age":"Hapag-Lloyd-Express","fleet_number":"info@domain.org"} | Output contains chain-of-thought reasoning before JSON | {"consignee":472,"nickname":"Sao Paulo","half_life":"London","humidity_pct":908.26,"hazmat_code":734,"age":"Hapag-Lloyd-Express","fleet_number":"info@domain.org"} |
TASK repair_structured_output
SPEC
FIELD val_k64 TYPE string REQUIRED yes
FIELD prop_j52 TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD dim_i60 TYPE string REQUIRED no
BROKEN_OUTPUT
Let me check the system.
Action: generate_report
Result: {"val_k64": "A short description."}
Processing the request now.
Act... | {"val_k64":"A short description.","prop_j52":"sms"} | agent_chain | {
"type": "object",
"properties": {
"val_k64": {
"type": "string"
},
"prop_j52": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
]
},
"dim_i60": {
"type": "string"
}
},
"required": [
"val_k64"
]
} | Let me check the system.
Action: generate_report
Result: {"val_k64": "A short description."}
Processing the request now.
Action: query_port_status
Result: | Agent multi-step chain with truncated tool output | {"val_k64":"A short description.","prop_j52":"sms"} |
TASK repair_structured_output
SPEC
FIELD key_c82.dim_r62 TYPE number REQUIRED no
FIELD key_c82.param_s50 TYPE string REQUIRED no
FIELD key_c82.key_f70 TYPE null REQUIRED no
FIELD key_c82.prop_g79 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no
FIELD key_c82.val_p05 TYPE number REQUIRED no
FIEL... | {"field_z12":"draft","col_g65":2.56,"attr_p12":921} | extra_text_before | {
"type": "object",
"properties": {
"key_c82": {
"type": "object",
"properties": {
"dim_r62": {
"type": "number"
},
"param_s50": {
"type": "string"
},
"key_f70": {
"type": "null"
},
"prop_g79": {
"type": ... | I've generated the following JSON:
{"field_z12":"draft","col_g65":2.56,"attr_p12":921} | Output contains non-JSON text before the object | {"field_z12":"draft","col_g65":2.56,"attr_p12":921} |
TASK repair_structured_output
SPEC
FIELD role.compound TYPE boolean REQUIRED no
FIELD role.city TYPE string REQUIRED no
FIELD role.span_id TYPE number REQUIRED yes
FIELD role.website TYPE number REQUIRED yes
FIELD role.crew_id.dissolved_oxygen TYPE number REQUIRED yes
FIELD role.crew_id.humidity_pct TYPE string VALUES... | {"role":{"compound":true,"city":"This is a test value.","span_id":602.05,"website":761.77,"crew_id":{"dissolved_oxygen":27.19,"humidity_pct":"option_c","description":"type_b","lab_result":298,"price":"Paris","voltage":"sample"}},"city":"chrX","filter_flag":293,"hazmat_code":{"published":"Oliveira","tax":null,"subtotal"... | single_quotes | {
"type": "object",
"properties": {
"role": {
"type": "object",
"properties": {
"compound": {
"type": "boolean"
},
"city": {
"type": "string"
},
"span_id": {
"type": "number"
},
"website": {
"type": "numb... | {'role':{'compound':true,'city':'This is a test value.','span_id':602.05,'website':761.77,'crew_id':{'dissolved_oxygen':27.19,'humidity_pct':'option_c','description':'type_b','lab_result':298,'price':'Paris','voltage':'sample'}},'city':'chrX','filter_flag':293,'hazmat_code':{'published':'Oliveira','tax':null,'subtotal'... | Expecting property name enclosed in double quotes | {"role":{"compound":true,"city":"This is a test value.","span_id":602.05,"website":761.77,"crew_id":{"dissolved_oxygen":27.19,"humidity_pct":"option_c","description":"type_b","lab_result":298,"price":"Paris","voltage":"sample"}},"city":"chrX","filter_flag":293,"hazmat_code":{"published":"Oliveira","tax":null,"subtotal"... |
TASK repair_structured_output
SPEC
FIELD width TYPE string REQUIRED yes
FIELD date TYPE string REQUIRED yes
FIELD latitude.dissolved_oxygen TYPE integer REQUIRED yes
FIELD latitude.catalyst TYPE integer REQUIRED no
FIELD latitude.thumbnail.type TYPE integer REQUIRED yes
FIELD latitude.thumbnail.city TYPE integer REQUI... | {"width":"This is a test value.","date":"demo","latitude":{"dissolved_oxygen":521,"catalyst":529},"insurance_id":{"weight":"type_b","width":{"conductivity":"email","bed_number":629.77,"url":"Oliveira"},"nickname":353.69,"amount":{"barcode":"https://example.io/api","salinity":706.72,"trace_id":193,"hazmat_code":"divorce... | extra_text_after | {
"type": "object",
"properties": {
"width": {
"type": "string"
},
"date": {
"type": "string"
},
"latitude": {
"type": "object",
"properties": {
"dissolved_oxygen": {
"type": "integer"
},
"catalyst": {
"type": "integer"
... | {"width":"This is a test value.","date":"demo","latitude":{"dissolved_oxygen":521,"catalyst":529},"insurance_id":{"weight":"type_b","width":{"conductivity":"email","bed_number":629.77,"url":"Oliveira"},"nickname":353.69,"amount":{"barcode":"https://example.io/api","salinity":706.72,"trace_id":193,"hazmat_code":"divorce... | Output contains non-JSON text after the object | {"width":"This is a test value.","date":"demo","latitude":{"dissolved_oxygen":521,"catalyst":529},"insurance_id":{"weight":"type_b","width":{"conductivity":"email","bed_number":629.77,"url":"Oliveira"},"nickname":353.69,"amount":{"barcode":"https://example.io/api","salinity":706.72,"trace_id":193,"hazmat_code":"divorce... |
TASK repair_structured_output
SPEC
FIELD phone TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD humidity_pct TYPE string VALUES single|married|divorced REQUIRED yes
FIELD product_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no
FIELD bed_number TYPE string VAL... | {"phone":"degraded","humidity_pct":"divorced","product_id":"pending_review","bed_number":"small"} | tool_call_partial_args | {
"type": "object",
"properties": {
"phone": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"humidity_pct": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
... | I need to look up the information first.
Action: align_reads
Arguments: {"humidity_pct": "divorced", "product_id": "pending_review", "bed_number": "small"} | Agent tool call missing required parameter 'phone' | {"phone":"degraded","humidity_pct":"divorced","product_id":"pending_review","bed_number":"small"} |
TASK repair_structured_output
SPEC
FIELD dim_r26 TYPE string_uri REQUIRED yes
FIELD prop_r77 TYPE string_uri REQUIRED yes
FIELD val_l97 TYPE boolean REQUIRED no
BROKEN_OUTPUT
{"dim_r26": null, "prop_r77": "https://api.org/v1", "val_l97": true} | {"dim_r26":"https://data.io/api","prop_r77":"https://api.org/v1","val_l97":true} | null_required | {
"type": "object",
"properties": {
"dim_r26": {
"type": "string",
"format": "uri"
},
"prop_r77": {
"type": "string",
"format": "uri"
},
"val_l97": {
"type": "boolean"
}
},
"required": [
"dim_r26",
"prop_r77"
]
} | {"dim_r26": null, "prop_r77": "https://api.org/v1", "val_l97": true} | Required field 'dim_r26' is null | {"dim_r26":"https://data.io/api","prop_r77":"https://api.org/v1","val_l97":true} |
TASK repair_structured_output
SPEC
FIELD dim_j98 TYPE null REQUIRED yes
FIELD prop_a99 TYPE integer REQUIRED yes
FIELD param_v33 TYPE number REQUIRED no
BROKEN_OUTPUT
{"dim_j98":null,"prop_a99":519,"param_v33":214.74} | {"dim_j98":null,"prop_a99":519,"param_v33":214.74} | missing_bracket | {
"type": "object",
"properties": {
"dim_j98": {
"type": "null"
},
"prop_a99": {
"type": "integer"
},
"param_v33": {
"type": "number"
}
},
"required": [
"dim_j98",
"prop_a99"
]
} | {"dim_j98":null,"prop_a99":519,"param_v33":214.74} | Missing closing bracket | {"dim_j98":null,"prop_a99":519,"param_v33":214.74} |
TASK repair_structured_output
SPEC
FIELD current_draw TYPE string VALUES single|married|divorced REQUIRED no
FIELD height.state TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD height.transaction_id TYPE string REQUIRED yes
FIELD height.procedure_code TYPE string_date-time REQUIRED yes
FIELD height.crew_id T... | {"current_draw":"single","height":{"state":"medium","transaction_id":"Jane","procedure_code":"2022-07-17T06:40:00Z","crew_id":false,"paragraph":600},"url":{"patient_id":"delivered","ward":"cat_e","position":"MV-Evergreen-01"},"subject":true,"tile":{"comments":756.06,"format":"ops@test.io","size":916,"shift_code":659,"t... | missing_bracket | {
"type": "object",
"properties": {
"current_draw": {
"type": "string",
"enum": [
"single",
"married",
"divorced"
]
},
"height": {
"type": "object",
"properties": {
"state": {
"type": "string",
"enum": [
"small... | {"current_draw":"single","height":{"state":"medium","transaction_id":"Jane","procedure_code":"2022-07-17T06:40:00Z","crew_id":false,"paragraph":600},"url":{"patient_id":"delivered","ward":"cat_e","position":"MV-Evergreen-01"},"subject":true,"tile":{"comments":756.06,"format":"ops@test.io","size":916,"shift_code":659,"t... | Missing closing bracket | {"current_draw":"single","height":{"state":"medium","transaction_id":"Jane","procedure_code":"2022-07-17T06:40:00Z","crew_id":false,"paragraph":600},"url":{"patient_id":"delivered","ward":"cat_e","position":"MV-Evergreen-01"},"subject":true,"tile":{"comments":756.06,"format":"ops@test.io","size":916,"shift_code":659,"t... |
TASK repair_structured_output
SPEC
FIELD col_l19 TYPE string REQUIRED yes
FIELD key_x02.key_h05 TYPE string_uri REQUIRED yes
FIELD key_x02.prop_k82.val_g54 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes
FIELD key_x02.prop_k82.param_q01 TYPE null REQUIRED yes
FIELD key_x02.prop_k82.param_o... | {"col_l19":"A short description.","key_x02":{"key_h05":"https://example.com/data","prop_k82":{"val_g54":"option_c","param_q01":null,"param_o78":"https://example.com","param_h95":"option_a","val_w12":false},"key_d20":769.27,"dim_x44":{"val_e54":"mode_a","col_n97":819.74,"dim_d64":"ops@domain.org","col_f74":"mode_b","col... | truncated_object | {
"type": "object",
"properties": {
"col_l19": {
"type": "string"
},
"key_x02": {
"type": "object",
"properties": {
"key_h05": {
"type": "string",
"format": "uri"
},
"prop_k82": {
"type": "object",
"properties": {
... | {"col_l19":"A short description.","key_x02":{"key_h05":"https://example.com/data","prop_k82":{"val_g54":"option_c","param_q01":null,"param_o78":"https://example.com","param_h95":"option_a","val_w12":false},"key_d20":769.27,"dim_x44":{"val_e54":"mode_a","col_n97":819.74,"dim_d64":"ops@domain.org","col_f74":"mode_b","col... | Unexpected end of JSON input — truncated object | {"col_l19":"A short description.","key_x02":{"key_h05":"https://example.com/data","prop_k82":{"val_g54":"option_c","param_q01":null,"param_o78":"https://example.com","param_h95":"option_a","val_w12":false},"key_d20":769.27,"dim_x44":{"val_e54":"mode_a","col_n97":819.74,"dim_d64":"ops@domain.org","col_f74":"mode_b","col... |
TASK repair_structured_output
SPEC
FIELD options TYPE null REQUIRED no
FIELD half_life TYPE boolean REQUIRED yes
FIELD count.total TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes
FIELD count.humidity_pct TYPE integer REQUIRED yes
FIELD count.ward TYPE integer REQUIRED yes
FIELD height TYPE string VA... | {"half_life":true,"count":{"total":"homozygous","humidity_pct":817,"ward":788},"height":"mode_c","humidity_pct":"example","created_at":{"chapter":"xl","compound":"mode_a","hazmat_code":"medium","frequency_hz":"intermittent"}} | extra_text_before | {
"type": "object",
"properties": {
"options": {
"type": "null"
},
"half_life": {
"type": "boolean"
},
"count": {
"type": "object",
"properties": {
"total": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
... | Sure, here's the result:
{"half_life":true,"count":{"total":"homozygous","humidity_pct":817,"ward":788},"height":"mode_c","humidity_pct":"example","created_at":{"chapter":"xl","compound":"mode_a","hazmat_code":"medium","frequency_hz":"intermittent"}} | Output contains non-JSON text before the object | {"half_life":true,"count":{"total":"homozygous","humidity_pct":817,"ward":788},"height":"mode_c","humidity_pct":"example","created_at":{"chapter":"xl","compound":"mode_a","hazmat_code":"medium","frequency_hz":"intermittent"}} |
TASK repair_structured_output
SPEC
FIELD reagent TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no
FIELD ph_level TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes
FIELD total TYPE string VALUES open|in_progress|resolved|closed REQUIRED no
FIELD city TYPE string REQUIRED no
FIELD l... | {"reagent":"nonsense","ph_level":"delivered","total":"in_progress","city":"quux","loan_amount":456,"language":"PASS","description":323.44} | missing_brace | {
"type": "object",
"properties": {
"reagent": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"ph_level": {
"type": "string",
"enum": [
"new",
"in_transit",
"delivered",
"... | "reagent":"nonsense","ph_level":"delivered","total":"in_progress","city":"quux","loan_amount":456,"language":"PASS","description":323.44} | Missing closing brace | {"reagent":"nonsense","ph_level":"delivered","total":"in_progress","city":"quux","loan_amount":456,"language":"PASS","description":323.44} |
TASK repair_structured_output
SPEC
FIELD paragraph TYPE integer REQUIRED yes
FIELD strand TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no
FIELD address TYPE string REQUIRED yes
FIELD latitude TYPE number REQUIRED no
FIELD company TYPE number REQUIRED yes
FIELD items TYPE boolean REQUIRED no
BROKEN_O... | {"paragraph":873,"strand":"heterozygous","address":"Maria","latitude":377.44,"company":57.33} | extra_text_before | {
"type": "object",
"properties": {
"paragraph": {
"type": "integer"
},
"strand": {
"type": "string",
"enum": [
"homozygous",
"heterozygous",
"hemizygous"
]
},
"address": {
"type": "string"
},
"latitude": {
"type": "number"
... | The instrument reported:
{"paragraph":873,"strand":"heterozygous","address":"Maria","latitude":377.44,"company":57.33} | Output contains non-JSON text before the object | {"paragraph":873,"strand":"heterozygous","address":"Maria","latitude":377.44,"company":57.33} |
TASK repair_structured_output
SPEC
FIELD version TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes
FIELD cargo_type TYPE string VALUES email|phone|sms|push REQUIRED no
FIELD pressure_kpa TYPE string REQUIRED no
FIELD crew_id TYPE number REQUIRED no
FIELD bill_of_lading TYPE string_email REQUIRED ... | {"version":"synonymous","cargo_type":"email","pressure_kpa":"London","crew_id":178.71,"bill_of_lading":"user@example.com","score":"error","maturity_date":63} | tool_call_wrong_param | {
"type": "object",
"properties": {
"version": {
"type": "string",
"enum": [
"synonymous",
"missense",
"nonsense",
"frameshift"
]
},
"cargo_type": {
"type": "string",
"enum": [
"email",
"phone",
"sms",
"push"
... | Tool: read_sensor_array
Params: {"cargo_type": "email", "pressure_kpa": "London", "crew_id": 178.71, "bill_of_lading": "user@example.com", "score": "error", "maturity_date": 63, "version_new": "synonymous"} | Agent used wrong parameter name 'version_new' instead of 'version' | {"version":"synonymous","cargo_type":"email","pressure_kpa":"London","crew_id":178.71,"bill_of_lading":"user@example.com","score":"error","maturity_date":63} |
TASK repair_structured_output
SPEC
FIELD product_id TYPE integer REQUIRED yes
FIELD maturity_date TYPE string VALUES low|medium|high|critical REQUIRED yes
FIELD index TYPE string REQUIRED no
BROKEN_OUTPUT
{"product_id": 795, "maturity_date": "invalid_value_751", "index": "test@example.com"} | {"product_id":795,"maturity_date":"medium","index":"test@example.com"} | invalid_enum | {
"type": "object",
"properties": {
"product_id": {
"type": "integer"
},
"maturity_date": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"critical"
]
},
"index": {
"type": "string"
}
},
"required": [
"product_id",
... | {"product_id": 795, "maturity_date": "invalid_value_751", "index": "test@example.com"} | Field 'maturity_date' has invalid enum value 'invalid_value_751', expected one of ['low', 'medium', 'high', 'critical'] | {"product_id":795,"maturity_date":"medium","index":"test@example.com"} |
TASK repair_structured_output
SPEC
FIELD attr_y37 TYPE null REQUIRED no
FIELD dim_q56 TYPE string REQUIRED yes
FIELD val_v49 TYPE integer REQUIRED no
FIELD val_r37 TYPE string_email REQUIRED no
FIELD field_j59 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no
FIELD dim_c20.dim_t61 TYPE number REQUIRED n... | {"attr_y37":null,"dim_q56":"REV","val_r37":"admin@domain.org","field_j59":"in_transit","key_o23":520,"attr_r21":"Bob"} | invalid_enum | {
"type": "object",
"properties": {
"attr_y37": {
"type": "null"
},
"dim_q56": {
"type": "string"
},
"val_v49": {
"type": "integer"
},
"val_r37": {
"type": "string",
"format": "email"
},
"field_j59": {
"type": "string",
"enum": [
... | {"attr_y37": null, "dim_q56": "REV", "val_r37": "admin@domain.org", "field_j59": "invalid_option_322", "key_o23": 520, "attr_r21": "Bob"} | Field 'field_j59' has invalid enum value 'invalid_option_322', expected one of ['new', 'in_transit', 'delivered', 'returned'] | {"attr_y37":null,"dim_q56":"REV","val_r37":"admin@domain.org","field_j59":"in_transit","key_o23":520,"attr_r21":"Bob"} |
TASK repair_structured_output
SPEC
FIELD deploy_target TYPE string VALUES small|medium|large|xl REQUIRED no
FIELD status TYPE string REQUIRED no
FIELD width TYPE string REQUIRED no
FIELD vital_sign TYPE string REQUIRED yes
FIELD weight[] TYPE string REQUIRED yes
BROKEN_OUTPUT
{status:"test",width:"REV",vital_sign:"Th... | {"status":"test","width":"REV","vital_sign":"This is a test value.","weight":["Silva","GRCh38","pending","completed"]} | unquoted_keys | {
"type": "object",
"properties": {
"deploy_target": {
"type": "string",
"enum": [
"small",
"medium",
"large",
"xl"
]
},
"status": {
"type": "string"
},
"width": {
"type": "string"
},
"vital_sign": {
"type": "string"
... | {status:"test",width:"REV",vital_sign:"This is a test value.",weight:["Silva","GRCh38","pending","completed"]} | Expecting property name enclosed in double quotes | {"status":"test","width":"REV","vital_sign":"This is a test value.","weight":["Silva","GRCh38","pending","completed"]} |
TASK repair_structured_output
SPEC
FIELD val_a22.prop_v38.field_r09 TYPE integer REQUIRED yes
FIELD val_a22.prop_v38.key_d16 TYPE string VALUES mode_a|mode_b REQUIRED yes
FIELD val_a22.prop_v38.attr_c29 TYPE string VALUES success|error|warning|info REQUIRED yes
FIELD val_a22.prop_v38.val_d25 TYPE string REQUIRED yes
F... | {"val_a22":{"prop_v38":{"field_r09":717,"key_d16":"mode_b","attr_c29":"error","val_d25":"Paris"},"prop_p23":"Alice","key_b94":"Jane","field_w01":339,"val_c86":{"param_n29":"viewer","key_c45":"mode_c"}},"dim_n42":"option_b","dim_e49":{"val_h50":"cat_b","dim_f95":250,"field_l99":{"dim_i75":"push","val_d80":695,"param_j47... | partial_structure | {
"type": "object",
"properties": {
"val_a22": {
"type": "object",
"properties": {
"prop_v38": {
"type": "object",
"properties": {
"field_r09": {
"type": "integer"
},
"key_d16": {
"type": "string",
... | Result: dim_n42=option_b, {"val_a22":{"prop_v38":{"field_r09":717,"key_d16":"mode_b","attr_c29":"error","val_d25":"Paris"},"prop_p23":"Alice","key_b94":"Jane","field_w01":339,"val_c86":{"param_n29":"viewer","key_c45":"mode_c"}},"dim_n42":"option_b","dim_e49":{"val_h50":"cat_b","dim_f95":250,"field_l99":{"dim_i75":"push... | Output mixes natural language with JSON | {"val_a22":{"prop_v38":{"field_r09":717,"key_d16":"mode_b","attr_c29":"error","val_d25":"Paris"},"prop_p23":"Alice","key_b94":"Jane","field_w01":339,"val_c86":{"param_n29":"viewer","key_c45":"mode_c"}},"dim_n42":"option_b","dim_e49":{"val_h50":"cat_b","dim_f95":250,"field_l99":{"dim_i75":"push","val_d80":695,"param_j47... |
TASK repair_structured_output
SPEC
FIELD date TYPE string REQUIRED no
FIELD published TYPE integer REQUIRED yes
FIELD lab_result TYPE integer REQUIRED no
BROKEN_OUTPUT
{'published':455,'lab_result':456} | {"published":455,"lab_result":456} | single_quotes | {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"published": {
"type": "integer"
},
"lab_result": {
"type": "integer"
}
},
"required": [
"published"
]
} | {'published':455,'lab_result':456} | Expecting property name enclosed in double quotes | {"published":455,"lab_result":456} |
TASK repair_structured_output
SPEC
FIELD age TYPE string VALUES active|inactive|pending REQUIRED yes
FIELD phenotype TYPE string REQUIRED no
FIELD zip_code TYPE string REQUIRED no
FIELD berth_slot.updated_at TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes
FIELD berth_slot.amplitude TYPE... | {"age":"active","phenotype":"Tokyo","berth_slot":{"updated_at":"level_4","amplitude":"option_a","paragraph":true,"tile":[169.07,436.06,308.36]},"timezone":{"consignee":true,"height":661,"width":"example"}} | null_required | {
"type": "object",
"properties": {
"age": {
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
},
"phenotype": {
"type": "string"
},
"zip_code": {
"type": "string"
},
"berth_slot": {
"type": "object",
"properti... | {"age": "active", "phenotype": "Tokyo", "berth_slot": null, "timezone": {"consignee": true, "height": 661, "width": "example"}} | Required field 'berth_slot' is null | {"age":"active","phenotype":"Tokyo","berth_slot":{"updated_at":"level_4","amplitude":"option_a","paragraph":true,"tile":[169.07,436.06,308.36]},"timezone":{"consignee":true,"height":661,"width":"example"}} |
TASK repair_structured_output
SPEC
FIELD col_g01 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes
FIELD prop_j44 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes
FIELD key_g36 TYPE string VALUES single|married|divorced REQUIRED no
FIELD col_t68 TYPE string_email REQUIRED yes
BROKEN_OUTPUT
Let... | {"col_g01":"resolved","prop_j44":"free","key_g36":"married","col_t68":"info@test.io"} | tool_call_partial_args | {
"type": "object",
"properties": {
"col_g01": {
"type": "string",
"enum": [
"open",
"in_progress",
"resolved",
"closed"
]
},
"prop_j44": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
... | Let me check the system.
Action: query_port_status
Arguments: {"col_g01": "resolved", "prop_j44": "free", "key_g36": "married"} | Agent tool call missing required parameter 'col_t68' | {"col_g01":"resolved","prop_j44":"free","key_g36":"married","col_t68":"info@test.io"} |
TASK repair_structured_output
SPEC
FIELD key_p25.dim_g12 TYPE string REQUIRED yes
FIELD key_p25.dim_u44 TYPE integer REQUIRED no
FIELD key_p25.field_z57 TYPE string REQUIRED yes
FIELD key_p25.prop_g38[].val_b82 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD key_p25.prop_g38[].val_f82 TYP... | {"key_p25":{"dim_g12":"Santos","dim_u44":113,"field_z57":"RTG-04","prop_g38":[{"val_b82":"operational","val_f82":"divorced","param_t77":637.81,"dim_k76":"Bob","attr_j34":"2024-01-15"}]},"param_i61":null,"prop_r71":963,"param_u68":{"attr_u86":{"col_w47":"enterprise","prop_f70":"2022-01-10T17:54:00Z","val_n09":"admin","c... | markdown_fences | {
"type": "object",
"properties": {
"key_p25": {
"type": "object",
"properties": {
"dim_g12": {
"type": "string"
},
"dim_u44": {
"type": "integer"
},
"field_z57": {
"type": "string"
},
"prop_g38": {
"type... | ```json
{"key_p25":{"dim_g12":"Santos","dim_u44":113,"field_z57":"RTG-04","prop_g38":[{"val_b82":"operational","val_f82":"divorced","param_t77":637.81,"dim_k76":"Bob","attr_j34":"2024-01-15"}]},"param_i61":null,"prop_r71":963,"param_u68":{"attr_u86":{"col_w47":"enterprise","prop_f70":"2022-01-10T17:54:00Z","val_n09":"a... | Output contains markdown code fences | {"key_p25":{"dim_g12":"Santos","dim_u44":113,"field_z57":"RTG-04","prop_g38":[{"val_b82":"operational","val_f82":"divorced","param_t77":637.81,"dim_k76":"Bob","attr_j34":"2024-01-15"}]},"param_i61":null,"prop_r71":963,"param_u68":{"attr_u86":{"col_w47":"enterprise","prop_f70":"2022-01-10T17:54:00Z","val_n09":"admin","c... |
TASK repair_structured_output
SPEC
FIELD hazmat_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes
FIELD due_date TYPE string_date-time REQUIRED yes
FIELD ward TYPE string REQUIRED no
FIELD maturity_date TYPE null REQUIRED yes
FIELD voltage TYPE string REQUIRED no
BROKEN_OUTPUT
{"hazmat_code":"ty... | {"hazmat_code":"type_a","due_date":"2024-01-01T05:54:00Z","ward":"bar","maturity_date":null,"voltage":"GRCh38"} | truncated_array | {
"type": "object",
"properties": {
"hazmat_code": {
"type": "string",
"enum": [
"type_a",
"type_b",
"type_c",
"type_d",
"type_e"
]
},
"due_date": {
"type": "string",
"format": "date-time"
},
"ward": {
"type": "string"
... | {"hazmat_code":"type_a","due_date":"2024-01-01T05:54:00Z","ward":"bar","maturity_date":null,"voltage":"GRCh38" | Unexpected end of JSON input — truncated object | {"hazmat_code":"type_a","due_date":"2024-01-01T05:54:00Z","ward":"bar","maturity_date":null,"voltage":"GRCh38"} |
TASK repair_structured_output
SPEC
FIELD col_w58 TYPE string VALUES free|basic|pro|enterprise REQUIRED no
FIELD key_h65 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no
FIELD val_s54 TYPE integer REQUIRED yes
FIELD key_k50 TYPE string VALUES cat_a|cat_b REQUIRED no
BROKEN_OUTPUT
{"col_w58":"pro","key_h65"... | {"col_w58":"pro","key_h65":"arctic","val_s54":114} | missing_bracket | {
"type": "object",
"properties": {
"col_w58": {
"type": "string",
"enum": [
"free",
"basic",
"pro",
"enterprise"
]
},
"key_h65": {
"type": "string",
"enum": [
"coastal",
"oceanic",
"inland",
"arctic"
]
... | {"col_w58":"pro","key_h65":"arctic","val_s54":114} | Missing closing bracket | {"col_w58":"pro","key_h65":"arctic","val_s54":114} |
TASK repair_structured_output
SPEC
FIELD strand TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no
FIELD duration_ms TYPE string REQUIRED yes
FIELD quality_score TYPE number REQUIRED yes
FIELD turbidity TYPE string REQUIRED yes
BROKEN_OUTPUT
{duration_ms:"demo",quality_score:439.74,turbidity:"tes... | {"duration_ms":"demo","quality_score":439.74,"turbidity":"test"} | unquoted_keys | {
"type": "object",
"properties": {
"strand": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"duration_ms": {
"type": "string"
},
"quality_score": {
"type": "number"
},
"turbidity": {
... | {duration_ms:"demo",quality_score:439.74,turbidity:"test"} | Expecting property name enclosed in double quotes | {"duration_ms":"demo","quality_score":439.74,"turbidity":"test"} |
TASK repair_structured_output
SPEC
FIELD prop_g51 TYPE string REQUIRED no
FIELD attr_u57 TYPE boolean REQUIRED yes
FIELD val_r41 TYPE number REQUIRED yes
FIELD val_k10 TYPE string REQUIRED no
FIELD dim_d21 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes
FIELD field_j24 TYPE string VALUES free|basic|pro|... | {"prop_g51":"Smith","attr_u57":true,"val_r41":300.46,"dim_d21":"unstable","field_j24":"basic"} | truncated_array | {
"type": "object",
"properties": {
"prop_g51": {
"type": "string"
},
"attr_u57": {
"type": "boolean"
},
"val_r41": {
"type": "number"
},
"val_k10": {
"type": "string"
},
"dim_d21": {
"type": "string",
"enum": [
"reliable",
"uns... | {"prop_g51":"Smith","attr_u57":true,"val_r41":300.46,"dim_d21":"unstable","field_j24":"basic" | Unexpected end of JSON input — truncated object | {"prop_g51":"Smith","attr_u57":true,"val_r41":300.46,"dim_d21":"unstable","field_j24":"basic"} |
TASK repair_structured_output
SPEC
FIELD loan_amount TYPE string_date-time REQUIRED yes
FIELD address TYPE string REQUIRED no
FIELD dissolved_oxygen TYPE string VALUES type_a|type_b REQUIRED yes
FIELD height[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes
BROKEN_OUTPUT
I found that loan_amount shoul... | {"loan_amount":"2020-07-23T20:26:00Z","address":"Johnson","dissolved_oxygen":"type_b","height":["level_1","level_3"]} | partial_structure | {
"type": "object",
"properties": {
"loan_amount": {
"type": "string",
"format": "date-time"
},
"address": {
"type": "string"
},
"dissolved_oxygen": {
"type": "string",
"enum": [
"type_a",
"type_b"
]
},
"height": {
"type": "array"... | I found that loan_amount should be 2020-07-23T20:26:00Z. {"loan_amount":"2020-07-23T20:26:00Z","address":"Johnson","dissolved_oxygen":"type_b","height":["level_1","level_3"]} | Output mixes natural language with JSON | {"loan_amount":"2020-07-23T20:26:00Z","address":"Johnson","dissolved_oxygen":"type_b","height":["level_1","level_3"]} |
TASK repair_structured_output
SPEC
FIELD item_id TYPE string_uri REQUIRED yes
FIELD section TYPE string REQUIRED no
FIELD velocity TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes
FIELD altitude TYPE string VALUES draft|published|archived REQUIRED no
FIELD half_life TYPE string REQUIRED no
BRO... | {"item_id":"https://www.com/v1","velocity":"degraded","altitude":"archived","half_life":"Tokyo"} | extra_text_before | {
"type": "object",
"properties": {
"item_id": {
"type": "string",
"format": "uri"
},
"section": {
"type": "string"
},
"velocity": {
"type": "string",
"enum": [
"operational",
"degraded",
"offline",
"maintenance"
]
},
"a... | Here's the structured output:
{"item_id":"https://www.com/v1","velocity":"degraded","altitude":"archived","half_life":"Tokyo"} | Output contains non-JSON text before the object | {"item_id":"https://www.com/v1","velocity":"degraded","altitude":"archived","half_life":"Tokyo"} |
TASK repair_structured_output
SPEC
FIELD col_o92 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no
FIELD col_j57 TYPE string_email REQUIRED yes
FIELD val_z01 TYPE integer REQUIRED yes
FIELD col_u91.val_d10 TYPE string REQUIRED no
FIELD col_u91.key_c93 TYPE boolean REQUIRED no
FIELD c... | {"col_o92":"option_b","col_j57":"test@test.io","val_z01":212,"field_m31":"https://example.com","param_h88":{"param_f62":"reliable","val_u11":"oceanic","attr_k24":"in_progress","param_z16":123,"field_o86":"type_b"},"prop_k45":"test"} | missing_brace | {
"type": "object",
"properties": {
"col_o92": {
"type": "string",
"enum": [
"option_a",
"option_b",
"option_c",
"option_d",
"option_e",
"option_f"
]
},
"col_j57": {
"type": "string",
"format": "email"
},
"val_z01": {
... | {"col_o92":"option_b","col_j57":"test@test.io","val_z01":212,"field_m31":"https://example.com","param_h88":{"param_f62":"reliable","val_u11":"oceanic","attr_k24":"in_progress","param_z16":123,"field_o86":"type_b","prop_k45":"test"} | Missing closing brace | {"col_o92":"option_b","col_j57":"test@test.io","val_z01":212,"field_m31":"https://example.com","param_h88":{"param_f62":"reliable","val_u11":"oceanic","attr_k24":"in_progress","param_z16":123,"field_o86":"type_b"},"prop_k45":"test"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.