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 age TYPE integer REQUIRED yes FIELD strand.tile TYPE boolean REQUIRED yes FIELD strand.altitude TYPE string REQUIRED no FIELD strand.duration_ms TYPE null REQUIRED yes FIELD strand.start_date TYPE boolean REQUIRED yes FIELD strand.payment_status TYPE number REQUIRED yes FIELD s...
{"age":33,"strand":{"tile":false,"altitude":"https://api.example.com/v1","duration_ms":null,"start_date":false,"payment_status":317.01,"transaction_id":"demo"},"start_date":"GRCh38"}
single_quotes
{ "type": "object", "properties": { "age": { "type": "integer" }, "strand": { "type": "object", "properties": { "tile": { "type": "boolean" }, "altitude": { "type": "string" }, "duration_ms": { "type": "null" ...
{'age':33,'strand':{'tile':false,'altitude':'https://api.example.com/v1','duration_ms':null,'start_date':false,'payment_status':317.01,'transaction_id':'demo'},'start_date':'GRCh38'}
Expecting property name enclosed in double quotes
{"age":33,"strand":{"tile":false,"altitude":"https://api.example.com/v1","duration_ms":null,"start_date":false,"payment_status":317.01,"transaction_id":"demo"},"start_date":"GRCh38"}
TASK repair_structured_output SPEC FIELD total TYPE string_date-time REQUIRED yes FIELD phone TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD bed_number TYPE string VALUES free|basic|pro|enterprise REQUIRED no BROKEN_OUTPUT {"total":"2020-10-04T06:32:00Z","phone":"intermittent","bed_number":"basi...
{"total":"2020-10-04T06:32:00Z","phone":"intermittent","bed_number":"basic"}
extra_text_after
{ "type": "object", "properties": { "total": { "type": "string", "format": "date-time" }, "phone": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "bed_number": { "type": "string", "enum": [ "free...
{"total":"2020-10-04T06:32:00Z","phone":"intermittent","bed_number":"basic"} Data logged successfully.
Output contains non-JSON text after the object
{"total":"2020-10-04T06:32:00Z","phone":"intermittent","bed_number":"basic"}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD count TYPE string_email REQUIRED no FIELD email.name TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD email.pressure_kpa TYPE boolean REQUIRED no FIELD email.aligned_pct TYPE string VALUES rel...
{"lab_result":"mode_b","count":"info@domain.org","email":{"aligned_pct":"unstable","run_id":null,"voltage":"Jane","medication":true},"status_code":"active","crew_id":"cat_d","full_name":240,"role":597}
tool_call_python_syntax
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "count": { "type": "string", "format": "email" }, "email": { "type": "object", "properties": { ...
create_ticket(lab_result='mode_b', count='info@domain.org', email={'aligned_pct': 'unstable', 'run_id': None, 'voltage': 'Jane', 'medication': True}, status_code='active', crew_id='cat_d', full_name=240, role=597)
Tool call uses Python syntax instead of JSON
{"lab_result":"mode_b","count":"info@domain.org","email":{"aligned_pct":"unstable","run_id":null,"voltage":"Jane","medication":true},"status_code":"active","crew_id":"cat_d","full_name":240,"role":597}
TASK repair_structured_output SPEC FIELD duration_ms TYPE boolean REQUIRED yes FIELD start_date TYPE boolean REQUIRED no FIELD phone TYPE boolean REQUIRED no FIELD filter_flag TYPE string VALUES draft|published|archived REQUIRED no FIELD span_id[] TYPE integer REQUIRED yes FIELD dosage[] TYPE string REQUIRED no BROKE...
{"duration_ms":true,"start_date":false,"phone":false,"filter_flag":"draft","span_id":[643]}
trailing_comma
{ "type": "object", "properties": { "duration_ms": { "type": "boolean" }, "start_date": { "type": "boolean" }, "phone": { "type": "boolean" }, "filter_flag": { "type": "string", "enum": [ "draft", "published", "archived" ] }...
{"duration_ms":true,"start_date":false,"phone":false,"filter_flag":"draft","span_id":[643,]}
Unexpected trailing comma
{"duration_ms":true,"start_date":false,"phone":false,"filter_flag":"draft","span_id":[643]}
TASK repair_structured_output SPEC FIELD param_a79 TYPE boolean REQUIRED yes FIELD param_m44 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD attr_k46 TYPE null REQUIRED yes BROKEN_OUTPUT {"param_a79":false,"param_m44":"option_b","attr_k46":null,}
{"param_a79":false,"param_m44":"option_b","attr_k46":null}
trailing_comma
{ "type": "object", "properties": { "param_a79": { "type": "boolean" }, "param_m44": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "attr_k46": { "type": "null" } }, "required": [ "param_...
{"param_a79":false,"param_m44":"option_b","attr_k46":null,}
Unexpected trailing comma
{"param_a79":false,"param_m44":"option_b","attr_k46":null}
TASK repair_structured_output SPEC FIELD field_g12 TYPE boolean REQUIRED yes FIELD val_n02 TYPE boolean REQUIRED no FIELD val_w22 TYPE number REQUIRED no FIELD param_r54.col_c53 TYPE integer REQUIRED yes FIELD param_r54.dim_g36 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_r54.attr_u79.d...
{"field_g12":true,"val_n02":true,"val_w22":696.32,"param_r54":{"col_c53":379,"dim_g36":"in_transit","attr_u79":{"dim_q28":"QC-07","dim_v89":4,"attr_m35":39,"val_s64":774},"col_s89":{"field_y39":470,"attr_d21":null,"dim_a74":307,"prop_m90":true,"prop_p99":437.29,"attr_r27":"maintenance"}}}
markdown_fences
{ "type": "object", "properties": { "field_g12": { "type": "boolean" }, "val_n02": { "type": "boolean" }, "val_w22": { "type": "number" }, "param_r54": { "type": "object", "properties": { "col_c53": { "type": "integer" }, "d...
```json {"field_g12":true,"val_n02":true,"val_w22":696.32,"param_r54":{"col_c53":379,"dim_g36":"in_transit","attr_u79":{"dim_q28":"QC-07","dim_v89":4,"attr_m35":39,"val_s64":774},"col_s89":{"field_y39":470,"attr_d21":null,"dim_a74":307,"prop_m90":true,"prop_p99":437.29,"attr_r27":"maintenance"}}} ```
Output contains markdown code fences
{"field_g12":true,"val_n02":true,"val_w22":696.32,"param_r54":{"col_c53":379,"dim_g36":"in_transit","attr_u79":{"dim_q28":"QC-07","dim_v89":4,"attr_m35":39,"val_s64":774},"col_s89":{"field_y39":470,"attr_d21":null,"dim_a74":307,"prop_m90":true,"prop_p99":437.29,"attr_r27":"maintenance"}}}
TASK repair_structured_output SPEC FIELD key_i54 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD prop_s67 TYPE integer REQUIRED no FIELD param_d84 TYPE null REQUIRED no FIELD val_f02 TYPE null REQUIRED no FIELD field_n24 TYPE string_email REQUIRED no FIELD prop_q53 TYPE string REQUIRED no FIELD key...
{"key_i54":"oceanic","prop_s67":173,"field_n24":"admin@example.com","prop_q53":"QC-07","key_k33":"escalated"}
extra_text_before
{ "type": "object", "properties": { "key_i54": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "prop_s67": { "type": "integer" }, "param_d84": { "type": "null" }, "val_f02": { "type": "null" ...
The parsed result is: {"key_i54":"oceanic","prop_s67":173,"field_n24":"admin@example.com","prop_q53":"QC-07","key_k33":"escalated"}
Output contains non-JSON text before the object
{"key_i54":"oceanic","prop_s67":173,"field_n24":"admin@example.com","prop_q53":"QC-07","key_k33":"escalated"}
TASK repair_structured_output SPEC FIELD tile TYPE string_date-time REQUIRED yes FIELD chromosome TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD end_date TYPE integer REQUIRED yes BROKEN_OUTPUT <functioncall> generate_report {tile: "2021-01-13T14:13:00Z", chromosome: "free", end_date: 144}
{"tile":"2021-01-13T14:13:00Z","chromosome":"free","end_date":144}
tool_call_bad_format
{ "type": "object", "properties": { "tile": { "type": "string", "format": "date-time" }, "chromosome": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "end_date": { "type": "integer" } }, "require...
<functioncall> generate_report {tile: "2021-01-13T14:13:00Z", chromosome: "free", end_date: 144}
Tool call has malformed arguments — unquoted keys in function parameters
{"tile":"2021-01-13T14:13:00Z","chromosome":"free","end_date":144}
TASK repair_structured_output SPEC FIELD credit_score TYPE string_uri REQUIRED yes FIELD maturity_date TYPE string REQUIRED no FIELD compound TYPE integer REQUIRED no FIELD phone TYPE boolean REQUIRED yes FIELD patient_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes BROKEN_OUTPUT Analyzing the sen...
{"credit_score":"https://api.org/api","compound":973,"phone":false,"patient_id":"in_progress"}
thought_process
{ "type": "object", "properties": { "credit_score": { "type": "string", "format": "uri" }, "maturity_date": { "type": "string" }, "compound": { "type": "integer" }, "phone": { "type": "boolean" }, "patient_id": { "type": "string", "enum":...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"credit_score":"https://api.org/api","compound":973,"phone":false,"patient_id":"in_progress"}
Output contains chain-of-thought reasoning before JSON
{"credit_score":"https://api.org/api","compound":973,"phone":false,"patient_id":"in_progress"}
TASK repair_structured_output SPEC FIELD role TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD invoice_id TYPE string VALUES active|inactive|pending REQUIRED yes FIELD strand TYPE string REQUIRED yes FIELD altitude TYPE string_uri REQUIRED yes BROKEN_OUTPUT check_availability(role='USD', invoice_id='active', ...
{"role":"USD","invoice_id":"active","strand":"approved","altitude":"https://data.com/api"}
tool_call_python_syntax
{ "type": "object", "properties": { "role": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "invoice_id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "s...
check_availability(role='USD', invoice_id='active', strand='approved', altitude='https://data.com/api')
Tool call uses Python syntax instead of JSON
{"role":"USD","invoice_id":"active","strand":"approved","altitude":"https://data.com/api"}
TASK repair_structured_output SPEC FIELD col_q95 TYPE string REQUIRED no FIELD dim_x51 TYPE string_date-time REQUIRED yes FIELD attr_p21 TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT Below is the JSON object: ```json {"dim_x51":"2024-03-12T18:52:00Z","attr_p21":"email"} ``` Analysis finished.
{"dim_x51":"2024-03-12T18:52:00Z","attr_p21":"email"}
markdown_explanation
{ "type": "object", "properties": { "col_q95": { "type": "string" }, "dim_x51": { "type": "string", "format": "date-time" }, "attr_p21": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] } }, "required": [ ...
Below is the JSON object: ```json {"dim_x51":"2024-03-12T18:52:00Z","attr_p21":"email"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"dim_x51":"2024-03-12T18:52:00Z","attr_p21":"email"}
TASK repair_structured_output SPEC FIELD quality_score TYPE integer REQUIRED no FIELD language TYPE string REQUIRED yes FIELD username.barcode TYPE integer REQUIRED no FIELD username.catalyst TYPE string VALUES single|married|divorced REQUIRED no FIELD username.title TYPE string VALUES single|married|divorced REQUIRED...
{"quality_score":837,"language":"QC-07","username":{"title":"single","section":416.98},"vital_sign":"approved"}
tool_call_wrong_param
{ "type": "object", "properties": { "quality_score": { "type": "integer" }, "language": { "type": "string" }, "username": { "type": "object", "properties": { "barcode": { "type": "integer" }, "catalyst": { "type": "string", ...
Tool: calibrate_instrument Params: {"quality_score": 837, "username": {"title": "single", "section": 416.98}, "vital_sign": "approved", "language_name": "QC-07"}
Agent used wrong parameter name 'language_name' instead of 'language'
{"quality_score":837,"language":"QC-07","username":{"title":"single","section":416.98},"vital_sign":"approved"}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD run_id TYPE string REQUIRED no FIELD isotope TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes BROKEN_OUTPUT Tool: process_payment Params: {"language": "option_b", "isotope": "mode_c"}
{"language":"option_b","isotope":"mode_c"}
tool_call_wrong_param
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "run_id": { "type": "string" }, "isotope": { "type": "string", "enum": [ "mode_a", ...
Tool: process_payment Params: {"language": "option_b", "isotope": "mode_c"}
Agent used wrong parameter name 'run_id_value' instead of 'run_id'
{"language":"option_b","isotope":"mode_c"}
TASK repair_structured_output SPEC FIELD attr_g45 TYPE string VALUES option_a|option_b REQUIRED yes FIELD attr_o36 TYPE string_date-time REQUIRED no FIELD prop_y60 TYPE number REQUIRED yes FIELD field_v35 TYPE boolean REQUIRED yes FIELD key_c64[].key_e63 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIE...
{"attr_g45":"option_b","attr_o36":"2022-12-16T17:57:00Z","prop_y60":466.18,"field_v35":false,"key_c64":[{"key_e63":"cat_c","attr_d73":"approved","param_d33":"2024-01-15","val_g97":"Diana","prop_d25":88.16,"attr_c89":"example","param_r37":"2021-04-12T15:01:00Z"}]}
partial_structure
{ "type": "object", "properties": { "attr_g45": { "type": "string", "enum": [ "option_a", "option_b" ] }, "attr_o36": { "type": "string", "format": "date-time" }, "prop_y60": { "type": "number" }, "field_v35": { "type": "boolean" ...
The prop_y60 is 466.18 and {"attr_g45":"option_b","attr_o36":"2022-12-16T17:57:00Z","prop_y60":466.18,"field_v35":false,"key_c64":[{"key_e63":"cat_c","attr_d73":"approved","param_d33":"2024-01-15","val_g97":"Diana","prop_d25":88.16,"attr_c89":"example","param_r37":"2021-04-12T15:01:00Z"}]}
Output mixes natural language with JSON
{"attr_g45":"option_b","attr_o36":"2022-12-16T17:57:00Z","prop_y60":466.18,"field_v35":false,"key_c64":[{"key_e63":"cat_c","attr_d73":"approved","param_d33":"2024-01-15","val_g97":"Diana","prop_d25":88.16,"attr_c89":"example","param_r37":"2021-04-12T15:01:00Z"}]}
TASK repair_structured_output SPEC FIELD prop_k53 TYPE number REQUIRED yes FIELD col_a85 TYPE integer REQUIRED yes FIELD key_p95 TYPE string REQUIRED no FIELD col_p32 TYPE integer REQUIRED no FIELD param_e16 TYPE boolean REQUIRED yes FIELD val_k35 TYPE integer REQUIRED no FIELD attr_r83 TYPE null REQUIRED no FIELD key...
{"prop_k53":344.04,"col_a85":152,"key_p95":"Silva","col_p32":699,"param_e16":true,"val_k35":727,"attr_r83":null,"key_d55":380}
missing_brace
{ "type": "object", "properties": { "prop_k53": { "type": "number" }, "col_a85": { "type": "integer" }, "key_p95": { "type": "string" }, "col_p32": { "type": "integer" }, "param_e16": { "type": "boolean" }, "val_k35": { "type": "integer...
"prop_k53":344.04,"col_a85":152,"key_p95":"Silva","col_p32":699,"param_e16":true,"val_k35":727,"attr_r83":null,"key_d55":380}
Missing closing brace
{"prop_k53":344.04,"col_a85":152,"key_p95":"Silva","col_p32":699,"param_e16":true,"val_k35":727,"attr_r83":null,"key_d55":380}
TASK repair_structured_output SPEC FIELD prop_w59 TYPE string_date-time REQUIRED yes FIELD key_y35 TYPE integer REQUIRED no FIELD param_v58 TYPE integer REQUIRED no FIELD field_k74 TYPE boolean REQUIRED no FIELD dim_q82 TYPE string REQUIRED no BROKEN_OUTPUT {"prop_w59": "2020-06-20T08:30:00Z", "key_y35": "\"46\"", "p...
{"prop_w59":"2020-06-20T08:30:00Z","key_y35":46,"param_v58":131,"field_k74":false,"dim_q82":"baz"}
wrong_type
{ "type": "object", "properties": { "prop_w59": { "type": "string", "format": "date-time" }, "key_y35": { "type": "integer" }, "param_v58": { "type": "integer" }, "field_k74": { "type": "boolean" }, "dim_q82": { "type": "string" } }, "r...
{"prop_w59": "2020-06-20T08:30:00Z", "key_y35": "\"46\"", "param_v58": 131, "field_k74": false, "dim_q82": "baz"}
Field 'key_y35' must be integer, got string
{"prop_w59":"2020-06-20T08:30:00Z","key_y35":46,"param_v58":131,"field_k74":false,"dim_q82":"baz"}
TASK repair_structured_output SPEC FIELD item_id TYPE integer REQUIRED yes FIELD currency TYPE number REQUIRED yes FIELD options TYPE integer REQUIRED yes FIELD features TYPE string_email REQUIRED yes BROKEN_OUTPUT {"item_id":982,"currency":814.66,"options":180,"features":"info@test.io"
{"item_id":982,"currency":814.66,"options":180,"features":"info@test.io"}
truncated_array
{ "type": "object", "properties": { "item_id": { "type": "integer" }, "currency": { "type": "number" }, "options": { "type": "integer" }, "features": { "type": "string", "format": "email" } }, "required": [ "options", "item_id", "features...
{"item_id":982,"currency":814.66,"options":180,"features":"info@test.io"
Unexpected end of JSON input — truncated object
{"item_id":982,"currency":814.66,"options":180,"features":"info@test.io"}
TASK repair_structured_output SPEC FIELD key_n92 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD field_e10 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD col_e28 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD prop_g10 TYPE number REQUIRED yes FIELD p...
{"key_n92":"escalated","field_e10":"cat_b","prop_g10":764.09,"prop_l26":555.8,"col_c62":888,"key_u78":false,"attr_n67":"foo"}
extra_text_after
{ "type": "object", "properties": { "key_n92": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_e10": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "ca...
{"key_n92":"escalated","field_e10":"cat_b","prop_g10":764.09,"prop_l26":555.8,"col_c62":888,"key_u78":false,"attr_n67":"foo"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"key_n92":"escalated","field_e10":"cat_b","prop_g10":764.09,"prop_l26":555.8,"col_c62":888,"key_u78":false,"attr_n67":"foo"}
TASK repair_structured_output SPEC FIELD col_r85 TYPE string REQUIRED yes FIELD val_j12 TYPE null REQUIRED yes FIELD param_j14 TYPE string REQUIRED no FIELD val_y63 TYPE boolean REQUIRED no FIELD col_l32 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD col_q21.prop_q07 TYPE string_uri REQUIRED no FIELD col...
{"col_r85":"A short description.","val_j12":null,"param_j14":"Silva","val_y63":false,"col_q21":{"prop_q07":"https://example.io/data","field_x47":"level_1","col_s36":"cat_d","field_c41":"admin@test.io","prop_n23":"London"}}
truncated_array
{ "type": "object", "properties": { "col_r85": { "type": "string" }, "val_j12": { "type": "null" }, "param_j14": { "type": "string" }, "val_y63": { "type": "boolean" }, "col_l32": { "type": "string", "enum": [ "cat_a", "cat_b", ...
{"col_r85":"A short description.","val_j12":null,"param_j14":"Silva","val_y63":false,"col_q21":{"prop_q07":"https://example.io/data","field_x47":"level_1","col_s36":"cat_d","field_c41":"admin@test.io","prop_n23":"London"}
Unexpected end of JSON input — truncated object
{"col_r85":"A short description.","val_j12":null,"param_j14":"Silva","val_y63":false,"col_q21":{"prop_q07":"https://example.io/data","field_x47":"level_1","col_s36":"cat_d","field_c41":"admin@test.io","prop_n23":"London"}}
TASK repair_structured_output SPEC FIELD port_code TYPE string REQUIRED yes FIELD shipper_ref TYPE boolean REQUIRED no FIELD age TYPE string REQUIRED no FIELD bearing TYPE string VALUES option_a|option_b REQUIRED no FIELD diagnosis_code TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {'port_code':'qux','age':'2024-0...
{"port_code":"qux","age":"2024-01-15","diagnosis_code":"2024-01-27T23:29:00Z"}
single_quotes
{ "type": "object", "properties": { "port_code": { "type": "string" }, "shipper_ref": { "type": "boolean" }, "age": { "type": "string" }, "bearing": { "type": "string", "enum": [ "option_a", "option_b" ] }, "diagnosis_code": { ...
{'port_code':'qux','age':'2024-01-15','diagnosis_code':'2024-01-27T23:29:00Z'}
Expecting property name enclosed in double quotes
{"port_code":"qux","age":"2024-01-15","diagnosis_code":"2024-01-27T23:29:00Z"}
TASK repair_structured_output SPEC FIELD param_j62 TYPE string VALUES success|error|warning|info REQUIRED no FIELD val_s73 TYPE string REQUIRED no FIELD attr_e90 TYPE string REQUIRED no FIELD attr_b42.param_n34.field_w89 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_b42.param_n34.attr_y23 TYPE num...
{"param_j62":"warning","val_s73":"example","attr_e90":"Alice","attr_b42":{"param_n34":{"attr_y23":287.9,"val_g99":"Oliveira"},"col_o59":{"param_h43":90,"key_e13":757,"field_t78":true,"attr_o60":"https://example.com","param_e28":"London"},"key_i30":75,"col_l12":179,"col_q56":"https://api.com/api"},"key_i82":false}
missing_required
{ "type": "object", "properties": { "param_j62": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "val_s73": { "type": "string" }, "attr_e90": { "type": "string" }, "attr_b42": { "type": "object",...
{"param_j62": "warning", "val_s73": "example", "attr_e90": "Alice", "key_i82": false}
Required field 'attr_b42' is missing
{"param_j62":"warning","val_s73":"example","attr_e90":"Alice","attr_b42":{"param_n34":{"attr_y23":287.9,"val_g99":"Oliveira"},"col_o59":{"param_h43":90,"key_e13":757,"field_t78":true,"attr_o60":"https://example.com","param_e28":"London"},"key_i30":75,"col_l12":179,"col_q56":"https://api.com/api"},"key_i82":false}
TASK repair_structured_output SPEC FIELD dim_v90 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD key_e85 TYPE string REQUIRED yes FIELD key_u46 TYPE integer REQUIRED no FIELD col_v25 TYPE integer REQUIRED yes FIELD dim_x07 TYPE number REQUIRED yes BROKEN_OUTPUT {"dim_v90": "open", "key_e85": "Q...
{"dim_v90":"open","key_e85":"QC-07","col_v25":404,"dim_x07":284.85}
number_with_unit
{ "type": "object", "properties": { "dim_v90": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "key_e85": { "type": "string" }, "key_u46": { "type": "integer" }, "col_v25": { "type": "integ...
{"dim_v90": "open", "key_e85": "QC-07", "col_v25": "404%", "dim_x07": 284.85}
Field 'col_v25' must be number, got string with unit
{"dim_v90":"open","key_e85":"QC-07","col_v25":404,"dim_x07":284.85}
TASK repair_structured_output SPEC FIELD val_n62 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD param_j21 TYPE string REQUIRED yes FIELD col_v30 TYPE integer REQUIRED yes FIELD key_n42 TYPE number REQUIRED no BROKEN_OUTPUT {"val_n62":"mode_a","param_j21":"New York","col_v30":629
{"val_n62":"mode_a","param_j21":"New York","col_v30":629}
missing_brace
{ "type": "object", "properties": { "val_n62": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "param_j21": { "type": "string" }, "col_v30": { "type": "integer" }, "key_n42": { "type": "number" } }, "required": [ "col_...
{"val_n62":"mode_a","param_j21":"New York","col_v30":629
Missing closing brace
{"val_n62":"mode_a","param_j21":"New York","col_v30":629}
TASK repair_structured_output SPEC FIELD index TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD published TYPE string REQUIRED yes FIELD quality_score.rating TYPE boolean REQUIRED no FIELD quality_score.lane TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD quality_score.item_id TYPE str...
{"index":"push","published":"Bob","quality_score":{"lane":"berthed","item_id":"2023-11-26T05:59:00Z","feedback":443.34,"score":"active","annotation":"low","payment_status":"https://www.com/v1","voltage":"A short description."},"type":163}
tool_call_python_syntax
{ "type": "object", "properties": { "index": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "published": { "type": "string" }, "quality_score": { "type": "object", "properties": { "rating": { ...
validate_address(index='push', published='Bob', quality_score={'lane': 'berthed', 'item_id': '2023-11-26T05:59:00Z', 'feedback': 443.34, 'score': 'active', 'annotation': 'low', 'payment_status': 'https://www.com/v1', 'voltage': 'A short description.'}, type=163)
Tool call uses Python syntax instead of JSON
{"index":"push","published":"Bob","quality_score":{"lane":"berthed","item_id":"2023-11-26T05:59:00Z","feedback":443.34,"score":"active","annotation":"low","payment_status":"https://www.com/v1","voltage":"A short description."},"type":163}
TASK repair_structured_output SPEC FIELD col_g66 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD key_v59 TYPE boolean REQUIRED yes FIELD attr_g77 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD prop_t38 TYPE string_email REQUIRED yes FIELD col_b54 TYPE string REQUIRED no BROKEN_OUTP...
{"col_g66":"black","key_v59":true,"attr_g77":"type_a","prop_t38":"admin@test.io"}
extra_text_after
{ "type": "object", "properties": { "col_g66": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "key_v59": { "type": "boolean" }, "attr_g77": { "type": "string", "enum": [ "type_a", ...
{"col_g66":"black","key_v59":true,"attr_g77":"type_a","prop_t38":"admin@test.io"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"col_g66":"black","key_v59":true,"attr_g77":"type_a","prop_t38":"admin@test.io"}
TASK repair_structured_output SPEC FIELD dim_p69 TYPE null REQUIRED no FIELD col_x78.param_w99 TYPE string VALUES single|married|divorced REQUIRED yes FIELD col_x78.val_h67 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_x78.val_p46 TYPE string VALUES red|blue|green|black|white REQ...
{"dim_p69":null,"col_x78":{"param_w99":"single","val_h67":"confirmed","val_p46":"red","prop_w64":"approved","dim_k23":true,"field_f84":939,"field_l07":"https://data.com/api"},"param_z18":"ops@domain.org"}
missing_bracket
{ "type": "object", "properties": { "dim_p69": { "type": "null" }, "col_x78": { "type": "object", "properties": { "param_w99": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "v...
{"dim_p69":null,"col_x78":{"param_w99":"single","val_h67":"confirmed","val_p46":"red","prop_w64":"approved","dim_k23":true,"field_f84":939,"field_l07":"https://data.com/api"},"param_z18":"ops@domain.org"}
Missing closing bracket
{"dim_p69":null,"col_x78":{"param_w99":"single","val_h67":"confirmed","val_p46":"red","prop_w64":"approved","dim_k23":true,"field_f84":939,"field_l07":"https://data.com/api"},"param_z18":"ops@domain.org"}
TASK repair_structured_output SPEC FIELD param_r76 TYPE integer REQUIRED yes FIELD param_s01 TYPE string REQUIRED yes FIELD col_n00 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes BROKEN_OUTPUT {"param_r76": "\"21\"", "param_s01": "hello", "col_n00": "cat_a"}
{"param_r76":21,"param_s01":"hello","col_n00":"cat_a"}
wrong_type
{ "type": "object", "properties": { "param_r76": { "type": "integer" }, "param_s01": { "type": "string" }, "col_n00": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] } }, "required": [ "col_n00", "param_r76", "pa...
{"param_r76": "\"21\"", "param_s01": "hello", "col_n00": "cat_a"}
Field 'param_r76' must be integer, got string
{"param_r76":21,"param_s01":"hello","col_n00":"cat_a"}
TASK repair_structured_output SPEC FIELD reagent TYPE number REQUIRED yes FIELD paragraph TYPE integer REQUIRED yes FIELD url TYPE number REQUIRED no FIELD name TYPE string_uri REQUIRED yes FIELD discount TYPE number REQUIRED no FIELD item_id.reagent TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD ite...
{"reagent":116.98,"paragraph":146,"url":175.87,"name":"https://data.io/data","discount":589.33,"item_id":{"reagent":"green","invoice_id":{"organism":false,"active":"phone","end_date":"inactive"},"values":"active","frequency_hz":"2022-08-10T05:13:00Z"}}
missing_bracket
{ "type": "object", "properties": { "reagent": { "type": "number" }, "paragraph": { "type": "integer" }, "url": { "type": "number" }, "name": { "type": "string", "format": "uri" }, "discount": { "type": "number" }, "item_id": { "t...
{"reagent":116.98,"paragraph":146,"url":175.87,"name":"https://data.io/data","discount":589.33,"item_id":{"reagent":"green","invoice_id":{"organism":false,"active":"phone","end_date":"inactive"},"values":"active","frequency_hz":"2022-08-10T05:13:00Z"}}
Missing closing bracket
{"reagent":116.98,"paragraph":146,"url":175.87,"name":"https://data.io/data","discount":589.33,"item_id":{"reagent":"green","invoice_id":{"organism":false,"active":"phone","end_date":"inactive"},"values":"active","frequency_hz":"2022-08-10T05:13:00Z"}}
TASK repair_structured_output SPEC FIELD prop_w18 TYPE number REQUIRED no FIELD attr_k13 TYPE string REQUIRED no FIELD field_x21.attr_r98 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD field_x21.val_f12 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_x21.col_f87 TYPE string VALUE...
{"prop_w18":515.01,"field_x21":{"attr_r98":"resolved","col_f87":"archived","dim_w74":"test","key_n99":"London","key_n70":"info@test.io"},"field_t28":"https://example.com/v1","param_m47":"RTG-04","val_o05":"Santos"}
truncated_array
{ "type": "object", "properties": { "prop_w18": { "type": "number" }, "attr_k13": { "type": "string" }, "field_x21": { "type": "object", "properties": { "attr_r98": { "type": "string", "enum": [ "open", "in_progress", ...
{"prop_w18":515.01,"field_x21":{"attr_r98":"resolved","col_f87":"archived","dim_w74":"test","key_n99":"London","key_n70":"info@test.io"},"field_t28":"https://example.com/v1","param_m47":"RTG-04","val_o05":"Santos"
Unexpected end of JSON input — truncated object
{"prop_w18":515.01,"field_x21":{"attr_r98":"resolved","col_f87":"archived","dim_w74":"test","key_n99":"London","key_n70":"info@test.io"},"field_t28":"https://example.com/v1","param_m47":"RTG-04","val_o05":"Santos"}
TASK repair_structured_output SPEC FIELD prop_r66 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD key_k73.dim_e46.prop_f98 TYPE integer REQUIRED yes FIELD key_k73.dim_e46.prop_x92 TYPE string REQUIRED no FIELD key_k73.dim_e46.attr_l57 TYPE string REQUIRED no FIELD key_k73.dim_e46.val_q06 TYPE integ...
{"prop_r66":"reliable","col_r64":{"val_u71":true,"prop_r62":707,"attr_i32":722,"prop_q90":"heterozygous","dim_v32":"single","prop_m56":"https://data.io/api"},"key_b92":"level_1","val_t83":887,"param_q54":"2024-01-15","attr_g26":{"col_f70":159,"col_m30":"inactive","val_r39":["approved"]}}
missing_bracket
{ "type": "object", "properties": { "prop_r66": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "key_k73": { "type": "object", "properties": { "dim_e46": { "type": "object", "properties": { ...
{"prop_r66":"reliable","col_r64":{"val_u71":true,"prop_r62":707,"attr_i32":722,"prop_q90":"heterozygous","dim_v32":"single","prop_m56":"https://data.io/api"},"key_b92":"level_1","val_t83":887,"param_q54":"2024-01-15","attr_g26":{"col_f70":159,"col_m30":"inactive","val_r39":["approved"}}
Missing closing bracket
{"prop_r66":"reliable","col_r64":{"val_u71":true,"prop_r62":707,"attr_i32":722,"prop_q90":"heterozygous","dim_v32":"single","prop_m56":"https://data.io/api"},"key_b92":"level_1","val_t83":887,"param_q54":"2024-01-15","attr_g26":{"col_f70":159,"col_m30":"inactive","val_r39":["approved"]}}
TASK repair_structured_output SPEC FIELD dim_a70 TYPE boolean REQUIRED no FIELD col_v71 TYPE string REQUIRED yes FIELD val_x04[].key_j31 TYPE string REQUIRED no FIELD val_x04[].prop_w95 TYPE integer REQUIRED yes FIELD val_x04[].field_q35 TYPE integer REQUIRED yes FIELD val_x04[].prop_u99 TYPE integer REQUIRED no FIELD...
{"dim_a70":true,"col_v71":"Charlie"}
thought_process
{ "type": "object", "properties": { "dim_a70": { "type": "boolean" }, "col_v71": { "type": "string" }, "val_x04": { "type": "array", "items": { "type": "object", "properties": { "key_j31": { "type": "string" }, "pr...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"dim_a70":true,"col_v71":"Charlie"}
Output contains chain-of-thought reasoning before JSON
{"dim_a70":true,"col_v71":"Charlie"}
TASK repair_structured_output SPEC FIELD val_z02 TYPE integer REQUIRED yes FIELD col_b57 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_r07 TYPE string REQUIRED no FIELD param_g03 TYPE null REQUIRED no FIELD val_u10 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_u23 TYPE string ...
{"val_z02":329,"prop_r07":"Oliveira","param_g03":null,"val_u10":"unstable","val_u23":"qux"}
agent_chain
{ "type": "object", "properties": { "val_z02": { "type": "integer" }, "col_b57": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_r07": { "type": "string" }, "param_g03": { "type": "null" }, "val_u10"...
I need to look up the information first. Action: get_inventory Result: {"val_z02": 329, "prop_r07": "Oliveira", "param_g03": null, "val_u10": "unstable"} I'll query our database. Action: get_weather Result:
Agent multi-step chain with truncated tool output
{"val_z02":329,"prop_r07":"Oliveira","param_g03":null,"val_u10":"unstable","val_u23":"qux"}
TASK repair_structured_output SPEC FIELD key_s54 TYPE null REQUIRED no FIELD prop_f86 TYPE integer REQUIRED yes FIELD col_f33 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_t32 TYPE string_date-time REQUIRED no FIELD param_i62 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_...
{"prop_f86":677,"col_f33":"hemizygous","attr_t32":"2022-05-24T19:23:00Z","param_i62":"editor","attr_u22":"Silva"}
single_quotes
{ "type": "object", "properties": { "key_s54": { "type": "null" }, "prop_f86": { "type": "integer" }, "col_f33": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "attr_t32": { "type": "string", ...
{'prop_f86':677,'col_f33':'hemizygous','attr_t32':'2022-05-24T19:23:00Z','param_i62':'editor','attr_u22':'Silva'}
Expecting property name enclosed in double quotes
{"prop_f86":677,"col_f33":"hemizygous","attr_t32":"2022-05-24T19:23:00Z","param_i62":"editor","attr_u22":"Silva"}
TASK repair_structured_output SPEC FIELD param_k16 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_g71 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD val_o35 TYPE integer REQUIRED yes FIELD val_x39.prop_c47 TYPE string_uri REQUIRED no FIELD val_x39.field_l17 TYPE i...
{"param_k16":"divorced","field_g71":"rejected","val_o35":970,"val_q93":{"val_p21":"Oliveira","col_o91":null,"dim_t25":"Silva"}}
null_required
{ "type": "object", "properties": { "param_k16": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "field_g71": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ...
{"param_k16": "divorced", "field_g71": "rejected", "val_o35": null, "val_q93": {"val_p21": "Oliveira", "col_o91": null, "dim_t25": "Silva"}}
Required field 'val_o35' is null
{"param_k16":"divorced","field_g71":"rejected","val_o35":970,"val_q93":{"val_p21":"Oliveira","col_o91":null,"dim_t25":"Silva"}}
TASK repair_structured_output SPEC FIELD dim_s19 TYPE integer REQUIRED no FIELD dim_a33 TYPE integer REQUIRED yes FIELD field_w43 TYPE string REQUIRED no FIELD col_l91 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {'dim_a33':97,'field_w43':'hello','col_l91':'2025-08-11T01:18:00Z'}
{"dim_a33":97,"field_w43":"hello","col_l91":"2025-08-11T01:18:00Z"}
single_quotes
{ "type": "object", "properties": { "dim_s19": { "type": "integer" }, "dim_a33": { "type": "integer" }, "field_w43": { "type": "string" }, "col_l91": { "type": "string", "format": "date-time" } }, "required": [ "col_l91", "dim_a33" ] }
{'dim_a33':97,'field_w43':'hello','col_l91':'2025-08-11T01:18:00Z'}
Expecting property name enclosed in double quotes
{"dim_a33":97,"field_w43":"hello","col_l91":"2025-08-11T01:18:00Z"}
TASK repair_structured_output SPEC FIELD col_y15 TYPE string REQUIRED no FIELD field_p86 TYPE string REQUIRED yes FIELD col_t37 TYPE integer REQUIRED no FIELD param_m71 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD col_s64.field_j02 TYPE string REQUIRED no FIELD col_s64.param_c57 TYPE string_uri REQUIR...
{"col_y15":"world","field_p86":"bar","col_t37":40,"param_m71":"pending","col_s64":{"param_c57":"https://example.io/api","dim_f33":"ops@test.io","key_m90":"level_4","field_l98":"bar"},"key_g71":{"col_t01":179,"col_s47":"oceanic","val_i24":726.0}}
tool_call_text_mix
{ "type": "object", "properties": { "col_y15": { "type": "string" }, "field_p86": { "type": "string" }, "col_t37": { "type": "integer" }, "param_m71": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "c...
Let me check the system. <tool_call name="get_account"> {"col_y15":"world","field_p86":"bar","col_t37":40,"param_m71":"pending","col_s64":{"param_c57":"https://example.io/api","dim_f33":"ops@test.io","key_m90":"level_4","field_l98":"bar"},"key_g71":{"col_t01":179,"col_s47":"oceanic","val_i24":726.0}} </tool_call.
Agent response mixes reasoning text with tool call
{"col_y15":"world","field_p86":"bar","col_t37":40,"param_m71":"pending","col_s64":{"param_c57":"https://example.io/api","dim_f33":"ops@test.io","key_m90":"level_4","field_l98":"bar"},"key_g71":{"col_t01":179,"col_s47":"oceanic","val_i24":726.0}}
TASK repair_structured_output SPEC FIELD medication TYPE string VALUES email|phone|sms|push REQUIRED no FIELD sensor_id.shift_code TYPE integer REQUIRED no FIELD sensor_id.salinity TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD sensor_id.paragraph TYPE string REQUIRED yes FIELD sensor_id.bill_of...
{"medication":"email","sensor_id":{"shift_code":222,"salinity":"berthed","paragraph":"test","dosage":206.46,"terminal_id":true},"compound":"John","full_name":"nonsense","item_id":"Bob","last_name":"error"}
missing_bracket
{ "type": "object", "properties": { "medication": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "sensor_id": { "type": "object", "properties": { "shift_code": { "type": "integer" }, "sali...
{"medication":"email","sensor_id":{"shift_code":222,"salinity":"berthed","paragraph":"test","dosage":206.46,"terminal_id":true},"compound":"John","full_name":"nonsense","item_id":"Bob","last_name":"error"}
Missing closing bracket
{"medication":"email","sensor_id":{"shift_code":222,"salinity":"berthed","paragraph":"test","dosage":206.46,"terminal_id":true},"compound":"John","full_name":"nonsense","item_id":"Bob","last_name":"error"}
TASK repair_structured_output SPEC FIELD key_h58 TYPE string REQUIRED no FIELD prop_y97 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_q19 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD dim_z38 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD field_a15 TYPE integer REQUIRE...
{"key_h58":"sample","attr_q19":"pending","dim_z38":"viewer","field_a15":477}
tool_call_text_mix
{ "type": "object", "properties": { "key_h58": { "type": "string" }, "prop_y97": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_q19": { "type": "string", "enum": [ "active", ...
Processing the request now. <tool_call name="update_record"> {"key_h58":"sample","attr_q19":"pending","dim_z38":"viewer","field_a15":477} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"key_h58":"sample","attr_q19":"pending","dim_z38":"viewer","field_a15":477}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE string REQUIRED yes FIELD subtotal TYPE boolean REQUIRED yes FIELD address.batch_code TYPE string REQUIRED no FIELD address.active TYPE null REQUIRED no FIELD address.name TYPE string VALUES active|inactive|pending REQUIRED yes FIELD address.longitude.repositor...
{"shipper_ref":"sample","subtotal":true}
tool_call_python_syntax
{ "type": "object", "properties": { "shipper_ref": { "type": "string" }, "subtotal": { "type": "boolean" }, "address": { "type": "object", "properties": { "batch_code": { "type": "string" }, "active": { "type": "null" },...
update_preferences(shipper_ref='sample', subtotal=True)
Tool call uses Python syntax instead of JSON
{"shipper_ref":"sample","subtotal":true}
TASK repair_structured_output SPEC FIELD level TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD ph_level TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD thumbnail TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no BROKEN_OUTPUT Let me check the ...
{"level":"type_d","ph_level":"type_a","thumbnail":"confirmed"}
tool_call_text_mix
{ "type": "object", "properties": { "level": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "ph_level": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "...
Let me check the system. <tool_call name="check_cargo_manifest"> {"level":"type_d","ph_level":"type_a","thumbnail":"confirmed"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"level":"type_d","ph_level":"type_a","thumbnail":"confirmed"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE integer REQUIRED no FIELD priority.trace_id TYPE integer REQUIRED no FIELD priority.comments TYPE string REQUIRED yes FIELD priority.shipping TYPE string REQUIRED yes FIELD priority.balance TYPE string_date-time REQUIRED no FIELD priority.turbidity.ward TYPE nu...
{"priority":{"comments":"Luis","shipping":"qux","balance":"2026-02-19T11:25:00Z","turbidity":{"tax":"approved","cargo_type":"New York"},"total":{"rating":"chr1","image_url":413,"compound":false,"updated_at":"info","thumbnail":"cat_b"},"phone":20},"count":"ops@domain.org","procedure_code":259,"half_life":"option_c","opt...
truncated_object
{ "type": "object", "properties": { "vessel_name": { "type": "integer" }, "priority": { "type": "object", "properties": { "trace_id": { "type": "integer" }, "comments": { "type": "string" }, "shipping": { "type": "st...
{"priority":{"comments":"Luis","shipping":"qux","balance":"2026-02-19T11:25:00Z","turbidity":{"tax":"approved","cargo_type":"New York"},"total":{"rating":"chr1","image_url":413,"compound":false,"updated_at":"info","thumbnail":"cat_b"},"phone":20},"count":"ops@domain.org","procedure_code":259,"half_life":"option_c","opt...
Unexpected end of JSON input — truncated object
{"priority":{"comments":"Luis","shipping":"qux","balance":"2026-02-19T11:25:00Z","turbidity":{"tax":"approved","cargo_type":"New York"},"total":{"rating":"chr1","image_url":413,"compound":false,"updated_at":"info","thumbnail":"cat_b"},"phone":20},"count":"ops@domain.org","procedure_code":259,"half_life":"option_c","opt...
TASK repair_structured_output SPEC FIELD color TYPE number REQUIRED no FIELD label TYPE string REQUIRED yes FIELD insurance_id TYPE boolean REQUIRED no FIELD footnote.aligned_pct TYPE boolean REQUIRED no FIELD footnote.throttle_pos TYPE string_date-time REQUIRED no FIELD footnote.pressure_kpa TYPE null REQUIRED yes FI...
{"color":970.53,"label":"2024-01-15","footnote":{"aligned_pct":true,"throttle_pos":"2023-09-12T06:32:00Z","pressure_kpa":null,"interest_rate":"homozygous"}}
tool_call_wrong_param
{ "type": "object", "properties": { "color": { "type": "number" }, "label": { "type": "string" }, "insurance_id": { "type": "boolean" }, "footnote": { "type": "object", "properties": { "aligned_pct": { "type": "boolean" }, "...
Tool: get_weather Params: {"color": 970.53, "label": "2024-01-15", "footnote": {"aligned_pct": true, "throttle_pos": "2023-09-12T06:32:00Z", "pressure_kpa": null, "interest_rate": "homozygous"}}
Agent used wrong parameter name 'insurance_id_value' instead of 'insurance_id'
{"color":970.53,"label":"2024-01-15","footnote":{"aligned_pct":true,"throttle_pos":"2023-09-12T06:32:00Z","pressure_kpa":null,"interest_rate":"homozygous"}}
TASK repair_structured_output SPEC FIELD id TYPE string REQUIRED no FIELD length TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD quantity TYPE string REQUIRED no FIELD amplitude TYPE string VALUES email|phone|sms|push REQUIRED no FIELD tile.consignee TYPE integer REQUIRED no FIELD tile.ph_level...
{"id":"https://example.com","amplitude":"sms","tile":{"full_name":"user@domain.org","tile":{"version":true,"count":"John","fleet_number":"draft","barcode":"Alice"}}}
invalid_enum
{ "type": "object", "properties": { "id": { "type": "string" }, "length": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "quantity": { "type": "string" }, "amplitude": { "type": "string", "en...
{"id": "https://example.com", "amplitude": "invalid_option_581", "tile": {"full_name": "user@domain.org", "tile": {"version": true, "count": "John", "fleet_number": "draft", "barcode": "Alice"}}}
Field 'amplitude' has invalid enum value 'invalid_option_581', expected one of ['email', 'phone', 'sms', 'push']
{"id":"https://example.com","amplitude":"sms","tile":{"full_name":"user@domain.org","tile":{"version":true,"count":"John","fleet_number":"draft","barcode":"Alice"}}}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD fleet_number TYPE null REQUIRED yes FIELD collateral.created_at TYPE number REQUIRED no FIELD collateral.cargo_type TYPE null REQUIRED no FIELD collateral.medication.id TYPE string REQUIRED yes FIELD collatera...
{"wavelength":"editor","fleet_number":null,"collateral":{"medication":{"id":"Johnson","batch_code":"arctic","color":"unstable","duration_ms":704.49,"state":"editor"},"aligned_pct":{"deploy_target":222,"build_status":"reliable","log_level":"blue","annotation":"JPY","due_date":"Charlie"},"span_id":{"status":182,"patient_...
truncated_object
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "fleet_number": { "type": "null" }, "collateral": { "type": "object", "properties": { "created_at": { "ty...
{"wavelength":"editor","fleet_number":null,"collateral":{"medication":{"id":"Johnson","batch_code":"arctic","color":"unstable","duration_ms":704.49,"state":"editor"},"aligned_pct":{"deploy_target":222,"build_status":"reliable","log_level":"blue","annotation":"JPY","due_date":"Charlie"},"span_id":{"status":182,"patient_...
Unexpected end of JSON input — truncated object
{"wavelength":"editor","fleet_number":null,"collateral":{"medication":{"id":"Johnson","batch_code":"arctic","color":"unstable","duration_ms":704.49,"state":"editor"},"aligned_pct":{"deploy_target":222,"build_status":"reliable","log_level":"blue","annotation":"JPY","due_date":"Charlie"},"span_id":{"status":182,"patient_...
TASK repair_structured_output SPEC FIELD items TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD height TYPE string_date-time REQUIRED yes FIELD description TYPE string REQUIRED no FIELD country TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD verified.position TYPE integer REQUIRE...
{"items":"delivered","height":"2026-11-11T10:40:00Z","description":"2024-01-15","country":"option_c","verified":{"position":742,"vital_sign":774,"turbidity":371},"shipper_ref":"approved"}
agent_chain
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "height": { "type": "string", "format": "date-time" }, "description": { "type": "string" }, "co...
I need to look up the information first. Action: queue_sequencing_run Result: {"items": "delivered", "description": "2024-01-15", "country": "option_c", "verified": {"position": 742, "vital_sign": 774, "turbidity": 371}, "shipper_ref": "approved"} I'll query our database. Action: delete_item Result:
Agent multi-step chain with truncated tool output
{"items":"delivered","height":"2026-11-11T10:40:00Z","description":"2024-01-15","country":"option_c","verified":{"position":742,"vital_sign":774,"turbidity":371},"shipper_ref":"approved"}
TASK repair_structured_output SPEC FIELD field_r47 TYPE integer REQUIRED no FIELD dim_d58 TYPE boolean REQUIRED no FIELD col_t57 TYPE boolean REQUIRED no FIELD param_f87 TYPE integer REQUIRED no FIELD param_g95 TYPE number REQUIRED yes FIELD dim_y57.key_s97 TYPE boolean REQUIRED yes FIELD dim_y57.prop_v34 TYPE string_...
{"dim_d58":true,"param_f87":104,"param_g95":6.24}
extra_text_before
{ "type": "object", "properties": { "field_r47": { "type": "integer" }, "dim_d58": { "type": "boolean" }, "col_t57": { "type": "boolean" }, "param_f87": { "type": "integer" }, "param_g95": { "type": "number" }, "dim_y57": { "type": "obj...
The parsed result is: {"dim_d58":true,"param_f87":104,"param_g95":6.24}
Output contains non-JSON text before the object
{"dim_d58":true,"param_f87":104,"param_g95":6.24}
TASK repair_structured_output SPEC FIELD attr_h71 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_f24 TYPE integer REQUIRED no FIELD key_p04 TYPE number REQUIRED no FIELD prop_w30.field_c20 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD prop_w30.dim_j07 TYPE number...
{"attr_f24":883,"key_p04":194.81,"prop_w30":{"field_c20":"nonsense","dim_j07":224.86,"dim_i43":"oceanic"},"val_n35":"2021-02-12T11:20:00Z","dim_u17":{"param_f68":"Berlin","field_w85":121,"key_l28":700.09,"col_w88":"2020-03-22T00:29:00Z","attr_l77":"bar","val_r90":"https://example.com"}}
missing_required
{ "type": "object", "properties": { "attr_h71": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "attr_f24": { "type": "integer" }, "key_p04": { "type": "number" }, "prop_w30": { "type": "objec...
{"attr_f24": 883, "key_p04": 194.81, "val_n35": "2021-02-12T11:20:00Z", "dim_u17": {"param_f68": "Berlin", "field_w85": 121, "key_l28": 700.09, "col_w88": "2020-03-22T00:29:00Z", "attr_l77": "bar", "val_r90": "https://example.com"}}
Required field 'prop_w30' is missing
{"attr_f24":883,"key_p04":194.81,"prop_w30":{"field_c20":"nonsense","dim_j07":224.86,"dim_i43":"oceanic"},"val_n35":"2021-02-12T11:20:00Z","dim_u17":{"param_f68":"Berlin","field_w85":121,"key_l28":700.09,"col_w88":"2020-03-22T00:29:00Z","attr_l77":"bar","val_r90":"https://example.com"}}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES active|inactive|pending REQUIRED no FIELD brake_pressure TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD salinity TYPE string VALUES small|medium|large|xl REQUIRED no FIELD compound TYPE boolean REQUIRED no FIELD fleet_number TYP...
{"lab_result":"inactive","brake_pressure":"arctic","salinity":"large","fleet_number":false,"yield_pct":"2024-01-15","deploy_target":"GRCh38"}
markdown_explanation
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "brake_pressure": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] ...
Based on your request, here is the data: ```json {"lab_result":"inactive","brake_pressure":"arctic","salinity":"large","fleet_number":false,"yield_pct":"2024-01-15","deploy_target":"GRCh38"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"lab_result":"inactive","brake_pressure":"arctic","salinity":"large","fleet_number":false,"yield_pct":"2024-01-15","deploy_target":"GRCh38"}
TASK repair_structured_output SPEC FIELD field_s36 TYPE number REQUIRED no FIELD val_b96 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD param_d01 TYPE null REQUIRED yes FIELD field_a02 TYPE null REQUIRED no FIELD param_u08 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes ...
{"field_s36":77.34,"val_b96":"resolved","param_d01":null,"field_a02":null,"param_u08":"synonymous","val_a09":"admin@test.io"}
extra_text_before
{ "type": "object", "properties": { "field_s36": { "type": "number" }, "val_b96": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_d01": { "type": "null" }, "field_a02": { "type": "nu...
Here's the structured output: {"field_s36":77.34,"val_b96":"resolved","param_d01":null,"field_a02":null,"param_u08":"synonymous","val_a09":"admin@test.io"}
Output contains non-JSON text before the object
{"field_s36":77.34,"val_b96":"resolved","param_d01":null,"field_a02":null,"param_u08":"synonymous","val_a09":"admin@test.io"}
TASK repair_structured_output SPEC FIELD ward TYPE number REQUIRED yes FIELD thumbnail TYPE number REQUIRED no FIELD features TYPE number REQUIRED no FIELD rating TYPE integer REQUIRED yes FIELD log_level[] TYPE integer REQUIRED no BROKEN_OUTPUT {"ward":159.97,"features":950.29,"rating":279,"log_level":[323,308,852]
{"ward":159.97,"features":950.29,"rating":279,"log_level":[323,308,852]}
missing_brace
{ "type": "object", "properties": { "ward": { "type": "number" }, "thumbnail": { "type": "number" }, "features": { "type": "number" }, "rating": { "type": "integer" }, "log_level": { "type": "array", "items": { "type": "integer" }...
{"ward":159.97,"features":950.29,"rating":279,"log_level":[323,308,852]
Missing closing brace
{"ward":159.97,"features":950.29,"rating":279,"log_level":[323,308,852]}
TASK repair_structured_output SPEC FIELD balance TYPE number REQUIRED no FIELD order_id TYPE string REQUIRED no FIELD frequency_hz TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD ward[] TYPE string_uri REQUIRED no BROKEN_OUTPUT I need to look up the information first. <tool_call name="annotate_mutation"> {"...
{"balance":65.86,"order_id":"inactive","frequency_hz":"admin","ward":["https://www.io/api","https://api.com/api"]}
tool_call_text_mix
{ "type": "object", "properties": { "balance": { "type": "number" }, "order_id": { "type": "string" }, "frequency_hz": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "ward": { "type": "array", "items": { ...
I need to look up the information first. <tool_call name="annotate_mutation"> {"balance":65.86,"order_id":"inactive","frequency_hz":"admin","ward":["https://www.io/api","https://api.com/api"]} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"balance":65.86,"order_id":"inactive","frequency_hz":"admin","ward":["https://www.io/api","https://api.com/api"]}
TASK repair_structured_output SPEC FIELD key_r59 TYPE number REQUIRED no FIELD field_s41 TYPE string REQUIRED yes FIELD dim_m05.col_n25 TYPE number REQUIRED no FIELD dim_m05.val_x52 TYPE number REQUIRED no FIELD dim_m05.val_m90 TYPE string REQUIRED no FIELD dim_m05.dim_z97 TYPE string_uri REQUIRED yes FIELD dim_m05.pa...
{"key_r59":867.72,"field_s41":"Berlin","dim_m05":{"col_n25":882.03,"val_x52":107.05,"val_m90":"GRCh38","dim_z97":"https://api.io/api","param_l25":{"dim_c55":658.65,"dim_u95":"Jane","field_s59":true},"prop_s29":false,"key_t72":"intermittent"},"col_m41":{"col_w43":679.01,"field_m55":253.71,"prop_l63":"Oliveira","param_w1...
partial_structure
{ "type": "object", "properties": { "key_r59": { "type": "number" }, "field_s41": { "type": "string" }, "dim_m05": { "type": "object", "properties": { "col_n25": { "type": "number" }, "val_x52": { "type": "number" }, ...
Based on the data, field_s41 is Berlin. {"key_r59":867.72,"field_s41":"Berlin","dim_m05":{"col_n25":882.03,"val_x52":107.05,"val_m90":"GRCh38","dim_z97":"https://api.io/api","param_l25":{"dim_c55":658.65,"dim_u95":"Jane","field_s59":true},"prop_s29":false,"key_t72":"intermittent"},"col_m41":{"col_w43":679.01,"field_m55...
Output mixes natural language with JSON
{"key_r59":867.72,"field_s41":"Berlin","dim_m05":{"col_n25":882.03,"val_x52":107.05,"val_m90":"GRCh38","dim_z97":"https://api.io/api","param_l25":{"dim_c55":658.65,"dim_u95":"Jane","field_s59":true},"prop_s29":false,"key_t72":"intermittent"},"col_m41":{"col_w43":679.01,"field_m55":253.71,"prop_l63":"Oliveira","param_w1...
TASK repair_structured_output SPEC FIELD prop_d44 TYPE integer REQUIRED yes FIELD param_z99 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD col_z54 TYPE null REQUIRED yes FIELD val_i22 TYPE string REQUIRED yes FIELD key_h14 TYPE string REQUIRED yes BROKEN_OUTPUT Let me provide the data in JSON format: ``...
{"prop_d44":964,"param_z99":"cat_d","col_z54":null,"val_i22":"Tokyo","key_h14":"Silva"}
markdown_explanation
{ "type": "object", "properties": { "prop_d44": { "type": "integer" }, "param_z99": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "col_z54": { "type": "null" }, "val_i22": { "type": "string" }...
Let me provide the data in JSON format: ```json {"prop_d44":964,"param_z99":"cat_d","col_z54":null,"val_i22":"Tokyo","key_h14":"Silva"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"prop_d44":964,"param_z99":"cat_d","col_z54":null,"val_i22":"Tokyo","key_h14":"Silva"}
TASK repair_structured_output SPEC FIELD notes.throttle_pos TYPE string VALUES type_a|type_b REQUIRED no FIELD notes.height TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD notes.priority TYPE integer REQUIRED no FIELD notes.size TYPE string_uri REQUIRED no FIELD notes.language TYPE s...
{"notes":{"throttle_pos":"type_b","height":"option_e","priority":774,"language":"hemizygous"},"lab_result":false,"username":988,"current_draw":810,"values":"published"}
missing_brace
{ "type": "object", "properties": { "notes": { "type": "object", "properties": { "throttle_pos": { "type": "string", "enum": [ "type_a", "type_b" ] }, "height": { "type": "string", "enum": [ ...
{"notes":"throttle_pos":"type_b","height":"option_e","priority":774,"language":"hemizygous"},"lab_result":false,"username":988,"current_draw":810,"values":"published"}
Missing closing brace
{"notes":{"throttle_pos":"type_b","height":"option_e","priority":774,"language":"hemizygous"},"lab_result":false,"username":988,"current_draw":810,"values":"published"}
TASK repair_structured_output SPEC FIELD param_j08 TYPE integer REQUIRED yes FIELD val_a31 TYPE boolean REQUIRED no FIELD attr_r84 TYPE string REQUIRED no FIELD field_c25 TYPE string REQUIRED yes FIELD key_k86.prop_k56 TYPE boolean REQUIRED no FIELD key_k86.field_v39 TYPE string REQUIRED yes FIELD key_k86.attr_n39 TYP...
{"param_j08":178,"val_a31":false,"attr_r84":"Santos","field_c25":"QC-07","key_k86":{"prop_k56":false,"field_v39":"test","attr_n39":"This is a test value.","field_l87":671},"key_v32":{"param_n24":343.86,"prop_o02":{"attr_s18":"resolved","val_r49":479.5},"field_a64":"test","prop_r03":null}}
extra_field
{ "type": "object", "properties": { "param_j08": { "type": "integer" }, "val_a31": { "type": "boolean" }, "attr_r84": { "type": "string" }, "field_c25": { "type": "string" }, "key_k86": { "type": "object", "properties": { "prop_k56": { ...
{"param_j08": 178, "val_a31": false, "attr_r84": "Santos", "field_c25": "QC-07", "key_k86": {"prop_k56": false, "field_v39": "test", "attr_n39": "This is a test value.", "field_l87": 671}, "key_v32": {"param_n24": 343.86, "prop_o02": {"attr_s18": "resolved", "val_r49": 479.5}, "field_a64": "test", "prop_r03": null}, "e...
Unknown field 'extra_info_8449' not defined in schema
{"param_j08":178,"val_a31":false,"attr_r84":"Santos","field_c25":"QC-07","key_k86":{"prop_k56":false,"field_v39":"test","attr_n39":"This is a test value.","field_l87":671},"key_v32":{"param_n24":343.86,"prop_o02":{"attr_s18":"resolved","val_r49":479.5},"field_a64":"test","prop_r03":null}}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string VALUES single|married|divorced REQUIRED no FIELD discount TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD url TYPE string REQUIRED yes FIELD gene_id TYPE string REQUIRED no FIELD index TYPE string REQUIRED yes BROKEN_OUTPUT Processin...
{"discount":"reliable","url":"pending","gene_id":"Charlie","index":"Maria"}
tool_call_text_mix
{ "type": "object", "properties": { "invoice_id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "discount": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "url": { ...
Processing the request now. <tool_call name="transfer_call"> {"discount":"reliable","url":"pending","gene_id":"Charlie","index":"Maria"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"discount":"reliable","url":"pending","gene_id":"Charlie","index":"Maria"}
TASK repair_structured_output SPEC FIELD attr_c10.dim_k32 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD attr_c10.field_x42 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD attr_c10.param_r17 TYPE string_date-time REQUIRED no FIELD attr_c10.val_p29 TYPE number REQUIRED yes FIELD attr_c...
{"attr_c10":{"dim_k32":"unstable","field_x42":"small","param_r17":"2023-03-23T09:15:00Z","val_p29":776.59,"param_q71":466.68},"field_y59":null,"key_e55":"cat_c","attr_j68":null,"param_k42":780,"key_g11":{"val_k85":"mode_c","key_p88":"admin@domain.org","attr_p30":945.22,"field_d66":true,"col_k76":845}}
partial_structure
{ "type": "object", "properties": { "attr_c10": { "type": "object", "properties": { "dim_k32": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "field_x42": { "type": "string"...
Based on the data, attr_c10 is {'dim_k32': 'unstable', 'field_x42': 'small', 'param_r17': '2023-03-23T09:15:00Z', 'val_p29': 776.59, 'param_q71': 466.68}. {"attr_c10":{"dim_k32":"unstable","field_x42":"small","param_r17":"2023-03-23T09:15:00Z","val_p29":776.59,"param_q71":466.68},"field_y59":null,"key_e55":"cat_c","att...
Output mixes natural language with JSON
{"attr_c10":{"dim_k32":"unstable","field_x42":"small","param_r17":"2023-03-23T09:15:00Z","val_p29":776.59,"param_q71":466.68},"field_y59":null,"key_e55":"cat_c","attr_j68":null,"param_k42":780,"key_g11":{"val_k85":"mode_c","key_p88":"admin@domain.org","attr_p30":945.22,"field_d66":true,"col_k76":845}}
TASK repair_structured_output SPEC FIELD amount TYPE number REQUIRED no FIELD phone TYPE integer REQUIRED yes FIELD status TYPE integer REQUIRED yes FIELD description TYPE string REQUIRED no FIELD shipping.balance TYPE string VALUES draft|published|archived REQUIRED yes FIELD shipping.nickname TYPE integer REQUIRED no...
{"amount":251.01,"phone":783,"status":529,"description":"Silva","shipping":{"balance":"draft","nickname":381,"port_code":95}}
unquoted_keys
{ "type": "object", "properties": { "amount": { "type": "number" }, "phone": { "type": "integer" }, "status": { "type": "integer" }, "description": { "type": "string" }, "shipping": { "type": "object", "properties": { "balance": { ...
{amount:251.01,phone:783,status:529,description:"Silva",shipping:{balance:"draft",nickname:381,port_code:95}}
Expecting property name enclosed in double quotes
{"amount":251.01,"phone":783,"status":529,"description":"Silva","shipping":{"balance":"draft","nickname":381,"port_code":95}}
TASK repair_structured_output SPEC FIELD key_c78 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_a14 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_i43 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_y78 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes...
{"key_c78":"email","val_a14":"viewer","field_i43":"single","field_y78":"delivered","col_z30":"sample","param_x46":"Maria"}
agent_chain
{ "type": "object", "properties": { "key_c78": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_a14": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_i43": { ...
Let me check the system. Action: queue_sequencing_run Result: {"key_c78": "email", "val_a14": "viewer", "field_i43": "single", "field_y78": "delivered", "col_z30": "sample"} Processing the request now. Action: create_ticket Result:
Agent multi-step chain with truncated tool output
{"key_c78":"email","val_a14":"viewer","field_i43":"single","field_y78":"delivered","col_z30":"sample","param_x46":"Maria"}
TASK repair_structured_output SPEC FIELD dim_j55 TYPE string REQUIRED no FIELD col_m94.field_i02 TYPE integer REQUIRED no FIELD col_m94.field_s79 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_m94.prop_o43 TYPE string_uri REQUIRED yes FIELD col_m94.prop_z70.prop_i45 TYPE string VALUE...
{"dim_j55":"Maria","col_m94":{"field_s79":"maintenance","prop_o43":"https://www.org/api","key_x04":{"key_n66":"user@domain.com","val_y16":117,"col_d59":"type_b","val_l47":"A short description.","dim_z96":"pending"}},"key_b05":"type_a","val_n67":925,"key_g15":"test@test.io"}
wrong_type
{ "type": "object", "properties": { "dim_j55": { "type": "string" }, "col_m94": { "type": "object", "properties": { "field_i02": { "type": "integer" }, "field_s79": { "type": "string", "enum": [ "operational", ...
{"dim_j55": "Maria", "col_m94": {"field_s79": "maintenance", "prop_o43": "https://www.org/api", "key_x04": {"key_n66": "user@domain.com", "val_y16": 117, "col_d59": "type_b", "val_l47": "A short description.", "dim_z96": "pending"}}, "key_b05": "type_a", "val_n67": "\"925\"", "key_g15": "test@test.io"}
Field 'val_n67' must be integer, got string
{"dim_j55":"Maria","col_m94":{"field_s79":"maintenance","prop_o43":"https://www.org/api","key_x04":{"key_n66":"user@domain.com","val_y16":117,"col_d59":"type_b","val_l47":"A short description.","dim_z96":"pending"}},"key_b05":"type_a","val_n67":925,"key_g15":"test@test.io"}
TASK repair_structured_output SPEC FIELD category TYPE number REQUIRED yes FIELD date TYPE integer REQUIRED no FIELD comments TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD span_id.department TYPE number REQUIRED yes FIELD span_id.bearing TYPE string REQUIRED yes FIELD span_id.color TYPE stri...
{"category":539.3,"date":832,"comments":"cat_d","span_id":{"department":641.73,"bearing":"2023-12-25","color":"mode_a","step":220,"conductivity":"2023-10-07T20:59:00Z"},"wavelength":{"credit_score":"https://www.org/data","bearing":313,"phenotype":"A short description.","build_status":["returned","delivered","returned",...
wrong_type
{ "type": "object", "properties": { "category": { "type": "number" }, "date": { "type": "integer" }, "comments": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "span_id"...
{"category": 539.3, "date": "\"832\"", "comments": "cat_d", "span_id": {"department": 641.73, "bearing": "2023-12-25", "color": "mode_a", "step": 220, "conductivity": "2023-10-07T20:59:00Z"}, "wavelength": {"credit_score": "https://www.org/data", "bearing": 313, "phenotype": "A short description.", "build_status": ["re...
Field 'date' must be integer, got string
{"category":539.3,"date":832,"comments":"cat_d","span_id":{"department":641.73,"bearing":"2023-12-25","color":"mode_a","step":220,"conductivity":"2023-10-07T20:59:00Z"},"wavelength":{"credit_score":"https://www.org/data","bearing":313,"phenotype":"A short description.","build_status":["returned","delivered","returned",...
TASK repair_structured_output SPEC FIELD attr_h04 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_y51 TYPE string VALUES option_a|option_b REQUIRED no FIELD prop_d40 TYPE integer REQUIRED yes FIELD attr_y16 TYPE number REQUIRED no BROKEN_OUTPUT track_vessel(attr_h04='divorced', param_y51='option_b'...
{"attr_h04":"divorced","param_y51":"option_b","prop_d40":363}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_h04": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_y51": { "type": "string", "enum": [ "option_a", "option_b" ] }, "prop_d40": { "type": "integ...
track_vessel(attr_h04='divorced', param_y51='option_b', prop_d40=363)
Tool call uses Python syntax instead of JSON
{"attr_h04":"divorced","param_y51":"option_b","prop_d40":363}
TASK repair_structured_output SPEC FIELD attr_d87 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_g51 TYPE integer REQUIRED yes FIELD attr_n20 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_u03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD param_f12 TYPE s...
{"attr_d87":"warning","key_g51":113,"attr_n20":"hemizygous","param_f12":"baz","field_s63":"https://example.com"}
agent_chain
{ "type": "object", "properties": { "attr_d87": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "key_g51": { "type": "integer" }, "attr_n20": { "type": "string", "enum": [ "homozygous", "...
Let me check the system. Action: update_preferences Result: {"attr_d87": "warning", "attr_n20": "hemizygous", "param_f12": "baz", "field_s63": "https://example.com"} Processing the request now. Action: create_ticket Result:
Agent multi-step chain with truncated tool output
{"attr_d87":"warning","key_g51":113,"attr_n20":"hemizygous","param_f12":"baz","field_s63":"https://example.com"}
TASK repair_structured_output SPEC FIELD param_x14 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_p84 TYPE string REQUIRED no FIELD col_t35 TYPE integer REQUIRED no FIELD key_y74 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD key_u66[] TYPE number REQUIRED yes BROKEN_OU...
{"param_x14":"pending_review","col_t35":584,"key_y74":"EUR","key_u66":[752.4,630.39,975.88]}
null_required
{ "type": "object", "properties": { "param_x14": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_p84": { "type": "string" }, "col_t35": { "type": "integer" }, "key_y74": { "...
{"param_x14": "pending_review", "col_t35": 584, "key_y74": "EUR", "key_u66": null}
Required field 'key_u66' is null
{"param_x14":"pending_review","col_t35":584,"key_y74":"EUR","key_u66":[752.4,630.39,975.88]}
TASK repair_structured_output SPEC FIELD val_f53 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD field_n82 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD key_v87 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no BROKEN_OUTPUT {"val_f53":"heterozygous","field_n8...
{"val_f53":"heterozygous","field_n82":"info","key_v87":"moored"}
truncated_object
{ "type": "object", "properties": { "val_f53": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "field_n82": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
{"val_f53":"heterozygous","field_n82":"info","key_v87":"moored"
Unexpected end of JSON input — truncated object
{"val_f53":"heterozygous","field_n82":"info","key_v87":"moored"}
TASK repair_structured_output SPEC FIELD feedback TYPE string REQUIRED no FIELD current_draw TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD address TYPE integer REQUIRED no FIELD organism.user_id TYPE boolean REQUIRED yes FIELD organism.altitude TYPE string REQUIRED yes FIELD organism.medicati...
{"current_draw":"hemizygous","address":367,"organism":{"user_id":true,"altitude":"active","medication":23}}
tool_call_partial_args
{ "type": "object", "properties": { "feedback": { "type": "string" }, "current_draw": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "address": { "type": "integer" }, "organism": { "type": "object"...
Let me check the system. Action: delete_item Arguments: {"current_draw": "hemizygous", "address": 367}
Agent tool call missing required parameter 'organism'
{"current_draw":"hemizygous","address":367,"organism":{"user_id":true,"altitude":"active","medication":23}}
TASK repair_structured_output SPEC FIELD col_x97 TYPE null REQUIRED no FIELD val_s88 TYPE string_date-time REQUIRED no FIELD field_g59 TYPE number REQUIRED no FIELD param_b15.val_j08 TYPE integer REQUIRED yes FIELD param_b15.key_z14 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD param_b15.prop...
{"col_x97":null,"field_g59":112.19,"param_b15":{"val_j08":249,"key_z14":"returned","prop_t71":"anchored","dim_q44":534,"attr_j11":"baz","param_h78":"published","val_b30":{"key_m16":null,"val_t20":"pending","param_j84":false,"val_f99":233}}}
tool_call_python_syntax
{ "type": "object", "properties": { "col_x97": { "type": "null" }, "val_s88": { "type": "string", "format": "date-time" }, "field_g59": { "type": "number" }, "param_b15": { "type": "object", "properties": { "val_j08": { "type": "integ...
assign_berth(col_x97=None, field_g59=112.19, param_b15={'val_j08': 249, 'key_z14': 'returned', 'prop_t71': 'anchored', 'dim_q44': 534, 'attr_j11': 'baz', 'param_h78': 'published', 'val_b30': {'key_m16': None, 'val_t20': 'pending', 'param_j84': False, 'val_f99': 233}})
Tool call uses Python syntax instead of JSON
{"col_x97":null,"field_g59":112.19,"param_b15":{"val_j08":249,"key_z14":"returned","prop_t71":"anchored","dim_q44":534,"attr_j11":"baz","param_h78":"published","val_b30":{"key_m16":null,"val_t20":"pending","param_j84":false,"val_f99":233}}}
TASK repair_structured_output SPEC FIELD torque_output TYPE string_uri REQUIRED no FIELD insurance_id TYPE string REQUIRED no FIELD filter_flag TYPE number REQUIRED no FIELD values TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD city TYPE string REQUIRED no FIELD transaction_id TYPE integer REQUIRED no FIELD...
{"torque_output":"https://example.org/api","insurance_id":"inactive","filter_flag":402.39,"values":"USD","span_id":true}
truncated_object
{ "type": "object", "properties": { "torque_output": { "type": "string", "format": "uri" }, "insurance_id": { "type": "string" }, "filter_flag": { "type": "number" }, "values": { "type": "string", "enum": [ "USD", "EUR", "GBP", ...
{"torque_output":"https://example.org/api","insurance_id":"inactive","filter_flag":402.39,"values":"USD","span_id":true
Unexpected end of JSON input — truncated object
{"torque_output":"https://example.org/api","insurance_id":"inactive","filter_flag":402.39,"values":"USD","span_id":true}
TASK repair_structured_output SPEC FIELD attr_x59 TYPE integer REQUIRED no FIELD field_i08 TYPE string REQUIRED no FIELD val_t28 TYPE string REQUIRED yes FIELD prop_q41 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD val_s56 TYPE integer REQUIRED no FIELD dim_p42 TYPE string_uri REQUIRED n...
{"field_i08":"approved","val_t28":"RTG-04","prop_q41":"level_1","val_s56":376,"dim_p42":"https://data.org/api","dim_d61":"chrX","dim_r91":538}
markdown_fences
{ "type": "object", "properties": { "attr_x59": { "type": "integer" }, "field_i08": { "type": "string" }, "val_t28": { "type": "string" }, "prop_q41": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
```json {"field_i08":"approved","val_t28":"RTG-04","prop_q41":"level_1","val_s56":376,"dim_p42":"https://data.org/api","dim_d61":"chrX","dim_r91":538} ```
Output contains markdown code fences
{"field_i08":"approved","val_t28":"RTG-04","prop_q41":"level_1","val_s56":376,"dim_p42":"https://data.org/api","dim_d61":"chrX","dim_r91":538}
TASK repair_structured_output SPEC FIELD date TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD isotope TYPE number REQUIRED yes FIELD chapter TYPE integer REQUIRED no FIELD level TYPE integer REQUIRED yes BROKEN_OUTPUT Based on the data, level is 544. {"date":"level_3","isotope":489.83,"c...
{"date":"level_3","isotope":489.83,"chapter":224,"level":544}
partial_structure
{ "type": "object", "properties": { "date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "isotope": { "type": "number" }, "chapter": { "type": "integer" }, "level": { "...
Based on the data, level is 544. {"date":"level_3","isotope":489.83,"chapter":224,"level":544}
Output mixes natural language with JSON
{"date":"level_3","isotope":489.83,"chapter":224,"level":544}
TASK repair_structured_output SPEC FIELD dim_c66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD attr_t90 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD field_i98 TYPE number REQUIRED yes BROKEN_OUTPUT {"dim_c66":"BRL","field_i98":184.61
{"dim_c66":"BRL","field_i98":184.61}
truncated_object
{ "type": "object", "properties": { "dim_c66": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_t90": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_...
{"dim_c66":"BRL","field_i98":184.61
Unexpected end of JSON input — truncated object
{"dim_c66":"BRL","field_i98":184.61}
TASK repair_structured_output SPEC FIELD comments TYPE string REQUIRED no FIELD message TYPE boolean REQUIRED yes FIELD manifest_ref TYPE string REQUIRED no BROKEN_OUTPUT {"comments":"https://api.example.com/v1","message":true,"manifest_ref":"completed"} Data logged successfully.
{"comments":"https://api.example.com/v1","message":true,"manifest_ref":"completed"}
extra_text_after
{ "type": "object", "properties": { "comments": { "type": "string" }, "message": { "type": "boolean" }, "manifest_ref": { "type": "string" } }, "required": [ "message" ] }
{"comments":"https://api.example.com/v1","message":true,"manifest_ref":"completed"} Data logged successfully.
Output contains non-JSON text after the object
{"comments":"https://api.example.com/v1","message":true,"manifest_ref":"completed"}
TASK repair_structured_output SPEC FIELD dosage TYPE string VALUES admin|editor|viewer REQUIRED no FIELD country TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD tile TYPE string VALUES draft|published|archived REQUIRED no BROKEN_OUTPUT "dosage":"admin","country":"type_b","tile":"draft"}
{"dosage":"admin","country":"type_b","tile":"draft"}
missing_brace
{ "type": "object", "properties": { "dosage": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "country": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "tile": { ...
"dosage":"admin","country":"type_b","tile":"draft"}
Missing closing brace
{"dosage":"admin","country":"type_b","tile":"draft"}
TASK repair_structured_output SPEC FIELD field_b26 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD attr_z64 TYPE number REQUIRED no FIELD key_o20[].field_y40 TYPE string_uri REQUIRED yes FIELD key_o20[].key_q14 TYPE integer REQUIRED no FIELD key_o20[].key_p51 TYPE string REQUIRED no FIELD key_o20[].pr...
{"attr_z64":86.88,"key_o20":[{"field_y40":"https://api.com/data","key_p51":"2023-12-25","prop_r88":"2024-01-15"},{"field_y40":"https://api.org/v1","key_p51":"QC-07","prop_r88":"hello"}],"prop_x87":[{"param_z16":"type_b","field_m75":93,"field_y42":"test@example.com","param_s17":913,"col_d63":"married","attr_o22":"Silva"...
markdown_fences
{ "type": "object", "properties": { "field_b26": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "attr_z64": { "type": "number" }, "key_o20": { "type": "array", "items": { "type": "object", ...
```json {"attr_z64":86.88,"key_o20":[{"field_y40":"https://api.com/data","key_p51":"2023-12-25","prop_r88":"2024-01-15"},{"field_y40":"https://api.org/v1","key_p51":"QC-07","prop_r88":"hello"}],"prop_x87":[{"param_z16":"type_b","field_m75":93,"field_y42":"test@example.com","param_s17":913,"col_d63":"married","attr_o22"...
Output contains markdown code fences
{"attr_z64":86.88,"key_o20":[{"field_y40":"https://api.com/data","key_p51":"2023-12-25","prop_r88":"2024-01-15"},{"field_y40":"https://api.org/v1","key_p51":"QC-07","prop_r88":"hello"}],"prop_x87":[{"param_z16":"type_b","field_m75":93,"field_y42":"test@example.com","param_s17":913,"col_d63":"married","attr_o22":"Silva"...
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD first_name TYPE string VALUES cat_a|cat_b REQUIRED no FIELD lab_result TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD berth_slot TYPE integer REQUIRED yes FIELD build_status TYPE s...
{"strand":"level_4","first_name":"cat_b","lab_result":"level_3","berth_slot":772,"yield_pct":"A short description."}
agent_chain
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "first_name": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "lab_result": { ...
Let me check the system. Action: schedule_meeting Result: {"strand": "level_4", "lab_result": "level_3", "berth_slot": 772, "yield_pct": "A short description."} I'll query our database. Action: call_variants Result:
Agent multi-step chain with truncated tool output
{"strand":"level_4","first_name":"cat_b","lab_result":"level_3","berth_slot":772,"yield_pct":"A short description."}
TASK repair_structured_output SPEC FIELD val_o43 TYPE string VALUES success|error|warning|info REQUIRED no FIELD field_t00 TYPE integer REQUIRED yes FIELD dim_o08 TYPE integer REQUIRED no FIELD val_v69 TYPE string_uri REQUIRED no FIELD dim_a81 TYPE number REQUIRED no FIELD field_y57 TYPE boolean REQUIRED yes FIELD col...
{"field_t00":572,"dim_o08":632,"val_v69":"https://api.io/data","dim_a81":187.14,"field_y57":false,"col_t62":368}
null_required
{ "type": "object", "properties": { "val_o43": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "field_t00": { "type": "integer" }, "dim_o08": { "type": "integer" }, "val_v69": { "type": "string",...
{"field_t00": 572, "dim_o08": 632, "val_v69": "https://api.io/data", "dim_a81": 187.14, "field_y57": null, "col_t62": 368}
Required field 'field_y57' is null
{"field_t00":572,"dim_o08":632,"val_v69":"https://api.io/data","dim_a81":187.14,"field_y57":false,"col_t62":368}
TASK repair_structured_output SPEC FIELD col_i47 TYPE string REQUIRED no FIELD col_j22 TYPE boolean REQUIRED no FIELD field_s94 TYPE string REQUIRED no FIELD field_o92 TYPE string_date-time REQUIRED yes FIELD col_w82.attr_q71 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD col_w82.attr_b77 TYPE string VALUES U...
{"col_i47":"Sao Paulo","field_s94":"inactive","field_o92":"2025-03-18T19:07:00Z","col_w82":{"attr_q71":"cat_b","key_a77":"option_c","field_v71":"option_b","col_i41":"test@example.com"},"key_g77":true,"attr_a30":"heterozygous"}
trailing_comma
{ "type": "object", "properties": { "col_i47": { "type": "string" }, "col_j22": { "type": "boolean" }, "field_s94": { "type": "string" }, "field_o92": { "type": "string", "format": "date-time" }, "col_w82": { "type": "object", "properties...
{"col_i47":"Sao Paulo","field_s94":"inactive","field_o92":"2025-03-18T19:07:00Z","col_w82":{"attr_q71":"cat_b","key_a77":"option_c","field_v71":"option_b","col_i41":"test@example.com"},"key_g77":true,"attr_a30":"heterozygous",}
Unexpected trailing comma
{"col_i47":"Sao Paulo","field_s94":"inactive","field_o92":"2025-03-18T19:07:00Z","col_w82":{"attr_q71":"cat_b","key_a77":"option_c","field_v71":"option_b","col_i41":"test@example.com"},"key_g77":true,"attr_a30":"heterozygous"}
TASK repair_structured_output SPEC FIELD ward TYPE integer REQUIRED yes FIELD amount TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD commit_hash.dissolved_oxygen TYPE string REQUIRED no FIELD commit_hash.current_draw TYPE string REQUIRED no FIELD commit_hash.format TYPE string_uri REQUIRED no FIELD ...
{"ward":252,"amount":"oceanic","commit_hash":{"dissolved_oxygen":"bar","current_draw":"qux","section":150,"chapter":{"voltage":null,"last_name":"Santos","status_code":392.49,"conductivity":905},"umi":{"format":"A short description.","payment_status":["single"]}},"freight_class":"Johnson","strand":"degraded","descriptio...
tool_call_python_syntax
{ "type": "object", "properties": { "ward": { "type": "integer" }, "amount": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "commit_hash": { "type": "object", "properties": { "dissolved_oxyge...
apply_discount(ward=252, amount='oceanic', commit_hash={'dissolved_oxygen': 'bar', 'current_draw': 'qux', 'section': 150, 'chapter': {'voltage': None, 'last_name': 'Santos', 'status_code': 392.49, 'conductivity': 905}, 'umi': {'format': 'A short description.', 'payment_status': ['single']}}, freight_class='Johnson', st...
Tool call uses Python syntax instead of JSON
{"ward":252,"amount":"oceanic","commit_hash":{"dissolved_oxygen":"bar","current_draw":"qux","section":150,"chapter":{"voltage":null,"last_name":"Santos","status_code":392.49,"conductivity":905},"umi":{"format":"A short description.","payment_status":["single"]}},"freight_class":"Johnson","strand":"degraded","descriptio...
TASK repair_structured_output SPEC FIELD attr_r63.prop_p43 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD attr_r63.attr_x76 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_r63.val_j97 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_r63.prop_b27 TYPE string VAL...
{"attr_r63":{"prop_p43":"free","val_j97":"viewer","val_j38":"hemizygous","attr_h54":"https://example.io/v1","prop_n93":"enterprise"},"param_d16":true,"col_n78":"sample","attr_c00":"pending_review","field_u91":"synonymous","col_o84":"oceanic"}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_r63": { "type": "object", "properties": { "prop_p43": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "attr_x76": { "type"...
queue_sequencing_run(attr_r63={'prop_p43': 'free', 'val_j97': 'viewer', 'val_j38': 'hemizygous', 'attr_h54': 'https://example.io/v1', 'prop_n93': 'enterprise'}, param_d16=True, col_n78='sample', attr_c00='pending_review', field_u91='synonymous', col_o84='oceanic')
Tool call uses Python syntax instead of JSON
{"attr_r63":{"prop_p43":"free","val_j97":"viewer","val_j38":"hemizygous","attr_h54":"https://example.io/v1","prop_n93":"enterprise"},"param_d16":true,"col_n78":"sample","attr_c00":"pending_review","field_u91":"synonymous","col_o84":"oceanic"}
TASK repair_structured_output SPEC FIELD city TYPE boolean REQUIRED yes FIELD dosage TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD compound TYPE boolean REQUIRED no BROKEN_OUTPUT {"city":true,"dosage":"coastal","compound":true,}
{"city":true,"dosage":"coastal","compound":true}
trailing_comma
{ "type": "object", "properties": { "city": { "type": "boolean" }, "dosage": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "compound": { "type": "boolean" } }, "required": [ "dosage", "cit...
{"city":true,"dosage":"coastal","compound":true,}
Unexpected trailing comma
{"city":true,"dosage":"coastal","compound":true}
TASK repair_structured_output SPEC FIELD dim_d80 TYPE number REQUIRED no FIELD field_e94 TYPE string_uri REQUIRED no FIELD dim_d14 TYPE string REQUIRED no FIELD dim_b79 TYPE string REQUIRED no FIELD attr_c13 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD key_e55 TYPE boolean REQUIRED no BROKEN_OUTPUT Sur...
{"dim_d80":999.79,"field_e94":"https://data.org/v1","dim_b79":"2024-01-15","attr_c13":"large","key_e55":false}
extra_text_before
{ "type": "object", "properties": { "dim_d80": { "type": "number" }, "field_e94": { "type": "string", "format": "uri" }, "dim_d14": { "type": "string" }, "dim_b79": { "type": "string" }, "attr_c13": { "type": "string", "enum": [ "...
Sure, here's the result: {"dim_d80":999.79,"field_e94":"https://data.org/v1","dim_b79":"2024-01-15","attr_c13":"large","key_e55":false}
Output contains non-JSON text before the object
{"dim_d80":999.79,"field_e94":"https://data.org/v1","dim_b79":"2024-01-15","attr_c13":"large","key_e55":false}
TASK repair_structured_output SPEC FIELD start_date TYPE integer REQUIRED yes FIELD shipper_ref TYPE boolean REQUIRED no FIELD current_draw TYPE string REQUIRED no FIELD subtotal TYPE number REQUIRED no FIELD feedback TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD category TYPE string REQUIRED no FIELD...
{"start_date":817,"subtotal":369.15,"feedback":"basic","category":"Charlie","index":"John"}
null_required
{ "type": "object", "properties": { "start_date": { "type": "integer" }, "shipper_ref": { "type": "boolean" }, "current_draw": { "type": "string" }, "subtotal": { "type": "number" }, "feedback": { "type": "string", "enum": [ "free", ...
{"start_date": 817, "subtotal": 369.15, "feedback": "basic", "category": "Charlie", "index": null}
Required field 'index' is null
{"start_date":817,"subtotal":369.15,"feedback":"basic","category":"Charlie","index":"John"}
TASK repair_structured_output SPEC FIELD prop_d48 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD col_v54 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD attr_k56 TYPE string REQUIRED no FIELD key_z72 TYPE string VALUES type_a|type_b REQUIRED no FI...
{"val_g59":"large"}
single_quotes
{ "type": "object", "properties": { "prop_d48": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "col_v54": { "type": "string", "enum": [ "option_a", "option_b...
{'val_g59':'large'}
Expecting property name enclosed in double quotes
{"val_g59":"large"}
TASK repair_structured_output SPEC FIELD comments TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD coverage TYPE integer REQUIRED no FIELD features TYPE number REQUIRED yes FIELD address TYPE number REQUIRED no FIELD vital_sign TYPE integer REQUIRED yes FIELD strand TYPE integ...
{"comments":"option_b","coverage":420,"features":109.25,"address":265.03,"vital_sign":271,"strand":899,"salinity":"user@example.com"}
partial_structure
{ "type": "object", "properties": { "comments": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "coverage": { "type": "integer" }, "features": { "type": "number...
Based on the data, coverage is 420. {"comments":"option_b","coverage":420,"features":109.25,"address":265.03,"vital_sign":271,"strand":899,"salinity":"user@example.com"}
Output mixes natural language with JSON
{"comments":"option_b","coverage":420,"features":109.25,"address":265.03,"vital_sign":271,"strand":899,"salinity":"user@example.com"}
TASK repair_structured_output SPEC FIELD field_n07 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_m18 TYPE number REQUIRED no FIELD val_a18 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes BROKEN_OUTPUT {'field_n07':'anchored','prop_m18':111.63,'val_a18':'reliable'}
{"field_n07":"anchored","prop_m18":111.63,"val_a18":"reliable"}
single_quotes
{ "type": "object", "properties": { "field_n07": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_m18": { "type": "number" }, "val_a18": { "type": "string", "enum": [ "reliable", ...
{'field_n07':'anchored','prop_m18':111.63,'val_a18':'reliable'}
Expecting property name enclosed in double quotes
{"field_n07":"anchored","prop_m18":111.63,"val_a18":"reliable"}
TASK repair_structured_output SPEC FIELD param_n68.col_t04 TYPE integer REQUIRED yes FIELD param_n68.param_e07 TYPE integer REQUIRED no FIELD param_n68.key_s09 TYPE number REQUIRED yes FIELD key_n03 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD attr_s69 TYPE string VALUES type_a|type_b|type_...
{"param_n68":{"col_t04":53,"key_s09":800.69},"key_n03":"cat_f","attr_s69":"type_d"}
missing_bracket
{ "type": "object", "properties": { "param_n68": { "type": "object", "properties": { "col_t04": { "type": "integer" }, "param_e07": { "type": "integer" }, "key_s09": { "type": "number" } }, "required": [ ...
{"param_n68":{"col_t04":53,"key_s09":800.69},"key_n03":"cat_f","attr_s69":"type_d"}
Missing closing bracket
{"param_n68":{"col_t04":53,"key_s09":800.69},"key_n03":"cat_f","attr_s69":"type_d"}
TASK repair_structured_output SPEC FIELD attr_m98 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_s39 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD param_v97 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_p96 TYPE string VALUES new|in_transit|delivered|returned REQUIRED...
{"val_s39":"low","param_v97":"divorced","dim_p96":"in_transit","key_t26":false,"col_m62":223.89,"prop_f74":false,"key_s01":true}
extra_text_before
{ "type": "object", "properties": { "attr_m98": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_s39": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, ...
Here is the JSON you requested: {"val_s39":"low","param_v97":"divorced","dim_p96":"in_transit","key_t26":false,"col_m62":223.89,"prop_f74":false,"key_s01":true}
Output contains non-JSON text before the object
{"val_s39":"low","param_v97":"divorced","dim_p96":"in_transit","key_t26":false,"col_m62":223.89,"prop_f74":false,"key_s01":true}
TASK repair_structured_output SPEC FIELD field_r28 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD field_x26 TYPE string_uri REQUIRED no FIELD val_u95 TYPE number REQUIRED yes FIELD prop_z65 TYPE boolean REQUIRED yes FIELD param_k33 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD...
{"field_r28":"in_progress","field_x26":"https://example.org/v1","val_u95":415.88,"prop_z65":false,"param_k33":"white","prop_z40":"info@domain.org","attr_m76":"missense"}
number_with_unit
{ "type": "object", "properties": { "field_r28": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "field_x26": { "type": "string", "format": "uri" }, "val_u95": { "type": "number" }, "prop_z...
{"field_r28": "in_progress", "field_x26": "https://example.org/v1", "val_u95": "415.88px", "prop_z65": false, "param_k33": "white", "prop_z40": "info@domain.org", "attr_m76": "missense"}
Field 'val_u95' must be number, got string with unit
{"field_r28":"in_progress","field_x26":"https://example.org/v1","val_u95":415.88,"prop_z65":false,"param_k33":"white","prop_z40":"info@domain.org","attr_m76":"missense"}
TASK repair_structured_output SPEC FIELD col_b02 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD col_k19 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD prop_u56 TYPE boolean REQUIRED yes FIELD prop_x14 TYPE string REQUIRED no FIELD val_f08 TYPE string VALUES synonymous|missens...
{"col_b02":"heterozygous","col_k19":"green","prop_u56":true,"prop_x14":"inactive","val_f08":"nonsense","dim_t42":true,"attr_a56":"phone"}
invalid_enum
{ "type": "object", "properties": { "col_b02": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "col_k19": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
{"col_b02": "heterozygous", "col_k19": "green", "prop_u56": true, "prop_x14": "inactive", "val_f08": "nonsense", "dim_t42": true, "attr_a56": "invalid_option_721"}
Field 'attr_a56' has invalid enum value 'invalid_option_721', expected one of ['email', 'phone', 'sms', 'push']
{"col_b02":"heterozygous","col_k19":"green","prop_u56":true,"prop_x14":"inactive","val_f08":"nonsense","dim_t42":true,"attr_a56":"phone"}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES single|married|divorced REQUIRED yes FIELD height TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD updated_at.notes TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD updated_at.comments TYPE integer RE...
{"id":"divorced","height":"confirmed","updated_at":{"notes":"heterozygous","comments":934,"barcode":{"loan_amount":"berthed","amount":"inland","phone":"info","half_life":"maintenance","full_name":"London","subject":50},"thumbnail":{"latitude":"QC-07","id":"moored","repository":false,"rating":714.74,"product_id":"GBP"}}...
missing_brace
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "height": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] },...
{"id":"divorced","height":"confirmed","updated_at":{"notes":"heterozygous","comments":934,"barcode":{"loan_amount":"berthed","amount":"inland","phone":"info","half_life":"maintenance","full_name":"London","subject":50},"thumbnail":"latitude":"QC-07","id":"moored","repository":false,"rating":714.74,"product_id":"GBP"}},...
Missing closing brace
{"id":"divorced","height":"confirmed","updated_at":{"notes":"heterozygous","comments":934,"barcode":{"loan_amount":"berthed","amount":"inland","phone":"info","half_life":"maintenance","full_name":"London","subject":50},"thumbnail":{"latitude":"QC-07","id":"moored","repository":false,"rating":714.74,"product_id":"GBP"}}...
TASK repair_structured_output SPEC FIELD col_a27 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD dim_j77 TYPE string VALUES single|married|divorced REQUIRED no FIELD prop_g37 TYPE string REQUIRED yes FIELD attr_z72 TYPE number REQUIRED yes BROKEN_OUTPUT {"col_a27": "frameshift", "dim_j77...
{"col_a27":"frameshift","dim_j77":"married","prop_g37":"https://example.com","attr_z72":816.73}
extra_field
{ "type": "object", "properties": { "col_a27": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "dim_j77": { "type": "string", "enum": [ "single", "married", "divorced" ] ...
{"col_a27": "frameshift", "dim_j77": "married", "prop_g37": "https://example.com", "attr_z72": 816.73, "extra_value_457": true}
Unknown field 'extra_value_457' not defined in schema
{"col_a27":"frameshift","dim_j77":"married","prop_g37":"https://example.com","attr_z72":816.73}
TASK repair_structured_output SPEC FIELD label TYPE string_uri REQUIRED no FIELD dissolved_oxygen TYPE number REQUIRED no FIELD freight_class TYPE number REQUIRED no FIELD date.subject TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD date.diagnosis_code TYPE string REQUIRED yes FIELD date.shipping TYPE b...
{"label":"https://data.com/api","dissolved_oxygen":589.92,"date":{"subject":"critical","diagnosis_code":"completed","shipping":false,"footnote":true,"phone":{"patient_id":"RTG-04","payment_status":"draft","options":"homozygous","product_id":"https://api.org/data","full_name":"world","order_id":"xl","discount":783,"barc...
extra_field
{ "type": "object", "properties": { "label": { "type": "string", "format": "uri" }, "dissolved_oxygen": { "type": "number" }, "freight_class": { "type": "number" }, "date": { "type": "object", "properties": { "subject": { "type": "str...
{"label": "https://data.com/api", "dissolved_oxygen": 589.92, "date": {"subject": "critical", "diagnosis_code": "completed", "shipping": false, "footnote": true, "phone": {"patient_id": "RTG-04", "payment_status": "draft", "options": "homozygous", "product_id": "https://api.org/data", "full_name": "world", "order_id": ...
Unknown field 'extra_value_9478' not defined in schema
{"label":"https://data.com/api","dissolved_oxygen":589.92,"date":{"subject":"critical","diagnosis_code":"completed","shipping":false,"footnote":true,"phone":{"patient_id":"RTG-04","payment_status":"draft","options":"homozygous","product_id":"https://api.org/data","full_name":"world","order_id":"xl","discount":783,"barc...
TASK repair_structured_output SPEC FIELD interest_rate TYPE number REQUIRED no FIELD barcode TYPE string_date-time REQUIRED no FIELD item_id.email TYPE string VALUES single|married|divorced REQUIRED yes FIELD item_id.credit_score TYPE null REQUIRED yes FIELD item_id.first_name TYPE string REQUIRED no FIELD item_id.fea...
{"item_id":{"email":"single","credit_score":null,"first_name":"Santos","features":985.78,"footnote":"FWD"},"throttle_pos":"pro","height":"phone","step":"Tokyo"}
partial_structure
{ "type": "object", "properties": { "interest_rate": { "type": "number" }, "barcode": { "type": "string", "format": "date-time" }, "item_id": { "type": "object", "properties": { "email": { "type": "string", "enum": [ "single",...
I found that throttle_pos should be pro. {"item_id":{"email":"single","credit_score":null,"first_name":"Santos","features":985.78,"footnote":"FWD"},"throttle_pos":"pro","height":"phone","step":"Tokyo"}
Output mixes natural language with JSON
{"item_id":{"email":"single","credit_score":null,"first_name":"Santos","features":985.78,"footnote":"FWD"},"throttle_pos":"pro","height":"phone","step":"Tokyo"}
TASK repair_structured_output SPEC FIELD price TYPE string REQUIRED no FIELD berth_slot.date TYPE string VALUES small|medium|large|xl REQUIRED no FIELD berth_slot.shipping.description TYPE integer REQUIRED yes FIELD berth_slot.shipping.terminal_id TYPE string REQUIRED no FIELD berth_slot.shipping.crew_id TYPE null REQ...
{"price":"Diana","duration_ms":"synonymous","isotope":488,"batch_code":true,"name":"active","enabled":466}
truncated_array
{ "type": "object", "properties": { "price": { "type": "string" }, "berth_slot": { "type": "object", "properties": { "date": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] },...
{"price":"Diana","duration_ms":"synonymous","isotope":488,"batch_code":true,"name":"active","enabled":466
Unexpected end of JSON input — truncated object
{"price":"Diana","duration_ms":"synonymous","isotope":488,"batch_code":true,"name":"active","enabled":466}
TASK repair_structured_output SPEC FIELD active TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD tags TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD allele TYPE string REQUIRED no BROKEN_OUTPUT {"active":"level_2","tags":"mode_c","allele":"Bob",}
{"active":"level_2","tags":"mode_c","allele":"Bob"}
trailing_comma
{ "type": "object", "properties": { "active": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "tags": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "allele"...
{"active":"level_2","tags":"mode_c","allele":"Bob",}
Unexpected trailing comma
{"active":"level_2","tags":"mode_c","allele":"Bob"}
TASK repair_structured_output SPEC FIELD total TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD manifest_ref TYPE string REQUIRED no FIELD brake_pressure.altitude TYPE integer REQUIRED no FIELD brake_pressure.shift_code.length TYPE integer REQUIRED yes FIELD brake_pressure.shift_code.organism TYPE string REQUI...
{"manifest_ref":"Maria","brake_pressure":{"shift_code":{"length":681,"organism":"Paris","verified":"chrX","company":"warning","credit_score":309,"turbidity":562.15},"filter_flag":null}}
tool_call_python_syntax
{ "type": "object", "properties": { "total": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "manifest_ref": { "type": "string" }, "brake_pressure": { "type": "object", "properties": { "altit...
annotate_mutation(manifest_ref='Maria', brake_pressure={'shift_code': {'length': 681, 'organism': 'Paris', 'verified': 'chrX', 'company': 'warning', 'credit_score': 309, 'turbidity': 562.15}, 'filter_flag': None})
Tool call uses Python syntax instead of JSON
{"manifest_ref":"Maria","brake_pressure":{"shift_code":{"length":681,"organism":"Paris","verified":"chrX","company":"warning","credit_score":309,"turbidity":562.15},"filter_flag":null}}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string REQUIRED yes FIELD enabled TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD format TYPE integer REQUIRED no FIELD created_at TYPE string REQUIRED no FIELD loan_amount TYPE string_date-time REQUIRED no BROKEN_OUTPUT Based on your ...
{"berth_slot":"quux","enabled":"option_d","format":39,"created_at":"FWD","loan_amount":"2022-03-05T00:20:00Z"}
extra_text_before
{ "type": "object", "properties": { "berth_slot": { "type": "string" }, "enabled": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "format": { "type": "integer" }, "created_at": { "type"...
Based on your request, here is the data: {"berth_slot":"quux","enabled":"option_d","format":39,"created_at":"FWD","loan_amount":"2022-03-05T00:20:00Z"}
Output contains non-JSON text before the object
{"berth_slot":"quux","enabled":"option_d","format":39,"created_at":"FWD","loan_amount":"2022-03-05T00:20:00Z"}
TASK repair_structured_output SPEC FIELD key_n89 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_a67 TYPE string REQUIRED yes FIELD attr_t84 TYPE string REQUIRED no BROKEN_OUTPUT {"key_a67":"world"
{"key_a67":"world"}
truncated_array
{ "type": "object", "properties": { "key_n89": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "key_a67": { "type": "string" }, "attr_t84": { "type": "string" } }, "required": [ "key_a67" ] }
{"key_a67":"world"
Unexpected end of JSON input — truncated object
{"key_a67":"world"}
TASK repair_structured_output SPEC FIELD account_id TYPE string_email REQUIRED no FIELD count TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD coverage[].width TYPE string_date-time REQUIRED yes FIELD coverage[].weight TYPE string REQUIRED no FIELD coverage[].log_level TYPE string VALUES option_a|op...
{"account_id":"info@domain.org","count":"cat_e","coverage":[{"width":"2023-01-07T19:03:00Z","weight":"Tokyo","log_level":"option_c","collateral":307},{"width":"2025-03-22T12:45:00Z","weight":"user@domain.com","log_level":"option_b","collateral":727},{"width":"2021-06-11T19:57:00Z","weight":"REV","log_level":"option_b",...
extra_field
{ "type": "object", "properties": { "account_id": { "type": "string", "format": "email" }, "count": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "coverage": { "type": "array", "ite...
{"account_id": "info@domain.org", "count": "cat_e", "coverage": [{"width": "2023-01-07T19:03:00Z", "weight": "Tokyo", "log_level": "option_c", "collateral": 307}, {"width": "2025-03-22T12:45:00Z", "weight": "user@domain.com", "log_level": "option_b", "collateral": 727}, {"width": "2021-06-11T19:57:00Z", "weight": "REV"...
Unknown field 'extra_info_2748' not defined in schema
{"account_id":"info@domain.org","count":"cat_e","coverage":[{"width":"2023-01-07T19:03:00Z","weight":"Tokyo","log_level":"option_c","collateral":307},{"width":"2025-03-22T12:45:00Z","weight":"user@domain.com","log_level":"option_b","collateral":727},{"width":"2021-06-11T19:57:00Z","weight":"REV","log_level":"option_b",...
TASK repair_structured_output SPEC FIELD prop_p29 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD col_s94 TYPE boolean REQUIRED yes FIELD col_a94 TYPE integer REQUIRED yes FIELD key_j11.key_d50 TYPE integer REQUIRED no FIELD key_j11.val_z97 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no F...
{"col_s94":true,"col_a94":45}
null_required
{ "type": "object", "properties": { "prop_p29": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "col_s94": { "type": "boolean" }, "col_a94": { "type": "integer" }, "key_j11": { "type": "object", "prop...
{"col_s94": true, "col_a94": null}
Required field 'col_a94' is null
{"col_s94":true,"col_a94":45}