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 product_id.size TYPE string REQUIRED no FIELD product_id.start_date.timezone TYPE integer REQUIRED yes FIELD product_id.start_date.bed_number TYPE string REQUIRED yes FIELD product_id.start_date.torque_output TYPE boolean REQUIRED no FIELD product_id.throttle_pos TYPE null REQU...
{"product_id":{"size":"A short description.","start_date":{"timezone":425,"bed_number":"Sao Paulo","torque_output":false},"throttle_pos":null,"label":88},"thumbnail":"Santos","status":919,"state":"critical","humidity_pct":"https://data.org/v1","build_status":{"image_url":{"port_code":null,"vessel_name":"EUR","feedback"...
missing_brace
{ "type": "object", "properties": { "product_id": { "type": "object", "properties": { "size": { "type": "string" }, "start_date": { "type": "object", "properties": { "timezone": { "type": "integer" }, ...
{"product_id":{"size":"A short description.","start_date":{"timezone":425,"bed_number":"Sao Paulo","torque_output":false},"throttle_pos":null,"label":88},"thumbnail":"Santos","status":919,"state":"critical","humidity_pct":"https://data.org/v1","build_status":{"image_url":"port_code":null,"vessel_name":"EUR","feedback":...
Missing closing brace
{"product_id":{"size":"A short description.","start_date":{"timezone":425,"bed_number":"Sao Paulo","torque_output":false},"throttle_pos":null,"label":88},"thumbnail":"Santos","status":919,"state":"critical","humidity_pct":"https://data.org/v1","build_status":{"image_url":{"port_code":null,"vessel_name":"EUR","feedback"...
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD updated_at TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD repository TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD end_date TYPE string VALUES coastal|ocean...
{"fleet_number":"type_a","updated_at":"level_3","repository":"cat_e","end_date":"oceanic","salinity":"active","torque_output":"offline"}
extra_field
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "updated_at": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level...
{"fleet_number": "type_a", "updated_at": "level_3", "repository": "cat_e", "end_date": "oceanic", "salinity": "active", "torque_output": "offline", "extra_data_5563": "unexpected"}
Unknown field 'extra_data_5563' not defined in schema
{"fleet_number":"type_a","updated_at":"level_3","repository":"cat_e","end_date":"oceanic","salinity":"active","torque_output":"offline"}
TASK repair_structured_output SPEC FIELD dim_m37 TYPE integer REQUIRED no FIELD val_v78 TYPE integer REQUIRED yes FIELD attr_z22 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD key_y49 TYPE null REQUIRED no FIELD param_f56 TYPE string REQUIRED yes FIELD prop_f82 TYPE string REQUIRED no FIELD val_d50 T...
{"dim_m37":949,"val_v78":559,"attr_z22":"warning","key_y49":null,"param_f56":"foo","prop_f82":"quux","val_d50":"QC-07"}
tool_call_partial_args
{ "type": "object", "properties": { "dim_m37": { "type": "integer" }, "val_v78": { "type": "integer" }, "attr_z22": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "key_y49": { "type": "null" ...
Let me check the system. Action: send_email Arguments: {"dim_m37": 949, "val_v78": 559, "key_y49": null, "param_f56": "foo", "prop_f82": "quux", "val_d50": "QC-07"}
Agent tool call missing required parameter 'attr_z22'
{"dim_m37":949,"val_v78":559,"attr_z22":"warning","key_y49":null,"param_f56":"foo","prop_f82":"quux","val_d50":"QC-07"}
TASK repair_structured_output SPEC FIELD organism TYPE null REQUIRED yes FIELD width TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD run_id TYPE boolean REQUIRED yes BROKEN_OUTPUT {"organism": null, "width": "frameshift", "run_id": "\"no\""}
{"organism":null,"width":"frameshift","run_id":false}
wrong_type
{ "type": "object", "properties": { "organism": { "type": "null" }, "width": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "run_id": { "type": "boolean" } }, "required": [ "organism"...
{"organism": null, "width": "frameshift", "run_id": "\"no\""}
Field 'run_id' must be boolean, got string
{"organism":null,"width":"frameshift","run_id":false}
TASK repair_structured_output SPEC FIELD attr_v50 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD dim_j16 TYPE null REQUIRED no FIELD prop_e95 TYPE integer REQUIRED yes BROKEN_OUTPUT {"attr_v50": "nonsense", "dim_j16": null, "prop_e95": "\"249\""}
{"attr_v50":"nonsense","dim_j16":null,"prop_e95":249}
wrong_type
{ "type": "object", "properties": { "attr_v50": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "dim_j16": { "type": "null" }, "prop_e95": { "type": "integer" } }, "required": [ "prop_...
{"attr_v50": "nonsense", "dim_j16": null, "prop_e95": "\"249\""}
Field 'prop_e95' must be integer, got string
{"attr_v50":"nonsense","dim_j16":null,"prop_e95":249}
TASK repair_structured_output SPEC FIELD comments TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD bed_number TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD sensor_id TYPE string REQUIRED no FIELD image_url[] TYPE boolean REQUIRED no FIELD amount[].notes TYPE boolean REQUIRED no ...
{"comments":"green","bed_number":"berthed","image_url":[true,false],"amount":[{"width":true,"end_date":"2024-02-26T02:17:00Z","procedure_code":"hemizygous","strand":false,"size":"success"}]}
markdown_explanation
{ "type": "object", "properties": { "comments": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "bed_number": { "type": "string", "enum": [ "berthed", "anchored", "underway", ...
Here is the response in the requested format: ```json {"comments":"green","bed_number":"berthed","image_url":[true,false],"amount":[{"width":true,"end_date":"2024-02-26T02:17:00Z","procedure_code":"hemizygous","strand":false,"size":"success"}]} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"comments":"green","bed_number":"berthed","image_url":[true,false],"amount":[{"width":true,"end_date":"2024-02-26T02:17:00Z","procedure_code":"hemizygous","strand":false,"size":"success"}]}
TASK repair_structured_output SPEC FIELD param_b72 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_u73 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD key_a13 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD prop_j47 TYPE integer RE...
{"param_b72":"GBP","key_a13":"option_b","prop_x63":852.28,"prop_e33":"https://www.com/data","prop_f85":"example"}
wrong_type
{ "type": "object", "properties": { "param_b72": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "dim_u73": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
{"param_b72": "GBP", "key_a13": "option_b", "prop_x63": "\"852.28\"", "prop_e33": "https://www.com/data", "prop_f85": "example"}
Field 'prop_x63' must be number, got string
{"param_b72":"GBP","key_a13":"option_b","prop_x63":852.28,"prop_e33":"https://www.com/data","prop_f85":"example"}
TASK repair_structured_output SPEC FIELD salinity TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD state TYPE string REQUIRED yes FIELD bed_number TYPE number REQUIRED no BROKEN_OUTPUT {"salinity": "enterprise", "state": "world", "bed_number": 227.92, "extra_field_9981": 42}
{"salinity":"enterprise","state":"world","bed_number":227.92}
extra_field
{ "type": "object", "properties": { "salinity": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "state": { "type": "string" }, "bed_number": { "type": "number" } }, "required": [ "salinity", "st...
{"salinity": "enterprise", "state": "world", "bed_number": 227.92, "extra_field_9981": 42}
Unknown field 'extra_field_9981' not defined in schema
{"salinity":"enterprise","state":"world","bed_number":227.92}
TASK repair_structured_output SPEC FIELD attr_k72 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_j72 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD dim_a56 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD dim_o86 TYPE string_uri REQUIRED no BROKEN_OUTPUT Let me che...
{"attr_k72":"in_transit","dim_a56":"active","dim_o86":"https://api.org/data"}
agent_chain
{ "type": "object", "properties": { "attr_k72": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_j72": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY...
Let me check the system. Action: fetch_lab_result Result: {"attr_k72": "in_transit", "dim_o86": "https://api.org/data"} Processing the request now. Action: fetch_lab_result Result:
Agent multi-step chain with truncated tool output
{"attr_k72":"in_transit","dim_a56":"active","dim_o86":"https://api.org/data"}
TASK repair_structured_output SPEC FIELD key_m49 TYPE boolean REQUIRED yes FIELD key_g15 TYPE string REQUIRED yes FIELD prop_b28 TYPE number REQUIRED no FIELD val_t80 TYPE string REQUIRED yes BROKEN_OUTPUT {'key_m49':true,'key_g15':'2024-01-15','val_t80':'completed'}
{"key_m49":true,"key_g15":"2024-01-15","val_t80":"completed"}
single_quotes
{ "type": "object", "properties": { "key_m49": { "type": "boolean" }, "key_g15": { "type": "string" }, "prop_b28": { "type": "number" }, "val_t80": { "type": "string" } }, "required": [ "val_t80", "key_m49", "key_g15" ] }
{'key_m49':true,'key_g15':'2024-01-15','val_t80':'completed'}
Expecting property name enclosed in double quotes
{"key_m49":true,"key_g15":"2024-01-15","val_t80":"completed"}
TASK repair_structured_output SPEC FIELD dim_x04 TYPE string REQUIRED no FIELD prop_s73.key_k20 TYPE integer REQUIRED no FIELD prop_s73.prop_u60 TYPE string_date-time REQUIRED no FIELD prop_s73.prop_n63 TYPE integer REQUIRED no FIELD prop_s73.dim_v14 TYPE string VALUES success|error|warning|info REQUIRED no FIELD prop...
{"prop_s73":{"key_k20":297,"prop_u60":"2023-05-21T12:27:00Z","prop_n63":791,"param_x24":278.44},"prop_c80":92}
tool_call_python_syntax
{ "type": "object", "properties": { "dim_x04": { "type": "string" }, "prop_s73": { "type": "object", "properties": { "key_k20": { "type": "integer" }, "prop_u60": { "type": "string", "format": "date-time" }, "prop_n6...
validate_sample(prop_s73={'key_k20': 297, 'prop_u60': '2023-05-21T12:27:00Z', 'prop_n63': 791, 'param_x24': 278.44}, prop_c80=92)
Tool call uses Python syntax instead of JSON
{"prop_s73":{"key_k20":297,"prop_u60":"2023-05-21T12:27:00Z","prop_n63":791,"param_x24":278.44},"prop_c80":92}
TASK repair_structured_output SPEC FIELD conductivity TYPE integer REQUIRED no FIELD values TYPE string_date-time REQUIRED yes FIELD loan_amount.age.annotation TYPE string REQUIRED no FIELD loan_amount.age.features TYPE string_date-time REQUIRED yes FIELD loan_amount.age.hazmat_code TYPE string REQUIRED no FIELD loan_...
{"conductivity":777,"values":"2026-08-17T22:08:00Z","loan_amount":{"age":{"annotation":"Luis","features":"2022-05-26T06:56:00Z","hazmat_code":"2024-01-15","conductivity":"missense","url":true,"role":"foo"},"product_id":null,"visible":{"count":"https://example.org/data","created_at":"underway"},"payment_status":"offline...
single_quotes
{ "type": "object", "properties": { "conductivity": { "type": "integer" }, "values": { "type": "string", "format": "date-time" }, "loan_amount": { "type": "object", "properties": { "age": { "type": "object", "properties": { "a...
{'conductivity':777,'values':'2026-08-17T22:08:00Z','loan_amount':{'age':{'annotation':'Luis','features':'2022-05-26T06:56:00Z','hazmat_code':'2024-01-15','conductivity':'missense','url':true,'role':'foo'},'product_id':null,'visible':{'count':'https://example.org/data','created_at':'underway'},'payment_status':'offline...
Expecting property name enclosed in double quotes
{"conductivity":777,"values":"2026-08-17T22:08:00Z","loan_amount":{"age":{"annotation":"Luis","features":"2022-05-26T06:56:00Z","hazmat_code":"2024-01-15","conductivity":"missense","url":true,"role":"foo"},"product_id":null,"visible":{"count":"https://example.org/data","created_at":"underway"},"payment_status":"offline...
TASK repair_structured_output SPEC FIELD field_d43 TYPE string REQUIRED no FIELD attr_g98 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD key_r16 TYPE null REQUIRED yes FIELD dim_y78 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD key_b39[].field_j55 TYPE null REQUIRED no FIELD key_b39[].param_o93 TYPE st...
{"field_d43":"approved","attr_g98":"cat_c","key_r16":null,"dim_y78":"level_1"}
missing_brace
{ "type": "object", "properties": { "field_d43": { "type": "string" }, "attr_g98": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "key_r16": { "type": "null" }, "dim_y78": { "type": "string", "enum": [ ...
{"field_d43":"approved","attr_g98":"cat_c","key_r16":null,"dim_y78":"level_1"
Missing closing brace
{"field_d43":"approved","attr_g98":"cat_c","key_r16":null,"dim_y78":"level_1"}
TASK repair_structured_output SPEC FIELD col_f25 TYPE boolean REQUIRED yes FIELD param_j94 TYPE string REQUIRED yes FIELD dim_m47 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes BROKEN_OUTPUT {"col_f25":true,"param_j94":"Berlin","dim_m47":"level_1"}
{"col_f25":true,"param_j94":"Berlin","dim_m47":"level_1"}
missing_bracket
{ "type": "object", "properties": { "col_f25": { "type": "boolean" }, "param_j94": { "type": "string" }, "dim_m47": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] } }, "required": [ "param_j94",...
{"col_f25":true,"param_j94":"Berlin","dim_m47":"level_1"}
Missing closing bracket
{"col_f25":true,"param_j94":"Berlin","dim_m47":"level_1"}
TASK repair_structured_output SPEC FIELD comments TYPE string REQUIRED yes FIELD footnote TYPE integer REQUIRED yes FIELD item_id TYPE string_email REQUIRED yes BROKEN_OUTPUT {"comments": "test@example.com", "footnote": 545}
{"comments":"test@example.com","footnote":545,"item_id":"user@example.com"}
missing_required
{ "type": "object", "properties": { "comments": { "type": "string" }, "footnote": { "type": "integer" }, "item_id": { "type": "string", "format": "email" } }, "required": [ "footnote", "comments", "item_id" ] }
{"comments": "test@example.com", "footnote": 545}
Required field 'item_id' is missing
{"comments":"test@example.com","footnote":545,"item_id":"user@example.com"}
TASK repair_structured_output SPEC FIELD dim_p61 TYPE integer REQUIRED no FIELD field_i20 TYPE string REQUIRED no FIELD attr_i92 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD key_h37 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD val_d81 TYPE string REQUIRED yes FIELD col...
{"dim_p61":233,"field_i20":"demo","attr_i92":"pending_review","key_h37":"USD","val_d81":"example","col_w93":"inactive","key_v40":39.04,"attr_p80":"rejected"}
single_quotes
{ "type": "object", "properties": { "dim_p61": { "type": "integer" }, "field_i20": { "type": "string" }, "attr_i92": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_h37": { ...
{'dim_p61':233,'field_i20':'demo','attr_i92':'pending_review','key_h37':'USD','val_d81':'example','col_w93':'inactive','key_v40':39.04,'attr_p80':'rejected'}
Expecting property name enclosed in double quotes
{"dim_p61":233,"field_i20":"demo","attr_i92":"pending_review","key_h37":"USD","val_d81":"example","col_w93":"inactive","key_v40":39.04,"attr_p80":"rejected"}
TASK repair_structured_output SPEC FIELD attr_z41 TYPE integer REQUIRED yes FIELD val_u67 TYPE number REQUIRED no FIELD param_t88 TYPE string VALUES draft|published|archived REQUIRED no BROKEN_OUTPUT {'attr_z41':752,'val_u67':397.31,'param_t88':'archived'}
{"attr_z41":752,"val_u67":397.31,"param_t88":"archived"}
single_quotes
{ "type": "object", "properties": { "attr_z41": { "type": "integer" }, "val_u67": { "type": "number" }, "param_t88": { "type": "string", "enum": [ "draft", "published", "archived" ] } }, "required": [ "attr_z41" ] }
{'attr_z41':752,'val_u67':397.31,'param_t88':'archived'}
Expecting property name enclosed in double quotes
{"attr_z41":752,"val_u67":397.31,"param_t88":"archived"}
TASK repair_structured_output SPEC FIELD param_m23 TYPE integer REQUIRED no FIELD dim_w07 TYPE string_uri REQUIRED no FIELD val_c71 TYPE boolean REQUIRED yes FIELD prop_c02.val_v55 TYPE string REQUIRED yes FIELD prop_c02.attr_m01 TYPE boolean REQUIRED no FIELD prop_c02.field_l21.dim_s93 TYPE string_uri REQUIRED yes FI...
{"param_m23":390,"dim_w07":"https://api.com/v1","val_c71":true,"prop_c02":{"val_v55":"Luis","field_l21":{"dim_s93":"https://data.com/data","prop_v83":"quux","key_i07":"A short description.","field_d17":"MV-Evergreen-01","prop_q89":18.99,"dim_x37":"resolved","param_h64":454}},"param_s05":{"prop_n10":326,"col_p14":471,"k...
markdown_fences
{ "type": "object", "properties": { "param_m23": { "type": "integer" }, "dim_w07": { "type": "string", "format": "uri" }, "val_c71": { "type": "boolean" }, "prop_c02": { "type": "object", "properties": { "val_v55": { "type": "string" ...
```json {"param_m23":390,"dim_w07":"https://api.com/v1","val_c71":true,"prop_c02":{"val_v55":"Luis","field_l21":{"dim_s93":"https://data.com/data","prop_v83":"quux","key_i07":"A short description.","field_d17":"MV-Evergreen-01","prop_q89":18.99,"dim_x37":"resolved","param_h64":454}},"param_s05":{"prop_n10":326,"col_p14...
Output contains markdown code fences
{"param_m23":390,"dim_w07":"https://api.com/v1","val_c71":true,"prop_c02":{"val_v55":"Luis","field_l21":{"dim_s93":"https://data.com/data","prop_v83":"quux","key_i07":"A short description.","field_d17":"MV-Evergreen-01","prop_q89":18.99,"dim_x37":"resolved","param_h64":454}},"param_s05":{"prop_n10":326,"col_p14":471,"k...
TASK repair_structured_output SPEC FIELD updated_at TYPE string VALUES level_1|level_2 REQUIRED yes FIELD due_date TYPE string_email REQUIRED yes FIELD batch_code TYPE string_email REQUIRED no FIELD features TYPE number REQUIRED no BROKEN_OUTPUT {"updated_at":"level_1","due_date":"test@domain.org","features":690.65
{"updated_at":"level_1","due_date":"test@domain.org","features":690.65}
truncated_array
{ "type": "object", "properties": { "updated_at": { "type": "string", "enum": [ "level_1", "level_2" ] }, "due_date": { "type": "string", "format": "email" }, "batch_code": { "type": "string", "format": "email" }, "features": { ...
{"updated_at":"level_1","due_date":"test@domain.org","features":690.65
Unexpected end of JSON input — truncated object
{"updated_at":"level_1","due_date":"test@domain.org","features":690.65}
TASK repair_structured_output SPEC FIELD quantity TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD voltage TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD price TYPE string REQUIRED no FIELD gene_id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD pa...
{"quantity":"type_d","voltage":"option_d","price":"2024-06-30","gene_id":"level_4","paragraph":316,"thumbnail":"unstable","product_id":null}
tool_call_partial_args
{ "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "voltage": { "type": "string", "enum": [ "option_a", "option_b", "option_c", ...
Let me check the system. Action: schedule_meeting Arguments: {"quantity": "type_d", "voltage": "option_d", "price": "2024-06-30", "gene_id": "level_4", "paragraph": 316, "product_id": null}
Agent tool call missing required parameter 'thumbnail'
{"quantity":"type_d","voltage":"option_d","price":"2024-06-30","gene_id":"level_4","paragraph":316,"thumbnail":"unstable","product_id":null}
TASK repair_structured_output SPEC FIELD param_y93 TYPE integer REQUIRED no FIELD prop_g04 TYPE string REQUIRED yes FIELD dim_b42 TYPE integer REQUIRED yes FIELD field_v30 TYPE string REQUIRED yes BROKEN_OUTPUT {"param_y93": 415, "prop_g04": "QC-07", "dim_b42": 848, "field_v30": "2024-06-30", "extra_info_9230": true}
{"param_y93":415,"prop_g04":"QC-07","dim_b42":848,"field_v30":"2024-06-30"}
extra_field
{ "type": "object", "properties": { "param_y93": { "type": "integer" }, "prop_g04": { "type": "string" }, "dim_b42": { "type": "integer" }, "field_v30": { "type": "string" } }, "required": [ "dim_b42", "prop_g04", "field_v30" ] }
{"param_y93": 415, "prop_g04": "QC-07", "dim_b42": 848, "field_v30": "2024-06-30", "extra_info_9230": true}
Unknown field 'extra_info_9230' not defined in schema
{"param_y93":415,"prop_g04":"QC-07","dim_b42":848,"field_v30":"2024-06-30"}
TASK repair_structured_output SPEC FIELD price TYPE integer REQUIRED yes FIELD ward TYPE integer REQUIRED no FIELD vital_sign TYPE integer REQUIRED no FIELD payment_status TYPE string REQUIRED no BROKEN_OUTPUT {"price": 281, "ward": 499, "vital_sign": 612, "payment_status": "Berlin", "extra_field_8367": 42}
{"price":281,"ward":499,"vital_sign":612,"payment_status":"Berlin"}
extra_field
{ "type": "object", "properties": { "price": { "type": "integer" }, "ward": { "type": "integer" }, "vital_sign": { "type": "integer" }, "payment_status": { "type": "string" } }, "required": [ "price" ] }
{"price": 281, "ward": 499, "vital_sign": 612, "payment_status": "Berlin", "extra_field_8367": 42}
Unknown field 'extra_field_8367' not defined in schema
{"price":281,"ward":499,"vital_sign":612,"payment_status":"Berlin"}
TASK repair_structured_output SPEC FIELD yield_pct TYPE integer REQUIRED no FIELD patient_id TYPE integer REQUIRED no FIELD level TYPE string REQUIRED yes FIELD role.deploy_target TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD role.verified TYPE string VALUES option_a|option_b|option_c|option_...
{"yield_pct":436,"patient_id":227,"level":"chr1","role":{"deploy_target":"type_c","verified":"option_e","features":"level_2"},"priority":{"step":"EUR","berth_slot":"type_b","bed_number":"heterozygous","published":960,"conductivity":"nonsense","language":"missense"}}
markdown_fences
{ "type": "object", "properties": { "yield_pct": { "type": "integer" }, "patient_id": { "type": "integer" }, "level": { "type": "string" }, "role": { "type": "object", "properties": { "deploy_target": { "type": "string", "enum": [...
```json {"yield_pct":436,"patient_id":227,"level":"chr1","role":{"deploy_target":"type_c","verified":"option_e","features":"level_2"},"priority":{"step":"EUR","berth_slot":"type_b","bed_number":"heterozygous","published":960,"conductivity":"nonsense","language":"missense"}} ```
Output contains markdown code fences
{"yield_pct":436,"patient_id":227,"level":"chr1","role":{"deploy_target":"type_c","verified":"option_e","features":"level_2"},"priority":{"step":"EUR","berth_slot":"type_b","bed_number":"heterozygous","published":960,"conductivity":"nonsense","language":"missense"}}
TASK repair_structured_output SPEC FIELD dim_b64 TYPE boolean REQUIRED no FIELD param_w03 TYPE string REQUIRED yes FIELD val_d66.param_v92 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_d66.val_p97 TYPE integer REQUIRED no FIELD val_d66.val_i16 TYPE string REQUIRED no FIELD val_d66.val_f73 TYPE inte...
{"param_w03":"demo","param_t38":"https://api.org/data","param_j92":"test@example.com","col_i60":"ops@example.com"}
unquoted_keys
{ "type": "object", "properties": { "dim_b64": { "type": "boolean" }, "param_w03": { "type": "string" }, "val_d66": { "type": "object", "properties": { "param_v92": { "type": "string", "enum": [ "low", "medium", ...
{param_w03:"demo",param_t38:"https://api.org/data",param_j92:"test@example.com",col_i60:"ops@example.com"}
Expecting property name enclosed in double quotes
{"param_w03":"demo","param_t38":"https://api.org/data","param_j92":"test@example.com","col_i60":"ops@example.com"}
TASK repair_structured_output SPEC FIELD lane TYPE string REQUIRED no FIELD freight_class TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD compound TYPE integer REQUIRED no FIELD values.status TYPE integer REQUIRED yes FIELD values.annotation TYPE string REQUIRED no FIELD values.zip_code TYPE number...
{"lane":"https://example.com","freight_class":"reliable","compound":637,"values":{"status":422,"quantity":"Smith"},"shipping":"2024-01-15"}
tool_call_wrong_param
{ "type": "object", "properties": { "lane": { "type": "string" }, "freight_class": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "compound": { "type": "integer" }, "values": { "type": "object", ...
Tool: validate_sample Params: {"lane": "https://example.com", "freight_class": "reliable", "compound": 637, "shipping": "2024-01-15", "values_value": {"status": 422, "quantity": "Smith"}}
Agent used wrong parameter name 'values_value' instead of 'values'
{"lane":"https://example.com","freight_class":"reliable","compound":637,"values":{"status":422,"quantity":"Smith"},"shipping":"2024-01-15"}
TASK repair_structured_output SPEC FIELD prop_x94 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_l10.val_q50 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD prop_l10.val_q18 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_l10.key_a76 TYPE integer REQUIRED yes FIELD prop_l10...
{"prop_l10":{"val_q50":"mode_b","val_q18":"white","key_a76":814,"col_q33":"active"},"attr_w17":{"attr_h82":924},"field_u67":"https://data.com/api","prop_f65":false}
trailing_comma
{ "type": "object", "properties": { "prop_x94": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "prop_l10": { "type": "object", "properties": { "val_q50": { "type": "string", "enum": [ ...
{"prop_l10":{"val_q50":"mode_b","val_q18":"white","key_a76":814,"col_q33":"active",},"attr_w17":{"attr_h82":924},"field_u67":"https://data.com/api","prop_f65":false}
Unexpected trailing comma
{"prop_l10":{"val_q50":"mode_b","val_q18":"white","key_a76":814,"col_q33":"active"},"attr_w17":{"attr_h82":924},"field_u67":"https://data.com/api","prop_f65":false}
TASK repair_structured_output SPEC FIELD port_code TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD throttle_pos TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD discount TYPE boolean REQUIRED no FIELD reagent TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIEL...
{"port_code":"unstable","discount":true,"reagent":"berthed","allele":"Sao Paulo","product_id":"error","status_code":"Jane"}
markdown_explanation
{ "type": "object", "properties": { "port_code": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "throttle_pos": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
The instrument reported: ```json {"port_code":"unstable","discount":true,"reagent":"berthed","allele":"Sao Paulo","product_id":"error","status_code":"Jane"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"port_code":"unstable","discount":true,"reagent":"berthed","allele":"Sao Paulo","product_id":"error","status_code":"Jane"}
TASK repair_structured_output SPEC FIELD val_d25 TYPE string REQUIRED no FIELD col_c56 TYPE string VALUES type_a|type_b REQUIRED no FIELD field_z12 TYPE string REQUIRED no FIELD col_m15 TYPE string REQUIRED no FIELD field_b02.key_k42 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD field_b02.key_s06...
{"col_c56":"type_b","field_z12":"Bob","field_b02":{"key_k42":"reliable","key_s06":"cat_e","param_l87":"admin@domain.org"}}
agent_chain
{ "type": "object", "properties": { "val_d25": { "type": "string" }, "col_c56": { "type": "string", "enum": [ "type_a", "type_b" ] }, "field_z12": { "type": "string" }, "col_m15": { "type": "string" }, "field_b02": { "type...
Let me check the system. Action: fetch_lab_result Result: {"col_c56": "type_b", "field_b02": {"key_k42": "reliable", "key_s06": "cat_e", "param_l87": "admin@domain.org"}} Processing the request now. Action: apply_discount Result:
Agent multi-step chain with truncated tool output
{"col_c56":"type_b","field_z12":"Bob","field_b02":{"key_k42":"reliable","key_s06":"cat_e","param_l87":"admin@domain.org"}}
TASK repair_structured_output SPEC FIELD key_r63 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD key_v41 TYPE number REQUIRED yes FIELD dim_l76[].col_a56 TYPE null REQUIRED no FIELD dim_l76[].param_k34 TYPE string REQUIRED yes FIELD dim_l76[].col_o09 TYPE integer REQUIRED yes FIELD dim_l76[].prop...
{"key_r63":"level_4","key_v41":215.2,"dim_l76":[{"param_k34":"test","col_o09":267,"prop_j46":"level_2","param_r93":788.88,"val_r65":53.43},{"col_a56":null,"param_k34":"2024-01-15","col_o09":388,"prop_j46":"level_1","param_r93":579.99,"val_r65":314.54}]}
truncated_object
{ "type": "object", "properties": { "key_r63": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "key_v41": { "type": "number" }, "dim_l76": { "type": "array", "items": { "type": "object", ...
{"key_r63":"level_4","key_v41":215.2,"dim_l76":[{"param_k34":"test","col_o09":267,"prop_j46":"level_2","param_r93":788.88,"val_r65":53.43},{"col_a56":null,"param_k34":"2024-01-15","col_o09":388,"prop_j46":"level_1","param_r93":579.99,"val_r65":314.54}]
Unexpected end of JSON input — truncated object
{"key_r63":"level_4","key_v41":215.2,"dim_l76":[{"param_k34":"test","col_o09":267,"prop_j46":"level_2","param_r93":788.88,"val_r65":53.43},{"col_a56":null,"param_k34":"2024-01-15","col_o09":388,"prop_j46":"level_1","param_r93":579.99,"val_r65":314.54}]}
TASK repair_structured_output SPEC FIELD isotope TYPE string_uri REQUIRED yes FIELD lane TYPE number REQUIRED yes FIELD status TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. <tool_call name="track_vessel"> {"isotope":"https://www.org/api","lane":11.02,"status":"Smith"} </tool_call. Operation complete...
{"isotope":"https://www.org/api","lane":11.02,"status":"Smith"}
tool_call_text_mix
{ "type": "object", "properties": { "isotope": { "type": "string", "format": "uri" }, "lane": { "type": "number" }, "status": { "type": "string" } }, "required": [ "status", "isotope", "lane" ] }
Let me check the system. <tool_call name="track_vessel"> {"isotope":"https://www.org/api","lane":11.02,"status":"Smith"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"isotope":"https://www.org/api","lane":11.02,"status":"Smith"}
TASK repair_structured_output SPEC FIELD url TYPE boolean REQUIRED no FIELD compound TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD build_status.verified TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD build_status.step TYPE integer REQUIRED yes FIELD build_status.image_url TYPE strin...
{"url":false,"build_status":{"verified":"push","step":777,"image_url":"returned"}}
missing_bracket
{ "type": "object", "properties": { "url": { "type": "boolean" }, "compound": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "build_status": { "type": "object", "properties": { "verified":...
{"url":false,"build_status":{"verified":"push","step":777,"image_url":"returned"}}
Missing closing bracket
{"url":false,"build_status":{"verified":"push","step":777,"image_url":"returned"}}
TASK repair_structured_output SPEC FIELD annotation TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD consignee TYPE string REQUIRED yes FIELD catalyst[] TYPE string REQUIRED yes BROKEN_OUTPUT {consignee:"2024-01-15",catalyst:["sample","completed","GRCh38"]}
{"consignee":"2024-01-15","catalyst":["sample","completed","GRCh38"]}
unquoted_keys
{ "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "consignee": { "type": "string" }, "catalyst": { "type": "array", "items": { "type": "strin...
{consignee:"2024-01-15",catalyst:["sample","completed","GRCh38"]}
Expecting property name enclosed in double quotes
{"consignee":"2024-01-15","catalyst":["sample","completed","GRCh38"]}
TASK repair_structured_output SPEC FIELD val_q05 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD col_q15 TYPE integer REQUIRED yes FIELD dim_w28 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD field_u54[].param_v16 TYPE integer REQUIRED no FIELD field_u54[].attr_v25 TYPE string VALUE...
{"val_q05":"mode_e","col_q15":67,"dim_w28":"mode_b","field_u54":[{"param_v16":184,"attr_v25":"high","attr_j56":"pending","dim_e15":"Sao Paulo"},{"attr_v25":"low","val_j71":"level_2","param_a64":false,"attr_j56":"This is a test value.","dim_e15":"https://example.com"},{"param_v16":529,"attr_v25":"medium","val_j71":"leve...
single_quotes
{ "type": "object", "properties": { "val_q05": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "col_q15": { "type": "integer" }, "dim_w28": { "type": "string", "enum": [ "mode_...
{'val_q05':'mode_e','col_q15':67,'dim_w28':'mode_b','field_u54':[{'param_v16':184,'attr_v25':'high','attr_j56':'pending','dim_e15':'Sao Paulo'},{'attr_v25':'low','val_j71':'level_2','param_a64':false,'attr_j56':'This is a test value.','dim_e15':'https://example.com'},{'param_v16':529,'attr_v25':'medium','val_j71':'leve...
Expecting property name enclosed in double quotes
{"val_q05":"mode_e","col_q15":67,"dim_w28":"mode_b","field_u54":[{"param_v16":184,"attr_v25":"high","attr_j56":"pending","dim_e15":"Sao Paulo"},{"attr_v25":"low","val_j71":"level_2","param_a64":false,"attr_j56":"This is a test value.","dim_e15":"https://example.com"},{"param_v16":529,"attr_v25":"medium","val_j71":"leve...
TASK repair_structured_output SPEC FIELD prop_i67 TYPE number REQUIRED yes FIELD param_j63 TYPE integer REQUIRED yes FIELD attr_w87.param_n76 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_w87.val_e15 TYPE number REQUIRED no FIELD attr_w87.col_w11[].prop_v73 TYPE string REQUIRED yes FIELD attr_w87...
{"prop_i67":887.23,"param_j63":202,"attr_w87":{"param_n76":"medium","val_e15":577.55,"val_q62":[{"field_a19":"Smith","attr_g77":"https://api.example.com/v1","key_s55":"GRCh38","dim_s18":"2024-06-30","key_r40":"foo"},{"field_i79":191,"field_a19":"quux","attr_g77":"Charlie","key_b88":"quux","key_s55":"Oliveira","dim_s18"...
missing_required
{ "type": "object", "properties": { "prop_i67": { "type": "number" }, "param_j63": { "type": "integer" }, "attr_w87": { "type": "object", "properties": { "param_n76": { "type": "string", "enum": [ "low", "medium", ...
{"prop_i67": 887.23, "attr_w87": {"param_n76": "medium", "val_e15": 577.55, "val_q62": [{"field_a19": "Smith", "attr_g77": "https://api.example.com/v1", "key_s55": "GRCh38", "dim_s18": "2024-06-30", "key_r40": "foo"}, {"field_i79": 191, "field_a19": "quux", "attr_g77": "Charlie", "key_b88": "quux", "key_s55": "Oliveira...
Required field 'param_j63' is missing
{"prop_i67":887.23,"param_j63":202,"attr_w87":{"param_n76":"medium","val_e15":577.55,"val_q62":[{"field_a19":"Smith","attr_g77":"https://api.example.com/v1","key_s55":"GRCh38","dim_s18":"2024-06-30","key_r40":"foo"},{"field_i79":191,"field_a19":"quux","attr_g77":"Charlie","key_b88":"quux","key_s55":"Oliveira","dim_s18"...
TASK repair_structured_output SPEC FIELD field_b58 TYPE string REQUIRED no FIELD val_y25 TYPE integer REQUIRED no FIELD field_h25 TYPE string_email REQUIRED no FIELD field_i14 TYPE number REQUIRED no FIELD key_t70 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD key_r58 TYPE boolean REQUIRED no BROKEN_OU...
{"val_y25":840,"field_h25":"info@test.io","key_t70":"level_1","key_r58":false}
tool_call_partial_args
{ "type": "object", "properties": { "field_b58": { "type": "string" }, "val_y25": { "type": "integer" }, "field_h25": { "type": "string", "format": "email" }, "field_i14": { "type": "number" }, "key_t70": { "type": "string", "enum": [ ...
I need to look up the information first. Action: run_diagnostics Arguments: {"val_y25": 840, "field_h25": "info@test.io", "key_r58": false}
Agent tool call missing required parameter 'key_t70'
{"val_y25":840,"field_h25":"info@test.io","key_t70":"level_1","key_r58":false}
TASK repair_structured_output SPEC FIELD footnote TYPE string REQUIRED yes FIELD diagnosis_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD options TYPE boolean REQUIRED yes FIELD deploy_target TYPE integer REQUIRED yes FIELD account_id TYPE integer REQUIRED no FIELD level TYPE...
{"footnote":"cancelled","options":true,"deploy_target":959,"level":739,"paragraph":"cancelled"}
number_with_unit
{ "type": "object", "properties": { "footnote": { "type": "string" }, "diagnosis_code": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "options": { "type": "boolean"...
{"footnote": "cancelled", "options": true, "deploy_target": "959sec", "level": 739, "paragraph": "cancelled"}
Field 'deploy_target' must be number, got string with unit
{"footnote":"cancelled","options":true,"deploy_target":959,"level":739,"paragraph":"cancelled"}
TASK repair_structured_output SPEC FIELD col_l10 TYPE integer REQUIRED yes FIELD param_i63 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_m83.key_t64 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_m83.key_v75 TYPE string VALUES homozygous|he...
{"col_l10":868,"param_i63":"pending_review","field_m83":{"key_t64":"frameshift","key_v75":"heterozygous","param_v26":915},"dim_e78":"chrX"}
wrong_type
{ "type": "object", "properties": { "col_l10": { "type": "integer" }, "param_i63": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_m83": { "type": "object", "properties": { ...
{"col_l10": "\"868\"", "param_i63": "pending_review", "field_m83": {"key_t64": "frameshift", "key_v75": "heterozygous", "param_v26": 915}, "dim_e78": "chrX"}
Field 'col_l10' must be integer, got string
{"col_l10":868,"param_i63":"pending_review","field_m83":{"key_t64":"frameshift","key_v75":"heterozygous","param_v26":915},"dim_e78":"chrX"}
TASK repair_structured_output SPEC FIELD first_name TYPE string VALUES small|medium|large|xl REQUIRED no FIELD fleet_number TYPE string VALUES low|medium|high|critical REQUIRED no FIELD turbidity TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD diagnosis_code TYPE string REQUIRED no FIELD ...
{"turbidity":"frameshift","diagnosis_code":"REV","weight":null,"date":189.82,"consignee":"rejected"}
trailing_comma
{ "type": "object", "properties": { "first_name": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "fleet_number": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
{"turbidity":"frameshift","diagnosis_code":"REV","weight":null,"date":189.82,"consignee":"rejected",}
Unexpected trailing comma
{"turbidity":"frameshift","diagnosis_code":"REV","weight":null,"date":189.82,"consignee":"rejected"}
TASK repair_structured_output SPEC FIELD field_b77 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD param_v99 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_m58 TYPE integer REQUIRED no FIELD prop_c94 TYPE null REQUIRED yes FIELD col_h16.val_g03 TYPE string_email REQUIRED no FI...
{"field_m58":963,"prop_c94":null,"col_h16":{"val_g03":"info@test.io","field_f86":true,"dim_o84":"escalated","val_j77":{"val_i77":142,"col_n34":479,"prop_e01":"published"}}}
number_with_unit
{ "type": "object", "properties": { "field_b77": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "param_v99": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "a...
{"field_m58": "963MB", "prop_c94": null, "col_h16": {"val_g03": "info@test.io", "field_f86": true, "dim_o84": "escalated", "val_j77": {"val_i77": 142, "col_n34": 479, "prop_e01": "published"}}}
Field 'field_m58' must be number, got string with unit
{"field_m58":963,"prop_c94":null,"col_h16":{"val_g03":"info@test.io","field_f86":true,"dim_o84":"escalated","val_j77":{"val_i77":142,"col_n34":479,"prop_e01":"published"}}}
TASK repair_structured_output SPEC FIELD amplitude TYPE string REQUIRED yes FIELD notes TYPE string REQUIRED no FIELD phone TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD procedure_code TYPE string REQUIRED no FIELD wavelength[] TYPE boolean REQUIRED no BROKEN_OUTPUT get_inventory(amplitude='QC-07', ph...
{"amplitude":"QC-07","phone":"level_2","wavelength":[true,false,false,false]}
tool_call_python_syntax
{ "type": "object", "properties": { "amplitude": { "type": "string" }, "notes": { "type": "string" }, "phone": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "procedure_code": { "type": "string" }, "w...
get_inventory(amplitude='QC-07', phone='level_2', wavelength=[True, False, False, False])
Tool call uses Python syntax instead of JSON
{"amplitude":"QC-07","phone":"level_2","wavelength":[true,false,false,false]}
TASK repair_structured_output SPEC FIELD tags TYPE number REQUIRED no FIELD order_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD umi TYPE string REQUIRED yes FIELD email.chapter TYPE integer REQUIRED yes FIELD email.chromosome.product_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD email.chro...
{"tags":36.27,"order_id":"USD","umi":"quux","email":{"chapter":524,"chromosome":{"product_id":"BRL","voltage":"enterprise","consignee":"chrX","footnote":"Santos","throttle_pos":null,"insurance_id":"2024-01-15"},"sensor_id":569,"transaction_id":"ops@example.com"},"collateral":"pending","options":"anchored","run_id":{"cr...
truncated_object
{ "type": "object", "properties": { "tags": { "type": "number" }, "order_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "umi": { "type": "string" }, "email": { "type": "object", "...
{"tags":36.27,"order_id":"USD","umi":"quux","email":{"chapter":524,"chromosome":{"product_id":"BRL","voltage":"enterprise","consignee":"chrX","footnote":"Santos","throttle_pos":null,"insurance_id":"2024-01-15"},"sensor_id":569,"transaction_id":"ops@example.com"},"collateral":"pending","options":"anchored","run_id":{"cr...
Unexpected end of JSON input — truncated object
{"tags":36.27,"order_id":"USD","umi":"quux","email":{"chapter":524,"chromosome":{"product_id":"BRL","voltage":"enterprise","consignee":"chrX","footnote":"Santos","throttle_pos":null,"insurance_id":"2024-01-15"},"sensor_id":569,"transaction_id":"ops@example.com"},"collateral":"pending","options":"anchored","run_id":{"cr...
TASK repair_structured_output SPEC FIELD prop_a36 TYPE integer REQUIRED yes FIELD prop_u01.field_g04 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_u01.col_c54 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD prop_u01.val_b51 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD ...
{"prop_a36":845,"field_e52":"RTG-04","param_y30":"cat_a","prop_k49":"level_2"}
wrong_type
{ "type": "object", "properties": { "prop_a36": { "type": "integer" }, "prop_u01": { "type": "object", "properties": { "field_g04": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, ...
{"prop_a36": "\"845\"", "field_e52": "RTG-04", "param_y30": "cat_a", "prop_k49": "level_2"}
Field 'prop_a36' must be integer, got string
{"prop_a36":845,"field_e52":"RTG-04","param_y30":"cat_a","prop_k49":"level_2"}
TASK repair_structured_output SPEC FIELD isotope TYPE string REQUIRED yes FIELD values TYPE string VALUES cat_a|cat_b REQUIRED no FIELD shipping TYPE boolean REQUIRED yes FIELD catalyst TYPE number REQUIRED no FIELD website TYPE string REQUIRED yes FIELD vessel_name TYPE integer REQUIRED no FIELD lab_result TYPE strin...
{"isotope":"baz","values":"cat_a","shipping":false,"website":"A short description.","vessel_name":52,"lab_result":"FWD","version":"underway"}
tool_call_bad_format
{ "type": "object", "properties": { "isotope": { "type": "string" }, "values": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "shipping": { "type": "boolean" }, "catalyst": { "type": "number" }, "website": { "type": "...
<functioncall> check_availability {isotope: "baz", values: "cat_a", shipping: false, website: "A short description.", vessel_name: 52, lab_result: "FWD", version: "underway"}
Tool call has malformed arguments — unquoted keys in function parameters
{"isotope":"baz","values":"cat_a","shipping":false,"website":"A short description.","vessel_name":52,"lab_result":"FWD","version":"underway"}
TASK repair_structured_output SPEC FIELD dim_u83 TYPE null REQUIRED no FIELD field_y87.col_l34 TYPE string REQUIRED yes FIELD field_y87.prop_u56 TYPE number REQUIRED yes FIELD field_y87.field_k53[] TYPE integer REQUIRED yes FIELD val_q57 TYPE null REQUIRED yes FIELD val_j91 TYPE string VALUES red|blue|green|black|whit...
{"dim_u83":null,"field_y87":{"col_l34":"Smith","prop_u56":623.7,"field_k53":[952,61,850,940]},"val_q57":null,"val_j91":"red","prop_y04":"USD"}
extra_text_before
{ "type": "object", "properties": { "dim_u83": { "type": "null" }, "field_y87": { "type": "object", "properties": { "col_l34": { "type": "string" }, "prop_u56": { "type": "number" }, "field_k53": { "type": "array", ...
Here is the JSON you requested: {"dim_u83":null,"field_y87":{"col_l34":"Smith","prop_u56":623.7,"field_k53":[952,61,850,940]},"val_q57":null,"val_j91":"red","prop_y04":"USD"}
Output contains non-JSON text before the object
{"dim_u83":null,"field_y87":{"col_l34":"Smith","prop_u56":623.7,"field_k53":[952,61,850,940]},"val_q57":null,"val_j91":"red","prop_y04":"USD"}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD score TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD type TYPE integer REQUIRED no FIELD department TYPE string REQUIRED no FIELD feedback TYPE number REQUIRED no FIELD port_code...
{"wavelength":"degraded","score":"editor","type":414,"department":"Alice","feedback":286.6,"port_code":"GBP"}
thought_process
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "score": { "type": "string", "enum": [ "admin", "editor", "viewer" ] },...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"wavelength":"degraded","score":"editor","type":414,"department":"Alice","feedback":286.6,"port_code":"GBP"}
Output contains chain-of-thought reasoning before JSON
{"wavelength":"degraded","score":"editor","type":414,"department":"Alice","feedback":286.6,"port_code":"GBP"}
TASK repair_structured_output SPEC FIELD field_x68 TYPE number REQUIRED yes FIELD prop_p74 TYPE boolean REQUIRED no FIELD col_m61 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD val_c96 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD col_k03.dim_g03 TYPE string VALUES pending_review|con...
{"field_x68":237.44,"col_m61":"berthed"}
tool_call_text_mix
{ "type": "object", "properties": { "field_x68": { "type": "number" }, "prop_p74": { "type": "boolean" }, "col_m61": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "val_c96": { "type": "st...
Processing the request now. <tool_call name="create_ticket"> {"field_x68":237.44,"col_m61":"berthed"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"field_x68":237.44,"col_m61":"berthed"}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string VALUES mode_a|mode_b REQUIRED no FIELD verified TYPE integer REQUIRED no FIELD options TYPE boolean REQUIRED no FIELD yield_pct TYPE string REQUIRED no FIELD brake_pressure.credit_score TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIR...
{"humidity_pct":"mode_b","verified":230,"options":true,"yield_pct":"Jane","brake_pressure":{"credit_score":"mode_c","image_url":"cat_c","humidity_pct":470.03,"yield_pct":true,"version":807,"tags":911},"status":482.09,"loan_amount":443,"published":"option_e"}
extra_text_before
{ "type": "object", "properties": { "humidity_pct": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "verified": { "type": "integer" }, "options": { "type": "boolean" }, "yield_pct": { "type": "string" }, "brake_pressure": ...
Pipeline result: {"humidity_pct":"mode_b","verified":230,"options":true,"yield_pct":"Jane","brake_pressure":{"credit_score":"mode_c","image_url":"cat_c","humidity_pct":470.03,"yield_pct":true,"version":807,"tags":911},"status":482.09,"loan_amount":443,"published":"option_e"}
Output contains non-JSON text before the object
{"humidity_pct":"mode_b","verified":230,"options":true,"yield_pct":"Jane","brake_pressure":{"credit_score":"mode_c","image_url":"cat_c","humidity_pct":470.03,"yield_pct":true,"version":807,"tags":911},"status":482.09,"loan_amount":443,"published":"option_e"}
TASK repair_structured_output SPEC FIELD key_n20 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_y60 TYPE string VALUES level_1|level_2 REQUIRED no FIELD key_j66 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD key_j80 TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. <tool_call n...
{"key_n20":"high","field_y60":"level_1","key_j66":"mode_a"}
tool_call_text_mix
{ "type": "object", "properties": { "key_n20": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_y60": { "type": "string", "enum": [ "level_1", "level_2" ] }, "key_j66": { "type"...
Let me check the system. <tool_call name="calibrate_instrument"> {"key_n20":"high","field_y60":"level_1","key_j66":"mode_a"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"key_n20":"high","field_y60":"level_1","key_j66":"mode_a"}
TASK repair_structured_output SPEC FIELD category TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD voltage TYPE number REQUIRED yes FIELD trace_id TYPE integer REQUIRED no FIELD verified TYPE number REQUIRED no FIELD thumbnail TYPE string REQUIRED yes BROKEN_OUTPUT {"category":"mode_b","...
{"category":"mode_b","voltage":590.4,"verified":974.85,"thumbnail":"foo"}
missing_bracket
{ "type": "object", "properties": { "category": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "voltage": { "type": "number" }, "trace_id": { "type": "integer" }, ...
{"category":"mode_b","voltage":590.4,"verified":974.85,"thumbnail":"foo"}
Missing closing bracket
{"category":"mode_b","voltage":590.4,"verified":974.85,"thumbnail":"foo"}
TASK repair_structured_output SPEC FIELD length TYPE integer REQUIRED yes FIELD feedback TYPE integer REQUIRED yes FIELD batch_code TYPE string REQUIRED yes FIELD commit_hash TYPE boolean REQUIRED yes FIELD size TYPE string VALUES option_a|option_b REQUIRED no FIELD active TYPE string REQUIRED no BROKEN_OUTPUT {lengt...
{"length":457,"feedback":491,"batch_code":"Paris","commit_hash":true,"size":"option_a","active":"world"}
unquoted_keys
{ "type": "object", "properties": { "length": { "type": "integer" }, "feedback": { "type": "integer" }, "batch_code": { "type": "string" }, "commit_hash": { "type": "boolean" }, "size": { "type": "string", "enum": [ "option_a", ...
{length:457,feedback:491,batch_code:"Paris",commit_hash:true,size:"option_a",active:"world"}
Expecting property name enclosed in double quotes
{"length":457,"feedback":491,"batch_code":"Paris","commit_hash":true,"size":"option_a","active":"world"}
TASK repair_structured_output SPEC FIELD active TYPE string VALUES draft|published|archived REQUIRED yes FIELD port_code TYPE string REQUIRED no FIELD total.crew_id TYPE string REQUIRED yes FIELD total.conductivity TYPE string REQUIRED no FIELD total.subtotal TYPE string REQUIRED no FIELD total.procedure_code TYPE str...
{"active":"draft","port_code":"London","total":{"crew_id":"test@example.com","conductivity":"active","subtotal":"quux","procedure_code":"type_b","values":{"phenotype":"test@domain.org","reagent":"Sao Paulo"}},"subject":"level_2","country":255}
truncated_object
{ "type": "object", "properties": { "active": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "port_code": { "type": "string" }, "total": { "type": "object", "properties": { "crew_id": { "type": "st...
{"active":"draft","port_code":"London","total":{"crew_id":"test@example.com","conductivity":"active","subtotal":"quux","procedure_code":"type_b","values":{"phenotype":"test@domain.org","reagent":"Sao Paulo"}},"subject":"level_2","country":255
Unexpected end of JSON input — truncated object
{"active":"draft","port_code":"London","total":{"crew_id":"test@example.com","conductivity":"active","subtotal":"quux","procedure_code":"type_b","values":{"phenotype":"test@domain.org","reagent":"Sao Paulo"}},"subject":"level_2","country":255}
TASK repair_structured_output SPEC FIELD step TYPE string_date-time REQUIRED no FIELD discount TYPE string REQUIRED yes FIELD isotope TYPE string_date-time REQUIRED no FIELD language.crew_id TYPE boolean REQUIRED no FIELD language.lab_result TYPE number REQUIRED no FIELD language.width.first_name TYPE number REQUIRED ...
{"discount":"approved","isotope":"2026-04-20T16:20:00Z","language":{"crew_id":true,"width":{"first_name":336.16,"last_name":"pending","quality_score":"critical","latitude":"heterozygous"}},"barcode":521,"status":"Jane"}
partial_structure
{ "type": "object", "properties": { "step": { "type": "string", "format": "date-time" }, "discount": { "type": "string" }, "isotope": { "type": "string", "format": "date-time" }, "language": { "type": "object", "properties": { "crew_id": ...
Result: barcode=521, {"discount":"approved","isotope":"2026-04-20T16:20:00Z","language":{"crew_id":true,"width":{"first_name":336.16,"last_name":"pending","quality_score":"critical","latitude":"heterozygous"}},"barcode":521,"status":"Jane"}
Output mixes natural language with JSON
{"discount":"approved","isotope":"2026-04-20T16:20:00Z","language":{"crew_id":true,"width":{"first_name":336.16,"last_name":"pending","quality_score":"critical","latitude":"heterozygous"}},"barcode":521,"status":"Jane"}
TASK repair_structured_output SPEC FIELD col_z91 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD col_o01 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_a12 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD val_f91 TYPE string VALUES active|inactive|pend...
{"col_z91":"inactive","val_f91":"pending"}
unquoted_keys
{ "type": "object", "properties": { "col_z91": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_o01": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "pr...
{col_z91:"inactive",val_f91:"pending"}
Expecting property name enclosed in double quotes
{"col_z91":"inactive","val_f91":"pending"}
TASK repair_structured_output SPEC FIELD isotope TYPE boolean REQUIRED no FIELD salinity TYPE null REQUIRED yes FIELD credit_score.tags TYPE null REQUIRED yes FIELD credit_score.tile TYPE string REQUIRED yes FIELD credit_score.date TYPE string REQUIRED yes FIELD credit_score.thumbnail TYPE number REQUIRED yes FIELD cr...
{"isotope":false,"salinity":null}
tool_call_text_mix
{ "type": "object", "properties": { "isotope": { "type": "boolean" }, "salinity": { "type": "null" }, "credit_score": { "type": "object", "properties": { "tags": { "type": "null" }, "tile": { "type": "string" }, ...
Processing the request now. <tool_call name="calculate_docking_fee"> {"isotope":false,"salinity":null} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"isotope":false,"salinity":null}
TASK repair_structured_output SPEC FIELD currency TYPE number REQUIRED yes FIELD voltage TYPE string REQUIRED yes FIELD insurance_id.patient_id TYPE integer REQUIRED yes FIELD insurance_id.balance TYPE integer REQUIRED yes FIELD insurance_id.allele.user_id TYPE null REQUIRED yes FIELD insurance_id.allele.verified TYPE...
{"currency":156.93,"voltage":"hello","insurance_id":{"patient_id":858,"balance":757,"allele":{"user_id":null,"verified":"New York","type":"active","gene_id":611,"description":"admin@test.io","status_code":"hello","duration_ms":"MV-Evergreen-01"}}}
markdown_fences
{ "type": "object", "properties": { "currency": { "type": "number" }, "voltage": { "type": "string" }, "insurance_id": { "type": "object", "properties": { "patient_id": { "type": "integer" }, "balance": { "type": "integer" ...
```json {"currency":156.93,"voltage":"hello","insurance_id":{"patient_id":858,"balance":757,"allele":{"user_id":null,"verified":"New York","type":"active","gene_id":611,"description":"admin@test.io","status_code":"hello","duration_ms":"MV-Evergreen-01"}}} ```
Output contains markdown code fences
{"currency":156.93,"voltage":"hello","insurance_id":{"patient_id":858,"balance":757,"allele":{"user_id":null,"verified":"New York","type":"active","gene_id":611,"description":"admin@test.io","status_code":"hello","duration_ms":"MV-Evergreen-01"}}}
TASK repair_structured_output SPEC FIELD val_m73 TYPE integer REQUIRED no FIELD val_e78 TYPE boolean REQUIRED no FIELD attr_i60 TYPE integer REQUIRED yes FIELD prop_f27 TYPE string_uri REQUIRED no FIELD attr_q73 TYPE integer REQUIRED no FIELD param_t16 TYPE null REQUIRED no FIELD prop_y23.attr_i75 TYPE string VALUES o...
{"attr_i60":143,"attr_q73":928,"prop_y23":{"attr_i75":"maintenance","col_l14":"inactive","attr_r43":"red","prop_g64":898}}
markdown_explanation
{ "type": "object", "properties": { "val_m73": { "type": "integer" }, "val_e78": { "type": "boolean" }, "attr_i60": { "type": "integer" }, "prop_f27": { "type": "string", "format": "uri" }, "attr_q73": { "type": "integer" }, "param_t16"...
Here is the JSON you requested: ```json {"attr_i60":143,"attr_q73":928,"prop_y23":{"attr_i75":"maintenance","col_l14":"inactive","attr_r43":"red","prop_g64":898}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"attr_i60":143,"attr_q73":928,"prop_y23":{"attr_i75":"maintenance","col_l14":"inactive","attr_r43":"red","prop_g64":898}}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES small|medium|large|xl REQUIRED no FIELD title TYPE string VALUES single|married|divorced REQUIRED yes FIELD insurance_id TYPE string_date-time REQUIRED no FIELD email TYPE string REQUIRED yes FIELD berth_slot TYPE string VALUES red|blue|green|black|...
{"log_level":"medium","title":"married","insurance_id":"2022-03-05T18:04:00Z","email":"baz","berth_slot":"green","amplitude":"Berlin","order_id":495}
tool_call_python_syntax
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "title": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "insurance_...
update_record(log_level='medium', title='married', insurance_id='2022-03-05T18:04:00Z', email='baz', berth_slot='green', amplitude='Berlin', order_id=495)
Tool call uses Python syntax instead of JSON
{"log_level":"medium","title":"married","insurance_id":"2022-03-05T18:04:00Z","email":"baz","berth_slot":"green","amplitude":"Berlin","order_id":495}
TASK repair_structured_output SPEC FIELD col_a44 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_o16 TYPE string REQUIRED no FIELD prop_t65 TYPE null REQUIRED no FIELD param_p08.val_a97 TYPE string REQUIRED yes FIELD param_p08.val_p94 TYPE number REQUIRED yes FIELD param_p08.dim_i75 TYPE boolean REQ...
{"col_a44":"medium","prop_o16":"sample","param_p08":{"val_a97":"demo","val_p94":627.09,"dim_i75":true}}
extra_text_before
{ "type": "object", "properties": { "col_a44": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "prop_o16": { "type": "string" }, "prop_t65": { "type": "null" }, "param_p08": { "type": "object", ...
The output is as follows: {"col_a44":"medium","prop_o16":"sample","param_p08":{"val_a97":"demo","val_p94":627.09,"dim_i75":true}}
Output contains non-JSON text before the object
{"col_a44":"medium","prop_o16":"sample","param_p08":{"val_a97":"demo","val_p94":627.09,"dim_i75":true}}
TASK repair_structured_output SPEC FIELD address TYPE integer REQUIRED yes FIELD width TYPE string VALUES email|phone|sms|push REQUIRED no FIELD frequency_hz TYPE boolean REQUIRED yes FIELD paragraph[].half_life TYPE string REQUIRED no FIELD paragraph[].brake_pressure TYPE string REQUIRED no FIELD paragraph[].fleet_nu...
{"address":206,"frequency_hz":true}
tool_call_python_syntax
{ "type": "object", "properties": { "address": { "type": "integer" }, "width": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "frequency_hz": { "type": "boolean" }, "paragraph": { "type": "array", ...
lookup_customer(address=206, frequency_hz=True)
Tool call uses Python syntax instead of JSON
{"address":206,"frequency_hz":true}
TASK repair_structured_output SPEC FIELD bed_number TYPE string_email REQUIRED yes FIELD account_id TYPE string REQUIRED yes FIELD throttle_pos TYPE boolean REQUIRED yes BROKEN_OUTPUT Analyzing the schema to generate valid JSON... Checking required fields and types... {"bed_number":"test@example.com","account_id":"J...
{"bed_number":"test@example.com","account_id":"Johnson","throttle_pos":false}
thought_process
{ "type": "object", "properties": { "bed_number": { "type": "string", "format": "email" }, "account_id": { "type": "string" }, "throttle_pos": { "type": "boolean" } }, "required": [ "throttle_pos", "account_id", "bed_number" ] }
Analyzing the schema to generate valid JSON... Checking required fields and types... {"bed_number":"test@example.com","account_id":"Johnson","throttle_pos":false}
Output contains chain-of-thought reasoning before JSON
{"bed_number":"test@example.com","account_id":"Johnson","throttle_pos":false}
TASK repair_structured_output SPEC FIELD col_w56 TYPE number REQUIRED no FIELD val_a05 TYPE string REQUIRED no FIELD dim_p41 TYPE integer REQUIRED no FIELD attr_c63.val_j60 TYPE string VALUES level_1|level_2 REQUIRED no FIELD attr_c63.prop_u19 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD attr_c63.field_y...
{"col_w56":547.25,"dim_p41":756,"attr_c63":{"prop_u19":"small","col_v09":"example","dim_h10":424,"attr_i41":true,"dim_w18":746.65,"col_f99":715},"prop_n78":"https://www.com/data"}
markdown_explanation
{ "type": "object", "properties": { "col_w56": { "type": "number" }, "val_a05": { "type": "string" }, "dim_p41": { "type": "integer" }, "attr_c63": { "type": "object", "properties": { "val_j60": { "type": "string", "enum": [ ...
Here's the structured output: ```json {"col_w56":547.25,"dim_p41":756,"attr_c63":{"prop_u19":"small","col_v09":"example","dim_h10":424,"attr_i41":true,"dim_w18":746.65,"col_f99":715},"prop_n78":"https://www.com/data"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"col_w56":547.25,"dim_p41":756,"attr_c63":{"prop_u19":"small","col_v09":"example","dim_h10":424,"attr_i41":true,"dim_w18":746.65,"col_f99":715},"prop_n78":"https://www.com/data"}
TASK repair_structured_output SPEC FIELD latitude TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD status TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD ward TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD step TYPE null REQUIRED y...
{"latitude":"cat_c","status":"cat_d","ward":"option_f","step":null}
partial_structure
{ "type": "object", "properties": { "latitude": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "status": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d",...
Based on the data, ward is option_f. {"latitude":"cat_c","status":"cat_d","ward":"option_f","step":null}
Output mixes natural language with JSON
{"latitude":"cat_c","status":"cat_d","ward":"option_f","step":null}
TASK repair_structured_output SPEC FIELD batch_code TYPE string REQUIRED yes FIELD loan_amount TYPE string REQUIRED no FIELD vital_sign TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD chapter TYPE string REQUIRED no FIELD trace_id TYPE integer REQUIRED no FIELD shift_code TYPE string VALUES level_1|...
{"batch_code":"https://api.example.com/v1","loan_amount":"GRCh38","vital_sign":"cat_b","chapter":"MV-Evergreen-01","trace_id":370,"bearing":"Silva","currency":"critical"}
extra_field
{ "type": "object", "properties": { "batch_code": { "type": "string" }, "loan_amount": { "type": "string" }, "vital_sign": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "chapter": { ...
{"batch_code": "https://api.example.com/v1", "loan_amount": "GRCh38", "vital_sign": "cat_b", "chapter": "MV-Evergreen-01", "trace_id": 370, "bearing": "Silva", "currency": "critical", "extra_field_3740": true}
Unknown field 'extra_field_3740' not defined in schema
{"batch_code":"https://api.example.com/v1","loan_amount":"GRCh38","vital_sign":"cat_b","chapter":"MV-Evergreen-01","trace_id":370,"bearing":"Silva","currency":"critical"}
TASK repair_structured_output SPEC FIELD subject.crew_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD subject.item_id TYPE string VALUES small|medium|large|xl REQUIRED no FIELD subject.payment_status TYPE integer REQUIRED no FIELD subject.image_url TYPE integer REQUIRED no FIELD subject.visibl...
{"subject":{"payment_status":792,"visible":"rejected","product_id":"new"},"crew_id":"Tokyo"}
tool_call_text_mix
{ "type": "object", "properties": { "subject": { "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "item_id": { "t...
I'll query our database. <tool_call name="get_inventory"> {"subject":{"payment_status":792,"visible":"rejected","product_id":"new"},"crew_id":"Tokyo"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"subject":{"payment_status":792,"visible":"rejected","product_id":"new"},"crew_id":"Tokyo"}
TASK repair_structured_output SPEC FIELD val_l38 TYPE number REQUIRED no FIELD param_i17 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_w89 TYPE string_email REQUIRED no FIELD attr_g23 TYPE string REQUIRED no FIELD field_h31 TYPE number REQUIRED no BROKEN_OUTPUT Based on your requ...
{"val_l38":36.77,"param_i17":"nonsense","field_w89":"test@test.io","attr_g23":"completed","field_h31":298.44}
extra_text_before
{ "type": "object", "properties": { "val_l38": { "type": "number" }, "param_i17": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "field_w89": { "type": "string", "format": "email" }, ...
Based on your request, here is the data: {"val_l38":36.77,"param_i17":"nonsense","field_w89":"test@test.io","attr_g23":"completed","field_h31":298.44}
Output contains non-JSON text before the object
{"val_l38":36.77,"param_i17":"nonsense","field_w89":"test@test.io","attr_g23":"completed","field_h31":298.44}
TASK repair_structured_output SPEC FIELD state TYPE string VALUES low|medium|high|critical REQUIRED no FIELD catalyst TYPE null REQUIRED yes FIELD age TYPE string REQUIRED no FIELD transaction_id TYPE integer REQUIRED no FIELD description TYPE string_date-time REQUIRED no FIELD category TYPE boolean REQUIRED no BROKE...
{"state":"critical","catalyst":null,"age":"2024-01-15","description":"2026-05-17T23:32:00Z"}
synonym_enum
{ "type": "object", "properties": { "state": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "catalyst": { "type": "null" }, "age": { "type": "string" }, "transaction_id": { "type": "integer" }...
{"state": "severe", "catalyst": null, "age": "2024-01-15", "description": "2026-05-17T23:32:00Z"}
Field 'state' has synonym 'severe' instead of valid enum value
{"state":"critical","catalyst":null,"age":"2024-01-15","description":"2026-05-17T23:32:00Z"}
TASK repair_structured_output SPEC FIELD price TYPE string REQUIRED no FIELD address TYPE string VALUES level_1|level_2 REQUIRED no FIELD ward TYPE integer REQUIRED yes FIELD nickname[] TYPE string_email REQUIRED no BROKEN_OUTPUT Tool: queue_sequencing_run Params: {"address": "level_1", "ward": 612, "nickname": ["adm...
{"price":"inactive","address":"level_1","ward":612,"nickname":["admin@domain.org","test@test.io","info@domain.org","admin@domain.org"]}
tool_call_wrong_param
{ "type": "object", "properties": { "price": { "type": "string" }, "address": { "type": "string", "enum": [ "level_1", "level_2" ] }, "ward": { "type": "integer" }, "nickname": { "type": "array", "items": { "type": "string...
Tool: queue_sequencing_run Params: {"address": "level_1", "ward": 612, "nickname": ["admin@domain.org", "test@test.io", "info@domain.org", "admin@domain.org"], "price_id": "inactive"}
Agent used wrong parameter name 'price_id' instead of 'price'
{"price":"inactive","address":"level_1","ward":612,"nickname":["admin@domain.org","test@test.io","info@domain.org","admin@domain.org"]}
TASK repair_structured_output SPEC FIELD freight_class TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD nickname TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD updated_at TYPE null REQUIRED no FIELD manifest_ref TYPE integer REQUIRED yes FIELD category TYPE string REQUIRED no...
{"freight_class":"in_progress","nickname":"oceanic","updated_at":null,"manifest_ref":45}
missing_required
{ "type": "object", "properties": { "freight_class": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "nickname": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arc...
{"freight_class": "in_progress", "nickname": "oceanic", "updated_at": null}
Required field 'manifest_ref' is missing
{"freight_class":"in_progress","nickname":"oceanic","updated_at":null,"manifest_ref":45}
TASK repair_structured_output SPEC FIELD subject TYPE string VALUES small|medium|large|xl REQUIRED no FIELD medication TYPE integer REQUIRED no FIELD freight_class TYPE string VALUES admin|editor|viewer REQUIRED no FIELD diagnosis_code TYPE string_email REQUIRED no FIELD balance TYPE null REQUIRED no FIELD throttle_po...
{"subject":"large","medication":786,"freight_class":"editor","diagnosis_code":"user@example.com","balance":null,"throttle_pos":"user@domain.com","due_date":153}
single_quotes
{ "type": "object", "properties": { "subject": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "medication": { "type": "integer" }, "freight_class": { "type": "string", "enum": [ "admin", "edi...
{'subject':'large','medication':786,'freight_class':'editor','diagnosis_code':'user@example.com','balance':null,'throttle_pos':'user@domain.com','due_date':153}
Expecting property name enclosed in double quotes
{"subject":"large","medication":786,"freight_class":"editor","diagnosis_code":"user@example.com","balance":null,"throttle_pos":"user@domain.com","due_date":153}
TASK repair_structured_output SPEC FIELD department TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD order_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD manifest_ref TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT I need to look up the information fi...
{"department":"arctic","order_id":"delivered","manifest_ref":"xl"}
tool_call_partial_args
{ "type": "object", "properties": { "department": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "order_id": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returne...
I need to look up the information first. Action: validate_sample Arguments: {"order_id": "delivered", "manifest_ref": "xl"}
Agent tool call missing required parameter 'department'
{"department":"arctic","order_id":"delivered","manifest_ref":"xl"}
TASK repair_structured_output SPEC FIELD prop_d33 TYPE string REQUIRED no FIELD col_l54 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD field_z59 TYPE string REQUIRED yes BROKEN_OUTPUT Analyzing the schema to generate valid JSON... Checking required fields and types... {"col_l54":"cat_b","field_z5...
{"col_l54":"cat_b","field_z59":"Hapag-Lloyd-Express"}
thought_process
{ "type": "object", "properties": { "prop_d33": { "type": "string" }, "col_l54": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "field_z59": { "type": "string" } }, "required": [ "fi...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"col_l54":"cat_b","field_z59":"Hapag-Lloyd-Express"}
Output contains chain-of-thought reasoning before JSON
{"col_l54":"cat_b","field_z59":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE boolean REQUIRED yes FIELD phenotype TYPE string REQUIRED yes FIELD updated_at TYPE string_date-time REQUIRED yes BROKEN_OUTPUT ```json {"insurance_id":true,"phenotype":"test","updated_at":"2020-07-25T19:45:00Z"} ```
{"insurance_id":true,"phenotype":"test","updated_at":"2020-07-25T19:45:00Z"}
markdown_fences
{ "type": "object", "properties": { "insurance_id": { "type": "boolean" }, "phenotype": { "type": "string" }, "updated_at": { "type": "string", "format": "date-time" } }, "required": [ "updated_at", "phenotype", "insurance_id" ] }
```json {"insurance_id":true,"phenotype":"test","updated_at":"2020-07-25T19:45:00Z"} ```
Output contains markdown code fences
{"insurance_id":true,"phenotype":"test","updated_at":"2020-07-25T19:45:00Z"}
TASK repair_structured_output SPEC FIELD prop_u67.col_m03 TYPE integer REQUIRED no FIELD prop_u67.prop_f63 TYPE string REQUIRED no FIELD prop_u67.dim_u18 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD prop_u67.param_e05 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level...
{"val_q22":"hello","attr_e88":{"key_n87":"New York"},"param_b77":false,"attr_x37":"option_e","dim_g20":true}
truncated_array
{ "type": "object", "properties": { "prop_u67": { "type": "object", "properties": { "col_m03": { "type": "integer" }, "prop_f63": { "type": "string" }, "dim_u18": { "type": "string", "enum": [ "option_a", ...
{"val_q22":"hello","attr_e88":{"key_n87":"New York"},"param_b77":false,"attr_x37":"option_e","dim_g20":true
Unexpected end of JSON input — truncated object
{"val_q22":"hello","attr_e88":{"key_n87":"New York"},"param_b77":false,"attr_x37":"option_e","dim_g20":true}
TASK repair_structured_output SPEC FIELD tile TYPE string VALUES draft|published|archived REQUIRED no FIELD section TYPE null REQUIRED no FIELD loan_amount TYPE string_date-time REQUIRED no FIELD shipping TYPE string REQUIRED yes FIELD dosage TYPE boolean REQUIRED no FIELD pressure_kpa TYPE number REQUIRED no FIELD op...
{"tile":"draft","section":null,"loan_amount":"2021-03-14T03:59:00Z","shipping":"PASS","dosage":false,"options":"missense","port_code":813.09}
agent_chain
{ "type": "object", "properties": { "tile": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "section": { "type": "null" }, "loan_amount": { "type": "string", "format": "date-time" }, "shipping": { "type...
I need to look up the information first. Action: update_preferences Result: {"tile": "draft", "section": null, "loan_amount": "2021-03-14T03:59:00Z", "shipping": "PASS", "dosage": false, "port_code": 813.09} Processing the request now. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"tile":"draft","section":null,"loan_amount":"2021-03-14T03:59:00Z","shipping":"PASS","dosage":false,"options":"missense","port_code":813.09}
TASK repair_structured_output SPEC FIELD language TYPE integer REQUIRED yes FIELD height TYPE string REQUIRED yes FIELD chromosome TYPE string VALUES email|phone|sms|push REQUIRED no FIELD company TYPE integer REQUIRED yes FIELD footnote TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. ...
{"language":730,"height":"chrX","chromosome":"email","company":502,"footnote":"cancelled"}
tool_call_partial_args
{ "type": "object", "properties": { "language": { "type": "integer" }, "height": { "type": "string" }, "chromosome": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "company": { "type": "integer" }...
I need to look up the information first. Action: query_port_status Arguments: {"height": "chrX", "chromosome": "email", "company": 502, "footnote": "cancelled"}
Agent tool call missing required parameter 'language'
{"language":730,"height":"chrX","chromosome":"email","company":502,"footnote":"cancelled"}
TASK repair_structured_output SPEC FIELD col_t25 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD col_p88 TYPE string_uri REQUIRED no FIELD val_i23 TYPE string REQUIRED no FIELD key_i52.field_n35 TYPE string REQUIRED no FIELD key_i52.dim_n00 TYPE string_date-time REQUIRED yes FIELD key...
{"col_t25":"pending_review","field_h13":true,"field_n98":"test"}
null_required
{ "type": "object", "properties": { "col_t25": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_p88": { "type": "string", "format": "uri" }, "val_i23": { "type": "string" }, ...
{"col_t25": "pending_review", "field_h13": null, "field_n98": "test"}
Required field 'field_h13' is null
{"col_t25":"pending_review","field_h13":true,"field_n98":"test"}
TASK repair_structured_output SPEC FIELD notes TYPE string REQUIRED yes FIELD ph_level TYPE integer REQUIRED yes FIELD diagnosis_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD color TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: assign_berth Result: {"notes": "New York", "diagn...
{"notes":"New York","ph_level":79,"diagnosis_code":"USD","color":"REV"}
agent_chain
{ "type": "object", "properties": { "notes": { "type": "string" }, "ph_level": { "type": "integer" }, "diagnosis_code": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "color": { "type": "str...
Let me check the system. Action: assign_berth Result: {"notes": "New York", "diagnosis_code": "USD", "color": "REV"} Processing the request now. Action: get_weather Result:
Agent multi-step chain with truncated tool output
{"notes":"New York","ph_level":79,"diagnosis_code":"USD","color":"REV"}
TASK repair_structured_output SPEC FIELD priority TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD repository TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD bill_of_lading TYPE string REQUIRED no FIELD paragraph TYPE number REQUIRED yes FIELD crew_id TYPE null REQUIRED yes FI...
{"priority":"option_a","repository":"type_b","bill_of_lading":"https://api.example.com/v1","paragraph":76.24,"crew_id":null,"allele":{"procedure_code":"option_a","longitude":true,"width":919.49,"thumbnail":{"fleet_number":"2024-01-15","shipping":"2020-11-02T12:43:00Z","reagent":"demo"},"salinity":229.23},"order_id":984...
trailing_comma
{ "type": "object", "properties": { "priority": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "repository": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_...
{"priority":"option_a","repository":"type_b","bill_of_lading":"https://api.example.com/v1","paragraph":76.24,"crew_id":null,"allele":{"procedure_code":"option_a","longitude":true,"width":919.49,"thumbnail":{"fleet_number":"2024-01-15","shipping":"2020-11-02T12:43:00Z","reagent":"demo"},"salinity":229.23},"order_id":984...
Unexpected trailing comma
{"priority":"option_a","repository":"type_b","bill_of_lading":"https://api.example.com/v1","paragraph":76.24,"crew_id":null,"allele":{"procedure_code":"option_a","longitude":true,"width":919.49,"thumbnail":{"fleet_number":"2024-01-15","shipping":"2020-11-02T12:43:00Z","reagent":"demo"},"salinity":229.23},"order_id":984...
TASK repair_structured_output SPEC FIELD filter_flag TYPE string REQUIRED no FIELD repository TYPE null REQUIRED yes FIELD name TYPE string REQUIRED yes FIELD company TYPE integer REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: run_diagnostics Result: {"filter_flag": "baz", "repository": n...
{"filter_flag":"baz","repository":null,"name":"test","company":920}
agent_chain
{ "type": "object", "properties": { "filter_flag": { "type": "string" }, "repository": { "type": "null" }, "name": { "type": "string" }, "company": { "type": "integer" } }, "required": [ "repository", "company", "name" ] }
I need to look up the information first. Action: run_diagnostics Result: {"filter_flag": "baz", "repository": null, "name": "test"} I'll query our database. Action: send_email Result:
Agent multi-step chain with truncated tool output
{"filter_flag":"baz","repository":null,"name":"test","company":920}
TASK repair_structured_output SPEC FIELD attr_x98 TYPE integer REQUIRED no FIELD attr_h73 TYPE number REQUIRED yes FIELD prop_h07 TYPE string REQUIRED no FIELD dim_j24 TYPE integer REQUIRED yes FIELD key_j51[].prop_r06 TYPE integer REQUIRED yes FIELD key_j51[].dim_t59 TYPE number REQUIRED no FIELD key_j51[].field_d42 ...
{"attr_x98":557,"attr_h73":61.52,"prop_h07":"Maria","dim_j24":983,"key_j51":[{"prop_r06":626,"field_d42":"inactive","dim_g34":"enterprise"},{"prop_r06":314,"dim_t59":135.31,"field_d42":"active","dim_g34":"basic"}]}
tool_call_partial_args
{ "type": "object", "properties": { "attr_x98": { "type": "integer" }, "attr_h73": { "type": "number" }, "prop_h07": { "type": "string" }, "dim_j24": { "type": "integer" }, "key_j51": { "type": "array", "items": { "type": "object", ...
I need to look up the information first. Action: filter_variants Arguments: {"attr_x98": 557, "prop_h07": "Maria", "dim_j24": 983, "key_j51": [{"prop_r06": 626, "field_d42": "inactive", "dim_g34": "enterprise"}, {"prop_r06": 314, "dim_t59": 135.31, "field_d42": "active", "dim_g34": "basic"}]}
Agent tool call missing required parameter 'attr_h73'
{"attr_x98":557,"attr_h73":61.52,"prop_h07":"Maria","dim_j24":983,"key_j51":[{"prop_r06":626,"field_d42":"inactive","dim_g34":"enterprise"},{"prop_r06":314,"dim_t59":135.31,"field_d42":"active","dim_g34":"basic"}]}
TASK repair_structured_output SPEC FIELD width TYPE integer REQUIRED yes FIELD position TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD user_id TYPE string REQUIRED yes FIELD quantity TYPE number REQUIRED no FIELD order_id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no ...
{"width":853,"position":"type_f","user_id":"test@example.com","quantity":604.72,"order_id":"level_3"}
extra_text_before
{ "type": "object", "properties": { "width": { "type": "integer" }, "position": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "user_id": { "type": "string" }, "qu...
Here is the response in the requested format: {"width":853,"position":"type_f","user_id":"test@example.com","quantity":604.72,"order_id":"level_3"}
Output contains non-JSON text before the object
{"width":853,"position":"type_f","user_id":"test@example.com","quantity":604.72,"order_id":"level_3"}
TASK repair_structured_output SPEC FIELD timezone TYPE string REQUIRED no FIELD created_at TYPE boolean REQUIRED no FIELD type.lane TYPE string REQUIRED yes FIELD type.chromosome TYPE integer REQUIRED no FIELD type.format TYPE string REQUIRED yes FIELD type.email TYPE string REQUIRED yes FIELD type.subtotal TYPE integ...
{"timezone":"qux","type":{"lane":"world","chromosome":560,"format":"A short description.","email":"REV","subtotal":212,"phenotype":179}}
truncated_array
{ "type": "object", "properties": { "timezone": { "type": "string" }, "created_at": { "type": "boolean" }, "type": { "type": "object", "properties": { "lane": { "type": "string" }, "chromosome": { "type": "integer" }, ...
{"timezone":"qux","type":{"lane":"world","chromosome":560,"format":"A short description.","email":"REV","subtotal":212,"phenotype":179}
Unexpected end of JSON input — truncated object
{"timezone":"qux","type":{"lane":"world","chromosome":560,"format":"A short description.","email":"REV","subtotal":212,"phenotype":179}}
TASK repair_structured_output SPEC FIELD prop_g69 TYPE number REQUIRED yes FIELD prop_u12 TYPE boolean REQUIRED yes FIELD prop_r55.key_a30 TYPE string REQUIRED yes FIELD prop_r55.val_u83 TYPE string_email REQUIRED yes FIELD prop_r55.val_l35 TYPE boolean REQUIRED no FIELD prop_r55.field_x20[].param_a30 TYPE string_uri ...
{"prop_g69":815.12,"prop_u12":true,"prop_r55":{"key_a30":"completed","val_u83":"info@test.io","val_l35":true,"field_x20":[{"prop_d85":117,"val_c22":"baz"},{"param_a30":"https://example.io/api","prop_d85":874,"col_a80":"Sao Paulo","val_c22":"REV"},{"param_a30":"https://data.io/v1","prop_d85":903,"val_c22":"approved"}]}}
markdown_fences
{ "type": "object", "properties": { "prop_g69": { "type": "number" }, "prop_u12": { "type": "boolean" }, "prop_r55": { "type": "object", "properties": { "key_a30": { "type": "string" }, "val_u83": { "type": "string", "...
```json {"prop_g69":815.12,"prop_u12":true,"prop_r55":{"key_a30":"completed","val_u83":"info@test.io","val_l35":true,"field_x20":[{"prop_d85":117,"val_c22":"baz"},{"param_a30":"https://example.io/api","prop_d85":874,"col_a80":"Sao Paulo","val_c22":"REV"},{"param_a30":"https://data.io/v1","prop_d85":903,"val_c22":"appro...
Output contains markdown code fences
{"prop_g69":815.12,"prop_u12":true,"prop_r55":{"key_a30":"completed","val_u83":"info@test.io","val_l35":true,"field_x20":[{"prop_d85":117,"val_c22":"baz"},{"param_a30":"https://example.io/api","prop_d85":874,"col_a80":"Sao Paulo","val_c22":"REV"},{"param_a30":"https://data.io/v1","prop_d85":903,"val_c22":"approved"}]}}
TASK repair_structured_output SPEC FIELD col_z50 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_i10 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_t68 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD param_x82.attr_j40 TYPE string VALUES re...
{"dim_i10":"white","prop_t68":"synonymous","key_h06":{"param_t32":"escalated","val_h06":[{"val_i84":377},{"key_x54":"user@example.com","val_i84":686}],"field_b63":[{"attr_p72":"email","attr_s41":143,"key_q31":"This is a test value.","col_r47":513.9},{"attr_s41":688,"key_q31":"active","col_r47":345.76,"key_u84":false},{...
truncated_array
{ "type": "object", "properties": { "col_z50": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dim_i10": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
{"dim_i10":"white","prop_t68":"synonymous","key_h06":{"param_t32":"escalated","val_h06":[{"val_i84":377},{"key_x54":"user@example.com","val_i84":686}],"field_b63":[{"attr_p72":"email","attr_s41":143,"key_q31":"This is a test value.","col_r47":513.9},{"attr_s41":688,"key_q31":"active","col_r47":345.76,"key_u84":false},{...
Unexpected end of JSON input — truncated object
{"dim_i10":"white","prop_t68":"synonymous","key_h06":{"param_t32":"escalated","val_h06":[{"val_i84":377},{"key_x54":"user@example.com","val_i84":686}],"field_b63":[{"attr_p72":"email","attr_s41":143,"key_q31":"This is a test value.","col_r47":513.9},{"attr_s41":688,"key_q31":"active","col_r47":345.76,"key_u84":false},{...
TASK repair_structured_output SPEC FIELD zip_code TYPE boolean REQUIRED no FIELD yield_pct TYPE number REQUIRED no FIELD label TYPE string_date-time REQUIRED yes FIELD paragraph.bill_of_lading TYPE string_date-time REQUIRED yes FIELD paragraph.salinity TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD p...
{"zip_code":true,"label":"2021-07-01T02:44:00Z","paragraph":{"bill_of_lading":"2024-04-16T01:36:00Z","salinity":"option_b","city":[{"humidity_pct":"Tokyo","label":429,"size":false,"category":"Diana"}],"role":["level_2","level_1"]}}
markdown_explanation
{ "type": "object", "properties": { "zip_code": { "type": "boolean" }, "yield_pct": { "type": "number" }, "label": { "type": "string", "format": "date-time" }, "paragraph": { "type": "object", "properties": { "bill_of_lading": { "type...
Here is the JSON you requested: ```json {"zip_code":true,"label":"2021-07-01T02:44:00Z","paragraph":{"bill_of_lading":"2024-04-16T01:36:00Z","salinity":"option_b","city":[{"humidity_pct":"Tokyo","label":429,"size":false,"category":"Diana"}],"role":["level_2","level_1"]}} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"zip_code":true,"label":"2021-07-01T02:44:00Z","paragraph":{"bill_of_lading":"2024-04-16T01:36:00Z","salinity":"option_b","city":[{"humidity_pct":"Tokyo","label":429,"size":false,"category":"Diana"}],"role":["level_2","level_1"]}}
TASK repair_structured_output SPEC FIELD prop_g77 TYPE number REQUIRED yes FIELD col_w24 TYPE integer REQUIRED no FIELD dim_x34 TYPE string REQUIRED no FIELD param_m17 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_p77 TYPE integer REQUIRED yes BROKEN_OUTPUT Sensor output follows: {"prop_g77":794.59,"c...
{"prop_g77":794.59,"col_w24":689,"val_p77":832}
extra_text_before
{ "type": "object", "properties": { "prop_g77": { "type": "number" }, "col_w24": { "type": "integer" }, "dim_x34": { "type": "string" }, "param_m17": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] },...
Sensor output follows: {"prop_g77":794.59,"col_w24":689,"val_p77":832}
Output contains non-JSON text before the object
{"prop_g77":794.59,"col_w24":689,"val_p77":832}
TASK repair_structured_output SPEC FIELD dim_d49 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD prop_t58 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_f15 TYPE string VALUES type_a|type_b REQUIRED no FIELD val_d11 TYPE string REQUIRED no FIELD key_x39 TYPE string REQUIRED no FIELD ...
{"dim_d49":"cat_d","prop_t58":"info","val_d11":"test@example.com","key_x39":"QC-07","attr_r01":"GBP","dim_n55":"GRCh38"}
extra_field
{ "type": "object", "properties": { "dim_d49": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "prop_t58": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }...
{"dim_d49": "cat_d", "prop_t58": "info", "val_d11": "test@example.com", "key_x39": "QC-07", "attr_r01": "GBP", "dim_n55": "GRCh38", "extra_info_7354": true}
Unknown field 'extra_info_7354' not defined in schema
{"dim_d49":"cat_d","prop_t58":"info","val_d11":"test@example.com","key_x39":"QC-07","attr_r01":"GBP","dim_n55":"GRCh38"}
TASK repair_structured_output SPEC FIELD items TYPE string REQUIRED no FIELD options.invoice_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD options.end_date TYPE string VALUES active|inactive|pending REQUIRED no FIELD options.voltage TYPE string VALUES reliable|unstable|intermittent REQUIRE...
{"items":"PASS","options":{"invoice_id":"new","end_date":"inactive","voltage":"intermittent","category":false},"interest_rate":{"quality_score":413,"lab_result":"info@domain.org","visible":{"nickname":"2021-07-12T21:36:00Z","options":"pending","features":"hemizygous"}}}
markdown_fences
{ "type": "object", "properties": { "items": { "type": "string" }, "options": { "type": "object", "properties": { "invoice_id": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
```json {"items":"PASS","options":{"invoice_id":"new","end_date":"inactive","voltage":"intermittent","category":false},"interest_rate":{"quality_score":413,"lab_result":"info@domain.org","visible":{"nickname":"2021-07-12T21:36:00Z","options":"pending","features":"hemizygous"}}} ```
Output contains markdown code fences
{"items":"PASS","options":{"invoice_id":"new","end_date":"inactive","voltage":"intermittent","category":false},"interest_rate":{"quality_score":413,"lab_result":"info@domain.org","visible":{"nickname":"2021-07-12T21:36:00Z","options":"pending","features":"hemizygous"}}}
TASK repair_structured_output SPEC FIELD user_id TYPE number REQUIRED no FIELD first_name TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD notes TYPE integer REQUIRED yes FIELD manifest_ref TYPE string REQUIRED yes FIELD timezone TYPE integer REQUIRED no FIELD transaction_id TYPE string VALUES ...
{"user_id":285.43,"first_name":"heterozygous","notes":981,"manifest_ref":"Maria","timezone":654,"transaction_id":"black"}
extra_text_after
{ "type": "object", "properties": { "user_id": { "type": "number" }, "first_name": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "notes": { "type": "integer" }, "manifest_ref": { "type": "string" ...
{"user_id":285.43,"first_name":"heterozygous","notes":981,"manifest_ref":"Maria","timezone":654,"transaction_id":"black"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"user_id":285.43,"first_name":"heterozygous","notes":981,"manifest_ref":"Maria","timezone":654,"transaction_id":"black"}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE integer REQUIRED no FIELD user_id TYPE number REQUIRED no FIELD url TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD build_status TYPE string REQUIRED yes FIELD credit_score.crew_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD cred...
{"brake_pressure":645,"user_id":140.49,"url":"xl","build_status":"bar","language":{"organism":590,"yield_pct":629,"branch":"https://api.com/api","loan_amount":505.47,"collateral":"cat_c"}}
tool_call_text_mix
{ "type": "object", "properties": { "brake_pressure": { "type": "integer" }, "user_id": { "type": "number" }, "url": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "build_status": { "type": "string" ...
Let me check the system. <tool_call name="check_cargo_manifest"> {"brake_pressure":645,"user_id":140.49,"url":"xl","build_status":"bar","language":{"organism":590,"yield_pct":629,"branch":"https://api.com/api","loan_amount":505.47,"collateral":"cat_c"}} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"brake_pressure":645,"user_id":140.49,"url":"xl","build_status":"bar","language":{"organism":590,"yield_pct":629,"branch":"https://api.com/api","loan_amount":505.47,"collateral":"cat_c"}}
TASK repair_structured_output SPEC FIELD prop_e15 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD attr_i12 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_p25 TYPE string REQUIRED no FIELD key_u94 TYPE integer REQUIRED no FIELD col_f25 TYPE string REQUIRED yes FIELD prop_l08 TY...
{"prop_e15":"heterozygous","param_p25":"https://example.com","key_u94":188,"col_f25":"Oliveira","prop_l08":"REV","prop_z81":"error"}
extra_field
{ "type": "object", "properties": { "prop_e15": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "attr_i12": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
{"prop_e15": "heterozygous", "param_p25": "https://example.com", "key_u94": 188, "col_f25": "Oliveira", "prop_l08": "REV", "prop_z81": "error", "extra_value_8332": 42}
Unknown field 'extra_value_8332' not defined in schema
{"prop_e15":"heterozygous","param_p25":"https://example.com","key_u94":188,"col_f25":"Oliveira","prop_l08":"REV","prop_z81":"error"}
TASK repair_structured_output SPEC FIELD attr_a50 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD field_l19 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD attr_n61 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD col_x28 TYPE integer REQUIRED no FIELD ...
{"attr_a50":"underway","field_l19":"free","val_i84":"offline","val_b87":false}
extra_text_after
{ "type": "object", "properties": { "attr_a50": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "field_l19": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ...
{"attr_a50":"underway","field_l19":"free","val_i84":"offline","val_b87":false} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"attr_a50":"underway","field_l19":"free","val_i84":"offline","val_b87":false}
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES active|inactive|pending REQUIRED no FIELD allele TYPE null REQUIRED yes FIELD patient_id TYPE integer REQUIRED yes BROKEN_OUTPUT The output is as follows: {"longitude":"active","allele":null,"patient_id":661}
{"longitude":"active","allele":null,"patient_id":661}
extra_text_before
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "allele": { "type": "null" }, "patient_id": { "type": "integer" } }, "required": [ "patient_id", "allele" ] ...
The output is as follows: {"longitude":"active","allele":null,"patient_id":661}
Output contains non-JSON text before the object
{"longitude":"active","allele":null,"patient_id":661}
TASK repair_structured_output SPEC FIELD key_b83 TYPE boolean REQUIRED no FIELD prop_w00 TYPE string_email REQUIRED no FIELD field_v18 TYPE boolean REQUIRED no FIELD attr_w28 TYPE string REQUIRED no FIELD key_w37 TYPE string REQUIRED yes BROKEN_OUTPUT {'key_b83':false,'field_v18':true,'key_w37':'QC-07'}
{"key_b83":false,"field_v18":true,"key_w37":"QC-07"}
single_quotes
{ "type": "object", "properties": { "key_b83": { "type": "boolean" }, "prop_w00": { "type": "string", "format": "email" }, "field_v18": { "type": "boolean" }, "attr_w28": { "type": "string" }, "key_w37": { "type": "string" } }, "require...
{'key_b83':false,'field_v18':true,'key_w37':'QC-07'}
Expecting property name enclosed in double quotes
{"key_b83":false,"field_v18":true,"key_w37":"QC-07"}
TASK repair_structured_output SPEC FIELD prop_p60 TYPE integer REQUIRED no FIELD param_w89.field_w06 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD param_w89.attr_v06 TYPE integer REQUIRED yes FIELD param_w89.prop_i65 TYPE string_uri REQUIRED yes FIELD val_r98 TYPE string REQUIRED no FIELD dim_...
{"prop_p60":108,"param_w89":{"field_w06":"anchored","attr_v06":584,"prop_i65":"https://data.com/data"},"dim_h34":"foo"}
trailing_comma
{ "type": "object", "properties": { "prop_p60": { "type": "integer" }, "param_w89": { "type": "object", "properties": { "field_w06": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"prop_p60":108,"param_w89":{"field_w06":"anchored","attr_v06":584,"prop_i65":"https://data.com/data"},"dim_h34":"foo",}
Unexpected trailing comma
{"prop_p60":108,"param_w89":{"field_w06":"anchored","attr_v06":584,"prop_i65":"https://data.com/data"},"dim_h34":"foo"}
TASK repair_structured_output SPEC FIELD patient_id TYPE string_email REQUIRED yes FIELD port_code TYPE string VALUES email|phone|sms|push REQUIRED no FIELD language TYPE string_uri REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: queue_sequencing_run Arguments: {"port_code": "email", "lang...
{"patient_id":"ops@example.com","port_code":"email","language":"https://data.org/v1"}
tool_call_partial_args
{ "type": "object", "properties": { "patient_id": { "type": "string", "format": "email" }, "port_code": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "language": { "type": "string", "format": "uri" ...
I need to look up the information first. Action: queue_sequencing_run Arguments: {"port_code": "email", "language": "https://data.org/v1"}
Agent tool call missing required parameter 'patient_id'
{"patient_id":"ops@example.com","port_code":"email","language":"https://data.org/v1"}
TASK repair_structured_output SPEC FIELD val_q85 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_t68 TYPE string REQUIRED yes FIELD dim_h44[] TYPE string REQUIRED yes BROKEN_OUTPUT Tool: verify_hazmat_compliance Params: {"col_t68": "Smith", "dim_h44": ["2024-01-15", "Sao Paulo", "hello"], "val...
{"val_q85":"oceanic","col_t68":"Smith","dim_h44":["2024-01-15","Sao Paulo","hello"]}
tool_call_wrong_param
{ "type": "object", "properties": { "val_q85": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "col_t68": { "type": "string" }, "dim_h44": { "type": "array", "items": { "type": "string" ...
Tool: verify_hazmat_compliance Params: {"col_t68": "Smith", "dim_h44": ["2024-01-15", "Sao Paulo", "hello"], "val_q85_value": "oceanic"}
Agent used wrong parameter name 'val_q85_value' instead of 'val_q85'
{"val_q85":"oceanic","col_t68":"Smith","dim_h44":["2024-01-15","Sao Paulo","hello"]}
TASK repair_structured_output SPEC FIELD col_c38 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD param_w12 TYPE integer REQUIRED no FIELD dim_a20 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD col_s61[] TYPE string REQUIRED yes FIELD col_m12[].field_y80 TYPE string REQUIRED yes FIELD c...
{"col_c38":"success","param_w12":178,"col_s61":["Maria","Hapag-Lloyd-Express"],"col_m12":[{"field_y80":"test","param_r55":902,"field_w90":"draft"},{"field_y80":"Santos","param_r55":545,"val_m21":"2023-08-17T09:37:00Z","field_c00":"error","field_w90":"archived"},{"field_y80":"Santos","param_r55":845,"val_m21":"2026-03-0...
tool_call_bad_format
{ "type": "object", "properties": { "col_c38": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "param_w12": { "type": "integer" }, "dim_a20": { "type": "string", "enum": [ "free", "basic"...
<functioncall> apply_discount {col_c38: "success", param_w12: 178, col_s61: ["Maria", "Hapag-Lloyd-Express"], col_m12: [{field_y80: "test", param_r55: 902, field_w90: "draft"}, {field_y80: "Santos", param_r55: 545, val_m21: "2023-08-17T09:37:00Z", field_c00: "error", field_w90: "archived"}, {field_y80: "Santos", param_...
Tool call has malformed arguments — unquoted keys in function parameters
{"col_c38":"success","param_w12":178,"col_s61":["Maria","Hapag-Lloyd-Express"],"col_m12":[{"field_y80":"test","param_r55":902,"field_w90":"draft"},{"field_y80":"Santos","param_r55":545,"val_m21":"2023-08-17T09:37:00Z","field_c00":"error","field_w90":"archived"},{"field_y80":"Santos","param_r55":845,"val_m21":"2026-03-0...
TASK repair_structured_output SPEC FIELD feedback TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD status_code TYPE integer REQUIRED yes FIELD company TYPE string VALUES single|married|divorced REQUIRED no FIELD vessel_name[].published TYPE number REQUIRED yes FIELD vessel_name[].freight_class TYPE...
{"feedback":"intermittent","status_code":694,"company":"married","vessel_name":[{"published":740.88,"freight_class":"Luis","age":696},{"published":855.59,"freight_class":"QC-07","age":928},{"published":456.03,"freight_class":"active","age":263},{"published":947.87,"freight_class":"inactive","age":216}]}
tool_call_bad_format
{ "type": "object", "properties": { "feedback": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "status_code": { "type": "integer" }, "company": { "type": "string", "enum": [ "single", "married"...
<functioncall> update_record {feedback: "intermittent", status_code: 694, company: "married", vessel_name: [{published: 740.88, freight_class: "Luis", age: 696}, {published: 855.59, freight_class: "QC-07", age: 928}, {published: 456.03, freight_class: "active", age: 263}, {published: 947.87, freight_class: "inactive", ...
Tool call has malformed arguments — unquoted keys in function parameters
{"feedback":"intermittent","status_code":694,"company":"married","vessel_name":[{"published":740.88,"freight_class":"Luis","age":696},{"published":855.59,"freight_class":"QC-07","age":928},{"published":456.03,"freight_class":"active","age":263},{"published":947.87,"freight_class":"inactive","age":216}]}
TASK repair_structured_output SPEC FIELD type TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD level TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD crew_id TYPE string REQUIRED yes FIELD quantity[] TYPE string_uri REQUIRED yes FIELD address[] TYPE string VALUES synonymous|misse...
{"type":"red","level":"hemizygous","crew_id":"FWD","quantity":["https://www.com/v1","https://api.com/data","https://api.org/v1"],"address":["synonymous"]}
single_quotes
{ "type": "object", "properties": { "type": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "level": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
{'type':'red','level':'hemizygous','crew_id':'FWD','quantity':['https://www.com/v1','https://api.com/data','https://api.org/v1'],'address':['synonymous']}
Expecting property name enclosed in double quotes
{"type":"red","level":"hemizygous","crew_id":"FWD","quantity":["https://www.com/v1","https://api.com/data","https://api.org/v1"],"address":["synonymous"]}