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 attr_t80 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD col_y57 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD dim_c11 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_e84 TYPE number REQUIRED no FIELD param_l46 TYPE...
{"attr_t80":"type_c","dim_c11":"high","dim_o48":"cat_e"}
tool_call_bad_format
{ "type": "object", "properties": { "attr_t80": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "col_y57": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ...
<functioncall> check_availability {attr_t80: "type_c", dim_c11: "high", dim_o48: "cat_e"}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_t80":"type_c","dim_c11":"high","dim_o48":"cat_e"}
TASK repair_structured_output SPEC FIELD key_v54 TYPE boolean REQUIRED no FIELD prop_g65.attr_x84 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_g65.val_a47 TYPE string REQUIRED no FIELD prop_g65.attr_n13 TYPE string_email REQUIRED no FIELD prop_g65.field_c00 TYPE string VALUES single|marri...
{"prop_g65":{"attr_n13":"admin@test.io","field_c00":"married","key_j79":"user@test.io","attr_f21":3,"prop_y50":803},"field_u79":"This is a test value.","attr_i77":"quux","attr_a08":{"param_j06":144,"dim_s90":"xl","dim_j30":"high"},"param_z62":"editor","col_l35":351.43}
tool_call_text_mix
{ "type": "object", "properties": { "key_v54": { "type": "boolean" }, "prop_g65": { "type": "object", "properties": { "attr_x84": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
I'll query our database. <tool_call name="lookup_customer"> {"prop_g65":{"attr_n13":"admin@test.io","field_c00":"married","key_j79":"user@test.io","attr_f21":3,"prop_y50":803},"field_u79":"This is a test value.","attr_i77":"quux","attr_a08":{"param_j06":144,"dim_s90":"xl","dim_j30":"high"},"param_z62":"editor","col_l35...
Agent response mixes reasoning text with tool call
{"prop_g65":{"attr_n13":"admin@test.io","field_c00":"married","key_j79":"user@test.io","attr_f21":3,"prop_y50":803},"field_u79":"This is a test value.","attr_i77":"quux","attr_a08":{"param_j06":144,"dim_s90":"xl","dim_j30":"high"},"param_z62":"editor","col_l35":351.43}
TASK repair_structured_output SPEC FIELD span_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD length TYPE string VALUES small|medium|large|xl REQUIRED no FIELD url TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes ...
{"span_id":"BRL","length":"large","url":"arctic","compound":103}
missing_required
{ "type": "object", "properties": { "span_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "id": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance...
{"span_id": "BRL", "length": "large", "compound": 103}
Required field 'url' is missing
{"span_id":"BRL","length":"large","url":"arctic","compound":103}
TASK repair_structured_output SPEC FIELD visible TYPE number REQUIRED yes FIELD deploy_target TYPE boolean REQUIRED no FIELD repository TYPE string REQUIRED no BROKEN_OUTPUT ```json {"visible":90.22,"deploy_target":false,"repository":"2023-12-25"} ```
{"visible":90.22,"deploy_target":false,"repository":"2023-12-25"}
markdown_fences
{ "type": "object", "properties": { "visible": { "type": "number" }, "deploy_target": { "type": "boolean" }, "repository": { "type": "string" } }, "required": [ "visible" ] }
```json {"visible":90.22,"deploy_target":false,"repository":"2023-12-25"} ```
Output contains markdown code fences
{"visible":90.22,"deploy_target":false,"repository":"2023-12-25"}
TASK repair_structured_output SPEC FIELD message TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD amplitude TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD first_name TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD comments TYPE boolean REQUI...
{"message":"option_d","first_name":"mode_d","comments":true,"organism":"Oliveira","rating":142}
invalid_enum
{ "type": "object", "properties": { "message": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "amplitude": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c",...
{"message": "option_d", "first_name": "invalid_choice_614", "comments": true, "organism": "Oliveira", "rating": 142}
Field 'first_name' has invalid enum value 'invalid_choice_614', expected one of ['mode_a', 'mode_b', 'mode_c', 'mode_d', 'mode_e', 'mode_f']
{"message":"option_d","first_name":"mode_d","comments":true,"organism":"Oliveira","rating":142}
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD voltage TYPE string VALUES single|married|divorced REQUIRED no FIELD commit_hash TYPE string REQUIRED no FIELD tile TYPE integer REQUIRED no FIELD repository TYPE string VALUES pending_review|confi...
{"consignee":"underway","voltage":"single","tile":686,"repository":"rejected","first_name":"New York","bill_of_lading":{"aligned_pct":true,"conductivity":{"type":null,"product_id":690.8,"language":127.54,"lab_result":"chr1","enabled":684.55},"order_id":955.43},"id":{"maturity_date":"cat_b","dissolved_oxygen":"mode_a","...
tool_call_text_mix
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "voltage": { "type": "string", "enum": [ "single", "married", "divorced" ] }, ...
I need to look up the information first. <tool_call name="get_inventory"> {"consignee":"underway","voltage":"single","tile":686,"repository":"rejected","first_name":"New York","bill_of_lading":{"aligned_pct":true,"conductivity":{"type":null,"product_id":690.8,"language":127.54,"lab_result":"chr1","enabled":684.55},"ord...
Agent response mixes reasoning text with tool call
{"consignee":"underway","voltage":"single","tile":686,"repository":"rejected","first_name":"New York","bill_of_lading":{"aligned_pct":true,"conductivity":{"type":null,"product_id":690.8,"language":127.54,"lab_result":"chr1","enabled":684.55},"order_id":955.43},"id":{"maturity_date":"cat_b","dissolved_oxygen":"mode_a","...
TASK repair_structured_output SPEC FIELD quality_score TYPE boolean REQUIRED yes FIELD sensor_id TYPE string REQUIRED no FIELD footnote TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD currency TYPE string REQUIRED yes BROKEN_OUTPUT {"quality_score": "true", "sensor_id": "Smith", "footnote": "in...
{"quality_score":false,"sensor_id":"Smith","footnote":"in_progress","currency":"Oliveira"}
boolean_as_string
{ "type": "object", "properties": { "quality_score": { "type": "boolean" }, "sensor_id": { "type": "string" }, "footnote": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "currency": { "typ...
{"quality_score": "true", "sensor_id": "Smith", "footnote": "in_progress", "currency": "Oliveira"}
Field 'quality_score' must be boolean, got string
{"quality_score":false,"sensor_id":"Smith","footnote":"in_progress","currency":"Oliveira"}
TASK repair_structured_output SPEC FIELD key_r19 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD col_d20 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_x49 TYPE boolean REQUIRED no FIELD col_q27 TYPE string REQUIRED no FIELD field_h11 TYPE integer REQUIRED yes FIELD attr_x72...
{"key_r19":"viewer","col_d20":"operational","col_x49":false,"col_q27":"world","field_h11":896,"dim_q77":true}
truncated_array
{ "type": "object", "properties": { "key_r19": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "col_d20": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, ...
{"key_r19":"viewer","col_d20":"operational","col_x49":false,"col_q27":"world","field_h11":896,"dim_q77":true
Unexpected end of JSON input — truncated object
{"key_r19":"viewer","col_d20":"operational","col_x49":false,"col_q27":"world","field_h11":896,"dim_q77":true}
TASK repair_structured_output SPEC FIELD dim_t28 TYPE string_date-time REQUIRED yes FIELD prop_r16 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_k33 TYPE number REQUIRED no FIELD prop_d31 TYPE integer REQUIRED no BROKEN_OUTPUT <functioncall> get_inventory {dim_t28: "2023-04-25T17:01:00Z"}
{"dim_t28":"2023-04-25T17:01:00Z"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_t28": { "type": "string", "format": "date-time" }, "prop_r16": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_k33": { "type": "number" }, "prop_d31": { "...
<functioncall> get_inventory {dim_t28: "2023-04-25T17:01:00Z"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_t28":"2023-04-25T17:01:00Z"}
TASK repair_structured_output SPEC FIELD col_u34 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD col_z10 TYPE string_uri REQUIRED yes FIELD prop_k57 TYPE string_date-time REQUIRED no FIELD col_p70 TYPE string VALUES single|married|divorced REQUIRED yes BROKEN_OUTPUT <functioncall> check_cargo_ma...
{"col_z10":"https://api.com/data","col_p70":"married"}
tool_call_bad_format
{ "type": "object", "properties": { "col_u34": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "col_z10": { "type": "string", "format": "uri" }, "prop_k57": { "type": "string", "format": "dat...
<functioncall> check_cargo_manifest {col_z10: "https://api.com/data", col_p70: "married"}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_z10":"https://api.com/data","col_p70":"married"}
TASK repair_structured_output SPEC FIELD col_c37 TYPE string REQUIRED yes FIELD field_h60 TYPE integer REQUIRED yes FIELD dim_y24 TYPE string REQUIRED yes BROKEN_OUTPUT update_preferences(col_c37='REV', field_h60=985, dim_y24='REV')
{"col_c37":"REV","field_h60":985,"dim_y24":"REV"}
tool_call_python_syntax
{ "type": "object", "properties": { "col_c37": { "type": "string" }, "field_h60": { "type": "integer" }, "dim_y24": { "type": "string" } }, "required": [ "field_h60", "dim_y24", "col_c37" ] }
update_preferences(col_c37='REV', field_h60=985, dim_y24='REV')
Tool call uses Python syntax instead of JSON
{"col_c37":"REV","field_h60":985,"dim_y24":"REV"}
TASK repair_structured_output SPEC FIELD col_b42 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD key_l46 TYPE boolean REQUIRED yes FIELD col_o14 TYPE boolean REQUIRED yes FIELD field_h12 TYPE integer REQUIRED yes FIELD dim_f53 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_l46": false, "col_o14": false, "field...
{"key_l46":false,"col_o14":false,"field_h12":604,"dim_f53":"hello"}
missing_required
{ "type": "object", "properties": { "col_b42": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "key_l46": { "type": "boolean" }, "col_o14": { "type": "boolean" }, "field_h12": { "type": "integer" }, "dim_f...
{"key_l46": false, "col_o14": false, "field_h12": 604}
Required field 'dim_f53' is missing
{"key_l46":false,"col_o14":false,"field_h12":604,"dim_f53":"hello"}
TASK repair_structured_output SPEC FIELD zip_code TYPE boolean REQUIRED no FIELD trace_id TYPE string VALUES single|married|divorced REQUIRED yes FIELD coverage.amount TYPE string REQUIRED yes FIELD coverage.color TYPE number REQUIRED yes FIELD coverage.tile TYPE string REQUIRED yes FIELD coverage.tags TYPE string VAL...
{"trace_id":"divorced","coverage":{"amount":"Jane","color":648.07,"tile":"completed","tags":"active"},"humidity_pct":null,"rating":"pending_review","torque_output":617,"due_date":353,"item_id":516.39}
unquoted_keys
{ "type": "object", "properties": { "zip_code": { "type": "boolean" }, "trace_id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "coverage": { "type": "object", "properties": { "amount": { "type": ...
{trace_id:"divorced",coverage:{amount:"Jane",color:648.07,tile:"completed",tags:"active"},humidity_pct:null,rating:"pending_review",torque_output:617,due_date:353,item_id:516.39}
Expecting property name enclosed in double quotes
{"trace_id":"divorced","coverage":{"amount":"Jane","color":648.07,"tile":"completed","tags":"active"},"humidity_pct":null,"rating":"pending_review","torque_output":617,"due_date":353,"item_id":516.39}
TASK repair_structured_output SPEC FIELD coverage.tags TYPE string VALUES success|error|warning|info REQUIRED yes FIELD coverage.price TYPE string REQUIRED yes FIELD coverage.diagnosis_code TYPE number REQUIRED yes FIELD coverage.label TYPE number REQUIRED no FIELD coverage.batch_code TYPE string REQUIRED no FIELD des...
{"coverage":{"tags":"warning","price":"PASS","diagnosis_code":417.28,"label":934.76},"frequency_hz":"escalated","state":"returned","department":784}
tool_call_python_syntax
{ "type": "object", "properties": { "coverage": { "type": "object", "properties": { "tags": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "price": { "type": "str...
search(coverage={'tags': 'warning', 'price': 'PASS', 'diagnosis_code': 417.28, 'label': 934.76}, frequency_hz='escalated', state='returned', department=784)
Tool call uses Python syntax instead of JSON
{"coverage":{"tags":"warning","price":"PASS","diagnosis_code":417.28,"label":934.76},"frequency_hz":"escalated","state":"returned","department":784}
TASK repair_structured_output SPEC FIELD full_name TYPE string_date-time REQUIRED yes FIELD priority TYPE string REQUIRED yes FIELD nickname TYPE boolean REQUIRED yes FIELD address TYPE string REQUIRED yes FIELD timezone TYPE number REQUIRED no FIELD sensor_id.enabled TYPE string VALUES success|error|warning|info REQU...
{"full_name":"2020-09-21T10:48:00Z","priority":"QC-07","nickname":true,"address":"test","timezone":627.67,"yield_pct":"Paris"}
boolean_as_string
{ "type": "object", "properties": { "full_name": { "type": "string", "format": "date-time" }, "priority": { "type": "string" }, "nickname": { "type": "boolean" }, "address": { "type": "string" }, "timezone": { "type": "number" }, "senso...
{"full_name": "2020-09-21T10:48:00Z", "priority": "QC-07", "nickname": "true", "address": "test", "timezone": 627.67, "yield_pct": "Paris"}
Field 'nickname' must be boolean, got string
{"full_name":"2020-09-21T10:48:00Z","priority":"QC-07","nickname":true,"address":"test","timezone":627.67,"yield_pct":"Paris"}
TASK repair_structured_output SPEC FIELD key_x28 TYPE string REQUIRED no FIELD field_n40 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD prop_m08.col_b45 TYPE boolean REQUIRED yes FIELD prop_m08.col_a11 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD prop_m08.col_b41 TYPE numbe...
{"field_n40":"basic","prop_m08":{"col_b45":true,"col_a11":"heterozygous","col_b41":380.76},"attr_v73":{"field_y01":"small","param_t41":"single","attr_a04":174.54,"val_a93":"active","prop_f97":387.21,"field_u65":"underway"}}
tool_call_bad_format
{ "type": "object", "properties": { "key_x28": { "type": "string" }, "field_n40": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_m08": { "type": "object", "properties": { "col_b45": { ...
<functioncall> book_appointment {field_n40: "basic", prop_m08: {col_b45: true, col_a11: "heterozygous", col_b41: 380.76}, attr_v73: {field_y01: "small", param_t41: "single", attr_a04: 174.54, val_a93: "active", prop_f97: 387.21, field_u65: "underway"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_n40":"basic","prop_m08":{"col_b45":true,"col_a11":"heterozygous","col_b41":380.76},"attr_v73":{"field_y01":"small","param_t41":"single","attr_a04":174.54,"val_a93":"active","prop_f97":387.21,"field_u65":"underway"}}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD log_level TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD freight_class TYPE string VALUES open|in_progress|resolved|closed REQUIRED no BROKEN_OUTPUT ...
{"bill_of_lading":"frameshift","log_level":"option_a","freight_class":"resolved"}
trailing_comma
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "log_level": { "type": "string", "enum": [ "option_a", "option_b", "option_c",...
{"bill_of_lading":"frameshift","log_level":"option_a","freight_class":"resolved",}
Unexpected trailing comma
{"bill_of_lading":"frameshift","log_level":"option_a","freight_class":"resolved"}
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD name TYPE string REQUIRED no FIELD allele TYPE null REQUIRED no FIELD status TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD format TYPE string REQUIRED no FIELD span_id TYPE string ...
{"name":"Tokyo","allele":null,"status":"in_progress","span_id":"https://example.com"}
missing_brace
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "name": { "type": "string" }, "allele": { "type": "null" }, "status": { "type": "string...
"name":"Tokyo","allele":null,"status":"in_progress","span_id":"https://example.com"}
Missing closing brace
{"name":"Tokyo","allele":null,"status":"in_progress","span_id":"https://example.com"}
TASK repair_structured_output SPEC FIELD prop_j43 TYPE null REQUIRED no FIELD dim_o06 TYPE boolean REQUIRED no FIELD dim_g45 TYPE string_date-time REQUIRED no FIELD dim_s97 TYPE string VALUES low|medium|high|critical REQUIRED yes BROKEN_OUTPUT I found that prop_j43 should be None. {"prop_j43":null,"dim_o06":false,"di...
{"prop_j43":null,"dim_o06":false,"dim_g45":"2020-02-11T10:38:00Z","dim_s97":"low"}
partial_structure
{ "type": "object", "properties": { "prop_j43": { "type": "null" }, "dim_o06": { "type": "boolean" }, "dim_g45": { "type": "string", "format": "date-time" }, "dim_s97": { "type": "string", "enum": [ "low", "medium", "high", ...
I found that prop_j43 should be None. {"prop_j43":null,"dim_o06":false,"dim_g45":"2020-02-11T10:38:00Z","dim_s97":"low"}
Output mixes natural language with JSON
{"prop_j43":null,"dim_o06":false,"dim_g45":"2020-02-11T10:38:00Z","dim_s97":"low"}
TASK repair_structured_output SPEC FIELD col_p96 TYPE string REQUIRED yes FIELD val_a45 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD val_c54 TYPE string_uri REQUIRED yes FIELD field_y01 TYPE integer REQUIRED no FIELD dim_c35 TYPE string REQUIRED no FIELD dim_c44 TYPE string REQUIRED yes BROKEN_OUTPUT I ...
{"col_p96":"Berlin","val_a45":"email","val_c54":"https://www.org/v1","dim_c35":"A short description.","dim_c44":"FWD"}
tool_call_partial_args
{ "type": "object", "properties": { "col_p96": { "type": "string" }, "val_a45": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_c54": { "type": "string", "format": "uri" }, "field_y01": { "t...
I need to look up the information first. Action: get_inventory Arguments: {"col_p96": "Berlin", "val_a45": "email", "dim_c35": "A short description.", "dim_c44": "FWD"}
Agent tool call missing required parameter 'val_c54'
{"col_p96":"Berlin","val_a45":"email","val_c54":"https://www.org/v1","dim_c35":"A short description.","dim_c44":"FWD"}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string_uri REQUIRED yes FIELD width TYPE string REQUIRED no FIELD deploy_target TYPE number REQUIRED no FIELD message TYPE string REQUIRED yes FIELD branch.due_date TYPE null REQUIRED no FIELD branch.procedure_code TYPE integer REQUIRED no FIELD branch.vital...
{"bill_of_lading":"https://data.com/data","width":"test@example.com","deploy_target":97.14,"message":"FWD","branch":{"procedure_code":938,"vital_sign":"Hapag-Lloyd-Express","name":{"shift_code":"London","account_id":"New York","image_url":"published","country":"active","consignee":"2023-10-27T08:40:00Z","crew_id":"phon...
missing_bracket
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "format": "uri" }, "width": { "type": "string" }, "deploy_target": { "type": "number" }, "message": { "type": "string" }, "branch": { "type": "object", "properties"...
{"bill_of_lading":"https://data.com/data","width":"test@example.com","deploy_target":97.14,"message":"FWD","branch":{"procedure_code":938,"vital_sign":"Hapag-Lloyd-Express","name":{"shift_code":"London","account_id":"New York","image_url":"published","country":"active","consignee":"2023-10-27T08:40:00Z","crew_id":"phon...
Missing closing bracket
{"bill_of_lading":"https://data.com/data","width":"test@example.com","deploy_target":97.14,"message":"FWD","branch":{"procedure_code":938,"vital_sign":"Hapag-Lloyd-Express","name":{"shift_code":"London","account_id":"New York","image_url":"published","country":"active","consignee":"2023-10-27T08:40:00Z","crew_id":"phon...
TASK repair_structured_output SPEC FIELD visible TYPE number REQUIRED yes FIELD user_id TYPE number REQUIRED no FIELD format TYPE string REQUIRED no FIELD length TYPE string_date-time REQUIRED no BROKEN_OUTPUT {"visible": "\"548.59\"", "user_id": 675.7, "length": "2026-12-13T09:21:00Z"}
{"visible":548.59,"user_id":675.7,"length":"2026-12-13T09:21:00Z"}
wrong_type
{ "type": "object", "properties": { "visible": { "type": "number" }, "user_id": { "type": "number" }, "format": { "type": "string" }, "length": { "type": "string", "format": "date-time" } }, "required": [ "visible" ] }
{"visible": "\"548.59\"", "user_id": 675.7, "length": "2026-12-13T09:21:00Z"}
Field 'visible' must be number, got string
{"visible":548.59,"user_id":675.7,"length":"2026-12-13T09:21:00Z"}
TASK repair_structured_output SPEC FIELD length TYPE number REQUIRED yes FIELD amplitude TYPE string_date-time REQUIRED yes FIELD footnote TYPE number REQUIRED yes BROKEN_OUTPUT {length:856.79,amplitude:"2022-07-01T15:48:00Z",footnote:393.67}
{"length":856.79,"amplitude":"2022-07-01T15:48:00Z","footnote":393.67}
unquoted_keys
{ "type": "object", "properties": { "length": { "type": "number" }, "amplitude": { "type": "string", "format": "date-time" }, "footnote": { "type": "number" } }, "required": [ "amplitude", "length", "footnote" ] }
{length:856.79,amplitude:"2022-07-01T15:48:00Z",footnote:393.67}
Expecting property name enclosed in double quotes
{"length":856.79,"amplitude":"2022-07-01T15:48:00Z","footnote":393.67}
TASK repair_structured_output SPEC FIELD bed_number TYPE null REQUIRED yes FIELD port_code.start_date TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD port_code.bed_number TYPE integer REQUIRED yes FIELD port_code.patient_id TYPE boolean REQUIRED no FIELD port_code.chromosome.image_url TYPE string REQUIRED no FI...
{"bed_number":null,"port_code":{"start_date":"cat_b","bed_number":565,"patient_id":false,"shift_code":false},"trace_id":"test@example.com","procedure_code":{"payment_status":68,"branch":327.18,"shipper_ref":"Johnson","temp_celsius":"level_2","end_date":{"total":"degraded","role":"chr1","date":null},"paragraph":true,"co...
truncated_object
{ "type": "object", "properties": { "bed_number": { "type": "null" }, "port_code": { "type": "object", "properties": { "start_date": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "b...
{"bed_number":null,"port_code":{"start_date":"cat_b","bed_number":565,"patient_id":false,"shift_code":false},"trace_id":"test@example.com","procedure_code":{"payment_status":68,"branch":327.18,"shipper_ref":"Johnson","temp_celsius":"level_2","end_date":{"total":"degraded","role":"chr1","date":null},"paragraph":true,"co...
Unexpected end of JSON input — truncated object
{"bed_number":null,"port_code":{"start_date":"cat_b","bed_number":565,"patient_id":false,"shift_code":false},"trace_id":"test@example.com","procedure_code":{"payment_status":68,"branch":327.18,"shipper_ref":"Johnson","temp_celsius":"level_2","end_date":{"total":"degraded","role":"chr1","date":null},"paragraph":true,"co...
TASK repair_structured_output SPEC FIELD product_id TYPE number REQUIRED no FIELD index TYPE boolean REQUIRED yes FIELD trace_id TYPE string REQUIRED yes FIELD website TYPE string REQUIRED no FIELD procedure_code[].tax TYPE integer REQUIRED yes FIELD procedure_code[].aligned_pct TYPE integer REQUIRED yes FIELD procedu...
{"index":true,"trace_id":"Sao Paulo","website":"quux","procedure_code":[{"tax":814,"aligned_pct":462,"batch_code":428.02,"salinity":"inactive","timezone":"This is a test value.","loan_amount":"GRCh38","manifest_ref":"https://www.org/data"},{"tax":478,"aligned_pct":392,"batch_code":93.17,"salinity":"chrX","manifest_ref"...
boolean_as_string
{ "type": "object", "properties": { "product_id": { "type": "number" }, "index": { "type": "boolean" }, "trace_id": { "type": "string" }, "website": { "type": "string" }, "procedure_code": { "type": "array", "items": { "type": "object",...
{"index": "true", "trace_id": "Sao Paulo", "website": "quux", "procedure_code": [{"tax": 814, "aligned_pct": 462, "batch_code": 428.02, "salinity": "inactive", "timezone": "This is a test value.", "loan_amount": "GRCh38", "manifest_ref": "https://www.org/data"}, {"tax": 478, "aligned_pct": 392, "batch_code": 93.17, "sa...
Field 'index' must be boolean, got string
{"index":true,"trace_id":"Sao Paulo","website":"quux","procedure_code":[{"tax":814,"aligned_pct":462,"batch_code":428.02,"salinity":"inactive","timezone":"This is a test value.","loan_amount":"GRCh38","manifest_ref":"https://www.org/data"},{"tax":478,"aligned_pct":392,"batch_code":93.17,"salinity":"chrX","manifest_ref"...
TASK repair_structured_output SPEC FIELD bearing TYPE integer REQUIRED yes FIELD procedure_code TYPE integer REQUIRED yes FIELD title[] TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT {"bearing": 629, "procedure_code": 708, "title": null}
{"bearing":629,"procedure_code":708,"title":["green","black","blue"]}
null_required
{ "type": "object", "properties": { "bearing": { "type": "integer" }, "procedure_code": { "type": "integer" }, "title": { "type": "array", "items": { "type": "string", "enum": [ "red", "blue", "green", "black", ...
{"bearing": 629, "procedure_code": 708, "title": null}
Required field 'title' is null
{"bearing":629,"procedure_code":708,"title":["green","black","blue"]}
TASK repair_structured_output SPEC FIELD title TYPE string REQUIRED no FIELD timezone TYPE number REQUIRED yes FIELD url.consignee TYPE string REQUIRED no FIELD url.run_id TYPE string VALUES email|phone|sms|push REQUIRED no FIELD url.hazmat_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED y...
{"title":"REV","timezone":826.41,"log_level":513,"vessel_name":"test","wavelength":"test@domain.org"}
missing_required
{ "type": "object", "properties": { "title": { "type": "string" }, "timezone": { "type": "number" }, "url": { "type": "object", "properties": { "consignee": { "type": "string" }, "run_id": { "type": "string", "enum": [...
{"title": "REV", "timezone": 826.41, "log_level": 513, "vessel_name": "test"}
Required field 'wavelength' is missing
{"title":"REV","timezone":826.41,"log_level":513,"vessel_name":"test","wavelength":"test@domain.org"}
TASK repair_structured_output SPEC FIELD compound TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD level TYPE number REQUIRED no FIELD zip_code TYPE string_uri REQUIRED no FIELD batch_code TYPE integer REQUIRED no FIELD country TYPE string REQUIRED no FIELD ph_level TYPE string REQUIRED y...
{"level":574.89,"batch_code":553,"ph_level":"QC-07","type":{"build_status":"2025-01-26T21:55:00Z","amplitude":254,"payment_status":{"shift_code":"sample","address":true,"length":"type_c"},"section":{"throttle_pos":"completed","city":"London","state":true,"freight_class":120,"status":893.51,"username":null},"humidity_pc...
unquoted_keys
{ "type": "object", "properties": { "compound": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "level": { "type": "number" }, "zip_code": { "type": "string", "format...
{level:574.89,batch_code:553,ph_level:"QC-07",type:{build_status:"2025-01-26T21:55:00Z",amplitude:254,payment_status:{shift_code:"sample",address:true,length:"type_c"},section:{throttle_pos:"completed",city:"London",state:true,freight_class:120,status:893.51,username:null},humidity_pct:"RTG-04",shipper_ref:"PASS"},visi...
Expecting property name enclosed in double quotes
{"level":574.89,"batch_code":553,"ph_level":"QC-07","type":{"build_status":"2025-01-26T21:55:00Z","amplitude":254,"payment_status":{"shift_code":"sample","address":true,"length":"type_c"},"section":{"throttle_pos":"completed","city":"London","state":true,"freight_class":120,"status":893.51,"username":null},"humidity_pc...
TASK repair_structured_output SPEC FIELD catalyst TYPE boolean REQUIRED yes FIELD id TYPE string REQUIRED yes FIELD allele TYPE string REQUIRED yes FIELD image_url.values TYPE string REQUIRED no FIELD image_url.length TYPE null REQUIRED yes FIELD image_url.notes TYPE string REQUIRED no FIELD image_url.allele TYPE stri...
{"catalyst":false,"id":"PASS","allele":"example","image_url":{"values":"active","length":null,"allele":"2024-01-15","manifest_ref":411,"filter_flag":true,"wavelength":"pending","title":"New York"}}
tool_call_bad_format
{ "type": "object", "properties": { "catalyst": { "type": "boolean" }, "id": { "type": "string" }, "allele": { "type": "string" }, "image_url": { "type": "object", "properties": { "values": { "type": "string" }, "length": { ...
<functioncall> transfer_call {catalyst: false, id: "PASS", allele: "example", image_url: {values: "active", length: null, allele: "2024-01-15", manifest_ref: 411, filter_flag: true, wavelength: "pending", title: "New York"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"catalyst":false,"id":"PASS","allele":"example","image_url":{"values":"active","length":null,"allele":"2024-01-15","manifest_ref":411,"filter_flag":true,"wavelength":"pending","title":"New York"}}
TASK repair_structured_output SPEC FIELD role TYPE string REQUIRED yes FIELD amount TYPE string REQUIRED yes FIELD product_id[] TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes BROKEN_OUTPUT {role:"completed",amount:"foo",product_id:["cat_b","cat_c","cat_b","cat_c"]}
{"role":"completed","amount":"foo","product_id":["cat_b","cat_c","cat_b","cat_c"]}
unquoted_keys
{ "type": "object", "properties": { "role": { "type": "string" }, "amount": { "type": "string" }, "product_id": { "type": "array", "items": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] } } }, ...
{role:"completed",amount:"foo",product_id:["cat_b","cat_c","cat_b","cat_c"]}
Expecting property name enclosed in double quotes
{"role":"completed","amount":"foo","product_id":["cat_b","cat_c","cat_b","cat_c"]}
TASK repair_structured_output SPEC FIELD phenotype TYPE null REQUIRED yes FIELD tile TYPE string REQUIRED no FIELD notes[].department TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD notes[].city TYPE integer REQUIRED yes FIELD notes[].span_id TYPE number REQUIRED yes FIELD enabled[].length TYPE...
{"phenotype":null,"notes":[{"department":"returned","city":200,"span_id":389.3},{"department":"in_transit","city":195,"span_id":217.79}],"enabled":[{"length":"https://data.io/data","log_level":"2023-08-21T23:29:00Z","index":"Diana","website":"operational","message":"New York","voltage":true}]}
single_quotes
{ "type": "object", "properties": { "phenotype": { "type": "null" }, "tile": { "type": "string" }, "notes": { "type": "array", "items": { "type": "object", "properties": { "department": { "type": "string", "enum": [ ...
{'phenotype':null,'notes':[{'department':'returned','city':200,'span_id':389.3},{'department':'in_transit','city':195,'span_id':217.79}],'enabled':[{'length':'https://data.io/data','log_level':'2023-08-21T23:29:00Z','index':'Diana','website':'operational','message':'New York','voltage':true}]}
Expecting property name enclosed in double quotes
{"phenotype":null,"notes":[{"department":"returned","city":200,"span_id":389.3},{"department":"in_transit","city":195,"span_id":217.79}],"enabled":[{"length":"https://data.io/data","log_level":"2023-08-21T23:29:00Z","index":"Diana","website":"operational","message":"New York","voltage":true}]}
TASK repair_structured_output SPEC FIELD col_e45 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD prop_q98 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD dim_r63 TYPE number REQUIRED no BROKEN_OUTPUT {"col_e45": "pro", "dim_r63": 432.53}
{"col_e45":"pro","prop_q98":"option_f","dim_r63":432.53}
missing_required
{ "type": "object", "properties": { "col_e45": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_q98": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
{"col_e45": "pro", "dim_r63": 432.53}
Required field 'prop_q98' is missing
{"col_e45":"pro","prop_q98":"option_f","dim_r63":432.53}
TASK repair_structured_output SPEC FIELD val_w06 TYPE boolean REQUIRED yes FIELD field_a91 TYPE string REQUIRED yes FIELD dim_b74 TYPE string_date-time REQUIRED yes FIELD attr_f71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD param_i95 TYPE boolean REQUIRED no FIELD attr_u75 TYPE null REQUIRED no...
{"val_w06":true,"field_a91":"QC-07","dim_b74":"2024-03-07T17:51:00Z","attr_f71":"coastal","param_i95":true}
markdown_explanation
{ "type": "object", "properties": { "val_w06": { "type": "boolean" }, "field_a91": { "type": "string" }, "dim_b74": { "type": "string", "format": "date-time" }, "attr_f71": { "type": "string", "enum": [ "coastal", "oceanic", "in...
Sensor output follows: ```json {"val_w06":true,"field_a91":"QC-07","dim_b74":"2024-03-07T17:51:00Z","attr_f71":"coastal","param_i95":true} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"val_w06":true,"field_a91":"QC-07","dim_b74":"2024-03-07T17:51:00Z","attr_f71":"coastal","param_i95":true}
TASK repair_structured_output SPEC FIELD field_r03 TYPE string REQUIRED yes FIELD attr_w69 TYPE string REQUIRED yes FIELD prop_r10[] TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: queue_sequencing_run Result: {"field_r03": "demo", "prop_r10": ["foo", "demo"]} Processing the r...
{"field_r03":"demo","attr_w69":"New York","prop_r10":["foo","demo"]}
agent_chain
{ "type": "object", "properties": { "field_r03": { "type": "string" }, "attr_w69": { "type": "string" }, "prop_r10": { "type": "array", "items": { "type": "string" } } }, "required": [ "prop_r10", "attr_w69", "field_r03" ] }
I need to look up the information first. Action: queue_sequencing_run Result: {"field_r03": "demo", "prop_r10": ["foo", "demo"]} Processing the request now. Action: search Result:
Agent multi-step chain with truncated tool output
{"field_r03":"demo","attr_w69":"New York","prop_r10":["foo","demo"]}
TASK repair_structured_output SPEC FIELD format TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD insurance_id TYPE string_date-time REQUIRED no FIELD credit_score[] TYPE integer REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: align_reads Result: {"credit_score": [779]} Processing the request ...
{"insurance_id":"2023-02-13T22:34:00Z","credit_score":[779]}
agent_chain
{ "type": "object", "properties": { "format": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "insurance_id": { "type": "string", "format": "date-time" }, "credit_score": { "type": "array", "items": { "t...
Let me check the system. Action: align_reads Result: {"credit_score": [779]} Processing the request now. Action: query_port_status Result:
Agent multi-step chain with truncated tool output
{"insurance_id":"2023-02-13T22:34:00Z","credit_score":[779]}
TASK repair_structured_output SPEC FIELD step TYPE null REQUIRED yes FIELD isotope TYPE string REQUIRED yes FIELD tags TYPE boolean REQUIRED no FIELD rating TYPE boolean REQUIRED no BROKEN_OUTPUT Processing the request now. I'll validate against the schema. {"step":null,"isotope":"https://example.com","tags":false,"...
{"step":null,"isotope":"https://example.com","tags":false,"rating":true}
thought_process
{ "type": "object", "properties": { "step": { "type": "null" }, "isotope": { "type": "string" }, "tags": { "type": "boolean" }, "rating": { "type": "boolean" } }, "required": [ "step", "isotope" ] }
Processing the request now. I'll validate against the schema. {"step":null,"isotope":"https://example.com","tags":false,"rating":true}
Output contains chain-of-thought reasoning before JSON
{"step":null,"isotope":"https://example.com","tags":false,"rating":true}
TASK repair_structured_output SPEC FIELD dim_k84 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_a35 TYPE null REQUIRED no FIELD param_w09 TYPE integer REQUIRED yes BROKEN_OUTPUT {'dim_k84':'open','prop_a35':null,'param_w09':890}
{"dim_k84":"open","prop_a35":null,"param_w09":890}
single_quotes
{ "type": "object", "properties": { "dim_k84": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_a35": { "type": "null" }, "param_w09": { "type": "integer" } }, "required": [ "param_w09" ...
{'dim_k84':'open','prop_a35':null,'param_w09':890}
Expecting property name enclosed in double quotes
{"dim_k84":"open","prop_a35":null,"param_w09":890}
TASK repair_structured_output SPEC FIELD published TYPE integer REQUIRED yes FIELD gene_id TYPE number REQUIRED no FIELD nickname TYPE integer REQUIRED no FIELD allele TYPE integer REQUIRED no FIELD bearing.transaction_id TYPE boolean REQUIRED no FIELD bearing.first_name TYPE string_uri REQUIRED yes FIELD bearing.rati...
{"published":106,"gene_id":381.48,"nickname":430,"allele":564,"items":"2026-09-14T19:26:00Z","barcode":"2025-12-12T00:42:00Z"}
missing_brace
{ "type": "object", "properties": { "published": { "type": "integer" }, "gene_id": { "type": "number" }, "nickname": { "type": "integer" }, "allele": { "type": "integer" }, "bearing": { "type": "object", "properties": { "transaction_id"...
"published":106,"gene_id":381.48,"nickname":430,"allele":564,"items":"2026-09-14T19:26:00Z","barcode":"2025-12-12T00:42:00Z"}
Missing closing brace
{"published":106,"gene_id":381.48,"nickname":430,"allele":564,"items":"2026-09-14T19:26:00Z","barcode":"2025-12-12T00:42:00Z"}
TASK repair_structured_output SPEC FIELD field_r76 TYPE string REQUIRED yes FIELD param_v91 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD param_g88 TYPE integer REQUIRED yes FIELD val_q44.dim_x79 TYPE integer REQUIRED yes FIELD val_q44.param_h68 TYPE number REQUIRED yes FIELD val_q44.val_h90 TYPE null REQUIRE...
{"field_r76":"2024-01-15","param_v91":"cat_a","param_g88":907,"key_d63":{"attr_p14":"2026-05-06T09:37:00Z","prop_y63":"Charlie","field_h03":408.89,"val_c14":813,"attr_z78":"medium"}}
extra_text_after
{ "type": "object", "properties": { "field_r76": { "type": "string" }, "param_v91": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "param_g88": { "type": "integer" }, "val_q44": { "type": "object", "propertie...
{"field_r76":"2024-01-15","param_v91":"cat_a","param_g88":907,"key_d63":{"attr_p14":"2026-05-06T09:37:00Z","prop_y63":"Charlie","field_h03":408.89,"val_c14":813,"attr_z78":"medium"}} This should match the schema you provided.
Output contains non-JSON text after the object
{"field_r76":"2024-01-15","param_v91":"cat_a","param_g88":907,"key_d63":{"attr_p14":"2026-05-06T09:37:00Z","prop_y63":"Charlie","field_h03":408.89,"val_c14":813,"attr_z78":"medium"}}
TASK repair_structured_output SPEC FIELD version TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD gene_id.credit_score TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD gene_id.humidity_pct TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD...
{"version":"phone","gene_id":{"credit_score":"level_3","humidity_pct":"level_2","conductivity":"type_a","strand":"user@test.io","nickname":"closed"},"manifest_ref":"Smith","vessel_name":"Silva","nickname":"ops@test.io","thumbnail":"Bob","credit_score":null}
extra_text_before
{ "type": "object", "properties": { "version": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "gene_id": { "type": "object", "properties": { "credit_score": { "type": "string", "enum": [ ...
Here's the structured output: {"version":"phone","gene_id":{"credit_score":"level_3","humidity_pct":"level_2","conductivity":"type_a","strand":"user@test.io","nickname":"closed"},"manifest_ref":"Smith","vessel_name":"Silva","nickname":"ops@test.io","thumbnail":"Bob","credit_score":null}
Output contains non-JSON text before the object
{"version":"phone","gene_id":{"credit_score":"level_3","humidity_pct":"level_2","conductivity":"type_a","strand":"user@test.io","nickname":"closed"},"manifest_ref":"Smith","vessel_name":"Silva","nickname":"ops@test.io","thumbnail":"Bob","credit_score":null}
TASK repair_structured_output SPEC FIELD key_o44.val_x43 TYPE string VALUES option_a|option_b REQUIRED no FIELD key_o44.key_v37 TYPE string REQUIRED no FIELD key_o44.prop_w71.prop_o33 TYPE string VALUES option_a|option_b REQUIRED no FIELD key_o44.prop_w71.dim_s06 TYPE boolean REQUIRED no FIELD key_o44.prop_w71.key_c80...
{"key_o44":{"val_x43":"option_a","key_v37":"2023-12-25","prop_w71":{"prop_o33":"option_b","dim_s06":false,"key_c80":true,"field_f55":550,"prop_m51":"2024-05-15T06:26:00Z","attr_p38":"John"},"dim_i11":{"attr_z03":"cat_b","col_t76":"qux","field_b12":"option_c","col_f28":"test@example.com"}},"param_l87":"cat_b","prop_f19"...
wrong_type
{ "type": "object", "properties": { "key_o44": { "type": "object", "properties": { "val_x43": { "type": "string", "enum": [ "option_a", "option_b" ] }, "key_v37": { "type": "string" }, "prop_w71":...
{"key_o44": {"val_x43": "option_a", "key_v37": "2023-12-25", "prop_w71": {"prop_o33": "option_b", "dim_s06": false, "key_c80": true, "field_f55": 550, "prop_m51": "2024-05-15T06:26:00Z", "attr_p38": "John"}, "dim_i11": {"attr_z03": "cat_b", "col_t76": "qux", "field_b12": "option_c", "col_f28": "test@example.com"}}, "pa...
Field 'prop_f19' must be integer, got string
{"key_o44":{"val_x43":"option_a","key_v37":"2023-12-25","prop_w71":{"prop_o33":"option_b","dim_s06":false,"key_c80":true,"field_f55":550,"prop_m51":"2024-05-15T06:26:00Z","attr_p38":"John"},"dim_i11":{"attr_z03":"cat_b","col_t76":"qux","field_b12":"option_c","col_f28":"test@example.com"}},"param_l87":"cat_b","prop_f19"...
TASK repair_structured_output SPEC FIELD published TYPE string VALUES draft|published|archived REQUIRED yes FIELD aligned_pct TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD item_id TYPE integer REQUIRED no FIELD tax TYPE integer REQUIRED yes FIELD amount TYPE string VALUES low|medium|high|critical REQU...
{"published":"draft","aligned_pct":"basic","item_id":430,"tax":201,"amount":"critical"}
missing_bracket
{ "type": "object", "properties": { "published": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "aligned_pct": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, ...
{"published":"draft","aligned_pct":"basic","item_id":430,"tax":201,"amount":"critical"}
Missing closing bracket
{"published":"draft","aligned_pct":"basic","item_id":430,"tax":201,"amount":"critical"}
TASK repair_structured_output SPEC FIELD param_i93 TYPE null REQUIRED yes FIELD val_o62 TYPE string_date-time REQUIRED yes FIELD prop_s11 TYPE string REQUIRED no BROKEN_OUTPUT {"param_i93":null,"val_o62":"2022-10-03T21:38:00Z","prop_s11":"Paris"}
{"param_i93":null,"val_o62":"2022-10-03T21:38:00Z","prop_s11":"Paris"}
missing_bracket
{ "type": "object", "properties": { "param_i93": { "type": "null" }, "val_o62": { "type": "string", "format": "date-time" }, "prop_s11": { "type": "string" } }, "required": [ "val_o62", "param_i93" ] }
{"param_i93":null,"val_o62":"2022-10-03T21:38:00Z","prop_s11":"Paris"}
Missing closing bracket
{"param_i93":null,"val_o62":"2022-10-03T21:38:00Z","prop_s11":"Paris"}
TASK repair_structured_output SPEC FIELD field_t60 TYPE string REQUIRED no FIELD attr_u79.val_q01 TYPE integer REQUIRED yes FIELD attr_u79.key_w88 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD attr_u79.param_g27 TYPE number REQUIRED no FIELD attr_u79.param_y92[] TYPE integer REQUIRED yes FIELD key_t...
{"field_t60":"world","attr_u79":{"val_q01":735,"key_w88":"info","param_g27":970.36,"param_y92":[777,351,850,879]},"key_t84":true,"dim_x90":653}
markdown_explanation
{ "type": "object", "properties": { "field_t60": { "type": "string" }, "attr_u79": { "type": "object", "properties": { "val_q01": { "type": "integer" }, "key_w88": { "type": "string", "enum": [ "success", "er...
Here's the structured output: ```json {"field_t60":"world","attr_u79":{"val_q01":735,"key_w88":"info","param_g27":970.36,"param_y92":[777,351,850,879]},"key_t84":true,"dim_x90":653} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"field_t60":"world","attr_u79":{"val_q01":735,"key_w88":"info","param_g27":970.36,"param_y92":[777,351,850,879]},"key_t84":true,"dim_x90":653}
TASK repair_structured_output SPEC FIELD field_z36 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD prop_p90 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD dim_m73 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD dim_o22 TYPE number REQUIRED yes BROKEN_OUTPUT {"field_z36":"mode_b","p...
{"field_z36":"mode_b","prop_p90":"enterprise","dim_o22":33.65}
truncated_array
{ "type": "object", "properties": { "field_z36": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "prop_p90": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_m73": { "type"...
{"field_z36":"mode_b","prop_p90":"enterprise","dim_o22":33.65
Unexpected end of JSON input — truncated object
{"field_z36":"mode_b","prop_p90":"enterprise","dim_o22":33.65}
TASK repair_structured_output SPEC FIELD attr_r81 TYPE integer REQUIRED no FIELD dim_k63.val_k39 TYPE integer REQUIRED no FIELD dim_k63.col_e39 TYPE string REQUIRED yes FIELD dim_k63.field_i22 TYPE null REQUIRED yes FIELD dim_k63.prop_c64 TYPE null REQUIRED yes FIELD dim_k63.col_e17 TYPE string REQUIRED yes FIELD prop...
{"attr_r81":957,"dim_k63":{"val_k39":944,"col_e39":"Bob","field_i22":null,"prop_c64":null,"col_e17":"https://api.example.com/v1"},"prop_w58":598,"field_u92":{"param_a06":"type_a","dim_z46":"user@domain.com","param_j14":"inactive"}}
truncated_array
{ "type": "object", "properties": { "attr_r81": { "type": "integer" }, "dim_k63": { "type": "object", "properties": { "val_k39": { "type": "integer" }, "col_e39": { "type": "string" }, "field_i22": { "type": "null" ...
{"attr_r81":957,"dim_k63":{"val_k39":944,"col_e39":"Bob","field_i22":null,"prop_c64":null,"col_e17":"https://api.example.com/v1"},"prop_w58":598,"field_u92":{"param_a06":"type_a","dim_z46":"user@domain.com","param_j14":"inactive"}
Unexpected end of JSON input — truncated object
{"attr_r81":957,"dim_k63":{"val_k39":944,"col_e39":"Bob","field_i22":null,"prop_c64":null,"col_e17":"https://api.example.com/v1"},"prop_w58":598,"field_u92":{"param_a06":"type_a","dim_z46":"user@domain.com","param_j14":"inactive"}}
TASK repair_structured_output SPEC FIELD field_w37 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD val_n62 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_h97 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD dim_m07 TYPE integer REQUIRED no FIELD col_q92 ...
{"val_n62":"draft","col_h97":"returned","col_q92":"phone","col_q76":653}
unquoted_keys
{ "type": "object", "properties": { "field_w37": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_n62": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
{val_n62:"draft",col_h97:"returned",col_q92:"phone",col_q76:653}
Expecting property name enclosed in double quotes
{"val_n62":"draft","col_h97":"returned","col_q92":"phone","col_q76":653}
TASK repair_structured_output SPEC FIELD col_g62 TYPE boolean REQUIRED no FIELD prop_r68.prop_t90 TYPE string REQUIRED yes FIELD prop_r68.key_g17 TYPE string REQUIRED yes FIELD prop_r68.dim_a19.key_w58 TYPE number REQUIRED no FIELD prop_r68.dim_a19.col_s13 TYPE string VALUES red|blue|green|black|white REQUIRED no FIEL...
{"prop_r68":{"prop_t90":"Luis","key_g17":"demo","dim_a19":{"col_s13":"black","dim_u70":"GBP","col_m41":["Jane","Berlin"]}},"dim_f54":518,"attr_t50":"2024-01-15","attr_i22":984.5,"field_m82":"closed","dim_h59":null}
unquoted_keys
{ "type": "object", "properties": { "col_g62": { "type": "boolean" }, "prop_r68": { "type": "object", "properties": { "prop_t90": { "type": "string" }, "key_g17": { "type": "string" }, "dim_a19": { "type": "object", ...
{prop_r68:{prop_t90:"Luis",key_g17:"demo",dim_a19:{col_s13:"black",dim_u70:"GBP",col_m41:["Jane","Berlin"]}},dim_f54:518,attr_t50:"2024-01-15",attr_i22:984.5,field_m82:"closed",dim_h59:null}
Expecting property name enclosed in double quotes
{"prop_r68":{"prop_t90":"Luis","key_g17":"demo","dim_a19":{"col_s13":"black","dim_u70":"GBP","col_m41":["Jane","Berlin"]}},"dim_f54":518,"attr_t50":"2024-01-15","attr_i22":984.5,"field_m82":"closed","dim_h59":null}
TASK repair_structured_output SPEC FIELD dim_w93 TYPE boolean REQUIRED yes FIELD param_l39 TYPE integer REQUIRED no FIELD field_d19 TYPE string_uri REQUIRED yes FIELD key_t01.prop_n25 TYPE null REQUIRED yes FIELD key_t01.dim_t20.val_c33 TYPE number REQUIRED no FIELD key_t01.dim_t20.val_d71 TYPE integer REQUIRED yes FI...
{"dim_w93":false,"field_d19":"https://www.io/v1","key_t01":{"prop_n25":null,"dim_t20":{"val_d71":674,"prop_a68":false,"val_t76":"synonymous"},"key_f42":"test@example.com","val_y84":"https://example.io/api"}}
extra_text_after
{ "type": "object", "properties": { "dim_w93": { "type": "boolean" }, "param_l39": { "type": "integer" }, "field_d19": { "type": "string", "format": "uri" }, "key_t01": { "type": "object", "properties": { "prop_n25": { "type": "null" ...
{"dim_w93":false,"field_d19":"https://www.io/v1","key_t01":{"prop_n25":null,"dim_t20":{"val_d71":674,"prop_a68":false,"val_t76":"synonymous"},"key_f42":"test@example.com","val_y84":"https://example.io/api"}} Hope this helps!
Output contains non-JSON text after the object
{"dim_w93":false,"field_d19":"https://www.io/v1","key_t01":{"prop_n25":null,"dim_t20":{"val_d71":674,"prop_a68":false,"val_t76":"synonymous"},"key_f42":"test@example.com","val_y84":"https://example.io/api"}}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD subtotal TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD updated_at TYPE string REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="apply_discount"> {"subtotal":"closed...
{"subtotal":"closed","updated_at":"qux"}
tool_call_text_mix
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "subtotal": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "u...
Processing the request now. <tool_call name="apply_discount"> {"subtotal":"closed","updated_at":"qux"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"subtotal":"closed","updated_at":"qux"}
TASK repair_structured_output SPEC FIELD pressure_kpa TYPE string REQUIRED yes FIELD age TYPE integer REQUIRED yes FIELD price TYPE null REQUIRED no FIELD version TYPE integer REQUIRED no FIELD width TYPE string_date-time REQUIRED yes FIELD zip_code TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED n...
{"pressure_kpa":"https://example.com","age":84,"price":null,"width":"2021-01-23T13:55:00Z","zip_code":"synonymous","bill_of_lading":"approved"}
agent_chain
{ "type": "object", "properties": { "pressure_kpa": { "type": "string" }, "age": { "type": "integer" }, "price": { "type": "null" }, "version": { "type": "integer" }, "width": { "type": "string", "format": "date-time" }, "zip_code": { ...
Let me check the system. Action: calculate_docking_fee Result: {"age": 84, "price": null, "width": "2021-01-23T13:55:00Z", "zip_code": "synonymous", "bill_of_lading": "approved"} Processing the request now. Action: book_appointment Result:
Agent multi-step chain with truncated tool output
{"pressure_kpa":"https://example.com","age":84,"price":null,"width":"2021-01-23T13:55:00Z","zip_code":"synonymous","bill_of_lading":"approved"}
TASK repair_structured_output SPEC FIELD company TYPE string VALUES success|error|warning|info REQUIRED no FIELD medication TYPE boolean REQUIRED yes FIELD visible TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD reagent TYPE null REQUIRED yes FIELD amplitude TYPE string REQUIRED no FIELD torque_...
{"medication":true,"visible":"in_progress","reagent":null,"amplitude":"Sao Paulo","torque_output":{"diagnosis_code":"warning","fleet_number":"degraded","currency":true,"image_url":"2023-09-01T14:01:00Z","verified":866,"gene_id":"Santos","product_id":null}}
missing_required
{ "type": "object", "properties": { "company": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "medication": { "type": "boolean" }, "visible": { "type": "string", "enum": [ "open", "in_pr...
{"medication": true, "visible": "in_progress", "amplitude": "Sao Paulo", "torque_output": {"diagnosis_code": "warning", "fleet_number": "degraded", "currency": true, "image_url": "2023-09-01T14:01:00Z", "verified": 866, "gene_id": "Santos", "product_id": null}}
Required field 'reagent' is missing
{"medication":true,"visible":"in_progress","reagent":null,"amplitude":"Sao Paulo","torque_output":{"diagnosis_code":"warning","fleet_number":"degraded","currency":true,"image_url":"2023-09-01T14:01:00Z","verified":866,"gene_id":"Santos","product_id":null}}
TASK repair_structured_output SPEC FIELD field_p04 TYPE string REQUIRED no FIELD field_t67 TYPE string_uri REQUIRED no FIELD key_d22 TYPE integer REQUIRED yes BROKEN_OUTPUT {"field_t67": "https://data.io/v1", "key_d22": 453, "extra_value_8635": 42}
{"field_t67":"https://data.io/v1","key_d22":453}
extra_field
{ "type": "object", "properties": { "field_p04": { "type": "string" }, "field_t67": { "type": "string", "format": "uri" }, "key_d22": { "type": "integer" } }, "required": [ "key_d22" ] }
{"field_t67": "https://data.io/v1", "key_d22": 453, "extra_value_8635": 42}
Unknown field 'extra_value_8635' not defined in schema
{"field_t67":"https://data.io/v1","key_d22":453}
TASK repair_structured_output SPEC FIELD dim_f60 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_v41 TYPE string VALUES draft|published|archived REQUIRED yes FIELD param_x92 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_r33 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"dim_f60":"USD"...
{"dim_f60":"USD","param_v41":"draft","param_x92":"success","dim_r33":false}
truncated_object
{ "type": "object", "properties": { "dim_f60": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_v41": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
{"dim_f60":"USD","param_v41":"draft","param_x92":"success","dim_r33":false
Unexpected end of JSON input — truncated object
{"dim_f60":"USD","param_v41":"draft","param_x92":"success","dim_r33":false}
TASK repair_structured_output SPEC FIELD comments TYPE integer REQUIRED no FIELD manifest_ref.bearing TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD manifest_ref.account_id TYPE string REQUIRED yes FIELD manifest_ref.fleet_number TYPE string REQUIRED no FIELD manifest_ref.position.chapter TYPE integer...
{"manifest_ref":{"bearing":"white","account_id":"QC-07","fleet_number":"This is a test value.","position":{"chapter":938,"shipper_ref":"in_progress","freight_class":"divorced","maturity_date":false}},"quality_score":"Maria","total":"A short description."}
missing_brace
{ "type": "object", "properties": { "comments": { "type": "integer" }, "manifest_ref": { "type": "object", "properties": { "bearing": { "type": "string", "enum": [ "red", "blue", "green", "black", "...
"manifest_ref":{"bearing":"white","account_id":"QC-07","fleet_number":"This is a test value.","position":{"chapter":938,"shipper_ref":"in_progress","freight_class":"divorced","maturity_date":false}},"quality_score":"Maria","total":"A short description."}
Missing closing brace
{"manifest_ref":{"bearing":"white","account_id":"QC-07","fleet_number":"This is a test value.","position":{"chapter":938,"shipper_ref":"in_progress","freight_class":"divorced","maturity_date":false}},"quality_score":"Maria","total":"A short description."}
TASK repair_structured_output SPEC FIELD id TYPE string REQUIRED no FIELD tile.address TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD tile.temp_celsius TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD tile.comments TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes ...
{"id":"active","tile":{"address":"JPY","temp_celsius":"level_3","comments":"type_e"},"manifest_ref":null,"title":false,"interest_rate":false,"freight_class":"This is a test value."}
truncated_array
{ "type": "object", "properties": { "id": { "type": "string" }, "tile": { "type": "object", "properties": { "address": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] ...
{"id":"active","tile":{"address":"JPY","temp_celsius":"level_3","comments":"type_e"},"manifest_ref":null,"title":false,"interest_rate":false,"freight_class":"This is a test value."
Unexpected end of JSON input — truncated object
{"id":"active","tile":{"address":"JPY","temp_celsius":"level_3","comments":"type_e"},"manifest_ref":null,"title":false,"interest_rate":false,"freight_class":"This is a test value."}
TASK repair_structured_output SPEC FIELD salinity TYPE boolean REQUIRED no FIELD longitude TYPE integer REQUIRED yes FIELD discount TYPE boolean REQUIRED yes FIELD catalyst.freight_class TYPE number REQUIRED yes FIELD catalyst.date TYPE string REQUIRED yes FIELD catalyst.patient_id TYPE number REQUIRED yes FIELD catal...
{"longitude":302,"discount":true,"catalyst":{"freight_class":342.7,"date":"2023-12-25","patient_id":951.8,"barcode":"inactive","frequency_hz":"medium","chapter":"completed"},"batch_code":893.07,"user_id":424.25,"coverage":"user@domain.org","amplitude":"type_a"}
extra_text_after
{ "type": "object", "properties": { "salinity": { "type": "boolean" }, "longitude": { "type": "integer" }, "discount": { "type": "boolean" }, "catalyst": { "type": "object", "properties": { "freight_class": { "type": "number" }, ...
{"longitude":302,"discount":true,"catalyst":{"freight_class":342.7,"date":"2023-12-25","patient_id":951.8,"barcode":"inactive","frequency_hz":"medium","chapter":"completed"},"batch_code":893.07,"user_id":424.25,"coverage":"user@domain.org","amplitude":"type_a"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"longitude":302,"discount":true,"catalyst":{"freight_class":342.7,"date":"2023-12-25","patient_id":951.8,"barcode":"inactive","frequency_hz":"medium","chapter":"completed"},"batch_code":893.07,"user_id":424.25,"coverage":"user@domain.org","amplitude":"type_a"}
TASK repair_structured_output SPEC FIELD dim_v44 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_b66 TYPE string REQUIRED no FIELD col_f59 TYPE integer REQUIRED yes FIELD prop_y49 TYPE number REQUIRED no FIELD field_e31 TYPE integer REQUIRED yes BROKEN_OUTPUT {dim_v44:"free",dim_b66:"PASS",col_f59...
{"dim_v44":"free","dim_b66":"PASS","col_f59":637,"field_e31":644}
unquoted_keys
{ "type": "object", "properties": { "dim_v44": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_b66": { "type": "string" }, "col_f59": { "type": "integer" }, "prop_y49": { "type": "number" ...
{dim_v44:"free",dim_b66:"PASS",col_f59:637,field_e31:644}
Expecting property name enclosed in double quotes
{"dim_v44":"free","dim_b66":"PASS","col_f59":637,"field_e31":644}
TASK repair_structured_output SPEC FIELD country TYPE string_email REQUIRED no FIELD duration_ms.span_id TYPE string_date-time REQUIRED no FIELD duration_ms.item_id TYPE number REQUIRED no FIELD duration_ms.label TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD duration_ms.patient_id.decay_rate TYPE ...
{"section":"Luis","turbidity":"Tokyo","image_url":774.01,"interest_rate":311.86,"medication":"2022-11-17T02:02:00Z"}
null_required
{ "type": "object", "properties": { "country": { "type": "string", "format": "email" }, "duration_ms": { "type": "object", "properties": { "span_id": { "type": "string", "format": "date-time" }, "item_id": { "type": "number" ...
{"section": "Luis", "turbidity": null, "image_url": 774.01, "interest_rate": 311.86, "medication": "2022-11-17T02:02:00Z"}
Required field 'turbidity' is null
{"section":"Luis","turbidity":"Tokyo","image_url":774.01,"interest_rate":311.86,"medication":"2022-11-17T02:02:00Z"}
TASK repair_structured_output SPEC FIELD trace_id.repository.current_draw TYPE boolean REQUIRED no FIELD trace_id.repository.wavelength TYPE boolean REQUIRED yes FIELD trace_id.repository.city TYPE string_uri REQUIRED no FIELD trace_id.repository.discount TYPE string REQUIRED no FIELD trace_id.repository.total TYPE nu...
{"trace_id":{"brake_pressure":"info@domain.org","temp_celsius":759.05,"terminal_id":true,"diagnosis_code":"free","throttle_pos":"ops@domain.org","span_id":950.99},"values":364,"patient_id":"active"}
unquoted_keys
{ "type": "object", "properties": { "trace_id": { "type": "object", "properties": { "repository": { "type": "object", "properties": { "current_draw": { "type": "boolean" }, "wavelength": { "type": "boolean" ...
{trace_id:{brake_pressure:"info@domain.org",temp_celsius:759.05,terminal_id:true,diagnosis_code:"free",throttle_pos:"ops@domain.org",span_id:950.99},values:364,patient_id:"active"}
Expecting property name enclosed in double quotes
{"trace_id":{"brake_pressure":"info@domain.org","temp_celsius":759.05,"terminal_id":true,"diagnosis_code":"free","throttle_pos":"ops@domain.org","span_id":950.99},"values":364,"patient_id":"active"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD coverage TYPE integer REQUIRED no FIELD age TYPE string REQUIRED yes BROKEN_OUTPUT {"fleet_number": "hemizygous", "coverage": "\"860\"", "age": "A short description."}
{"fleet_number":"hemizygous","coverage":860,"age":"A short description."}
wrong_type
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "coverage": { "type": "integer" }, "age": { "type": "string" } }, "required": [ "age" ] }
{"fleet_number": "hemizygous", "coverage": "\"860\"", "age": "A short description."}
Field 'coverage' must be integer, got string
{"fleet_number":"hemizygous","coverage":860,"age":"A short description."}
TASK repair_structured_output SPEC FIELD val_i63 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_a68 TYPE null REQUIRED no FIELD param_n89 TYPE string_uri REQUIRED no FIELD field_k04 TYPE string REQUIRED yes FIELD col_i77 TYPE string REQUIRED no FIELD val_x37 TYPE string VALUES free|basic|pro|enter...
{"val_i63":"error","col_a68":null,"param_n89":"https://example.org/data","field_k04":"test@example.com","col_i77":"New York","val_x37":"enterprise"}
tool_call_partial_args
{ "type": "object", "properties": { "val_i63": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_a68": { "type": "null" }, "param_n89": { "type": "string", "format": "uri" }, "field_k04": { ...
Let me check the system. Action: call_variants Arguments: {"val_i63": "error", "col_a68": null, "param_n89": "https://example.org/data", "col_i77": "New York", "val_x37": "enterprise"}
Agent tool call missing required parameter 'field_k04'
{"val_i63":"error","col_a68":null,"param_n89":"https://example.org/data","field_k04":"test@example.com","col_i77":"New York","val_x37":"enterprise"}
TASK repair_structured_output SPEC FIELD key_z81 TYPE integer REQUIRED no FIELD dim_g06 TYPE boolean REQUIRED no FIELD key_c82 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_z81":636,"key_c82":"Jane",}
{"key_z81":636,"key_c82":"Jane"}
trailing_comma
{ "type": "object", "properties": { "key_z81": { "type": "integer" }, "dim_g06": { "type": "boolean" }, "key_c82": { "type": "string" } }, "required": [ "key_c82" ] }
{"key_z81":636,"key_c82":"Jane",}
Unexpected trailing comma
{"key_z81":636,"key_c82":"Jane"}
TASK repair_structured_output SPEC FIELD col_e54 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD dim_b15 TYPE string REQUIRED yes FIELD param_s23 TYPE number REQUIRED yes BROKEN_OUTPUT {'col_e54':'red','dim_b15':'cancelled','param_s23':672.98}
{"col_e54":"red","dim_b15":"cancelled","param_s23":672.98}
single_quotes
{ "type": "object", "properties": { "col_e54": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_b15": { "type": "string" }, "param_s23": { "type": "number" } }, "required": [ "dim_b1...
{'col_e54':'red','dim_b15':'cancelled','param_s23':672.98}
Expecting property name enclosed in double quotes
{"col_e54":"red","dim_b15":"cancelled","param_s23":672.98}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD start_date TYPE string REQUIRED yes FIELD diagnosis_code[] TYPE boolean REQUIRED yes FIELD paragraph[].height TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD paragraph[].yield_pct T...
{"terminal_id":"cat_d","start_date":"test","diagnosis_code":[false,true,false,false]}
extra_text_after
{ "type": "object", "properties": { "terminal_id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "start_date": { "type": "string" }, "diagnosis_code": { "type": "array", ...
{"terminal_id":"cat_d","start_date":"test","diagnosis_code":[false,true,false,false]} Let me know if you need anything else!
Output contains non-JSON text after the object
{"terminal_id":"cat_d","start_date":"test","diagnosis_code":[false,true,false,false]}
TASK repair_structured_output SPEC FIELD key_c46 TYPE string_uri REQUIRED yes FIELD key_d15 TYPE integer REQUIRED yes FIELD field_w91 TYPE null REQUIRED no BROKEN_OUTPUT {"key_c46": "https://data.com/v1", "key_d15": "\"284\""}
{"key_c46":"https://data.com/v1","key_d15":284}
wrong_type
{ "type": "object", "properties": { "key_c46": { "type": "string", "format": "uri" }, "key_d15": { "type": "integer" }, "field_w91": { "type": "null" } }, "required": [ "key_d15", "key_c46" ] }
{"key_c46": "https://data.com/v1", "key_d15": "\"284\""}
Field 'key_d15' must be integer, got string
{"key_c46":"https://data.com/v1","key_d15":284}
TASK repair_structured_output SPEC FIELD weight TYPE integer REQUIRED no FIELD salinity TYPE number REQUIRED no FIELD maturity_date[].humidity_pct TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD maturity_date[].loan_amount TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD maturity_date[]....
{"weight":445,"salinity":0.84,"maturity_date":[{"humidity_pct":"inland","loan_amount":"small","visible":"Paris","batch_code":true,"interest_rate":"2021-02-03T13:59:00Z"},{"humidity_pct":"oceanic","loan_amount":"medium","visible":"FWD","batch_code":false,"interest_rate":"2021-07-15T09:42:00Z","format":"Johnson"}],"volta...
wrong_type
{ "type": "object", "properties": { "weight": { "type": "integer" }, "salinity": { "type": "number" }, "maturity_date": { "type": "array", "items": { "type": "object", "properties": { "humidity_pct": { "type": "string", "e...
{"weight": "\"445\"", "salinity": 0.84, "maturity_date": [{"humidity_pct": "inland", "loan_amount": "small", "visible": "Paris", "batch_code": true, "interest_rate": "2021-02-03T13:59:00Z"}, {"humidity_pct": "oceanic", "loan_amount": "medium", "visible": "FWD", "batch_code": false, "interest_rate": "2021-07-15T09:42:00...
Field 'weight' must be integer, got string
{"weight":445,"salinity":0.84,"maturity_date":[{"humidity_pct":"inland","loan_amount":"small","visible":"Paris","batch_code":true,"interest_rate":"2021-02-03T13:59:00Z"},{"humidity_pct":"oceanic","loan_amount":"medium","visible":"FWD","batch_code":false,"interest_rate":"2021-07-15T09:42:00Z","format":"Johnson"}],"volta...
TASK repair_structured_output SPEC FIELD format TYPE string VALUES success|error|warning|info REQUIRED yes FIELD title TYPE string VALUES small|medium|large|xl REQUIRED no FIELD freight_class TYPE string_date-time REQUIRED no BROKEN_OUTPUT {"format":"error","freight_class":"2023-03-28T20:13:00Z"
{"format":"error","freight_class":"2023-03-28T20:13:00Z"}
missing_brace
{ "type": "object", "properties": { "format": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "title": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, ...
{"format":"error","freight_class":"2023-03-28T20:13:00Z"
Missing closing brace
{"format":"error","freight_class":"2023-03-28T20:13:00Z"}
TASK repair_structured_output SPEC FIELD dim_a83 TYPE string VALUES success|error|warning|info REQUIRED no FIELD val_i46 TYPE string REQUIRED yes FIELD key_y88.dim_y08 TYPE integer REQUIRED no FIELD key_y88.val_h55 TYPE string_email REQUIRED yes FIELD key_y88.prop_m03.dim_v86 TYPE string_date-time REQUIRED no FIELD ke...
{"dim_a83":"warning","val_i46":"demo","key_y88":{"dim_y08":331,"val_h55":"ops@domain.org","prop_m03":{"attr_a47":"active","prop_p42":"mode_d","col_q09":96},"prop_e24":{"key_b98":false,"col_h16":399}}}
null_required
{ "type": "object", "properties": { "dim_a83": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "val_i46": { "type": "string" }, "key_y88": { "type": "object", "properties": { "dim_y08": { ...
{"dim_a83": "warning", "val_i46": "demo", "key_y88": null}
Required field 'key_y88' is null
{"dim_a83":"warning","val_i46":"demo","key_y88":{"dim_y08":331,"val_h55":"ops@domain.org","prop_m03":{"attr_a47":"active","prop_p42":"mode_d","col_q09":96},"prop_e24":{"key_b98":false,"col_h16":399}}}
TASK repair_structured_output SPEC FIELD ward TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD filter_flag TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD chromosome TYPE string REQUIRED yes FIELD total TYPE number REQUIRED no BROKEN_OUTPUT "ward":"level_2","chromos...
{"ward":"level_2","chromosome":"https://api.example.com/v1"}
missing_brace
{ "type": "object", "properties": { "ward": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "filter_flag": { "type": "string", "enum": [ "type_a", "type_b", "type_c", ...
"ward":"level_2","chromosome":"https://api.example.com/v1"}
Missing closing brace
{"ward":"level_2","chromosome":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES active|inactive|pending REQUIRED no FIELD organism TYPE string REQUIRED yes FIELD build_status TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD thumbnail TYPE string REQUIRED no FIELD values TYPE string REQUIRED no BROKEN_OUTPUT {"...
{"organism":"https://example.com","build_status":"reliable","thumbnail":"baz","values":"baz"}
trailing_comma
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "organism": { "type": "string" }, "build_status": { "type": "string", "enum": [ "reliable", "unstable", ...
{"organism":"https://example.com","build_status":"reliable","thumbnail":"baz","values":"baz",}
Unexpected trailing comma
{"organism":"https://example.com","build_status":"reliable","thumbnail":"baz","values":"baz"}
TASK repair_structured_output SPEC FIELD field_b33 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_o05 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_d60 TYPE boolean REQUIRED yes FIELD attr_n75 TYPE integer REQUIRED yes FIELD prop_i74 TYPE string_date-time REQUIRED no FIEL...
{"field_b33":"divorced","field_o05":"reliable","prop_d60":false,"attr_n75":578,"prop_i74":"2022-02-05T02:25:00Z","key_n75":375,"val_a49":"pending"}
date_format_error
{ "type": "object", "properties": { "field_b33": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "field_o05": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "prop_d60...
{"field_b33": "divorced", "field_o05": "reliable", "prop_d60": false, "attr_n75": 578, "prop_i74": "2022-02-05T02:25:00", "key_n75": 375, "val_a49": "pending"}
Field 'prop_i74' has invalid date format
{"field_b33":"divorced","field_o05":"reliable","prop_d60":false,"attr_n75":578,"prop_i74":"2022-02-05T02:25:00Z","key_n75":375,"val_a49":"pending"}
TASK repair_structured_output SPEC FIELD dim_a69 TYPE string VALUES single|married|divorced REQUIRED yes FIELD attr_n68 TYPE integer REQUIRED no FIELD key_l13 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD field_g52 TYPE integer REQUIRED yes FIELD col_f75.prop_u08 TYPE string REQUIRED yes...
{"dim_a69":"single","attr_n68":119,"field_g52":176,"col_f75":{"prop_u08":"chrX","attr_g80":830}}
unquoted_keys
{ "type": "object", "properties": { "dim_a69": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_n68": { "type": "integer" }, "key_l13": { "type": "string", "enum": [ "synonymous", "missense", ...
{dim_a69:"single",attr_n68:119,field_g52:176,col_f75:{prop_u08:"chrX",attr_g80:830}}
Expecting property name enclosed in double quotes
{"dim_a69":"single","attr_n68":119,"field_g52":176,"col_f75":{"prop_u08":"chrX","attr_g80":830}}
TASK repair_structured_output SPEC FIELD filter_flag TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD run_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD account_id TYPE number REQUIRED no FIELD barcode TYPE string VALUES small|medium|large|xl REQUIRED no FIELD website[] TYPE string R...
{"run_id":"underway","account_id":938.06,"website":["FWD","Berlin","GRCh38","active"]}
tool_call_python_syntax
{ "type": "object", "properties": { "filter_flag": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "run_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored...
validate_address(run_id='underway', account_id=938.06, website=['FWD', 'Berlin', 'GRCh38', 'active'])
Tool call uses Python syntax instead of JSON
{"run_id":"underway","account_id":938.06,"website":["FWD","Berlin","GRCh38","active"]}
TASK repair_structured_output SPEC FIELD balance.comments.footnote TYPE string_uri REQUIRED yes FIELD balance.comments.price TYPE null REQUIRED no FIELD balance.comments.amount TYPE string REQUIRED no FIELD balance.comments.diagnosis_code TYPE string REQUIRED no FIELD balance.comments.product_id TYPE integer REQUIRED ...
{"balance":{"comments":{"footnote":"https://data.org/api","amount":"inactive","patient_id":222.06},"invoice_id":"xl","timezone":812.27,"feedback":990,"website":"level_5"},"version":"level_5","date":"Charlie","category":"inland","due_date":"type_d"}
thought_process
{ "type": "object", "properties": { "balance": { "type": "object", "properties": { "comments": { "type": "object", "properties": { "footnote": { "type": "string", "format": "uri" }, "price": { "...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"balance":{"comments":{"footnote":"https://data.org/api","amount":"inactive","patient_id":222.06},"invoice_id":"xl","timezone":812.27,"feedback":990,"website":"level_5"},"version":"level_5","date":"Charlie","category":"inland","du...
Output contains chain-of-thought reasoning before JSON
{"balance":{"comments":{"footnote":"https://data.org/api","amount":"inactive","patient_id":222.06},"invoice_id":"xl","timezone":812.27,"feedback":990,"website":"level_5"},"version":"level_5","date":"Charlie","category":"inland","due_date":"type_d"}
TASK repair_structured_output SPEC FIELD ward TYPE string_email REQUIRED yes FIELD berth_slot TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD type TYPE number REQUIRED yes FIELD run_id TYPE number REQUIRED no BROKEN_OUTPUT {"ward":"user@domain.org","berth_slot":"green","type":911.3,"run_id":868.37} F...
{"ward":"user@domain.org","berth_slot":"green","type":911.3,"run_id":868.37}
extra_text_after
{ "type": "object", "properties": { "ward": { "type": "string", "format": "email" }, "berth_slot": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "type": { "type": "number" }, "run_id...
{"ward":"user@domain.org","berth_slot":"green","type":911.3,"run_id":868.37} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"ward":"user@domain.org","berth_slot":"green","type":911.3,"run_id":868.37}
TASK repair_structured_output SPEC FIELD dim_l11 TYPE integer REQUIRED yes FIELD field_l73 TYPE string REQUIRED yes FIELD field_t73.attr_h72 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD field_t73.attr_w73 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_t73.param_o26 TYPE strin...
{"dim_l11":560,"field_l73":"Hapag-Lloyd-Express","field_t73":{"attr_h72":"active","attr_w73":"coastal","param_o26":"error","prop_g35":389},"attr_x49":{"val_e90":740,"key_l31":"closed","param_b41":{"val_z62":"2023-12-25","prop_x48":"red","prop_w68":"viewer","prop_a95":"admin@example.com","param_s75":445.63,"key_l95":tru...
markdown_fences
{ "type": "object", "properties": { "dim_l11": { "type": "integer" }, "field_l73": { "type": "string" }, "field_t73": { "type": "object", "properties": { "attr_h72": { "type": "string", "enum": [ "active", "inactive", ...
```json {"dim_l11":560,"field_l73":"Hapag-Lloyd-Express","field_t73":{"attr_h72":"active","attr_w73":"coastal","param_o26":"error","prop_g35":389},"attr_x49":{"val_e90":740,"key_l31":"closed","param_b41":{"val_z62":"2023-12-25","prop_x48":"red","prop_w68":"viewer","prop_a95":"admin@example.com","param_s75":445.63,"key_...
Output contains markdown code fences
{"dim_l11":560,"field_l73":"Hapag-Lloyd-Express","field_t73":{"attr_h72":"active","attr_w73":"coastal","param_o26":"error","prop_g35":389},"attr_x49":{"val_e90":740,"key_l31":"closed","param_b41":{"val_z62":"2023-12-25","prop_x48":"red","prop_w68":"viewer","prop_a95":"admin@example.com","param_s75":445.63,"key_l95":tru...
TASK repair_structured_output SPEC FIELD dim_k52 TYPE string REQUIRED no FIELD val_g19 TYPE boolean REQUIRED no FIELD val_h64 TYPE number REQUIRED no FIELD key_d42 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD key_c04 TYPE integer REQUIRED no FIELD param_k28 TYPE string REQUIRED yes BR...
{"dim_k52":"test@example.com","val_g19":true,"key_c04":91,"param_k28":"Maria"}
agent_chain
{ "type": "object", "properties": { "dim_k52": { "type": "string" }, "val_g19": { "type": "boolean" }, "val_h64": { "type": "number" }, "key_d42": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenanc...
I need to look up the information first. Action: delete_item Result: {"val_g19": true, "key_c04": 91, "param_k28": "Maria"} I'll query our database. Action: send_email Result:
Agent multi-step chain with truncated tool output
{"dim_k52":"test@example.com","val_g19":true,"key_c04":91,"param_k28":"Maria"}
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD chromosome TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD hazmat_code TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"balance":"inland","chromosome":"intermittent","hazmat_code"...
{"balance":"inland","chromosome":"intermittent","hazmat_code":750}
markdown_fences
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "chromosome": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
```json {"balance":"inland","chromosome":"intermittent","hazmat_code":750} ```
Output contains markdown code fences
{"balance":"inland","chromosome":"intermittent","hazmat_code":750}
TASK repair_structured_output SPEC FIELD key_y04 TYPE string REQUIRED yes FIELD field_x21.dim_l32 TYPE integer REQUIRED no FIELD field_x21.col_t58 TYPE integer REQUIRED no FIELD field_x21.prop_p50.col_x36 TYPE null REQUIRED no FIELD field_x21.prop_p50.val_q07 TYPE string REQUIRED yes FIELD field_x21.prop_p50.field_l89...
{"key_y04":"test@example.com","field_x21":{"dim_l32":676,"col_t58":263,"prop_p50":{"col_x36":null,"val_q07":"sample","field_l89":"heterozygous","prop_l11":"Paris","key_n45":"Oliveira"}},"prop_r69":{"prop_p46":"https://example.io/v1","param_g03":880.44,"field_d43":"hemizygous","key_v89":636}}
missing_brace
{ "type": "object", "properties": { "key_y04": { "type": "string" }, "field_x21": { "type": "object", "properties": { "dim_l32": { "type": "integer" }, "col_t58": { "type": "integer" }, "prop_p50": { "type": "object"...
{"key_y04":"test@example.com","field_x21":{"dim_l32":676,"col_t58":263,"prop_p50":{"col_x36":null,"val_q07":"sample","field_l89":"heterozygous","prop_l11":"Paris","key_n45":"Oliveira"}},"prop_r69":"prop_p46":"https://example.io/v1","param_g03":880.44,"field_d43":"hemizygous","key_v89":636}}
Missing closing brace
{"key_y04":"test@example.com","field_x21":{"dim_l32":676,"col_t58":263,"prop_p50":{"col_x36":null,"val_q07":"sample","field_l89":"heterozygous","prop_l11":"Paris","key_n45":"Oliveira"}},"prop_r69":{"prop_p46":"https://example.io/v1","param_g03":880.44,"field_d43":"hemizygous","key_v89":636}}
TASK repair_structured_output SPEC FIELD label TYPE integer REQUIRED no FIELD transaction_id TYPE null REQUIRED yes FIELD width TYPE string REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD freight_class TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no BROKEN_OUTPUT I need to look up ...
{"label":818,"transaction_id":null,"timezone":"active"}
agent_chain
{ "type": "object", "properties": { "label": { "type": "integer" }, "transaction_id": { "type": "null" }, "width": { "type": "string" }, "timezone": { "type": "string" }, "freight_class": { "type": "string", "enum": [ "pending_review", ...
I need to look up the information first. Action: get_inventory Result: {"label": 818, "timezone": "active"} Processing the request now. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"label":818,"transaction_id":null,"timezone":"active"}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE boolean REQUIRED yes FIELD pressure_kpa TYPE string REQUIRED no FIELD item_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD umi TYPE string REQUIRED no FIELD brake_pressure.values.lab_result TYPE string VALUES red|blue|green|black|white REQUI...
{"humidity_pct":false,"item_id":"basic","umi":"A short description.","rating":null,"span_id":44}
markdown_explanation
{ "type": "object", "properties": { "humidity_pct": { "type": "boolean" }, "pressure_kpa": { "type": "string" }, "item_id": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "umi": { "type": "string...
Sensor output follows: ```json {"humidity_pct":false,"item_id":"basic","umi":"A short description.","rating":null,"span_id":44} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"humidity_pct":false,"item_id":"basic","umi":"A short description.","rating":null,"span_id":44}
TASK repair_structured_output SPEC FIELD col_k69 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD val_g79 TYPE string REQUIRED no FIELD field_q67 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD param_i10 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD param_p97 TYPE string...
{"col_k69":"level_2","field_q67":"type_b","param_p97":"info@test.io"}
thought_process
{ "type": "object", "properties": { "col_k69": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "val_g79": { "type": "string" }, "field_q67": { "type": "string", "enum": [ "type_a", "...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"col_k69":"level_2","field_q67":"type_b","param_p97":"info@test.io"}
Output contains chain-of-thought reasoning before JSON
{"col_k69":"level_2","field_q67":"type_b","param_p97":"info@test.io"}
TASK repair_structured_output SPEC FIELD position TYPE string_date-time REQUIRED yes FIELD invoice_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD description TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="fetch_lab_result...
{"position":"2024-05-25T23:09:00Z","invoice_id":"in_progress","description":"red"}
tool_call_text_mix
{ "type": "object", "properties": { "position": { "type": "string", "format": "date-time" }, "invoice_id": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "description": { "type": "string", "...
Processing the request now. <tool_call name="fetch_lab_result"> {"position":"2024-05-25T23:09:00Z","invoice_id":"in_progress","description":"red"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"position":"2024-05-25T23:09:00Z","invoice_id":"in_progress","description":"red"}
TASK repair_structured_output SPEC FIELD current_draw TYPE integer REQUIRED no FIELD color TYPE string REQUIRED no FIELD decay_rate TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD shipper_ref TYPE string REQUIRED yes FIELD deploy_target.paragraph TYPE integer REQUIRED no FIELD deploy_targe...
{"current_draw":537,"decay_rate":"missense","shipper_ref":"Jane","deploy_target":{"paragraph":48,"order_id":"cat_b","half_life":"Berlin","log_level":"https://example.com","diagnosis_code":false,"thumbnail":true,"feedback":"https://example.org/api"},"ph_level":{"terminal_id":{"vessel_name":"cancelled","branch":true,"sta...
missing_required
{ "type": "object", "properties": { "current_draw": { "type": "integer" }, "color": { "type": "string" }, "decay_rate": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "shipper_ref": { ...
{"current_draw": 537, "decay_rate": "missense", "deploy_target": {"paragraph": 48, "order_id": "cat_b", "half_life": "Berlin", "log_level": "https://example.com", "diagnosis_code": false, "thumbnail": true, "feedback": "https://example.org/api"}, "ph_level": {"terminal_id": {"vessel_name": "cancelled", "branch": true, ...
Required field 'shipper_ref' is missing
{"current_draw":537,"decay_rate":"missense","shipper_ref":"Jane","deploy_target":{"paragraph":48,"order_id":"cat_b","half_life":"Berlin","log_level":"https://example.com","diagnosis_code":false,"thumbnail":true,"feedback":"https://example.org/api"},"ph_level":{"terminal_id":{"vessel_name":"cancelled","branch":true,"sta...
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD salinity TYPE string REQUIRED yes FIELD start_date TYPE integer REQUIRED yes FIELD message TYPE string REQUIRED yes FIELD terminal_id TYPE string REQUIRED no FIELD vital_sign.active TYPE integer REQUIRED yes FIE...
{"salinity":"Paris","start_date":321,"message":"hello","vital_sign":{"active":103,"crew_id":"Silva","throttle_pos":"Silva","description":{"visible":"user@domain.com","product_id":710.55,"type":"frameshift","published":"Tokyo","price":"Smith","last_name":"2023-12-25"}},"balance":263}
tool_call_wrong_param
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "salinity": { "type": "string" }, "start_date": { "type": "integer" }, "message": { "type": "s...
Tool: queue_sequencing_run Params: {"salinity": "Paris", "start_date": 321, "message": "hello", "vital_sign": {"active": 103, "crew_id": "Silva", "throttle_pos": "Silva", "description": {"visible": "user@domain.com", "product_id": 710.55, "type": "frameshift", "published": "Tokyo", "price": "Smith", "last_name": "2023-...
Agent used wrong parameter name 'terminal_id_value' instead of 'terminal_id'
{"salinity":"Paris","start_date":321,"message":"hello","vital_sign":{"active":103,"crew_id":"Silva","throttle_pos":"Silva","description":{"visible":"user@domain.com","product_id":710.55,"type":"frameshift","published":"Tokyo","price":"Smith","last_name":"2023-12-25"}},"balance":263}
TASK repair_structured_output SPEC FIELD attr_k43 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD key_e95 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_z16 TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD prop_y84 TYPE number REQUIRED no FIELD col_o60 TYPE string REQUIRED no FIELD c...
{"key_e95":"viewer","field_z16":"mode_a","col_o60":"inactive","col_o61":"option_a","val_o27":"qux"}
null_required
{ "type": "object", "properties": { "attr_k43": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "key_e95": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_z16": { ...
{"key_e95": "viewer", "field_z16": "mode_a", "col_o60": "inactive", "col_o61": null, "val_o27": "qux"}
Required field 'col_o61' is null
{"key_e95":"viewer","field_z16":"mode_a","col_o60":"inactive","col_o61":"option_a","val_o27":"qux"}
TASK repair_structured_output SPEC FIELD prop_f37 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD field_v55 TYPE string REQUIRED yes FIELD col_w01 TYPE string REQUIRED no BROKEN_OUTPUT Tool: call_variants Params: {"prop_f37": "level_1", "col_w01": "bar", "field_v55_value": "Charlie"}
{"prop_f37":"level_1","field_v55":"Charlie","col_w01":"bar"}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_f37": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "field_v55": { "type": "string" }, "col_w01": { "type": "string" } }, "required": [ "field_v55" ...
Tool: call_variants Params: {"prop_f37": "level_1", "col_w01": "bar", "field_v55_value": "Charlie"}
Agent used wrong parameter name 'field_v55_value' instead of 'field_v55'
{"prop_f37":"level_1","field_v55":"Charlie","col_w01":"bar"}
TASK repair_structured_output SPEC FIELD catalyst TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD tax.vessel_name TYPE string VALUES mode_a|mode_b REQUIRED no FIELD tax.thumbnail TYPE string_email REQUIRED yes FIELD tax.active TYPE boolean REQUIRED no FIELD tax.subtotal TYPE string REQUIRED yes FIELD t...
{"catalyst":"white","tax":{"thumbnail":"info@domain.org","active":false,"subtotal":"foo","phenotype":["demo","Berlin","2024-01-15","REV"]},"fleet_number":675.36,"last_name":771}
tool_call_wrong_param
{ "type": "object", "properties": { "catalyst": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "tax": { "type": "object", "properties": { "vessel_name": { "type": "string", "enu...
Tool: read_sensor_array Params: {"catalyst": "white", "tax": {"thumbnail": "info@domain.org", "active": false, "subtotal": "foo", "phenotype": ["demo", "Berlin", "2024-01-15", "REV"]}, "last_name": 771, "fleet_number_id": 675.36}
Agent used wrong parameter name 'fleet_number_id' instead of 'fleet_number'
{"catalyst":"white","tax":{"thumbnail":"info@domain.org","active":false,"subtotal":"foo","phenotype":["demo","Berlin","2024-01-15","REV"]},"fleet_number":675.36,"last_name":771}
TASK repair_structured_output SPEC FIELD dosage TYPE number REQUIRED yes FIELD image_url TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD altitude TYPE number REQUIRED yes FIELD height.dissolved_oxygen TYPE integer REQUIRED no FIELD height.torque_output TYPE integer REQUIRED yes FIELD heig...
{"dosage":511.72,"image_url":"degraded","altitude":30.04,"height":{"dissolved_oxygen":998,"torque_output":297,"vital_sign":"editor"}}
truncated_array
{ "type": "object", "properties": { "dosage": { "type": "number" }, "image_url": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "altitude": { "type": "number" }, "height": { "type"...
{"dosage":511.72,"image_url":"degraded","altitude":30.04,"height":{"dissolved_oxygen":998,"torque_output":297,"vital_sign":"editor"}
Unexpected end of JSON input — truncated object
{"dosage":511.72,"image_url":"degraded","altitude":30.04,"height":{"dissolved_oxygen":998,"torque_output":297,"vital_sign":"editor"}}
TASK repair_structured_output SPEC FIELD col_x74 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_w02.param_a34 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD field_w02.param_v32 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD field_w02.col_t81 TYPE string VALU...
{"col_x74":"viewer","field_w02":{"param_a34":"resolved","param_v32":"oceanic","col_t81":"black"},"param_y62":null,"key_t95":"Santos","col_f03":252}
wrong_type
{ "type": "object", "properties": { "col_x74": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_w02": { "type": "object", "properties": { "param_a34": { "type": "string", "enum": [ "open", ...
{"col_x74": "viewer", "field_w02": {"param_a34": "resolved", "param_v32": "oceanic", "col_t81": "black"}, "param_y62": null, "key_t95": "Santos", "col_f03": "\"252\""}
Field 'col_f03' must be integer, got string
{"col_x74":"viewer","field_w02":{"param_a34":"resolved","param_v32":"oceanic","col_t81":"black"},"param_y62":null,"key_t95":"Santos","col_f03":252}
TASK repair_structured_output SPEC FIELD account_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD age TYPE boolean REQUIRED no FIELD pressure_kpa TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD annotation TYPE number REQUIRED yes FIELD lane.berth_slot TYPE string VALUES type_a|type_...
{"account_id":"hemizygous","age":false,"pressure_kpa":"viewer","annotation":159.76,"lane":{"berth_slot":"type_b","verified":"Diana","enabled":["type_f","type_c"],"log_level":[{"email":[false],"zip_code":["option_a","option_a"]},{"voltage":"Santos","amplitude":415,"zip_code":["option_b"]}]}}
thought_process
{ "type": "object", "properties": { "account_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "age": { "type": "boolean" }, "pressure_kpa": { "type": "string", "enum": [ "admin", "editor...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"account_id":"hemizygous","age":false,"pressure_kpa":"viewer","annotation":159.76,"lane":{"berth_slot":"type_b","verified":"Diana","enabled":["type_f","type_c"],"log_level":[{"email":[false],"zip_cod...
Output contains chain-of-thought reasoning before JSON
{"account_id":"hemizygous","age":false,"pressure_kpa":"viewer","annotation":159.76,"lane":{"berth_slot":"type_b","verified":"Diana","enabled":["type_f","type_c"],"log_level":[{"email":[false],"zip_code":["option_a","option_a"]},{"voltage":"Santos","amplitude":415,"zip_code":["option_b"]}]}}
TASK repair_structured_output SPEC FIELD prop_v92 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_x71 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD key_g41 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_j77 TYPE string REQUIRED no FIELD val_...
{"prop_v92":"BRL","val_d19":"2024-11-04T02:19:00Z","prop_d98":"https://api.org/data","attr_n83":"cat_d"}
date_format_error
{ "type": "object", "properties": { "prop_v92": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "param_x71": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
{"prop_v92": "BRL", "val_d19": "2024/06/15 14:30:00", "prop_d98": "https://api.org/data", "attr_n83": "cat_d"}
Field 'val_d19' has invalid date format
{"prop_v92":"BRL","val_d19":"2024-11-04T02:19:00Z","prop_d98":"https://api.org/data","attr_n83":"cat_d"}
TASK repair_structured_output SPEC FIELD terminal_id TYPE string_email REQUIRED no FIELD website TYPE integer REQUIRED yes FIELD frequency_hz TYPE string REQUIRED yes FIELD phenotype TYPE string REQUIRED yes BROKEN_OUTPUT Result: website=43, {"website":43,"frequency_hz":"RTG-04","phenotype":"John"}
{"website":43,"frequency_hz":"RTG-04","phenotype":"John"}
partial_structure
{ "type": "object", "properties": { "terminal_id": { "type": "string", "format": "email" }, "website": { "type": "integer" }, "frequency_hz": { "type": "string" }, "phenotype": { "type": "string" } }, "required": [ "frequency_hz", "website", ...
Result: website=43, {"website":43,"frequency_hz":"RTG-04","phenotype":"John"}
Output mixes natural language with JSON
{"website":43,"frequency_hz":"RTG-04","phenotype":"John"}
TASK repair_structured_output SPEC FIELD col_r77 TYPE integer REQUIRED no FIELD prop_w96 TYPE string REQUIRED yes FIELD prop_x58[] TYPE integer REQUIRED no BROKEN_OUTPUT {"col_r77":122,"prop_w96":"GRCh38"} This should match the schema you provided.
{"col_r77":122,"prop_w96":"GRCh38"}
extra_text_after
{ "type": "object", "properties": { "col_r77": { "type": "integer" }, "prop_w96": { "type": "string" }, "prop_x58": { "type": "array", "items": { "type": "integer" } } }, "required": [ "prop_w96" ] }
{"col_r77":122,"prop_w96":"GRCh38"} This should match the schema you provided.
Output contains non-JSON text after the object
{"col_r77":122,"prop_w96":"GRCh38"}
TASK repair_structured_output SPEC FIELD type TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD verified TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD batch_code TYPE string REQUIRED yes FIELD currency TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD terminal_id...
{"type":"type_a","verified":"high","batch_code":"Luis","currency":"option_a"}
agent_chain
{ "type": "object", "properties": { "type": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "verified": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] },...
I need to look up the information first. Action: calculate_price Result: {"verified": "high", "batch_code": "Luis", "currency": "option_a"} I'll query our database. Action: check_cargo_manifest Result:
Agent multi-step chain with truncated tool output
{"type":"type_a","verified":"high","batch_code":"Luis","currency":"option_a"}
TASK repair_structured_output SPEC FIELD field_r09.val_w18 TYPE integer REQUIRED no FIELD field_r09.prop_s78 TYPE null REQUIRED no FIELD field_r09.param_v91 TYPE number REQUIRED no FIELD field_r09.field_m60 TYPE string_uri REQUIRED yes FIELD field_r09.field_f09 TYPE number REQUIRED no FIELD field_r09.field_s99 TYPE st...
{"attr_k93":null,"param_e18":"user@test.io","key_d79":940,"col_m81":"John","field_z98":"maintenance","key_q26":360}
tool_call_wrong_param
{ "type": "object", "properties": { "field_r09": { "type": "object", "properties": { "val_w18": { "type": "integer" }, "prop_s78": { "type": "null" }, "param_v91": { "type": "number" }, "field_m60": { "ty...
Tool: check_availability Params: {"attr_k93": null, "param_e18": "user@test.io", "key_d79": 940, "col_m81": "John", "key_q26": 360, "field_z98_name": "maintenance"}
Agent used wrong parameter name 'field_z98_name' instead of 'field_z98'
{"attr_k93":null,"param_e18":"user@test.io","key_d79":940,"col_m81":"John","field_z98":"maintenance","key_q26":360}
TASK repair_structured_output SPEC FIELD order_id TYPE string VALUES type_a|type_b REQUIRED no FIELD feedback TYPE number REQUIRED yes FIELD country.umi TYPE number REQUIRED no FIELD country.credit_score.catalyst TYPE string REQUIRED no FIELD country.credit_score.span_id TYPE integer REQUIRED no FIELD country.credit_s...
{"order_id":"type_a","feedback":80.62,"country":{"umi":6.73,"credit_score":{"catalyst":"bar","span_id":362,"interest_rate":"divorced","deploy_target":"hemizygous","coverage":"2025-03-27T21:17:00Z"},"status_code":{"height":null,"title":186,"user_id":535},"first_name":"2024-12-22T19:41:00Z","annotation":null,"height":"20...
markdown_explanation
{ "type": "object", "properties": { "order_id": { "type": "string", "enum": [ "type_a", "type_b" ] }, "feedback": { "type": "number" }, "country": { "type": "object", "properties": { "umi": { "type": "number" }, ...
Here's the structured output: ```json {"order_id":"type_a","feedback":80.62,"country":{"umi":6.73,"credit_score":{"catalyst":"bar","span_id":362,"interest_rate":"divorced","deploy_target":"hemizygous","coverage":"2025-03-27T21:17:00Z"},"status_code":{"height":null,"title":186,"user_id":535},"first_name":"2024-12-22T19:...
Output contains markdown and explanatory text around JSON
{"order_id":"type_a","feedback":80.62,"country":{"umi":6.73,"credit_score":{"catalyst":"bar","span_id":362,"interest_rate":"divorced","deploy_target":"hemizygous","coverage":"2025-03-27T21:17:00Z"},"status_code":{"height":null,"title":186,"user_id":535},"first_name":"2024-12-22T19:41:00Z","annotation":null,"height":"20...
TASK repair_structured_output SPEC FIELD nickname TYPE string REQUIRED yes FIELD torque_output TYPE string VALUES small|medium|large|xl REQUIRED no FIELD amount TYPE integer REQUIRED no FIELD commit_hash TYPE string REQUIRED yes FIELD due_date TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OU...
{"nickname":"New York","torque_output":"large","amount":173,"commit_hash":"RTG-04","due_date":"new"}
missing_brace
{ "type": "object", "properties": { "nickname": { "type": "string" }, "torque_output": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "amount": { "type": "integer" }, "commit_hash": { "type": "string...
"nickname":"New York","torque_output":"large","amount":173,"commit_hash":"RTG-04","due_date":"new"}
Missing closing brace
{"nickname":"New York","torque_output":"large","amount":173,"commit_hash":"RTG-04","due_date":"new"}
TASK repair_structured_output SPEC FIELD prop_v39 TYPE boolean REQUIRED yes FIELD field_b80 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD dim_i86 TYPE string REQUIRED yes FIELD attr_l18 TYPE string REQUIRED no FIELD param_x42 TYPE integer REQUIRED no FIELD val_f15 TYPE string VALUES cat_a|cat_b ...
{"prop_v39":true,"field_b80":"reliable","dim_i86":"Hapag-Lloyd-Express","attr_l18":"quux","prop_f86":{"prop_z53":27,"field_z34":387,"param_t76":"example","param_q29":"option_c"},"key_n65":{"col_t65":5,"prop_s49":null,"prop_d55":854.28,"attr_x38":"https://example.com"}}
markdown_fences
{ "type": "object", "properties": { "prop_v39": { "type": "boolean" }, "field_b80": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "dim_i86": { "type": "string" }, "attr_l18": { "type": "string" },...
```json {"prop_v39":true,"field_b80":"reliable","dim_i86":"Hapag-Lloyd-Express","attr_l18":"quux","prop_f86":{"prop_z53":27,"field_z34":387,"param_t76":"example","param_q29":"option_c"},"key_n65":{"col_t65":5,"prop_s49":null,"prop_d55":854.28,"attr_x38":"https://example.com"}} ```
Output contains markdown code fences
{"prop_v39":true,"field_b80":"reliable","dim_i86":"Hapag-Lloyd-Express","attr_l18":"quux","prop_f86":{"prop_z53":27,"field_z34":387,"param_t76":"example","param_q29":"option_c"},"key_n65":{"col_t65":5,"prop_s49":null,"prop_d55":854.28,"attr_x38":"https://example.com"}}