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 vital_sign TYPE string REQUIRED yes FIELD due_date TYPE string VALUES small|medium|large|xl REQUIRED no FIELD length TYPE string REQUIRED no FIELD phone.address TYPE integer REQUIRED no FIELD phone.email TYPE number REQUIRED no FIELD phone.item_id TYPE integer REQUIRED no FIELD...
{"vital_sign":"baz","due_date":"large","phone":{"email":573.05,"duration_ms":false,"patient_id":true,"consignee":"This is a test value.","ph_level":"admin@example.com"}}
tool_call_wrong_param
{ "type": "object", "properties": { "vital_sign": { "type": "string" }, "due_date": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "length": { "type": "string" }, "phone": { "type": "object", "...
Tool: calibrate_instrument Params: {"vital_sign": "baz", "due_date": "large", "phone": {"email": 573.05, "duration_ms": false, "patient_id": true, "consignee": "This is a test value.", "ph_level": "admin@example.com"}}
Agent used wrong parameter name 'currency_value' instead of 'currency'
{"vital_sign":"baz","due_date":"large","phone":{"email":573.05,"duration_ms":false,"patient_id":true,"consignee":"This is a test value.","ph_level":"admin@example.com"}}
TASK repair_structured_output SPEC FIELD key_n26 TYPE string REQUIRED no FIELD dim_a89 TYPE integer REQUIRED yes FIELD key_d13 TYPE integer REQUIRED yes FIELD prop_r73 TYPE boolean REQUIRED no FIELD val_s20.dim_q06.prop_z85 TYPE null REQUIRED no FIELD val_s20.dim_q06.prop_n49 TYPE number REQUIRED yes FIELD val_s20.dim...
{"dim_a89":69,"key_d13":873,"prop_r73":false,"dim_j18":"2024-01-15"}
tool_call_text_mix
{ "type": "object", "properties": { "key_n26": { "type": "string" }, "dim_a89": { "type": "integer" }, "key_d13": { "type": "integer" }, "prop_r73": { "type": "boolean" }, "val_s20": { "type": "object", "properties": { "dim_q06": { ...
Let me check the system. <tool_call name="check_availability"> {"dim_a89":69,"key_d13":873,"prop_r73":false,"dim_j18":"2024-01-15"} </tool_call.
Agent response mixes reasoning text with tool call
{"dim_a89":69,"key_d13":873,"prop_r73":false,"dim_j18":"2024-01-15"}
TASK repair_structured_output SPEC FIELD param_e65 TYPE number REQUIRED no FIELD attr_n15 TYPE integer REQUIRED yes FIELD col_p24 TYPE number REQUIRED no FIELD key_l37 TYPE string_email REQUIRED no BROKEN_OUTPUT {"param_e65": "\"327.91\"", "attr_n15": 357, "key_l37": "info@test.io"}
{"param_e65":327.91,"attr_n15":357,"key_l37":"info@test.io"}
wrong_type
{ "type": "object", "properties": { "param_e65": { "type": "number" }, "attr_n15": { "type": "integer" }, "col_p24": { "type": "number" }, "key_l37": { "type": "string", "format": "email" } }, "required": [ "attr_n15" ] }
{"param_e65": "\"327.91\"", "attr_n15": 357, "key_l37": "info@test.io"}
Field 'param_e65' must be number, got string
{"param_e65":327.91,"attr_n15":357,"key_l37":"info@test.io"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string REQUIRED no FIELD visible TYPE null REQUIRED no FIELD status TYPE string_email REQUIRED yes BROKEN_OUTPUT Based on your request, here is the data: {"vessel_name":"Tokyo","visible":null,"status":"ops@domain.org"}
{"vessel_name":"Tokyo","visible":null,"status":"ops@domain.org"}
extra_text_before
{ "type": "object", "properties": { "vessel_name": { "type": "string" }, "visible": { "type": "null" }, "status": { "type": "string", "format": "email" } }, "required": [ "status" ] }
Based on your request, here is the data: {"vessel_name":"Tokyo","visible":null,"status":"ops@domain.org"}
Output contains non-JSON text before the object
{"vessel_name":"Tokyo","visible":null,"status":"ops@domain.org"}
TASK repair_structured_output SPEC FIELD field_b24 TYPE integer REQUIRED no FIELD val_n12 TYPE string VALUES draft|published|archived REQUIRED no FIELD key_g56[].key_k93 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD key_g56[].key_v96 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED...
{"key_g56":[{"key_k93":"sms","key_v96":"option_c","field_k63":null},{"key_k93":"push","key_v96":"option_d","field_k63":null}],"attr_x88":[{"col_l42":true,"param_f61":613.56,"dim_m04":952,"attr_e17":null},{"key_e93":"sample","col_l42":false,"param_f61":431.83,"dim_m04":239,"attr_e17":null,"dim_e43":"completed"},{"col_l4...
truncated_object
{ "type": "object", "properties": { "field_b24": { "type": "integer" }, "val_n12": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "key_g56": { "type": "array", "items": { "type": "object", "propertie...
{"key_g56":[{"key_k93":"sms","key_v96":"option_c","field_k63":null},{"key_k93":"push","key_v96":"option_d","field_k63":null}],"attr_x88":[{"col_l42":true,"param_f61":613.56,"dim_m04":952,"attr_e17":null},{"key_e93":"sample","col_l42":false,"param_f61":431.83,"dim_m04":239,"attr_e17":null,"dim_e43":"completed"},{"col_l4...
Unexpected end of JSON input — truncated object
{"key_g56":[{"key_k93":"sms","key_v96":"option_c","field_k63":null},{"key_k93":"push","key_v96":"option_d","field_k63":null}],"attr_x88":[{"col_l42":true,"param_f61":613.56,"dim_m04":952,"attr_e17":null},{"key_e93":"sample","col_l42":false,"param_f61":431.83,"dim_m04":239,"attr_e17":null,"dim_e43":"completed"},{"col_l4...
TASK repair_structured_output SPEC FIELD step TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD user_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD priority TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD country TYPE string VALUES type_a|type_b|...
{"step":"level_1","user_id":"mode_e","department":"demo","ph_level":143,"date":"Berlin"}
extra_text_before
{ "type": "object", "properties": { "step": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "user_id": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", ...
Based on your request, here is the data: {"step":"level_1","user_id":"mode_e","department":"demo","ph_level":143,"date":"Berlin"}
Output contains non-JSON text before the object
{"step":"level_1","user_id":"mode_e","department":"demo","ph_level":143,"date":"Berlin"}
TASK repair_structured_output SPEC FIELD prop_b68.dim_s67 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD prop_b68.col_x85 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_b68.dim_b38 TYPE string REQUIRED no FIELD prop_b68.prop_h91 TYPE string VALUES small|medium|large...
{"prop_b68":{"dim_s67":"new","col_x85":"resolved","dim_b38":"2024-06-30","dim_j77":"escalated"},"attr_d83":"intermittent","key_u03":732}
tool_call_bad_format
{ "type": "object", "properties": { "prop_b68": { "type": "object", "properties": { "dim_s67": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "col_x85": { ...
<functioncall> run_diagnostics {prop_b68: {dim_s67: "new", col_x85: "resolved", dim_b38: "2024-06-30", dim_j77: "escalated"}, attr_d83: "intermittent", key_u03: 732}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_b68":{"dim_s67":"new","col_x85":"resolved","dim_b38":"2024-06-30","dim_j77":"escalated"},"attr_d83":"intermittent","key_u03":732}
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD hazmat_code TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD patient_id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes BROKEN_OUTPUT {"conduct...
{"conductivity":"type_d","hazmat_code":"type_f","patient_id":"frameshift"}
extra_field
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "hazmat_code": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d",...
{"conductivity": "type_d", "hazmat_code": "type_f", "patient_id": "frameshift", "extra_info_8530": 42}
Unknown field 'extra_info_8530' not defined in schema
{"conductivity":"type_d","hazmat_code":"type_f","patient_id":"frameshift"}
TASK repair_structured_output SPEC FIELD balance TYPE boolean REQUIRED no FIELD umi TYPE number REQUIRED no FIELD annotation TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD level.last_name TYPE string VALUES email|phone|sms|push REQUIRED no FIELD level.format TYPE string REQUIRED no FIELD...
{"balance":false,"umi":985.84,"annotation":"degraded","level":{"last_name":"email","format":"Berlin","comments":false,"product_id":"single"},"manifest_ref":"MV-Evergreen-01","index":null,"visible":184.2}
agent_chain
{ "type": "object", "properties": { "balance": { "type": "boolean" }, "umi": { "type": "number" }, "annotation": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "level": { "type": "...
I need to look up the information first. Action: call_variants Result: {"balance": false, "umi": 985.84, "level": {"last_name": "email", "format": "Berlin", "comments": false, "product_id": "single"}, "manifest_ref": "MV-Evergreen-01", "index": null, "visible": 184.2} Processing the request now. Action: verify_hazmat_...
Agent multi-step chain with truncated tool output
{"balance":false,"umi":985.84,"annotation":"degraded","level":{"last_name":"email","format":"Berlin","comments":false,"product_id":"single"},"manifest_ref":"MV-Evergreen-01","index":null,"visible":184.2}
TASK repair_structured_output SPEC FIELD dim_w65 TYPE string_email REQUIRED yes FIELD dim_e07 TYPE string REQUIRED no FIELD col_u26 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD param_c30 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes BROKEN_OUTPUT {"dim_w65":"admin@example.com","col_u26":"...
{"dim_w65":"admin@example.com","col_u26":"enterprise","param_c30":"cat_c"}
truncated_object
{ "type": "object", "properties": { "dim_w65": { "type": "string", "format": "email" }, "dim_e07": { "type": "string" }, "col_u26": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "param_c30": { ...
{"dim_w65":"admin@example.com","col_u26":"enterprise","param_c30":"cat_c"
Unexpected end of JSON input — truncated object
{"dim_w65":"admin@example.com","col_u26":"enterprise","param_c30":"cat_c"}
TASK repair_structured_output SPEC FIELD val_c76 TYPE boolean REQUIRED no FIELD attr_g67 TYPE integer REQUIRED yes FIELD key_t22 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD attr_p96 TYPE string REQUIRED yes FIELD attr_u52 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD attr_f30 TYPE ...
{"val_c76":false,"attr_g67":309,"key_t22":"arctic","attr_p96":"foo","attr_u52":"email","attr_f30":631}
extra_text_before
{ "type": "object", "properties": { "val_c76": { "type": "boolean" }, "attr_g67": { "type": "integer" }, "key_t22": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "attr_p96": { "type": "strin...
Here is the response in the requested format: {"val_c76":false,"attr_g67":309,"key_t22":"arctic","attr_p96":"foo","attr_u52":"email","attr_f30":631}
Output contains non-JSON text before the object
{"val_c76":false,"attr_g67":309,"key_t22":"arctic","attr_p96":"foo","attr_u52":"email","attr_f30":631}
TASK repair_structured_output SPEC FIELD umi TYPE boolean REQUIRED yes FIELD compound TYPE boolean REQUIRED no FIELD current_draw.count TYPE integer REQUIRED no FIELD current_draw.shift_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD current_draw.address TYPE boolean REQUIRED no F...
{"umi":true,"compound":true,"current_draw":{"count":828,"shift_code":"confirmed","address":false,"timezone":true,"features":true,"log_level":"Santos","span_id":{"discount":221.07,"amount":"option_c","first_name":167.15,"values":false}},"thumbnail":"red"}
markdown_explanation
{ "type": "object", "properties": { "umi": { "type": "boolean" }, "compound": { "type": "boolean" }, "current_draw": { "type": "object", "properties": { "count": { "type": "integer" }, "shift_code": { "type": "string", ...
The parsed result is: ```json {"umi":true,"compound":true,"current_draw":{"count":828,"shift_code":"confirmed","address":false,"timezone":true,"features":true,"log_level":"Santos","span_id":{"discount":221.07,"amount":"option_c","first_name":167.15,"values":false}},"thumbnail":"red"} ``` Feel free to ask if you have qu...
Output contains markdown and explanatory text around JSON
{"umi":true,"compound":true,"current_draw":{"count":828,"shift_code":"confirmed","address":false,"timezone":true,"features":true,"log_level":"Santos","span_id":{"discount":221.07,"amount":"option_c","first_name":167.15,"values":false}},"thumbnail":"red"}
TASK repair_structured_output SPEC FIELD bearing TYPE string REQUIRED yes FIELD last_name TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD turbidity TYPE boolean REQUIRED no FIELD name.state TYPE integer REQUIRED no FIELD name.procedure_code.commit_hash TYPE number REQUIRED no FIELD name.procedure_code.url TY...
{"bearing":"MV-Evergreen-01","last_name":"BRL","name":{"state":217,"procedure_code":{"commit_hash":197.63,"half_life":"white","collateral":660.04,"published":"Diana","branch":"Alice"},"date":"ops@test.io","throttle_pos":"user@test.io","salinity":{"chapter":"new","salinity":"married","phenotype":"https://api.org/data","...
missing_required
{ "type": "object", "properties": { "bearing": { "type": "string" }, "last_name": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "turbidity": { "type": "boolean" }, "name": { "type": "object...
{"bearing": "MV-Evergreen-01", "name": {"state": 217, "procedure_code": {"commit_hash": 197.63, "half_life": "white", "collateral": 660.04, "published": "Diana", "branch": "Alice"}, "date": "ops@test.io", "throttle_pos": "user@test.io", "salinity": {"chapter": "new", "salinity": "married", "phenotype": "https://api.org...
Required field 'last_name' is missing
{"bearing":"MV-Evergreen-01","last_name":"BRL","name":{"state":217,"procedure_code":{"commit_hash":197.63,"half_life":"white","collateral":660.04,"published":"Diana","branch":"Alice"},"date":"ops@test.io","throttle_pos":"user@test.io","salinity":{"chapter":"new","salinity":"married","phenotype":"https://api.org/data","...
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string VALUES draft|published|archived REQUIRED no FIELD collateral TYPE number REQUIRED no FIELD decay_rate TYPE number REQUIRED yes FIELD chromosome.invoice_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD chromosome.weight TYPE string VA...
{"hazmat_code":"archived","decay_rate":552.42,"chromosome":{"invoice_id":"arctic","weight":"inland","category":"published"},"run_id":{"discount":null,"maturity_date":"low","url":"single"},"deploy_target":"married","amplitude":"https://www.io/data"}
wrong_type
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "collateral": { "type": "number" }, "decay_rate": { "type": "number" }, "chromosome": { "type": "object", ...
{"hazmat_code": "archived", "decay_rate": "\"552.42\"", "chromosome": {"invoice_id": "arctic", "weight": "inland", "category": "published"}, "run_id": {"discount": null, "maturity_date": "low", "url": "single"}, "deploy_target": "married", "amplitude": "https://www.io/data"}
Field 'decay_rate' must be number, got string
{"hazmat_code":"archived","decay_rate":552.42,"chromosome":{"invoice_id":"arctic","weight":"inland","category":"published"},"run_id":{"discount":null,"maturity_date":"low","url":"single"},"deploy_target":"married","amplitude":"https://www.io/data"}
TASK repair_structured_output SPEC FIELD prop_t08.param_c96 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD prop_t08.col_k37 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD prop_t08.key_r68 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD prop_t08.dim_s04 TYPE integer REQUIRED...
{"col_n09":"returned","param_w92":174.86,"val_z50":"Smith","field_h52":98}
thought_process
{ "type": "object", "properties": { "prop_t08": { "type": "object", "properties": { "param_c96": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "col_k37": { "type": "string", "...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"col_n09":"returned","param_w92":174.86,"val_z50":"Smith","field_h52":98}
Output contains chain-of-thought reasoning before JSON
{"col_n09":"returned","param_w92":174.86,"val_z50":"Smith","field_h52":98}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD footnote TYPE string_uri REQUIRED yes FIELD options TYPE boolean REQUIRED no FIELD branch TYPE number REQUIRED no FIELD status TYPE number REQUIRED no BROKEN_OUTPUT {"lab_result":"cat_a","footnote":"https://www.org/v...
{"lab_result":"cat_a","footnote":"https://www.org/v1","options":false}
extra_text_after
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "footnote": { "type": "string", "format": "uri" }, "options": { "type": "boolean" }, "branch": { "type": "number" }, "st...
{"lab_result":"cat_a","footnote":"https://www.org/v1","options":false} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"lab_result":"cat_a","footnote":"https://www.org/v1","options":false}
TASK repair_structured_output SPEC FIELD prop_z42 TYPE number REQUIRED yes FIELD val_t79 TYPE number REQUIRED yes FIELD col_k41[].key_z17 TYPE string REQUIRED yes FIELD col_k41[].attr_c72 TYPE integer REQUIRED yes FIELD col_k41[].key_x13 TYPE integer REQUIRED no FIELD col_k41[].prop_w05 TYPE integer REQUIRED yes BROK...
{"prop_z42":322.79,"val_t79":658.99,"col_k41":[{"key_z17":"pending","attr_c72":92,"key_x13":925,"prop_w05":850}]}
agent_chain
{ "type": "object", "properties": { "prop_z42": { "type": "number" }, "val_t79": { "type": "number" }, "col_k41": { "type": "array", "items": { "type": "object", "properties": { "key_z17": { "type": "string" }, "at...
I need to look up the information first. Action: lookup_customer Result: {"val_t79": 658.99, "col_k41": [{"key_z17": "pending", "attr_c72": 92, "key_x13": 925, "prop_w05": 850}]} I'll query our database. Action: calibrate_instrument Result:
Agent multi-step chain with truncated tool output
{"prop_z42":322.79,"val_t79":658.99,"col_k41":[{"key_z17":"pending","attr_c72":92,"key_x13":925,"prop_w05":850}]}
TASK repair_structured_output SPEC FIELD published TYPE integer REQUIRED no FIELD compound TYPE string REQUIRED yes FIELD torque_output TYPE string_uri REQUIRED no BROKEN_OUTPUT Let me check the system. Action: run_diagnostics Result: {"published": 818, "torque_output": "https://data.org/data"} I'll query our databa...
{"published":818,"compound":"cancelled","torque_output":"https://data.org/data"}
agent_chain
{ "type": "object", "properties": { "published": { "type": "integer" }, "compound": { "type": "string" }, "torque_output": { "type": "string", "format": "uri" } }, "required": [ "compound" ] }
Let me check the system. Action: run_diagnostics Result: {"published": 818, "torque_output": "https://data.org/data"} I'll query our database. Action: generate_report Result:
Agent multi-step chain with truncated tool output
{"published":818,"compound":"cancelled","torque_output":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD last_name TYPE integer REQUIRED yes FIELD insurance_id TYPE string REQUIRED no FIELD shipper_ref TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD umi.tax TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD umi.position TYPE string REQUIRED no FIELD umi.address TYPE string...
{"last_name":842,"insurance_id":"Hapag-Lloyd-Express","shipper_ref":"mode_b","umi":{"position":"Johnson","address":"Santos","temp_celsius":99,"collateral":{"annotation":48,"enabled":120.75,"frequency_hz":null,"version":null}},"latitude":{"footnote":99,"timezone":607.4,"salinity":"unstable","zip_code":{"age":"A short de...
tool_call_bad_format
{ "type": "object", "properties": { "last_name": { "type": "integer" }, "insurance_id": { "type": "string" }, "shipper_ref": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "umi": { "type": "object", "properties": { ...
<functioncall> assign_berth {last_name: 842, insurance_id: "Hapag-Lloyd-Express", shipper_ref: "mode_b", umi: {position: "Johnson", address: "Santos", temp_celsius: 99, collateral: {annotation: 48, enabled: 120.75, frequency_hz: null, version: null}}, latitude: {footnote: 99, timezone: 607.4, salinity: "unstable", zip_...
Tool call has malformed arguments — unquoted keys in function parameters
{"last_name":842,"insurance_id":"Hapag-Lloyd-Express","shipper_ref":"mode_b","umi":{"position":"Johnson","address":"Santos","temp_celsius":99,"collateral":{"annotation":48,"enabled":120.75,"frequency_hz":null,"version":null}},"latitude":{"footnote":99,"timezone":607.4,"salinity":"unstable","zip_code":{"age":"A short de...
TASK repair_structured_output SPEC FIELD currency TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD status TYPE string_uri REQUIRED no FIELD decay_rate TYPE string_uri REQUIRED yes FIELD dosage TYPE string REQUIRED yes FIELD tax.role TYPE integer REQUIRED no FIELD tax.longitude TYPE null REQUIRED yes FIEL...
{"currency":"enterprise","status":"https://api.com/v1","decay_rate":"https://example.io/data","dosage":"Berlin","tax":{"longitude":null,"active":486,"compound":{"quantity":"Alice","type":332,"status_code":"level_1","status":833.7,"chapter":"demo"},"user_id":319},"visible":"completed"}
agent_chain
{ "type": "object", "properties": { "currency": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "status": { "type": "string", "format": "uri" }, "decay_rate": { "type": "string", "format": "uri" ...
I need to look up the information first. Action: validate_sample Result: {"currency": "enterprise", "status": "https://api.com/v1", "decay_rate": "https://example.io/data", "tax": {"longitude": null, "active": 486, "compound": {"quantity": "Alice", "type": 332, "status_code": "level_1", "status": 833.7, "chapter": "dem...
Agent multi-step chain with truncated tool output
{"currency":"enterprise","status":"https://api.com/v1","decay_rate":"https://example.io/data","dosage":"Berlin","tax":{"longitude":null,"active":486,"compound":{"quantity":"Alice","type":332,"status_code":"level_1","status":833.7,"chapter":"demo"},"user_id":319},"visible":"completed"}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE null REQUIRED no FIELD fleet_number TYPE string REQUIRED yes FIELD insurance_id[] TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD total[] TYPE boolean REQUIRED yes BROKEN_OUTPUT Tool: calculate_docking_fee Params: {"fleet_numbe...
{"fleet_number":"sample","insurance_id":["synonymous","frameshift","frameshift","frameshift"],"total":[true,false,false,true]}
tool_call_wrong_param
{ "type": "object", "properties": { "brake_pressure": { "type": "null" }, "fleet_number": { "type": "string" }, "insurance_id": { "type": "array", "items": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", ...
Tool: calculate_docking_fee Params: {"fleet_number": "sample", "total": [true, false, false, true], "insurance_id2": ["synonymous", "frameshift", "frameshift", "frameshift"]}
Agent used wrong parameter name 'insurance_id2' instead of 'insurance_id'
{"fleet_number":"sample","insurance_id":["synonymous","frameshift","frameshift","frameshift"],"total":[true,false,false,true]}
TASK repair_structured_output SPEC FIELD filter_flag TYPE number REQUIRED no FIELD isotope TYPE string REQUIRED yes FIELD salinity TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD compound TYPE string REQUIRED no BROKEN_OUTPUT {filter_flag:925.95,isotope:"active"}
{"filter_flag":925.95,"isotope":"active"}
unquoted_keys
{ "type": "object", "properties": { "filter_flag": { "type": "number" }, "isotope": { "type": "string" }, "salinity": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "compound": { "...
{filter_flag:925.95,isotope:"active"}
Expecting property name enclosed in double quotes
{"filter_flag":925.95,"isotope":"active"}
TASK repair_structured_output SPEC FIELD col_k77 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_q00 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD col_f24 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_h61 TYPE string REQUIRED no FIELD prop_q08 TYPE integer R...
{"col_k77":"delivered","col_f24":"admin","prop_q08":528}
markdown_fences
{ "type": "object", "properties": { "col_k77": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_q00": { "type": "string", "enum": [ "low", "medium", "high", "critical" ...
```json {"col_k77":"delivered","col_f24":"admin","prop_q08":528} ```
Output contains markdown code fences
{"col_k77":"delivered","col_f24":"admin","prop_q08":528}
TASK repair_structured_output SPEC FIELD description TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD insurance_id TYPE boolean REQUIRED no FIELD transaction_id TYPE string REQUIRED no FIELD subtotal TYPE string REQUIRED yes BROKEN_OUTPUT {"description": "invalid_option_347", "insurance_i...
{"description":"operational","insurance_id":true,"transaction_id":"Bob","subtotal":"Jane"}
invalid_enum
{ "type": "object", "properties": { "description": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "insurance_id": { "type": "boolean" }, "transaction_id": { "type": "string" }, "subtotal...
{"description": "invalid_option_347", "insurance_id": true, "transaction_id": "Bob", "subtotal": "Jane"}
Field 'description' has invalid enum value 'invalid_option_347', expected one of ['operational', 'degraded', 'offline', 'maintenance']
{"description":"operational","insurance_id":true,"transaction_id":"Bob","subtotal":"Jane"}
TASK repair_structured_output SPEC FIELD prop_h60 TYPE boolean REQUIRED no FIELD col_z25 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD param_i26 TYPE string REQUIRED no FIELD key_k46 TYPE boolean REQUIRED no FIELD param_m62[].attr_q53 TYPE string REQUIRED no FIELD param_m62[].param_w63 TYPE number REQUIRED no FIELD...
{"prop_h60":true,"col_z25":"cat_a","param_i26":"Alice","key_k46":true,"param_m62":[{"attr_q53":"REV","param_w63":159.63,"dim_t04":false,"dim_x08":"QC-07"},{"attr_q53":"https://api.example.com/v1","param_w63":784.53,"dim_t04":false,"dim_x08":"Charlie","key_m46":"qux"}]}
truncated_array
{ "type": "object", "properties": { "prop_h60": { "type": "boolean" }, "col_z25": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "param_i26": { "type": "string" }, "key_k46": { "type": "boolean" }, "param_m62": { "typ...
{"prop_h60":true,"col_z25":"cat_a","param_i26":"Alice","key_k46":true,"param_m62":[{"attr_q53":"REV","param_w63":159.63,"dim_t04":false,"dim_x08":"QC-07"},{"attr_q53":"https://api.example.com/v1","param_w63":784.53,"dim_t04":false,"dim_x08":"Charlie","key_m46":"qux"}
Unexpected end of JSON input — truncated array
{"prop_h60":true,"col_z25":"cat_a","param_i26":"Alice","key_k46":true,"param_m62":[{"attr_q53":"REV","param_w63":159.63,"dim_t04":false,"dim_x08":"QC-07"},{"attr_q53":"https://api.example.com/v1","param_w63":784.53,"dim_t04":false,"dim_x08":"Charlie","key_m46":"qux"}]}
TASK repair_structured_output SPEC FIELD col_w10 TYPE string REQUIRED no FIELD col_m74 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_w46 TYPE number REQUIRED yes FIELD val_l64[].key_h97 TYPE number REQUIRED no FIELD val_l64[].col_p76 TYPE null REQUIRED yes FIELD val_l64[].attr_a75 TYPE string ...
{"col_m74":"error","field_w46":470.74,"val_l64":[{"key_h97":991.32,"col_p76":null,"attr_a75":"inactive","attr_c27":"ops@example.com"}],"prop_p47":["https://data.org/api","https://data.org/api"]}
missing_required
{ "type": "object", "properties": { "col_w10": { "type": "string" }, "col_m74": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "field_w46": { "type": "number" }, "val_l64": { "type": "array", ...
{"col_m74": "error", "field_w46": 470.74, "prop_p47": ["https://data.org/api", "https://data.org/api"]}
Required field 'val_l64' is missing
{"col_m74":"error","field_w46":470.74,"val_l64":[{"key_h97":991.32,"col_p76":null,"attr_a75":"inactive","attr_c27":"ops@example.com"}],"prop_p47":["https://data.org/api","https://data.org/api"]}
TASK repair_structured_output SPEC FIELD field_g83 TYPE string REQUIRED no FIELD col_l36 TYPE number REQUIRED yes FIELD dim_m88 TYPE number REQUIRED no FIELD field_y06.prop_l18 TYPE number REQUIRED no FIELD field_y06.prop_s32 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD field_y06.prop_c78 TYPE string_ema...
{"field_g83":"world","col_l36":331.24,"field_y06":{"prop_l18":661.51,"prop_s32":"email","attr_m63":[674,671,737]},"col_w37":"heterozygous","param_h94":false}
tool_call_text_mix
{ "type": "object", "properties": { "field_g83": { "type": "string" }, "col_l36": { "type": "number" }, "dim_m88": { "type": "number" }, "field_y06": { "type": "object", "properties": { "prop_l18": { "type": "number" }, "pro...
I need to look up the information first. <tool_call name="transfer_call"> {"field_g83":"world","col_l36":331.24,"field_y06":{"prop_l18":661.51,"prop_s32":"email","attr_m63":[674,671,737]},"col_w37":"heterozygous","param_h94":false} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"field_g83":"world","col_l36":331.24,"field_y06":{"prop_l18":661.51,"prop_s32":"email","attr_m63":[674,671,737]},"col_w37":"heterozygous","param_h94":false}
TASK repair_structured_output SPEC FIELD amount TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD ward TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD username TYPE integer REQUIRED yes FIELD options TYPE string VALUES type_a|type_b|type_c REQUIRED yes BROKEN_OUTPUT...
{"amount":"mode_d","ward":"level_4","username":713,"options":"type_b"}
missing_brace
{ "type": "object", "properties": { "amount": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "ward": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
{"amount":"mode_d","ward":"level_4","username":713,"options":"type_b"
Missing closing brace
{"amount":"mode_d","ward":"level_4","username":713,"options":"type_b"}
TASK repair_structured_output SPEC FIELD param_o59 TYPE integer REQUIRED no FIELD col_l98.dim_m58 TYPE integer REQUIRED yes FIELD col_l98.field_h50 TYPE string_uri REQUIRED no FIELD col_l98.val_g51.col_q69 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_l98.val_g51.field_q49 TYPE string VALUES ...
{"param_o59":402,"col_l98":{"dim_m58":21,"field_h50":"https://data.org/v1","val_g51":{"col_q69":"inland","field_q49":"underway","dim_r03":613,"val_i46":"Jane","val_t17":82,"val_u74":483.68},"field_d44":"draft","field_p27":488.46,"attr_g23":220,"param_l76":150},"val_e33":"quux","val_h51":true}
number_with_unit
{ "type": "object", "properties": { "param_o59": { "type": "integer" }, "col_l98": { "type": "object", "properties": { "dim_m58": { "type": "integer" }, "field_h50": { "type": "string", "format": "uri" }, "val_g51": ...
{"param_o59": "402%", "col_l98": {"dim_m58": 21, "field_h50": "https://data.org/v1", "val_g51": {"col_q69": "inland", "field_q49": "underway", "dim_r03": 613, "val_i46": "Jane", "val_t17": 82, "val_u74": 483.68}, "field_d44": "draft", "field_p27": 488.46, "attr_g23": 220, "param_l76": 150}, "val_e33": "quux", "val_h51"...
Field 'param_o59' must be number, got string with unit
{"param_o59":402,"col_l98":{"dim_m58":21,"field_h50":"https://data.org/v1","val_g51":{"col_q69":"inland","field_q49":"underway","dim_r03":613,"val_i46":"Jane","val_t17":82,"val_u74":483.68},"field_d44":"draft","field_p27":488.46,"attr_g23":220,"param_l76":150},"val_e33":"quux","val_h51":true}
TASK repair_structured_output SPEC FIELD col_b42 TYPE string VALUES level_1|level_2 REQUIRED no FIELD param_r93 TYPE string_uri REQUIRED yes FIELD prop_z31 TYPE string REQUIRED no BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"col_b42":"level_1","param_r...
{"col_b42":"level_1","param_r93":"https://example.com/v1","prop_z31":"Jane"}
thought_process
{ "type": "object", "properties": { "col_b42": { "type": "string", "enum": [ "level_1", "level_2" ] }, "param_r93": { "type": "string", "format": "uri" }, "prop_z31": { "type": "string" } }, "required": [ "param_r93" ] }
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"col_b42":"level_1","param_r93":"https://example.com/v1","prop_z31":"Jane"}
Output contains chain-of-thought reasoning before JSON
{"col_b42":"level_1","param_r93":"https://example.com/v1","prop_z31":"Jane"}
TASK repair_structured_output SPEC FIELD filter_flag.count TYPE string VALUES success|error|warning|info REQUIRED yes FIELD filter_flag.department TYPE string REQUIRED yes FIELD filter_flag.company TYPE null REQUIRED no FIELD filter_flag.diagnosis_code TYPE string VALUES low|medium|high|critical REQUIRED no FIELD filt...
{"features":false,"options":270.5}
number_with_unit
{ "type": "object", "properties": { "filter_flag": { "type": "object", "properties": { "count": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "department": { "ty...
{"features": false, "options": "270.5MB"}
Field 'options' must be number, got string with unit
{"features":false,"options":270.5}
TASK repair_structured_output SPEC FIELD dim_z91 TYPE boolean REQUIRED yes FIELD key_j48.key_y98 TYPE number REQUIRED yes FIELD key_j48.attr_j99 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD key_j48.attr_b56 TYPE integer REQUIRED no FIELD val_k64 TYPE boolean REQUIRED yes FIELD col_g51 TYPE string VALUES ...
{"dim_z91":false,"key_j48":{"key_y98":950.02,"attr_j99":"email","attr_b56":289},"val_k64":false,"col_g51":"option_c"}
extra_text_after
{ "type": "object", "properties": { "dim_z91": { "type": "boolean" }, "key_j48": { "type": "object", "properties": { "key_y98": { "type": "number" }, "attr_j99": { "type": "string", "enum": [ "email", "phone"...
{"dim_z91":false,"key_j48":{"key_y98":950.02,"attr_j99":"email","attr_b56":289},"val_k64":false,"col_g51":"option_c"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"dim_z91":false,"key_j48":{"key_y98":950.02,"attr_j99":"email","attr_b56":289},"val_k64":false,"col_g51":"option_c"}
TASK repair_structured_output SPEC FIELD organism TYPE string REQUIRED yes FIELD active TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD deploy_target TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no BROKEN_OUTPUT Let me check the system. <tool_call name="queue_sequencing_run">...
{"organism":"QC-07"}
tool_call_text_mix
{ "type": "object", "properties": { "organism": { "type": "string" }, "active": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "deploy_target": { "type": "string", "enum": [ "cat_a", ...
Let me check the system. <tool_call name="queue_sequencing_run"> {"organism":"QC-07"} </tool_call.
Agent response mixes reasoning text with tool call
{"organism":"QC-07"}
TASK repair_structured_output SPEC FIELD attr_f63 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD param_b96 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD val_u78.key_z07 TYPE integer REQUIRED no FIELD val_u78.col_n34.attr_v73 TYPE string VALUES success|error|warning|info REQ...
{"param_b96":"inland","val_u78":{"col_n34":{"attr_v73":"info","field_p63":269,"attr_x60":768,"param_g25":205.28,"dim_c55":"2024-06-30","field_f64":653},"attr_y90":{"key_u64":"level_2","key_e12":"demo","val_j65":"sample"}}}
partial_structure
{ "type": "object", "properties": { "attr_f63": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "param_b96": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic"...
I found that val_u78 should be {'col_n34': {'attr_v73': 'info', 'field_p63': 269, 'attr_x60': 768, 'param_g25': 205.28, 'dim_c55': '2024-06-30', 'field_f64': 653}, 'attr_y90': {'key_u64': 'level_2', 'key_e12': 'demo', 'val_j65': 'sample'}}. {"param_b96":"inland","val_u78":{"col_n34":{"attr_v73":"info","field_p63":269,"...
Output mixes natural language with JSON
{"param_b96":"inland","val_u78":{"col_n34":{"attr_v73":"info","field_p63":269,"attr_x60":768,"param_g25":205.28,"dim_c55":"2024-06-30","field_f64":653},"attr_y90":{"key_u64":"level_2","key_e12":"demo","val_j65":"sample"}}}
TASK repair_structured_output SPEC FIELD attr_q12 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD col_y97 TYPE string_uri REQUIRED yes FIELD col_j98 TYPE boolean REQUIRED yes FIELD prop_m22.field_o46 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_m22.val_f85....
{"col_y97":"https://api.io/data","col_j98":false,"prop_m22":{"field_o46":"rejected","val_f85":{"field_j20":true,"dim_p76":382.15,"dim_m06":null},"param_w49":425,"field_r55":880.04,"dim_w91":"moored","col_z88":{"dim_a82":"email","key_t30":804.72,"param_n25":"GRCh38","field_m99":"anchored","param_n06":"2026-10-07T06:54:0...
tool_call_partial_args
{ "type": "object", "properties": { "attr_q12": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_y97": { "type": "string", "format": "uri" }, "col_j98": { "type": "boolean" }, "prop_m22": { "t...
I need to look up the information first. Action: annotate_mutation Arguments: {"col_y97": "https://api.io/data", "col_j98": false}
Agent tool call missing required parameter 'prop_m22'
{"col_y97":"https://api.io/data","col_j98":false,"prop_m22":{"field_o46":"rejected","val_f85":{"field_j20":true,"dim_p76":382.15,"dim_m06":null},"param_w49":425,"field_r55":880.04,"dim_w91":"moored","col_z88":{"dim_a82":"email","key_t30":804.72,"param_n25":"GRCh38","field_m99":"anchored","param_n06":"2026-10-07T06:54:0...
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD currency TYPE string REQUIRED yes FIELD freight_class TYPE string_date-time REQUIRED yes FIELD latitude TYPE string REQUIRED no FIELD rating TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"crew_id": "inva...
{"crew_id":"unstable","currency":"RTG-04","freight_class":"2023-11-22T11:06:00Z","rating":"https://data.org/api"}
invalid_enum
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "currency": { "type": "string" }, "freight_class": { "type": "string", "format": "date-time" }, "latitude":...
{"crew_id": "invalid_option_395", "currency": "RTG-04", "freight_class": "2023-11-22T11:06:00Z", "rating": "https://data.org/api"}
Field 'crew_id' has invalid enum value 'invalid_option_395', expected one of ['reliable', 'unstable', 'intermittent']
{"crew_id":"unstable","currency":"RTG-04","freight_class":"2023-11-22T11:06:00Z","rating":"https://data.org/api"}
TASK repair_structured_output SPEC FIELD val_m85 TYPE string REQUIRED yes FIELD field_f54 TYPE boolean REQUIRED no FIELD dim_g57 TYPE string REQUIRED no BROKEN_OUTPUT transfer_call(val_m85='hello', dim_g57='A short description.')
{"val_m85":"hello","dim_g57":"A short description."}
tool_call_python_syntax
{ "type": "object", "properties": { "val_m85": { "type": "string" }, "field_f54": { "type": "boolean" }, "dim_g57": { "type": "string" } }, "required": [ "val_m85" ] }
transfer_call(val_m85='hello', dim_g57='A short description.')
Tool call uses Python syntax instead of JSON
{"val_m85":"hello","dim_g57":"A short description."}
TASK repair_structured_output SPEC FIELD val_p17 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD attr_f23 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD val_c78 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD dim_h77.param_l88 TYPE string REQUIRED no FIELD dim_h77.dim_f...
{"val_p17":"type_e","attr_f23":"level_1","val_c78":"cat_b","dim_h77":{"param_l88":"2024-06-30","dim_f64":"inactive","val_m26":"chr1","field_f98":"type_a","dim_l25":[{"val_m15":"Diana","col_o27":"Johnson","param_x29":"2024-01-15"}]}}
missing_bracket
{ "type": "object", "properties": { "val_p17": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "attr_f23": { "type": "string", "enum": [ "level_1", "level_2", "level_3", ...
{"val_p17":"type_e","attr_f23":"level_1","val_c78":"cat_b","dim_h77":{"param_l88":"2024-06-30","dim_f64":"inactive","val_m26":"chr1","field_f98":"type_a","dim_l25":{"val_m15":"Diana","col_o27":"Johnson","param_x29":"2024-01-15"}]}}
Missing closing bracket
{"val_p17":"type_e","attr_f23":"level_1","val_c78":"cat_b","dim_h77":{"param_l88":"2024-06-30","dim_f64":"inactive","val_m26":"chr1","field_f98":"type_a","dim_l25":[{"val_m15":"Diana","col_o27":"Johnson","param_x29":"2024-01-15"}]}}
TASK repair_structured_output SPEC FIELD val_u34 TYPE string VALUES success|error|warning|info REQUIRED no FIELD param_j72 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_g90 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_o04 TYPE string VALUES email|phone|sms|push REQUIRE...
{"val_u34":"warning","key_g90":"heterozygous","param_o04":"email","field_r41":"Sao Paulo"}
null_required
{ "type": "object", "properties": { "val_u34": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "param_j72": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, ...
{"val_u34": "warning", "key_g90": "heterozygous", "param_o04": "email", "field_r41": null}
Required field 'field_r41' is null
{"val_u34":"warning","key_g90":"heterozygous","param_o04":"email","field_r41":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD visible TYPE integer REQUIRED yes FIELD title TYPE boolean REQUIRED no FIELD shipping TYPE integer REQUIRED yes FIELD city.item_id TYPE string REQUIRED no FIELD city.title TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD city.type TYPE string VAL...
{"visible":824,"title":false,"shipping":330,"city":{"title":"confirmed","type":"reliable","altitude":"hello"},"feedback":{"current_draw":false,"commit_hash":"FWD","consignee":854.94,"branch":"frameshift","email":"coastal","procedure_code":"info@domain.org","turbidity":true}}
unquoted_keys
{ "type": "object", "properties": { "visible": { "type": "integer" }, "title": { "type": "boolean" }, "shipping": { "type": "integer" }, "city": { "type": "object", "properties": { "item_id": { "type": "string" }, "title": {...
{visible:824,title:false,shipping:330,city:{title:"confirmed",type:"reliable",altitude:"hello"},feedback:{current_draw:false,commit_hash:"FWD",consignee:854.94,branch:"frameshift",email:"coastal",procedure_code:"info@domain.org",turbidity:true}}
Expecting property name enclosed in double quotes
{"visible":824,"title":false,"shipping":330,"city":{"title":"confirmed","type":"reliable","altitude":"hello"},"feedback":{"current_draw":false,"commit_hash":"FWD","consignee":854.94,"branch":"frameshift","email":"coastal","procedure_code":"info@domain.org","turbidity":true}}
TASK repair_structured_output SPEC FIELD field_f64 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD field_z83 TYPE number REQUIRED yes FIELD param_t35 TYPE boolean REQUIRED no FIELD col_d48 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD key_y82 TYPE string VALUES active|inactive|pending REQUI...
{"field_f64":"USD","field_z83":418.23,"param_t35":false,"key_y82":"active","attr_p98":"level_1"}
truncated_array
{ "type": "object", "properties": { "field_f64": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "field_z83": { "type": "number" }, "param_t35": { "type": "boolean" }, "col_d48": { "type": "s...
{"field_f64":"USD","field_z83":418.23,"param_t35":false,"key_y82":"active","attr_p98":"level_1"
Unexpected end of JSON input — truncated object
{"field_f64":"USD","field_z83":418.23,"param_t35":false,"key_y82":"active","attr_p98":"level_1"}
TASK repair_structured_output SPEC FIELD field_k88 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_l87 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_r60 TYPE string REQUIRED no FIELD attr_a80 TYPE string_uri REQUIRED no FIELD field_t76 TYPE string_date-time REQUIRED no FIEL...
{"val_l87":"arctic","field_r60":"qux","attr_a80":"https://example.io/v1","field_t76":"2026-10-07T17:29:00Z","key_l81":"published"}
partial_structure
{ "type": "object", "properties": { "field_k88": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "val_l87": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] ...
The field_r60 is qux and {"val_l87":"arctic","field_r60":"qux","attr_a80":"https://example.io/v1","field_t76":"2026-10-07T17:29:00Z","key_l81":"published"}
Output mixes natural language with JSON
{"val_l87":"arctic","field_r60":"qux","attr_a80":"https://example.io/v1","field_t76":"2026-10-07T17:29:00Z","key_l81":"published"}
TASK repair_structured_output SPEC FIELD param_g48 TYPE number REQUIRED no FIELD key_s49.dim_s87 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD key_s49.val_l96 TYPE boolean REQUIRED no FIELD key_s49.param_h28 TYPE boolean REQUIRED no FIELD key_s49.field_a74 TYPE integer REQUIRED no FIELD key_s...
{"key_s49":{"dim_s87":"hemizygous","val_l96":false,"param_h28":true,"key_n22":{"key_t60":"PASS","param_u01":"enterprise","param_m64":true,"val_s03":428,"col_v95":"bar"},"param_s03":{"dim_n83":"BRL","key_s10":301,"val_a97":"underway","field_i70":"John","field_k36":"hemizygous","key_s58":"GRCh38"}},"field_x56":718,"key_r...
wrong_type
{ "type": "object", "properties": { "param_g48": { "type": "number" }, "key_s49": { "type": "object", "properties": { "dim_s87": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] ...
{"key_s49": {"dim_s87": "hemizygous", "val_l96": false, "param_h28": true, "key_n22": {"key_t60": "PASS", "param_u01": "enterprise", "param_m64": true, "val_s03": 428, "col_v95": "bar"}, "param_s03": {"dim_n83": "BRL", "key_s10": 301, "val_a97": "underway", "field_i70": "John", "field_k36": "hemizygous", "key_s58": "GR...
Field 'attr_v50' must be boolean, got string
{"key_s49":{"dim_s87":"hemizygous","val_l96":false,"param_h28":true,"key_n22":{"key_t60":"PASS","param_u01":"enterprise","param_m64":true,"val_s03":428,"col_v95":"bar"},"param_s03":{"dim_n83":"BRL","key_s10":301,"val_a97":"underway","field_i70":"John","field_k36":"hemizygous","key_s58":"GRCh38"}},"field_x56":718,"key_r...
TASK repair_structured_output SPEC FIELD prop_f42 TYPE integer REQUIRED no FIELD param_a51 TYPE number REQUIRED yes FIELD col_b18 TYPE string REQUIRED no FIELD field_y33 TYPE string_uri REQUIRED no BROKEN_OUTPUT {'prop_f42':438,'param_a51':774.75,'col_b18':'2024-06-30','field_y33':'https://example.org/v1'}
{"prop_f42":438,"param_a51":774.75,"col_b18":"2024-06-30","field_y33":"https://example.org/v1"}
single_quotes
{ "type": "object", "properties": { "prop_f42": { "type": "integer" }, "param_a51": { "type": "number" }, "col_b18": { "type": "string" }, "field_y33": { "type": "string", "format": "uri" } }, "required": [ "param_a51" ] }
{'prop_f42':438,'param_a51':774.75,'col_b18':'2024-06-30','field_y33':'https://example.org/v1'}
Expecting property name enclosed in double quotes
{"prop_f42":438,"param_a51":774.75,"col_b18":"2024-06-30","field_y33":"https://example.org/v1"}
TASK repair_structured_output SPEC FIELD reagent TYPE number REQUIRED no FIELD label TYPE string_uri REQUIRED no FIELD age.account_id TYPE null REQUIRED yes FIELD age.port_code TYPE null REQUIRED yes FIELD age.tax TYPE string REQUIRED no FIELD age.log_level TYPE string REQUIRED yes FIELD age.last_name TYPE null REQUIR...
{"reagent":426.24,"label":"https://data.com/data","age":{"account_id":null,"port_code":null,"log_level":"test@example.com","last_name":null,"feedback":"2025-04-17T17:56:00Z"},"manifest_ref":"info@test.io","company":"operational","allele":"2023-11-02T04:40:00Z"}
missing_brace
{ "type": "object", "properties": { "reagent": { "type": "number" }, "label": { "type": "string", "format": "uri" }, "age": { "type": "object", "properties": { "account_id": { "type": "null" }, "port_code": { "type": "null...
{"reagent":426.24,"label":"https://data.com/data","age":"account_id":null,"port_code":null,"log_level":"test@example.com","last_name":null,"feedback":"2025-04-17T17:56:00Z"},"manifest_ref":"info@test.io","company":"operational","allele":"2023-11-02T04:40:00Z"}
Missing closing brace
{"reagent":426.24,"label":"https://data.com/data","age":{"account_id":null,"port_code":null,"log_level":"test@example.com","last_name":null,"feedback":"2025-04-17T17:56:00Z"},"manifest_ref":"info@test.io","company":"operational","allele":"2023-11-02T04:40:00Z"}
TASK repair_structured_output SPEC FIELD barcode.priority TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD barcode.subtotal TYPE integer REQUIRED yes FIELD barcode.aligned_pct TYPE string_uri REQUIRED no FIELD options TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD conductivity TYPE nul...
{"options":"heterozygous","conductivity":null,"patient_id":{"ph_level":675.09,"items":true,"shift_code":"https://api.example.com/v1","organism":{"currency":"2020-05-21T03:24:00Z","phone":"single","total":"offline","country":"example"},"section":178,"bed_number":"Berlin"},"email":"demo","dissolved_oxygen":"ops@domain.or...
unquoted_keys
{ "type": "object", "properties": { "barcode": { "type": "object", "properties": { "priority": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "subtotal": { ...
{options:"heterozygous",conductivity:null,patient_id:{ph_level:675.09,items:true,shift_code:"https://api.example.com/v1",organism:{currency:"2020-05-21T03:24:00Z",phone:"single",total:"offline",country:"example"},section:178,bed_number:"Berlin"},email:"demo",dissolved_oxygen:"ops@domain.org",port_code:"PASS"}
Expecting property name enclosed in double quotes
{"options":"heterozygous","conductivity":null,"patient_id":{"ph_level":675.09,"items":true,"shift_code":"https://api.example.com/v1","organism":{"currency":"2020-05-21T03:24:00Z","phone":"single","total":"offline","country":"example"},"section":178,"bed_number":"Berlin"},"email":"demo","dissolved_oxygen":"ops@domain.or...
TASK repair_structured_output SPEC FIELD tags TYPE null REQUIRED yes FIELD decay_rate TYPE integer REQUIRED no FIELD annotation TYPE number REQUIRED no FIELD ph_level TYPE null REQUIRED yes FIELD lane.subtotal TYPE integer REQUIRED no FIELD lane.width TYPE boolean REQUIRED no FIELD lane.size TYPE string_email REQUIRED...
{"tags":null,"decay_rate":139,"annotation":302.68,"ph_level":null,"lane":{"subtotal":6,"width":true,"trace_id":918.79,"version":"Paris","crew_id":"quux","shipping":380}}
number_with_unit
{ "type": "object", "properties": { "tags": { "type": "null" }, "decay_rate": { "type": "integer" }, "annotation": { "type": "number" }, "ph_level": { "type": "null" }, "lane": { "type": "object", "properties": { "subtotal": { ...
{"tags": null, "decay_rate": "139sec", "annotation": 302.68, "ph_level": null, "lane": {"subtotal": 6, "width": true, "trace_id": 918.79, "version": "Paris", "crew_id": "quux", "shipping": 380}}
Field 'decay_rate' must be number, got string with unit
{"tags":null,"decay_rate":139,"annotation":302.68,"ph_level":null,"lane":{"subtotal":6,"width":true,"trace_id":918.79,"version":"Paris","crew_id":"quux","shipping":380}}
TASK repair_structured_output SPEC FIELD log_level TYPE string REQUIRED no FIELD chapter TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD yield_pct.order_id TYPE string REQUIRED yes FIELD yield_pct.loan_amount TYPE boolean REQUIRED no FIELD yield_pct.invoice_id TYPE string VALUES type_a|type_b|typ...
{"half_life":{"diagnosis_code":879,"item_id":"intermittent","reagent":523,"weight":null},"verified":"Maria"}
extra_field
{ "type": "object", "properties": { "log_level": { "type": "string" }, "chapter": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "yield_pct": { "type": "object", "properties": { "order_id"...
{"half_life": {"diagnosis_code": 879, "item_id": "intermittent", "reagent": 523, "weight": null}, "verified": "Maria", "extra_value_144": 42}
Unknown field 'extra_value_144' not defined in schema
{"half_life":{"diagnosis_code":879,"item_id":"intermittent","reagent":523,"weight":null},"verified":"Maria"}
TASK repair_structured_output SPEC FIELD umi TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD due_date TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD weight TYPE string VALUES single|married|divorced REQUIRED no FIELD category TYPE boolean REQUIRED no FIELD last_name TYPE integer REQUIRE...
{"due_date":"intermittent","last_name":553,"longitude":673.74,"priority":622,"city":331}
null_required
{ "type": "object", "properties": { "umi": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "due_date": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "weight": { "...
{"due_date": null, "last_name": 553, "longitude": 673.74, "priority": 622, "city": 331}
Required field 'due_date' is null
{"due_date":"intermittent","last_name":553,"longitude":673.74,"priority":622,"city":331}
TASK repair_structured_output SPEC FIELD collateral TYPE string VALUES option_a|option_b REQUIRED yes FIELD state TYPE string_uri REQUIRED yes FIELD bed_number TYPE boolean REQUIRED yes FIELD length TYPE string_uri REQUIRED yes BROKEN_OUTPUT {collateral:"option_a",state:"https://api.org/data",bed_number:false,length:...
{"collateral":"option_a","state":"https://api.org/data","bed_number":false,"length":"https://api.org/api"}
unquoted_keys
{ "type": "object", "properties": { "collateral": { "type": "string", "enum": [ "option_a", "option_b" ] }, "state": { "type": "string", "format": "uri" }, "bed_number": { "type": "boolean" }, "length": { "type": "string", "...
{collateral:"option_a",state:"https://api.org/data",bed_number:false,length:"https://api.org/api"}
Expecting property name enclosed in double quotes
{"collateral":"option_a","state":"https://api.org/data","bed_number":false,"length":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD allele TYPE string VALUES single|married|divorced REQUIRED no FIELD account_id TYPE string REQUIRED yes FIELD invoice_id.count TYPE integer REQUIRED no FIELD invoice_id.maturity_date TYPE boolean REQUIRED yes FIELD invoice_id.altitude TYPE string REQUIRED yes FIELD invoice_id.t...
{"allele":"single","account_id":"https://example.com","invoice_id":{"count":526,"maturity_date":true,"altitude":"This is a test value.","transaction_id":"heterozygous"},"zip_code":{"port_code":277.52,"aligned_pct":{"notes":"mode_b","height":"user@domain.com","repository":937},"footnote":"type_a","index":342.57,"comment...
missing_bracket
{ "type": "object", "properties": { "allele": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "account_id": { "type": "string" }, "invoice_id": { "type": "object", "properties": { "count": { "type": ...
{"allele":"single","account_id":"https://example.com","invoice_id":{"count":526,"maturity_date":true,"altitude":"This is a test value.","transaction_id":"heterozygous"},"zip_code":{"port_code":277.52,"aligned_pct":{"notes":"mode_b","height":"user@domain.com","repository":937},"footnote":"type_a","index":342.57,"comment...
Missing closing bracket
{"allele":"single","account_id":"https://example.com","invoice_id":{"count":526,"maturity_date":true,"altitude":"This is a test value.","transaction_id":"heterozygous"},"zip_code":{"port_code":277.52,"aligned_pct":{"notes":"mode_b","height":"user@domain.com","repository":937},"footnote":"type_a","index":342.57,"comment...
TASK repair_structured_output SPEC FIELD field_r91 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD key_e82 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD key_p85 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD key_o22 TYPE string VALUES active|inactive|pen...
{"field_r91":"frameshift","key_e82":"JPY","key_p85":"berthed"}
thought_process
{ "type": "object", "properties": { "field_r91": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "key_e82": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", ...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"field_r91":"frameshift","key_e82":"JPY","key_p85":"berthed"}
Output contains chain-of-thought reasoning before JSON
{"field_r91":"frameshift","key_e82":"JPY","key_p85":"berthed"}
TASK repair_structured_output SPEC FIELD key_g72 TYPE boolean REQUIRED no FIELD prop_m58 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_g66 TYPE number REQUIRED no FIELD param_y06 TYPE string_uri REQUIRED no FIELD dim_h82 TYPE null REQUIRED yes BROKEN_OUTPUT Below is the JSON object: ```json {"key_...
{"key_g72":false,"prop_m58":"draft","col_g66":988.9,"param_y06":"https://api.com/v1","dim_h82":null}
markdown_explanation
{ "type": "object", "properties": { "key_g72": { "type": "boolean" }, "prop_m58": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "col_g66": { "type": "number" }, "param_y06": { "type": "string", "forma...
Below is the JSON object: ```json {"key_g72":false,"prop_m58":"draft","col_g66":988.9,"param_y06":"https://api.com/v1","dim_h82":null} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"key_g72":false,"prop_m58":"draft","col_g66":988.9,"param_y06":"https://api.com/v1","dim_h82":null}
TASK repair_structured_output SPEC FIELD salinity TYPE integer REQUIRED no FIELD color.longitude TYPE number REQUIRED yes FIELD color.role TYPE number REQUIRED no FIELD color.notes TYPE string REQUIRED no FIELD color.cargo_type TYPE integer REQUIRED yes FIELD color.tax.torque_output TYPE null REQUIRED yes FIELD color....
{"salinity":710,"color":{"longitude":209.88,"cargo_type":622,"tax":{"torque_output":null,"item_id":false,"category":"error","trace_id":null}},"loan_amount":530.82,"first_name":{"temp_celsius":"divorced","order_id":"https://example.com","shipping":125,"collateral":"bar","decay_rate":"Silva","count":null},"address":null}
unquoted_keys
{ "type": "object", "properties": { "salinity": { "type": "integer" }, "color": { "type": "object", "properties": { "longitude": { "type": "number" }, "role": { "type": "number" }, "notes": { "type": "string" ...
{salinity:710,color:{longitude:209.88,cargo_type:622,tax:{torque_output:null,item_id:false,category:"error",trace_id:null}},loan_amount:530.82,first_name:{temp_celsius:"divorced",order_id:"https://example.com",shipping:125,collateral:"bar",decay_rate:"Silva",count:null},address:null}
Expecting property name enclosed in double quotes
{"salinity":710,"color":{"longitude":209.88,"cargo_type":622,"tax":{"torque_output":null,"item_id":false,"category":"error","trace_id":null}},"loan_amount":530.82,"first_name":{"temp_celsius":"divorced","order_id":"https://example.com","shipping":125,"collateral":"bar","decay_rate":"Silva","count":null},"address":null}
TASK repair_structured_output SPEC FIELD product_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD height TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD payment_status.username TYPE boolean REQUIRED yes FIELD payment_status.manifest_ref TYPE string REQUIRED no FIELD payment_st...
{"product_id":"underway","height":"green","payment_status":{"username":false,"manifest_ref":"https://example.com","nickname":"email","language":{"latitude":false,"count":54.61,"aligned_pct":false,"feedback":"Hapag-Lloyd-Express","enabled":737.38,"score":"cat_b"}}}
markdown_explanation
{ "type": "object", "properties": { "product_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "height": { "type": "string", "enum": [ "red", "blue", "green", "black", ...
Pipeline result: ```json {"product_id":"underway","height":"green","payment_status":{"username":false,"manifest_ref":"https://example.com","nickname":"email","language":{"latitude":false,"count":54.61,"aligned_pct":false,"feedback":"Hapag-Lloyd-Express","enabled":737.38,"score":"cat_b"}}} ``` This should match the sche...
Output contains markdown and explanatory text around JSON
{"product_id":"underway","height":"green","payment_status":{"username":false,"manifest_ref":"https://example.com","nickname":"email","language":{"latitude":false,"count":54.61,"aligned_pct":false,"feedback":"Hapag-Lloyd-Express","enabled":737.38,"score":"cat_b"}}}
TASK repair_structured_output SPEC FIELD tile TYPE boolean REQUIRED yes FIELD tax TYPE string_email REQUIRED no FIELD tags TYPE number REQUIRED no FIELD shift_code TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD deploy_target.branch TYPE string VALUES low|medium|high|critical REQUIRED no FIELD deploy_targe...
{"tile":false,"shift_code":"medium","deploy_target":{"branch":"critical","format":"archived","interest_rate":"Diana","first_name":"test@domain.org"}}
markdown_explanation
{ "type": "object", "properties": { "tile": { "type": "boolean" }, "tax": { "type": "string", "format": "email" }, "tags": { "type": "number" }, "shift_code": { "type": "string", "enum": [ "small", "medium", "large", "xl...
The parsed result is: ```json {"tile":false,"shift_code":"medium","deploy_target":{"branch":"critical","format":"archived","interest_rate":"Diana","first_name":"test@domain.org"}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"tile":false,"shift_code":"medium","deploy_target":{"branch":"critical","format":"archived","interest_rate":"Diana","first_name":"test@domain.org"}}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD credit_score TYPE integer REQUIRED yes FIELD version TYPE integer REQUIRED yes FIELD temp_celsius TYPE string_uri REQUIRED no FIELD sensor_id TYPE string VALUES synonymous|missense|nonsense|frame...
{"credit_score":906,"version":204,"chapter":"basic"}
tool_call_wrong_param
{ "type": "object", "properties": { "frequency_hz": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "credit_score": { "type": "integer" }, "version": { "type": "integer" }, "temp_celsius": { ...
Tool: update_preferences Params: {"version": 204, "chapter": "basic", "credit_score2": 906}
Agent used wrong parameter name 'credit_score2' instead of 'credit_score'
{"credit_score":906,"version":204,"chapter":"basic"}
TASK repair_structured_output SPEC FIELD val_y78 TYPE string REQUIRED yes FIELD key_q11 TYPE number REQUIRED yes FIELD field_i33.val_x85 TYPE null REQUIRED yes FIELD field_i33.dim_u82.param_d65 TYPE number REQUIRED no FIELD field_i33.dim_u82.prop_a19 TYPE number REQUIRED yes FIELD field_i33.dim_u82.key_v84 TYPE string...
{"val_y78":"John","key_q11":20.62,"field_i33":{"val_x85":null,"val_x21":398.97,"key_n04":"option_f","prop_q66":617.81,"param_j98":472.87,"col_i07":"2025-12-17T03:40:00Z"}}
wrong_type
{ "type": "object", "properties": { "val_y78": { "type": "string" }, "key_q11": { "type": "number" }, "field_i33": { "type": "object", "properties": { "val_x85": { "type": "null" }, "dim_u82": { "type": "object", "prop...
{"val_y78": "John", "key_q11": "\"20.62\"", "field_i33": {"val_x85": null, "val_x21": 398.97, "key_n04": "option_f", "prop_q66": 617.81, "param_j98": 472.87, "col_i07": "2025-12-17T03:40:00Z"}}
Field 'key_q11' must be number, got string
{"val_y78":"John","key_q11":20.62,"field_i33":{"val_x85":null,"val_x21":398.97,"key_n04":"option_f","prop_q66":617.81,"param_j98":472.87,"col_i07":"2025-12-17T03:40:00Z"}}
TASK repair_structured_output SPEC FIELD prop_n71 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_r16 TYPE string REQUIRED yes FIELD field_u88 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD field_t17.attr_s69 TYPE boolean REQUIRED yes FIELD field_t17.attr_e23 TYPE stri...
{"val_r16":"demo","field_u88":"level_1","field_t17":{"attr_s69":true,"attr_e23":"email","prop_b18":"hello","attr_n79":{"attr_j99":514.2,"param_y09":"REV","attr_f61":"info@domain.org","prop_s31":333.45,"field_m75":"Charlie"},"prop_c98":{"field_i78":241.05,"param_s92":672,"field_o00":false,"param_l56":"2024-06-30","val_e...
missing_brace
{ "type": "object", "properties": { "prop_n71": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "val_r16": { "type": "string" }, "field_u88": { "type": "string", "enum": [ "level_1", "leve...
{"val_r16":"demo","field_u88":"level_1","field_t17":{"attr_s69":true,"attr_e23":"email","prop_b18":"hello","attr_n79":{"attr_j99":514.2,"param_y09":"REV","attr_f61":"info@domain.org","prop_s31":333.45,"field_m75":"Charlie","prop_c98":{"field_i78":241.05,"param_s92":672,"field_o00":false,"param_l56":"2024-06-30","val_e7...
Missing closing brace
{"val_r16":"demo","field_u88":"level_1","field_t17":{"attr_s69":true,"attr_e23":"email","prop_b18":"hello","attr_n79":{"attr_j99":514.2,"param_y09":"REV","attr_f61":"info@domain.org","prop_s31":333.45,"field_m75":"Charlie"},"prop_c98":{"field_i78":241.05,"param_s92":672,"field_o00":false,"param_l56":"2024-06-30","val_e...
TASK repair_structured_output SPEC FIELD prop_s81 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD key_f01 TYPE string_uri REQUIRED yes FIELD key_y51 TYPE number REQUIRED no BROKEN_OUTPUT {"key_f01": "https://data.org/data"}
{"prop_s81":"hemizygous","key_f01":"https://data.org/data"}
missing_required
{ "type": "object", "properties": { "prop_s81": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "key_f01": { "type": "string", "format": "uri" }, "key_y51": { "type": "number" } }, "required": [ ...
{"key_f01": "https://data.org/data"}
Required field 'prop_s81' is missing
{"prop_s81":"hemizygous","key_f01":"https://data.org/data"}
TASK repair_structured_output SPEC FIELD col_j72 TYPE string REQUIRED no FIELD attr_n42.val_w29 TYPE number REQUIRED no FIELD attr_n42.dim_w09 TYPE string REQUIRED no FIELD attr_n42.col_q08 TYPE integer REQUIRED yes FIELD attr_n42.attr_u93 TYPE string REQUIRED no FIELD prop_p07 TYPE string_email REQUIRED no FIELD key_...
{"col_j72":"active","attr_n42":{"val_w29":125.08,"col_q08":493,"attr_u93":"user@domain.com"},"prop_p07":"info@test.io","key_j65":"EUR","attr_x84":"2020-02-09T08:23:00Z","prop_h83":"cat_a","dim_i94":"cat_a"}
truncated_object
{ "type": "object", "properties": { "col_j72": { "type": "string" }, "attr_n42": { "type": "object", "properties": { "val_w29": { "type": "number" }, "dim_w09": { "type": "string" }, "col_q08": { "type": "integer" ...
{"col_j72":"active","attr_n42":{"val_w29":125.08,"col_q08":493,"attr_u93":"user@domain.com"},"prop_p07":"info@test.io","key_j65":"EUR","attr_x84":"2020-02-09T08:23:00Z","prop_h83":"cat_a","dim_i94":"cat_a"
Unexpected end of JSON input — truncated object
{"col_j72":"active","attr_n42":{"val_w29":125.08,"col_q08":493,"attr_u93":"user@domain.com"},"prop_p07":"info@test.io","key_j65":"EUR","attr_x84":"2020-02-09T08:23:00Z","prop_h83":"cat_a","dim_i94":"cat_a"}
TASK repair_structured_output SPEC FIELD allele TYPE string VALUES admin|editor|viewer REQUIRED no FIELD visible TYPE integer REQUIRED yes FIELD order_id TYPE boolean REQUIRED no FIELD label TYPE number REQUIRED no FIELD image_url[] TYPE string_date-time REQUIRED no BROKEN_OUTPUT I need to look up the information fir...
{"allele":"editor","visible":56,"order_id":false,"label":427.23}
tool_call_partial_args
{ "type": "object", "properties": { "allele": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "visible": { "type": "integer" }, "order_id": { "type": "boolean" }, "label": { "type": "number" }, "image_url"...
I need to look up the information first. Action: schedule_meeting Arguments: {"allele": "editor", "order_id": false, "label": 427.23}
Agent tool call missing required parameter 'visible'
{"allele":"editor","visible":56,"order_id":false,"label":427.23}
TASK repair_structured_output SPEC FIELD prop_a60 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD key_s21 TYPE string REQUIRED no FIELD key_i56 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {'prop_a60':'nonsense','key_s21':'Jane','key_i56':'2025-01-20T18:19:00Z'}
{"prop_a60":"nonsense","key_s21":"Jane","key_i56":"2025-01-20T18:19:00Z"}
single_quotes
{ "type": "object", "properties": { "prop_a60": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "key_s21": { "type": "string" }, "key_i56": { "type": "string", "format": "date-time" } ...
{'prop_a60':'nonsense','key_s21':'Jane','key_i56':'2025-01-20T18:19:00Z'}
Expecting property name enclosed in double quotes
{"prop_a60":"nonsense","key_s21":"Jane","key_i56":"2025-01-20T18:19:00Z"}
TASK repair_structured_output SPEC FIELD field_y57 TYPE string REQUIRED yes FIELD val_r77 TYPE string_email REQUIRED yes FIELD val_h49 TYPE string REQUIRED yes FIELD col_q07 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD attr_q33 TYPE null REQUIRED no FIELD key_a51.key_v54 TYPE st...
{"field_y57":"Paris","val_r77":"test@test.io","val_h49":"active","attr_q33":null,"key_a51":{"key_v54":"PASS","param_o05":"level_5","col_m35":"https://api.com/v1"},"dim_m00":true,"key_g40":"cat_a"}
tool_call_text_mix
{ "type": "object", "properties": { "field_y57": { "type": "string" }, "val_r77": { "type": "string", "format": "email" }, "val_h49": { "type": "string" }, "col_q07": { "type": "string", "enum": [ "level_1", "level_2", "level_3"...
Let me check the system. <tool_call name="check_cargo_manifest"> {"field_y57":"Paris","val_r77":"test@test.io","val_h49":"active","attr_q33":null,"key_a51":{"key_v54":"PASS","param_o05":"level_5","col_m35":"https://api.com/v1"},"dim_m00":true,"key_g40":"cat_a"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"field_y57":"Paris","val_r77":"test@test.io","val_h49":"active","attr_q33":null,"key_a51":{"key_v54":"PASS","param_o05":"level_5","col_m35":"https://api.com/v1"},"dim_m00":true,"key_g40":"cat_a"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE integer REQUIRED yes FIELD step TYPE string REQUIRED yes FIELD consignee TYPE number REQUIRED no FIELD position TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD log_level TYPE integer REQUIRED yes BROKEN_OUTPUT {"insurance_id":420,"step":...
{"insurance_id":420,"step":"test","consignee":216.74,"position":"berthed","log_level":850}
truncated_array
{ "type": "object", "properties": { "insurance_id": { "type": "integer" }, "step": { "type": "string" }, "consignee": { "type": "number" }, "position": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"insurance_id":420,"step":"test","consignee":216.74,"position":"berthed","log_level":850
Unexpected end of JSON input — truncated object
{"insurance_id":420,"step":"test","consignee":216.74,"position":"berthed","log_level":850}
TASK repair_structured_output SPEC FIELD attr_i57 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD dim_k77 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD prop_t12 TYPE number REQUIRED no FIELD val_j69 TYPE string REQUIRED yes FIELD field_j75.key_y45 TYPE null REQUIRED yes FIELD field_j75.at...
{"attr_i57":"error","dim_k77":"small","prop_t12":590.64,"val_j69":"Santos","field_j75":{"key_y45":null,"attr_f62":"ops@test.io","attr_s55":"2024-06-30","prop_t15":"Hapag-Lloyd-Express","param_k70":"hello"}}
tool_call_text_mix
{ "type": "object", "properties": { "attr_i57": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "dim_k77": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, ...
Let me check the system. <tool_call name="validate_address"> {"attr_i57":"error","dim_k77":"small","prop_t12":590.64,"val_j69":"Santos","field_j75":{"key_y45":null,"attr_f62":"ops@test.io","attr_s55":"2024-06-30","prop_t15":"Hapag-Lloyd-Express","param_k70":"hello"}} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"attr_i57":"error","dim_k77":"small","prop_t12":590.64,"val_j69":"Santos","field_j75":{"key_y45":null,"attr_f62":"ops@test.io","attr_s55":"2024-06-30","prop_t15":"Hapag-Lloyd-Express","param_k70":"hello"}}
TASK repair_structured_output SPEC FIELD phone TYPE null REQUIRED no FIELD organism TYPE string_uri REQUIRED no FIELD brake_pressure TYPE string REQUIRED yes FIELD collateral TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD dissolved_oxygen TYPE integer REQUIRED no FIELD annotation TYPE string_date-...
{"phone":null,"brake_pressure":"https://example.com","collateral":"coastal","dissolved_oxygen":506,"annotation":"2020-08-23T16:34:00Z"}
missing_required
{ "type": "object", "properties": { "phone": { "type": "null" }, "organism": { "type": "string", "format": "uri" }, "brake_pressure": { "type": "string" }, "collateral": { "type": "string", "enum": [ "coastal", "oceanic", "inlan...
{"phone": null, "brake_pressure": "https://example.com", "collateral": "coastal", "dissolved_oxygen": 506}
Required field 'annotation' is missing
{"phone":null,"brake_pressure":"https://example.com","collateral":"coastal","dissolved_oxygen":506,"annotation":"2020-08-23T16:34:00Z"}
TASK repair_structured_output SPEC FIELD prop_y37 TYPE integer REQUIRED yes FIELD dim_g19 TYPE integer REQUIRED yes FIELD col_o04 TYPE string_uri REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: create_ticket Arguments: {"dim_g19": 846, "col_o04": "https://api.org/api"}
{"prop_y37":921,"dim_g19":846,"col_o04":"https://api.org/api"}
tool_call_partial_args
{ "type": "object", "properties": { "prop_y37": { "type": "integer" }, "dim_g19": { "type": "integer" }, "col_o04": { "type": "string", "format": "uri" } }, "required": [ "prop_y37", "dim_g19", "col_o04" ] }
I need to look up the information first. Action: create_ticket Arguments: {"dim_g19": 846, "col_o04": "https://api.org/api"}
Agent tool call missing required parameter 'prop_y37'
{"prop_y37":921,"dim_g19":846,"col_o04":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD key_p38 TYPE string REQUIRED yes FIELD key_e46 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_g23 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes BROKEN_OUTPUT Tool: fetch_lab_result Params: {"key_e46": "free", "dim_g23": "operatio...
{"key_p38":"user@domain.com","key_e46":"free","dim_g23":"operational"}
tool_call_wrong_param
{ "type": "object", "properties": { "key_p38": { "type": "string" }, "key_e46": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "dim_g23": { "type": "string", "enum": [ "operational", "deg...
Tool: fetch_lab_result Params: {"key_e46": "free", "dim_g23": "operational", "key_p38_id": "user@domain.com"}
Agent used wrong parameter name 'key_p38_id' instead of 'key_p38'
{"key_p38":"user@domain.com","key_e46":"free","dim_g23":"operational"}
TASK repair_structured_output SPEC FIELD val_t67 TYPE integer REQUIRED yes FIELD key_d96 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_p93 TYPE null REQUIRED no FIELD dim_y51 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_d37.col_j54 TYPE boolean REQUIRED no FIELD attr_d37.param_z0...
{"val_t67":36,"key_d96":"draft","param_p93":null,"dim_y51":"admin","attr_d37":{"col_j54":true,"param_z08":855,"key_j52":"divorced","param_n55":"Oliveira","param_l64":{"val_e06":false,"col_m15":"free","key_x51":[null,null,null],"prop_d34":["resolved"]}},"param_f75":{"param_u79":760,"val_f25":962.82,"param_a18":881.58,"k...
number_with_unit
{ "type": "object", "properties": { "val_t67": { "type": "integer" }, "key_d96": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_p93": { "type": "null" }, "dim_y51": { "type": "string", "enum": [...
{"val_t67": "36MB", "key_d96": "draft", "param_p93": null, "dim_y51": "admin", "attr_d37": {"col_j54": true, "param_z08": 855, "key_j52": "divorced", "param_n55": "Oliveira", "param_l64": {"val_e06": false, "col_m15": "free", "key_x51": [null, null, null], "prop_d34": ["resolved"]}}, "param_f75": {"param_u79": 760, "va...
Field 'val_t67' must be number, got string with unit
{"val_t67":36,"key_d96":"draft","param_p93":null,"dim_y51":"admin","attr_d37":{"col_j54":true,"param_z08":855,"key_j52":"divorced","param_n55":"Oliveira","param_l64":{"val_e06":false,"col_m15":"free","key_x51":[null,null,null],"prop_d34":["resolved"]}},"param_f75":{"param_u79":760,"val_f25":962.82,"param_a18":881.58,"k...
TASK repair_structured_output SPEC FIELD paragraph TYPE number REQUIRED yes FIELD decay_rate TYPE string REQUIRED yes FIELD velocity TYPE integer REQUIRED no FIELD chromosome.salinity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD chromosome.barcode TYPE string REQUIRED yes FIELD chromosome.size T...
{"paragraph":956.61,"decay_rate":"https://api.example.com/v1","chromosome":{"salinity":"inland","barcode":"PASS","size":false,"fleet_number":true,"lab_result":"bar","sensor_id":"admin@example.com"}}
trailing_comma
{ "type": "object", "properties": { "paragraph": { "type": "number" }, "decay_rate": { "type": "string" }, "velocity": { "type": "integer" }, "chromosome": { "type": "object", "properties": { "salinity": { "type": "string", "enum"...
{"paragraph":956.61,"decay_rate":"https://api.example.com/v1","chromosome":{"salinity":"inland","barcode":"PASS","size":false,"fleet_number":true,"lab_result":"bar","sensor_id":"admin@example.com",}}
Unexpected trailing comma
{"paragraph":956.61,"decay_rate":"https://api.example.com/v1","chromosome":{"salinity":"inland","barcode":"PASS","size":false,"fleet_number":true,"lab_result":"bar","sensor_id":"admin@example.com"}}
TASK repair_structured_output SPEC FIELD prop_x55 TYPE integer REQUIRED no FIELD key_v15 TYPE integer REQUIRED yes FIELD dim_k87 TYPE number REQUIRED yes FIELD dim_x15 TYPE integer REQUIRED yes FIELD field_s13 TYPE boolean REQUIRED yes BROKEN_OUTPUT Pipeline result: {"prop_x55":503,"key_v15":772,"dim_k87":822.49,"dim...
{"prop_x55":503,"key_v15":772,"dim_k87":822.49,"dim_x15":455,"field_s13":false}
extra_text_before
{ "type": "object", "properties": { "prop_x55": { "type": "integer" }, "key_v15": { "type": "integer" }, "dim_k87": { "type": "number" }, "dim_x15": { "type": "integer" }, "field_s13": { "type": "boolean" } }, "required": [ "dim_x15", ...
Pipeline result: {"prop_x55":503,"key_v15":772,"dim_k87":822.49,"dim_x15":455,"field_s13":false}
Output contains non-JSON text before the object
{"prop_x55":503,"key_v15":772,"dim_k87":822.49,"dim_x15":455,"field_s13":false}
TASK repair_structured_output SPEC FIELD param_r05 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_o77 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD key_u80 TYPE number REQUIRED no FIELD prop_q15 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD att...
{"param_r05":"inland","prop_o77":"open","key_u80":401.66,"prop_q15":"anchored","attr_p80":"ops@example.com","param_t47":437}
extra_field
{ "type": "object", "properties": { "param_r05": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_o77": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed"...
{"param_r05": "inland", "prop_o77": "open", "key_u80": 401.66, "prop_q15": "anchored", "attr_p80": "ops@example.com", "param_t47": 437, "extra_field_5302": 42}
Unknown field 'extra_field_5302' not defined in schema
{"param_r05":"inland","prop_o77":"open","key_u80":401.66,"prop_q15":"anchored","attr_p80":"ops@example.com","param_t47":437}
TASK repair_structured_output SPEC FIELD voltage TYPE string VALUES single|married|divorced REQUIRED no FIELD message TYPE number REQUIRED no FIELD options TYPE number REQUIRED no FIELD chapter TYPE boolean REQUIRED yes FIELD reagent TYPE string_email REQUIRED yes BROKEN_OUTPUT {"chapter":true,"reagent":"info@example...
{"chapter":true,"reagent":"info@example.com"}
missing_bracket
{ "type": "object", "properties": { "voltage": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "message": { "type": "number" }, "options": { "type": "number" }, "chapter": { "type": "boolean" }, "reage...
{"chapter":true,"reagent":"info@example.com"}
Missing closing bracket
{"chapter":true,"reagent":"info@example.com"}
TASK repair_structured_output SPEC FIELD phone TYPE boolean REQUIRED yes FIELD procedure_code TYPE string REQUIRED no FIELD version TYPE string REQUIRED no FIELD role.image_url TYPE integer REQUIRED no FIELD role.status TYPE string REQUIRED no FIELD role.wavelength TYPE string REQUIRED yes FIELD role.quality_score.zip...
{"phone":false,"procedure_code":"foo","version":"Sao Paulo","role":{"status":"2024-01-15","wavelength":"2024-01-15","quality_score":{"zip_code":"pending_review","consignee":"homozygous","berth_slot":"QC-07","bed_number":true,"port_code":"baz"}}}
tool_call_partial_args
{ "type": "object", "properties": { "phone": { "type": "boolean" }, "procedure_code": { "type": "string" }, "version": { "type": "string" }, "role": { "type": "object", "properties": { "image_url": { "type": "integer" }, "st...
I need to look up the information first. Action: queue_sequencing_run Arguments: {"phone": false, "procedure_code": "foo", "version": "Sao Paulo"}
Agent tool call missing required parameter 'role'
{"phone":false,"procedure_code":"foo","version":"Sao Paulo","role":{"status":"2024-01-15","wavelength":"2024-01-15","quality_score":{"zip_code":"pending_review","consignee":"homozygous","berth_slot":"QC-07","bed_number":true,"port_code":"baz"}}}
TASK repair_structured_output SPEC FIELD val_k52 TYPE string REQUIRED yes FIELD col_y88 TYPE string REQUIRED no FIELD col_u76 TYPE number REQUIRED yes FIELD key_n66 TYPE string REQUIRED no FIELD col_s94 TYPE string REQUIRED no BROKEN_OUTPUT The col_u76 is 916.01 and {"val_k52":"Alice","col_u76":916.01,"col_s94":"Bob"...
{"val_k52":"Alice","col_u76":916.01,"col_s94":"Bob"}
partial_structure
{ "type": "object", "properties": { "val_k52": { "type": "string" }, "col_y88": { "type": "string" }, "col_u76": { "type": "number" }, "key_n66": { "type": "string" }, "col_s94": { "type": "string" } }, "required": [ "val_k52", "col_u...
The col_u76 is 916.01 and {"val_k52":"Alice","col_u76":916.01,"col_s94":"Bob"}
Output mixes natural language with JSON
{"val_k52":"Alice","col_u76":916.01,"col_s94":"Bob"}
TASK repair_structured_output SPEC FIELD footnote TYPE string REQUIRED yes FIELD dissolved_oxygen TYPE null REQUIRED no FIELD options TYPE boolean REQUIRED yes FIELD type.age TYPE string REQUIRED no FIELD type.phone TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD type.feedback.step TYPE string REQUIRED...
{"footnote":"baz","dissolved_oxygen":null,"options":true,"active":"returned"}
boolean_as_string
{ "type": "object", "properties": { "footnote": { "type": "string" }, "dissolved_oxygen": { "type": "null" }, "options": { "type": "boolean" }, "type": { "type": "object", "properties": { "age": { "type": "string" }, "phone"...
{"footnote": "baz", "dissolved_oxygen": null, "options": "yes", "active": "returned"}
Field 'options' must be boolean, got string
{"footnote":"baz","dissolved_oxygen":null,"options":true,"active":"returned"}
TASK repair_structured_output SPEC FIELD quality_score TYPE string VALUES type_a|type_b REQUIRED yes FIELD filter_flag TYPE integer REQUIRED no FIELD label TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD category TYPE string REQUIRED yes FIELD role TYPE string REQUIRED yes BROKEN_OUTP...
{"quality_score":"type_b","label":"escalated","category":"cancelled","role":"Smith"}
missing_brace
{ "type": "object", "properties": { "quality_score": { "type": "string", "enum": [ "type_a", "type_b" ] }, "filter_flag": { "type": "integer" }, "label": { "type": "string", "enum": [ "pending_review", "confirmed", "reje...
{"quality_score":"type_b","label":"escalated","category":"cancelled","role":"Smith"
Missing closing brace
{"quality_score":"type_b","label":"escalated","category":"cancelled","role":"Smith"}
TASK repair_structured_output SPEC FIELD param_y51 TYPE integer REQUIRED yes FIELD dim_e27 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD param_p12.prop_v38 TYPE integer REQUIRED yes FIELD param_p12.param_c75 TYPE integer REQUIRED yes FIELD param_p12.key_k03 TYPE string_email REQUIRED no FIELD para...
{"param_y51":285,"dim_e27":"cat_a","param_p12":{"prop_v38":313,"param_c75":2,"key_k03":"ops@example.com","val_y60":"Diana"},"attr_y97":"2024-06-30","prop_x77":783,"field_e48":"type_d"}
missing_required
{ "type": "object", "properties": { "param_y51": { "type": "integer" }, "dim_e27": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "param_p12": { "type": "object", "properties": { "...
{"param_y51": 285, "dim_e27": "cat_a", "param_p12": {"prop_v38": 313, "param_c75": 2, "key_k03": "ops@example.com", "val_y60": "Diana"}, "attr_y97": "2024-06-30", "field_e48": "type_d"}
Required field 'prop_x77' is missing
{"param_y51":285,"dim_e27":"cat_a","param_p12":{"prop_v38":313,"param_c75":2,"key_k03":"ops@example.com","val_y60":"Diana"},"attr_y97":"2024-06-30","prop_x77":783,"field_e48":"type_d"}
TASK repair_structured_output SPEC FIELD field_z73 TYPE integer REQUIRED yes FIELD attr_n16 TYPE string_email REQUIRED yes FIELD param_m40 TYPE integer REQUIRED no FIELD dim_c82[] TYPE null REQUIRED no FIELD param_y27[] TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT {"field_z73":303,"attr_n16"...
{"field_z73":303,"attr_n16":"ops@example.com","param_m40":812,"dim_c82":[null,null,null],"param_y27":["draft","draft","published","published"]}
trailing_comma
{ "type": "object", "properties": { "field_z73": { "type": "integer" }, "attr_n16": { "type": "string", "format": "email" }, "param_m40": { "type": "integer" }, "dim_c82": { "type": "array", "items": { "type": "null" } }, "param_y...
{"field_z73":303,"attr_n16":"ops@example.com","param_m40":812,"dim_c82":[null,null,null,],"param_y27":["draft","draft","published","published"]}
Unexpected trailing comma
{"field_z73":303,"attr_n16":"ops@example.com","param_m40":812,"dim_c82":[null,null,null],"param_y27":["draft","draft","published","published"]}
TASK repair_structured_output SPEC FIELD start_date TYPE string REQUIRED no FIELD cargo_type.count TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD cargo_type.dissolved_oxygen TYPE integer REQUIRED yes FIELD cargo_type.humidity_pct.patient_id TYPE number REQUIRED yes FIELD cargo_type.humidity_pc...
{"start_date":"A short description.","cargo_type":{"count":"new","dissolved_oxygen":540,"humidity_pct":{"patient_id":350.04,"notes":"hemizygous","manifest_ref":true}},"temp_celsius":"Oliveira","user_id":true,"size":597,"due_date":{"address":686,"full_name":"Jane","weight":"Tokyo"},"annotation":"active"}
agent_chain
{ "type": "object", "properties": { "start_date": { "type": "string" }, "cargo_type": { "type": "object", "properties": { "count": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
I need to look up the information first. Action: schedule_meeting Result: {"start_date": "A short description.", "cargo_type": {"count": "new", "dissolved_oxygen": 540, "humidity_pct": {"patient_id": 350.04, "notes": "hemizygous", "manifest_ref": true}}, "temp_celsius": "Oliveira", "user_id": true, "size": 597, "due_da...
Agent multi-step chain with truncated tool output
{"start_date":"A short description.","cargo_type":{"count":"new","dissolved_oxygen":540,"humidity_pct":{"patient_id":350.04,"notes":"hemizygous","manifest_ref":true}},"temp_celsius":"Oliveira","user_id":true,"size":597,"due_date":{"address":686,"full_name":"Jane","weight":"Tokyo"},"annotation":"active"}
TASK repair_structured_output SPEC FIELD website TYPE number REQUIRED yes FIELD user_id.phone TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD user_id.total TYPE integer REQUIRED no FIELD user_id.name TYPE string_email REQUIRED no FIELD user_id.organism TYPE string REQUIRED no FIELD velocity TYPE string REQUI...
{"website":661.35,"user_id":{"phone":"viewer","total":609,"name":"ops@test.io","organism":"hello"},"pressure_kpa":878,"barcode":604.49}
extra_field
{ "type": "object", "properties": { "website": { "type": "number" }, "user_id": { "type": "object", "properties": { "phone": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "total":...
{"website": 661.35, "user_id": {"phone": "viewer", "total": 609, "name": "ops@test.io", "organism": "hello"}, "pressure_kpa": 878, "barcode": 604.49, "extra_info_5643": true}
Unknown field 'extra_info_5643' not defined in schema
{"website":661.35,"user_id":{"phone":"viewer","total":609,"name":"ops@test.io","organism":"hello"},"pressure_kpa":878,"barcode":604.49}
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD message TYPE boolean REQUIRED no FIELD items TYPE null REQUIRED no FIELD id TYPE integer REQUIRED no FIELD height TYPE boolean REQUIRED yes BROKEN_OUTPUT {"longitude":"frameshift","message":...
{"longitude":"frameshift","message":false,"height":false}
truncated_array
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "message": { "type": "boolean" }, "items": { "type": "null" }, "id": { "type": "integ...
{"longitude":"frameshift","message":false,"height":false
Unexpected end of JSON input — truncated object
{"longitude":"frameshift","message":false,"height":false}
TASK repair_structured_output SPEC FIELD key_s60 TYPE null REQUIRED no FIELD param_o69 TYPE integer REQUIRED no FIELD attr_a25 TYPE boolean REQUIRED yes FIELD attr_g13 TYPE string REQUIRED yes FIELD param_s50 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_m32 TYPE string VALUES draft|published|archi...
{"key_s60":null,"attr_a25":true,"attr_g13":"This is a test value.","param_s50":"published","val_m32":"published","field_r38":{"field_t46":{"field_a15":"https://api.com/v1","val_y12":"resolved","val_c29":"https://api.example.com/v1","field_h67":null,"prop_g29":"test","prop_s18":734,"prop_k87":"https://example.com"},"col...
tool_call_partial_args
{ "type": "object", "properties": { "key_s60": { "type": "null" }, "param_o69": { "type": "integer" }, "attr_a25": { "type": "boolean" }, "attr_g13": { "type": "string" }, "param_s50": { "type": "string", "enum": [ "draft", "pub...
I need to look up the information first. Action: verify_hazmat_compliance Arguments: {"key_s60": null, "attr_a25": true, "param_s50": "published", "val_m32": "published", "field_r38": {"field_t46": {"field_a15": "https://api.com/v1", "val_y12": "resolved", "val_c29": "https://api.example.com/v1", "field_h67": null, "pr...
Agent tool call missing required parameter 'attr_g13'
{"key_s60":null,"attr_a25":true,"attr_g13":"This is a test value.","param_s50":"published","val_m32":"published","field_r38":{"field_t46":{"field_a15":"https://api.com/v1","val_y12":"resolved","val_c29":"https://api.example.com/v1","field_h67":null,"prop_g29":"test","prop_s18":734,"prop_k87":"https://example.com"},"col...
TASK repair_structured_output SPEC FIELD field_h44 TYPE string REQUIRED no FIELD key_y58 TYPE null REQUIRED no FIELD col_x76 TYPE null REQUIRED no FIELD attr_t85.prop_e27 TYPE string REQUIRED no FIELD attr_t85.val_u69 TYPE boolean REQUIRED yes FIELD attr_t85.col_g65[] TYPE boolean REQUIRED yes FIELD val_w59.prop_c44 T...
{"field_h44":"Tokyo","key_y58":null,"col_x76":null,"attr_t85":{"prop_e27":"FWD","val_u69":true,"col_g65":[true]}}
extra_text_before
{ "type": "object", "properties": { "field_h44": { "type": "string" }, "key_y58": { "type": "null" }, "col_x76": { "type": "null" }, "attr_t85": { "type": "object", "properties": { "prop_e27": { "type": "string" }, "val_u69"...
Here is the JSON you requested: {"field_h44":"Tokyo","key_y58":null,"col_x76":null,"attr_t85":{"prop_e27":"FWD","val_u69":true,"col_g65":[true]}}
Output contains non-JSON text before the object
{"field_h44":"Tokyo","key_y58":null,"col_x76":null,"attr_t85":{"prop_e27":"FWD","val_u69":true,"col_g65":[true]}}
TASK repair_structured_output SPEC FIELD department TYPE string_uri REQUIRED no FIELD fleet_number TYPE string_uri REQUIRED no FIELD section TYPE integer REQUIRED yes FIELD full_name TYPE number REQUIRED yes FIELD altitude[] TYPE string_date-time REQUIRED no FIELD level[].full_name TYPE string VALUES level_1|level_2|l...
{"department":"https://api.org/v1","fleet_number":"https://data.org/api","section":579,"full_name":159.11,"altitude":["2020-01-15T08:31:00Z"],"level":[{"full_name":"level_6","reagent":"Hapag-Lloyd-Express","maturity_date":true,"balance":false},{"full_name":"level_1","reagent":"hello","maturity_date":false,"balance":fal...
unquoted_keys
{ "type": "object", "properties": { "department": { "type": "string", "format": "uri" }, "fleet_number": { "type": "string", "format": "uri" }, "section": { "type": "integer" }, "full_name": { "type": "number" }, "altitude": { "type": "ar...
{department:"https://api.org/v1",fleet_number:"https://data.org/api",section:579,full_name:159.11,altitude:["2020-01-15T08:31:00Z"],level:[{full_name:"level_6",reagent:"Hapag-Lloyd-Express",maturity_date:true,balance:false},{full_name:"level_1",reagent:"hello",maturity_date:false,balance:false}]}
Expecting property name enclosed in double quotes
{"department":"https://api.org/v1","fleet_number":"https://data.org/api","section":579,"full_name":159.11,"altitude":["2020-01-15T08:31:00Z"],"level":[{"full_name":"level_6","reagent":"Hapag-Lloyd-Express","maturity_date":true,"balance":false},{"full_name":"level_1","reagent":"hello","maturity_date":false,"balance":fal...
TASK repair_structured_output SPEC FIELD prop_q56 TYPE number REQUIRED no FIELD attr_z25 TYPE string REQUIRED yes FIELD dim_l69 TYPE boolean REQUIRED yes FIELD val_l32 TYPE string_uri REQUIRED no FIELD key_x59 TYPE boolean REQUIRED no BROKEN_OUTPUT <functioncall> validate_address {prop_q56: 366.06, attr_z25: "Alice",...
{"prop_q56":366.06,"attr_z25":"Alice","dim_l69":false,"val_l32":"https://example.com/v1","key_x59":true}
tool_call_bad_format
{ "type": "object", "properties": { "prop_q56": { "type": "number" }, "attr_z25": { "type": "string" }, "dim_l69": { "type": "boolean" }, "val_l32": { "type": "string", "format": "uri" }, "key_x59": { "type": "boolean" } }, "required": ...
<functioncall> validate_address {prop_q56: 366.06, attr_z25: "Alice", dim_l69: false, val_l32: "https://example.com/v1", key_x59: true}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_q56":366.06,"attr_z25":"Alice","dim_l69":false,"val_l32":"https://example.com/v1","key_x59":true}
TASK repair_structured_output SPEC FIELD attr_i92 TYPE string REQUIRED no FIELD key_u06 TYPE boolean REQUIRED yes FIELD attr_e59 TYPE null REQUIRED no FIELD field_w98 TYPE string_email REQUIRED no FIELD val_b89 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"attr_i92":"Berlin","key_u06":false,"field_w98":"info@test.io","...
{"attr_i92":"Berlin","key_u06":false,"field_w98":"info@test.io","val_b89":"https://api.org/data"}
truncated_array
{ "type": "object", "properties": { "attr_i92": { "type": "string" }, "key_u06": { "type": "boolean" }, "attr_e59": { "type": "null" }, "field_w98": { "type": "string", "format": "email" }, "val_b89": { "type": "string", "format": "uri" ...
{"attr_i92":"Berlin","key_u06":false,"field_w98":"info@test.io","val_b89":"https://api.org/data"
Unexpected end of JSON input — truncated object
{"attr_i92":"Berlin","key_u06":false,"field_w98":"info@test.io","val_b89":"https://api.org/data"}
TASK repair_structured_output SPEC FIELD field_m36 TYPE string REQUIRED no FIELD col_i84 TYPE boolean REQUIRED yes FIELD dim_v77 TYPE boolean REQUIRED no FIELD param_h58 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_x12 TYPE boolean REQUIRED no BROKEN_OUTPUT Tool: filter_variants Params:...
{"col_i84":false,"param_h58":"in_transit"}
tool_call_wrong_param
{ "type": "object", "properties": { "field_m36": { "type": "string" }, "col_i84": { "type": "boolean" }, "dim_v77": { "type": "boolean" }, "param_h58": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned"...
Tool: filter_variants Params: {"param_h58": "in_transit", "col_i84_new": false}
Agent used wrong parameter name 'col_i84_new' instead of 'col_i84'
{"col_i84":false,"param_h58":"in_transit"}
TASK repair_structured_output SPEC FIELD field_h47 TYPE string_uri REQUIRED yes FIELD col_v34 TYPE number REQUIRED yes FIELD key_e01 TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: check_cargo_manifest Result: {"col_v34": 297.57, "key_e01": "sample"} I'll query our database. A...
{"field_h47":"https://data.com/api","col_v34":297.57,"key_e01":"sample"}
agent_chain
{ "type": "object", "properties": { "field_h47": { "type": "string", "format": "uri" }, "col_v34": { "type": "number" }, "key_e01": { "type": "string" } }, "required": [ "field_h47", "col_v34", "key_e01" ] }
I need to look up the information first. Action: check_cargo_manifest Result: {"col_v34": 297.57, "key_e01": "sample"} I'll query our database. Action: align_reads Result:
Agent multi-step chain with truncated tool output
{"field_h47":"https://data.com/api","col_v34":297.57,"key_e01":"sample"}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD temp_celsius TYPE string REQUIRED no FIELD collateral TYPE integer REQUIRED yes FIELD build_status TYPE boolean REQUIRED no FIELD nickname TYPE string REQUIRED no BROKEN_OUTPUT I need to create...
{"temp_celsius":"active","collateral":541,"build_status":false,"nickname":"chr1"}
thought_process
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "temp_celsius": { "type": "string" }, "collateral": { "type": "integer" }, "build_status": { ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"temp_celsius":"active","collateral":541,"build_status":false,"nickname":"chr1"}
Output contains chain-of-thought reasoning before JSON
{"temp_celsius":"active","collateral":541,"build_status":false,"nickname":"chr1"}
TASK repair_structured_output SPEC FIELD col_e87 TYPE string REQUIRED yes FIELD col_l15 TYPE string_date-time REQUIRED no FIELD param_y70 TYPE integer REQUIRED no FIELD val_u54 TYPE string REQUIRED yes FIELD prop_e01.col_n89 TYPE string REQUIRED no FIELD prop_e01.dim_x68 TYPE integer REQUIRED no FIELD prop_e01.col_c37...
{"col_e87":"2023-12-25","col_l15":"2020-06-01T23:16:00Z","param_y70":826,"val_u54":"Tokyo"}
extra_field
{ "type": "object", "properties": { "col_e87": { "type": "string" }, "col_l15": { "type": "string", "format": "date-time" }, "param_y70": { "type": "integer" }, "val_u54": { "type": "string" }, "prop_e01": { "type": "object", "properties"...
{"col_e87": "2023-12-25", "col_l15": "2020-06-01T23:16:00Z", "param_y70": 826, "val_u54": "Tokyo", "extra_info_2144": "unexpected"}
Unknown field 'extra_info_2144' not defined in schema
{"col_e87":"2023-12-25","col_l15":"2020-06-01T23:16:00Z","param_y70":826,"val_u54":"Tokyo"}
TASK repair_structured_output SPEC FIELD field_q48 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD field_t38 TYPE boolean REQUIRED no FIELD prop_f63 TYPE boolean REQUIRED yes FIELD field_e00 TYPE string REQUIRED yes FIELD dim_a00 TYPE boolean REQUIRED no FIELD param_c72 TYPE string REQUIRED no F...
{"field_q48":"new","prop_f63":false,"field_e00":"active","prop_q99":"underway"}
null_required
{ "type": "object", "properties": { "field_q48": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "field_t38": { "type": "boolean" }, "prop_f63": { "type": "boolean" }, "field_e00": { "type...
{"field_q48": "new", "prop_f63": null, "field_e00": "active", "prop_q99": "underway"}
Required field 'prop_f63' is null
{"field_q48":"new","prop_f63":false,"field_e00":"active","prop_q99":"underway"}
TASK repair_structured_output SPEC FIELD department TYPE string REQUIRED no FIELD ward TYPE string REQUIRED no FIELD size TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD features TYPE integer REQUIRED yes FIELD vessel_name.zip_code TYPE string REQUIRED no FIELD vessel_name.department.end_date TYPE int...
{"department":"completed","size":"white","features":898,"vessel_name":{"zip_code":"cancelled","department":{"end_date":158,"payment_status":"Diana","active":"PASS","account_id":"option_e"},"span_id":511,"insurance_id":"2022-06-04T08:08:00Z","options":"ops@test.io","priority":null,"conductivity":null},"state":"2026-01-1...
tool_call_python_syntax
{ "type": "object", "properties": { "department": { "type": "string" }, "ward": { "type": "string" }, "size": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "features": { "type": "int...
call_variants(department='completed', size='white', features=898, vessel_name={'zip_code': 'cancelled', 'department': {'end_date': 158, 'payment_status': 'Diana', 'active': 'PASS', 'account_id': 'option_e'}, 'span_id': 511, 'insurance_id': '2022-06-04T08:08:00Z', 'options': 'ops@test.io', 'priority': None, 'conductivit...
Tool call uses Python syntax instead of JSON
{"department":"completed","size":"white","features":898,"vessel_name":{"zip_code":"cancelled","department":{"end_date":158,"payment_status":"Diana","active":"PASS","account_id":"option_e"},"span_id":511,"insurance_id":"2022-06-04T08:08:00Z","options":"ops@test.io","priority":null,"conductivity":null},"state":"2026-01-1...
TASK repair_structured_output SPEC FIELD reagent TYPE integer REQUIRED no FIELD filter_flag TYPE integer REQUIRED no FIELD transaction_id TYPE number REQUIRED yes FIELD patient_id TYPE string REQUIRED no FIELD version TYPE string REQUIRED yes FIELD temp_celsius TYPE number REQUIRED no FIELD date TYPE string_email REQU...
{"reagent":964,"filter_flag":336,"transaction_id":944.94,"patient_id":"chrX","version":"Bob","temp_celsius":643.51,"date":"ops@test.io"}
tool_call_wrong_param
{ "type": "object", "properties": { "reagent": { "type": "integer" }, "filter_flag": { "type": "integer" }, "transaction_id": { "type": "number" }, "patient_id": { "type": "string" }, "version": { "type": "string" }, "temp_celsius": { "...
Tool: get_inventory Params: {"reagent": 964, "filter_flag": 336, "transaction_id": 944.94, "patient_id": "chrX", "temp_celsius": 643.51, "date": "ops@test.io", "version_id": "Bob"}
Agent used wrong parameter name 'version_id' instead of 'version'
{"reagent":964,"filter_flag":336,"transaction_id":944.94,"patient_id":"chrX","version":"Bob","temp_celsius":643.51,"date":"ops@test.io"}
TASK repair_structured_output SPEC FIELD key_p28 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD col_s55 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD prop_r69 TYPE string_date-time REQUIRED no FIELD attr_b30 TYPE string REQUIRED no FIELD attr_f26 TYPE null REQUIRED no FIELD key_l9...
{"key_p28":"type_b","col_s55":"mode_c","prop_r69":"2021-02-24T09:13:00Z","attr_b30":"MV-Evergreen-01","attr_f26":null,"key_l95":224.77,"prop_y63":"option_b"}
invalid_enum
{ "type": "object", "properties": { "key_p28": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "col_s55": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] ...
{"key_p28": "invalid_choice_49", "col_s55": "mode_c", "prop_r69": "2021-02-24T09:13:00Z", "attr_b30": "MV-Evergreen-01", "attr_f26": null, "key_l95": 224.77, "prop_y63": "option_b"}
Field 'key_p28' has invalid enum value 'invalid_choice_49', expected one of ['type_a', 'type_b', 'type_c', 'type_d', 'type_e']
{"key_p28":"type_b","col_s55":"mode_c","prop_r69":"2021-02-24T09:13:00Z","attr_b30":"MV-Evergreen-01","attr_f26":null,"key_l95":224.77,"prop_y63":"option_b"}
TASK repair_structured_output SPEC FIELD dim_c36 TYPE integer REQUIRED no FIELD key_w42 TYPE string REQUIRED yes FIELD field_k01 TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"dim_c36":580,"key_w42":"FWD","field_k01":864} ```
{"dim_c36":580,"key_w42":"FWD","field_k01":864}
markdown_fences
{ "type": "object", "properties": { "dim_c36": { "type": "integer" }, "key_w42": { "type": "string" }, "field_k01": { "type": "integer" } }, "required": [ "field_k01", "key_w42" ] }
```json {"dim_c36":580,"key_w42":"FWD","field_k01":864} ```
Output contains markdown code fences
{"dim_c36":580,"key_w42":"FWD","field_k01":864}
TASK repair_structured_output SPEC FIELD prop_q29 TYPE string REQUIRED no FIELD key_o82 TYPE integer REQUIRED yes FIELD col_j71 TYPE string REQUIRED yes BROKEN_OUTPUT {"key_o82":497,"col_j71":"https://example.com"
{"key_o82":497,"col_j71":"https://example.com"}
truncated_array
{ "type": "object", "properties": { "prop_q29": { "type": "string" }, "key_o82": { "type": "integer" }, "col_j71": { "type": "string" } }, "required": [ "col_j71", "key_o82" ] }
{"key_o82":497,"col_j71":"https://example.com"
Unexpected end of JSON input — truncated object
{"key_o82":497,"col_j71":"https://example.com"}
TASK repair_structured_output SPEC FIELD verified TYPE string_date-time REQUIRED no FIELD feedback TYPE string REQUIRED no FIELD count TYPE null REQUIRED yes FIELD quantity TYPE integer REQUIRED no BROKEN_OUTPUT {'verified':'2021-01-11T15:17:00Z','count':null,'quantity':891}
{"verified":"2021-01-11T15:17:00Z","count":null,"quantity":891}
single_quotes
{ "type": "object", "properties": { "verified": { "type": "string", "format": "date-time" }, "feedback": { "type": "string" }, "count": { "type": "null" }, "quantity": { "type": "integer" } }, "required": [ "count" ] }
{'verified':'2021-01-11T15:17:00Z','count':null,'quantity':891}
Expecting property name enclosed in double quotes
{"verified":"2021-01-11T15:17:00Z","count":null,"quantity":891}
TASK repair_structured_output SPEC FIELD param_i43 TYPE string REQUIRED no FIELD val_w48 TYPE string REQUIRED no FIELD field_n47 TYPE integer REQUIRED yes FIELD col_m35[].dim_m05 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_m35[].dim_k41 TYPE number REQUIRED yes FIELD col_m35[]....
{"param_i43":"London","field_n47":498,"dim_j11":[{"field_l69":"single","attr_f17":"ops@domain.org","attr_o26":207}]}
wrong_type
{ "type": "object", "properties": { "param_i43": { "type": "string" }, "val_w48": { "type": "string" }, "field_n47": { "type": "integer" }, "col_m35": { "type": "array", "items": { "type": "object", "properties": { "dim_m05": { ...
{"param_i43": "London", "field_n47": "\"498\"", "dim_j11": [{"field_l69": "single", "attr_f17": "ops@domain.org", "attr_o26": 207}]}
Field 'field_n47' must be integer, got string
{"param_i43":"London","field_n47":498,"dim_j11":[{"field_l69":"single","attr_f17":"ops@domain.org","attr_o26":207}]}