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 gene_id TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD duration_ms TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD conductivity TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD medication TYPE boolean REQUIRED yes BROKEN_OUTPUT...
{"duration_ms":"option_c","conductivity":"mode_c","medication":false}
extra_field
{ "type": "object", "properties": { "gene_id": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "duration_ms": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, ...
{"duration_ms": "option_c", "conductivity": "mode_c", "medication": false, "extra_value_4133": 42}
Unknown field 'extra_value_4133' not defined in schema
{"duration_ms":"option_c","conductivity":"mode_c","medication":false}
TASK repair_structured_output SPEC FIELD label TYPE string REQUIRED no FIELD updated_at TYPE null REQUIRED yes FIELD section TYPE string REQUIRED yes FIELD currency TYPE integer REQUIRED no BROKEN_OUTPUT {"updated_at":null,"section":"https://example.com"
{"updated_at":null,"section":"https://example.com"}
truncated_array
{ "type": "object", "properties": { "label": { "type": "string" }, "updated_at": { "type": "null" }, "section": { "type": "string" }, "currency": { "type": "integer" } }, "required": [ "section", "updated_at" ] }
{"updated_at":null,"section":"https://example.com"
Unexpected end of JSON input — truncated object
{"updated_at":null,"section":"https://example.com"}
TASK repair_structured_output SPEC FIELD prop_d18 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD key_g23 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD param_a90 TYPE null REQUIRED no FIELD prop_s57.col_i39 TYPE integer REQUIRED no FIELD prop_s57.key_m83 TYPE string VALUES draft|pu...
{"prop_d18":"anchored","key_g23":"xl","param_a90":null,"prop_s57":{"col_i39":947,"key_m83":"archived","key_s03":"new"},"key_z48":{"dim_m45":false,"dim_n03":{"param_p37":null,"param_q94":true,"key_m54":null},"param_z87":false,"dim_b50":"phone"}}
thought_process
{ "type": "object", "properties": { "prop_d18": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "key_g23": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"prop_d18":"anchored","key_g23":"xl","param_a90":null,"prop_s57":{"col_i39":947,"key_m83":"archived","key_s03":"new"},"key_z48":{"dim_m45":false,"dim_n03":{"param_p37":null,"param_q94":true,"key_m54":null},"param_z8...
Output contains chain-of-thought reasoning before JSON
{"prop_d18":"anchored","key_g23":"xl","param_a90":null,"prop_s57":{"col_i39":947,"key_m83":"archived","key_s03":"new"},"key_z48":{"dim_m45":false,"dim_n03":{"param_p37":null,"param_q94":true,"key_m54":null},"param_z87":false,"dim_b50":"phone"}}
TASK repair_structured_output SPEC FIELD reagent.values TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD reagent.weight TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD reagent.index TYPE string_uri REQUIRED no FIELD reagent.created_at TYPE string REQUIRED no FIELD reagent.item_id TYPE s...
{"company":null,"longitude":"info@example.com","tags":{"title":"Silva","repository":{"username":"https://www.org/v1","credit_score":"basic","sensor_id":null,"repository":"FWD"},"visible":929.56},"lab_result":null}
truncated_object
{ "type": "object", "properties": { "reagent": { "type": "object", "properties": { "values": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "weight": { "typ...
{"company":null,"longitude":"info@example.com","tags":{"title":"Silva","repository":{"username":"https://www.org/v1","credit_score":"basic","sensor_id":null,"repository":"FWD"},"visible":929.56},"lab_result":null
Unexpected end of JSON input — truncated object
{"company":null,"longitude":"info@example.com","tags":{"title":"Silva","repository":{"username":"https://www.org/v1","credit_score":"basic","sensor_id":null,"repository":"FWD"},"visible":929.56},"lab_result":null}
TASK repair_structured_output SPEC FIELD currency TYPE number REQUIRED yes FIELD phenotype TYPE string_uri REQUIRED no FIELD timezone TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD bearing TYPE string_date-time REQUIRED no FIELD shipper_ref TYPE string_date-time REQUIRED no BROKEN_OUTPUT I nee...
{"currency":863.5,"timezone":"underway","bearing":"2024-04-07T05:59:00Z"}
agent_chain
{ "type": "object", "properties": { "currency": { "type": "number" }, "phenotype": { "type": "string", "format": "uri" }, "timezone": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "bearin...
I need to look up the information first. Action: create_order Result: {"currency": 863.5, "bearing": "2024-04-07T05:59:00Z"} Processing the request now. Action: query_port_status Result:
Agent multi-step chain with truncated tool output
{"currency":863.5,"timezone":"underway","bearing":"2024-04-07T05:59:00Z"}
TASK repair_structured_output SPEC FIELD key_r16 TYPE integer REQUIRED no FIELD key_p56 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD col_g99 TYPE string REQUIRED yes FIELD field_p79 TYPE number REQUIRED yes BROKEN_OUTPUT Here is the JSON you requested: ```json {"key_p56":"editor","col_g99":"hello","field_...
{"key_p56":"editor","col_g99":"hello","field_p79":812.3}
markdown_explanation
{ "type": "object", "properties": { "key_r16": { "type": "integer" }, "key_p56": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_g99": { "type": "string" }, "field_p79": { "type": "number" } }, "requi...
Here is the JSON you requested: ```json {"key_p56":"editor","col_g99":"hello","field_p79":812.3} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"key_p56":"editor","col_g99":"hello","field_p79":812.3}
TASK repair_structured_output SPEC FIELD param_c91 TYPE number REQUIRED no FIELD prop_q49 TYPE string REQUIRED yes FIELD key_u27 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_z49 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes BROKEN_OUTPUT {"param_c91":257.65,"prop_q49":"https:/...
{"param_c91":257.65,"prop_q49":"https://example.com","attr_z49":"level_1"}
missing_brace
{ "type": "object", "properties": { "param_c91": { "type": "number" }, "prop_q49": { "type": "string" }, "key_u27": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_z49": { "type": "s...
{"param_c91":257.65,"prop_q49":"https://example.com","attr_z49":"level_1"
Missing closing brace
{"param_c91":257.65,"prop_q49":"https://example.com","attr_z49":"level_1"}
TASK repair_structured_output SPEC FIELD prop_n02 TYPE number REQUIRED yes FIELD prop_n59 TYPE null REQUIRED no FIELD col_v10 TYPE string REQUIRED yes FIELD prop_k70 TYPE boolean REQUIRED no FIELD val_k72 TYPE integer REQUIRED no FIELD col_z46 TYPE string_date-time REQUIRED yes FIELD key_v44 TYPE string_uri REQUIRED n...
{"prop_n02":958.21,"prop_n59":null,"col_v10":"chrX","prop_k70":false,"val_k72":984,"col_z46":"2025-05-24T01:15:00Z"}
missing_brace
{ "type": "object", "properties": { "prop_n02": { "type": "number" }, "prop_n59": { "type": "null" }, "col_v10": { "type": "string" }, "prop_k70": { "type": "boolean" }, "val_k72": { "type": "integer" }, "col_z46": { "type": "string", ...
"prop_n02":958.21,"prop_n59":null,"col_v10":"chrX","prop_k70":false,"val_k72":984,"col_z46":"2025-05-24T01:15:00Z"}
Missing closing brace
{"prop_n02":958.21,"prop_n59":null,"col_v10":"chrX","prop_k70":false,"val_k72":984,"col_z46":"2025-05-24T01:15:00Z"}
TASK repair_structured_output SPEC FIELD cargo_type TYPE integer REQUIRED no FIELD branch TYPE integer REQUIRED yes FIELD coverage TYPE number REQUIRED yes BROKEN_OUTPUT ```json {"cargo_type":3,"branch":685,"coverage":541.31} ```
{"cargo_type":3,"branch":685,"coverage":541.31}
markdown_fences
{ "type": "object", "properties": { "cargo_type": { "type": "integer" }, "branch": { "type": "integer" }, "coverage": { "type": "number" } }, "required": [ "branch", "coverage" ] }
```json {"cargo_type":3,"branch":685,"coverage":541.31} ```
Output contains markdown code fences
{"cargo_type":3,"branch":685,"coverage":541.31}
TASK repair_structured_output SPEC FIELD enabled TYPE string_uri REQUIRED yes FIELD amount TYPE string_uri REQUIRED yes FIELD organism TYPE integer REQUIRED no FIELD half_life TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD footnote[] TYPE boolean REQUIRED no BROKEN_OUTPUT {"enabled": "https://data.com/v1...
{"enabled":"https://data.com/v1","amount":"https://example.org/api","half_life":"xl","footnote":[true,true]}
invalid_enum
{ "type": "object", "properties": { "enabled": { "type": "string", "format": "uri" }, "amount": { "type": "string", "format": "uri" }, "organism": { "type": "integer" }, "half_life": { "type": "string", "enum": [ "small", "medium"...
{"enabled": "https://data.com/v1", "amount": "https://example.org/api", "half_life": "invalid_choice_223", "footnote": [true, true]}
Field 'half_life' has invalid enum value 'invalid_choice_223', expected one of ['small', 'medium', 'large', 'xl']
{"enabled":"https://data.com/v1","amount":"https://example.org/api","half_life":"xl","footnote":[true,true]}
TASK repair_structured_output SPEC FIELD payment_status TYPE string VALUES small|medium|large|xl REQUIRED no FIELD turbidity TYPE integer REQUIRED no FIELD user_id TYPE number REQUIRED no FIELD start_date[] TYPE string VALUES level_1|level_2|level_3 REQUIRED yes BROKEN_OUTPUT {"payment_status":"small","user_id":966.4...
{"payment_status":"small","user_id":966.46,"start_date":["level_2","level_2","level_1","level_3"]}
missing_bracket
{ "type": "object", "properties": { "payment_status": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "turbidity": { "type": "integer" }, "user_id": { "type": "number" }, "start_date": { "type": "arra...
{"payment_status":"small","user_id":966.46,"start_date":["level_2","level_2","level_1","level_3"}
Missing closing bracket
{"payment_status":"small","user_id":966.46,"start_date":["level_2","level_2","level_1","level_3"]}
TASK repair_structured_output SPEC FIELD key_z90 TYPE string REQUIRED yes FIELD key_w10 TYPE integer REQUIRED yes FIELD attr_a33[].val_x95 TYPE boolean REQUIRED no FIELD attr_a33[].param_i03 TYPE string REQUIRED yes FIELD attr_a33[].field_d58 TYPE array REQUIRED no FIELD attr_a33[].col_m87 TYPE array REQUIRED no BROK...
{"key_z90":"Smith","key_w10":672,"attr_a33":[{"val_x95":true,"param_i03":"Santos","field_d58":["test@domain.org"]}]}
tool_call_bad_format
{ "type": "object", "properties": { "key_z90": { "type": "string" }, "key_w10": { "type": "integer" }, "attr_a33": { "type": "array", "items": { "type": "object", "properties": { "val_x95": { "type": "boolean" }, "...
<functioncall> fetch_lab_result {key_z90: "Smith", key_w10: 672, attr_a33: [{val_x95: true, param_i03: "Santos", field_d58: ["test@domain.org"]}]}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_z90":"Smith","key_w10":672,"attr_a33":[{"val_x95":true,"param_i03":"Santos","field_d58":["test@domain.org"]}]}
TASK repair_structured_output SPEC FIELD field_v66 TYPE string REQUIRED no FIELD val_h39 TYPE string REQUIRED yes FIELD col_o71 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_o94 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD key_c75[] TYPE string VALUES reliable|u...
{"field_v66":"QC-07","val_h39":"completed","col_o71":"degraded","dim_o94":"success","key_c75":["unstable"]}
trailing_comma
{ "type": "object", "properties": { "field_v66": { "type": "string" }, "val_h39": { "type": "string" }, "col_o71": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dim_o94": { "type...
{"field_v66":"QC-07","val_h39":"completed","col_o71":"degraded","dim_o94":"success","key_c75":["unstable",]}
Unexpected trailing comma
{"field_v66":"QC-07","val_h39":"completed","col_o71":"degraded","dim_o94":"success","key_c75":["unstable"]}
TASK repair_structured_output SPEC FIELD build_status TYPE integer REQUIRED yes FIELD user_id.values TYPE string_email REQUIRED yes FIELD user_id.score TYPE string REQUIRED no FIELD user_id.size TYPE number REQUIRED yes FIELD user_id.temp_celsius TYPE string REQUIRED no FIELD user_id.manifest_ref TYPE integer REQUIRED...
{"build_status":904,"user_id":{"values":"ops@example.com","size":300.53,"temp_celsius":"user@domain.com","manifest_ref":509,"city":"draft","published":"PASS","branch":"viewer"},"allele":25}
unquoted_keys
{ "type": "object", "properties": { "build_status": { "type": "integer" }, "user_id": { "type": "object", "properties": { "values": { "type": "string", "format": "email" }, "score": { "type": "string" }, "size": { ...
{build_status:904,user_id:{values:"ops@example.com",size:300.53,temp_celsius:"user@domain.com",manifest_ref:509,city:"draft",published:"PASS",branch:"viewer"},allele:25}
Expecting property name enclosed in double quotes
{"build_status":904,"user_id":{"values":"ops@example.com","size":300.53,"temp_celsius":"user@domain.com","manifest_ref":509,"city":"draft","published":"PASS","branch":"viewer"},"allele":25}
TASK repair_structured_output SPEC FIELD prop_s86.prop_z03 TYPE number REQUIRED no FIELD prop_s86.val_d38 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD prop_s86.dim_z30[] TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD col_p34.dim_m85 TYPE integer REQUIRED no FIELD col_p34....
{"prop_s86":{"prop_z03":771.12,"val_d38":"nonsense","dim_z30":["level_3"]},"key_r63":"demo","prop_u28":"confirmed","col_k57":"xl","val_k29":510.75,"prop_l93":4,"param_q79":296}
thought_process
{ "type": "object", "properties": { "prop_s86": { "type": "object", "properties": { "prop_z03": { "type": "number" }, "val_d38": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"prop_s86":{"prop_z03":771.12,"val_d38":"nonsense","dim_z30":["level_3"]},"key_r63":"demo","prop_u28":"confirmed","col_k57":"xl","val_k29":510.75,"prop_l93":4,"param_q79":296}
Output contains chain-of-thought reasoning before JSON
{"prop_s86":{"prop_z03":771.12,"val_d38":"nonsense","dim_z30":["level_3"]},"key_r63":"demo","prop_u28":"confirmed","col_k57":"xl","val_k29":510.75,"prop_l93":4,"param_q79":296}
TASK repair_structured_output SPEC FIELD attr_a56 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD dim_r60.dim_l73 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD dim_r60.dim_x61 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_r60.val_g11 TYPE null REQUIRED no FIELD dim...
{"attr_a56":"closed","dim_r60":{"dim_l73":"admin","dim_x61":"archived","val_g11":null,"col_s65":317,"val_b92":213.28,"param_c26":26.58},"param_z09":242,"attr_k60":false,"col_n08":697,"col_h31":"married","field_d99":"baz"}
extra_text_before
{ "type": "object", "properties": { "attr_a56": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "dim_r60": { "type": "object", "properties": { "dim_l73": { "type": "string", "enum": [...
The output is as follows: {"attr_a56":"closed","dim_r60":{"dim_l73":"admin","dim_x61":"archived","val_g11":null,"col_s65":317,"val_b92":213.28,"param_c26":26.58},"param_z09":242,"attr_k60":false,"col_n08":697,"col_h31":"married","field_d99":"baz"}
Output contains non-JSON text before the object
{"attr_a56":"closed","dim_r60":{"dim_l73":"admin","dim_x61":"archived","val_g11":null,"col_s65":317,"val_b92":213.28,"param_c26":26.58},"param_z09":242,"attr_k60":false,"col_n08":697,"col_h31":"married","field_d99":"baz"}
TASK repair_structured_output SPEC FIELD longitude TYPE string_date-time REQUIRED yes FIELD state TYPE integer REQUIRED yes FIELD first_name TYPE string_date-time REQUIRED no BROKEN_OUTPUT {"longitude": null, "state": 503}
{"longitude":"2026-02-18T15:34:00Z","state":503}
null_required
{ "type": "object", "properties": { "longitude": { "type": "string", "format": "date-time" }, "state": { "type": "integer" }, "first_name": { "type": "string", "format": "date-time" } }, "required": [ "state", "longitude" ] }
{"longitude": null, "state": 503}
Required field 'longitude' is null
{"longitude":"2026-02-18T15:34:00Z","state":503}
TASK repair_structured_output SPEC FIELD key_j83 TYPE string REQUIRED no FIELD val_q82 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_n36 TYPE string_uri REQUIRED no FIELD field_x93.attr_e47 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_x93.attr_f88 TYPE string VALUES fr...
{"key_j83":"PASS","val_q82":"arctic","attr_m97":"info@test.io","field_x64":"Jane","val_i45":true}
truncated_array
{ "type": "object", "properties": { "key_j83": { "type": "string" }, "val_q82": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "col_n36": { "type": "string", "format": "uri" }, "field_x93": {...
{"key_j83":"PASS","val_q82":"arctic","attr_m97":"info@test.io","field_x64":"Jane","val_i45":true
Unexpected end of JSON input — truncated object
{"key_j83":"PASS","val_q82":"arctic","attr_m97":"info@test.io","field_x64":"Jane","val_i45":true}
TASK repair_structured_output SPEC FIELD dim_z62 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD attr_u65 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD col_h93.key_z45 TYPE string REQUIRED yes FIELD col_h93.key_c99 TYPE string_email REQUIRED no FIELD col_h93.val_u57 TYPE strin...
{"dim_z62":"option_b","attr_u65":"level_2","col_h93":{"key_z45":"Johnson","key_c99":"admin@test.io","val_u57":"type_e","key_d71":"GRCh38"}}
extra_field
{ "type": "object", "properties": { "dim_z62": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "attr_u65": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, ...
{"dim_z62": "option_b", "attr_u65": "level_2", "col_h93": {"key_z45": "Johnson", "key_c99": "admin@test.io", "val_u57": "type_e", "key_d71": "GRCh38"}, "extra_info_578": 42}
Unknown field 'extra_info_578' not defined in schema
{"dim_z62":"option_b","attr_u65":"level_2","col_h93":{"key_z45":"Johnson","key_c99":"admin@test.io","val_u57":"type_e","key_d71":"GRCh38"}}
TASK repair_structured_output SPEC FIELD col_y06 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD prop_m47 TYPE string REQUIRED yes FIELD col_d37.attr_a85.col_u46 TYPE string REQUIRED no FIELD col_d37.attr_a85.prop_c68 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD col_d37.attr_...
{"col_y06":"hemizygous","prop_m47":"Johnson","col_d37":{"param_w49":"sample","val_x90":"example","col_l33":927,"attr_b37":"example","prop_a98":"demo","field_x45":false}}
markdown_explanation
{ "type": "object", "properties": { "col_y06": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "prop_m47": { "type": "string" }, "col_d37": { "type": "object", "properties": { "attr_a85": { ...
Sure, here's the result: ```json {"col_y06":"hemizygous","prop_m47":"Johnson","col_d37":{"param_w49":"sample","val_x90":"example","col_l33":927,"attr_b37":"example","prop_a98":"demo","field_x45":false}} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"col_y06":"hemizygous","prop_m47":"Johnson","col_d37":{"param_w49":"sample","val_x90":"example","col_l33":927,"attr_b37":"example","prop_a98":"demo","field_x45":false}}
TASK repair_structured_output SPEC FIELD key_x59 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD key_b45 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_b49 TYPE string_uri REQUIRED no FIELD key_l31 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD col_r14 TYPE string REQUIRED no FIELD ...
{"val_b49":"https://example.io/v1","key_l31":"mode_c","col_r14":"demo","param_m89":false,"col_v79":"New York"}
agent_chain
{ "type": "object", "properties": { "key_x59": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "key_b45": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_b49": { ...
Let me check the system. Action: query_port_status Result: {"val_b49": "https://example.io/v1", "key_l31": "mode_c", "param_m89": false, "col_v79": "New York"} Processing the request now. Action: create_order Result:
Agent multi-step chain with truncated tool output
{"val_b49":"https://example.io/v1","key_l31":"mode_c","col_r14":"demo","param_m89":false,"col_v79":"New York"}
TASK repair_structured_output SPEC FIELD val_j70 TYPE number REQUIRED yes FIELD field_o73 TYPE integer REQUIRED yes FIELD attr_l73.prop_n84 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD attr_l73.val_p85 TYPE string REQUIRED yes FIELD attr_l73.key_w43 TYPE string REQUIRED yes FIELD attr_l73.param_o21 TYPE ...
{"val_j70":237.58,"field_o73":789,"attr_l73":{"prop_n84":"email","val_p85":"pending","key_w43":"2024-06-30","param_o21":419},"attr_k62":12}
truncated_object
{ "type": "object", "properties": { "val_j70": { "type": "number" }, "field_o73": { "type": "integer" }, "attr_l73": { "type": "object", "properties": { "prop_n84": { "type": "string", "enum": [ "email", "phone", ...
{"val_j70":237.58,"field_o73":789,"attr_l73":{"prop_n84":"email","val_p85":"pending","key_w43":"2024-06-30","param_o21":419},"attr_k62":12
Unexpected end of JSON input — truncated object
{"val_j70":237.58,"field_o73":789,"attr_l73":{"prop_n84":"email","val_p85":"pending","key_w43":"2024-06-30","param_o21":419},"attr_k62":12}
TASK repair_structured_output SPEC FIELD amplitude TYPE integer REQUIRED no FIELD first_name TYPE string VALUES admin|editor|viewer REQUIRED no FIELD full_name TYPE string VALUES admin|editor|viewer REQUIRED no FIELD tags TYPE string REQUIRED no FIELD status_code TYPE null REQUIRED no FIELD label TYPE string VALUES sy...
{"amplitude":167,"first_name":"editor","full_name":"editor","status_code":null,"longitude":"degraded","decay_rate":"Bob"}
tool_call_python_syntax
{ "type": "object", "properties": { "amplitude": { "type": "integer" }, "first_name": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "full_name": { "type": "string", "enum": [ "admin", "editor", "...
call_variants(amplitude=167, first_name='editor', full_name='editor', status_code=None, longitude='degraded', decay_rate='Bob')
Tool call uses Python syntax instead of JSON
{"amplitude":167,"first_name":"editor","full_name":"editor","status_code":null,"longitude":"degraded","decay_rate":"Bob"}
TASK repair_structured_output SPEC FIELD field_m61 TYPE null REQUIRED no FIELD prop_z26 TYPE null REQUIRED yes FIELD param_q85 TYPE boolean REQUIRED yes FIELD field_m68[] TYPE number REQUIRED no FIELD field_v02[].val_q63 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD field_v02[].key_w93 TYPE ...
{"prop_z26":null,"param_q85":true,"field_v02":[{"val_q63":"homozygous","key_w93":755,"prop_e33":"test@domain.org","key_c18":"new"},{"val_q63":"heterozygous","key_w93":127,"prop_e33":"info@domain.org","key_c18":"delivered","key_k00":36},{"val_q63":"hemizygous","key_w93":251,"prop_e33":"admin@example.com","key_c18":"retu...
tool_call_bad_format
{ "type": "object", "properties": { "field_m61": { "type": "null" }, "prop_z26": { "type": "null" }, "param_q85": { "type": "boolean" }, "field_m68": { "type": "array", "items": { "type": "number" } }, "field_v02": { "type": "arra...
<functioncall> update_preferences {prop_z26: null, param_q85: true, field_v02: [{val_q63: "homozygous", key_w93: 755, prop_e33: "test@domain.org", key_c18: "new"}, {val_q63: "heterozygous", key_w93: 127, prop_e33: "info@domain.org", key_c18: "delivered", key_k00: 36}, {val_q63: "hemizygous", key_w93: 251, prop_e33: "ad...
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_z26":null,"param_q85":true,"field_v02":[{"val_q63":"homozygous","key_w93":755,"prop_e33":"test@domain.org","key_c18":"new"},{"val_q63":"heterozygous","key_w93":127,"prop_e33":"info@domain.org","key_c18":"delivered","key_k00":36},{"val_q63":"hemizygous","key_w93":251,"prop_e33":"admin@example.com","key_c18":"retu...
TASK repair_structured_output SPEC FIELD col_w74 TYPE integer REQUIRED yes FIELD param_r04 TYPE string_date-time REQUIRED yes FIELD key_j85 TYPE integer REQUIRED no FIELD attr_k52 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD key_d55 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIR...
{"col_w74":459,"param_r04":"2022-06-20T21:34:00Z","key_j85":644,"attr_k52":"GBP","key_d55":"level_1","key_v94":"FWD"}
missing_required
{ "type": "object", "properties": { "col_w74": { "type": "integer" }, "param_r04": { "type": "string", "format": "date-time" }, "key_j85": { "type": "integer" }, "attr_k52": { "type": "string", "enum": [ "USD", "EUR", "GBP", ...
{"col_w74": 459, "param_r04": "2022-06-20T21:34:00Z", "key_j85": 644, "key_d55": "level_1", "key_v94": "FWD"}
Required field 'attr_k52' is missing
{"col_w74":459,"param_r04":"2022-06-20T21:34:00Z","key_j85":644,"attr_k52":"GBP","key_d55":"level_1","key_v94":"FWD"}
TASK repair_structured_output SPEC FIELD city.deploy_target TYPE string REQUIRED yes FIELD city.status TYPE number REQUIRED yes FIELD city.port_code TYPE boolean REQUIRED yes FIELD comments TYPE number REQUIRED no FIELD department TYPE integer REQUIRED no FIELD pressure_kpa TYPE string_email REQUIRED no FIELD maturity...
{"city":{"deploy_target":"MV-Evergreen-01","status":448.36,"port_code":false},"department":54,"pressure_kpa":"info@test.io","maturity_date":"https://example.com"}
truncated_object
{ "type": "object", "properties": { "city": { "type": "object", "properties": { "deploy_target": { "type": "string" }, "status": { "type": "number" }, "port_code": { "type": "boolean" } }, "required": [ ...
{"city":{"deploy_target":"MV-Evergreen-01","status":448.36,"port_code":false},"department":54,"pressure_kpa":"info@test.io","maturity_date":"https://example.com"
Unexpected end of JSON input — truncated object
{"city":{"deploy_target":"MV-Evergreen-01","status":448.36,"port_code":false},"department":54,"pressure_kpa":"info@test.io","maturity_date":"https://example.com"}
TASK repair_structured_output SPEC FIELD shift_code TYPE string REQUIRED no FIELD title TYPE boolean REQUIRED yes FIELD language TYPE string REQUIRED no FIELD catalyst.rating TYPE string REQUIRED yes FIELD catalyst.bearing TYPE string VALUES active|inactive|pending REQUIRED no FIELD catalyst.score TYPE string VALUES o...
{"shift_code":"RTG-04","title":true,"catalyst":{"rating":"sample","score":"option_b","visible":"black","barcode":{"first_name":"type_d","quality_score":"option_c","turbidity":"inland","brake_pressure":"MV-Evergreen-01","options":"REV","freight_class":467,"fleet_number":"option_a"},"longitude":{"lab_result":"2023-07-25T...
markdown_explanation
{ "type": "object", "properties": { "shift_code": { "type": "string" }, "title": { "type": "boolean" }, "language": { "type": "string" }, "catalyst": { "type": "object", "properties": { "rating": { "type": "string" }, "beari...
The instrument reported: ```json {"shift_code":"RTG-04","title":true,"catalyst":{"rating":"sample","score":"option_b","visible":"black","barcode":{"first_name":"type_d","quality_score":"option_c","turbidity":"inland","brake_pressure":"MV-Evergreen-01","options":"REV","freight_class":467,"fleet_number":"option_a"},"long...
Output contains markdown and explanatory text around JSON
{"shift_code":"RTG-04","title":true,"catalyst":{"rating":"sample","score":"option_b","visible":"black","barcode":{"first_name":"type_d","quality_score":"option_c","turbidity":"inland","brake_pressure":"MV-Evergreen-01","options":"REV","freight_class":467,"fleet_number":"option_a"},"longitude":{"lab_result":"2023-07-25T...
TASK repair_structured_output SPEC FIELD height TYPE boolean REQUIRED yes FIELD consignee TYPE null REQUIRED no FIELD timezone.values TYPE integer REQUIRED yes FIELD timezone.chromosome TYPE integer REQUIRED yes FIELD timezone.enabled TYPE boolean REQUIRED yes FIELD items TYPE integer REQUIRED yes FIELD gene_id TYPE n...
{"height":true,"consignee":null,"timezone":{"values":874,"chromosome":897,"enabled":true},"items":413,"gene_id":504.49,"version":610,"email":"Berlin"}
missing_brace
{ "type": "object", "properties": { "height": { "type": "boolean" }, "consignee": { "type": "null" }, "timezone": { "type": "object", "properties": { "values": { "type": "integer" }, "chromosome": { "type": "integer" }, ...
{"height":true,"consignee":null,"timezone":{"values":874,"chromosome":897,"enabled":true,"items":413,"gene_id":504.49,"version":610,"email":"Berlin"}
Missing closing brace
{"height":true,"consignee":null,"timezone":{"values":874,"chromosome":897,"enabled":true},"items":413,"gene_id":504.49,"version":610,"email":"Berlin"}
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD umi TYPE integer REQUIRED yes FIELD features TYPE string REQUIRED no FIELD run_id TYPE string REQUIRED yes FIELD price[].vessel_name TYPE string REQUIRED no FIELD price[].footnote TYPE number REQUI...
{"conductivity":"unstable","umi":146,"features":"foo","run_id":"MV-Evergreen-01","price":[{"vessel_name":"Diana","footnote":327.49,"weight":421,"subject":230.27,"barcode":"https://www.io/v1","id":"https://example.org/data","name":556},{"vessel_name":"approved","subject":695.28,"barcode":"https://www.io/api","id":"https...
unquoted_keys
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "umi": { "type": "integer" }, "features": { "type": "string" }, "run_id": { "type": "string" }, ...
{conductivity:"unstable",umi:146,features:"foo",run_id:"MV-Evergreen-01",price:[{vessel_name:"Diana",footnote:327.49,weight:421,subject:230.27,barcode:"https://www.io/v1",id:"https://example.org/data",name:556},{vessel_name:"approved",subject:695.28,barcode:"https://www.io/api",id:"https://data.com/data",name:510}]}
Expecting property name enclosed in double quotes
{"conductivity":"unstable","umi":146,"features":"foo","run_id":"MV-Evergreen-01","price":[{"vessel_name":"Diana","footnote":327.49,"weight":421,"subject":230.27,"barcode":"https://www.io/v1","id":"https://example.org/data","name":556},{"vessel_name":"approved","subject":695.28,"barcode":"https://www.io/api","id":"https...
TASK repair_structured_output SPEC FIELD active TYPE string REQUIRED yes FIELD first_name TYPE number REQUIRED no FIELD label TYPE boolean REQUIRED yes FIELD total TYPE string REQUIRED yes BROKEN_OUTPUT {'active':'Silva','first_name':328.29,'label':false,'total':'Oliveira'}
{"active":"Silva","first_name":328.29,"label":false,"total":"Oliveira"}
single_quotes
{ "type": "object", "properties": { "active": { "type": "string" }, "first_name": { "type": "number" }, "label": { "type": "boolean" }, "total": { "type": "string" } }, "required": [ "total", "active", "label" ] }
{'active':'Silva','first_name':328.29,'label':false,'total':'Oliveira'}
Expecting property name enclosed in double quotes
{"active":"Silva","first_name":328.29,"label":false,"total":"Oliveira"}
TASK repair_structured_output SPEC FIELD dim_z06 TYPE integer REQUIRED yes FIELD prop_i18 TYPE number REQUIRED yes FIELD field_s81 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_z06": 831, "prop_i18": 100.89, "field_s81": "A short description.", "extra_info_3447": "unexpected"}
{"dim_z06":831,"prop_i18":100.89,"field_s81":"A short description."}
extra_field
{ "type": "object", "properties": { "dim_z06": { "type": "integer" }, "prop_i18": { "type": "number" }, "field_s81": { "type": "string" } }, "required": [ "dim_z06", "prop_i18", "field_s81" ] }
{"dim_z06": 831, "prop_i18": 100.89, "field_s81": "A short description.", "extra_info_3447": "unexpected"}
Unknown field 'extra_info_3447' not defined in schema
{"dim_z06":831,"prop_i18":100.89,"field_s81":"A short description."}
TASK repair_structured_output SPEC FIELD prop_v28 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD dim_p38 TYPE string REQUIRED yes FIELD prop_k17.prop_n90 TYPE string REQUIRED no FIELD prop_k17.param_o92 TYPE string REQUIRED yes FIELD prop_k17.field_v76 TYPE null REQUIRED no FIELD...
{"prop_v28":"level_1","dim_p38":"This is a test value.","prop_k17":{"prop_n90":"chrX","param_o92":"Silva","val_t39":true,"field_t31":"option_c","field_z06":668}}
thought_process
{ "type": "object", "properties": { "prop_v28": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_p38": { "type": "string" }, "prop_k17": { "type": "object", ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"prop_v28":"level_1","dim_p38":"This is a test value.","prop_k17":{"prop_n90":"chrX","param_o92":"Silva","val_t39":true,"field_t31":"option_c","field_z06":668}}
Output contains chain-of-thought reasoning before JSON
{"prop_v28":"level_1","dim_p38":"This is a test value.","prop_k17":{"prop_n90":"chrX","param_o92":"Silva","val_t39":true,"field_t31":"option_c","field_z06":668}}
TASK repair_structured_output SPEC FIELD col_f55 TYPE number REQUIRED yes FIELD field_w63 TYPE null REQUIRED no FIELD dim_z68 TYPE boolean REQUIRED yes FIELD key_o30.val_m01 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_o30.prop_c11 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_o3...
{"col_f55":814.99,"dim_z68":false,"key_o30":{"val_m01":"high","prop_j55":null,"val_o95":"option_a"}}
null_required
{ "type": "object", "properties": { "col_f55": { "type": "number" }, "field_w63": { "type": "null" }, "dim_z68": { "type": "boolean" }, "key_o30": { "type": "object", "properties": { "val_m01": { "type": "string", "enum": [ ...
{"col_f55": null, "dim_z68": false, "key_o30": {"val_m01": "high", "prop_j55": null, "val_o95": "option_a"}}
Required field 'col_f55' is null
{"col_f55":814.99,"dim_z68":false,"key_o30":{"val_m01":"high","prop_j55":null,"val_o95":"option_a"}}
TASK repair_structured_output SPEC FIELD turbidity TYPE string REQUIRED yes FIELD throttle_pos TYPE string REQUIRED yes FIELD verified[] TYPE string_email REQUIRED no BROKEN_OUTPUT The output is as follows: ```json {"turbidity":"Tokyo","throttle_pos":"Smith"} ``` This should match the schema you provided.
{"turbidity":"Tokyo","throttle_pos":"Smith"}
markdown_explanation
{ "type": "object", "properties": { "turbidity": { "type": "string" }, "throttle_pos": { "type": "string" }, "verified": { "type": "array", "items": { "type": "string", "format": "email" } } }, "required": [ "turbidity", "throttle_pos...
The output is as follows: ```json {"turbidity":"Tokyo","throttle_pos":"Smith"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"turbidity":"Tokyo","throttle_pos":"Smith"}
TASK repair_structured_output SPEC FIELD col_e86 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD field_y29 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD dim_d91.dim_j99.val_o08 TYPE boolean REQUIRED no FIELD dim_d91.dim_j99.col_w99 TYPE boolean REQUIRED yes FIELD dim_d91.d...
{"col_e86":"heterozygous","dim_d91":{"dim_j99":{"val_o08":true,"col_w99":true,"param_w72":false,"attr_z36":"Silva","val_t07":"new","field_w46":"push","col_l82":625,"key_x41":"RTG-04"},"col_a01":697,"val_i06":"missense"}}
missing_bracket
{ "type": "object", "properties": { "col_e86": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "field_y29": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, ...
{"col_e86":"heterozygous","dim_d91":{"dim_j99":{"val_o08":true,"col_w99":true,"param_w72":false,"attr_z36":"Silva","val_t07":"new","field_w46":"push","col_l82":625,"key_x41":"RTG-04"},"col_a01":697,"val_i06":"missense"}}
Missing closing bracket
{"col_e86":"heterozygous","dim_d91":{"dim_j99":{"val_o08":true,"col_w99":true,"param_w72":false,"attr_z36":"Silva","val_t07":"new","field_w46":"push","col_l82":625,"key_x41":"RTG-04"},"col_a01":697,"val_i06":"missense"}}
TASK repair_structured_output SPEC FIELD shipping TYPE string REQUIRED no FIELD catalyst TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD temp_celsius TYPE string REQUIRED no FIELD gene_id[] TYPE string_email REQUIRED no FIELD quantity[] TYPE boolean REQUIRED yes BROKEN_OUTPUT Result: catalyst=cat_...
{"shipping":"Sao Paulo","catalyst":"cat_d","temp_celsius":"FWD","gene_id":["user@example.com","admin@test.io","admin@domain.org","test@domain.org"],"quantity":[false,true,true,true]}
partial_structure
{ "type": "object", "properties": { "shipping": { "type": "string" }, "catalyst": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "temp_celsius": { "type": "string" }, "gene_id": { ...
Result: catalyst=cat_d, {"shipping":"Sao Paulo","catalyst":"cat_d","temp_celsius":"FWD","gene_id":["user@example.com","admin@test.io","admin@domain.org","test@domain.org"],"quantity":[false,true,true,true]}
Output mixes natural language with JSON
{"shipping":"Sao Paulo","catalyst":"cat_d","temp_celsius":"FWD","gene_id":["user@example.com","admin@test.io","admin@domain.org","test@domain.org"],"quantity":[false,true,true,true]}
TASK repair_structured_output SPEC FIELD field_h58 TYPE number REQUIRED yes FIELD key_y74.param_a95 TYPE integer REQUIRED yes FIELD key_y74.field_b79 TYPE string REQUIRED no FIELD key_y74.field_f97.col_b68 TYPE integer REQUIRED yes FIELD key_y74.field_f97.col_p43 TYPE boolean REQUIRED no FIELD key_y74.field_f97.prop_t...
{"field_h58":72.12,"key_y74":{"param_a95":181,"field_b79":"Diana","val_e72":572,"field_e90":"Silva","col_z69":false,"attr_z05":"coastal"},"prop_z09":{"param_b96":false,"val_u14":130,"param_g73":726},"val_i96":"USD","dim_r01":"published"}
single_quotes
{ "type": "object", "properties": { "field_h58": { "type": "number" }, "key_y74": { "type": "object", "properties": { "param_a95": { "type": "integer" }, "field_b79": { "type": "string" }, "field_f97": { "type": "obj...
{'field_h58':72.12,'key_y74':{'param_a95':181,'field_b79':'Diana','val_e72':572,'field_e90':'Silva','col_z69':false,'attr_z05':'coastal'},'prop_z09':{'param_b96':false,'val_u14':130,'param_g73':726},'val_i96':'USD','dim_r01':'published'}
Expecting property name enclosed in double quotes
{"field_h58":72.12,"key_y74":{"param_a95":181,"field_b79":"Diana","val_e72":572,"field_e90":"Silva","col_z69":false,"attr_z05":"coastal"},"prop_z09":{"param_b96":false,"val_u14":130,"param_g73":726},"val_i96":"USD","dim_r01":"published"}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD bill_of_lading TYPE string VALUES admin|editor|viewer REQUIRED no FIELD feedback TYPE string REQUIRED no FIELD annotation TYPE integer REQUIRED yes FIELD image_url.due_date TYPE string_email REQUI...
{"bill_of_lading":"editor","feedback":"2024-06-30","annotation":101,"image_url":{"due_date":"info@example.com","voltage":null,"salinity":770}}
truncated_object
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "bill_of_lading": { "type": "string", "enum": [ "admin", "editor", ...
{"bill_of_lading":"editor","feedback":"2024-06-30","annotation":101,"image_url":{"due_date":"info@example.com","voltage":null,"salinity":770}
Unexpected end of JSON input — truncated object
{"bill_of_lading":"editor","feedback":"2024-06-30","annotation":101,"image_url":{"due_date":"info@example.com","voltage":null,"salinity":770}}
TASK repair_structured_output SPEC FIELD col_o07.attr_l79 TYPE boolean REQUIRED yes FIELD col_o07.attr_o47 TYPE number REQUIRED no FIELD col_o07.field_h00 TYPE number REQUIRED no FIELD dim_q76.prop_y75 TYPE number REQUIRED yes FIELD dim_q76.prop_u26 TYPE integer REQUIRED yes FIELD dim_q76.attr_r91 TYPE integer REQUIRE...
{"col_o07":{"attr_l79":true,"attr_o47":964.82,"field_h00":587.89},"dim_q76":{"prop_y75":771.26,"prop_u26":390,"attr_r91":66,"field_z44":2.45},"field_g38":"reliable","key_z06":false,"param_t49":151.22}
tool_call_text_mix
{ "type": "object", "properties": { "col_o07": { "type": "object", "properties": { "attr_l79": { "type": "boolean" }, "attr_o47": { "type": "number" }, "field_h00": { "type": "number" } }, "required": [ ...
I need to look up the information first. <tool_call name="get_inventory"> {"col_o07":{"attr_l79":true,"attr_o47":964.82,"field_h00":587.89},"dim_q76":{"prop_y75":771.26,"prop_u26":390,"attr_r91":66,"field_z44":2.45},"field_g38":"reliable","key_z06":false,"param_t49":151.22} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"col_o07":{"attr_l79":true,"attr_o47":964.82,"field_h00":587.89},"dim_q76":{"prop_y75":771.26,"prop_u26":390,"attr_r91":66,"field_z44":2.45},"field_g38":"reliable","key_z06":false,"param_t49":151.22}
TASK repair_structured_output SPEC FIELD field_u12 TYPE string REQUIRED no FIELD val_i38.dim_s95 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_i38.prop_u83 TYPE string VALUES success|error|warning|info REQUIRED no FIELD val_i38.attr_s28 TYPE string VALUES small|medium|large|xl REQUIRED no FIEL...
{"val_i38":{"prop_u83":"info","attr_s28":"small","key_a25":true},"dim_e58":false}
markdown_explanation
{ "type": "object", "properties": { "field_u12": { "type": "string" }, "val_i38": { "type": "object", "properties": { "dim_s95": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
The output is as follows: ```json {"val_i38":{"prop_u83":"info","attr_s28":"small","key_a25":true},"dim_e58":false} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"val_i38":{"prop_u83":"info","attr_s28":"small","key_a25":true},"dim_e58":false}
TASK repair_structured_output SPEC FIELD key_o21 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_l23 TYPE integer REQUIRED no FIELD key_s95 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN_OUTPUT The parsed result is: {"key_o21":"operational","val_l23":417,"key_s95":"USD"}
{"key_o21":"operational","val_l23":417,"key_s95":"USD"}
extra_text_before
{ "type": "object", "properties": { "key_o21": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "val_l23": { "type": "integer" }, "key_s95": { "type": "string", "enum": [ "USD", ...
The parsed result is: {"key_o21":"operational","val_l23":417,"key_s95":"USD"}
Output contains non-JSON text before the object
{"key_o21":"operational","val_l23":417,"key_s95":"USD"}
TASK repair_structured_output SPEC FIELD val_g16 TYPE boolean REQUIRED no FIELD prop_i87 TYPE string REQUIRED no FIELD dim_h38 TYPE string_email REQUIRED yes FIELD col_y19 TYPE string VALUES email|phone|sms|push REQUIRED no BROKEN_OUTPUT {"val_g16":true,"prop_i87":"New York","dim_h38":"admin@test.io"}
{"val_g16":true,"prop_i87":"New York","dim_h38":"admin@test.io"}
missing_bracket
{ "type": "object", "properties": { "val_g16": { "type": "boolean" }, "prop_i87": { "type": "string" }, "dim_h38": { "type": "string", "format": "email" }, "col_y19": { "type": "string", "enum": [ "email", "phone", "sms", ...
{"val_g16":true,"prop_i87":"New York","dim_h38":"admin@test.io"}
Missing closing bracket
{"val_g16":true,"prop_i87":"New York","dim_h38":"admin@test.io"}
TASK repair_structured_output SPEC FIELD param_v98 TYPE null REQUIRED yes FIELD col_m27 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD key_c78.field_m85.val_o61 TYPE string_date-time REQUIRED no FIELD key_c78.field_m85.dim_t39 TYPE string REQUIRED yes FIELD key_c78.field_m85.attr_u02 TYPE string REQUIR...
{"param_v98":null,"col_m27":"free"}
null_required
{ "type": "object", "properties": { "param_v98": { "type": "null" }, "col_m27": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "key_c78": { "type": "object", "properties": { "field_m85": { ...
{"param_v98": null, "col_m27": "free"}
Required field 'param_v98' is null
{"param_v98":null,"col_m27":"free"}
TASK repair_structured_output SPEC FIELD dim_b80 TYPE string REQUIRED no FIELD key_x89 TYPE string REQUIRED no FIELD prop_c42.attr_a83 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_c42.dim_x79 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_c42.attr_v37 TYPE string REQUIRED n...
{"dim_b80":"Bob","key_x89":"https://api.example.com/v1","prop_c42":{"attr_a83":"open","dim_x79":"editor","attr_v37":"Bob","col_x77":289,"key_q64":"https://example.io/data"}}
partial_structure
{ "type": "object", "properties": { "dim_b80": { "type": "string" }, "key_x89": { "type": "string" }, "prop_c42": { "type": "object", "properties": { "attr_a83": { "type": "string", "enum": [ "open", "in_progress", ...
Based on the data, dim_b80 is Bob. {"dim_b80":"Bob","key_x89":"https://api.example.com/v1","prop_c42":{"attr_a83":"open","dim_x79":"editor","attr_v37":"Bob","col_x77":289,"key_q64":"https://example.io/data"}}
Output mixes natural language with JSON
{"dim_b80":"Bob","key_x89":"https://api.example.com/v1","prop_c42":{"attr_a83":"open","dim_x79":"editor","attr_v37":"Bob","col_x77":289,"key_q64":"https://example.io/data"}}
TASK repair_structured_output SPEC FIELD dim_h58 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_e03 TYPE string VALUES active|inactive|pending REQUIRED no FIELD param_q45 TYPE integer REQUIRED yes FIELD param_n59 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_d09 TYPE string VALUES ...
{"dim_h58":"published","prop_e03":"pending","param_q45":123,"param_n59":"sms","dim_d09":"escalated","val_x17":true,"attr_z91":"archived"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_h58": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_e03": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "param_q45": { ...
<functioncall> book_appointment {dim_h58: "published", prop_e03: "pending", param_q45: 123, param_n59: "sms", dim_d09: "escalated", val_x17: true, attr_z91: "archived"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_h58":"published","prop_e03":"pending","param_q45":123,"param_n59":"sms","dim_d09":"escalated","val_x17":true,"attr_z91":"archived"}
TASK repair_structured_output SPEC FIELD pressure_kpa TYPE integer REQUIRED yes FIELD commit_hash TYPE string REQUIRED no FIELD turbidity TYPE null REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: calculate_price Result: {"commit_hash": "Sao Paulo"} Processing the request now. Action: read_...
{"pressure_kpa":674,"commit_hash":"Sao Paulo"}
agent_chain
{ "type": "object", "properties": { "pressure_kpa": { "type": "integer" }, "commit_hash": { "type": "string" }, "turbidity": { "type": "null" } }, "required": [ "pressure_kpa" ] }
I need to look up the information first. Action: calculate_price Result: {"commit_hash": "Sao Paulo"} Processing the request now. Action: read_sensor_array Result:
Agent multi-step chain with truncated tool output
{"pressure_kpa":674,"commit_hash":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD run_id TYPE integer REQUIRED yes FIELD active TYPE string REQUIRED yes FIELD full_name TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD diagnosis_code TYPE string_date-time REQUIRED yes FIELD cargo_type TYPE string VALUES berthed|anchored|underway...
{"run_id":125,"active":"qux","full_name":"mode_b","diagnosis_code":"2022-11-20T08:34:00Z"}
extra_text_after
{ "type": "object", "properties": { "run_id": { "type": "integer" }, "active": { "type": "string" }, "full_name": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "d...
{"run_id":125,"active":"qux","full_name":"mode_b","diagnosis_code":"2022-11-20T08:34:00Z"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"run_id":125,"active":"qux","full_name":"mode_b","diagnosis_code":"2022-11-20T08:34:00Z"}
TASK repair_structured_output SPEC FIELD consignee TYPE string_date-time REQUIRED yes FIELD bed_number.diagnosis_code TYPE string REQUIRED no FIELD bed_number.enabled TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD bed_number.terminal_id TYPE number REQUIRED yes FIELD bed_number.torque_output TYPE int...
{"consignee":"2026-07-03T04:37:00Z","bed_number":{"diagnosis_code":"chr1","enabled":"option_b","terminal_id":806.92,"torque_output":803,"amplitude":"level_3","user_id":"ops@example.com"},"features":true,"updated_at":814,"zip_code":"mode_c","ward":{"created_at":"option_c","voltage":"cat_b","torque_output":154,"gene_id":...
missing_bracket
{ "type": "object", "properties": { "consignee": { "type": "string", "format": "date-time" }, "bed_number": { "type": "object", "properties": { "diagnosis_code": { "type": "string" }, "enabled": { "type": "string", "enum": [ ...
{"consignee":"2026-07-03T04:37:00Z","bed_number":{"diagnosis_code":"chr1","enabled":"option_b","terminal_id":806.92,"torque_output":803,"amplitude":"level_3","user_id":"ops@example.com"},"features":true,"updated_at":814,"zip_code":"mode_c","ward":{"created_at":"option_c","voltage":"cat_b","torque_output":154,"gene_id":...
Missing closing bracket
{"consignee":"2026-07-03T04:37:00Z","bed_number":{"diagnosis_code":"chr1","enabled":"option_b","terminal_id":806.92,"torque_output":803,"amplitude":"level_3","user_id":"ops@example.com"},"features":true,"updated_at":814,"zip_code":"mode_c","ward":{"created_at":"option_c","voltage":"cat_b","torque_output":154,"gene_id":...
TASK repair_structured_output SPEC FIELD attr_l40 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD attr_a65.dim_g56 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD attr_a65.param_i73 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD attr_a65.key_z23 TYPE string V...
{"attr_l40":"arctic","col_b76":true,"dim_t65":447,"key_h20":"Smith"}
truncated_object
{ "type": "object", "properties": { "attr_l40": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "attr_a65": { "type": "object", "properties": { "dim_g56": { "type": "string", "enum": [ ...
{"attr_l40":"arctic","col_b76":true,"dim_t65":447,"key_h20":"Smith"
Unexpected end of JSON input — truncated object
{"attr_l40":"arctic","col_b76":true,"dim_t65":447,"key_h20":"Smith"}
TASK repair_structured_output SPEC FIELD notes TYPE string VALUES success|error|warning|info REQUIRED yes FIELD active TYPE integer REQUIRED yes FIELD url TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD last_name TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT {"notes"...
{"notes":"success","active":423,"url":"delivered","last_name":"red"}
truncated_object
{ "type": "object", "properties": { "notes": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "active": { "type": "integer" }, "url": { "type": "string", "enum": [ "new", "in_transit", ...
{"notes":"success","active":423,"url":"delivered","last_name":"red"
Unexpected end of JSON input — truncated object
{"notes":"success","active":423,"url":"delivered","last_name":"red"}
TASK repair_structured_output SPEC FIELD key_h51 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD col_h72 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_g87 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD param_z80 TYPE boolean REQUIRED yes FIELD key_n46 TYPE string REQUIRED no FIE...
{"col_h72":"arctic","attr_g87":"mode_a","param_z80":true}
markdown_explanation
{ "type": "object", "properties": { "key_h51": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_h72": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] },...
Here is the JSON you requested: ```json {"col_h72":"arctic","attr_g87":"mode_a","param_z80":true} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"col_h72":"arctic","attr_g87":"mode_a","param_z80":true}
TASK repair_structured_output SPEC FIELD yield_pct TYPE number REQUIRED no FIELD index TYPE boolean REQUIRED no FIELD phone TYPE integer REQUIRED no FIELD role.velocity TYPE integer REQUIRED yes FIELD role.maturity_date TYPE integer REQUIRED yes FIELD role.allele TYPE null REQUIRED no FIELD role.altitude[].bearing TYP...
{"yield_pct":33.3,"index":true,"phone":576,"role":{"velocity":734,"maturity_date":420,"allele":null,"altitude":[{"bearing":null,"allele":"intermittent","organism":360.04,"ph_level":175.82,"wavelength":948}],"published":["level_1","level_1"]},"last_name":"cat_c"}
truncated_array
{ "type": "object", "properties": { "yield_pct": { "type": "number" }, "index": { "type": "boolean" }, "phone": { "type": "integer" }, "role": { "type": "object", "properties": { "velocity": { "type": "integer" }, "maturity_...
{"yield_pct":33.3,"index":true,"phone":576,"role":{"velocity":734,"maturity_date":420,"allele":null,"altitude":[{"bearing":null,"allele":"intermittent","organism":360.04,"ph_level":175.82,"wavelength":948}],"published":["level_1","level_1"]},"last_name":"cat_c"
Unexpected end of JSON input — truncated object
{"yield_pct":33.3,"index":true,"phone":576,"role":{"velocity":734,"maturity_date":420,"allele":null,"altitude":[{"bearing":null,"allele":"intermittent","organism":360.04,"ph_level":175.82,"wavelength":948}],"published":["level_1","level_1"]},"last_name":"cat_c"}
TASK repair_structured_output SPEC FIELD field_o33.col_c32 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_o33.col_f41 TYPE null REQUIRED yes FIELD field_o33.val_i76 TYPE string REQUIRED no FIELD field_o33.field_x68 TYPE boolean REQUIRED yes FIELD field_o33.param_w39 TYPE string REQUIRED yes FIELD ...
{"field_o33":{"col_c32":"inactive","col_f41":null,"val_i76":"sample","field_x68":true,"param_w39":"PASS"},"prop_j68":{"param_y24":"quux","param_p19":34,"prop_w63":"escalated"},"val_i92":{"dim_t23":"in_progress","col_s56":"example","prop_b27":"foo","field_a52":{"prop_t97":"bar","col_i30":true,"prop_g64":"ops@domain.org"...
thought_process
{ "type": "object", "properties": { "field_o33": { "type": "object", "properties": { "col_c32": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_f41": { "type": "null" }...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"field_o33":{"col_c32":"inactive","col_f41":null,"val_i76":"sample","field_x68":true,"param_w39":"PASS"},"prop_j68":{"param_y24":"quux","param_p19":34,"prop_w63":"escalated"},"val_i92":{"dim_t23":"in_progress","col_...
Output contains chain-of-thought reasoning before JSON
{"field_o33":{"col_c32":"inactive","col_f41":null,"val_i76":"sample","field_x68":true,"param_w39":"PASS"},"prop_j68":{"param_y24":"quux","param_p19":34,"prop_w63":"escalated"},"val_i92":{"dim_t23":"in_progress","col_s56":"example","prop_b27":"foo","field_a52":{"prop_t97":"bar","col_i30":true,"prop_g64":"ops@domain.org"...
TASK repair_structured_output SPEC FIELD param_d90 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD dim_x51 TYPE integer REQUIRED no FIELD val_g12 TYPE string_date-time REQUIRED yes FIELD field_q28 TYPE string REQUIRED no FIELD val_y58 TYPE string VALUES level_1|level_2|level_3 REQUIRED y...
{"param_d90":"type_a","dim_x51":108,"val_g12":"2026-07-04T04:11:00Z","field_q28":"Oliveira","val_y58":"level_1"}
trailing_comma
{ "type": "object", "properties": { "param_d90": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "dim_x51": { "type": "integer" }, "val_g12": { "type": "string", "for...
{"param_d90":"type_a","dim_x51":108,"val_g12":"2026-07-04T04:11:00Z","field_q28":"Oliveira","val_y58":"level_1",}
Unexpected trailing comma
{"param_d90":"type_a","dim_x51":108,"val_g12":"2026-07-04T04:11:00Z","field_q28":"Oliveira","val_y58":"level_1"}
TASK repair_structured_output SPEC FIELD created_at TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD email TYPE string REQUIRED no FIELD message TYPE string REQUIRED no FIELD payment_status TYPE boolean REQUIRED yes FIELD procedure_code TYPE string VALUES success|error|warning|info REQUIRED yes BROKEN_OU...
{"created_at":"cat_d","email":"user@domain.com","message":"user@domain.com","payment_status":false,"procedure_code":"error"}
single_quotes
{ "type": "object", "properties": { "created_at": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "email": { "type": "string" }, "message": { "type": "string" }, "payment_status": { "type": "boolean...
{'created_at':'cat_d','email':'user@domain.com','message':'user@domain.com','payment_status':false,'procedure_code':'error'}
Expecting property name enclosed in double quotes
{"created_at":"cat_d","email":"user@domain.com","message":"user@domain.com","payment_status":false,"procedure_code":"error"}
TASK repair_structured_output SPEC FIELD zip_code TYPE integer REQUIRED yes FIELD pressure_kpa TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD longitude TYPE number REQUIRED yes FIELD priority TYPE string REQUIRED no BROKEN_OUTPUT Breaking down the requirements: - Must include all required fields - Typ...
{"zip_code":581,"pressure_kpa":"medium","longitude":489.38}
thought_process
{ "type": "object", "properties": { "zip_code": { "type": "integer" }, "pressure_kpa": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "longitude": { "type": "number" }, "priority": { "type": "stri...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"zip_code":581,"pressure_kpa":"medium","longitude":489.38}
Output contains chain-of-thought reasoning before JSON
{"zip_code":581,"pressure_kpa":"medium","longitude":489.38}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE number REQUIRED yes FIELD currency TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD berth_slot TYPE boolean REQUIRED yes FIELD organism TYPE boolean REQUIRED yes BROKEN_OUTPUT {"frequency_hz": 185.75, "currency": "arctic", "berth_slot": tru...
{"frequency_hz":185.75,"currency":"arctic","berth_slot":true,"organism":false}
wrong_type
{ "type": "object", "properties": { "frequency_hz": { "type": "number" }, "currency": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "berth_slot": { "type": "boolean" }, "organism": { "type":...
{"frequency_hz": 185.75, "currency": "arctic", "berth_slot": true, "organism": "\"no\""}
Field 'organism' must be boolean, got string
{"frequency_hz":185.75,"currency":"arctic","berth_slot":true,"organism":false}
TASK repair_structured_output SPEC FIELD decay_rate TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD discount TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD latitude.paragraph TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD latitude.tile TYPE ...
{"decay_rate":"white","discount":"frameshift","latitude":{"paragraph":"offline","sensor_id":"chr1","notes":644,"amount":"Bob","section":"draft"}}
extra_field
{ "type": "object", "properties": { "decay_rate": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "discount": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", ...
{"decay_rate": "white", "discount": "frameshift", "latitude": {"paragraph": "offline", "sensor_id": "chr1", "notes": 644, "amount": "Bob", "section": "draft"}, "extra_value_198": "unexpected"}
Unknown field 'extra_value_198' not defined in schema
{"decay_rate":"white","discount":"frameshift","latitude":{"paragraph":"offline","sensor_id":"chr1","notes":644,"amount":"Bob","section":"draft"}}
TASK repair_structured_output SPEC FIELD dim_y94.dim_m14 TYPE string_email REQUIRED yes FIELD dim_y94.field_c47 TYPE string REQUIRED yes FIELD dim_y94.field_t78 TYPE integer REQUIRED yes FIELD dim_y94.field_w56 TYPE string REQUIRED no FIELD dim_y94.dim_h40 TYPE boolean REQUIRED no FIELD dim_y94.col_f71.val_l82 TYPE bo...
{"dim_y94":{"dim_m14":"test@test.io","field_c47":"bar","field_t78":973,"field_w56":"New York","dim_h40":true,"col_f71":{"val_l82":false,"field_d59":false,"prop_u39":366,"param_k54":648,"prop_g74":"PASS","field_l72":"cat_d","col_n96":"Alice"},"key_a28":"test"},"field_b89":"test","dim_s54":"closed","dim_e77":"offline","c...
truncated_array
{ "type": "object", "properties": { "dim_y94": { "type": "object", "properties": { "dim_m14": { "type": "string", "format": "email" }, "field_c47": { "type": "string" }, "field_t78": { "type": "integer" }, ...
{"dim_y94":{"dim_m14":"test@test.io","field_c47":"bar","field_t78":973,"field_w56":"New York","dim_h40":true,"col_f71":{"val_l82":false,"field_d59":false,"prop_u39":366,"param_k54":648,"prop_g74":"PASS","field_l72":"cat_d","col_n96":"Alice"},"key_a28":"test"},"field_b89":"test","dim_s54":"closed","dim_e77":"offline","c...
Unexpected end of JSON input — truncated object
{"dim_y94":{"dim_m14":"test@test.io","field_c47":"bar","field_t78":973,"field_w56":"New York","dim_h40":true,"col_f71":{"val_l82":false,"field_d59":false,"prop_u39":366,"param_k54":648,"prop_g74":"PASS","field_l72":"cat_d","col_n96":"Alice"},"key_a28":"test"},"field_b89":"test","dim_s54":"closed","dim_e77":"offline","c...
TASK repair_structured_output SPEC FIELD col_a87 TYPE integer REQUIRED yes FIELD dim_j05 TYPE string REQUIRED no FIELD dim_e60[].val_q87 TYPE number REQUIRED no FIELD dim_e60[].field_a78 TYPE string_email REQUIRED yes FIELD dim_e60[].col_n89 TYPE boolean REQUIRED yes FIELD dim_e60[].param_y08 TYPE integer REQUIRED no ...
{"col_a87":203,"dim_j05":"Jane","dim_e60":[{"val_q87":122.93,"field_a78":"admin@test.io","col_n89":true,"param_y08":810},{"val_q87":255.89,"field_a78":"user@test.io","col_n89":false,"param_y08":727},{"field_a78":"admin@domain.org","col_n89":true,"param_y08":339}]}
truncated_array
{ "type": "object", "properties": { "col_a87": { "type": "integer" }, "dim_j05": { "type": "string" }, "dim_e60": { "type": "array", "items": { "type": "object", "properties": { "val_q87": { "type": "number" }, "fi...
{"col_a87":203,"dim_j05":"Jane","dim_e60":[{"val_q87":122.93,"field_a78":"admin@test.io","col_n89":true,"param_y08":810},{"val_q87":255.89,"field_a78":"user@test.io","col_n89":false,"param_y08":727},{"field_a78":"admin@domain.org","col_n89":true,"param_y08":339}
Unexpected end of JSON input — truncated array
{"col_a87":203,"dim_j05":"Jane","dim_e60":[{"val_q87":122.93,"field_a78":"admin@test.io","col_n89":true,"param_y08":810},{"val_q87":255.89,"field_a78":"user@test.io","col_n89":false,"param_y08":727},{"field_a78":"admin@domain.org","col_n89":true,"param_y08":339}]}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD ward TYPE integer REQUIRED no FIELD reagent TYPE integer REQUIRED no BROKEN_OUTPUT {}
{"collateral":"homozygous"}
missing_required
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "ward": { "type": "integer" }, "reagent": { "type": "integer" } }, "required": [ "collateral" ] }
{}
Required field 'collateral' is missing
{"collateral":"homozygous"}
TASK repair_structured_output SPEC FIELD current_draw TYPE number REQUIRED yes FIELD total TYPE number REQUIRED no FIELD repository TYPE integer REQUIRED no FIELD invoice_id TYPE boolean REQUIRED no FIELD updated_at TYPE null REQUIRED no FIELD chromosome TYPE number REQUIRED no BROKEN_OUTPUT {"current_draw": 843.97, ...
{"current_draw":843.97,"repository":202,"invoice_id":false,"updated_at":null,"chromosome":642.74}
boolean_as_string
{ "type": "object", "properties": { "current_draw": { "type": "number" }, "total": { "type": "number" }, "repository": { "type": "integer" }, "invoice_id": { "type": "boolean" }, "updated_at": { "type": "null" }, "chromosome": { "type":...
{"current_draw": 843.97, "repository": 202, "invoice_id": "false", "updated_at": null, "chromosome": 642.74}
Field 'invoice_id' must be boolean, got string
{"current_draw":843.97,"repository":202,"invoice_id":false,"updated_at":null,"chromosome":642.74}
TASK repair_structured_output SPEC FIELD field_a52 TYPE null REQUIRED yes FIELD col_y02 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD col_d38 TYPE boolean REQUIRED yes FIELD val_s22 TYPE string_date-time REQUIRED yes FIELD param_m59 TYPE string REQUIRED yes BROKEN_OUTPUT {"field_a52":null,"col_d38":...
{"field_a52":null,"col_d38":true,"val_s22":"2021-01-24T14:33:00Z","param_m59":"Santos"}
extra_text_after
{ "type": "object", "properties": { "field_a52": { "type": "null" }, "col_y02": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "col_d38": { "type": "boolean" }, "val_s22": { "type": "...
{"field_a52":null,"col_d38":true,"val_s22":"2021-01-24T14:33:00Z","param_m59":"Santos"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"field_a52":null,"col_d38":true,"val_s22":"2021-01-24T14:33:00Z","param_m59":"Santos"}
TASK repair_structured_output SPEC FIELD param_a78 TYPE number REQUIRED no FIELD dim_o67 TYPE integer REQUIRED yes FIELD col_a79 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_j42.key_g17.prop_v67 TYPE string_uri REQUIRED no FIELD col_j42.key_g17.param_k27 TYPE string REQUIRED yes FIELD col_j42.key_g17...
{"param_a78":687.84,"dim_o67":691,"col_a79":"email"}
tool_call_wrong_param
{ "type": "object", "properties": { "param_a78": { "type": "number" }, "dim_o67": { "type": "integer" }, "col_a79": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_j42": { "type": "object", ...
Tool: get_weather Params: {"param_a78": 687.84, "col_a79": "email", "dim_o67_name": 691}
Agent used wrong parameter name 'dim_o67_name' instead of 'dim_o67'
{"param_a78":687.84,"dim_o67":691,"col_a79":"email"}
TASK repair_structured_output SPEC FIELD coverage TYPE null REQUIRED no FIELD shipping TYPE boolean REQUIRED no FIELD order_id[] TYPE number REQUIRED yes FIELD vital_sign[] TYPE number REQUIRED no BROKEN_OUTPUT Processing the request now. <tool_call name="process_payment"> {"shipping":true,"order_id":[950.26,617.77,3...
{"shipping":true,"order_id":[950.26,617.77,394.28,50.1],"vital_sign":[489.86,813.29,689.26,397.2]}
tool_call_text_mix
{ "type": "object", "properties": { "coverage": { "type": "null" }, "shipping": { "type": "boolean" }, "order_id": { "type": "array", "items": { "type": "number" } }, "vital_sign": { "type": "array", "items": { "type": "number" ...
Processing the request now. <tool_call name="process_payment"> {"shipping":true,"order_id":[950.26,617.77,394.28,50.1],"vital_sign":[489.86,813.29,689.26,397.2]} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"shipping":true,"order_id":[950.26,617.77,394.28,50.1],"vital_sign":[489.86,813.29,689.26,397.2]}
TASK repair_structured_output SPEC FIELD val_k44 TYPE null REQUIRED yes FIELD val_e91 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_h30 TYPE string VALUES draft|published|archived REQUIRED yes FIELD key_p56.prop_t07 TYPE integer REQUIRED no FIELD key_p56.col_w18 TYPE string_email REQUIRED yes...
{"val_k44":null,"val_e91":"arctic","prop_h30":"archived","key_p56":{"col_w18":"info@domain.org","attr_v92":"Paris","attr_d83":579,"col_h03":994.39,"field_m98":"https://example.io/api"},"dim_f37":null,"key_w57":"homozygous"}
missing_bracket
{ "type": "object", "properties": { "val_k44": { "type": "null" }, "val_e91": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_h30": { "type": "string", "enum": [ "draft", "publis...
{"val_k44":null,"val_e91":"arctic","prop_h30":"archived","key_p56":{"col_w18":"info@domain.org","attr_v92":"Paris","attr_d83":579,"col_h03":994.39,"field_m98":"https://example.io/api"},"dim_f37":null,"key_w57":"homozygous"}
Missing closing bracket
{"val_k44":null,"val_e91":"arctic","prop_h30":"archived","key_p56":{"col_w18":"info@domain.org","attr_v92":"Paris","attr_d83":579,"col_h03":994.39,"field_m98":"https://example.io/api"},"dim_f37":null,"key_w57":"homozygous"}
TASK repair_structured_output SPEC FIELD vital_sign TYPE string_date-time REQUIRED yes FIELD span_id TYPE string REQUIRED yes FIELD section TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no BROKEN_OUTPUT The output is as follows: {"vital_sign":"2021-12-12T10:50:00Z","span_id":"pending","section":...
{"vital_sign":"2021-12-12T10:50:00Z","span_id":"pending","section":"nonsense"}
extra_text_before
{ "type": "object", "properties": { "vital_sign": { "type": "string", "format": "date-time" }, "span_id": { "type": "string" }, "section": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] } ...
The output is as follows: {"vital_sign":"2021-12-12T10:50:00Z","span_id":"pending","section":"nonsense"}
Output contains non-JSON text before the object
{"vital_sign":"2021-12-12T10:50:00Z","span_id":"pending","section":"nonsense"}
TASK repair_structured_output SPEC FIELD current_draw TYPE string REQUIRED yes FIELD duration_ms TYPE string_email REQUIRED no FIELD paragraph TYPE integer REQUIRED no FIELD city TYPE string REQUIRED no BROKEN_OUTPUT ```json {"current_draw":"Smith","duration_ms":"test@example.com","city":"Johnson"} ```
{"current_draw":"Smith","duration_ms":"test@example.com","city":"Johnson"}
markdown_fences
{ "type": "object", "properties": { "current_draw": { "type": "string" }, "duration_ms": { "type": "string", "format": "email" }, "paragraph": { "type": "integer" }, "city": { "type": "string" } }, "required": [ "current_draw" ] }
```json {"current_draw":"Smith","duration_ms":"test@example.com","city":"Johnson"} ```
Output contains markdown code fences
{"current_draw":"Smith","duration_ms":"test@example.com","city":"Johnson"}
TASK repair_structured_output SPEC FIELD full_name TYPE boolean REQUIRED no FIELD vital_sign.version TYPE string REQUIRED no FIELD vital_sign.options TYPE string REQUIRED no FIELD vital_sign.lane TYPE string VALUES admin|editor|viewer REQUIRED no FIELD vital_sign.feedback TYPE string REQUIRED no FIELD vital_sign.filte...
{"full_name":true,"quality_score":"REV","port_code":"JPY","city":false}
partial_structure
{ "type": "object", "properties": { "full_name": { "type": "boolean" }, "vital_sign": { "type": "object", "properties": { "version": { "type": "string" }, "options": { "type": "string" }, "lane": { "type": "string", ...
I found that full_name should be True. {"full_name":true,"quality_score":"REV","port_code":"JPY","city":false}
Output mixes natural language with JSON
{"full_name":true,"quality_score":"REV","port_code":"JPY","city":false}
TASK repair_structured_output SPEC FIELD url TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD bed_number TYPE number REQUIRED no FIELD dissolved_oxygen.price TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD dissolved_oxygen.insurance_id TYPE string VALUES low|me...
{"url":"level_5","bed_number":445.03,"dissolved_oxygen":{"price":"level_3","insurance_id":"medium","comments":["London","completed","chrX"],"build_status":[{"run_id":985,"span_id":"option_c","description":771,"annotation":"free"},{"run_id":533,"span_id":"option_b","description":95,"annotation":"free"},{"run_id":747,"sp...
extra_text_after
{ "type": "object", "properties": { "url": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "bed_number": { "type": "number" }, "dissolved_oxygen": { "type": "object", "properties"...
{"url":"level_5","bed_number":445.03,"dissolved_oxygen":{"price":"level_3","insurance_id":"medium","comments":["London","completed","chrX"],"build_status":[{"run_id":985,"span_id":"option_c","description":771,"annotation":"free"},{"run_id":533,"span_id":"option_b","description":95,"annotation":"free"},{"run_id":747,"sp...
Output contains non-JSON text after the object
{"url":"level_5","bed_number":445.03,"dissolved_oxygen":{"price":"level_3","insurance_id":"medium","comments":["London","completed","chrX"],"build_status":[{"run_id":985,"span_id":"option_c","description":771,"annotation":"free"},{"run_id":533,"span_id":"option_b","description":95,"annotation":"free"},{"run_id":747,"sp...
TASK repair_structured_output SPEC FIELD phone.quality_score TYPE number REQUIRED no FIELD phone.verified TYPE string REQUIRED no FIELD phone.gene_id TYPE string REQUIRED no FIELD phone.hazmat_code TYPE string REQUIRED no FIELD phone.section TYPE string REQUIRED yes FIELD phone.velocity TYPE string VALUES berthed|anch...
{"phone":{"quality_score":184.77,"verified":"A short description.","gene_id":"inactive","hazmat_code":"2024-01-15","section":"inactive","velocity":"underway"},"quality_score":true,"end_date":"2025-11-11T04:52:00Z","label":94.52,"branch":true}
tool_call_python_syntax
{ "type": "object", "properties": { "phone": { "type": "object", "properties": { "quality_score": { "type": "number" }, "verified": { "type": "string" }, "gene_id": { "type": "string" }, "hazmat_code": { ...
query_port_status(phone={'quality_score': 184.77, 'verified': 'A short description.', 'gene_id': 'inactive', 'hazmat_code': '2024-01-15', 'section': 'inactive', 'velocity': 'underway'}, quality_score=True, end_date='2025-11-11T04:52:00Z', label=94.52, branch=True)
Tool call uses Python syntax instead of JSON
{"phone":{"quality_score":184.77,"verified":"A short description.","gene_id":"inactive","hazmat_code":"2024-01-15","section":"inactive","velocity":"underway"},"quality_score":true,"end_date":"2025-11-11T04:52:00Z","label":94.52,"branch":true}
TASK repair_structured_output SPEC FIELD dim_v73 TYPE string VALUES success|error|warning|info REQUIRED no FIELD param_f22 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_h08 TYPE integer REQUIRED no FIELD param_n56 TYPE string REQUIRED no FIELD field_c77 TYPE string REQUIRED no FIELD param...
{"param_f22":"in_transit","attr_h08":147,"param_a09":"BRL"}
truncated_array
{ "type": "object", "properties": { "dim_v73": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "param_f22": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
{"param_f22":"in_transit","attr_h08":147,"param_a09":"BRL"
Unexpected end of JSON input — truncated object
{"param_f22":"in_transit","attr_h08":147,"param_a09":"BRL"}
TASK repair_structured_output SPEC FIELD key_n96 TYPE string VALUES level_1|level_2 REQUIRED no FIELD dim_c31 TYPE string REQUIRED no FIELD key_r15 TYPE string REQUIRED no FIELD key_m94 TYPE string REQUIRED no FIELD key_t23 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_i46 TYPE string VALUES cat_a|c...
{"dim_c31":"cancelled","key_r15":"world","key_t23":"married","attr_n94":"info@test.io"}
markdown_explanation
{ "type": "object", "properties": { "key_n96": { "type": "string", "enum": [ "level_1", "level_2" ] }, "dim_c31": { "type": "string" }, "key_r15": { "type": "string" }, "key_m94": { "type": "string" }, "key_t23": { "type":...
Here is the response in the requested format: ```json {"dim_c31":"cancelled","key_r15":"world","key_t23":"married","attr_n94":"info@test.io"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"dim_c31":"cancelled","key_r15":"world","key_t23":"married","attr_n94":"info@test.io"}
TASK repair_structured_output SPEC FIELD attr_f20 TYPE string_email REQUIRED no FIELD dim_g87 TYPE integer REQUIRED yes FIELD param_s50.prop_k41 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD param_s50.field_y86 TYPE string REQUIRED no FIELD param_s50.val_h88 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIR...
{"attr_f20":"test@domain.org","dim_g87":121,"param_s50":{"prop_k41":"cat_c","val_h88":"JPY","param_l13":"2026-07-03T02:53:00Z","field_d85":false}}
truncated_object
{ "type": "object", "properties": { "attr_f20": { "type": "string", "format": "email" }, "dim_g87": { "type": "integer" }, "param_s50": { "type": "object", "properties": { "prop_k41": { "type": "string", "enum": [ "cat_a", ...
{"attr_f20":"test@domain.org","dim_g87":121,"param_s50":{"prop_k41":"cat_c","val_h88":"JPY","param_l13":"2026-07-03T02:53:00Z","field_d85":false}
Unexpected end of JSON input — truncated object
{"attr_f20":"test@domain.org","dim_g87":121,"param_s50":{"prop_k41":"cat_c","val_h88":"JPY","param_l13":"2026-07-03T02:53:00Z","field_d85":false}}
TASK repair_structured_output SPEC FIELD key_e14 TYPE integer REQUIRED yes FIELD attr_p82 TYPE string_uri REQUIRED no FIELD val_k92 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_e14": "\"371\"", "attr_p82": "https://data.org/data", "val_k92": "completed"}
{"key_e14":371,"attr_p82":"https://data.org/data","val_k92":"completed"}
wrong_type
{ "type": "object", "properties": { "key_e14": { "type": "integer" }, "attr_p82": { "type": "string", "format": "uri" }, "val_k92": { "type": "string" } }, "required": [ "val_k92", "key_e14" ] }
{"key_e14": "\"371\"", "attr_p82": "https://data.org/data", "val_k92": "completed"}
Field 'key_e14' must be integer, got string
{"key_e14":371,"attr_p82":"https://data.org/data","val_k92":"completed"}
TASK repair_structured_output SPEC FIELD val_y55 TYPE string REQUIRED yes FIELD dim_r39 TYPE integer REQUIRED yes FIELD col_f45.dim_q45 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_f45.val_y26.dim_b37 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD col_f45.val_y26.field_n84 TYPE stri...
{"val_y55":"GRCh38","dim_r39":504,"col_f45":{"val_y26":{"dim_b37":"oceanic","field_n84":"homozygous","attr_h40":true,"dim_c65":"Diana","key_m81":354,"val_p00":482.56},"key_z72":755,"key_n95":null,"param_u66":"GRCh38","prop_i35":null},"param_p24":933.69,"val_m01":"new","key_f90":812.23}
tool_call_wrong_param
{ "type": "object", "properties": { "val_y55": { "type": "string" }, "dim_r39": { "type": "integer" }, "col_f45": { "type": "object", "properties": { "dim_q45": { "type": "string", "enum": [ "USD", "EUR", "GB...
Tool: book_appointment Params: {"val_y55": "GRCh38", "dim_r39": 504, "col_f45": {"val_y26": {"dim_b37": "oceanic", "field_n84": "homozygous", "attr_h40": true, "dim_c65": "Diana", "key_m81": 354, "val_p00": 482.56}, "key_z72": 755, "key_n95": null, "param_u66": "GRCh38", "prop_i35": null}, "param_p24": 933.69, "key_f90...
Agent used wrong parameter name 'val_m01_name' instead of 'val_m01'
{"val_y55":"GRCh38","dim_r39":504,"col_f45":{"val_y26":{"dim_b37":"oceanic","field_n84":"homozygous","attr_h40":true,"dim_c65":"Diana","key_m81":354,"val_p00":482.56},"key_z72":755,"key_n95":null,"param_u66":"GRCh38","prop_i35":null},"param_p24":933.69,"val_m01":"new","key_f90":812.23}
TASK repair_structured_output SPEC FIELD dosage TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD options TYPE string REQUIRED no FIELD visible TYPE string REQUIRED no FIELD status TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD collateral TYPE string REQUIRED no FIELD use...
{"dosage":"synonymous","options":"demo","visible":"Smith","username":453.49,"created_at":"admin@example.com"}
trailing_comma
{ "type": "object", "properties": { "dosage": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "options": { "type": "string" }, "visible": { "type": "string" }, "status": { "type": "s...
{"dosage":"synonymous","options":"demo","visible":"Smith","username":453.49,"created_at":"admin@example.com",}
Unexpected trailing comma
{"dosage":"synonymous","options":"demo","visible":"Smith","username":453.49,"created_at":"admin@example.com"}
TASK repair_structured_output SPEC FIELD bearing.height TYPE string REQUIRED no FIELD bearing.longitude TYPE string REQUIRED no FIELD bearing.lane.temp_celsius TYPE number REQUIRED yes FIELD bearing.lane.umi TYPE string_date-time REQUIRED yes FIELD bearing.lane.torque_output TYPE string REQUIRED yes FIELD bearing.lane...
{"bearing":{"height":"2023-12-25","longitude":"FWD","lane":{"temp_celsius":916.17,"umi":"2024-05-21T20:15:00Z","torque_output":"PASS","color":"2022-04-19T21:25:00Z"},"notes":{"message":690.0,"shift_code":541,"name":true,"size":"https://example.org/data"},"state":{"date":"active","paragraph":526,"price":327,"title":247,...
tool_call_partial_args
{ "type": "object", "properties": { "bearing": { "type": "object", "properties": { "height": { "type": "string" }, "longitude": { "type": "string" }, "lane": { "type": "object", "properties": { "temp_celsius"...
Let me check the system. Action: update_preferences Arguments: {"bearing": {"height": "2023-12-25", "longitude": "FWD", "lane": {"temp_celsius": 916.17, "umi": "2024-05-21T20:15:00Z", "torque_output": "PASS", "color": "2022-04-19T21:25:00Z"}, "notes": {"message": 690.0, "shift_code": 541, "name": true, "size": "https:/...
Agent tool call missing required parameter 'trace_id'
{"bearing":{"height":"2023-12-25","longitude":"FWD","lane":{"temp_celsius":916.17,"umi":"2024-05-21T20:15:00Z","torque_output":"PASS","color":"2022-04-19T21:25:00Z"},"notes":{"message":690.0,"shift_code":541,"name":true,"size":"https://example.org/data"},"state":{"date":"active","paragraph":526,"price":327,"title":247,...
TASK repair_structured_output SPEC FIELD prop_n01 TYPE string REQUIRED yes FIELD prop_h57 TYPE integer REQUIRED yes FIELD col_c96 TYPE string REQUIRED yes FIELD val_m60.col_t28 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD val_m60.key_a52 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD ...
{"prop_n01":"baz","prop_h57":356,"col_c96":"test@example.com","val_m60":{"col_t28":"high","key_a52":"high","dim_v51":"blue","attr_y95":199.57},"val_e99":"arctic"}
truncated_object
{ "type": "object", "properties": { "prop_n01": { "type": "string" }, "prop_h57": { "type": "integer" }, "col_c96": { "type": "string" }, "val_m60": { "type": "object", "properties": { "col_t28": { "type": "string", "enum": [ ...
{"prop_n01":"baz","prop_h57":356,"col_c96":"test@example.com","val_m60":{"col_t28":"high","key_a52":"high","dim_v51":"blue","attr_y95":199.57},"val_e99":"arctic"
Unexpected end of JSON input — truncated object
{"prop_n01":"baz","prop_h57":356,"col_c96":"test@example.com","val_m60":{"col_t28":"high","key_a52":"high","dim_v51":"blue","attr_y95":199.57},"val_e99":"arctic"}
TASK repair_structured_output SPEC FIELD val_u19 TYPE string REQUIRED no FIELD field_d90 TYPE boolean REQUIRED no FIELD prop_o57[] TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"field_d90": true}
{"field_d90":true,"prop_o57":["2025-02-12T22:37:00Z","2025-11-18T08:49:00Z","2024-02-10T21:41:00Z"]}
missing_required
{ "type": "object", "properties": { "val_u19": { "type": "string" }, "field_d90": { "type": "boolean" }, "prop_o57": { "type": "array", "items": { "type": "string", "format": "date-time" } } }, "required": [ "prop_o57" ] }
{"field_d90": true}
Required field 'prop_o57' is missing
{"field_d90":true,"prop_o57":["2025-02-12T22:37:00Z","2025-11-18T08:49:00Z","2024-02-10T21:41:00Z"]}
TASK repair_structured_output SPEC FIELD feedback TYPE integer REQUIRED no FIELD bed_number.hazmat_code TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD bed_number.diagnosis_code TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD bed_number.product_id TYPE string_email REQUIRED no FIELD bed_...
{"bed_number":{"hazmat_code":"basic","diagnosis_code":"low","product_id":"info@test.io","vessel_name":[{"ph_level":976,"size":"closed","medication":"Sao Paulo","index":"Silva","title":993}]},"throttle_pos":{"salinity":"inland"},"decay_rate":false,"yield_pct":{"nickname":false,"user_id":"user@test.io"},"filter_flag":{"s...
truncated_object
{ "type": "object", "properties": { "feedback": { "type": "integer" }, "bed_number": { "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ...
{"bed_number":{"hazmat_code":"basic","diagnosis_code":"low","product_id":"info@test.io","vessel_name":[{"ph_level":976,"size":"closed","medication":"Sao Paulo","index":"Silva","title":993}]},"throttle_pos":{"salinity":"inland"},"decay_rate":false,"yield_pct":{"nickname":false,"user_id":"user@test.io"},"filter_flag":{"s...
Unexpected end of JSON input — truncated object
{"bed_number":{"hazmat_code":"basic","diagnosis_code":"low","product_id":"info@test.io","vessel_name":[{"ph_level":976,"size":"closed","medication":"Sao Paulo","index":"Silva","title":993}]},"throttle_pos":{"salinity":"inland"},"decay_rate":false,"yield_pct":{"nickname":false,"user_id":"user@test.io"},"filter_flag":{"s...
TASK repair_structured_output SPEC FIELD attr_e76 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_f99 TYPE boolean REQUIRED no FIELD col_e35.field_x26 TYPE integer REQUIRED yes FIELD col_e35.field_b27 TYPE string REQUIRED yes FIELD col_e35.col_r86 TYPE boolean REQUIRED no FIELD col_e35.key_m56 TY...
{"attr_e76":"red","attr_f99":false,"col_e35":{"field_x26":402,"field_b27":"Charlie","col_r86":false,"key_m56":false,"key_u88":839.73}}
boolean_as_string
{ "type": "object", "properties": { "attr_e76": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_f99": { "type": "boolean" }, "col_e35": { "type": "object", "properties": { "field...
{"attr_e76": "red", "attr_f99": "false", "col_e35": {"field_x26": 402, "field_b27": "Charlie", "col_r86": false, "key_m56": false, "key_u88": 839.73}}
Field 'attr_f99' must be boolean, got string
{"attr_e76":"red","attr_f99":false,"col_e35":{"field_x26":402,"field_b27":"Charlie","col_r86":false,"key_m56":false,"key_u88":839.73}}
TASK repair_structured_output SPEC FIELD col_r22 TYPE string REQUIRED no FIELD col_z38 TYPE integer REQUIRED yes FIELD key_k64 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_y21[] TYPE integer REQUIRED no FIELD param_n58[] TYPE null REQUIRED no BROKEN_OUTPUT {"col_z38": 809, "key_k64": "invalid_choice_...
{"col_z38":809,"key_k64":"editor","key_y21":[291,376,302],"param_n58":[null,null,null,null]}
invalid_enum
{ "type": "object", "properties": { "col_r22": { "type": "string" }, "col_z38": { "type": "integer" }, "key_k64": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "key_y21": { "type": "array", "items": { ...
{"col_z38": 809, "key_k64": "invalid_choice_744", "key_y21": [291, 376, 302], "param_n58": [null, null, null, null]}
Field 'key_k64' has invalid enum value 'invalid_choice_744', expected one of ['admin', 'editor', 'viewer']
{"col_z38":809,"key_k64":"editor","key_y21":[291,376,302],"param_n58":[null,null,null,null]}
TASK repair_structured_output SPEC FIELD user_id TYPE string_uri REQUIRED no FIELD vital_sign TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD vessel_name TYPE string REQUIRED yes FIELD altitude TYPE boolean REQUIRED yes BROKEN_OUTPUT {"user_id": "https://example.com/data", "vital_sign": "deliv...
{"user_id":"https://example.com/data","vital_sign":"delivered","vessel_name":"Smith","altitude":false}
missing_required
{ "type": "object", "properties": { "user_id": { "type": "string", "format": "uri" }, "vital_sign": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "vessel_name": { "type": "string" }, "al...
{"user_id": "https://example.com/data", "vital_sign": "delivered", "altitude": false}
Required field 'vessel_name' is missing
{"user_id":"https://example.com/data","vital_sign":"delivered","vessel_name":"Smith","altitude":false}
TASK repair_structured_output SPEC FIELD attr_f69 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD param_s58 TYPE string_uri REQUIRED yes FIELD attr_f46 TYPE string REQUIRED no FIELD field_p74 TYPE integer REQUIRED no FIELD key_v67.val_w44 TYPE string REQUIRED yes FIELD key_v67.dim_v55 TY...
{"attr_f69":"type_d","param_s58":"https://www.io/data","key_v67":{"val_w44":"QC-07","dim_v55":"info@domain.org","col_m64":{"dim_k83":"inactive","param_k22":"high","val_l76":"A short description."}}}
truncated_object
{ "type": "object", "properties": { "attr_f69": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "param_s58": { "type": "string", "format": "uri" }, "attr_f46": { "typ...
{"attr_f69":"type_d","param_s58":"https://www.io/data","key_v67":{"val_w44":"QC-07","dim_v55":"info@domain.org","col_m64":{"dim_k83":"inactive","param_k22":"high","val_l76":"A short description."}}
Unexpected end of JSON input — truncated object
{"attr_f69":"type_d","param_s58":"https://www.io/data","key_v67":{"val_w44":"QC-07","dim_v55":"info@domain.org","col_m64":{"dim_k83":"inactive","param_k22":"high","val_l76":"A short description."}}}
TASK repair_structured_output SPEC FIELD options TYPE boolean REQUIRED yes FIELD repository TYPE null REQUIRED no FIELD message TYPE number REQUIRED no BROKEN_OUTPUT {"options": "false", "repository": null}
{"options":true,"repository":null}
boolean_as_string
{ "type": "object", "properties": { "options": { "type": "boolean" }, "repository": { "type": "null" }, "message": { "type": "number" } }, "required": [ "options" ] }
{"options": "false", "repository": null}
Field 'options' must be boolean, got string
{"options":true,"repository":null}
TASK repair_structured_output SPEC FIELD val_j69 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD param_f69 TYPE number REQUIRED no FIELD val_p08 TYPE number REQUIRED yes BROKEN_OUTPUT {"val_j69": "mode_b", "param_f69": 884.75, "val_p08": null}
{"val_j69":"mode_b","param_f69":884.75,"val_p08":668.79}
null_required
{ "type": "object", "properties": { "val_j69": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "param_f69": { "type": "number" }, "val_p08": { "type": "number" } }, "required": [ "val_p08", "val_j69" ] }
{"val_j69": "mode_b", "param_f69": 884.75, "val_p08": null}
Required field 'val_p08' is null
{"val_j69":"mode_b","param_f69":884.75,"val_p08":668.79}
TASK repair_structured_output SPEC FIELD val_m75 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD col_g77 TYPE string VALUES option_a|option_b REQUIRED yes FIELD attr_n86 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD attr_p94 TYPE string REQUIRED yes BROKEN_...
{"val_m75":"level_1","col_g77":"option_a","attr_p94":"Alice"}
truncated_array
{ "type": "object", "properties": { "val_m75": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "col_g77": { "type": "string", "enum": [ "option_a", "option_b" ] }, "attr_n86": { ...
{"val_m75":"level_1","col_g77":"option_a","attr_p94":"Alice"
Unexpected end of JSON input — truncated object
{"val_m75":"level_1","col_g77":"option_a","attr_p94":"Alice"}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD country TYPE string REQUIRED no FIELD port_code TYPE boolean REQUIRED no FIELD bed_number TYPE boolean REQUIRED no FIELD amount TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD compound TYP...
{"port_code":false,"bed_number":true,"amount":"unstable","label":"https://example.com/data"}
trailing_comma
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "country": { "type": "string" }, "port_code": { "type": "boolean" }, "bed_number": { "type"...
{"port_code":false,"bed_number":true,"amount":"unstable","label":"https://example.com/data",}
Unexpected trailing comma
{"port_code":false,"bed_number":true,"amount":"unstable","label":"https://example.com/data"}
TASK repair_structured_output SPEC FIELD param_n37 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD col_b52 TYPE null REQUIRED yes FIELD field_v15 TYPE string REQUIRED no FIELD key_z90 TYPE null REQUIRED no FIELD col_s42 TYPE number REQUIRED yes FIELD dim_t81 TYPE number REQUIRED yes BROKEN_OUTPU...
{"param_n37":"resolved","col_b52":null,"field_v15":"inactive","key_z90":null,"col_s42":773.53,"dim_t81":663.12}
markdown_explanation
{ "type": "object", "properties": { "param_n37": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "col_b52": { "type": "null" }, "field_v15": { "type": "string" }, "key_z90": { "type": "null...
Here is the response in the requested format: ```json {"param_n37":"resolved","col_b52":null,"field_v15":"inactive","key_z90":null,"col_s42":773.53,"dim_t81":663.12} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"param_n37":"resolved","col_b52":null,"field_v15":"inactive","key_z90":null,"col_s42":773.53,"dim_t81":663.12}
TASK repair_structured_output SPEC FIELD current_draw TYPE null REQUIRED no FIELD items TYPE integer REQUIRED yes FIELD chromosome TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT {"items": "317ms"}
{"items":317}
number_with_unit
{ "type": "object", "properties": { "current_draw": { "type": "null" }, "items": { "type": "integer" }, "chromosome": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] } }, "required": [ "items" ...
{"items": "317ms"}
Field 'items' must be number, got string with unit
{"items":317}
TASK repair_structured_output SPEC FIELD param_g60 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD attr_z31 TYPE string_uri REQUIRED no FIELD dim_t68 TYPE string_date-time REQUIRED no FIELD param_d41 TYPE number REQUIRED no FIELD dim_i44.attr_e30 TYPE integer REQUIRED no FIELD dim_i44.param_g78 TYPE string ...
{"param_g60":"large","dim_t68":"2021-04-24T08:09:00Z","param_d41":555.57,"dim_i44":{"attr_e30":685,"param_g78":"email","attr_t44":"pending","val_k38":"critical","key_j56":717,"val_l50":681},"param_h73":"degraded"}
missing_required
{ "type": "object", "properties": { "param_g60": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "attr_z31": { "type": "string", "format": "uri" }, "dim_t68": { "type": "string", "format": "date-time" ...
{"param_g60": "large", "dim_t68": "2021-04-24T08:09:00Z", "param_d41": 555.57, "dim_i44": {"attr_e30": 685, "param_g78": "email", "attr_t44": "pending", "val_k38": "critical", "key_j56": 717, "val_l50": 681}}
Required field 'param_h73' is missing
{"param_g60":"large","dim_t68":"2021-04-24T08:09:00Z","param_d41":555.57,"dim_i44":{"attr_e30":685,"param_g78":"email","attr_t44":"pending","val_k38":"critical","key_j56":717,"val_l50":681},"param_h73":"degraded"}
TASK repair_structured_output SPEC FIELD param_g28 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD field_b42 TYPE number REQUIRED yes FIELD col_b24 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD attr_d89 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD attr_i99 TYPE string_email REQ...
{"param_g28":"mode_b","field_b42":965.25,"attr_i99":"user@domain.org","field_f89":null,"attr_s28":87}
tool_call_python_syntax
{ "type": "object", "properties": { "param_g28": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "field_b42": { "type": "number" }, "col_b24": { "type": "string", "enum": [ "level_1", "level_2", "...
book_appointment(param_g28='mode_b', field_b42=965.25, attr_i99='user@domain.org', field_f89=None, attr_s28=87)
Tool call uses Python syntax instead of JSON
{"param_g28":"mode_b","field_b42":965.25,"attr_i99":"user@domain.org","field_f89":null,"attr_s28":87}
TASK repair_structured_output SPEC FIELD dim_j73 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_j84 TYPE boolean REQUIRED yes FIELD dim_x13 TYPE boolean REQUIRED no FIELD param_h18 TYPE string_date-time REQUIRED yes FIELD val_s98[] TYPE string VALUES reliable|unstable|intermittent REQUIRED no...
{"dim_j73":"arctic","field_j84":false,"dim_x13":true,"param_h18":"2021-01-21T06:39:00Z"}
markdown_explanation
{ "type": "object", "properties": { "dim_j73": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "field_j84": { "type": "boolean" }, "dim_x13": { "type": "boolean" }, "param_h18": { "type": "str...
Based on your request, here is the data: ```json {"dim_j73":"arctic","field_j84":false,"dim_x13":true,"param_h18":"2021-01-21T06:39:00Z"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"dim_j73":"arctic","field_j84":false,"dim_x13":true,"param_h18":"2021-01-21T06:39:00Z"}
TASK repair_structured_output SPEC FIELD build_status TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD log_level TYPE string REQUIRED no FIELD quality_score TYPE boolean REQUIRED yes FIELD consignee TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD phone TYPE number REQUIRE...
{"build_status":"inland","log_level":"Berlin","quality_score":true,"age":{"email":"homozygous","title":"white","tile":"in_transit","chromosome":"https://example.com","weight":"low","velocity":"qux","yield_pct":"test@example.com","start_date":"bar"},"title":{"description":"Sao Paulo","city":false,"item_id":"degraded","v...
missing_brace
{ "type": "object", "properties": { "build_status": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "log_level": { "type": "string" }, "quality_score": { "type": "boolean" }, "consignee": { "t...
{"build_status":"inland","log_level":"Berlin","quality_score":true,"age":{"email":"homozygous","title":"white","tile":"in_transit","chromosome":"https://example.com","weight":"low","velocity":"qux","yield_pct":"test@example.com","start_date":"bar","title":{"description":"Sao Paulo","city":false,"item_id":"degraded","ve...
Missing closing brace
{"build_status":"inland","log_level":"Berlin","quality_score":true,"age":{"email":"homozygous","title":"white","tile":"in_transit","chromosome":"https://example.com","weight":"low","velocity":"qux","yield_pct":"test@example.com","start_date":"bar"},"title":{"description":"Sao Paulo","city":false,"item_id":"degraded","v...
TASK repair_structured_output SPEC FIELD ward TYPE string_email REQUIRED no FIELD name.barcode TYPE null REQUIRED yes FIELD name.humidity_pct TYPE string REQUIRED no FIELD name.phone.payment_status TYPE string REQUIRED yes FIELD name.phone.category TYPE string REQUIRED no FIELD name.phone.end_date TYPE integer REQUIRE...
{"name":{"barcode":null,"humidity_pct":"MV-Evergreen-01","phone":{"payment_status":"Paris","category":"Berlin","end_date":374,"zip_code":372,"run_id":"sample","features":"qux"},"repository":"mode_a","payment_status":true,"updated_at":"Paris","ward":"cat_e"},"deploy_target":"mode_b","dosage":886.97,"step":true,"velocity...
unquoted_keys
{ "type": "object", "properties": { "ward": { "type": "string", "format": "email" }, "name": { "type": "object", "properties": { "barcode": { "type": "null" }, "humidity_pct": { "type": "string" }, "phone": { "...
{name:{barcode:null,humidity_pct:"MV-Evergreen-01",phone:{payment_status:"Paris",category:"Berlin",end_date:374,zip_code:372,run_id:"sample",features:"qux"},repository:"mode_a",payment_status:true,updated_at:"Paris",ward:"cat_e"},deploy_target:"mode_b",dosage:886.97,step:true,velocity:"option_c",isotope:"https://exampl...
Expecting property name enclosed in double quotes
{"name":{"barcode":null,"humidity_pct":"MV-Evergreen-01","phone":{"payment_status":"Paris","category":"Berlin","end_date":374,"zip_code":372,"run_id":"sample","features":"qux"},"repository":"mode_a","payment_status":true,"updated_at":"Paris","ward":"cat_e"},"deploy_target":"mode_b","dosage":886.97,"step":true,"velocity...
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD current_draw TYPE string REQUIRED no FIELD procedure_code TYPE integer REQUIRED yes FIELD interest_rate TYPE string REQUIRED yes BROKEN_OUTPUT {"full_name": "type_a", "procedure_code": 496, "int...
{"full_name":"type_a","procedure_code":496,"interest_rate":"New York"}
null_required
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "current_draw": { "type": "string" }, "procedure_code": { "type": "integer" }, "inter...
{"full_name": "type_a", "procedure_code": 496, "interest_rate": null}
Required field 'interest_rate' is null
{"full_name":"type_a","procedure_code":496,"interest_rate":"New York"}
TASK repair_structured_output SPEC FIELD last_name TYPE string REQUIRED no FIELD country TYPE boolean REQUIRED yes FIELD vital_sign.sensor_id TYPE string REQUIRED no FIELD vital_sign.features TYPE string REQUIRED no FIELD vital_sign.crew_id.diagnosis_code TYPE string_email REQUIRED no FIELD vital_sign.crew_id.tags TYP...
{"last_name":"chr1","country":false,"vital_sign":{"sensor_id":"hello","features":"PASS","crew_id":{"diagnosis_code":"ops@example.com","tags":false,"isotope":229,"description":["type_a","type_b"],"wavelength":[293,326,975,93]},"phenotype":"https://api.org/v1","log_level":"This is a test value.","shift_code":"Berlin"},"t...
partial_structure
{ "type": "object", "properties": { "last_name": { "type": "string" }, "country": { "type": "boolean" }, "vital_sign": { "type": "object", "properties": { "sensor_id": { "type": "string" }, "features": { "type": "string" ...
Result: temp_celsius={'full_name': 323, 'total': 82, 'conductivity': 'baz', 'country': False}, {"last_name":"chr1","country":false,"vital_sign":{"sensor_id":"hello","features":"PASS","crew_id":{"diagnosis_code":"ops@example.com","tags":false,"isotope":229,"description":["type_a","type_b"],"wavelength":[293,326,975,93]}...
Output mixes natural language with JSON
{"last_name":"chr1","country":false,"vital_sign":{"sensor_id":"hello","features":"PASS","crew_id":{"diagnosis_code":"ops@example.com","tags":false,"isotope":229,"description":["type_a","type_b"],"wavelength":[293,326,975,93]},"phenotype":"https://api.org/v1","log_level":"This is a test value.","shift_code":"Berlin"},"t...
TASK repair_structured_output SPEC FIELD field_z87.key_o15 TYPE string REQUIRED yes FIELD field_z87.col_r56 TYPE null REQUIRED no FIELD field_z87.val_f77 TYPE integer REQUIRED no FIELD field_z87.attr_h22.attr_k46 TYPE number REQUIRED yes FIELD field_z87.attr_h22.val_p99 TYPE string VALUES level_1|level_2|level_3 REQUI...
{"field_z87":{"key_o15":"A short description.","val_f77":59,"attr_h22":{"attr_k46":588.3,"val_p99":"level_3","dim_m31":77.09,"attr_e50":"level_3","key_u45":true},"param_e22":{"param_p85":"mode_d","attr_f41":"type_a","dim_z71":false}},"key_i81":510,"key_o71":{"prop_q93":982,"key_w10":85},"param_j94":685.45,"param_y81":2...
truncated_array
{ "type": "object", "properties": { "field_z87": { "type": "object", "properties": { "key_o15": { "type": "string" }, "col_r56": { "type": "null" }, "val_f77": { "type": "integer" }, "attr_h22": { "type":...
{"field_z87":{"key_o15":"A short description.","val_f77":59,"attr_h22":{"attr_k46":588.3,"val_p99":"level_3","dim_m31":77.09,"attr_e50":"level_3","key_u45":true},"param_e22":{"param_p85":"mode_d","attr_f41":"type_a","dim_z71":false}},"key_i81":510,"key_o71":{"prop_q93":982,"key_w10":85},"param_j94":685.45,"param_y81":2...
Unexpected end of JSON input — truncated object
{"field_z87":{"key_o15":"A short description.","val_f77":59,"attr_h22":{"attr_k46":588.3,"val_p99":"level_3","dim_m31":77.09,"attr_e50":"level_3","key_u45":true},"param_e22":{"param_p85":"mode_d","attr_f41":"type_a","dim_z71":false}},"key_i81":510,"key_o71":{"prop_q93":982,"key_w10":85},"param_j94":685.45,"param_y81":2...
TASK repair_structured_output SPEC FIELD key_c37 TYPE boolean REQUIRED no FIELD param_n48 TYPE string_uri REQUIRED yes FIELD key_z84.prop_y58 TYPE string REQUIRED no FIELD key_z84.attr_b25 TYPE string REQUIRED no FIELD key_z84.key_u36.field_h17 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD key_z84.key_...
{"key_c37":true,"param_n48":"https://api.org/data","key_z84":{"prop_y58":"Berlin","key_u36":{"field_h17":"active","val_v56":"Hapag-Lloyd-Express","attr_c23":351,"prop_c52":"option_a","key_x25":"demo"}}}
extra_text_after
{ "type": "object", "properties": { "key_c37": { "type": "boolean" }, "param_n48": { "type": "string", "format": "uri" }, "key_z84": { "type": "object", "properties": { "prop_y58": { "type": "string" }, "attr_b25": { "type...
{"key_c37":true,"param_n48":"https://api.org/data","key_z84":{"prop_y58":"Berlin","key_u36":{"field_h17":"active","val_v56":"Hapag-Lloyd-Express","attr_c23":351,"prop_c52":"option_a","key_x25":"demo"}}} Analysis finished.
Output contains non-JSON text after the object
{"key_c37":true,"param_n48":"https://api.org/data","key_z84":{"prop_y58":"Berlin","key_u36":{"field_h17":"active","val_v56":"Hapag-Lloyd-Express","attr_c23":351,"prop_c52":"option_a","key_x25":"demo"}}}