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 total.build_status TYPE string REQUIRED yes FIELD total.velocity.subtotal TYPE number REQUIRED no FIELD total.velocity.allele TYPE string REQUIRED yes FIELD total.velocity.end_date TYPE string REQUIRED yes FIELD total.velocity.fleet_number TYPE string VALUES type_a|type_b REQUI...
{"total":{"build_status":"baz","count":"https://www.org/data","user_id":"test","frequency_hz":"level_3","username":"GRCh38","type":614,"full_name":false},"rating":"baz","terminal_id":963.36}
missing_brace
{ "type": "object", "properties": { "total": { "type": "object", "properties": { "build_status": { "type": "string" }, "velocity": { "type": "object", "properties": { "subtotal": { "type": "number" }, ...
"total":{"build_status":"baz","count":"https://www.org/data","user_id":"test","frequency_hz":"level_3","username":"GRCh38","type":614,"full_name":false},"rating":"baz","terminal_id":963.36}
Missing closing brace
{"total":{"build_status":"baz","count":"https://www.org/data","user_id":"test","frequency_hz":"level_3","username":"GRCh38","type":614,"full_name":false},"rating":"baz","terminal_id":963.36}
TASK repair_structured_output SPEC FIELD key_w41 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD param_k19 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD dim_p68.attr_j68 TYPE null REQUIRED no FIELD dim_p68.field_b81 TYPE integer REQUIRED no FIELD dim_p68.key_b86 TYPE null REQU...
{"param_k19":"coastal","dim_p68":{"attr_j68":null,"prop_f31":"ops@example.com","field_a75":[799.63]},"dim_s82":887.8,"key_s92":"frameshift","prop_s49":"FWD","val_q79":"world"}
missing_brace
{ "type": "object", "properties": { "key_w41": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "param_k19": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
{"param_k19":"coastal","dim_p68":"attr_j68":null,"prop_f31":"ops@example.com","field_a75":[799.63]},"dim_s82":887.8,"key_s92":"frameshift","prop_s49":"FWD","val_q79":"world"}
Missing closing brace
{"param_k19":"coastal","dim_p68":{"attr_j68":null,"prop_f31":"ops@example.com","field_a75":[799.63]},"dim_s82":887.8,"key_s92":"frameshift","prop_s49":"FWD","val_q79":"world"}
TASK repair_structured_output SPEC FIELD dim_x03 TYPE string_email REQUIRED yes FIELD attr_f97 TYPE boolean REQUIRED yes FIELD field_m64 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_e34.attr_j57 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD prop_e34.key_h08 TYPE string VALU...
{"dim_x03":"ops@example.com","attr_f97":false,"field_m64":"active","prop_e34":{"attr_j57":"underway","attr_y33":"mode_d","param_l63":817.88,"val_i22":"arctic"}}
markdown_explanation
{ "type": "object", "properties": { "dim_x03": { "type": "string", "format": "email" }, "attr_f97": { "type": "boolean" }, "field_m64": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "prop_e34": { "type...
I've generated the following JSON: ```json {"dim_x03":"ops@example.com","attr_f97":false,"field_m64":"active","prop_e34":{"attr_j57":"underway","attr_y33":"mode_d","param_l63":817.88,"val_i22":"arctic"}} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"dim_x03":"ops@example.com","attr_f97":false,"field_m64":"active","prop_e34":{"attr_j57":"underway","attr_y33":"mode_d","param_l63":817.88,"val_i22":"arctic"}}
TASK repair_structured_output SPEC FIELD city TYPE string_email REQUIRED no FIELD salinity TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD status.chromosome TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD status.reagent TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED ...
{"salinity":"editor","status":{"chromosome":"red","reagent":"rejected","score":"https://api.org/data"},"conductivity":{"notes":504,"port_code":null},"order_id":"quux","rating":"Diana","brake_pressure":"info@domain.org"}
tool_call_python_syntax
{ "type": "object", "properties": { "city": { "type": "string", "format": "email" }, "salinity": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "status": { "type": "object", "properties": { "chromosome": { ...
schedule_meeting(salinity='editor', status={'chromosome': 'red', 'reagent': 'rejected', 'score': 'https://api.org/data'}, conductivity={'notes': 504, 'port_code': None}, order_id='quux', rating='Diana', brake_pressure='info@domain.org')
Tool call uses Python syntax instead of JSON
{"salinity":"editor","status":{"chromosome":"red","reagent":"rejected","score":"https://api.org/data"},"conductivity":{"notes":504,"port_code":null},"order_id":"quux","rating":"Diana","brake_pressure":"info@domain.org"}
TASK repair_structured_output SPEC FIELD param_k49 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD key_e27 TYPE string_date-time REQUIRED no FIELD col_b94.col_w50 TYPE string REQUIRED yes FIELD col_b94.dim_u91 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD col_b94.param_c39 TYPE st...
{"param_k49":"cat_e","key_e27":"2024-07-02T03:22:00Z","col_b94":{"col_w50":"chrX","dim_u91":"mode_c","param_c39":"mode_a","key_f77":526,"val_q76":{"dim_v32":null,"prop_r27":["small","xl","xl"]},"key_r66":{"attr_q01":343,"attr_d85":"info@domain.org","attr_e81":612}},"param_n24":{"field_m93":726,"val_r40":409,"col_e83":4...
extra_text_before
{ "type": "object", "properties": { "param_k49": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "key_e27": { "type": "string", "format": "date-time" }, "col_b94": { "type": "object", ...
Based on your request, here is the data: {"param_k49":"cat_e","key_e27":"2024-07-02T03:22:00Z","col_b94":{"col_w50":"chrX","dim_u91":"mode_c","param_c39":"mode_a","key_f77":526,"val_q76":{"dim_v32":null,"prop_r27":["small","xl","xl"]},"key_r66":{"attr_q01":343,"attr_d85":"info@domain.org","attr_e81":612}},"param_n24":{...
Output contains non-JSON text before the object
{"param_k49":"cat_e","key_e27":"2024-07-02T03:22:00Z","col_b94":{"col_w50":"chrX","dim_u91":"mode_c","param_c39":"mode_a","key_f77":526,"val_q76":{"dim_v32":null,"prop_r27":["small","xl","xl"]},"key_r66":{"attr_q01":343,"attr_d85":"info@domain.org","attr_e81":612}},"param_n24":{"field_m93":726,"val_r40":409,"col_e83":4...
TASK repair_structured_output SPEC FIELD val_u48 TYPE string REQUIRED no FIELD param_h30 TYPE integer REQUIRED yes FIELD dim_x93 TYPE string REQUIRED no FIELD val_f79 TYPE boolean REQUIRED yes FIELD field_h72[].attr_a96 TYPE null REQUIRED no FIELD field_h72[].prop_i65 TYPE number REQUIRED no FIELD field_h72[].key_v49 ...
{"val_u48":"foo","param_h30":957,"dim_x93":"foo","val_f79":true,"field_h72":[{"attr_a96":null,"key_v49":"draft"}]}
tool_call_wrong_param
{ "type": "object", "properties": { "val_u48": { "type": "string" }, "param_h30": { "type": "integer" }, "dim_x93": { "type": "string" }, "val_f79": { "type": "boolean" }, "field_h72": { "type": "array", "items": { "type": "object", ...
Tool: get_account Params: {"param_h30": 957, "dim_x93": "foo", "val_f79": true, "field_h72": [{"attr_a96": null, "key_v49": "draft"}], "val_u482": "foo"}
Agent used wrong parameter name 'val_u482' instead of 'val_u48'
{"val_u48":"foo","param_h30":957,"dim_x93":"foo","val_f79":true,"field_h72":[{"attr_a96":null,"key_v49":"draft"}]}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD yield_pct TYPE string VALUES active|inactive|pending REQUIRED yes FIELD last_name TYPE null REQUIRED yes FIELD throttle_pos TYPE string REQUIRED no FIELD altitude TYPE string VALUES open|...
{"items":"level_1","yield_pct":"active","last_name":null,"throttle_pos":"https://example.com","altitude":"open","address":"type_d","tile":250.39}
single_quotes
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "yield_pct": { "type": "string", "enum": [ "active", "inactive", ...
{'items':'level_1','yield_pct':'active','last_name':null,'throttle_pos':'https://example.com','altitude':'open','address':'type_d','tile':250.39}
Expecting property name enclosed in double quotes
{"items":"level_1","yield_pct":"active","last_name":null,"throttle_pos":"https://example.com","altitude":"open","address":"type_d","tile":250.39}
TASK repair_structured_output SPEC FIELD diagnosis_code.brake_pressure TYPE string_uri REQUIRED yes FIELD diagnosis_code.language TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD diagnosis_code.vital_sign[] TYPE string REQUIRED no FIELD diagnosis_code.thumbnail[].batch_code TYPE string_uri REQUIRED no FIELD...
{"type":"inactive","version":147}
missing_bracket
{ "type": "object", "properties": { "diagnosis_code": { "type": "object", "properties": { "brake_pressure": { "type": "string", "format": "uri" }, "language": { "type": "string", "enum": [ "small", "medium", ...
{"type":"inactive","version":147}
Missing closing bracket
{"type":"inactive","version":147}
TASK repair_structured_output SPEC FIELD length TYPE string VALUES level_1|level_2 REQUIRED yes FIELD height TYPE integer REQUIRED no FIELD updated_at TYPE string REQUIRED no FIELD verified TYPE string_uri REQUIRED yes FIELD barcode TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD age TYPE string REQUIRED no ...
{"length":"level_1","height":470,"verified":"https://www.org/v1","barcode":"mode_b","age":"QC-07","filter_flag":871}
unquoted_keys
{ "type": "object", "properties": { "length": { "type": "string", "enum": [ "level_1", "level_2" ] }, "height": { "type": "integer" }, "updated_at": { "type": "string" }, "verified": { "type": "string", "format": "uri" }, ...
{length:"level_1",height:470,verified:"https://www.org/v1",barcode:"mode_b",age:"QC-07",filter_flag:871}
Expecting property name enclosed in double quotes
{"length":"level_1","height":470,"verified":"https://www.org/v1","barcode":"mode_b","age":"QC-07","filter_flag":871}
TASK repair_structured_output SPEC FIELD dim_w07 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD dim_i45.param_f97 TYPE boolean REQUIRED no FIELD dim_i45.attr_i87 TYPE string REQUIRED no FIELD dim_i45.field_z85[].attr_w89 TYPE string REQUIRED yes FIELD dim_i45.field_z85[].prop_o02 TYPE str...
{"attr_i39":null,"val_i62":{"dim_f57":"mode_a","key_x38":823.18,"prop_f46":false},"field_w75":"2021-07-09T16:17:00Z","key_y07":54,"val_t94":"type_a"}
date_format_error
{ "type": "object", "properties": { "dim_w07": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "dim_i45": { "type": "object", "properties": { "param_f97": { "type": "boolean" ...
{"attr_i39": null, "val_i62": {"dim_f57": "mode_a", "key_x38": 823.18, "prop_f46": false}, "field_w75": "2024/06/15 14:30:00", "key_y07": 54, "val_t94": "type_a"}
Field 'field_w75' has invalid date format
{"attr_i39":null,"val_i62":{"dim_f57":"mode_a","key_x38":823.18,"prop_f46":false},"field_w75":"2021-07-09T16:17:00Z","key_y07":54,"val_t94":"type_a"}
TASK repair_structured_output SPEC FIELD catalyst TYPE null REQUIRED no FIELD isotope TYPE boolean REQUIRED yes FIELD product_id TYPE string REQUIRED no FIELD category TYPE integer REQUIRED yes FIELD crew_id.verified TYPE integer REQUIRED yes FIELD crew_id.current_draw TYPE string VALUES homozygous|heterozygous|hemizy...
{"catalyst":null,"isotope":false,"product_id":"John","category":994}
extra_text_before
{ "type": "object", "properties": { "catalyst": { "type": "null" }, "isotope": { "type": "boolean" }, "product_id": { "type": "string" }, "category": { "type": "integer" }, "crew_id": { "type": "object", "properties": { "verified": { ...
The instrument reported: {"catalyst":null,"isotope":false,"product_id":"John","category":994}
Output contains non-JSON text before the object
{"catalyst":null,"isotope":false,"product_id":"John","category":994}
TASK repair_structured_output SPEC FIELD title TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD coverage TYPE string REQUIRED yes FIELD bearing[].shipping TYPE integer REQUIRED no FIELD bearing[].verified TYPE null REQUIRED no FIELD bearing[].size TYPE integer REQUIRED no FIELD bearing[].v...
{"title":"synonymous","coverage":"Silva","bearing":[{"shipping":228,"size":190,"vital_sign":"London"},{"shipping":146,"verified":null,"vital_sign":"Paris"}]}
single_quotes
{ "type": "object", "properties": { "title": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "coverage": { "type": "string" }, "bearing": { "type": "array", "items": { "type": "objec...
{'title':'synonymous','coverage':'Silva','bearing':[{'shipping':228,'size':190,'vital_sign':'London'},{'shipping':146,'verified':null,'vital_sign':'Paris'}]}
Expecting property name enclosed in double quotes
{"title":"synonymous","coverage":"Silva","bearing":[{"shipping":228,"size":190,"vital_sign":"London"},{"shipping":146,"verified":null,"vital_sign":"Paris"}]}
TASK repair_structured_output SPEC FIELD latitude TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD temp_celsius TYPE integer REQUIRED no FIELD username TYPE string REQUIRED no FIELD type TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"temp_celsius":848,"type":71} ```
{"temp_celsius":848,"type":71}
markdown_fences
{ "type": "object", "properties": { "latitude": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "temp_celsius": { "type": "integer" }, "username": { "type": "string" }, "type": { ...
```json {"temp_celsius":848,"type":71} ```
Output contains markdown code fences
{"temp_celsius":848,"type":71}
TASK repair_structured_output SPEC FIELD val_p18 TYPE boolean REQUIRED no FIELD field_e02 TYPE integer REQUIRED yes FIELD key_t78 TYPE string REQUIRED no FIELD prop_v58 TYPE string REQUIRED no FIELD prop_h62 TYPE string VALUES level_1|level_2 REQUIRED no FIELD attr_v73 TYPE integer REQUIRED no FIELD param_e81 TYPE int...
{"field_e02":611,"key_t78":"PASS","prop_v58":"2024-06-30","prop_h62":"level_1","attr_v73":711,"param_e81":770,"val_r43":"A short description."}
extra_text_after
{ "type": "object", "properties": { "val_p18": { "type": "boolean" }, "field_e02": { "type": "integer" }, "key_t78": { "type": "string" }, "prop_v58": { "type": "string" }, "prop_h62": { "type": "string", "enum": [ "level_1", "l...
{"field_e02":611,"key_t78":"PASS","prop_v58":"2024-06-30","prop_h62":"level_1","attr_v73":711,"param_e81":770,"val_r43":"A short description."} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"field_e02":611,"key_t78":"PASS","prop_v58":"2024-06-30","prop_h62":"level_1","attr_v73":711,"param_e81":770,"val_r43":"A short description."}
TASK repair_structured_output SPEC FIELD voltage TYPE integer REQUIRED yes FIELD barcode TYPE string_email REQUIRED yes FIELD ph_level TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT Tool: verify_hazmat_compliance Params: {"voltage": 898, "ph_level": "critical", "barcode_id": "ops@test.io"}
{"voltage":898,"barcode":"ops@test.io","ph_level":"critical"}
tool_call_wrong_param
{ "type": "object", "properties": { "voltage": { "type": "integer" }, "barcode": { "type": "string", "format": "email" }, "ph_level": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] } }, "required": [...
Tool: verify_hazmat_compliance Params: {"voltage": 898, "ph_level": "critical", "barcode_id": "ops@test.io"}
Agent used wrong parameter name 'barcode_id' instead of 'barcode'
{"voltage":898,"barcode":"ops@test.io","ph_level":"critical"}
TASK repair_structured_output SPEC FIELD current_draw TYPE string_email REQUIRED yes FIELD sensor_id TYPE string REQUIRED no FIELD conductivity TYPE integer REQUIRED no FIELD amount TYPE null REQUIRED no FIELD phenotype.strand TYPE boolean REQUIRED yes FIELD phenotype.amplitude TYPE string VALUES synonymous|missense|n...
{"current_draw":"info@domain.org","sensor_id":"New York","conductivity":939,"phenotype":{"strand":false,"message":"user@domain.com","state":"RTG-04","department":"pending","price":957.66}}
truncated_object
{ "type": "object", "properties": { "current_draw": { "type": "string", "format": "email" }, "sensor_id": { "type": "string" }, "conductivity": { "type": "integer" }, "amount": { "type": "null" }, "phenotype": { "type": "object", "propert...
{"current_draw":"info@domain.org","sensor_id":"New York","conductivity":939,"phenotype":{"strand":false,"message":"user@domain.com","state":"RTG-04","department":"pending","price":957.66}
Unexpected end of JSON input — truncated object
{"current_draw":"info@domain.org","sensor_id":"New York","conductivity":939,"phenotype":{"strand":false,"message":"user@domain.com","state":"RTG-04","department":"pending","price":957.66}}
TASK repair_structured_output SPEC FIELD prop_b45 TYPE string REQUIRED no FIELD attr_y23 TYPE string REQUIRED yes FIELD key_p67 TYPE string_uri REQUIRED no FIELD col_j05 TYPE string REQUIRED no FIELD dim_c99 TYPE boolean REQUIRED no BROKEN_OUTPUT Let me check the system. Action: create_order Result: {"prop_b45": "Sao...
{"prop_b45":"Sao Paulo","attr_y23":"John","key_p67":"https://example.io/v1","col_j05":"PASS","dim_c99":true}
agent_chain
{ "type": "object", "properties": { "prop_b45": { "type": "string" }, "attr_y23": { "type": "string" }, "key_p67": { "type": "string", "format": "uri" }, "col_j05": { "type": "string" }, "dim_c99": { "type": "boolean" } }, "required": [...
Let me check the system. Action: create_order Result: {"prop_b45": "Sao Paulo", "attr_y23": "John", "key_p67": "https://example.io/v1", "dim_c99": true} I'll query our database. Action: filter_variants Result:
Agent multi-step chain with truncated tool output
{"prop_b45":"Sao Paulo","attr_y23":"John","key_p67":"https://example.io/v1","col_j05":"PASS","dim_c99":true}
TASK repair_structured_output SPEC FIELD field_k93.col_c06 TYPE integer REQUIRED no FIELD field_k93.prop_b29 TYPE integer REQUIRED yes FIELD field_k93.col_i08 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD field_k93.param_v29 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no...
{"field_k93":{"col_c06":229,"prop_b29":349,"param_v29":"in_progress"},"prop_f04":226,"dim_k85":855,"param_s19":911}
markdown_explanation
{ "type": "object", "properties": { "field_k93": { "type": "object", "properties": { "col_c06": { "type": "integer" }, "prop_b29": { "type": "integer" }, "col_i08": { "type": "string", "enum": [ "level_1", ...
Here's the structured output: ```json {"field_k93":{"col_c06":229,"prop_b29":349,"param_v29":"in_progress"},"prop_f04":226,"dim_k85":855,"param_s19":911} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"field_k93":{"col_c06":229,"prop_b29":349,"param_v29":"in_progress"},"prop_f04":226,"dim_k85":855,"param_s19":911}
TASK repair_structured_output SPEC FIELD dim_n29 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD attr_q34 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD prop_z82 TYPE integer REQUIRED no BROKEN_OUTPUT {'dim_n29':'mode_a','attr_q34':'type_c','prop_z82':182}
{"dim_n29":"mode_a","attr_q34":"type_c","prop_z82":182}
single_quotes
{ "type": "object", "properties": { "dim_n29": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "attr_q34": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "prop_z82": { "type...
{'dim_n29':'mode_a','attr_q34':'type_c','prop_z82':182}
Expecting property name enclosed in double quotes
{"dim_n29":"mode_a","attr_q34":"type_c","prop_z82":182}
TASK repair_structured_output SPEC FIELD url TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD ward TYPE integer REQUIRED no FIELD phone TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD coverage TYPE integer REQUIRED no FIELD berth_slot TYPE string_email REQUIRE...
{"url":"offline","ward":272,"phone":"degraded","berth_slot":"info@domain.org","city":null}
truncated_array
{ "type": "object", "properties": { "url": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "ward": { "type": "integer" }, "phone": { "type": "string", "enum": [ "operational", ...
{"url":"offline","ward":272,"phone":"degraded","berth_slot":"info@domain.org","city":null
Unexpected end of JSON input — truncated object
{"url":"offline","ward":272,"phone":"degraded","berth_slot":"info@domain.org","city":null}
TASK repair_structured_output SPEC FIELD dosage TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD url TYPE boolean REQUIRED no FIELD payment_status TYPE boolean REQUIRED no FIELD crew_id TYPE string REQUIRED yes FIELD salinity TYPE boolean REQUIRED no FIELD rating.frequency_hz TYPE string VA...
{"dosage":"frameshift","url":false,"payment_status":false,"crew_id":"https://api.example.com/v1","salinity":false,"rating":{"frequency_hz":"warning","company":"open","credit_score":"type_e"}}
markdown_explanation
{ "type": "object", "properties": { "dosage": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "url": { "type": "boolean" }, "payment_status": { "type": "boolean" }, "crew_id": { "typ...
Here is the JSON you requested: ```json {"dosage":"frameshift","url":false,"payment_status":false,"crew_id":"https://api.example.com/v1","salinity":false,"rating":{"frequency_hz":"warning","company":"open","credit_score":"type_e"}} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"dosage":"frameshift","url":false,"payment_status":false,"crew_id":"https://api.example.com/v1","salinity":false,"rating":{"frequency_hz":"warning","company":"open","credit_score":"type_e"}}
TASK repair_structured_output SPEC FIELD val_h24 TYPE string REQUIRED no FIELD param_s86 TYPE boolean REQUIRED no FIELD col_y13 TYPE integer REQUIRED yes FIELD col_k42 TYPE string REQUIRED yes FIELD val_h93 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD attr_z61 TYPE integer REQUIRED no BROKEN_OUTPUT {param_s86:tr...
{"param_s86":true,"col_y13":236,"col_k42":"London","val_h93":"cat_b"}
unquoted_keys
{ "type": "object", "properties": { "val_h24": { "type": "string" }, "param_s86": { "type": "boolean" }, "col_y13": { "type": "integer" }, "col_k42": { "type": "string" }, "val_h93": { "type": "string", "enum": [ "cat_a", "cat_b...
{param_s86:true,col_y13:236,col_k42:"London",val_h93:"cat_b"}
Expecting property name enclosed in double quotes
{"param_s86":true,"col_y13":236,"col_k42":"London","val_h93":"cat_b"}
TASK repair_structured_output SPEC FIELD col_r97 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD col_h04.dim_s91 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_h04.col_g93 TYPE number REQUIRED no FIELD col_h04.key_w73 TYPE boolean REQUIRED no FIELD col_h04.attr_v69 TYPE integer R...
{"col_r97":"unstable","col_h04":{"dim_s91":"draft","key_w73":true,"attr_v69":426,"col_q34":542},"prop_o34":715.76,"field_u97":"Jane","field_r45":{"key_j95":"hemizygous","val_s11":"viewer","field_s26":"returned","param_h56":"missense","prop_x82":null}}
extra_text_after
{ "type": "object", "properties": { "col_r97": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_h04": { "type": "object", "properties": { "dim_s91": { "type": "string", "enum": [ "...
{"col_r97":"unstable","col_h04":{"dim_s91":"draft","key_w73":true,"attr_v69":426,"col_q34":542},"prop_o34":715.76,"field_u97":"Jane","field_r45":{"key_j95":"hemizygous","val_s11":"viewer","field_s26":"returned","param_h56":"missense","prop_x82":null}} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"col_r97":"unstable","col_h04":{"dim_s91":"draft","key_w73":true,"attr_v69":426,"col_q34":542},"prop_o34":715.76,"field_u97":"Jane","field_r45":{"key_j95":"hemizygous","val_s11":"viewer","field_s26":"returned","param_h56":"missense","prop_x82":null}}
TASK repair_structured_output SPEC FIELD shipper_ref.updated_at TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD shipper_ref.size TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD shipper_ref.index TYPE number REQUIRED no FIELD shipper_ref.torque_output TYPE string_date-time REQUIR...
{"shipper_ref":{"updated_at":"viewer","size":"level_4","index":445.79,"torque_output":"2024-01-14T23:41:00Z"},"fleet_number":139,"chapter":262.25,"label":true}
number_with_unit
{ "type": "object", "properties": { "shipper_ref": { "type": "object", "properties": { "updated_at": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "size": { "type": "string", ...
{"shipper_ref": {"updated_at": "viewer", "size": "level_4", "index": 445.79, "torque_output": "2024-01-14T23:41:00Z"}, "fleet_number": 139, "chapter": "262.25kg", "label": true}
Field 'chapter' must be number, got string with unit
{"shipper_ref":{"updated_at":"viewer","size":"level_4","index":445.79,"torque_output":"2024-01-14T23:41:00Z"},"fleet_number":139,"chapter":262.25,"label":true}
TASK repair_structured_output SPEC FIELD procedure_code.options TYPE null REQUIRED yes FIELD procedure_code.wavelength TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD procedure_code.footnote TYPE boolean REQUIRED no FIELD procedure_code.vital_sign.items TYPE string VALUES open|in_progress|resolved|closed REQUI...
{"procedure_code":{"options":null,"wavelength":"cat_a","vital_sign":{"items":"resolved","strand":760.86,"price":true,"values":"REV"},"section":897.86,"tax":null,"decay_rate":"MV-Evergreen-01"},"address":376,"index":"https://data.io/data","current_draw":10.62,"items":null,"quantity":false,"strand":"sms"}
single_quotes
{ "type": "object", "properties": { "procedure_code": { "type": "object", "properties": { "options": { "type": "null" }, "wavelength": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] ...
{'procedure_code':{'options':null,'wavelength':'cat_a','vital_sign':{'items':'resolved','strand':760.86,'price':true,'values':'REV'},'section':897.86,'tax':null,'decay_rate':'MV-Evergreen-01'},'address':376,'index':'https://data.io/data','current_draw':10.62,'items':null,'quantity':false,'strand':'sms'}
Expecting property name enclosed in double quotes
{"procedure_code":{"options":null,"wavelength":"cat_a","vital_sign":{"items":"resolved","strand":760.86,"price":true,"values":"REV"},"section":897.86,"tax":null,"decay_rate":"MV-Evergreen-01"},"address":376,"index":"https://data.io/data","current_draw":10.62,"items":null,"quantity":false,"strand":"sms"}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD voltage TYPE string REQUIRED yes FIELD total TYPE string REQUIRED yes FIELD account_id TYPE boolean REQUIRED yes FIELD fleet_number TYPE string REQUIRED no BROKEN_OUTPUT Here is the response ...
{"diagnosis_code":"underway","voltage":"PASS","total":"This is a test value.","account_id":false}
extra_text_before
{ "type": "object", "properties": { "diagnosis_code": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "voltage": { "type": "string" }, "total": { "type": "string" }, "account_id": { "type":...
Here is the response in the requested format: {"diagnosis_code":"underway","voltage":"PASS","total":"This is a test value.","account_id":false}
Output contains non-JSON text before the object
{"diagnosis_code":"underway","voltage":"PASS","total":"This is a test value.","account_id":false}
TASK repair_structured_output SPEC FIELD active TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD status_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD label TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD enabled TYPE boolean REQUIRED no FIELD log_lev...
{"active":"phone","status_code":"oceanic","label":"confirmed","enabled":true,"log_level":"REV"}
truncated_array
{ "type": "object", "properties": { "active": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "status_code": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] ...
{"active":"phone","status_code":"oceanic","label":"confirmed","enabled":true,"log_level":"REV"
Unexpected end of JSON input — truncated object
{"active":"phone","status_code":"oceanic","label":"confirmed","enabled":true,"log_level":"REV"}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE integer REQUIRED yes FIELD item_id TYPE string REQUIRED yes FIELD brake_pressure TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD nickname TYPE string_date-time REQUIRED no BROKEN_OUTPUT ```json {"dissolved_oxygen":186,"item_id":"Ber...
{"dissolved_oxygen":186,"item_id":"Berlin","nickname":"2025-06-01T19:25:00Z"}
markdown_fences
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "integer" }, "item_id": { "type": "string" }, "brake_pressure": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "nickname": { ...
```json {"dissolved_oxygen":186,"item_id":"Berlin","nickname":"2025-06-01T19:25:00Z"} ```
Output contains markdown code fences
{"dissolved_oxygen":186,"item_id":"Berlin","nickname":"2025-06-01T19:25:00Z"}
TASK repair_structured_output SPEC FIELD interest_rate TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD pressure_kpa TYPE integer REQUIRED yes FIELD order_id[] TYPE string REQUIRED no BROKEN_OUTPUT Analyzing the schema to generate valid JSON... Checking required fields and types... {"pressure_kpa":257,...
{"pressure_kpa":257,"order_id":["Luis","A short description.","Diana"]}
thought_process
{ "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "pressure_kpa": { "type": "integer" }, "order_id": { "type": "array", "items": { "type": "strin...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"pressure_kpa":257,"order_id":["Luis","A short description.","Diana"]}
Output contains chain-of-thought reasoning before JSON
{"pressure_kpa":257,"order_id":["Luis","A short description.","Diana"]}
TASK repair_structured_output SPEC FIELD attr_o70 TYPE integer REQUIRED no FIELD key_l17 TYPE string REQUIRED yes FIELD dim_r64 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"attr_o70":372,"key_l17":"completed","dim_r64":"2020-04-03T11:04:00Z"
{"attr_o70":372,"key_l17":"completed","dim_r64":"2020-04-03T11:04:00Z"}
truncated_array
{ "type": "object", "properties": { "attr_o70": { "type": "integer" }, "key_l17": { "type": "string" }, "dim_r64": { "type": "string", "format": "date-time" } }, "required": [ "key_l17", "dim_r64" ] }
{"attr_o70":372,"key_l17":"completed","dim_r64":"2020-04-03T11:04:00Z"
Unexpected end of JSON input — truncated object
{"attr_o70":372,"key_l17":"completed","dim_r64":"2020-04-03T11:04:00Z"}
TASK repair_structured_output SPEC FIELD attr_y71 TYPE string REQUIRED no FIELD key_p19 TYPE string REQUIRED yes FIELD key_u06 TYPE string REQUIRED yes FIELD param_v87 TYPE boolean REQUIRED yes FIELD col_y68.param_u59 TYPE boolean REQUIRED no FIELD col_y68.col_w16 TYPE null REQUIRED no FIELD col_y68.key_g09 TYPE strin...
{"attr_y71":"Luis","key_p19":"pending","key_u06":"Diana","param_v87":true,"col_y68":{"param_u59":false,"col_w16":null,"key_g09":"divorced"},"field_k56":{"dim_j34":"2024-06-30","field_e86":"2022-06-05T21:24:00Z","dim_l44":false,"key_f49":614,"field_w04":null}}
missing_bracket
{ "type": "object", "properties": { "attr_y71": { "type": "string" }, "key_p19": { "type": "string" }, "key_u06": { "type": "string" }, "param_v87": { "type": "boolean" }, "col_y68": { "type": "object", "properties": { "param_u59": { ...
{"attr_y71":"Luis","key_p19":"pending","key_u06":"Diana","param_v87":true,"col_y68":{"param_u59":false,"col_w16":null,"key_g09":"divorced"},"field_k56":{"dim_j34":"2024-06-30","field_e86":"2022-06-05T21:24:00Z","dim_l44":false,"key_f49":614,"field_w04":null}}
Missing closing bracket
{"attr_y71":"Luis","key_p19":"pending","key_u06":"Diana","param_v87":true,"col_y68":{"param_u59":false,"col_w16":null,"key_g09":"divorced"},"field_k56":{"dim_j34":"2024-06-30","field_e86":"2022-06-05T21:24:00Z","dim_l44":false,"key_f49":614,"field_w04":null}}
TASK repair_structured_output SPEC FIELD dim_o07 TYPE integer REQUIRED no FIELD prop_z30 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD attr_h27 TYPE integer REQUIRED no FIELD param_z96.dim_p98.key_u09 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_z96.dim_p98.col_z18 TY...
{"dim_o07":993,"prop_z30":"synonymous","param_z96":{"dim_p98":{"key_u09":"xl","col_z18":134.47,"attr_z72":"viewer"},"attr_n15":"world","dim_o71":true,"val_v39":"completed","val_o75":956.8,"field_o51":438,"dim_w11":"info@test.io"},"field_l44":"closed"}
markdown_fences
{ "type": "object", "properties": { "dim_o07": { "type": "integer" }, "prop_z30": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "attr_h27": { "type": "integer" }, "param_z96": { "t...
```json {"dim_o07":993,"prop_z30":"synonymous","param_z96":{"dim_p98":{"key_u09":"xl","col_z18":134.47,"attr_z72":"viewer"},"attr_n15":"world","dim_o71":true,"val_v39":"completed","val_o75":956.8,"field_o51":438,"dim_w11":"info@test.io"},"field_l44":"closed"} ```
Output contains markdown code fences
{"dim_o07":993,"prop_z30":"synonymous","param_z96":{"dim_p98":{"key_u09":"xl","col_z18":134.47,"attr_z72":"viewer"},"attr_n15":"world","dim_o71":true,"val_v39":"completed","val_o75":956.8,"field_o51":438,"dim_w11":"info@test.io"},"field_l44":"closed"}
TASK repair_structured_output SPEC FIELD dim_v09 TYPE number REQUIRED no FIELD dim_p51 TYPE string REQUIRED yes FIELD col_h02.dim_e19 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD col_h02.field_a47 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD col_h02.key_a12 TYPE string VALUES level_1|...
{"dim_v09":414.3,"dim_p51":"REV","attr_y26":{"col_d81":"option_c","val_k31":"large","dim_r30":"info@example.com"}}
truncated_object
{ "type": "object", "properties": { "dim_v09": { "type": "number" }, "dim_p51": { "type": "string" }, "col_h02": { "type": "object", "properties": { "dim_e19": { "type": "string", "enum": [ "type_a", "type_b", ...
{"dim_v09":414.3,"dim_p51":"REV","attr_y26":{"col_d81":"option_c","val_k31":"large","dim_r30":"info@example.com"}
Unexpected end of JSON input — truncated object
{"dim_v09":414.3,"dim_p51":"REV","attr_y26":{"col_d81":"option_c","val_k31":"large","dim_r30":"info@example.com"}}
TASK repair_structured_output SPEC FIELD vital_sign TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD name TYPE string_email REQUIRED yes FIELD ward TYPE string_uri REQUIRED yes FIELD turbidity TYPE number REQUIRED no FIELD start_date TYPE string REQUIRED no FIELD log_level TYPE string VALUES low|med...
{"vital_sign":"oceanic","name":"ops@domain.org","ward":"https://example.org/v1","turbidity":29.49,"start_date":"chr1","log_level":"high"}
single_quotes
{ "type": "object", "properties": { "vital_sign": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "name": { "type": "string", "format": "email" }, "ward": { "type": "string", "format": "uri" ...
{'vital_sign':'oceanic','name':'ops@domain.org','ward':'https://example.org/v1','turbidity':29.49,'start_date':'chr1','log_level':'high'}
Expecting property name enclosed in double quotes
{"vital_sign":"oceanic","name":"ops@domain.org","ward":"https://example.org/v1","turbidity":29.49,"start_date":"chr1","log_level":"high"}
TASK repair_structured_output SPEC FIELD dim_x14 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD val_x16.prop_f88 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD val_x16.attr_u72 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD val_x16.key_a38 TYPE string VALUES coas...
{"dim_x14":"option_c","col_g68":"type_a","attr_e50":{"key_p93":"type_c","key_d54":{"dim_m34":"level_3","field_u06":"option_a","dim_k05":275,"dim_s65":null}},"prop_i71":"resolved","param_k68":791}
markdown_fences
{ "type": "object", "properties": { "dim_x14": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "val_x16": { "type": "object", "properties": { "prop_f88": { "type": "string", "enum": [ "lev...
```json {"dim_x14":"option_c","col_g68":"type_a","attr_e50":{"key_p93":"type_c","key_d54":{"dim_m34":"level_3","field_u06":"option_a","dim_k05":275,"dim_s65":null}},"prop_i71":"resolved","param_k68":791} ```
Output contains markdown code fences
{"dim_x14":"option_c","col_g68":"type_a","attr_e50":{"key_p93":"type_c","key_d54":{"dim_m34":"level_3","field_u06":"option_a","dim_k05":275,"dim_s65":null}},"prop_i71":"resolved","param_k68":791}
TASK repair_structured_output SPEC FIELD velocity TYPE string VALUES single|married|divorced REQUIRED no FIELD crew_id TYPE integer REQUIRED yes FIELD shipping TYPE string REQUIRED yes BROKEN_OUTPUT Analyzing the sensor data to generate the output. I'll apply the required format first. {"velocity":"divorced","crew_i...
{"velocity":"divorced","crew_id":825,"shipping":"user@domain.com"}
thought_process
{ "type": "object", "properties": { "velocity": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "crew_id": { "type": "integer" }, "shipping": { "type": "string" } }, "required": [ "crew_id", "shipping" ] }
Analyzing the sensor data to generate the output. I'll apply the required format first. {"velocity":"divorced","crew_id":825,"shipping":"user@domain.com"}
Output contains chain-of-thought reasoning before JSON
{"velocity":"divorced","crew_id":825,"shipping":"user@domain.com"}
TASK repair_structured_output SPEC FIELD col_x28 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD val_d28 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD param_u50 TYPE integer REQUIRED yes FIELD param_j26.col_u77 TYPE string REQUIRED no FIELD param_j26.key_s25 TYPE boolean REQUI...
{"param_u50":415,"param_j26":{"col_u77":"Tokyo","key_s25":true,"field_r09":"Berlin","key_c79":["cancelled","Luis","test","2024-06-30"],"prop_t83":[564.92,382.15]},"param_n44":"REV"}
null_required
{ "type": "object", "properties": { "col_x28": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_d28": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ...
{"param_u50": null, "param_j26": {"col_u77": "Tokyo", "key_s25": true, "field_r09": "Berlin", "key_c79": ["cancelled", "Luis", "test", "2024-06-30"], "prop_t83": [564.92, 382.15]}, "param_n44": "REV"}
Required field 'param_u50' is null
{"param_u50":415,"param_j26":{"col_u77":"Tokyo","key_s25":true,"field_r09":"Berlin","key_c79":["cancelled","Luis","test","2024-06-30"],"prop_t83":[564.92,382.15]},"param_n44":"REV"}
TASK repair_structured_output SPEC FIELD branch.feedback TYPE integer REQUIRED no FIELD branch.status TYPE integer REQUIRED no FIELD branch.consignee TYPE integer REQUIRED yes FIELD branch.duration_ms TYPE string VALUES admin|editor|viewer REQUIRED no FIELD branch.bill_of_lading TYPE string REQUIRED no FIELD branch.in...
{"branch":{"feedback":410,"consignee":179,"invoice_id":"info"},"tile":"foo","width":238,"visible":null}
single_quotes
{ "type": "object", "properties": { "branch": { "type": "object", "properties": { "feedback": { "type": "integer" }, "status": { "type": "integer" }, "consignee": { "type": "integer" }, "duration_ms": { "...
{'branch':{'feedback':410,'consignee':179,'invoice_id':'info'},'tile':'foo','width':238,'visible':null}
Expecting property name enclosed in double quotes
{"branch":{"feedback":410,"consignee":179,"invoice_id":"info"},"tile":"foo","width":238,"visible":null}
TASK repair_structured_output SPEC FIELD key_c42 TYPE string REQUIRED no FIELD param_g34 TYPE string_uri REQUIRED no FIELD col_v11 TYPE integer REQUIRED no FIELD col_z15[] TYPE string REQUIRED yes BROKEN_OUTPUT {"key_c42": "bar", "param_g34": "https://example.org/api", "col_z15": ["hello", "Alice", "baz", "Bob"], "ex...
{"key_c42":"bar","param_g34":"https://example.org/api","col_z15":["hello","Alice","baz","Bob"]}
extra_field
{ "type": "object", "properties": { "key_c42": { "type": "string" }, "param_g34": { "type": "string", "format": "uri" }, "col_v11": { "type": "integer" }, "col_z15": { "type": "array", "items": { "type": "string" } } }, "required"...
{"key_c42": "bar", "param_g34": "https://example.org/api", "col_z15": ["hello", "Alice", "baz", "Bob"], "extra_field_6279": 42}
Unknown field 'extra_field_6279' not defined in schema
{"key_c42":"bar","param_g34":"https://example.org/api","col_z15":["hello","Alice","baz","Bob"]}
TASK repair_structured_output SPEC FIELD span_id TYPE boolean REQUIRED yes FIELD status TYPE integer REQUIRED yes FIELD latitude TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT {"span_id": false, "status": 404, "latitude": "published", "extra_field_5426": 42}
{"span_id":false,"status":404,"latitude":"published"}
extra_field
{ "type": "object", "properties": { "span_id": { "type": "boolean" }, "status": { "type": "integer" }, "latitude": { "type": "string", "enum": [ "draft", "published", "archived" ] } }, "required": [ "latitude", "status", "...
{"span_id": false, "status": 404, "latitude": "published", "extra_field_5426": 42}
Unknown field 'extra_field_5426' not defined in schema
{"span_id":false,"status":404,"latitude":"published"}
TASK repair_structured_output SPEC FIELD col_z00 TYPE string REQUIRED no FIELD col_v55 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD val_i01.key_n89 TYPE string_email REQUIRED yes FIELD val_i01.field_x89 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD val_i01.pro...
{"col_z00":"Maria","col_v55":"mode_e","val_i01":{"key_n89":"admin@domain.org","field_x89":"level_3","prop_z29":{"field_o34":"cat_b","col_o15":"cat_b","field_q47":894},"dim_h28":"unstable"},"key_a53":"Oliveira","key_r08":true,"param_b59":{"dim_k95":"https://data.org/v1","col_v54":"editor","param_s66":915},"attr_s47":904...
tool_call_wrong_param
{ "type": "object", "properties": { "col_z00": { "type": "string" }, "col_v55": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "val_i01": { "type": "object", "properties": { "...
Tool: fetch_lab_result Params: {"col_z00": "Maria", "col_v55": "mode_e", "val_i01": {"key_n89": "admin@domain.org", "field_x89": "level_3", "prop_z29": {"field_o34": "cat_b", "col_o15": "cat_b", "field_q47": 894}, "dim_h28": "unstable"}, "key_a53": "Oliveira", "key_r08": true, "param_b59": {"dim_k95": "https://data.org...
Agent used wrong parameter name 'attr_s47_name' instead of 'attr_s47'
{"col_z00":"Maria","col_v55":"mode_e","val_i01":{"key_n89":"admin@domain.org","field_x89":"level_3","prop_z29":{"field_o34":"cat_b","col_o15":"cat_b","field_q47":894},"dim_h28":"unstable"},"key_a53":"Oliveira","key_r08":true,"param_b59":{"dim_k95":"https://data.org/v1","col_v54":"editor","param_s66":915},"attr_s47":904...
TASK repair_structured_output SPEC FIELD tile TYPE null REQUIRED yes FIELD lane TYPE boolean REQUIRED yes FIELD label TYPE string VALUES success|error|warning|info REQUIRED no FIELD payment_status TYPE string REQUIRED yes BROKEN_OUTPUT {tile:null,lane:true,label:"warning",payment_status:"Maria"}
{"tile":null,"lane":true,"label":"warning","payment_status":"Maria"}
unquoted_keys
{ "type": "object", "properties": { "tile": { "type": "null" }, "lane": { "type": "boolean" }, "label": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "payment_status": { "type": "string" } ...
{tile:null,lane:true,label:"warning",payment_status:"Maria"}
Expecting property name enclosed in double quotes
{"tile":null,"lane":true,"label":"warning","payment_status":"Maria"}
TASK repair_structured_output SPEC FIELD product_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD rating TYPE string REQUIRED yes FIELD frequency_hz TYPE number REQUIRED yes FIELD phone TYPE integer REQUIRED no FIELD zip_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5|...
{"product_id":"mode_c","rating":"2023-12-25","frequency_hz":65.91,"phone":405,"zip_code":"level_5"}
missing_brace
{ "type": "object", "properties": { "product_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "rating": { "type": "string" }, "frequency_hz": { "type": "number" }, ...
{"product_id":"mode_c","rating":"2023-12-25","frequency_hz":65.91,"phone":405,"zip_code":"level_5"
Missing closing brace
{"product_id":"mode_c","rating":"2023-12-25","frequency_hz":65.91,"phone":405,"zip_code":"level_5"}
TASK repair_structured_output SPEC FIELD val_o85.val_b24 TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_o85.dim_l12 TYPE number REQUIRED yes FIELD val_o85.param_a42 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD col_c14 TYPE integer REQUIRED yes FIELD prop_b05 TYP...
{"col_c14":43,"prop_b05":"foo"}
partial_structure
{ "type": "object", "properties": { "val_o85": { "type": "object", "properties": { "val_b24": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "dim_l12": { "type": "number" ...
The col_c14 is 43 and {"col_c14":43,"prop_b05":"foo"}
Output mixes natural language with JSON
{"col_c14":43,"prop_b05":"foo"}
TASK repair_structured_output SPEC FIELD prop_n11.prop_e25 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD prop_n11.col_c41 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD prop_n11.key_l04.val_d28 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes F...
{"prop_n11":{"prop_e25":"GBP","col_c41":"cat_d","key_l04":{"val_d28":"option_e","attr_q64":319,"val_h65":"test@example.com"}},"col_l40":"mode_a"}
single_quotes
{ "type": "object", "properties": { "prop_n11": { "type": "object", "properties": { "prop_e25": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "col_c41": { ...
{'prop_n11':{'prop_e25':'GBP','col_c41':'cat_d','key_l04':{'val_d28':'option_e','attr_q64':319,'val_h65':'test@example.com'}},'col_l40':'mode_a'}
Expecting property name enclosed in double quotes
{"prop_n11":{"prop_e25":"GBP","col_c41":"cat_d","key_l04":{"val_d28":"option_e","attr_q64":319,"val_h65":"test@example.com"}},"col_l40":"mode_a"}
TASK repair_structured_output SPEC FIELD footnote TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD due_date TYPE string_uri REQUIRED no FIELD transaction_id TYPE number REQUIRED yes BROKEN_OUTPUT {"footnote": "invalid_choice_263", "transaction_id": 612.91}
{"footnote":"mode_b","transaction_id":612.91}
invalid_enum
{ "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "due_date": { "type": "string", "format": "uri" }, "transaction_id": { "type": "number" ...
{"footnote": "invalid_choice_263", "transaction_id": 612.91}
Field 'footnote' has invalid enum value 'invalid_choice_263', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e']
{"footnote":"mode_b","transaction_id":612.91}
TASK repair_structured_output SPEC FIELD param_k82 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD dim_p12 TYPE boolean REQUIRED yes FIELD param_l00 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD col_h14 TYPE integer REQUIRED no FIELD key_f89 TYPE string VALUES operational|degraded|offline|maintenan...
{"param_k82":"type_b","dim_p12":true,"param_l00":"cat_b","key_f89":"maintenance"}
unquoted_keys
{ "type": "object", "properties": { "param_k82": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "dim_p12": { "type": "boolean" }, "param_l00": { "type": "string", "enum": [ "cat_a", "cat_b", "cat...
{param_k82:"type_b",dim_p12:true,param_l00:"cat_b",key_f89:"maintenance"}
Expecting property name enclosed in double quotes
{"param_k82":"type_b","dim_p12":true,"param_l00":"cat_b","key_f89":"maintenance"}
TASK repair_structured_output SPEC FIELD col_h39 TYPE string REQUIRED yes FIELD col_i01 TYPE integer REQUIRED no FIELD val_n71 TYPE integer REQUIRED no BROKEN_OUTPUT {"col_h39": "Maria", "col_i01": 484, "val_n71": 491, "extra_field_9181": true}
{"col_h39":"Maria","col_i01":484,"val_n71":491}
extra_field
{ "type": "object", "properties": { "col_h39": { "type": "string" }, "col_i01": { "type": "integer" }, "val_n71": { "type": "integer" } }, "required": [ "col_h39" ] }
{"col_h39": "Maria", "col_i01": 484, "val_n71": 491, "extra_field_9181": true}
Unknown field 'extra_field_9181' not defined in schema
{"col_h39":"Maria","col_i01":484,"val_n71":491}
TASK repair_structured_output SPEC FIELD size TYPE string REQUIRED yes FIELD section TYPE string VALUES admin|editor|viewer REQUIRED no FIELD fleet_number.features TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD fleet_number.run_id TYPE string REQUIRED no FIELD fleet_number.filter_flag TYPE string VALU...
{"size":"foo","run_id":"coastal","position":293}
missing_required
{ "type": "object", "properties": { "size": { "type": "string" }, "section": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "fleet_number": { "type": "object", "properties": { "features": { "type": "str...
{"run_id": "coastal", "position": 293}
Required field 'size' is missing
{"size":"foo","run_id":"coastal","position":293}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE boolean REQUIRED yes FIELD zip_code TYPE integer REQUIRED no FIELD procedure_code TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no BROKEN_OUTPUT {'shipper_ref':false,'zip_code':717,'procedure_code':'mode_c'}
{"shipper_ref":false,"zip_code":717,"procedure_code":"mode_c"}
single_quotes
{ "type": "object", "properties": { "shipper_ref": { "type": "boolean" }, "zip_code": { "type": "integer" }, "procedure_code": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] } }, "required": [ "shipper_ref" ] }
{'shipper_ref':false,'zip_code':717,'procedure_code':'mode_c'}
Expecting property name enclosed in double quotes
{"shipper_ref":false,"zip_code":717,"procedure_code":"mode_c"}
TASK repair_structured_output SPEC FIELD footnote.diagnosis_code TYPE null REQUIRED yes FIELD footnote.temp_celsius TYPE string VALUES active|inactive|pending REQUIRED no FIELD footnote.isotope TYPE string_date-time REQUIRED yes FIELD subject TYPE string REQUIRED no FIELD interest_rate TYPE number REQUIRED no BROKEN_...
{"footnote":{"diagnosis_code":null,"isotope":"2021-11-26T15:57:00Z"},"subject":"https://api.example.com/v1","interest_rate":341.29}
wrong_type
{ "type": "object", "properties": { "footnote": { "type": "object", "properties": { "diagnosis_code": { "type": "null" }, "temp_celsius": { "type": "string", "enum": [ "active", "inactive", "pending" ...
{"footnote": {"diagnosis_code": null, "isotope": "2021-11-26T15:57:00Z"}, "subject": "https://api.example.com/v1", "interest_rate": "\"341.29\""}
Field 'interest_rate' must be number, got string
{"footnote":{"diagnosis_code":null,"isotope":"2021-11-26T15:57:00Z"},"subject":"https://api.example.com/v1","interest_rate":341.29}
TASK repair_structured_output SPEC FIELD position TYPE string_email REQUIRED no FIELD chromosome TYPE number REQUIRED yes FIELD trace_id.dissolved_oxygen TYPE boolean REQUIRED yes FIELD trace_id.country TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD trace_id.created_at TYPE string REQUIRED no FIELD trace_i...
{"chromosome":369.78,"hazmat_code":null}
truncated_object
{ "type": "object", "properties": { "position": { "type": "string", "format": "email" }, "chromosome": { "type": "number" }, "trace_id": { "type": "object", "properties": { "dissolved_oxygen": { "type": "boolean" }, "country": { ...
{"chromosome":369.78,"hazmat_code":null
Unexpected end of JSON input — truncated object
{"chromosome":369.78,"hazmat_code":null}
TASK repair_structured_output SPEC FIELD phone TYPE string_email REQUIRED no FIELD temp_celsius TYPE number REQUIRED no FIELD shipper_ref TYPE integer REQUIRED yes FIELD brake_pressure TYPE string REQUIRED no FIELD duration_ms[] TYPE integer REQUIRED no BROKEN_OUTPUT Here is the response in the requested format: {"ph...
{"phone":"user@example.com","shipper_ref":131}
extra_text_before
{ "type": "object", "properties": { "phone": { "type": "string", "format": "email" }, "temp_celsius": { "type": "number" }, "shipper_ref": { "type": "integer" }, "brake_pressure": { "type": "string" }, "duration_ms": { "type": "array", "i...
Here is the response in the requested format: {"phone":"user@example.com","shipper_ref":131}
Output contains non-JSON text before the object
{"phone":"user@example.com","shipper_ref":131}
TASK repair_structured_output SPEC FIELD dim_u88 TYPE number REQUIRED yes FIELD attr_l46 TYPE string REQUIRED no FIELD attr_p80.field_o19.val_y50 TYPE string REQUIRED no FIELD attr_p80.field_o19.field_l08 TYPE boolean REQUIRED yes FIELD attr_p80.field_o19.col_h05 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIEL...
{"dim_u88":791.36,"attr_l46":"Tokyo","attr_p80":{"field_o19":{"val_y50":"foo","field_l08":true,"param_c35":["https://example.io/v1"]},"field_o00":"arctic","val_o86":"https://data.com/data","col_n59":{"key_r61":348,"col_h06":750.29,"attr_u95":621,"field_u21":true}}}
partial_structure
{ "type": "object", "properties": { "dim_u88": { "type": "number" }, "attr_l46": { "type": "string" }, "attr_p80": { "type": "object", "properties": { "field_o19": { "type": "object", "properties": { "val_y50": { "type...
Based on the data, attr_p80 is {'field_o19': {'val_y50': 'foo', 'field_l08': True, 'param_c35': ['https://example.io/v1']}, 'field_o00': 'arctic', 'val_o86': 'https://data.com/data', 'col_n59': {'key_r61': 348, 'col_h06': 750.29, 'attr_u95': 621, 'field_u21': True}}. {"dim_u88":791.36,"attr_l46":"Tokyo","attr_p80":{"fi...
Output mixes natural language with JSON
{"dim_u88":791.36,"attr_l46":"Tokyo","attr_p80":{"field_o19":{"val_y50":"foo","field_l08":true,"param_c35":["https://example.io/v1"]},"field_o00":"arctic","val_o86":"https://data.com/data","col_n59":{"key_r61":348,"col_h06":750.29,"attr_u95":621,"field_u21":true}}}
TASK repair_structured_output SPEC FIELD col_d54 TYPE string REQUIRED yes FIELD col_a27 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_x69 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD prop_s40 TYPE integer REQUIRED yes FIELD dim_n21 TYPE string_email REQUIRED yes BROKEN...
{"col_d54":"Silva","col_a27":"viewer","attr_x69":"frameshift","prop_s40":430,"dim_n21":"test@test.io"}
truncated_array
{ "type": "object", "properties": { "col_d54": { "type": "string" }, "col_a27": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_x69": { "type": "string", "enum": [ "synonymous", "missense", "...
{"col_d54":"Silva","col_a27":"viewer","attr_x69":"frameshift","prop_s40":430,"dim_n21":"test@test.io"
Unexpected end of JSON input — truncated object
{"col_d54":"Silva","col_a27":"viewer","attr_x69":"frameshift","prop_s40":430,"dim_n21":"test@test.io"}
TASK repair_structured_output SPEC FIELD deploy_target TYPE string REQUIRED no FIELD manifest_ref TYPE number REQUIRED no FIELD allele TYPE boolean REQUIRED no FIELD hazmat_code TYPE integer REQUIRED yes FIELD department TYPE string VALUES email|phone|sms|push REQUIRED no FIELD level TYPE string REQUIRED no FIELD opti...
{"deploy_target":"2023-12-25","allele":true,"hazmat_code":204,"department":"sms","options":"Alice"}
wrong_type
{ "type": "object", "properties": { "deploy_target": { "type": "string" }, "manifest_ref": { "type": "number" }, "allele": { "type": "boolean" }, "hazmat_code": { "type": "integer" }, "department": { "type": "string", "enum": [ "email",...
{"deploy_target": "2023-12-25", "allele": "\"yes\"", "hazmat_code": 204, "department": "sms", "options": "Alice"}
Field 'allele' must be boolean, got string
{"deploy_target":"2023-12-25","allele":true,"hazmat_code":204,"department":"sms","options":"Alice"}
TASK repair_structured_output SPEC FIELD user_id TYPE null REQUIRED no FIELD active.item_id TYPE string_date-time REQUIRED yes FIELD active.fleet_number TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD active.organism TYPE boolean REQUIRED yes FIELD active.wavelength.allele TYPE null REQU...
{"active":{"item_id":"2020-07-28T14:10:00Z","fleet_number":"maintenance","organism":true,"wavelength":{"allele":null,"shift_code":"open","manifest_ref":"Tokyo","active":755.67,"aligned_pct":521.03,"items":"REV"},"step":{"subtotal":"FWD","isotope":718,"strand":["medium","medium","high"]},"score":608.08,"message":"https:...
null_required
{ "type": "object", "properties": { "user_id": { "type": "null" }, "active": { "type": "object", "properties": { "item_id": { "type": "string", "format": "date-time" }, "fleet_number": { "type": "string", "enum": [ ...
{"active": {"item_id": "2020-07-28T14:10:00Z", "fleet_number": "maintenance", "organism": true, "wavelength": {"allele": null, "shift_code": "open", "manifest_ref": "Tokyo", "active": 755.67, "aligned_pct": 521.03, "items": "REV"}, "step": {"subtotal": "FWD", "isotope": 718, "strand": ["medium", "medium", "high"]}, "sc...
Required field 'lab_result' is null
{"active":{"item_id":"2020-07-28T14:10:00Z","fleet_number":"maintenance","organism":true,"wavelength":{"allele":null,"shift_code":"open","manifest_ref":"Tokyo","active":755.67,"aligned_pct":521.03,"items":"REV"},"step":{"subtotal":"FWD","isotope":718,"strand":["medium","medium","high"]},"score":608.08,"message":"https:...
TASK repair_structured_output SPEC FIELD decay_rate TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD active TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD start_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD published TYPE integer REQUIRED ...
{"decay_rate":"resolved","active":"maintenance","start_date":"oceanic","position":"2026-08-14T22:14:00Z","collateral":"PASS"}
missing_bracket
{ "type": "object", "properties": { "decay_rate": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "active": { "type": "string", "enum": [ "operational", "degraded", "offline", "ma...
{"decay_rate":"resolved","active":"maintenance","start_date":"oceanic","position":"2026-08-14T22:14:00Z","collateral":"PASS"}
Missing closing bracket
{"decay_rate":"resolved","active":"maintenance","start_date":"oceanic","position":"2026-08-14T22:14:00Z","collateral":"PASS"}
TASK repair_structured_output SPEC FIELD url TYPE number REQUIRED no FIELD yield_pct TYPE boolean REQUIRED yes FIELD maturity_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD terminal_id TYPE integer REQUIRED yes BROKEN_OUTPUT {"url":468.12,"yield_pct":true,"maturity_date":"coastal","terminal_i...
{"url":468.12,"yield_pct":true,"maturity_date":"coastal","terminal_id":652}
trailing_comma
{ "type": "object", "properties": { "url": { "type": "number" }, "yield_pct": { "type": "boolean" }, "maturity_date": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "terminal_id": { "type": "...
{"url":468.12,"yield_pct":true,"maturity_date":"coastal","terminal_id":652,}
Unexpected trailing comma
{"url":468.12,"yield_pct":true,"maturity_date":"coastal","terminal_id":652}
TASK repair_structured_output SPEC FIELD index TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD description TYPE null REQUIRED yes FIELD values TYPE integer REQUIRED no FIELD address TYPE boolean REQUIRED no FIELD country TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD subto...
{"index":"intermittent","description":null,"values":740,"address":true,"country":"hemizygous","subtotal":987,"due_date":"MV-Evergreen-01"}
extra_text_after
{ "type": "object", "properties": { "index": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "description": { "type": "null" }, "values": { "type": "integer" }, "address": { "type": "boolean" }, ...
{"index":"intermittent","description":null,"values":740,"address":true,"country":"hemizygous","subtotal":987,"due_date":"MV-Evergreen-01"} Hope this helps!
Output contains non-JSON text after the object
{"index":"intermittent","description":null,"values":740,"address":true,"country":"hemizygous","subtotal":987,"due_date":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD width TYPE string VALUES success|error|warning|info REQUIRED no FIELD user_id TYPE string REQUIRED yes FIELD tile TYPE string_email REQUIRED no BROKEN_OUTPUT Let me check the system. Action: generate_report Result: {"user_id": "GRCh38"} Processing the request now. Action: run...
{"user_id":"GRCh38","tile":"test@example.com"}
agent_chain
{ "type": "object", "properties": { "width": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "user_id": { "type": "string" }, "tile": { "type": "string", "format": "email" } }, "required": [ ...
Let me check the system. Action: generate_report Result: {"user_id": "GRCh38"} Processing the request now. Action: run_diagnostics Result:
Agent multi-step chain with truncated tool output
{"user_id":"GRCh38","tile":"test@example.com"}
TASK repair_structured_output SPEC FIELD key_o06 TYPE string REQUIRED yes FIELD key_l66 TYPE string_uri REQUIRED yes FIELD key_c59 TYPE string REQUIRED no FIELD prop_r51 TYPE string REQUIRED no FIELD attr_p32 TYPE string REQUIRED yes BROKEN_OUTPUT track_vessel(key_o06='Paris', key_l66='https://www.com/api', prop_r51=...
{"key_o06":"Paris","key_l66":"https://www.com/api","prop_r51":"example","attr_p32":"Hapag-Lloyd-Express"}
tool_call_python_syntax
{ "type": "object", "properties": { "key_o06": { "type": "string" }, "key_l66": { "type": "string", "format": "uri" }, "key_c59": { "type": "string" }, "prop_r51": { "type": "string" }, "attr_p32": { "type": "string" } }, "required": [ ...
track_vessel(key_o06='Paris', key_l66='https://www.com/api', prop_r51='example', attr_p32='Hapag-Lloyd-Express')
Tool call uses Python syntax instead of JSON
{"key_o06":"Paris","key_l66":"https://www.com/api","prop_r51":"example","attr_p32":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD description TYPE number REQUIRED yes FIELD bed_number.tags TYPE string REQUIRED yes FIELD bed_number.country TYPE integer REQUIRED no FIELD bed_number.port_code TYPE integer REQUIRED no FIELD bed_number.interest_rate[].role TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIE...
{"description":496.63,"bed_number":{"tags":"active","port_code":956},"lab_result":934.77}
extra_text_after
{ "type": "object", "properties": { "description": { "type": "number" }, "bed_number": { "type": "object", "properties": { "tags": { "type": "string" }, "country": { "type": "integer" }, "port_code": { "type": "integ...
{"description":496.63,"bed_number":{"tags":"active","port_code":956},"lab_result":934.77} This should match the schema you provided.
Output contains non-JSON text after the object
{"description":496.63,"bed_number":{"tags":"active","port_code":956},"lab_result":934.77}
TASK repair_structured_output SPEC FIELD prop_z34 TYPE number REQUIRED no FIELD prop_n31 TYPE boolean REQUIRED yes FIELD dim_z83.param_e95 TYPE null REQUIRED yes FIELD dim_z83.dim_k77 TYPE boolean REQUIRED yes FIELD dim_z83.val_w73[].val_y82 TYPE number REQUIRED yes FIELD dim_z83.val_w73[].val_i44 TYPE string_uri REQU...
{"prop_n31":true,"dim_z83":{"param_e95":null,"dim_k77":false,"val_w73":[{"val_y82":776.7,"param_q10":"info@test.io","val_d64":"https://example.com/api","dim_d56":"heterozygous"},{"val_y82":704.04,"dim_b19":"example","param_q10":"ops@example.com","val_d64":"https://www.com/api","dim_d56":"hemizygous"}],"prop_a76":["http...
partial_structure
{ "type": "object", "properties": { "prop_z34": { "type": "number" }, "prop_n31": { "type": "boolean" }, "dim_z83": { "type": "object", "properties": { "param_e95": { "type": "null" }, "dim_k77": { "type": "boolean" }, ...
Result: prop_n31=True, {"prop_n31":true,"dim_z83":{"param_e95":null,"dim_k77":false,"val_w73":[{"val_y82":776.7,"param_q10":"info@test.io","val_d64":"https://example.com/api","dim_d56":"heterozygous"},{"val_y82":704.04,"dim_b19":"example","param_q10":"ops@example.com","val_d64":"https://www.com/api","dim_d56":"hemizygo...
Output mixes natural language with JSON
{"prop_n31":true,"dim_z83":{"param_e95":null,"dim_k77":false,"val_w73":[{"val_y82":776.7,"param_q10":"info@test.io","val_d64":"https://example.com/api","dim_d56":"heterozygous"},{"val_y82":704.04,"dim_b19":"example","param_q10":"ops@example.com","val_d64":"https://www.com/api","dim_d56":"hemizygous"}],"prop_a76":["http...
TASK repair_structured_output SPEC FIELD build_status TYPE string_date-time REQUIRED no FIELD language TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD altitude TYPE boolean REQUIRED yes FIELD conductivity TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD transac...
{"build_status":"2023-05-17T12:57:00Z","altitude":true,"conductivity":"underway","updated_at":104.69,"feedback":985,"type":368}
truncated_object
{ "type": "object", "properties": { "build_status": { "type": "string", "format": "date-time" }, "language": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "altitude...
{"build_status":"2023-05-17T12:57:00Z","altitude":true,"conductivity":"underway","updated_at":104.69,"feedback":985,"type":368
Unexpected end of JSON input — truncated object
{"build_status":"2023-05-17T12:57:00Z","altitude":true,"conductivity":"underway","updated_at":104.69,"feedback":985,"type":368}
TASK repair_structured_output SPEC FIELD val_m26 TYPE boolean REQUIRED no FIELD field_r57 TYPE number REQUIRED no FIELD col_n03 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD prop_m62 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD param_p72 TYPE string_uri REQUIRED ...
{"val_m26":false,"field_r57":275.86,"col_n03":"cat_c","prop_m62":"type_a","dim_w68":true,"attr_z34":"small","col_e84":289.21}
null_required
{ "type": "object", "properties": { "val_m26": { "type": "boolean" }, "field_r57": { "type": "number" }, "col_n03": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "prop_m62": { "ty...
{"val_m26": false, "field_r57": 275.86, "col_n03": null, "prop_m62": "type_a", "dim_w68": true, "attr_z34": "small", "col_e84": 289.21}
Required field 'col_n03' is null
{"val_m26":false,"field_r57":275.86,"col_n03":"cat_c","prop_m62":"type_a","dim_w68":true,"attr_z34":"small","col_e84":289.21}
TASK repair_structured_output SPEC FIELD notes TYPE boolean REQUIRED yes FIELD procedure_code TYPE integer REQUIRED yes FIELD branch TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD invoice_id TYPE null REQUIRED no FIELD bearing.thumbnail TYPE boolean REQUIRED yes FIELD bearing.fleet_number TYPE str...
{"notes":true,"procedure_code":956,"branch":"arctic","invoice_id":null,"bearing":{"thumbnail":true,"fleet_number":"2022-09-07T19:46:00Z","commit_hash":"cat_a"},"compound":"option_e"}
thought_process
{ "type": "object", "properties": { "notes": { "type": "boolean" }, "procedure_code": { "type": "integer" }, "branch": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "invoice_id": { "type": "...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"notes":true,"procedure_code":956,"branch":"arctic","invoice_id":null,"bearing":{"thumbnail":true,"fleet_number":"2022-09-07T19:46:00Z","commit_hash":"cat_a"},"compound":"option_e"}
Output contains chain-of-thought reasoning before JSON
{"notes":true,"procedure_code":956,"branch":"arctic","invoice_id":null,"bearing":{"thumbnail":true,"fleet_number":"2022-09-07T19:46:00Z","commit_hash":"cat_a"},"compound":"option_e"}
TASK repair_structured_output SPEC FIELD description TYPE null REQUIRED yes FIELD state TYPE integer REQUIRED no FIELD deploy_target TYPE number REQUIRED yes FIELD email TYPE integer REQUIRED no FIELD dissolved_oxygen TYPE number REQUIRED no FIELD item_id.step TYPE string REQUIRED yes FIELD item_id.email TYPE string R...
{"description":null,"deploy_target":367.36,"email":801,"dissolved_oxygen":165.93,"item_id":{"step":"bar","email":"Alice","date":465,"values":{"sensor_id":170.33,"commit_hash":true},"zip_code":"2021-03-06T12:58:00Z"}}
number_with_unit
{ "type": "object", "properties": { "description": { "type": "null" }, "state": { "type": "integer" }, "deploy_target": { "type": "number" }, "email": { "type": "integer" }, "dissolved_oxygen": { "type": "number" }, "item_id": { "type":...
{"description": null, "deploy_target": 367.36, "email": "801px", "dissolved_oxygen": 165.93, "item_id": {"step": "bar", "email": "Alice", "date": 465, "values": {"sensor_id": 170.33, "commit_hash": true}, "zip_code": "2021-03-06T12:58:00Z"}}
Field 'email' must be number, got string with unit
{"description":null,"deploy_target":367.36,"email":801,"dissolved_oxygen":165.93,"item_id":{"step":"bar","email":"Alice","date":465,"values":{"sensor_id":170.33,"commit_hash":true},"zip_code":"2021-03-06T12:58:00Z"}}
TASK repair_structured_output SPEC FIELD website TYPE integer REQUIRED no FIELD role TYPE string REQUIRED yes FIELD log_level TYPE boolean REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: verify_hazmat_compliance Arguments: {"website": 443, "log_level": false}
{"website":443,"role":"FWD","log_level":false}
tool_call_partial_args
{ "type": "object", "properties": { "website": { "type": "integer" }, "role": { "type": "string" }, "log_level": { "type": "boolean" } }, "required": [ "log_level", "role" ] }
Let me check the system. Action: verify_hazmat_compliance Arguments: {"website": 443, "log_level": false}
Agent tool call missing required parameter 'role'
{"website":443,"role":"FWD","log_level":false}
TASK repair_structured_output SPEC FIELD type TYPE string_email REQUIRED yes FIELD department TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD shift_code TYPE string REQUIRED yes FIELD branch TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes BROKEN_OUTPUT {"type": "test...
{"type":"test@domain.org","department":"mode_a","shift_code":"Alice","branch":"type_b"}
extra_field
{ "type": "object", "properties": { "type": { "type": "string", "format": "email" }, "department": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "shift_code": { "type": "string" ...
{"type": "test@domain.org", "department": "mode_a", "shift_code": "Alice", "branch": "type_b", "extra_value_3958": true}
Unknown field 'extra_value_3958' not defined in schema
{"type":"test@domain.org","department":"mode_a","shift_code":"Alice","branch":"type_b"}
TASK repair_structured_output SPEC FIELD visible.maturity_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD visible.longitude TYPE string VALUES active|inactive|pending REQUIRED no FIELD visible.compound TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD visible.crew_id TYPE ...
{"visible":{"maturity_date":"inland","longitude":"active","crew_id":593,"torque_output":"2020-11-21T08:58:00Z"},"subtotal":"quux","role":248,"name":{"patient_id":"archived","consignee":"2025-03-27T21:30:00Z","last_name":269,"invoice_id":"https://api.io/data","values":{"terminal_id":false,"start_date":"Smith"},"image_ur...
tool_call_partial_args
{ "type": "object", "properties": { "visible": { "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "longitude": { ...
Let me check the system. Action: run_diagnostics Arguments: {"visible": {"maturity_date": "inland", "longitude": "active", "crew_id": 593, "torque_output": "2020-11-21T08:58:00Z"}, "subtotal": "quux", "name": {"patient_id": "archived", "consignee": "2025-03-27T21:30:00Z", "last_name": 269, "invoice_id": "https://api.io...
Agent tool call missing required parameter 'role'
{"visible":{"maturity_date":"inland","longitude":"active","crew_id":593,"torque_output":"2020-11-21T08:58:00Z"},"subtotal":"quux","role":248,"name":{"patient_id":"archived","consignee":"2025-03-27T21:30:00Z","last_name":269,"invoice_id":"https://api.io/data","values":{"terminal_id":false,"start_date":"Smith"},"image_ur...
TASK repair_structured_output SPEC FIELD val_i28 TYPE number REQUIRED no FIELD key_y20 TYPE string REQUIRED yes FIELD val_l74.field_m73 TYPE number REQUIRED yes FIELD val_l74.attr_h40 TYPE string REQUIRED yes FIELD val_l74.attr_m57 TYPE string_date-time REQUIRED yes FIELD val_l74.param_h67 TYPE null REQUIRED yes BROK...
{"val_i28":723.45,"key_y20":"REV","val_l74":{"field_m73":84.67,"attr_h40":"Sao Paulo","attr_m57":"2025-07-11T21:31:00Z","param_h67":null}}
wrong_type
{ "type": "object", "properties": { "val_i28": { "type": "number" }, "key_y20": { "type": "string" }, "val_l74": { "type": "object", "properties": { "field_m73": { "type": "number" }, "attr_h40": { "type": "string" }, ...
{"val_i28": "\"723.45\"", "key_y20": "REV", "val_l74": {"field_m73": 84.67, "attr_h40": "Sao Paulo", "attr_m57": "2025-07-11T21:31:00Z", "param_h67": null}}
Field 'val_i28' must be number, got string
{"val_i28":723.45,"key_y20":"REV","val_l74":{"field_m73":84.67,"attr_h40":"Sao Paulo","attr_m57":"2025-07-11T21:31:00Z","param_h67":null}}
TASK repair_structured_output SPEC FIELD val_c67 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD attr_b94 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD key_t13 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_n14 TYPE integer REQUIRED no...
{"val_c67":"pending_review","attr_b94":"degraded","key_n14":627,"col_k28":"large","key_h17":"critical","prop_u86":"world","attr_o59":true}
trailing_comma
{ "type": "object", "properties": { "val_c67": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "attr_b94": { "type": "string", "enum": [ "operational", "degraded", "offline", ...
{"val_c67":"pending_review","attr_b94":"degraded","key_n14":627,"col_k28":"large","key_h17":"critical","prop_u86":"world","attr_o59":true,}
Unexpected trailing comma
{"val_c67":"pending_review","attr_b94":"degraded","key_n14":627,"col_k28":"large","key_h17":"critical","prop_u86":"world","attr_o59":true}
TASK repair_structured_output SPEC FIELD prop_r24 TYPE string REQUIRED no FIELD val_b29 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_w22.val_t50 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD param_w22.val_c25 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD par...
{"prop_r24":"qux","val_b29":"draft","attr_n38":"cat_a","prop_t84":true,"field_j47":"pending"}
markdown_fences
{ "type": "object", "properties": { "prop_r24": { "type": "string" }, "val_b29": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_w22": { "type": "object", "properties": { "val_t50": { "type":...
```json {"prop_r24":"qux","val_b29":"draft","attr_n38":"cat_a","prop_t84":true,"field_j47":"pending"} ```
Output contains markdown code fences
{"prop_r24":"qux","val_b29":"draft","attr_n38":"cat_a","prop_t84":true,"field_j47":"pending"}
TASK repair_structured_output SPEC FIELD attr_i53 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD key_s83 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_i36 TYPE string REQUIRED yes FIELD attr_v54 TYPE integer REQUIRED no BROKEN_OUTPUT {"attr_i53": "email", "param_i36":...
{"attr_i53":"email","param_i36":"foo","attr_v54":270}
wrong_type
{ "type": "object", "properties": { "attr_i53": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "key_s83": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ...
{"attr_i53": "email", "param_i36": "foo", "attr_v54": "\"270\""}
Field 'attr_v54' must be integer, got string
{"attr_i53":"email","param_i36":"foo","attr_v54":270}
TASK repair_structured_output SPEC FIELD val_z24 TYPE integer REQUIRED yes FIELD val_j92 TYPE integer REQUIRED yes FIELD val_l90 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_y04 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_c96[] TYPE string REQUIRED no BROKEN_OUTPUT...
{"val_z24":633,"val_j92":241,"val_l90":"resolved","prop_y04":"single","attr_c96":["Johnson","cancelled","bar","hello"]}
truncated_object
{ "type": "object", "properties": { "val_z24": { "type": "integer" }, "val_j92": { "type": "integer" }, "val_l90": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_y04": { "type": "str...
{"val_z24":633,"val_j92":241,"val_l90":"resolved","prop_y04":"single","attr_c96":["Johnson","cancelled","bar","hello"]
Unexpected end of JSON input — truncated object
{"val_z24":633,"val_j92":241,"val_l90":"resolved","prop_y04":"single","attr_c96":["Johnson","cancelled","bar","hello"]}
TASK repair_structured_output SPEC FIELD key_l83 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD field_i21 TYPE string REQUIRED no FIELD param_n11 TYPE integer REQUIRED yes FIELD prop_b08 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD val_m15 TYPE boolean REQUIRED yes FIELD key_e75 TYPE integer REQUIRED ...
{"field_i21":"chrX","param_n11":582,"prop_b08":"mode_b","val_m15":false,"key_e75":835,"prop_z47":{"field_x19":55.43,"attr_m20":{"val_v61":"Johnson","prop_j86":"2024-01-15","attr_d63":248,"col_i26":19,"attr_w53":"large"},"prop_g20":"REV"},"field_m36":"This is a test value."}
wrong_type
{ "type": "object", "properties": { "key_l83": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "field_i21": { "type": "string" }, "param_n11": { "type": "integer" }, "prop_b08": { "type": "string", "enum": ...
{"field_i21": "chrX", "param_n11": "\"582\"", "prop_b08": "mode_b", "val_m15": false, "key_e75": 835, "prop_z47": {"field_x19": 55.43, "attr_m20": {"val_v61": "Johnson", "prop_j86": "2024-01-15", "attr_d63": 248, "col_i26": 19, "attr_w53": "large"}, "prop_g20": "REV"}, "field_m36": "This is a test value."}
Field 'param_n11' must be integer, got string
{"field_i21":"chrX","param_n11":582,"prop_b08":"mode_b","val_m15":false,"key_e75":835,"prop_z47":{"field_x19":55.43,"attr_m20":{"val_v61":"Johnson","prop_j86":"2024-01-15","attr_d63":248,"col_i26":19,"attr_w53":"large"},"prop_g20":"REV"},"field_m36":"This is a test value."}
TASK repair_structured_output SPEC FIELD prop_k80 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_a23 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_l16 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD col_e30 TYPE string VALUES active|i...
{"prop_k80":"escalated","field_a23":"critical","prop_l16":"returned","col_e30":"pending","prop_d85":548.49}
extra_text_before
{ "type": "object", "properties": { "prop_k80": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_a23": { "type": "string", "enum": [ "low", "medium", "high", "cri...
Sensor output follows: {"prop_k80":"escalated","field_a23":"critical","prop_l16":"returned","col_e30":"pending","prop_d85":548.49}
Output contains non-JSON text before the object
{"prop_k80":"escalated","field_a23":"critical","prop_l16":"returned","col_e30":"pending","prop_d85":548.49}
TASK repair_structured_output SPEC FIELD bed_number TYPE string REQUIRED yes FIELD duration_ms TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD bearing TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD phenotype.status TYPE number REQUIRED no FIELD phenotype.color TYPE string VALUES t...
{"bed_number":"Diana","duration_ms":"type_e","bearing":"level_1","phenotype":{"status":671.0,"color":"type_b","options":"type_d","wavelength":"type_b"}}
thought_process
{ "type": "object", "properties": { "bed_number": { "type": "string" }, "duration_ms": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "bearing": { "type": "string", "enum": [ ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"bed_number":"Diana","duration_ms":"type_e","bearing":"level_1","phenotype":{"status":671.0,"color":"type_b","options":"type_d","wavelength":"type_b"}}
Output contains chain-of-thought reasoning before JSON
{"bed_number":"Diana","duration_ms":"type_e","bearing":"level_1","phenotype":{"status":671.0,"color":"type_b","options":"type_d","wavelength":"type_b"}}
TASK repair_structured_output SPEC FIELD field_q47.attr_n66 TYPE string_date-time REQUIRED no FIELD field_q47.param_z55 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD field_q47.field_r99[] TYPE number REQUIRED yes FIELD attr_y48 TYPE string REQUIRED no FIELD param_i16 TYPE string_email REQUIRED n...
{"attr_y48":"Jane","key_f48":"Paris","prop_p88":"A short description.","field_u34":"example","col_v71":{"col_l41":713.31,"prop_t43":"Smith","col_f90":414,"dim_w09":"https://api.example.com/v1","dim_d37":{"dim_v96":146,"field_d17":616,"field_o52":"hello","dim_u96":"info@test.io","attr_h11":221},"col_i47":"chr1"}}
unquoted_keys
{ "type": "object", "properties": { "field_q47": { "type": "object", "properties": { "attr_n66": { "type": "string", "format": "date-time" }, "param_z55": { "type": "string", "enum": [ "reliable", "unstable", ...
{attr_y48:"Jane",key_f48:"Paris",prop_p88:"A short description.",field_u34:"example",col_v71:{col_l41:713.31,prop_t43:"Smith",col_f90:414,dim_w09:"https://api.example.com/v1",dim_d37:{dim_v96:146,field_d17:616,field_o52:"hello",dim_u96:"info@test.io",attr_h11:221},col_i47:"chr1"}}
Expecting property name enclosed in double quotes
{"attr_y48":"Jane","key_f48":"Paris","prop_p88":"A short description.","field_u34":"example","col_v71":{"col_l41":713.31,"prop_t43":"Smith","col_f90":414,"dim_w09":"https://api.example.com/v1","dim_d37":{"dim_v96":146,"field_d17":616,"field_o52":"hello","dim_u96":"info@test.io","attr_h11":221},"col_i47":"chr1"}}
TASK repair_structured_output SPEC FIELD timezone TYPE number REQUIRED yes FIELD visible TYPE integer REQUIRED yes FIELD dissolved_oxygen TYPE string_uri REQUIRED yes BROKEN_OUTPUT {'timezone':132.49,'visible':387,'dissolved_oxygen':'https://www.io/v1'}
{"timezone":132.49,"visible":387,"dissolved_oxygen":"https://www.io/v1"}
single_quotes
{ "type": "object", "properties": { "timezone": { "type": "number" }, "visible": { "type": "integer" }, "dissolved_oxygen": { "type": "string", "format": "uri" } }, "required": [ "dissolved_oxygen", "timezone", "visible" ] }
{'timezone':132.49,'visible':387,'dissolved_oxygen':'https://www.io/v1'}
Expecting property name enclosed in double quotes
{"timezone":132.49,"visible":387,"dissolved_oxygen":"https://www.io/v1"}
TASK repair_structured_output SPEC FIELD quality_score TYPE string REQUIRED no FIELD tags TYPE string_email REQUIRED no FIELD commit_hash TYPE null REQUIRED no FIELD coverage TYPE integer REQUIRED yes FIELD decay_rate[].size TYPE integer REQUIRED yes FIELD decay_rate[].label TYPE string REQUIRED yes FIELD decay_rate[]...
{"quality_score":"Sao Paulo","tags":"admin@example.com","coverage":402,"decay_rate":[{"size":284,"label":"test","role":801.37,"updated_at":true,"order_id":459.66,"category":"Sao Paulo"},{"size":21,"label":"test@example.com","role":800.85,"updated_at":false,"order_id":572.63,"category":"GRCh38"}]}
unquoted_keys
{ "type": "object", "properties": { "quality_score": { "type": "string" }, "tags": { "type": "string", "format": "email" }, "commit_hash": { "type": "null" }, "coverage": { "type": "integer" }, "decay_rate": { "type": "array", "items": { ...
{quality_score:"Sao Paulo",tags:"admin@example.com",coverage:402,decay_rate:[{size:284,label:"test",role:801.37,updated_at:true,order_id:459.66,category:"Sao Paulo"},{size:21,label:"test@example.com",role:800.85,updated_at:false,order_id:572.63,category:"GRCh38"}]}
Expecting property name enclosed in double quotes
{"quality_score":"Sao Paulo","tags":"admin@example.com","coverage":402,"decay_rate":[{"size":284,"label":"test","role":801.37,"updated_at":true,"order_id":459.66,"category":"Sao Paulo"},{"size":21,"label":"test@example.com","role":800.85,"updated_at":false,"order_id":572.63,"category":"GRCh38"}]}
TASK repair_structured_output SPEC FIELD published TYPE string VALUES mode_a|mode_b REQUIRED no FIELD category TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD gene_id TYPE string VALUES type_a|type_b REQUIRED no FIELD velocity TYPE integer REQUIRED no FIELD compound TYPE string REQUIRED no BROKEN_OUTPUT...
{"category":"cat_b","gene_id":"type_a","velocity":881}
tool_call_python_syntax
{ "type": "object", "properties": { "published": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "category": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "gene_id": { "type": ...
get_weather(category='cat_b', gene_id='type_a', velocity=881)
Tool call uses Python syntax instead of JSON
{"category":"cat_b","gene_id":"type_a","velocity":881}
TASK repair_structured_output SPEC FIELD attr_u24 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_m41 TYPE integer REQUIRED yes FIELD prop_w17 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no BROKEN_OUTPUT {"attr_u24":"returned","prop_m41":408,"prop_w17":"mode_b",}
{"attr_u24":"returned","prop_m41":408,"prop_w17":"mode_b"}
trailing_comma
{ "type": "object", "properties": { "attr_u24": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_m41": { "type": "integer" }, "prop_w17": { "type": "string", "enum": [ "mode_a", ...
{"attr_u24":"returned","prop_m41":408,"prop_w17":"mode_b",}
Unexpected trailing comma
{"attr_u24":"returned","prop_m41":408,"prop_w17":"mode_b"}
TASK repair_structured_output SPEC FIELD section TYPE number REQUIRED no FIELD email TYPE number REQUIRED no FIELD full_name TYPE string_email REQUIRED yes FIELD title TYPE boolean REQUIRED no FIELD amount[].log_level TYPE string VALUES admin|editor|viewer REQUIRED no FIELD amount[].company TYPE string REQUIRED yes FI...
{"section":908.54,"email":195.77,"full_name":"admin@test.io","title":false,"height":[null,null,null,null]}
truncated_object
{ "type": "object", "properties": { "section": { "type": "number" }, "email": { "type": "number" }, "full_name": { "type": "string", "format": "email" }, "title": { "type": "boolean" }, "amount": { "type": "array", "items": { "typ...
{"section":908.54,"email":195.77,"full_name":"admin@test.io","title":false,"height":[null,null,null,null]
Unexpected end of JSON input — truncated object
{"section":908.54,"email":195.77,"full_name":"admin@test.io","title":false,"height":[null,null,null,null]}
TASK repair_structured_output SPEC FIELD col_p14 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD key_z06 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD attr_t16 TYPE string REQUIRED no FIELD key_v97 TYPE string_date-time REQUIRED yes FIELD prop_f40 TYPE string REQUIRED no BROK...
{"col_p14":"level_1","key_z06":"type_c","attr_t16":"test","key_v97":"2020-02-27T02:24:00Z"}
unquoted_keys
{ "type": "object", "properties": { "col_p14": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "key_z06": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ...
{col_p14:"level_1",key_z06:"type_c",attr_t16:"test",key_v97:"2020-02-27T02:24:00Z"}
Expecting property name enclosed in double quotes
{"col_p14":"level_1","key_z06":"type_c","attr_t16":"test","key_v97":"2020-02-27T02:24:00Z"}
TASK repair_structured_output SPEC FIELD loan_amount TYPE integer REQUIRED no FIELD language.organism TYPE string_date-time REQUIRED yes FIELD language.reagent TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD language.decay_rate TYPE integer REQUIRED yes FIELD language.address[] TYPE ...
{"loan_amount":459,"language":{"organism":"2021-10-05T02:07:00Z","reagent":"option_a","decay_rate":34,"address":[617.63,458.16,463.84,578.5]},"interest_rate":"test","balance":"level_2","phenotype":877.17,"updated_at":"2024-02-11T08:03:00Z"}
tool_call_wrong_param
{ "type": "object", "properties": { "loan_amount": { "type": "integer" }, "language": { "type": "object", "properties": { "organism": { "type": "string", "format": "date-time" }, "reagent": { "type": "string", "enum": [ ...
Tool: validate_address Params: {"loan_amount": 459, "language": {"organism": "2021-10-05T02:07:00Z", "reagent": "option_a", "decay_rate": 34, "address": [617.63, 458.16, 463.84, 578.5]}, "interest_rate": "test", "balance": "level_2", "phenotype": 877.17, "updated_at": "2024-02-11T08:03:00Z"}
Agent used wrong parameter name 'shipping2' instead of 'shipping'
{"loan_amount":459,"language":{"organism":"2021-10-05T02:07:00Z","reagent":"option_a","decay_rate":34,"address":[617.63,458.16,463.84,578.5]},"interest_rate":"test","balance":"level_2","phenotype":877.17,"updated_at":"2024-02-11T08:03:00Z"}
TASK repair_structured_output SPEC FIELD format TYPE boolean REQUIRED yes FIELD medication TYPE string REQUIRED yes FIELD last_name TYPE string_date-time REQUIRED no FIELD description TYPE string_date-time REQUIRED yes FIELD verified[] TYPE number REQUIRED no BROKEN_OUTPUT {"format": "yes", "medication": "FWD", "desc...
{"format":false,"medication":"FWD","description":"2025-08-06T16:28:00Z","verified":[79.55]}
boolean_as_string
{ "type": "object", "properties": { "format": { "type": "boolean" }, "medication": { "type": "string" }, "last_name": { "type": "string", "format": "date-time" }, "description": { "type": "string", "format": "date-time" }, "verified": { "...
{"format": "yes", "medication": "FWD", "description": "2025-08-06T16:28:00Z", "verified": [79.55]}
Field 'format' must be boolean, got string
{"format":false,"medication":"FWD","description":"2025-08-06T16:28:00Z","verified":[79.55]}
TASK repair_structured_output SPEC FIELD param_u01 TYPE string REQUIRED no FIELD field_d74 TYPE number REQUIRED yes FIELD attr_r88 TYPE boolean REQUIRED no FIELD field_b08 TYPE integer REQUIRED yes FIELD prop_v03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_y54 TYPE string VALUES email|phone|sms|push R...
{"param_u01":"https://api.example.com/v1","field_d74":178.95,"attr_r88":true,"field_b08":292,"prop_v03":"JPY","key_y54":"push","prop_r83":"chrX","val_w09":"low"}
single_quotes
{ "type": "object", "properties": { "param_u01": { "type": "string" }, "field_d74": { "type": "number" }, "attr_r88": { "type": "boolean" }, "field_b08": { "type": "integer" }, "prop_v03": { "type": "string", "enum": [ "USD", "E...
{'param_u01':'https://api.example.com/v1','field_d74':178.95,'attr_r88':true,'field_b08':292,'prop_v03':'JPY','key_y54':'push','prop_r83':'chrX','val_w09':'low'}
Expecting property name enclosed in double quotes
{"param_u01":"https://api.example.com/v1","field_d74":178.95,"attr_r88":true,"field_b08":292,"prop_v03":"JPY","key_y54":"push","prop_r83":"chrX","val_w09":"low"}
TASK repair_structured_output SPEC FIELD col_s99 TYPE string_uri REQUIRED yes FIELD dim_c64 TYPE string_date-time REQUIRED no FIELD val_f90.field_h41 TYPE string_uri REQUIRED yes FIELD val_f90.prop_h93 TYPE string REQUIRED yes FIELD val_f90.attr_g19 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD val_f90.para...
{"col_s99":"https://example.io/data","val_f90":{"field_h41":"https://data.io/api","prop_h93":"Tokyo","attr_g19":"admin"}}
truncated_array
{ "type": "object", "properties": { "col_s99": { "type": "string", "format": "uri" }, "dim_c64": { "type": "string", "format": "date-time" }, "val_f90": { "type": "object", "properties": { "field_h41": { "type": "string", "format": ...
{"col_s99":"https://example.io/data","val_f90":{"field_h41":"https://data.io/api","prop_h93":"Tokyo","attr_g19":"admin"}
Unexpected end of JSON input — truncated object
{"col_s99":"https://example.io/data","val_f90":{"field_h41":"https://data.io/api","prop_h93":"Tokyo","attr_g19":"admin"}}
TASK repair_structured_output SPEC FIELD end_date.dissolved_oxygen TYPE string VALUES success|error|warning|info REQUIRED no FIELD end_date.enabled TYPE number REQUIRED yes FIELD end_date.count TYPE string VALUES low|medium|high|critical REQUIRED no FIELD enabled TYPE string_uri REQUIRED no FIELD date.interest_rate TY...
{"end_date":{"enabled":395.75,"count":"critical"},"enabled":"https://www.io/api","date":{"interest_rate":"https://example.org/api","annotation":241,"shift_code":"BRL","feedback":"high","department":"heterozygous","aligned_pct":427.32},"currency":"push"}
missing_required
{ "type": "object", "properties": { "end_date": { "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "enabled": { ...
{"enabled": "https://www.io/api", "date": {"interest_rate": "https://example.org/api", "annotation": 241, "shift_code": "BRL", "feedback": "high", "department": "heterozygous", "aligned_pct": 427.32}, "currency": "push"}
Required field 'end_date' is missing
{"end_date":{"enabled":395.75,"count":"critical"},"enabled":"https://www.io/api","date":{"interest_rate":"https://example.org/api","annotation":241,"shift_code":"BRL","feedback":"high","department":"heterozygous","aligned_pct":427.32},"currency":"push"}
TASK repair_structured_output SPEC FIELD ward TYPE integer REQUIRED no FIELD gene_id TYPE string_date-time REQUIRED yes FIELD quality_score TYPE string VALUES type_a|type_b REQUIRED no FIELD deploy_target TYPE integer REQUIRED no FIELD vital_sign[].currency TYPE integer REQUIRED yes FIELD vital_sign[].notes TYPE integ...
{"gene_id":"2023-12-11T00:22:00Z","quality_score":"type_b","deploy_target":973,"vital_sign":[{"currency":565,"order_id":"completed","verified":"level_1","department":"https://api.io/data","visible":"https://api.org/api"},{"currency":100,"notes":599,"order_id":"2024-06-30","verified":"level_1","department":"https://api....
extra_text_after
{ "type": "object", "properties": { "ward": { "type": "integer" }, "gene_id": { "type": "string", "format": "date-time" }, "quality_score": { "type": "string", "enum": [ "type_a", "type_b" ] }, "deploy_target": { "type": "integer"...
{"gene_id":"2023-12-11T00:22:00Z","quality_score":"type_b","deploy_target":973,"vital_sign":[{"currency":565,"order_id":"completed","verified":"level_1","department":"https://api.io/data","visible":"https://api.org/api"},{"currency":100,"notes":599,"order_id":"2024-06-30","verified":"level_1","department":"https://api....
Output contains non-JSON text after the object
{"gene_id":"2023-12-11T00:22:00Z","quality_score":"type_b","deploy_target":973,"vital_sign":[{"currency":565,"order_id":"completed","verified":"level_1","department":"https://api.io/data","visible":"https://api.org/api"},{"currency":100,"notes":599,"order_id":"2024-06-30","verified":"level_1","department":"https://api....
TASK repair_structured_output SPEC FIELD key_w44.field_j66 TYPE boolean REQUIRED yes FIELD key_w44.attr_q59 TYPE integer REQUIRED yes FIELD key_w44.prop_x69 TYPE string REQUIRED no FIELD key_w44.param_p03.field_z34 TYPE number REQUIRED no FIELD key_w44.param_p03.attr_y09 TYPE integer REQUIRED no FIELD key_w44.param_p0...
{"key_w44":{"field_j66":true,"attr_q59":996,"prop_x69":"https://example.com","param_p03":{"key_u02":"https://example.com","prop_o86":"2024-01-15","prop_y98":"mode_a","param_k27":true,"key_n29":false}},"param_k02":"https://data.org/data","val_n57":693,"attr_a81":493,"prop_k22":688,"prop_s05":"option_b"}
invalid_enum
{ "type": "object", "properties": { "key_w44": { "type": "object", "properties": { "field_j66": { "type": "boolean" }, "attr_q59": { "type": "integer" }, "prop_x69": { "type": "string" }, "param_p03": { "...
{"key_w44": {"field_j66": true, "attr_q59": 996, "prop_x69": "https://example.com", "param_p03": {"key_u02": "https://example.com", "prop_o86": "2024-01-15", "prop_y98": "mode_a", "param_k27": true, "key_n29": false}}, "param_k02": "https://data.org/data", "val_n57": 693, "attr_a81": 493, "prop_k22": 688, "prop_s05": "...
Field 'prop_s05' has invalid enum value 'invalid_option_742', expected one of ['option_a', 'option_b', 'option_c', 'option_d']
{"key_w44":{"field_j66":true,"attr_q59":996,"prop_x69":"https://example.com","param_p03":{"key_u02":"https://example.com","prop_o86":"2024-01-15","prop_y98":"mode_a","param_k27":true,"key_n29":false}},"param_k02":"https://data.org/data","val_n57":693,"attr_a81":493,"prop_k22":688,"prop_s05":"option_b"}
TASK repair_structured_output SPEC FIELD attr_u46 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_m37 TYPE integer REQUIRED no FIELD attr_j51 TYPE number REQUIRED yes BROKEN_OUTPUT Result: attr_u46=inland, {"attr_u46":"inland","param_m37":979,"attr_j51":564.32}
{"attr_u46":"inland","param_m37":979,"attr_j51":564.32}
partial_structure
{ "type": "object", "properties": { "attr_u46": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "param_m37": { "type": "integer" }, "attr_j51": { "type": "number" } }, "required": [ "attr_j51" ...
Result: attr_u46=inland, {"attr_u46":"inland","param_m37":979,"attr_j51":564.32}
Output mixes natural language with JSON
{"attr_u46":"inland","param_m37":979,"attr_j51":564.32}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE integer REQUIRED no FIELD order_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD description TYPE boolean REQUIRED no FIELD chapter[] TYPE string REQUIRED no FIELD length[].full_name TYPE string REQUIRED yes FIELD length[].name TYPE s...
{"shipper_ref":680,"order_id":"heterozygous","chapter":["approved","https://example.com"],"length":[{"full_name":"RTG-04","name":"in_transit","tax":"EUR","published":"white"},{"full_name":"cancelled","name":"delivered","tax":"USD","published":"red"}]}
missing_bracket
{ "type": "object", "properties": { "shipper_ref": { "type": "integer" }, "order_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "description": { "type": "boolean" }, "chapter": { "type": "arra...
{"shipper_ref":680,"order_id":"heterozygous","chapter":"approved","https://example.com"],"length":[{"full_name":"RTG-04","name":"in_transit","tax":"EUR","published":"white"},{"full_name":"cancelled","name":"delivered","tax":"USD","published":"red"}]}
Missing closing bracket
{"shipper_ref":680,"order_id":"heterozygous","chapter":["approved","https://example.com"],"length":[{"full_name":"RTG-04","name":"in_transit","tax":"EUR","published":"white"},{"full_name":"cancelled","name":"delivered","tax":"USD","published":"red"}]}
TASK repair_structured_output SPEC FIELD ph_level TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD wavelength TYPE string VALUES single|married|divorced REQUIRED no FIELD branch TYPE integer REQUIRED yes FIELD batch_code TYPE string REQUIRED no BROKEN_OUTPUT {"ph_level":"black","wavelength":"single","b...
{"ph_level":"black","wavelength":"single","branch":750,"batch_code":"completed"}
trailing_comma
{ "type": "object", "properties": { "ph_level": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "wavelength": { "type": "string", "enum": [ "single", "married", "divorced" ] ...
{"ph_level":"black","wavelength":"single","branch":750,"batch_code":"completed",}
Unexpected trailing comma
{"ph_level":"black","wavelength":"single","branch":750,"batch_code":"completed"}
TASK repair_structured_output SPEC FIELD field_m64 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD field_b04 TYPE string_uri REQUIRED no FIELD attr_i45 TYPE string_date-time REQUIRED no FIELD key_g57 TYPE boolean REQUIRED no BROKEN_OUTPUT Based on the data, field_b04 is https://api.io/v1. {"fie...
{"field_m64":"open","field_b04":"https://api.io/v1","attr_i45":"2021-02-07T16:14:00Z","key_g57":true}
partial_structure
{ "type": "object", "properties": { "field_m64": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "field_b04": { "type": "string", "format": "uri" }, "attr_i45": { "type": "string", "format": ...
Based on the data, field_b04 is https://api.io/v1. {"field_m64":"open","field_b04":"https://api.io/v1","attr_i45":"2021-02-07T16:14:00Z","key_g57":true}
Output mixes natural language with JSON
{"field_m64":"open","field_b04":"https://api.io/v1","attr_i45":"2021-02-07T16:14:00Z","key_g57":true}
TASK repair_structured_output SPEC FIELD phone TYPE string REQUIRED no FIELD crew_id TYPE number REQUIRED yes FIELD terminal_id TYPE string VALUES active|inactive|pending REQUIRED no FIELD position[] TYPE boolean REQUIRED no BROKEN_OUTPUT {"crew_id": null, "position": [true]}
{"crew_id":669.3,"position":[true]}
null_required
{ "type": "object", "properties": { "phone": { "type": "string" }, "crew_id": { "type": "number" }, "terminal_id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "position": { "type": "array", "items": ...
{"crew_id": null, "position": [true]}
Required field 'crew_id' is null
{"crew_id":669.3,"position":[true]}
TASK repair_structured_output SPEC FIELD attr_j26 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_g50 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_t70 TYPE integer REQUIRED yes FIELD key_n95 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_k16.key_w2...
{"attr_j26":"medium","attr_g50":"archived","field_t70":443,"key_n95":"open","param_k16":{"key_w28":181,"key_u41":true,"prop_j26":{"prop_d12":"maintenance","val_b27":"Smith","col_e27":"blue","dim_c14":"EUR"}}}
tool_call_bad_format
{ "type": "object", "properties": { "attr_j26": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_g50": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "fiel...
<functioncall> search {attr_j26: "medium", attr_g50: "archived", field_t70: 443, key_n95: "open", param_k16: {key_w28: 181, key_u41: true, prop_j26: {prop_d12: "maintenance", val_b27: "Smith", col_e27: "blue", dim_c14: "EUR"}}}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_j26":"medium","attr_g50":"archived","field_t70":443,"key_n95":"open","param_k16":{"key_w28":181,"key_u41":true,"prop_j26":{"prop_d12":"maintenance","val_b27":"Smith","col_e27":"blue","dim_c14":"EUR"}}}
TASK repair_structured_output SPEC FIELD yield_pct TYPE boolean REQUIRED no FIELD latitude.message TYPE string VALUES draft|published|archived REQUIRED no FIELD latitude.amount TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD latitude.catalyst TYPE string VALUES email|phone|sms|push REQUIRED no FIELD latitude...
{"yield_pct":false,"latitude":{"message":"published","amount":"viewer","catalyst":"email","address":186,"position":true},"index":340,"message":"RTG-04","website":270,"price":{"isotope":true,"branch":"2020-05-23T08:52:00Z","label":"London","status":"quux","catalyst":514,"latitude":598.69,"voltage":{"footnote":"Bob","qua...
missing_bracket
{ "type": "object", "properties": { "yield_pct": { "type": "boolean" }, "latitude": { "type": "object", "properties": { "message": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
{"yield_pct":false,"latitude":{"message":"published","amount":"viewer","catalyst":"email","address":186,"position":true},"index":340,"message":"RTG-04","website":270,"price":{"isotope":true,"branch":"2020-05-23T08:52:00Z","label":"London","status":"quux","catalyst":514,"latitude":598.69,"voltage":{"footnote":"Bob","qua...
Missing closing bracket
{"yield_pct":false,"latitude":{"message":"published","amount":"viewer","catalyst":"email","address":186,"position":true},"index":340,"message":"RTG-04","website":270,"price":{"isotope":true,"branch":"2020-05-23T08:52:00Z","label":"London","status":"quux","catalyst":514,"latitude":598.69,"voltage":{"footnote":"Bob","qua...