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 invoice_id TYPE integer REQUIRED yes FIELD filter_flag TYPE string REQUIRED yes FIELD length.terminal_id TYPE null REQUIRED yes FIELD length.section TYPE string REQUIRED yes FIELD length.hazmat_code TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"invoice_id":7,"filter_flag":...
{"invoice_id":7,"filter_flag":"MV-Evergreen-01","length":{"terminal_id":null,"section":"John","hazmat_code":546}}
markdown_fences
{ "type": "object", "properties": { "invoice_id": { "type": "integer" }, "filter_flag": { "type": "string" }, "length": { "type": "object", "properties": { "terminal_id": { "type": "null" }, "section": { "type": "string" ...
```json {"invoice_id":7,"filter_flag":"MV-Evergreen-01","length":{"terminal_id":null,"section":"John","hazmat_code":546}} ```
Output contains markdown code fences
{"invoice_id":7,"filter_flag":"MV-Evergreen-01","length":{"terminal_id":null,"section":"John","hazmat_code":546}}
TASK repair_structured_output SPEC FIELD longitude TYPE number REQUIRED no FIELD shipper_ref TYPE null REQUIRED yes FIELD branch TYPE null REQUIRED no FIELD language[] TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD zip_code[] TYPE string_uri REQUIRED no BROKEN_OUTPUT {"shipper_ref":nu...
{"shipper_ref":null,"language":["type_e","type_d"],"zip_code":["https://www.io/v1","https://data.org/data","https://data.com/v1","https://example.io/api"]}
trailing_comma
{ "type": "object", "properties": { "longitude": { "type": "number" }, "shipper_ref": { "type": "null" }, "branch": { "type": "null" }, "language": { "type": "array", "items": { "type": "string", "enum": [ "type_a", "type_...
{"shipper_ref":null,"language":["type_e","type_d",],"zip_code":["https://www.io/v1","https://data.org/data","https://data.com/v1","https://example.io/api"]}
Unexpected trailing comma
{"shipper_ref":null,"language":["type_e","type_d"],"zip_code":["https://www.io/v1","https://data.org/data","https://data.com/v1","https://example.io/api"]}
TASK repair_structured_output SPEC FIELD col_n00 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD field_t98 TYPE string REQUIRED no FIELD col_v80 TYPE boolean REQUIRED yes FIELD key_i70 TYPE string REQUIRED no FIELD param_z92 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 RE...
{"col_n00":"cat_c","field_t98":"example","col_v80":false,"key_i70":"Jane","param_z92":"level_6","key_r89":180}
markdown_explanation
{ "type": "object", "properties": { "col_n00": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "field_t98": { "type": "string" }, "col_v80": { "type": "boolean" }, "key_i...
Based on your request, here is the data: ```json {"col_n00":"cat_c","field_t98":"example","col_v80":false,"key_i70":"Jane","param_z92":"level_6","key_r89":180} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"col_n00":"cat_c","field_t98":"example","col_v80":false,"key_i70":"Jane","param_z92":"level_6","key_r89":180}
TASK repair_structured_output SPEC FIELD key_q38 TYPE string REQUIRED no FIELD prop_h98 TYPE integer REQUIRED no FIELD prop_u25 TYPE null REQUIRED yes FIELD key_f67 TYPE integer REQUIRED no FIELD dim_v67 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD field_h50 TYPE string REQUIRED no FIELD val_c08 TYPE...
{"key_q38":"Jane","prop_h98":828,"prop_u25":null,"key_f67":852,"dim_v67":"basic","field_h50":"baz","val_c08":604}
null_required
{ "type": "object", "properties": { "key_q38": { "type": "string" }, "prop_h98": { "type": "integer" }, "prop_u25": { "type": "null" }, "key_f67": { "type": "integer" }, "dim_v67": { "type": "string", "enum": [ "free", "basic", ...
{"key_q38": "Jane", "prop_h98": 828, "prop_u25": null, "key_f67": 852, "dim_v67": "basic", "field_h50": "baz", "val_c08": 604}
Required field 'prop_u25' is null
{"key_q38":"Jane","prop_h98":828,"prop_u25":null,"key_f67":852,"dim_v67":"basic","field_h50":"baz","val_c08":604}
TASK repair_structured_output SPEC FIELD cargo_type TYPE string VALUES small|medium|large|xl REQUIRED no FIELD options TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD tags TYPE boolean REQUIRED yes FIELD user_id TYPE boolean REQUIRED no BROKEN_OUTPUT I'll query our database. <tool_call n...
{"cargo_type":"large","options":"operational","tags":false,"user_id":true}
tool_call_text_mix
{ "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "options": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance"...
I'll query our database. <tool_call name="queue_sequencing_run"> {"cargo_type":"large","options":"operational","tags":false,"user_id":true} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"cargo_type":"large","options":"operational","tags":false,"user_id":true}
TASK repair_structured_output SPEC FIELD turbidity TYPE string REQUIRED yes FIELD maturity_date TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD amplitude TYPE boolean REQUIRED no FIELD longitude TYPE integer REQUIRED yes FIELD current_draw[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED no B...
{"turbidity":"test@example.com","maturity_date":"editor","longitude":22,"current_draw":["in_transit","in_transit","returned","in_transit"]}
partial_structure
{ "type": "object", "properties": { "turbidity": { "type": "string" }, "maturity_date": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "amplitude": { "type": "boolean" }, "longitude": { "type": "integer" }, ...
Based on the data, current_draw is ['in_transit', 'in_transit', 'returned', 'in_transit']. {"turbidity":"test@example.com","maturity_date":"editor","longitude":22,"current_draw":["in_transit","in_transit","returned","in_transit"]}
Output mixes natural language with JSON
{"turbidity":"test@example.com","maturity_date":"editor","longitude":22,"current_draw":["in_transit","in_transit","returned","in_transit"]}
TASK repair_structured_output SPEC FIELD col_t01 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD prop_p38 TYPE string_email REQUIRED yes FIELD dim_h43 TYPE string VALUES single|married|divorced REQUIRED no FIELD key_i45 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"prop_p38":"user@test.io","dim_h4...
{"prop_p38":"user@test.io","dim_h43":"divorced","key_i45":"https://example.io/data"}
extra_text_after
{ "type": "object", "properties": { "col_t01": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_p38": { "type": "string", "format": "email" }, "dim_h43": { "type": "string", "enum": [ ...
{"prop_p38":"user@test.io","dim_h43":"divorced","key_i45":"https://example.io/data"} This should match the schema you provided.
Output contains non-JSON text after the object
{"prop_p38":"user@test.io","dim_h43":"divorced","key_i45":"https://example.io/data"}
TASK repair_structured_output SPEC FIELD feedback TYPE null REQUIRED no FIELD verified TYPE string REQUIRED no FIELD compound TYPE boolean REQUIRED yes FIELD bill_of_lading TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD isotope.position TYPE integer REQUIRED no FIELD isotope.consignee TYPE string VA...
{"verified":"Sao Paulo","compound":true,"bill_of_lading":"type_a","isotope":{"consignee":"enterprise","thumbnail":null,"decay_rate":209.14,"allele":"medium","role":null},"message":{"phenotype":"option_b","price":"approved","transaction_id":"https://data.com/api","latitude":"Paris","shipper_ref":185,"reagent":262.05,"ge...
tool_call_wrong_param
{ "type": "object", "properties": { "feedback": { "type": "null" }, "verified": { "type": "string" }, "compound": { "type": "boolean" }, "bill_of_lading": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ...
Tool: send_email Params: {"verified": "Sao Paulo", "bill_of_lading": "type_a", "isotope": {"consignee": "enterprise", "thumbnail": null, "decay_rate": 209.14, "allele": "medium", "role": null}, "message": {"phenotype": "option_b", "price": "approved", "transaction_id": "https://data.com/api", "latitude": "Paris", "ship...
Agent used wrong parameter name 'compound_name' instead of 'compound'
{"verified":"Sao Paulo","compound":true,"bill_of_lading":"type_a","isotope":{"consignee":"enterprise","thumbnail":null,"decay_rate":209.14,"allele":"medium","role":null},"message":{"phenotype":"option_b","price":"approved","transaction_id":"https://data.com/api","latitude":"Paris","shipper_ref":185,"reagent":262.05,"ge...
TASK repair_structured_output SPEC FIELD annotation TYPE boolean REQUIRED yes FIELD consignee TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD score.order_id TYPE integer REQUIRED no FIELD score.enabled TYPE string_uri REQUIRED yes FIELD score.company TYPE number REQUIRED yes FIELD amount.verified TYP...
{"annotation":false,"consignee":"mode_c","score":{"order_id":968,"enabled":"https://example.com/v1","company":184.27},"amount":{"verified":"hemizygous","account_id":"John","lane":[{"created_at":"level_1","index":"open","status_code":766.15,"values":"cancelled","yield_pct":"success","status":"chrX"},{"created_at":"level...
thought_process
{ "type": "object", "properties": { "annotation": { "type": "boolean" }, "consignee": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "score": { "type": "object", "properties": { "order_id": { ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"annotation":false,"consignee":"mode_c","score":{"order_id":968,"enabled":"https://example.com/v1","company":184.27},"amount":{"verified":"hemizygous","account_id":"John","lane":[{"created_at":"level_1","i...
Output contains chain-of-thought reasoning before JSON
{"annotation":false,"consignee":"mode_c","score":{"order_id":968,"enabled":"https://example.com/v1","company":184.27},"amount":{"verified":"hemizygous","account_id":"John","lane":[{"created_at":"level_1","index":"open","status_code":766.15,"values":"cancelled","yield_pct":"success","status":"chrX"},{"created_at":"level...
TASK repair_structured_output SPEC FIELD val_i62 TYPE string REQUIRED yes FIELD prop_a94 TYPE integer REQUIRED yes FIELD field_l31 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD field_i13.key_s46 TYPE string REQUIRED no FIELD field_i13.val_y27 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIR...
{"val_i62":"Berlin","prop_a94":506,"field_l31":"frameshift","field_i13":{"key_s46":"test","val_y27":"BRL","attr_y76":{"key_r33":73,"prop_r83":470.0,"param_w23":null,"prop_d60":"cancelled","col_h70":622,"prop_h26":568},"attr_z01":"closed","key_g88":"baz"},"dim_j12":{"field_o49":"homozygous","dim_f71":"reliable","param_r...
tool_call_text_mix
{ "type": "object", "properties": { "val_i62": { "type": "string" }, "prop_a94": { "type": "integer" }, "field_l31": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "field_i13": { "t...
I'll query our database. <tool_call name="align_reads"> {"val_i62":"Berlin","prop_a94":506,"field_l31":"frameshift","field_i13":{"key_s46":"test","val_y27":"BRL","attr_y76":{"key_r33":73,"prop_r83":470.0,"param_w23":null,"prop_d60":"cancelled","col_h70":622,"prop_h26":568},"attr_z01":"closed","key_g88":"baz"},"dim_j12"...
Agent response mixes reasoning text with tool call
{"val_i62":"Berlin","prop_a94":506,"field_l31":"frameshift","field_i13":{"key_s46":"test","val_y27":"BRL","attr_y76":{"key_r33":73,"prop_r83":470.0,"param_w23":null,"prop_d60":"cancelled","col_h70":622,"prop_h26":568},"attr_z01":"closed","key_g88":"baz"},"dim_j12":{"field_o49":"homozygous","dim_f71":"reliable","param_r...
TASK repair_structured_output SPEC FIELD key_r69 TYPE string REQUIRED no FIELD field_x11 TYPE string REQUIRED yes FIELD field_h95 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD val_n09 TYPE integer REQUIRED no FIELD dim_t78 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD param_u2...
{"key_r69":"chrX","field_x11":"Oliveira","field_h95":"mode_a","val_n09":662,"dim_t78":"option_e","param_u22":false,"param_n06":"foo"}
single_quotes
{ "type": "object", "properties": { "key_r69": { "type": "string" }, "field_x11": { "type": "string" }, "field_h95": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "val_n09": { "type": "integer" }, "dim_t78": { "typ...
{'key_r69':'chrX','field_x11':'Oliveira','field_h95':'mode_a','val_n09':662,'dim_t78':'option_e','param_u22':false,'param_n06':'foo'}
Expecting property name enclosed in double quotes
{"key_r69":"chrX","field_x11":"Oliveira","field_h95":"mode_a","val_n09":662,"dim_t78":"option_e","param_u22":false,"param_n06":"foo"}
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD nickname TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD log_level TYPE string_uri REQUIRED yes FIELD category.weight TYPE string REQUIRED no FIELD category.humidity_pct TYPE integer RE...
{"tags":"missense","nickname":"mode_b","log_level":"https://api.io/data","category":{"weight":"John","comments":"ops@test.io"}}
extra_field
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "nickname": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, ...
{"tags": "missense", "nickname": "mode_b", "log_level": "https://api.io/data", "category": {"weight": "John", "comments": "ops@test.io"}, "extra_field_7487": "unexpected"}
Unknown field 'extra_field_7487' not defined in schema
{"tags":"missense","nickname":"mode_b","log_level":"https://api.io/data","category":{"weight":"John","comments":"ops@test.io"}}
TASK repair_structured_output SPEC FIELD log_level TYPE string REQUIRED yes FIELD zip_code TYPE integer REQUIRED yes FIELD medication.amount TYPE string REQUIRED yes FIELD medication.collateral.notes TYPE boolean REQUIRED yes FIELD medication.collateral.yield_pct TYPE string_email REQUIRED yes FIELD medication.collate...
{"log_level":"PASS","zip_code":80,"medication":{"amount":"bar","collateral":{"notes":false,"yield_pct":"info@domain.org","order_id":"admin@example.com","dosage":"delivered"},"run_id":{"current_draw":"draft","turbidity":"https://example.com"}},"active":278}
extra_text_before
{ "type": "object", "properties": { "log_level": { "type": "string" }, "zip_code": { "type": "integer" }, "medication": { "type": "object", "properties": { "amount": { "type": "string" }, "collateral": { "type": "object", ...
Based on your request, here is the data: {"log_level":"PASS","zip_code":80,"medication":{"amount":"bar","collateral":{"notes":false,"yield_pct":"info@domain.org","order_id":"admin@example.com","dosage":"delivered"},"run_id":{"current_draw":"draft","turbidity":"https://example.com"}},"active":278}
Output contains non-JSON text before the object
{"log_level":"PASS","zip_code":80,"medication":{"amount":"bar","collateral":{"notes":false,"yield_pct":"info@domain.org","order_id":"admin@example.com","dosage":"delivered"},"run_id":{"current_draw":"draft","turbidity":"https://example.com"}},"active":278}
TASK repair_structured_output SPEC FIELD col_h08 TYPE number REQUIRED yes FIELD field_f59.dim_v30 TYPE boolean REQUIRED no FIELD field_f59.key_i36 TYPE string REQUIRED no FIELD field_f59.col_m51 TYPE string_date-time REQUIRED no FIELD field_f59.prop_u28 TYPE boolean REQUIRED yes FIELD field_f59.dim_i70 TYPE null REQUI...
{"col_h08":762.16,"field_f59":{"dim_v30":true,"key_i36":"2024-06-30","col_m51":"2020-01-15T15:43:00Z","prop_u28":false,"dim_i70":null,"dim_g16":{"key_l54":false,"col_w61":"small","prop_v69":["2022-01-02T18:08:00Z","2022-03-19T06:27:00Z","2026-09-25T20:51:00Z"]},"dim_h97":false},"prop_g66":"2021-04-07T08:52:00Z","field_...
markdown_fences
{ "type": "object", "properties": { "col_h08": { "type": "number" }, "field_f59": { "type": "object", "properties": { "dim_v30": { "type": "boolean" }, "key_i36": { "type": "string" }, "col_m51": { "type": "string", ...
```json {"col_h08":762.16,"field_f59":{"dim_v30":true,"key_i36":"2024-06-30","col_m51":"2020-01-15T15:43:00Z","prop_u28":false,"dim_i70":null,"dim_g16":{"key_l54":false,"col_w61":"small","prop_v69":["2022-01-02T18:08:00Z","2022-03-19T06:27:00Z","2026-09-25T20:51:00Z"]},"dim_h97":false},"prop_g66":"2021-04-07T08:52:00Z"...
Output contains markdown code fences
{"col_h08":762.16,"field_f59":{"dim_v30":true,"key_i36":"2024-06-30","col_m51":"2020-01-15T15:43:00Z","prop_u28":false,"dim_i70":null,"dim_g16":{"key_l54":false,"col_w61":"small","prop_v69":["2022-01-02T18:08:00Z","2022-03-19T06:27:00Z","2026-09-25T20:51:00Z"]},"dim_h97":false},"prop_g66":"2021-04-07T08:52:00Z","field_...
TASK repair_structured_output SPEC FIELD dim_c81 TYPE string REQUIRED yes FIELD col_u27 TYPE string_email REQUIRED yes FIELD attr_k28.key_z28 TYPE null REQUIRED no FIELD attr_k28.col_c12 TYPE string REQUIRED no FIELD attr_k28.col_y16[].key_u43 TYPE integer REQUIRED yes FIELD attr_k28.col_y16[].val_l79 TYPE string REQU...
{"dim_c81":"REV","col_u27":"ops@test.io","attr_k28":{"key_z28":null,"col_y16":[{"key_u43":918,"val_l79":"New York","attr_k48":334,"key_w48":"2023-10-11T21:18:00Z"},{"key_u43":515,"val_l79":"active","attr_k48":982,"key_w48":"2024-02-12T21:16:00Z"}]}}
missing_brace
{ "type": "object", "properties": { "dim_c81": { "type": "string" }, "col_u27": { "type": "string", "format": "email" }, "attr_k28": { "type": "object", "properties": { "key_z28": { "type": "null" }, "col_c12": { "type": "...
{"dim_c81":"REV","col_u27":"ops@test.io","attr_k28":{"key_z28":null,"col_y16":[{"key_u43":918,"val_l79":"New York","attr_k48":334,"key_w48":"2023-10-11T21:18:00Z",{"key_u43":515,"val_l79":"active","attr_k48":982,"key_w48":"2024-02-12T21:16:00Z"}]}}
Missing closing brace
{"dim_c81":"REV","col_u27":"ops@test.io","attr_k28":{"key_z28":null,"col_y16":[{"key_u43":918,"val_l79":"New York","attr_k48":334,"key_w48":"2023-10-11T21:18:00Z"},{"key_u43":515,"val_l79":"active","attr_k48":982,"key_w48":"2024-02-12T21:16:00Z"}]}}
TASK repair_structured_output SPEC FIELD organism TYPE null REQUIRED yes FIELD notes TYPE string_date-time REQUIRED no FIELD throttle_pos TYPE string_uri REQUIRED no BROKEN_OUTPUT {"organism":null,"throttle_pos":"https://api.org/v1"} Feel free to ask if you have questions.
{"organism":null,"throttle_pos":"https://api.org/v1"}
extra_text_after
{ "type": "object", "properties": { "organism": { "type": "null" }, "notes": { "type": "string", "format": "date-time" }, "throttle_pos": { "type": "string", "format": "uri" } }, "required": [ "organism" ] }
{"organism":null,"throttle_pos":"https://api.org/v1"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"organism":null,"throttle_pos":"https://api.org/v1"}
TASK repair_structured_output SPEC FIELD field_u68 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD prop_b32 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD dim_a15 TYPE string REQUIRED no FIELD attr_d93 TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"prop...
{"prop_b32":"option_e","dim_a15":"Smith","attr_d93":"https://data.org/api"}
missing_brace
{ "type": "object", "properties": { "field_u68": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "prop_b32": { "type": "string", "enum": [ "option_a", "option_b", ...
{"prop_b32":"option_e","dim_a15":"Smith","attr_d93":"https://data.org/api"
Missing closing brace
{"prop_b32":"option_e","dim_a15":"Smith","attr_d93":"https://data.org/api"}
TASK repair_structured_output SPEC FIELD rating TYPE string REQUIRED yes FIELD full_name TYPE string REQUIRED yes FIELD website[].level TYPE number REQUIRED yes FIELD website[].height TYPE string_date-time REQUIRED no FIELD website[].insurance_id TYPE string_date-time REQUIRED yes BROKEN_OUTPUT Tool: create_ticket Pa...
{"rating":"Paris","full_name":"Smith","website":[{"level":283.71,"height":"2020-09-17T13:27:00Z","insurance_id":"2020-11-18T20:25:00Z"},{"level":449.76,"height":"2022-10-17T20:02:00Z","insurance_id":"2022-08-08T00:04:00Z"}]}
tool_call_wrong_param
{ "type": "object", "properties": { "rating": { "type": "string" }, "full_name": { "type": "string" }, "website": { "type": "array", "items": { "type": "object", "properties": { "level": { "type": "number" }, "heig...
Tool: create_ticket Params: {"rating": "Paris", "full_name": "Smith", "website_name": [{"level": 283.71, "height": "2020-09-17T13:27:00Z", "insurance_id": "2020-11-18T20:25:00Z"}, {"level": 449.76, "height": "2022-10-17T20:02:00Z", "insurance_id": "2022-08-08T00:04:00Z"}]}
Agent used wrong parameter name 'website_name' instead of 'website'
{"rating":"Paris","full_name":"Smith","website":[{"level":283.71,"height":"2020-09-17T13:27:00Z","insurance_id":"2020-11-18T20:25:00Z"},{"level":449.76,"height":"2022-10-17T20:02:00Z","insurance_id":"2022-08-08T00:04:00Z"}]}
TASK repair_structured_output SPEC FIELD image_url TYPE string REQUIRED yes FIELD branch TYPE number REQUIRED yes FIELD commit_hash TYPE string_uri REQUIRED yes FIELD first_name TYPE string REQUIRED no FIELD amount.product_id TYPE integer REQUIRED no FIELD amount.company TYPE string VALUES type_a|type_b REQUIRED no FI...
{"image_url":"qux","branch":833.45,"commit_hash":"https://www.com/v1","amount":{"product_id":109,"company":"type_a","address":"returned","repository":"A short description.","bearing":true,"catalyst":{"bill_of_lading":"published","throttle_pos":"error","loan_amount":"offline","conductivity":934,"description":"2024-01-15...
extra_text_before
{ "type": "object", "properties": { "image_url": { "type": "string" }, "branch": { "type": "number" }, "commit_hash": { "type": "string", "format": "uri" }, "first_name": { "type": "string" }, "amount": { "type": "object", "properties": {...
I've generated the following JSON: {"image_url":"qux","branch":833.45,"commit_hash":"https://www.com/v1","amount":{"product_id":109,"company":"type_a","address":"returned","repository":"A short description.","bearing":true,"catalyst":{"bill_of_lading":"published","throttle_pos":"error","loan_amount":"offline","conducti...
Output contains non-JSON text before the object
{"image_url":"qux","branch":833.45,"commit_hash":"https://www.com/v1","amount":{"product_id":109,"company":"type_a","address":"returned","repository":"A short description.","bearing":true,"catalyst":{"bill_of_lading":"published","throttle_pos":"error","loan_amount":"offline","conductivity":934,"description":"2024-01-15...
TASK repair_structured_output SPEC FIELD prop_u92.val_o34 TYPE integer REQUIRED yes FIELD prop_u92.param_b65 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD prop_u92.param_u92 TYPE string REQUIRED yes FIELD key_w23 TYPE number REQUIRED no FIELD attr_r53 TYPE integer REQUIRED no FIELD field_a25 TYPE st...
{"prop_u92":{"val_o34":848,"param_b65":"green","param_u92":"approved"},"key_w23":289.59,"attr_r53":23,"field_a25":"unstable","val_y33":"pending_review","field_z84":{"col_i67":"2026-04-19T06:10:00Z","val_o46":"Diana","prop_s75":813}}
number_with_unit
{ "type": "object", "properties": { "prop_u92": { "type": "object", "properties": { "val_o34": { "type": "integer" }, "param_b65": { "type": "string", "enum": [ "red", "blue", "green", "black", ...
{"prop_u92": {"val_o34": 848, "param_b65": "green", "param_u92": "approved"}, "key_w23": "289.59kg", "attr_r53": 23, "field_a25": "unstable", "val_y33": "pending_review", "field_z84": {"col_i67": "2026-04-19T06:10:00Z", "val_o46": "Diana", "prop_s75": 813}}
Field 'key_w23' must be number, got string with unit
{"prop_u92":{"val_o34":848,"param_b65":"green","param_u92":"approved"},"key_w23":289.59,"attr_r53":23,"field_a25":"unstable","val_y33":"pending_review","field_z84":{"col_i67":"2026-04-19T06:10:00Z","val_o46":"Diana","prop_s75":813}}
TASK repair_structured_output SPEC FIELD param_c18 TYPE number REQUIRED yes FIELD dim_h67 TYPE number REQUIRED no FIELD prop_r22 TYPE string REQUIRED yes FIELD key_z64 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_x35 TYPE integer REQUIRED yes BROKEN_OUTPUT Here is the response in the requested fo...
{"param_c18":396.15,"dim_h67":387.72,"prop_r22":"approved","prop_x35":969}
markdown_explanation
{ "type": "object", "properties": { "param_c18": { "type": "number" }, "dim_h67": { "type": "number" }, "prop_r22": { "type": "string" }, "key_z64": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "pro...
Here is the response in the requested format: ```json {"param_c18":396.15,"dim_h67":387.72,"prop_r22":"approved","prop_x35":969} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"param_c18":396.15,"dim_h67":387.72,"prop_r22":"approved","prop_x35":969}
TASK repair_structured_output SPEC FIELD weight TYPE string_date-time REQUIRED no FIELD manifest_ref TYPE string_date-time REQUIRED no FIELD amount[] TYPE number REQUIRED yes FIELD quantity[] TYPE string_date-time REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="annotate_mutation"> {"weight":"2...
{"weight":"2022-04-23T03:16:00Z","manifest_ref":"2023-02-21T17:39:00Z","amount":[101.82],"quantity":["2024-04-09T06:15:00Z","2022-12-18T08:31:00Z","2026-10-12T11:19:00Z"]}
tool_call_text_mix
{ "type": "object", "properties": { "weight": { "type": "string", "format": "date-time" }, "manifest_ref": { "type": "string", "format": "date-time" }, "amount": { "type": "array", "items": { "type": "number" } }, "quantity": { "typ...
Processing the request now. <tool_call name="annotate_mutation"> {"weight":"2022-04-23T03:16:00Z","manifest_ref":"2023-02-21T17:39:00Z","amount":[101.82],"quantity":["2024-04-09T06:15:00Z","2022-12-18T08:31:00Z","2026-10-12T11:19:00Z"]} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"weight":"2022-04-23T03:16:00Z","manifest_ref":"2023-02-21T17:39:00Z","amount":[101.82],"quantity":["2024-04-09T06:15:00Z","2022-12-18T08:31:00Z","2026-10-12T11:19:00Z"]}
TASK repair_structured_output SPEC FIELD full_name TYPE boolean REQUIRED no FIELD width TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD chromosome TYPE string REQUIRED yes FIELD coverage TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD category.end_date TYPE string VALUES admin|editor|viewer REQUIRE...
{"width":"cat_b","chromosome":"baz","coverage":"type_b","category":{"end_date":"editor","conductivity":null}}
truncated_array
{ "type": "object", "properties": { "full_name": { "type": "boolean" }, "width": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "chromosome": { "type": "string" }, "coverage": { "type": "string", "enum": [ "type_a", ...
{"width":"cat_b","chromosome":"baz","coverage":"type_b","category":{"end_date":"editor","conductivity":null}
Unexpected end of JSON input — truncated object
{"width":"cat_b","chromosome":"baz","coverage":"type_b","category":{"end_date":"editor","conductivity":null}}
TASK repair_structured_output SPEC FIELD lane TYPE string VALUES admin|editor|viewer REQUIRED no FIELD type TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD run_id.gene_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD run_id.coverage TYPE string VALUES email|phone|sms|push REQUIRED ...
{"lane":"editor","type":"pro","run_id":{"gene_id":"cat_c","tags":"Johnson","balance":"https://data.org/v1","collateral":"https://api.io/api"},"bed_number":{"organism":"cat_a","pressure_kpa":"Hapag-Lloyd-Express","compound":"mode_b"},"filter_flag":"divorced"}
missing_required
{ "type": "object", "properties": { "lane": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "type": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "run_id": { ...
{"lane": "editor", "type": "pro", "run_id": {"gene_id": "cat_c", "tags": "Johnson", "balance": "https://data.org/v1", "collateral": "https://api.io/api"}, "filter_flag": "divorced"}
Required field 'bed_number' is missing
{"lane":"editor","type":"pro","run_id":{"gene_id":"cat_c","tags":"Johnson","balance":"https://data.org/v1","collateral":"https://api.io/api"},"bed_number":{"organism":"cat_a","pressure_kpa":"Hapag-Lloyd-Express","compound":"mode_b"},"filter_flag":"divorced"}
TASK repair_structured_output SPEC FIELD val_x40 TYPE string REQUIRED yes FIELD prop_m64 TYPE integer REQUIRED yes FIELD param_u83 TYPE string REQUIRED yes FIELD attr_l54 TYPE null REQUIRED yes BROKEN_OUTPUT {"val_x40":"foo","prop_m64":756,"param_u83":"quux","attr_l54":null}
{"val_x40":"foo","prop_m64":756,"param_u83":"quux","attr_l54":null}
missing_bracket
{ "type": "object", "properties": { "val_x40": { "type": "string" }, "prop_m64": { "type": "integer" }, "param_u83": { "type": "string" }, "attr_l54": { "type": "null" } }, "required": [ "prop_m64", "param_u83", "val_x40", "attr_l54" ] }
{"val_x40":"foo","prop_m64":756,"param_u83":"quux","attr_l54":null}
Missing closing bracket
{"val_x40":"foo","prop_m64":756,"param_u83":"quux","attr_l54":null}
TASK repair_structured_output SPEC FIELD param_e45 TYPE string REQUIRED yes FIELD attr_r69 TYPE string REQUIRED yes FIELD attr_r03 TYPE string_date-time REQUIRED yes FIELD val_c90.attr_w22 TYPE integer REQUIRED yes FIELD val_c90.prop_c17 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD val_c90.pro...
{"param_e45":"Oliveira","attr_r69":"bar","attr_r03":"2021-05-03T04:07:00Z","val_c90":{"attr_w22":189,"prop_c17":"berthed","prop_e66":"REV","param_e47":"https://api.org/data","attr_o23":null,"dim_v72":"user@test.io","key_k24":"ops@test.io","field_w50":"mode_a"}}
tool_call_partial_args
{ "type": "object", "properties": { "param_e45": { "type": "string" }, "attr_r69": { "type": "string" }, "attr_r03": { "type": "string", "format": "date-time" }, "val_c90": { "type": "object", "properties": { "attr_w22": { "type": "in...
Let me check the system. Action: calculate_docking_fee Arguments: {"param_e45": "Oliveira", "attr_r03": "2021-05-03T04:07:00Z", "val_c90": {"attr_w22": 189, "prop_c17": "berthed", "prop_e66": "REV", "param_e47": "https://api.org/data", "attr_o23": null, "dim_v72": "user@test.io", "key_k24": "ops@test.io", "field_w50": ...
Agent tool call missing required parameter 'attr_r69'
{"param_e45":"Oliveira","attr_r69":"bar","attr_r03":"2021-05-03T04:07:00Z","val_c90":{"attr_w22":189,"prop_c17":"berthed","prop_e66":"REV","param_e47":"https://api.org/data","attr_o23":null,"dim_v72":"user@test.io","key_k24":"ops@test.io","field_w50":"mode_a"}}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES draft|published|archived REQUIRED no FIELD verified TYPE string REQUIRED no FIELD collateral.bill_of_lading TYPE null REQUIRED no FIELD collateral.salinity.language TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD collateral.sali...
{"lab_result":"archived","verified":"Jane","collateral":{"bill_of_lading":null,"salinity":{"language":"unstable","dosage":true},"start_date":"Smith","chapter":64.2,"organism":"pending","zip_code":{"age":"REV","url":"Santos","umi":true,"transaction_id":"Tokyo","total":"demo","format":true}},"port_code":"GRCh38","options...
extra_text_after
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "verified": { "type": "string" }, "collateral": { "type": "object", "properties": { "bill_of_lading": { ...
{"lab_result":"archived","verified":"Jane","collateral":{"bill_of_lading":null,"salinity":{"language":"unstable","dosage":true},"start_date":"Smith","chapter":64.2,"organism":"pending","zip_code":{"age":"REV","url":"Santos","umi":true,"transaction_id":"Tokyo","total":"demo","format":true}},"port_code":"GRCh38","options...
Output contains non-JSON text after the object
{"lab_result":"archived","verified":"Jane","collateral":{"bill_of_lading":null,"salinity":{"language":"unstable","dosage":true},"start_date":"Smith","chapter":64.2,"organism":"pending","zip_code":{"age":"REV","url":"Santos","umi":true,"transaction_id":"Tokyo","total":"demo","format":true}},"port_code":"GRCh38","options...
TASK repair_structured_output SPEC FIELD cargo_type TYPE integer REQUIRED no FIELD conductivity.port_code TYPE boolean REQUIRED yes FIELD conductivity.shift_code TYPE string_date-time REQUIRED yes FIELD conductivity.fleet_number[] TYPE string_uri REQUIRED yes FIELD credit_score TYPE number REQUIRED no FIELD created_at...
{"cargo_type":822,"created_at":417.53}
unquoted_keys
{ "type": "object", "properties": { "cargo_type": { "type": "integer" }, "conductivity": { "type": "object", "properties": { "port_code": { "type": "boolean" }, "shift_code": { "type": "string", "format": "date-time" }, ...
{cargo_type:822,created_at:417.53}
Expecting property name enclosed in double quotes
{"cargo_type":822,"created_at":417.53}
TASK repair_structured_output SPEC FIELD yield_pct TYPE string VALUES mode_a|mode_b REQUIRED no FIELD phone TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD deploy_target TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD organism TYPE string REQUIRED yes FIELD...
{"yield_pct":"mode_a","phone":"option_d","deploy_target":"arctic","organism":"Santos","item_id":"option_b","altitude":948,"product_id":"Sao Paulo"}
partial_structure
{ "type": "object", "properties": { "yield_pct": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "phone": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_...
I found that deploy_target should be arctic. {"yield_pct":"mode_a","phone":"option_d","deploy_target":"arctic","organism":"Santos","item_id":"option_b","altitude":948,"product_id":"Sao Paulo"}
Output mixes natural language with JSON
{"yield_pct":"mode_a","phone":"option_d","deploy_target":"arctic","organism":"Santos","item_id":"option_b","altitude":948,"product_id":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD field_q73 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_j33 TYPE string_date-time REQUIRED no FIELD attr_w18 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_t82 TYPE string REQUIRED no BROKEN_OUTPUT {"field_q73"...
{"field_q73":"rejected","prop_j33":"2026-05-20T12:44:00Z","attr_w18":"oceanic"}
extra_field
{ "type": "object", "properties": { "field_q73": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_j33": { "type": "string", "format": "date-time" }, "attr_w18": { "type": "string", ...
{"field_q73": "rejected", "prop_j33": "2026-05-20T12:44:00Z", "attr_w18": "oceanic", "extra_field_8873": true}
Unknown field 'extra_field_8873' not defined in schema
{"field_q73":"rejected","prop_j33":"2026-05-20T12:44:00Z","attr_w18":"oceanic"}
TASK repair_structured_output SPEC FIELD key_f98 TYPE string REQUIRED no FIELD field_i74.attr_s80 TYPE boolean REQUIRED yes FIELD field_i74.val_d28 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD field_i74.val_i41 TYPE integer REQUIRED no FIELD field_i74.key_k75 TYPE string REQUIRED no ...
{"val_k56":{"key_a64":"cat_a","val_i68":true,"field_f99":true},"attr_c39":"type_c","col_h46":"info","field_u69":{"attr_p61":"cat_c","col_x26":"2025-08-20T03:28:00Z","field_g01":"low","dim_u25":"level_3"},"dim_h70":"https://data.io/v1"}
missing_required
{ "type": "object", "properties": { "key_f98": { "type": "string" }, "field_i74": { "type": "object", "properties": { "attr_s80": { "type": "boolean" }, "val_d28": { "type": "string", "enum": [ "type_a", "typ...
{"val_k56": {"key_a64": "cat_a", "val_i68": true, "field_f99": true}, "attr_c39": "type_c", "col_h46": "info", "dim_h70": "https://data.io/v1"}
Required field 'field_u69' is missing
{"val_k56":{"key_a64":"cat_a","val_i68":true,"field_f99":true},"attr_c39":"type_c","col_h46":"info","field_u69":{"attr_p61":"cat_c","col_x26":"2025-08-20T03:28:00Z","field_g01":"low","dim_u25":"level_3"},"dim_h70":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD param_w74 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD prop_o16 TYPE number REQUIRED no FIELD dim_b35[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT Processing the request now. I'll validate against the schema. {"param_...
{"param_w74":"moored","dim_b35":["arctic","inland"]}
thought_process
{ "type": "object", "properties": { "param_w74": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_o16": { "type": "number" }, "dim_b35": { "type": "array", "items": { "type": "string",...
Processing the request now. I'll validate against the schema. {"param_w74":"moored","dim_b35":["arctic","inland"]}
Output contains chain-of-thought reasoning before JSON
{"param_w74":"moored","dim_b35":["arctic","inland"]}
TASK repair_structured_output SPEC FIELD category TYPE boolean REQUIRED yes FIELD paragraph TYPE string_date-time REQUIRED no FIELD conductivity TYPE null REQUIRED no FIELD state TYPE string REQUIRED no FIELD color.size TYPE string VALUES draft|published|archived REQUIRED no FIELD color.level TYPE boolean REQUIRED yes...
{"category":false,"paragraph":"2024-10-22T15:03:00Z","state":"A short description.","color":{"size":"draft","level":false,"count":"A short description.","reagent":"warning","tax":false},"priority":"user@domain.com","hazmat_code":"2026-08-07T17:19:00Z"}
tool_call_python_syntax
{ "type": "object", "properties": { "category": { "type": "boolean" }, "paragraph": { "type": "string", "format": "date-time" }, "conductivity": { "type": "null" }, "state": { "type": "string" }, "color": { "type": "object", "properties":...
track_vessel(category=False, paragraph='2024-10-22T15:03:00Z', state='A short description.', color={'size': 'draft', 'level': False, 'count': 'A short description.', 'reagent': 'warning', 'tax': False}, priority='user@domain.com', hazmat_code='2026-08-07T17:19:00Z')
Tool call uses Python syntax instead of JSON
{"category":false,"paragraph":"2024-10-22T15:03:00Z","state":"A short description.","color":{"size":"draft","level":false,"count":"A short description.","reagent":"warning","tax":false},"priority":"user@domain.com","hazmat_code":"2026-08-07T17:19:00Z"}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES active|inactive|pending REQUIRED no FIELD category TYPE string REQUIRED yes FIELD half_life TYPE string REQUIRED yes FIELD color TYPE number REQUIRED no FIELD loan_amount.shipper_ref TYPE string REQUIRED no FIELD loan_amount.options TYPE string VALUES mode...
{"id":"inactive","category":"foo","half_life":"sample","loan_amount":{"options":"mode_e","total":"returned","notes":"Tokyo","temp_celsius":{"berth_slot":679.64,"features":"test","decay_rate":false,"balance":"https://example.com","username":"draft","crew_id":188}}}
tool_call_bad_format
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "category": { "type": "string" }, "half_life": { "type": "string" }, "color": { "type": "number" }, "loan_amoun...
<functioncall> generate_report {id: "inactive", category: "foo", half_life: "sample", loan_amount: {options: "mode_e", total: "returned", notes: "Tokyo", temp_celsius: {berth_slot: 679.64, features: "test", decay_rate: false, balance: "https://example.com", username: "draft", crew_id: 188}}}
Tool call has malformed arguments — unquoted keys in function parameters
{"id":"inactive","category":"foo","half_life":"sample","loan_amount":{"options":"mode_e","total":"returned","notes":"Tokyo","temp_celsius":{"berth_slot":679.64,"features":"test","decay_rate":false,"balance":"https://example.com","username":"draft","crew_id":188}}}
TASK repair_structured_output SPEC FIELD col_g98 TYPE string_uri REQUIRED no FIELD param_a96 TYPE boolean REQUIRED yes FIELD key_d47[].prop_b09 TYPE string_email REQUIRED no FIELD key_d47[].field_l41 TYPE string_uri REQUIRED no FIELD key_d47[].attr_i13 TYPE null REQUIRED yes FIELD key_d47[].param_v60 TYPE string VALUE...
{"param_a96":false,"key_d47":[{"prop_b09":"info@test.io","field_l41":"https://data.io/data","attr_i13":null,"param_v60":"type_b","attr_e20":"mode_a","prop_r73":"coastal","attr_g84":654.08},{"prop_b09":"info@example.com","field_l41":"https://example.io/v1","attr_i13":null,"param_v60":"type_b","prop_r73":"inland","attr_g...
tool_call_partial_args
{ "type": "object", "properties": { "col_g98": { "type": "string", "format": "uri" }, "param_a96": { "type": "boolean" }, "key_d47": { "type": "array", "items": { "type": "object", "properties": { "prop_b09": { "type": "string",...
I need to look up the information first. Action: fetch_lab_result Arguments: {"key_d47": [{"prop_b09": "info@test.io", "field_l41": "https://data.io/data", "attr_i13": null, "param_v60": "type_b", "attr_e20": "mode_a", "prop_r73": "coastal", "attr_g84": 654.08}, {"prop_b09": "info@example.com", "field_l41": "https://ex...
Agent tool call missing required parameter 'param_a96'
{"param_a96":false,"key_d47":[{"prop_b09":"info@test.io","field_l41":"https://data.io/data","attr_i13":null,"param_v60":"type_b","attr_e20":"mode_a","prop_r73":"coastal","attr_g84":654.08},{"prop_b09":"info@example.com","field_l41":"https://example.io/v1","attr_i13":null,"param_v60":"type_b","prop_r73":"inland","attr_g...
TASK repair_structured_output SPEC FIELD param_k31 TYPE string REQUIRED yes FIELD col_d32 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD dim_b06 TYPE integer REQUIRED yes BROKEN_OUTPUT Analyzing the sensor data to generate the output. I'll apply the required format first. {"param_k31":"Santos","col_d3...
{"param_k31":"Santos","col_d32":"cat_b","dim_b06":767}
thought_process
{ "type": "object", "properties": { "param_k31": { "type": "string" }, "col_d32": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "dim_b06": { "type": "integer" } }, "required": [ "dim_b06", "para...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"param_k31":"Santos","col_d32":"cat_b","dim_b06":767}
Output contains chain-of-thought reasoning before JSON
{"param_k31":"Santos","col_d32":"cat_b","dim_b06":767}
TASK repair_structured_output SPEC FIELD param_z34 TYPE integer REQUIRED no FIELD val_w99 TYPE string REQUIRED yes FIELD field_f46 TYPE string REQUIRED yes FIELD field_i79.attr_u22 TYPE boolean REQUIRED yes FIELD field_i79.val_y65 TYPE string REQUIRED yes FIELD field_i79.attr_g13.val_y64 TYPE string VALUES option_a|op...
{"param_z34":56,"val_w99":"Bob","field_f46":"user@domain.com","dim_x57":"hello"}
missing_brace
{ "type": "object", "properties": { "param_z34": { "type": "integer" }, "val_w99": { "type": "string" }, "field_f46": { "type": "string" }, "field_i79": { "type": "object", "properties": { "attr_u22": { "type": "boolean" }, ...
"param_z34":56,"val_w99":"Bob","field_f46":"user@domain.com","dim_x57":"hello"}
Missing closing brace
{"param_z34":56,"val_w99":"Bob","field_f46":"user@domain.com","dim_x57":"hello"}
TASK repair_structured_output SPEC FIELD dim_z60 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD prop_x07 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD val_k60 TYPE string_email REQUIRED no FIELD key_t26 TYPE string REQUIRED no FIELD col_f00 TYPE string VALUES coastal|oce...
{"dim_z60":"in_progress","prop_x07":"open","val_k60":"test@test.io","col_f00":"inland","param_z38":"Silva","param_l86":800.63}
extra_text_before
{ "type": "object", "properties": { "dim_z60": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_x07": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed...
The instrument reported: {"dim_z60":"in_progress","prop_x07":"open","val_k60":"test@test.io","col_f00":"inland","param_z38":"Silva","param_l86":800.63}
Output contains non-JSON text before the object
{"dim_z60":"in_progress","prop_x07":"open","val_k60":"test@test.io","col_f00":"inland","param_z38":"Silva","param_l86":800.63}
TASK repair_structured_output SPEC FIELD param_y12 TYPE integer REQUIRED no FIELD attr_t40 TYPE string REQUIRED yes FIELD attr_g16.key_j90 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_g16.dim_q71 TYPE number REQUIRED yes FIELD attr_g16.param_y02.key_g10 TYPE string_uri REQUIRED yes FIELD attr_g16....
{"param_y12":13,"attr_t40":"approved","attr_g16":{"key_j90":"divorced","dim_q71":58.46,"param_y02":{"key_g10":"https://data.org/api","param_f45":"test@test.io","attr_t60":"type_c","col_d42":"qux","field_k18":981.96}},"val_e95":"info"}
trailing_comma
{ "type": "object", "properties": { "param_y12": { "type": "integer" }, "attr_t40": { "type": "string" }, "attr_g16": { "type": "object", "properties": { "key_j90": { "type": "string", "enum": [ "single", "married", ...
{"param_y12":13,"attr_t40":"approved","attr_g16":{"key_j90":"divorced","dim_q71":58.46,"param_y02":{"key_g10":"https://data.org/api","param_f45":"test@test.io","attr_t60":"type_c","col_d42":"qux","field_k18":981.96,}},"val_e95":"info"}
Unexpected trailing comma
{"param_y12":13,"attr_t40":"approved","attr_g16":{"key_j90":"divorced","dim_q71":58.46,"param_y02":{"key_g10":"https://data.org/api","param_f45":"test@test.io","attr_t60":"type_c","col_d42":"qux","field_k18":981.96}},"val_e95":"info"}
TASK repair_structured_output SPEC FIELD dim_t28 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD attr_z60 TYPE null REQUIRED yes FIELD field_e29 TYPE integer REQUIRED no BROKEN_OUTPUT schedule_meeting(dim_t28='GBP', attr_z60=None)
{"dim_t28":"GBP","attr_z60":null}
tool_call_python_syntax
{ "type": "object", "properties": { "dim_t28": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "attr_z60": { "type": "null" }, "field_e29": { "type": "integer" } }, "required": [ "dim_t28", ...
schedule_meeting(dim_t28='GBP', attr_z60=None)
Tool call uses Python syntax instead of JSON
{"dim_t28":"GBP","attr_z60":null}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string VALUES active|inactive|pending REQUIRED no FIELD end_date TYPE string VALUES success|error|warning|info REQUIRED yes FIELD width TYPE boolean REQUIRED yes BROKEN_OUTPUT {"aligned_pct":"pending","end_date":"error","width":false} Analysis finished.
{"aligned_pct":"pending","end_date":"error","width":false}
extra_text_after
{ "type": "object", "properties": { "aligned_pct": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "end_date": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "...
{"aligned_pct":"pending","end_date":"error","width":false} Analysis finished.
Output contains non-JSON text after the object
{"aligned_pct":"pending","end_date":"error","width":false}
TASK repair_structured_output SPEC FIELD key_b37 TYPE string REQUIRED yes FIELD param_s35.field_j65 TYPE boolean REQUIRED no FIELD param_s35.key_k69.attr_q47 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD param_s35.key_k69.field_w57 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED...
{"key_b37":"foo","param_s35":{"field_j65":true,"key_k69":{"field_w57":"type_d","val_t30":"2021-11-16T22:25:00Z","val_s44":"cat_b"},"attr_e07":"https://example.com"},"param_y90":347,"prop_j35":"error","field_k76":"Johnson"}
number_with_unit
{ "type": "object", "properties": { "key_b37": { "type": "string" }, "param_s35": { "type": "object", "properties": { "field_j65": { "type": "boolean" }, "key_k69": { "type": "object", "properties": { "attr_q47": { ...
{"key_b37": "foo", "param_s35": {"field_j65": true, "key_k69": {"field_w57": "type_d", "val_t30": "2021-11-16T22:25:00Z", "val_s44": "cat_b"}, "attr_e07": "https://example.com"}, "param_y90": "347px", "prop_j35": "error", "field_k76": "Johnson"}
Field 'param_y90' must be number, got string with unit
{"key_b37":"foo","param_s35":{"field_j65":true,"key_k69":{"field_w57":"type_d","val_t30":"2021-11-16T22:25:00Z","val_s44":"cat_b"},"attr_e07":"https://example.com"},"param_y90":347,"prop_j35":"error","field_k76":"Johnson"}
TASK repair_structured_output SPEC FIELD field_c49 TYPE null REQUIRED no FIELD key_k01 TYPE boolean REQUIRED no FIELD attr_a02 TYPE number REQUIRED no FIELD val_w22 TYPE string_date-time REQUIRED yes FIELD col_f32 TYPE integer REQUIRED no FIELD col_z21 TYPE boolean REQUIRED no BROKEN_OUTPUT Here's the structured outp...
{"key_k01":true,"attr_a02":89.39,"val_w22":"2021-12-23T18:15:00Z","col_f32":145,"col_z21":true}
markdown_explanation
{ "type": "object", "properties": { "field_c49": { "type": "null" }, "key_k01": { "type": "boolean" }, "attr_a02": { "type": "number" }, "val_w22": { "type": "string", "format": "date-time" }, "col_f32": { "type": "integer" }, "col_z21"...
Here's the structured output: ```json {"key_k01":true,"attr_a02":89.39,"val_w22":"2021-12-23T18:15:00Z","col_f32":145,"col_z21":true} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"key_k01":true,"attr_a02":89.39,"val_w22":"2021-12-23T18:15:00Z","col_f32":145,"col_z21":true}
TASK repair_structured_output SPEC FIELD col_q11 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD dim_p94 TYPE string REQUIRED no FIELD dim_y72 TYPE number REQUIRED no FIELD val_z48 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD attr_s92 TYP...
{"col_q11":"option_b","dim_p94":"hello","dim_y72":471.96,"val_z48":"option_f","attr_s92":"mode_c","prop_i80":"https://www.com/data"}
missing_bracket
{ "type": "object", "properties": { "col_q11": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "dim_p94": { "type": "string" }, "dim_y72": { "type": "number" }, "val_z48": ...
{"col_q11":"option_b","dim_p94":"hello","dim_y72":471.96,"val_z48":"option_f","attr_s92":"mode_c","prop_i80":"https://www.com/data"}
Missing closing bracket
{"col_q11":"option_b","dim_p94":"hello","dim_y72":471.96,"val_z48":"option_f","attr_s92":"mode_c","prop_i80":"https://www.com/data"}
TASK repair_structured_output SPEC FIELD role TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD features TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dosage TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD lab_result TYPE boolean REQUIRED yes FIELD ...
{"dosage":"type_a","lab_result":true,"tax":null,"item_id":59}
truncated_array
{ "type": "object", "properties": { "role": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "features": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ...
{"dosage":"type_a","lab_result":true,"tax":null,"item_id":59
Unexpected end of JSON input — truncated object
{"dosage":"type_a","lab_result":true,"tax":null,"item_id":59}
TASK repair_structured_output SPEC FIELD field_c81 TYPE number REQUIRED no FIELD attr_v11.val_b29 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD attr_v11.col_s60 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD attr_v11.param_p38 TYPE string REQUIRED no FIELD attr_v11.key_y87 TYPE boolean REQU...
{"field_c81":296.51,"param_f93":{"prop_w10":260,"prop_q22":813.73,"field_e04":937},"param_h47":null,"val_q17":128.02,"dim_r57":"This is a test value."}
markdown_fences
{ "type": "object", "properties": { "field_c81": { "type": "number" }, "attr_v11": { "type": "object", "properties": { "val_b29": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "c...
```json {"field_c81":296.51,"param_f93":{"prop_w10":260,"prop_q22":813.73,"field_e04":937},"param_h47":null,"val_q17":128.02,"dim_r57":"This is a test value."} ```
Output contains markdown code fences
{"field_c81":296.51,"param_f93":{"prop_w10":260,"prop_q22":813.73,"field_e04":937},"param_h47":null,"val_q17":128.02,"dim_r57":"This is a test value."}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string REQUIRED yes FIELD type TYPE boolean REQUIRED yes FIELD last_name[].language TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD last_name[].vessel_name TYPE boolean REQUIRED no FIELD last_name[].enabled TYPE string VALUES cat_a|cat_b|cat...
{"hazmat_code":"foo","type":true,"last_name":[{"language":"cat_a","span_id":"mode_c"}]}
missing_brace
{ "type": "object", "properties": { "hazmat_code": { "type": "string" }, "type": { "type": "boolean" }, "last_name": { "type": "array", "items": { "type": "object", "properties": { "language": { "type": "string", "enum": [...
"hazmat_code":"foo","type":true,"last_name":[{"language":"cat_a","span_id":"mode_c"}]}
Missing closing brace
{"hazmat_code":"foo","type":true,"last_name":[{"language":"cat_a","span_id":"mode_c"}]}
TASK repair_structured_output SPEC FIELD key_d09 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_a99 TYPE string REQUIRED yes FIELD key_y38[] TYPE number REQUIRED no FIELD dim_z06[] TYPE number REQUIRED yes BROKEN_OUTPUT {"key_d09":"editor","prop_a99":"RTG-04","dim_z06":[522.98]
{"key_d09":"editor","prop_a99":"RTG-04","dim_z06":[522.98]}
missing_brace
{ "type": "object", "properties": { "key_d09": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_a99": { "type": "string" }, "key_y38": { "type": "array", "items": { "type": "number" } }, "dim_z0...
{"key_d09":"editor","prop_a99":"RTG-04","dim_z06":[522.98]
Missing closing brace
{"key_d09":"editor","prop_a99":"RTG-04","dim_z06":[522.98]}
TASK repair_structured_output SPEC FIELD attr_c44 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD attr_z28 TYPE null REQUIRED no FIELD val_y74 TYPE string REQUIRED no FIELD dim_q45 TYPE string_email REQUIRED no FIELD val_q48.col_o84 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD val_q48....
{"attr_c44":"level_2","val_y74":"Diana","dim_q45":"admin@test.io","val_q48":{"param_u12":{"col_b95":null,"attr_m87":394,"dim_h12":857,"field_y63":910,"dim_a29":"mode_d","param_t31":"archived","val_p59":null},"val_x36":896.69,"prop_q41":"Santos","col_j65":{"dim_v15":"level_1","dim_a21":"option_f","val_p09":"Johnson","pr...
extra_text_after
{ "type": "object", "properties": { "attr_c44": { "type": "string", "enum": [ "level_1", "level_2" ] }, "attr_z28": { "type": "null" }, "val_y74": { "type": "string" }, "dim_q45": { "type": "string", "format": "email" }, "...
{"attr_c44":"level_2","val_y74":"Diana","dim_q45":"admin@test.io","val_q48":{"param_u12":{"col_b95":null,"attr_m87":394,"dim_h12":857,"field_y63":910,"dim_a29":"mode_d","param_t31":"archived","val_p59":null},"val_x36":896.69,"prop_q41":"Santos","col_j65":{"dim_v15":"level_1","dim_a21":"option_f","val_p09":"Johnson","pr...
Output contains non-JSON text after the object
{"attr_c44":"level_2","val_y74":"Diana","dim_q45":"admin@test.io","val_q48":{"param_u12":{"col_b95":null,"attr_m87":394,"dim_h12":857,"field_y63":910,"dim_a29":"mode_d","param_t31":"archived","val_p59":null},"val_x36":896.69,"prop_q41":"Santos","col_j65":{"dim_v15":"level_1","dim_a21":"option_f","val_p09":"Johnson","pr...
TASK repair_structured_output SPEC FIELD field_q69 TYPE string REQUIRED no FIELD prop_m24.col_j88 TYPE string REQUIRED yes FIELD prop_m24.val_w22 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD prop_m24.attr_v99[].key_t78 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD prop_m24.attr_v99[...
{"field_q69":"London","val_c18":170.53}
markdown_fences
{ "type": "object", "properties": { "field_q69": { "type": "string" }, "prop_m24": { "type": "object", "properties": { "col_j88": { "type": "string" }, "val_w22": { "type": "string", "enum": [ "admin", "edito...
```json {"field_q69":"London","val_c18":170.53} ```
Output contains markdown code fences
{"field_q69":"London","val_c18":170.53}
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD subtotal TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD description TYPE string VALUES active|inactive|pending REQUIRED no FIELD state TYPE string REQUIRED no FIELD country TYPE string VALUES cat_a|cat_b|...
{"tags":"viewer","subtotal":"mode_a","description":"inactive","country":"cat_c","aligned_pct":9.57}
tool_call_python_syntax
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "subtotal": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "description": { "type"...
calculate_price(tags='viewer', subtotal='mode_a', description='inactive', country='cat_c', aligned_pct=9.57)
Tool call uses Python syntax instead of JSON
{"tags":"viewer","subtotal":"mode_a","description":"inactive","country":"cat_c","aligned_pct":9.57}
TASK repair_structured_output SPEC FIELD nickname TYPE string REQUIRED no FIELD barcode TYPE integer REQUIRED no FIELD wavelength TYPE boolean REQUIRED yes FIELD width TYPE string REQUIRED no FIELD notes TYPE string REQUIRED yes FIELD tax TYPE integer REQUIRED no FIELD status_code TYPE string VALUES berthed|anchored|u...
{"wavelength":false,"width":"quux","notes":"Hapag-Lloyd-Express","status_code":"berthed"}
unquoted_keys
{ "type": "object", "properties": { "nickname": { "type": "string" }, "barcode": { "type": "integer" }, "wavelength": { "type": "boolean" }, "width": { "type": "string" }, "notes": { "type": "string" }, "tax": { "type": "integer" },...
{wavelength:false,width:"quux",notes:"Hapag-Lloyd-Express",status_code:"berthed"}
Expecting property name enclosed in double quotes
{"wavelength":false,"width":"quux","notes":"Hapag-Lloyd-Express","status_code":"berthed"}
TASK repair_structured_output SPEC FIELD col_g31 TYPE string REQUIRED yes FIELD dim_k86 TYPE string REQUIRED yes FIELD attr_q16 TYPE string VALUES draft|published|archived REQUIRED yes FIELD field_o42 TYPE string_email REQUIRED no FIELD val_d47.param_m61 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED n...
{"col_g31":"FWD","dim_k86":"https://example.com","attr_q16":"draft","field_o42":"info@test.io"}
extra_field
{ "type": "object", "properties": { "col_g31": { "type": "string" }, "dim_k86": { "type": "string" }, "attr_q16": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_o42": { "type": "string", "format...
{"col_g31": "FWD", "dim_k86": "https://example.com", "attr_q16": "draft", "field_o42": "info@test.io", "extra_info_3142": true}
Unknown field 'extra_info_3142' not defined in schema
{"col_g31":"FWD","dim_k86":"https://example.com","attr_q16":"draft","field_o42":"info@test.io"}
TASK repair_structured_output SPEC FIELD full_name TYPE string REQUIRED yes FIELD shift_code TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD cargo_type TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD age TYPE string REQUIRED no FIELD port_code TYPE string_date-time REQUIRED no FIELD ...
{"full_name":"completed","shift_code":"mode_b","cargo_type":"type_b","port_code":"2020-09-01T00:36:00Z","comments":"cat_a","conductivity":"REV"}
null_required
{ "type": "object", "properties": { "full_name": { "type": "string" }, "shift_code": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "cargo_type": { "type": "string", "enum": [ "type_a", ...
{"full_name": "completed", "shift_code": "mode_b", "cargo_type": "type_b", "port_code": "2020-09-01T00:36:00Z", "comments": "cat_a", "conductivity": null}
Required field 'conductivity' is null
{"full_name":"completed","shift_code":"mode_b","cargo_type":"type_b","port_code":"2020-09-01T00:36:00Z","comments":"cat_a","conductivity":"REV"}
TASK repair_structured_output SPEC FIELD col_l65 TYPE string_uri REQUIRED no FIELD attr_f43 TYPE number REQUIRED no FIELD val_x53 TYPE integer REQUIRED no FIELD dim_j06 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_c80[].val_w24 TYPE string REQUIRED no FIELD dim_c80[].key_s74 TYPE integer ...
{"attr_f43":865.16,"val_x53":971,"dim_j06":"open","dim_c80":[{"val_w24":"chrX","key_s74":564},{"key_s74":741},{"val_w24":"Alice","key_s74":729},{"val_w24":"Charlie","key_s74":497,"dim_y93":["offline","maintenance"]}]}
trailing_comma
{ "type": "object", "properties": { "col_l65": { "type": "string", "format": "uri" }, "attr_f43": { "type": "number" }, "val_x53": { "type": "integer" }, "dim_j06": { "type": "string", "enum": [ "open", "in_progress", "resolved"...
{"attr_f43":865.16,"val_x53":971,"dim_j06":"open","dim_c80":[{"val_w24":"chrX","key_s74":564,},{"key_s74":741},{"val_w24":"Alice","key_s74":729},{"val_w24":"Charlie","key_s74":497,"dim_y93":["offline","maintenance"]}]}
Unexpected trailing comma
{"attr_f43":865.16,"val_x53":971,"dim_j06":"open","dim_c80":[{"val_w24":"chrX","key_s74":564},{"key_s74":741},{"val_w24":"Alice","key_s74":729},{"val_w24":"Charlie","key_s74":497,"dim_y93":["offline","maintenance"]}]}
TASK repair_structured_output SPEC FIELD cargo_type TYPE string VALUES option_a|option_b REQUIRED no FIELD dosage TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD temp_celsius TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD frequency_hz TYPE string VALUES type_a|type_b REQUIRED no BROKE...
{"dosage":"type_c","temp_celsius":"reliable"}
missing_brace
{ "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ "option_a", "option_b" ] }, "dosage": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "temp_celsius": { "type": "strin...
"dosage":"type_c","temp_celsius":"reliable"}
Missing closing brace
{"dosage":"type_c","temp_celsius":"reliable"}
TASK repair_structured_output SPEC FIELD field_u80 TYPE string REQUIRED no FIELD val_a55 TYPE string_email REQUIRED yes FIELD prop_j60 TYPE string_uri REQUIRED no FIELD prop_c73 TYPE string REQUIRED no FIELD field_o54 TYPE integer REQUIRED no FIELD col_h67.prop_p71 TYPE string VALUES reliable|unstable|intermittent REQ...
{"field_u80":"active","val_a55":"admin@test.io","prop_j60":"https://example.com/v1","prop_c73":"hello","field_o54":623,"col_h67":{"dim_o29":556,"col_a33":[null,null]}}
tool_call_partial_args
{ "type": "object", "properties": { "field_u80": { "type": "string" }, "val_a55": { "type": "string", "format": "email" }, "prop_j60": { "type": "string", "format": "uri" }, "prop_c73": { "type": "string" }, "field_o54": { "type": "intege...
Let me check the system. Action: book_appointment Arguments: {"field_u80": "active", "prop_j60": "https://example.com/v1", "prop_c73": "hello", "field_o54": 623, "col_h67": {"dim_o29": 556, "col_a33": [null, null]}}
Agent tool call missing required parameter 'val_a55'
{"field_u80":"active","val_a55":"admin@test.io","prop_j60":"https://example.com/v1","prop_c73":"hello","field_o54":623,"col_h67":{"dim_o29":556,"col_a33":[null,null]}}
TASK repair_structured_output SPEC FIELD key_v55 TYPE boolean REQUIRED no FIELD key_t99.col_z37 TYPE string REQUIRED yes FIELD key_t99.val_c42 TYPE string REQUIRED yes FIELD key_t99.attr_m75 TYPE string REQUIRED no FIELD key_t99.field_d57.dim_t88 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_t99.field_...
{"key_t99":{"col_z37":"RTG-04","val_c42":"active","attr_m75":"quux","field_d57":{"dim_t88":"push","col_w20":true,"attr_x91":432,"field_i11":988,"val_a13":true}},"key_m87":"quux","key_r89":"cat_a","col_r89":"Tokyo","key_b99":"2026-08-19T17:47:00Z"}
tool_call_bad_format
{ "type": "object", "properties": { "key_v55": { "type": "boolean" }, "key_t99": { "type": "object", "properties": { "col_z37": { "type": "string" }, "val_c42": { "type": "string" }, "attr_m75": { "type": "string" ...
<functioncall> get_weather {key_t99: {col_z37: "RTG-04", val_c42: "active", attr_m75: "quux", field_d57: {dim_t88: "push", col_w20: true, attr_x91: 432, field_i11: 988, val_a13: true}}, key_m87: "quux", key_r89: "cat_a", col_r89: "Tokyo", key_b99: "2026-08-19T17:47:00Z"}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_t99":{"col_z37":"RTG-04","val_c42":"active","attr_m75":"quux","field_d57":{"dim_t88":"push","col_w20":true,"attr_x91":432,"field_i11":988,"val_a13":true}},"key_m87":"quux","key_r89":"cat_a","col_r89":"Tokyo","key_b99":"2026-08-19T17:47:00Z"}
TASK repair_structured_output SPEC FIELD param_h31 TYPE string REQUIRED yes FIELD col_i88 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD attr_i09[] TYPE null REQUIRED no FIELD key_q05[] TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"param_h31":"test@example.com","col_i88":"escala...
{"param_h31":"test@example.com","col_i88":"escalated","key_q05":[133,148,419]}
markdown_fences
{ "type": "object", "properties": { "param_h31": { "type": "string" }, "col_i88": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "attr_i09": { "type": "array", "items": { "type"...
```json {"param_h31":"test@example.com","col_i88":"escalated","key_q05":[133,148,419]} ```
Output contains markdown code fences
{"param_h31":"test@example.com","col_i88":"escalated","key_q05":[133,148,419]}
TASK repair_structured_output SPEC FIELD key_w57 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_d35 TYPE string REQUIRED no FIELD param_y34 TYPE string REQUIRED no FIELD dim_z19 TYPE integer REQUIRED yes FIELD param_w76[] TYPE string REQUIRED no FIELD val_i00[] TYPE string VALUES op...
{"key_w57":"maintenance","param_y34":"baz","dim_z19":863,"param_w76":["MV-Evergreen-01","pending"],"val_i00":["resolved","in_progress"]}
partial_structure
{ "type": "object", "properties": { "key_w57": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_d35": { "type": "string" }, "param_y34": { "type": "string" }, "dim_z19": { "typ...
Result: param_w76=['MV-Evergreen-01', 'pending'], {"key_w57":"maintenance","param_y34":"baz","dim_z19":863,"param_w76":["MV-Evergreen-01","pending"],"val_i00":["resolved","in_progress"]}
Output mixes natural language with JSON
{"key_w57":"maintenance","param_y34":"baz","dim_z19":863,"param_w76":["MV-Evergreen-01","pending"],"val_i00":["resolved","in_progress"]}
TASK repair_structured_output SPEC FIELD current_draw TYPE string REQUIRED no FIELD diagnosis_code TYPE number REQUIRED yes FIELD annotation TYPE string REQUIRED no FIELD patient_id TYPE integer REQUIRED no FIELD transaction_id[] TYPE string_uri REQUIRED no FIELD ph_level[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d R...
{"diagnosis_code":640.21,"patient_id":654,"transaction_id":["https://data.io/data","https://example.com/data","https://data.io/api"],"ph_level":["cat_d","cat_b"]}
tool_call_python_syntax
{ "type": "object", "properties": { "current_draw": { "type": "string" }, "diagnosis_code": { "type": "number" }, "annotation": { "type": "string" }, "patient_id": { "type": "integer" }, "transaction_id": { "type": "array", "items": { "...
filter_variants(diagnosis_code=640.21, patient_id=654, transaction_id=['https://data.io/data', 'https://example.com/data', 'https://data.io/api'], ph_level=['cat_d', 'cat_b'])
Tool call uses Python syntax instead of JSON
{"diagnosis_code":640.21,"patient_id":654,"transaction_id":["https://data.io/data","https://example.com/data","https://data.io/api"],"ph_level":["cat_d","cat_b"]}
TASK repair_structured_output SPEC FIELD val_v79 TYPE integer REQUIRED yes FIELD param_i71 TYPE null REQUIRED yes FIELD dim_c44 TYPE null REQUIRED yes FIELD field_p97.col_u43 TYPE null REQUIRED no FIELD field_p97.attr_s34 TYPE integer REQUIRED no FIELD field_p97.field_s70 TYPE string VALUES berthed|anchored|underway|m...
{"val_v79":631,"param_i71":null,"dim_c44":null,"val_r24":"hemizygous"}
truncated_array
{ "type": "object", "properties": { "val_v79": { "type": "integer" }, "param_i71": { "type": "null" }, "dim_c44": { "type": "null" }, "field_p97": { "type": "object", "properties": { "col_u43": { "type": "null" }, "attr_s34"...
{"val_v79":631,"param_i71":null,"dim_c44":null,"val_r24":"hemizygous"
Unexpected end of JSON input — truncated object
{"val_v79":631,"param_i71":null,"dim_c44":null,"val_r24":"hemizygous"}
TASK repair_structured_output SPEC FIELD col_w22 TYPE string_uri REQUIRED no FIELD attr_u18.field_d11 TYPE integer REQUIRED no FIELD attr_u18.val_r67 TYPE null REQUIRED yes FIELD attr_u18.key_i11 TYPE boolean REQUIRED yes FIELD dim_c79 TYPE string REQUIRED no FIELD key_t26 TYPE integer REQUIRED no FIELD col_t77 TYPE n...
{"col_w22":"https://api.io/data","attr_u18":{"field_d11":508,"val_r67":null,"key_i11":false},"dim_c79":"Tokyo","col_t77":606.75,"key_b71":"warning"}
trailing_comma
{ "type": "object", "properties": { "col_w22": { "type": "string", "format": "uri" }, "attr_u18": { "type": "object", "properties": { "field_d11": { "type": "integer" }, "val_r67": { "type": "null" }, "key_i11": { ...
{"col_w22":"https://api.io/data","attr_u18":{"field_d11":508,"val_r67":null,"key_i11":false,},"dim_c79":"Tokyo","col_t77":606.75,"key_b71":"warning"}
Unexpected trailing comma
{"col_w22":"https://api.io/data","attr_u18":{"field_d11":508,"val_r67":null,"key_i11":false},"dim_c79":"Tokyo","col_t77":606.75,"key_b71":"warning"}
TASK repair_structured_output SPEC FIELD country TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD deploy_target TYPE string VALUES email|phone|sms|push REQUIRED no FIELD half_life TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD start_date TYPE integer REQUIRED no FIELD length TYPE inte...
{"country":"EUR","deploy_target":"phone","half_life":"new","start_date":34,"length":548}
number_with_unit
{ "type": "object", "properties": { "country": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "deploy_target": { "type": "string", "enum": [ "email", "phone", "sms", "push" ]...
{"country": "EUR", "deploy_target": "phone", "half_life": "new", "start_date": "34px", "length": 548}
Field 'start_date' must be number, got string with unit
{"country":"EUR","deploy_target":"phone","half_life":"new","start_date":34,"length":548}
TASK repair_structured_output SPEC FIELD tile.crew_id.procedure_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD tile.crew_id.index TYPE string REQUIRED yes FIELD tile.crew_id.language TYPE boolean REQUIRED no FIELD tile.id TYPE boolean REQUIRED yes FIELD tile.email TYPE boolean REQUIRED no FIELD tile.tit...
{"tile":{"crew_id":{"index":"John","language":false},"id":false},"bearing":false,"consignee":true,"lane":false}
partial_structure
{ "type": "object", "properties": { "tile": { "type": "object", "properties": { "crew_id": { "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "USD", "EUR", ...
The bearing is False and {"tile":{"crew_id":{"index":"John","language":false},"id":false},"bearing":false,"consignee":true,"lane":false}
Output mixes natural language with JSON
{"tile":{"crew_id":{"index":"John","language":false},"id":false},"bearing":false,"consignee":true,"lane":false}
TASK repair_structured_output SPEC FIELD created_at TYPE integer REQUIRED yes FIELD user_id TYPE boolean REQUIRED yes FIELD role[] TYPE boolean REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: check_cargo_manifest Result: {"created_at": 808, "user_id": true} I'll query our database. Action...
{"created_at":808,"user_id":true,"role":[false,true,true]}
agent_chain
{ "type": "object", "properties": { "created_at": { "type": "integer" }, "user_id": { "type": "boolean" }, "role": { "type": "array", "items": { "type": "boolean" } } }, "required": [ "role", "user_id", "created_at" ] }
I need to look up the information first. Action: check_cargo_manifest Result: {"created_at": 808, "user_id": true} I'll query our database. Action: verify_hazmat_compliance Result:
Agent multi-step chain with truncated tool output
{"created_at":808,"user_id":true,"role":[false,true,true]}
TASK repair_structured_output SPEC FIELD dosage TYPE number REQUIRED yes FIELD weight TYPE string VALUES success|error|warning|info REQUIRED yes FIELD created_at.due_date TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD created_at.status TYPE string REQUIRED yes FIELD created_at.duration_ms TYPE st...
{"dosage":692.41,"weight":"success","created_at":{"due_date":"unstable","status":"Jane","duration_ms":"sms"}}
tool_call_bad_format
{ "type": "object", "properties": { "dosage": { "type": "number" }, "weight": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "created_at": { "type": "object", "properties": { "due_date": { ...
<functioncall> search {dosage: 692.41, weight: "success", created_at: {due_date: "unstable", status: "Jane", duration_ms: "sms"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"dosage":692.41,"weight":"success","created_at":{"due_date":"unstable","status":"Jane","duration_ms":"sms"}}
TASK repair_structured_output SPEC FIELD published TYPE string REQUIRED no FIELD dissolved_oxygen TYPE string REQUIRED yes FIELD created_at TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD fleet_number TYPE string REQUIRED yes FIELD comments TYPE string VALUES berthed|anchored|underway|moored REQ...
{"published":"Bob","dissolved_oxygen":"inactive","created_at":"delivered","fleet_number":"RTG-04","filter_flag":"large","repository":{"product_id":{"bill_of_lading":"Bob","active":213.4,"website":"green"},"dissolved_oxygen":false,"items":201}}
tool_call_partial_args
{ "type": "object", "properties": { "published": { "type": "string" }, "dissolved_oxygen": { "type": "string" }, "created_at": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "fleet_number": { ...
Let me check the system. Action: lookup_customer Arguments: {"published": "Bob", "dissolved_oxygen": "inactive", "created_at": "delivered", "fleet_number": "RTG-04", "repository": {"product_id": {"bill_of_lading": "Bob", "active": 213.4, "website": "green"}, "dissolved_oxygen": false, "items": 201}}
Agent tool call missing required parameter 'filter_flag'
{"published":"Bob","dissolved_oxygen":"inactive","created_at":"delivered","fleet_number":"RTG-04","filter_flag":"large","repository":{"product_id":{"bill_of_lading":"Bob","active":213.4,"website":"green"},"dissolved_oxygen":false,"items":201}}
TASK repair_structured_output SPEC FIELD attr_a30 TYPE string VALUES draft|published|archived REQUIRED yes FIELD field_q02 TYPE boolean REQUIRED yes FIELD prop_l82 TYPE number REQUIRED yes BROKEN_OUTPUT ```json {"attr_a30":"published","field_q02":true,"prop_l82":896.86} ```
{"attr_a30":"published","field_q02":true,"prop_l82":896.86}
markdown_fences
{ "type": "object", "properties": { "attr_a30": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_q02": { "type": "boolean" }, "prop_l82": { "type": "number" } }, "required": [ "prop_l82", "attr_a30", ...
```json {"attr_a30":"published","field_q02":true,"prop_l82":896.86} ```
Output contains markdown code fences
{"attr_a30":"published","field_q02":true,"prop_l82":896.86}
TASK repair_structured_output SPEC FIELD val_a02 TYPE integer REQUIRED no FIELD prop_y45 TYPE string_email REQUIRED yes FIELD field_c28 TYPE number REQUIRED yes FIELD prop_p26 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_e99.key_s91 TYPE number REQUIRED yes FIELD prop_e99.val_i33 TYPE str...
{"prop_y45":"admin@test.io","field_c28":385.02,"prop_p26":"open","prop_e99":{"key_s91":845.65,"val_i33":"blue","dim_x77":null,"val_a23":"user@example.com"},"attr_w49":{"prop_x14":"rejected","attr_o03":{"field_e06":632.65,"val_x66":"Silva","key_o06":"level_1","dim_i17":"cat_b","val_k44":true},"val_z51":"editor","val_b45...
missing_required
{ "type": "object", "properties": { "val_a02": { "type": "integer" }, "prop_y45": { "type": "string", "format": "email" }, "field_c28": { "type": "number" }, "prop_p26": { "type": "string", "enum": [ "open", "in_progress", "reso...
{"field_c28": 385.02, "prop_p26": "open", "prop_e99": {"key_s91": 845.65, "val_i33": "blue", "dim_x77": null, "val_a23": "user@example.com"}, "attr_w49": {"prop_x14": "rejected", "attr_o03": {"field_e06": 632.65, "val_x66": "Silva", "key_o06": "level_1", "dim_i17": "cat_b", "val_k44": true}, "val_z51": "editor", "val_b...
Required field 'prop_y45' is missing
{"prop_y45":"admin@test.io","field_c28":385.02,"prop_p26":"open","prop_e99":{"key_s91":845.65,"val_i33":"blue","dim_x77":null,"val_a23":"user@example.com"},"attr_w49":{"prop_x14":"rejected","attr_o03":{"field_e06":632.65,"val_x66":"Silva","key_o06":"level_1","dim_i17":"cat_b","val_k44":true},"val_z51":"editor","val_b45...
TASK repair_structured_output SPEC FIELD interest_rate TYPE string REQUIRED no FIELD footnote TYPE string_email REQUIRED no FIELD catalyst TYPE string_email REQUIRED yes FIELD cargo_type TYPE integer REQUIRED no BROKEN_OUTPUT {'interest_rate':'chrX','catalyst':'info@example.com','cargo_type':772}
{"interest_rate":"chrX","catalyst":"info@example.com","cargo_type":772}
single_quotes
{ "type": "object", "properties": { "interest_rate": { "type": "string" }, "footnote": { "type": "string", "format": "email" }, "catalyst": { "type": "string", "format": "email" }, "cargo_type": { "type": "integer" } }, "required": [ "catal...
{'interest_rate':'chrX','catalyst':'info@example.com','cargo_type':772}
Expecting property name enclosed in double quotes
{"interest_rate":"chrX","catalyst":"info@example.com","cargo_type":772}
TASK repair_structured_output SPEC FIELD attr_b65 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD val_v30 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_o33 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD dim_f70 TYPE string REQUIRED yes FIELD col_e23 TYPE string REQUIRED...
{"attr_b65":"active","key_o33":"editor","dim_f70":"Maria","col_e23":"active"}
agent_chain
{ "type": "object", "properties": { "attr_b65": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "val_v30": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "k...
I need to look up the information first. Action: create_order Result: {"attr_b65": "active", "dim_f70": "Maria", "col_e23": "active"} I'll query our database. Action: calculate_docking_fee Result:
Agent multi-step chain with truncated tool output
{"attr_b65":"active","key_o33":"editor","dim_f70":"Maria","col_e23":"active"}
TASK repair_structured_output SPEC FIELD field_u87 TYPE string REQUIRED no FIELD dim_n67.key_w66 TYPE integer REQUIRED yes FIELD dim_n67.prop_t27 TYPE string REQUIRED no FIELD dim_n67.val_v29[] TYPE integer REQUIRED yes FIELD field_g32 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD pr...
{"prop_i19":"closed","attr_u06":{"prop_g12":"berthed","field_p11":"email","col_k95":"Diana","val_t99":"in_transit","col_d81":"ops@test.io","param_p87":"pending","val_i09":"cancelled"},"attr_o31":732.35}
partial_structure
{ "type": "object", "properties": { "field_u87": { "type": "string" }, "dim_n67": { "type": "object", "properties": { "key_w66": { "type": "integer" }, "prop_t27": { "type": "string" }, "val_v29": { "type": "array", ...
Based on the data, prop_i19 is closed. {"prop_i19":"closed","attr_u06":{"prop_g12":"berthed","field_p11":"email","col_k95":"Diana","val_t99":"in_transit","col_d81":"ops@test.io","param_p87":"pending","val_i09":"cancelled"},"attr_o31":732.35}
Output mixes natural language with JSON
{"prop_i19":"closed","attr_u06":{"prop_g12":"berthed","field_p11":"email","col_k95":"Diana","val_t99":"in_transit","col_d81":"ops@test.io","param_p87":"pending","val_i09":"cancelled"},"attr_o31":732.35}
TASK repair_structured_output SPEC FIELD tax TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD features TYPE string_uri REQUIRED yes FIELD catalyst TYPE integer REQUIRED yes FIELD collateral TYPE number REQUIRED no FIELD credit_score.transaction_id.branch TYPE string REQUIRED yes FIELD credit_score.tr...
{"features":"https://example.com/api","catalyst":809,"collateral":781.83,"footnote":{"nickname":776,"gene_id":"Johnson","discount":null,"transaction_id":[{"position":53,"state":null,"payment_status":73,"verified":123,"discount":"level_1"},{"position":359,"state":null,"payment_status":309,"verified":304,"discount":"leve...
agent_chain
{ "type": "object", "properties": { "tax": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "features": { "type": "string", "format": "uri" }, "catalyst": { "type": "integer" }, "col...
I need to look up the information first. Action: lookup_customer Result: {"catalyst": 809, "collateral": 781.83, "footnote": {"nickname": 776, "gene_id": "Johnson", "discount": null, "transaction_id": [{"position": 53, "state": null, "payment_status": 73, "verified": 123, "discount": "level_1"}, {"position": 359, "stat...
Agent multi-step chain with truncated tool output
{"features":"https://example.com/api","catalyst":809,"collateral":781.83,"footnote":{"nickname":776,"gene_id":"Johnson","discount":null,"transaction_id":[{"position":53,"state":null,"payment_status":73,"verified":123,"discount":"level_1"},{"position":359,"state":null,"payment_status":309,"verified":304,"discount":"leve...
TASK repair_structured_output SPEC FIELD dosage TYPE integer REQUIRED no FIELD commit_hash TYPE string REQUIRED no FIELD build_status TYPE string_email REQUIRED yes FIELD vessel_name TYPE string REQUIRED no BROKEN_OUTPUT ```json {"dosage":830,"commit_hash":"Santos","build_status":"test@domain.org","vessel_name":"Smit...
{"dosage":830,"commit_hash":"Santos","build_status":"test@domain.org","vessel_name":"Smith"}
markdown_fences
{ "type": "object", "properties": { "dosage": { "type": "integer" }, "commit_hash": { "type": "string" }, "build_status": { "type": "string", "format": "email" }, "vessel_name": { "type": "string" } }, "required": [ "build_status" ] }
```json {"dosage":830,"commit_hash":"Santos","build_status":"test@domain.org","vessel_name":"Smith"} ```
Output contains markdown code fences
{"dosage":830,"commit_hash":"Santos","build_status":"test@domain.org","vessel_name":"Smith"}
TASK repair_structured_output SPEC FIELD salinity TYPE string VALUES admin|editor|viewer REQUIRED no FIELD score TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD bearing TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD bill_of_lading TYPE integer REQUIRED no FIELD terminal_id TYPE string VALUES cat_a|ca...
{"score":"cat_c","bearing":"type_c","bill_of_lading":149,"lane":"https://www.org/api","half_life":"type_b"}
extra_text_before
{ "type": "object", "properties": { "salinity": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "score": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "bearing": { "type": "str...
The parsed result is: {"score":"cat_c","bearing":"type_c","bill_of_lading":149,"lane":"https://www.org/api","half_life":"type_b"}
Output contains non-JSON text before the object
{"score":"cat_c","bearing":"type_c","bill_of_lading":149,"lane":"https://www.org/api","half_life":"type_b"}
TASK repair_structured_output SPEC FIELD field_b26 TYPE integer REQUIRED no FIELD attr_i30 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD val_m28 TYPE string VALUES type_a|type_b REQUIRED no FIELD key_y72 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD key_d86 TYPE string RE...
{"attr_i30":"type_d","key_y72":"mode_c","key_d86":"2024-01-15","col_b78":994,"attr_b17":{"col_n03":null,"key_u47":true,"prop_t73":false,"key_w18":"archived","key_f54":{"dim_w90":false,"dim_z60":59.04,"param_e09":false}},"param_p47":"chr1"}
missing_required
{ "type": "object", "properties": { "field_b26": { "type": "integer" }, "attr_i30": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "val_m28": { "type": "string", "en...
{"key_y72": "mode_c", "key_d86": "2024-01-15", "col_b78": 994, "attr_b17": {"col_n03": null, "key_u47": true, "prop_t73": false, "key_w18": "archived", "key_f54": {"dim_w90": false, "dim_z60": 59.04, "param_e09": false}}, "param_p47": "chr1"}
Required field 'attr_i30' is missing
{"attr_i30":"type_d","key_y72":"mode_c","key_d86":"2024-01-15","col_b78":994,"attr_b17":{"col_n03":null,"key_u47":true,"prop_t73":false,"key_w18":"archived","key_f54":{"dim_w90":false,"dim_z60":59.04,"param_e09":false}},"param_p47":"chr1"}
TASK repair_structured_output SPEC FIELD berth_slot TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD subject TYPE string VALUES draft|published|archived REQUIRED no FIELD ward TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD phone TYPE integer REQUIRED no FIELD port_code TYPE boolean...
{"berth_slot":"black","subject":"archived","port_code":false}
wrong_type
{ "type": "object", "properties": { "berth_slot": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "subject": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
{"berth_slot": "black", "subject": "archived", "port_code": "\"no\""}
Field 'port_code' must be boolean, got string
{"berth_slot":"black","subject":"archived","port_code":false}
TASK repair_structured_output SPEC FIELD subtotal TYPE integer REQUIRED no FIELD options.vessel_name TYPE string VALUES mode_a|mode_b REQUIRED no FIELD options.created_at TYPE string_date-time REQUIRED yes FIELD options.lane TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD options.username ...
{"subtotal":178,"options":{"vessel_name":"mode_b","created_at":"2021-07-03T00:50:00Z","lane":"synonymous"},"payment_status":180,"freight_class":false}
extra_text_before
{ "type": "object", "properties": { "subtotal": { "type": "integer" }, "options": { "type": "object", "properties": { "vessel_name": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "created_at": { ...
Let me provide the data in JSON format: {"subtotal":178,"options":{"vessel_name":"mode_b","created_at":"2021-07-03T00:50:00Z","lane":"synonymous"},"payment_status":180,"freight_class":false}
Output contains non-JSON text before the object
{"subtotal":178,"options":{"vessel_name":"mode_b","created_at":"2021-07-03T00:50:00Z","lane":"synonymous"},"payment_status":180,"freight_class":false}
TASK repair_structured_output SPEC FIELD dim_e71.param_r36 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_e71.param_q39 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD dim_e71.prop_g18 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD dim_e71.dim_y08 TYPE string_uri REQUIRED no ...
{"dim_e71":{"param_q39":"type_b","param_t82":"mode_b","field_c86":"FWD","dim_v07":null},"val_k15":"pro","prop_z27":"option_b","field_j04":503,"val_h80":"type_a"}
extra_text_before
{ "type": "object", "properties": { "dim_e71": { "type": "object", "properties": { "param_r36": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_q39": { "type": "string", ...
The parsed result is: {"dim_e71":{"param_q39":"type_b","param_t82":"mode_b","field_c86":"FWD","dim_v07":null},"val_k15":"pro","prop_z27":"option_b","field_j04":503,"val_h80":"type_a"}
Output contains non-JSON text before the object
{"dim_e71":{"param_q39":"type_b","param_t82":"mode_b","field_c86":"FWD","dim_v07":null},"val_k15":"pro","prop_z27":"option_b","field_j04":503,"val_h80":"type_a"}
TASK repair_structured_output SPEC FIELD decay_rate TYPE string REQUIRED yes FIELD department TYPE boolean REQUIRED no FIELD width.altitude TYPE boolean REQUIRED no FIELD width.status TYPE string REQUIRED no FIELD width.image_url TYPE string REQUIRED no FIELD width.width TYPE integer REQUIRED yes FIELD width.first_nam...
{"decay_rate":"A short description.","department":true,"width":{"status":"chr1","image_url":"approved","width":855,"first_name":[{"address":493,"zip_code":null,"url":"info@example.com"}],"size":["type_c","type_a"]},"span_id":{"run_id":"active","phenotype":"cat_d","weight":743,"active":480}}
single_quotes
{ "type": "object", "properties": { "decay_rate": { "type": "string" }, "department": { "type": "boolean" }, "width": { "type": "object", "properties": { "altitude": { "type": "boolean" }, "status": { "type": "string" },...
{'decay_rate':'A short description.','department':true,'width':{'status':'chr1','image_url':'approved','width':855,'first_name':[{'address':493,'zip_code':null,'url':'info@example.com'}],'size':['type_c','type_a']},'span_id':{'run_id':'active','phenotype':'cat_d','weight':743,'active':480}}
Expecting property name enclosed in double quotes
{"decay_rate":"A short description.","department":true,"width":{"status":"chr1","image_url":"approved","width":855,"first_name":[{"address":493,"zip_code":null,"url":"info@example.com"}],"size":["type_c","type_a"]},"span_id":{"run_id":"active","phenotype":"cat_d","weight":743,"active":480}}
TASK repair_structured_output SPEC FIELD field_k14 TYPE string REQUIRED no FIELD dim_x53.val_a66 TYPE integer REQUIRED yes FIELD dim_x53.col_k99 TYPE integer REQUIRED yes FIELD dim_x53.val_o76 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD field_i42.dim_w24 TYPE string REQUIRED yes FIELD field_i42.d...
{"field_k14":"GRCh38","dim_x53":{"val_a66":136,"col_k99":705,"val_o76":"mode_a"},"field_i42":{"dim_w24":"chr1","dim_n54":"info@domain.org","prop_g49":"inactive"},"val_q25":{"col_h98":"email","field_o87":false,"col_o76":{"prop_n32":795,"col_h61":false,"col_h19":"chr1","field_q59":935.56,"field_c01":"https://api.example....
unquoted_keys
{ "type": "object", "properties": { "field_k14": { "type": "string" }, "dim_x53": { "type": "object", "properties": { "val_a66": { "type": "integer" }, "col_k99": { "type": "integer" }, "val_o76": { "type": "string",...
{field_k14:"GRCh38",dim_x53:{val_a66:136,col_k99:705,val_o76:"mode_a"},field_i42:{dim_w24:"chr1",dim_n54:"info@domain.org",prop_g49:"inactive"},val_q25:{col_h98:"email",field_o87:false,col_o76:{prop_n32:795,col_h61:false,col_h19:"chr1",field_q59:935.56,field_c01:"https://api.example.com/v1"},param_y27:385.46,key_v84:{v...
Expecting property name enclosed in double quotes
{"field_k14":"GRCh38","dim_x53":{"val_a66":136,"col_k99":705,"val_o76":"mode_a"},"field_i42":{"dim_w24":"chr1","dim_n54":"info@domain.org","prop_g49":"inactive"},"val_q25":{"col_h98":"email","field_o87":false,"col_o76":{"prop_n32":795,"col_h61":false,"col_h19":"chr1","field_q59":935.56,"field_c01":"https://api.example....
TASK repair_structured_output SPEC FIELD val_f01 TYPE string_uri REQUIRED no FIELD col_e52 TYPE integer REQUIRED yes FIELD attr_o17 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"col_e52": "\"386\"", "attr_o17": false}
{"col_e52":386,"attr_o17":false}
wrong_type
{ "type": "object", "properties": { "val_f01": { "type": "string", "format": "uri" }, "col_e52": { "type": "integer" }, "attr_o17": { "type": "boolean" } }, "required": [ "attr_o17", "col_e52" ] }
{"col_e52": "\"386\"", "attr_o17": false}
Field 'col_e52' must be integer, got string
{"col_e52":386,"attr_o17":false}
TASK repair_structured_output SPEC FIELD param_j88 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_h15 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD key_g72 TYPE string VALUES admin|editor|viewer REQUIRED no BROKEN_OUTPUT {"param_j88":"rejected","field_h15":"med...
{"param_j88":"rejected","field_h15":"medium"}
missing_bracket
{ "type": "object", "properties": { "param_j88": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_h15": { "type": "string", "enum": [ "low", "medium", "high", "cr...
{"param_j88":"rejected","field_h15":"medium"}
Missing closing bracket
{"param_j88":"rejected","field_h15":"medium"}
TASK repair_structured_output SPEC FIELD prop_r05 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD key_z50 TYPE number REQUIRED yes FIELD key_y62 TYPE number REQUIRED no FIELD key_q52 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD key_r94 TYPE null REQUIRED no FIELD prop_s74 TYPE strin...
{"key_z50":386.01,"key_q52":"cat_a","key_r94":null,"prop_s74":"Sao Paulo"}
missing_bracket
{ "type": "object", "properties": { "prop_r05": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "key_z50": { "type": "number" }, "key_y62": { "type": "number" }, "key_q52": { "type": "string", "en...
{"key_z50":386.01,"key_q52":"cat_a","key_r94":null,"prop_s74":"Sao Paulo"}
Missing closing bracket
{"key_z50":386.01,"key_q52":"cat_a","key_r94":null,"prop_s74":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD section TYPE string VALUES draft|published|archived REQUIRED no FIELD deploy_target TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD quantity TYPE string ...
{"section":"draft","full_name":"pending","brake_pressure":"https://www.io/v1"}
missing_bracket
{ "type": "object", "properties": { "insurance_id": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "section": { "type": "string", "enum": [ "draft", "p...
{"section":"draft","full_name":"pending","brake_pressure":"https://www.io/v1"}
Missing closing bracket
{"section":"draft","full_name":"pending","brake_pressure":"https://www.io/v1"}
TASK repair_structured_output SPEC FIELD attr_q34.dim_l84 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_q34.prop_b48 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_q34.dim_w53.dim_x98 TYPE string REQUIRED no FIELD attr_q34.dim_w53.field_q26 TYPE string VALUES ope...
{"attr_q34":{"dim_l84":"in_progress","prop_b48":"reliable","field_h76":468.09,"param_p47":323},"dim_c30":"EUR","dim_z26":"archived","dim_o56":174.32,"key_s60":"info","dim_j57":"Johnson"}
partial_structure
{ "type": "object", "properties": { "attr_q34": { "type": "object", "properties": { "dim_l84": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_b48": { ...
Based on the data, dim_j57 is Johnson. {"attr_q34":{"dim_l84":"in_progress","prop_b48":"reliable","field_h76":468.09,"param_p47":323},"dim_c30":"EUR","dim_z26":"archived","dim_o56":174.32,"key_s60":"info","dim_j57":"Johnson"}
Output mixes natural language with JSON
{"attr_q34":{"dim_l84":"in_progress","prop_b48":"reliable","field_h76":468.09,"param_p47":323},"dim_c30":"EUR","dim_z26":"archived","dim_o56":174.32,"key_s60":"info","dim_j57":"Johnson"}
TASK repair_structured_output SPEC FIELD dim_v58 TYPE string REQUIRED no FIELD attr_v44 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_f41 TYPE string REQUIRED no FIELD key_p27 TYPE boolean REQUIRED no FIELD field_o16[] TYPE integer REQUIRED no BROKEN_OUTPUT <functioncall> calibrate_instrument {attr_v4...
{"attr_v44":"USD","field_o16":[894,314,908,443]}
tool_call_bad_format
{ "type": "object", "properties": { "dim_v58": { "type": "string" }, "attr_v44": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "dim_f41": { "type": "string" }, "key_p27": { "type": "boolean...
<functioncall> calibrate_instrument {attr_v44: "USD", field_o16: [894, 314, 908, 443]}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_v44":"USD","field_o16":[894,314,908,443]}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string_date-time REQUIRED no FIELD torque_output TYPE string REQUIRED no FIELD frequency_hz TYPE string REQUIRED no FIELD manifest_ref TYPE boolean REQUIRED yes FIELD length TYPE string REQUIRED yes FIELD shift_code TYPE boolean REQUIRED no FIELD vital_sign TYP...
{"loan_amount":"2020-02-23T22:35:00Z","frequency_hz":"hello","manifest_ref":true,"length":"quux","shift_code":true,"vital_sign":"cat_a"}
truncated_array
{ "type": "object", "properties": { "loan_amount": { "type": "string", "format": "date-time" }, "torque_output": { "type": "string" }, "frequency_hz": { "type": "string" }, "manifest_ref": { "type": "boolean" }, "length": { "type": "string" ...
{"loan_amount":"2020-02-23T22:35:00Z","frequency_hz":"hello","manifest_ref":true,"length":"quux","shift_code":true,"vital_sign":"cat_a"
Unexpected end of JSON input — truncated object
{"loan_amount":"2020-02-23T22:35:00Z","frequency_hz":"hello","manifest_ref":true,"length":"quux","shift_code":true,"vital_sign":"cat_a"}
TASK repair_structured_output SPEC FIELD price TYPE string VALUES active|inactive|pending REQUIRED yes FIELD allele TYPE string REQUIRED yes FIELD turbidity TYPE number REQUIRED yes FIELD message TYPE boolean REQUIRED no FIELD city TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes BROKEN_OUTPUT {"price": "a...
{"price":"active","allele":"MV-Evergreen-01","turbidity":830.27,"city":"mode_a"}
extra_field
{ "type": "object", "properties": { "price": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "allele": { "type": "string" }, "turbidity": { "type": "number" }, "message": { "type": "boolean" }, "city":...
{"price": "active", "allele": "MV-Evergreen-01", "turbidity": 830.27, "city": "mode_a", "extra_field_9450": "unexpected"}
Unknown field 'extra_field_9450' not defined in schema
{"price":"active","allele":"MV-Evergreen-01","turbidity":830.27,"city":"mode_a"}
TASK repair_structured_output SPEC FIELD param_i03 TYPE string REQUIRED yes FIELD param_l91.prop_n53 TYPE string VALUES level_1|level_2 REQUIRED yes FIELD param_l91.val_r94 TYPE null REQUIRED no FIELD param_l91.field_l45 TYPE integer REQUIRED no FIELD param_l91.prop_u67.key_p15 TYPE string REQUIRED no FIELD param_l91....
{"param_i03":"example","param_l91":{"prop_n53":"level_1","val_r94":null,"field_l45":244,"prop_u67":{"key_p15":"New York","col_a98":"Bob","key_p82":506},"col_b43":{"attr_q57":"JPY","val_e73":false,"prop_a85":"option_b","dim_k85":629.2},"val_s03":"type_c","attr_f58":"https://www.com/api"},"param_c45":"cat_a","key_f64":"2...
markdown_explanation
{ "type": "object", "properties": { "param_i03": { "type": "string" }, "param_l91": { "type": "object", "properties": { "prop_n53": { "type": "string", "enum": [ "level_1", "level_2" ] }, "val_r94": { ...
I've generated the following JSON: ```json {"param_i03":"example","param_l91":{"prop_n53":"level_1","val_r94":null,"field_l45":244,"prop_u67":{"key_p15":"New York","col_a98":"Bob","key_p82":506},"col_b43":{"attr_q57":"JPY","val_e73":false,"prop_a85":"option_b","dim_k85":629.2},"val_s03":"type_c","attr_f58":"https://www...
Output contains markdown and explanatory text around JSON
{"param_i03":"example","param_l91":{"prop_n53":"level_1","val_r94":null,"field_l45":244,"prop_u67":{"key_p15":"New York","col_a98":"Bob","key_p82":506},"col_b43":{"attr_q57":"JPY","val_e73":false,"prop_a85":"option_b","dim_k85":629.2},"val_s03":"type_c","attr_f58":"https://www.com/api"},"param_c45":"cat_a","key_f64":"2...
TASK repair_structured_output SPEC FIELD shipper_ref TYPE boolean REQUIRED no FIELD email TYPE string_email REQUIRED no FIELD aligned_pct TYPE string_uri REQUIRED no FIELD active TYPE string_uri REQUIRED no FIELD diagnosis_code TYPE string REQUIRED yes FIELD options TYPE string REQUIRED no BROKEN_OUTPUT Tool: calcula...
{"shipper_ref":false,"aligned_pct":"https://data.org/api","active":"https://example.org/api","diagnosis_code":"Charlie"}
tool_call_wrong_param
{ "type": "object", "properties": { "shipper_ref": { "type": "boolean" }, "email": { "type": "string", "format": "email" }, "aligned_pct": { "type": "string", "format": "uri" }, "active": { "type": "string", "format": "uri" }, "diagnosis_...
Tool: calculate_price Params: {"aligned_pct": "https://data.org/api", "active": "https://example.org/api", "diagnosis_code": "Charlie", "shipper_ref_new": false}
Agent used wrong parameter name 'shipper_ref_new' instead of 'shipper_ref'
{"shipper_ref":false,"aligned_pct":"https://data.org/api","active":"https://example.org/api","diagnosis_code":"Charlie"}
TASK repair_structured_output SPEC FIELD val_g56 TYPE number REQUIRED no FIELD val_a49 TYPE string REQUIRED yes FIELD param_h19 TYPE string REQUIRED yes FIELD prop_e03 TYPE integer REQUIRED no FIELD prop_t59 TYPE number REQUIRED no FIELD key_v58 TYPE string REQUIRED yes FIELD dim_q48 TYPE string_date-time REQUIRED no ...
{"val_g56":761.69,"val_a49":"PASS","param_h19":"Diana","prop_t59":672.9,"key_v58":"inactive","dim_q48":"2026-11-23T20:05:00Z","prop_v67":"Alice"}
thought_process
{ "type": "object", "properties": { "val_g56": { "type": "number" }, "val_a49": { "type": "string" }, "param_h19": { "type": "string" }, "prop_e03": { "type": "integer" }, "prop_t59": { "type": "number" }, "key_v58": { "type": "string" ...
Processing the request now. I'll validate against the schema. {"val_g56":761.69,"val_a49":"PASS","param_h19":"Diana","prop_t59":672.9,"key_v58":"inactive","dim_q48":"2026-11-23T20:05:00Z","prop_v67":"Alice"}
Output contains chain-of-thought reasoning before JSON
{"val_g56":761.69,"val_a49":"PASS","param_h19":"Diana","prop_t59":672.9,"key_v58":"inactive","dim_q48":"2026-11-23T20:05:00Z","prop_v67":"Alice"}
TASK repair_structured_output SPEC FIELD field_f75 TYPE boolean REQUIRED no FIELD dim_l82 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_v78 TYPE string REQUIRED no FIELD param_e38 TYPE number REQUIRED yes FIELD prop_h76.param_b40 TYPE string VALUES reliable|unstable|intermittent REQUIRED ...
{"field_f75":true,"param_e38":48.59,"prop_h76":{"param_b40":"unstable","col_z40":"reliable","param_e46":749.93,"field_l46":304,"param_t23":true}}
null_required
{ "type": "object", "properties": { "field_f75": { "type": "boolean" }, "dim_l82": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dim_v78": { "type": "string" }, "param_e38": { "type": "number" ...
{"field_f75": true, "param_e38": null, "prop_h76": {"param_b40": "unstable", "col_z40": "reliable", "param_e46": 749.93, "field_l46": 304, "param_t23": true}}
Required field 'param_e38' is null
{"field_f75":true,"param_e38":48.59,"prop_h76":{"param_b40":"unstable","col_z40":"reliable","param_e46":749.93,"field_l46":304,"param_t23":true}}
TASK repair_structured_output SPEC FIELD key_a14 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD val_l78 TYPE integer REQUIRED yes FIELD key_n12 TYPE integer REQUIRED no FIELD col_e78 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_l13 TYPE string REQUIRED no FIELD col_q60 TYPE boo...
{"val_l78":230,"key_n12":776,"col_q60":true}
null_required
{ "type": "object", "properties": { "key_a14": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "val_l78": { "type": "integer" }, "key_n12": { "type": "integer" }, "col_e78": { "type": "str...
{"val_l78": null, "key_n12": 776, "col_q60": true}
Required field 'val_l78' is null
{"val_l78":230,"key_n12":776,"col_q60":true}
TASK repair_structured_output SPEC FIELD crew_id TYPE integer REQUIRED no FIELD transaction_id TYPE string REQUIRED no FIELD run_id TYPE null REQUIRED no FIELD count TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD email.shipper_ref TYPE string VALUES single|married|divorced REQUIRED yes FIELD email....
{"crew_id":366,"transaction_id":"Charlie","count":"arctic","email":{"shipper_ref":"married","yield_pct":"GRCh38","url":{"position":803.25,"count":"test@domain.org","conductivity":"Smith"},"aligned_pct":{"account_id":"bar","medication":"Tokyo","log_level":["green"]}},"values":"active","lane":34}
partial_structure
{ "type": "object", "properties": { "crew_id": { "type": "integer" }, "transaction_id": { "type": "string" }, "run_id": { "type": "null" }, "count": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
I found that values should be active. {"crew_id":366,"transaction_id":"Charlie","count":"arctic","email":{"shipper_ref":"married","yield_pct":"GRCh38","url":{"position":803.25,"count":"test@domain.org","conductivity":"Smith"},"aligned_pct":{"account_id":"bar","medication":"Tokyo","log_level":["green"]}},"values":"activ...
Output mixes natural language with JSON
{"crew_id":366,"transaction_id":"Charlie","count":"arctic","email":{"shipper_ref":"married","yield_pct":"GRCh38","url":{"position":803.25,"count":"test@domain.org","conductivity":"Smith"},"aligned_pct":{"account_id":"bar","medication":"Tokyo","log_level":["green"]}},"values":"active","lane":34}
TASK repair_structured_output SPEC FIELD attr_l95 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD dim_o34 TYPE string VALUES single|married|divorced REQUIRED no FIELD col_h34 TYPE string REQUIRED yes FIELD col_e42 TYPE integer REQUIRED no FIELD col_y33[].key_u89 TYPE string VALUES free|basic|pro|enterprise R...
{"attr_l95":"EUR","dim_o34":"single","col_h34":"PASS","col_e42":336,"col_y33":[{"key_u89":"pro","val_v43":"green","attr_x10":null},{"key_u89":"enterprise","field_g08":"published","attr_x10":null},{"val_v43":"red","field_g08":"draft","attr_x10":null}]}
partial_structure
{ "type": "object", "properties": { "attr_l95": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "dim_o34": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "...
Result: col_y33=[{'key_u89': 'pro', 'val_v43': 'green', 'attr_x10': None}, {'key_u89': 'enterprise', 'field_g08': 'published', 'attr_x10': None}, {'val_v43': 'red', 'field_g08': 'draft', 'attr_x10': None}], {"attr_l95":"EUR","dim_o34":"single","col_h34":"PASS","col_e42":336,"col_y33":[{"key_u89":"pro","val_v43":"green"...
Output mixes natural language with JSON
{"attr_l95":"EUR","dim_o34":"single","col_h34":"PASS","col_e42":336,"col_y33":[{"key_u89":"pro","val_v43":"green","attr_x10":null},{"key_u89":"enterprise","field_g08":"published","attr_x10":null},{"val_v43":"red","field_g08":"draft","attr_x10":null}]}
TASK repair_structured_output SPEC FIELD col_q74 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_q52 TYPE null REQUIRED yes FIELD val_a82 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_s56 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD col_m76 ...
{"col_q74":"white","dim_q52":null,"val_a82":"high","prop_s56":"option_a"}
unquoted_keys
{ "type": "object", "properties": { "col_q74": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "dim_q52": { "type": "null" }, "val_a82": { "type": "string", "enum": [ "low", "m...
{col_q74:"white",dim_q52:null,val_a82:"high",prop_s56:"option_a"}
Expecting property name enclosed in double quotes
{"col_q74":"white","dim_q52":null,"val_a82":"high","prop_s56":"option_a"}
TASK repair_structured_output SPEC FIELD name TYPE integer REQUIRED no FIELD log_level TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD patient_id TYPE integer REQUIRED yes FIELD values TYPE string VALUES admin|editor|viewer REQUIRED no FIELD section TYPE boolean REQUIRED yes FIELD fleet_number TY...
{"log_level":"in_progress","patient_id":471,"values":"editor","section":true,"half_life":"medium"}
unquoted_keys
{ "type": "object", "properties": { "name": { "type": "integer" }, "log_level": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "patient_id": { "type": "integer" }, "values": { "type": "str...
{log_level:"in_progress",patient_id:471,values:"editor",section:true,half_life:"medium"}
Expecting property name enclosed in double quotes
{"log_level":"in_progress","patient_id":471,"values":"editor","section":true,"half_life":"medium"}
TASK repair_structured_output SPEC FIELD val_l24 TYPE string REQUIRED yes FIELD val_e90 TYPE string REQUIRED yes FIELD col_a60 TYPE number REQUIRED yes BROKEN_OUTPUT {"val_l24":"Berlin","val_e90":"demo","col_a60":244.33
{"val_l24":"Berlin","val_e90":"demo","col_a60":244.33}
truncated_object
{ "type": "object", "properties": { "val_l24": { "type": "string" }, "val_e90": { "type": "string" }, "col_a60": { "type": "number" } }, "required": [ "val_e90", "col_a60", "val_l24" ] }
{"val_l24":"Berlin","val_e90":"demo","col_a60":244.33
Unexpected end of JSON input — truncated object
{"val_l24":"Berlin","val_e90":"demo","col_a60":244.33}