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 enabled TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD humidity_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD log_level TYPE integer REQUIRED no FIELD voltage TYPE string REQUIRED no FIELD footnote TYPE string REQUIRED yes BROKEN_OUTPUT {...
{"enabled":"mode_a","humidity_pct":"open","log_level":390,"voltage":"https://example.com","footnote":"world"}
truncated_array
{ "type": "object", "properties": { "enabled": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "humidity_pct": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, ...
{"enabled":"mode_a","humidity_pct":"open","log_level":390,"voltage":"https://example.com","footnote":"world"
Unexpected end of JSON input — truncated object
{"enabled":"mode_a","humidity_pct":"open","log_level":390,"voltage":"https://example.com","footnote":"world"}
TASK repair_structured_output SPEC FIELD width TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD pressure_kpa TYPE string VALUES type_a|type_b REQUIRED no FIELD feedback TYPE integer REQUIRED no FIELD order_id TYPE string_uri REQUIRED no FIELD brake_pressure TYPE string VALUES single|mar...
{"feedback":343,"order_id":"https://api.com/v1","created_at":"2025-08-15T01:59:00Z"}
unquoted_keys
{ "type": "object", "properties": { "width": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "pressure_kpa": { "type": "string", "enum": [ "type_a", "type_b" ] }, "feedba...
{feedback:343,order_id:"https://api.com/v1",created_at:"2025-08-15T01:59:00Z"}
Expecting property name enclosed in double quotes
{"feedback":343,"order_id":"https://api.com/v1","created_at":"2025-08-15T01:59:00Z"}
TASK repair_structured_output SPEC FIELD filter_flag TYPE string_date-time REQUIRED yes FIELD current_draw TYPE number REQUIRED no FIELD title TYPE number REQUIRED yes BROKEN_OUTPUT ```json {"filter_flag":"2020-08-14T19:18:00Z","title":18.97} ```
{"filter_flag":"2020-08-14T19:18:00Z","title":18.97}
markdown_fences
{ "type": "object", "properties": { "filter_flag": { "type": "string", "format": "date-time" }, "current_draw": { "type": "number" }, "title": { "type": "number" } }, "required": [ "title", "filter_flag" ] }
```json {"filter_flag":"2020-08-14T19:18:00Z","title":18.97} ```
Output contains markdown code fences
{"filter_flag":"2020-08-14T19:18:00Z","title":18.97}
TASK repair_structured_output SPEC FIELD prop_y57 TYPE integer REQUIRED yes FIELD attr_e47 TYPE boolean REQUIRED yes FIELD field_i79.dim_s49 TYPE string_date-time REQUIRED no FIELD field_i79.attr_n05 TYPE string REQUIRED no FIELD field_i79.key_d47 TYPE integer REQUIRED no FIELD field_i79.prop_w99 TYPE string VALUES si...
{"prop_y57":733,"attr_e47":true,"field_i79":{"dim_s49":"2020-12-27T03:00:00Z","key_d47":247,"prop_w99":"single"}}
single_quotes
{ "type": "object", "properties": { "prop_y57": { "type": "integer" }, "attr_e47": { "type": "boolean" }, "field_i79": { "type": "object", "properties": { "dim_s49": { "type": "string", "format": "date-time" }, "attr_n05": { ...
{'prop_y57':733,'attr_e47':true,'field_i79':{'dim_s49':'2020-12-27T03:00:00Z','key_d47':247,'prop_w99':'single'}}
Expecting property name enclosed in double quotes
{"prop_y57":733,"attr_e47":true,"field_i79":{"dim_s49":"2020-12-27T03:00:00Z","key_d47":247,"prop_w99":"single"}}
TASK repair_structured_output SPEC FIELD address TYPE string REQUIRED no FIELD format TYPE integer REQUIRED no FIELD color.wavelength TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD color.lab_result TYPE integer REQUIRED yes FIELD color.frequency_hz TYPE null REQUIRED no FIELD color.annotation ...
{"address":"RTG-04","color":{"wavelength":"delivered","lab_result":166,"annotation":140,"humidity_pct":"demo","feedback":"pending","version":"Sao Paulo"}}
partial_structure
{ "type": "object", "properties": { "address": { "type": "string" }, "format": { "type": "integer" }, "color": { "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "new", "in_transit", ...
I found that address should be RTG-04. {"address":"RTG-04","color":{"wavelength":"delivered","lab_result":166,"annotation":140,"humidity_pct":"demo","feedback":"pending","version":"Sao Paulo"}}
Output mixes natural language with JSON
{"address":"RTG-04","color":{"wavelength":"delivered","lab_result":166,"annotation":140,"humidity_pct":"demo","feedback":"pending","version":"Sao Paulo"}}
TASK repair_structured_output SPEC FIELD strand TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD level TYPE string VALUES active|inactive|pending REQUIRED yes FIELD commit_hash TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes BROKEN_OUTPUT I found that commit_hash should be bert...
{"strand":"heterozygous","level":"pending","commit_hash":"berthed"}
partial_structure
{ "type": "object", "properties": { "strand": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "level": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "commit_hash...
I found that commit_hash should be berthed. {"strand":"heterozygous","level":"pending","commit_hash":"berthed"}
Output mixes natural language with JSON
{"strand":"heterozygous","level":"pending","commit_hash":"berthed"}
TASK repair_structured_output SPEC FIELD prop_u68 TYPE number REQUIRED no FIELD val_t51 TYPE string REQUIRED no FIELD param_h02 TYPE string REQUIRED no FIELD attr_i93 TYPE string REQUIRED no FIELD prop_f82 TYPE boolean REQUIRED yes FIELD dim_u73 TYPE boolean REQUIRED no BROKEN_OUTPUT {"val_t51":"completed","param_h02...
{"val_t51":"completed","param_h02":"foo","prop_f82":false,"dim_u73":false}
truncated_array
{ "type": "object", "properties": { "prop_u68": { "type": "number" }, "val_t51": { "type": "string" }, "param_h02": { "type": "string" }, "attr_i93": { "type": "string" }, "prop_f82": { "type": "boolean" }, "dim_u73": { "type": "boolean...
{"val_t51":"completed","param_h02":"foo","prop_f82":false,"dim_u73":false
Unexpected end of JSON input — truncated object
{"val_t51":"completed","param_h02":"foo","prop_f82":false,"dim_u73":false}
TASK repair_structured_output SPEC FIELD key_y31 TYPE string REQUIRED yes FIELD dim_y82 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD prop_a44 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_x65 TYPE integer REQUIRED yes BROKEN_OUTPUT {"key_y31": "hello", "dim_y82": "small", "p...
{"key_y31":"hello","dim_y82":"small","prop_a44":"underway","key_x65":7}
missing_required
{ "type": "object", "properties": { "key_y31": { "type": "string" }, "dim_y82": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "prop_a44": { "type": "string", "enum": [ "berthed", "anchored",...
{"key_y31": "hello", "dim_y82": "small", "prop_a44": "underway"}
Required field 'key_x65' is missing
{"key_y31":"hello","dim_y82":"small","prop_a44":"underway","key_x65":7}
TASK repair_structured_output SPEC FIELD zip_code.annotation TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD zip_code.throttle_pos.ward TYPE number REQUIRED yes FIELD zip_code.throttle_pos.hazmat_code TYPE boolean REQUIRED yes FIELD zip_code.throttle_pos.zip_code[] TYPE null REQUIRED yes FIELD ...
{"zip_code":{"annotation":"in_transit","throttle_pos":{"ward":150.8,"hazmat_code":false,"zip_code":[null,null,null,null]},"subject":"https://www.io/data","run_id":"Santos","role":814,"half_life":450},"last_name":"2024-01-15","first_name":"Paris","item_id":{"gene_id":"bar","comments":{"last_name":490,"tile":376.58,"end_...
tool_call_partial_args
{ "type": "object", "properties": { "zip_code": { "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "throttle_pos": { ...
Let me check the system. Action: get_weather Arguments: {"zip_code": {"annotation": "in_transit", "throttle_pos": {"ward": 150.8, "hazmat_code": false, "zip_code": [null, null, null, null]}, "subject": "https://www.io/data", "run_id": "Santos", "role": 814, "half_life": 450}, "last_name": "2024-01-15", "first_name": "P...
Agent tool call missing required parameter 'item_id'
{"zip_code":{"annotation":"in_transit","throttle_pos":{"ward":150.8,"hazmat_code":false,"zip_code":[null,null,null,null]},"subject":"https://www.io/data","run_id":"Santos","role":814,"half_life":450},"last_name":"2024-01-15","first_name":"Paris","item_id":{"gene_id":"bar","comments":{"last_name":490,"tile":376.58,"end_...
TASK repair_structured_output SPEC FIELD features TYPE number REQUIRED yes FIELD compound TYPE string VALUES small|medium|large|xl REQUIRED no FIELD velocity TYPE null REQUIRED yes BROKEN_OUTPUT <functioncall> apply_discount {features: 765.45, compound: "medium", velocity: null}
{"features":765.45,"compound":"medium","velocity":null}
tool_call_bad_format
{ "type": "object", "properties": { "features": { "type": "number" }, "compound": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "velocity": { "type": "null" } }, "required": [ "velocity", "feature...
<functioncall> apply_discount {features: 765.45, compound: "medium", velocity: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"features":765.45,"compound":"medium","velocity":null}
TASK repair_structured_output SPEC FIELD barcode TYPE string_date-time REQUIRED yes FIELD dosage TYPE string REQUIRED no FIELD section TYPE string_uri REQUIRED no FIELD turbidity TYPE string_email REQUIRED no FIELD temp_celsius TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD amount TYPE number ...
{"barcode":"2021-02-28T04:21:00Z","dosage":"Jane","section":"https://data.com/api","temp_celsius":"mode_b","amount":891.72,"state":"type_e"}
missing_required
{ "type": "object", "properties": { "barcode": { "type": "string", "format": "date-time" }, "dosage": { "type": "string" }, "section": { "type": "string", "format": "uri" }, "turbidity": { "type": "string", "format": "email" }, "temp_cels...
{"dosage": "Jane", "section": "https://data.com/api", "temp_celsius": "mode_b", "amount": 891.72, "state": "type_e"}
Required field 'barcode' is missing
{"barcode":"2021-02-28T04:21:00Z","dosage":"Jane","section":"https://data.com/api","temp_celsius":"mode_b","amount":891.72,"state":"type_e"}
TASK repair_structured_output SPEC FIELD throttle_pos TYPE string REQUIRED yes FIELD batch_code TYPE string REQUIRED no FIELD pressure_kpa TYPE string_date-time REQUIRED no FIELD score TYPE string VALUES success|error|warning|info REQUIRED no FIELD phone TYPE integer REQUIRED no FIELD phenotype.nickname TYPE string VA...
{"throttle_pos":"Maria","pressure_kpa":"2022-04-11T03:18:00Z","score":"info","phenotype":{"nickname":"level_2","account_id":{"role":"cat_b","loan_amount":"mode_c","dosage":"phone","amount":107.0},"crew_id":"berthed","hazmat_code":{"sensor_id":"A short description.","shift_code":"option_a","consignee":"https://data.io/d...
thought_process
{ "type": "object", "properties": { "throttle_pos": { "type": "string" }, "batch_code": { "type": "string" }, "pressure_kpa": { "type": "string", "format": "date-time" }, "score": { "type": "string", "enum": [ "success", "error", ...
Processing the request now. I'll validate against the schema. {"throttle_pos":"Maria","pressure_kpa":"2022-04-11T03:18:00Z","score":"info","phenotype":{"nickname":"level_2","account_id":{"role":"cat_b","loan_amount":"mode_c","dosage":"phone","amount":107.0},"crew_id":"berthed","hazmat_code":{"sensor_id":"A short descr...
Output contains chain-of-thought reasoning before JSON
{"throttle_pos":"Maria","pressure_kpa":"2022-04-11T03:18:00Z","score":"info","phenotype":{"nickname":"level_2","account_id":{"role":"cat_b","loan_amount":"mode_c","dosage":"phone","amount":107.0},"crew_id":"berthed","hazmat_code":{"sensor_id":"A short description.","shift_code":"option_a","consignee":"https://data.io/d...
TASK repair_structured_output SPEC FIELD prop_o82 TYPE string REQUIRED yes FIELD dim_a68 TYPE string REQUIRED no FIELD prop_j22 TYPE number REQUIRED no BROKEN_OUTPUT {prop_o82:"bar",dim_a68:"Diana"}
{"prop_o82":"bar","dim_a68":"Diana"}
unquoted_keys
{ "type": "object", "properties": { "prop_o82": { "type": "string" }, "dim_a68": { "type": "string" }, "prop_j22": { "type": "number" } }, "required": [ "prop_o82" ] }
{prop_o82:"bar",dim_a68:"Diana"}
Expecting property name enclosed in double quotes
{"prop_o82":"bar","dim_a68":"Diana"}
TASK repair_structured_output SPEC FIELD col_c14 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD key_q59 TYPE string REQUIRED no FIELD attr_h31 TYPE string REQUIRED no FIELD attr_o49.param_l76 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD attr_o49.val_n02 TYPE string VALUES cat_a|ca...
{"col_c14":"option_c","key_q59":"active","attr_o49":{"param_l76":"option_b","val_n02":"cat_d","param_h71":"cat_d"},"val_e37":"inland","prop_c78":424.25,"col_a93":913.86}
missing_brace
{ "type": "object", "properties": { "col_c14": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "key_q59": { "type": "string" }, "attr_h31": { "type": "string" }, "attr_o49": { "type": "object", "prope...
{"col_c14":"option_c","key_q59":"active","attr_o49":{"param_l76":"option_b","val_n02":"cat_d","param_h71":"cat_d","val_e37":"inland","prop_c78":424.25,"col_a93":913.86}
Missing closing brace
{"col_c14":"option_c","key_q59":"active","attr_o49":{"param_l76":"option_b","val_n02":"cat_d","param_h71":"cat_d"},"val_e37":"inland","prop_c78":424.25,"col_a93":913.86}
TASK repair_structured_output SPEC FIELD key_z05 TYPE string_email REQUIRED no FIELD dim_e99 TYPE number REQUIRED no FIELD prop_p92 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_e45 TYPE string_uri REQUIRED yes FIELD dim_g98 TYPE string_date-time REQUIRED no BROKEN_OUTPUT Let me ...
{"key_z05":"test@example.com","prop_p92":"synonymous","field_e45":"https://www.org/data"}
markdown_explanation
{ "type": "object", "properties": { "key_z05": { "type": "string", "format": "email" }, "dim_e99": { "type": "number" }, "prop_p92": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "...
Let me provide the data in JSON format: ```json {"key_z05":"test@example.com","prop_p92":"synonymous","field_e45":"https://www.org/data"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"key_z05":"test@example.com","prop_p92":"synonymous","field_e45":"https://www.org/data"}
TASK repair_structured_output SPEC FIELD val_o51 TYPE number REQUIRED no FIELD key_h41 TYPE integer REQUIRED no FIELD col_y97[] TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD field_q78[].prop_w06 TYPE integer REQUIRED yes FIELD field_q78[].prop_y03 TYPE integer REQUIRED no FIELD field_q78[].val_l57 TYPE st...
{"col_y97":["type_b","type_b","type_a","type_a"]}
markdown_fences
{ "type": "object", "properties": { "val_o51": { "type": "number" }, "key_h41": { "type": "integer" }, "col_y97": { "type": "array", "items": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] } }, ...
```json {"col_y97":["type_b","type_b","type_a","type_a"]} ```
Output contains markdown code fences
{"col_y97":["type_b","type_b","type_a","type_a"]}
TASK repair_structured_output SPEC FIELD paragraph TYPE number REQUIRED no FIELD tile TYPE string REQUIRED yes FIELD height.run_id TYPE number REQUIRED no FIELD height.length TYPE number REQUIRED no FIELD height.crew_id.timezone TYPE integer REQUIRED yes FIELD height.crew_id.shift_code TYPE string VALUES red|blue|gree...
{"paragraph":533.08,"tile":"sample","height":{"length":712.99,"crew_id":{"timezone":576,"shift_code":"red","order_id":"https://api.io/data","description":"FWD"}},"feedback":"pending_review","phenotype":692.29}
tool_call_bad_format
{ "type": "object", "properties": { "paragraph": { "type": "number" }, "tile": { "type": "string" }, "height": { "type": "object", "properties": { "run_id": { "type": "number" }, "length": { "type": "number" }, "...
<functioncall> update_record {paragraph: 533.08, tile: "sample", height: {length: 712.99, crew_id: {timezone: 576, shift_code: "red", order_id: "https://api.io/data", description: "FWD"}}, feedback: "pending_review", phenotype: 692.29}
Tool call has malformed arguments — unquoted keys in function parameters
{"paragraph":533.08,"tile":"sample","height":{"length":712.99,"crew_id":{"timezone":576,"shift_code":"red","order_id":"https://api.io/data","description":"FWD"}},"feedback":"pending_review","phenotype":692.29}
TASK repair_structured_output SPEC FIELD shipping TYPE integer REQUIRED no FIELD allele.end_date TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD allele.isotope TYPE string REQUIRED no FIELD allele.address TYPE boolean REQUIRED no FIELD allele.image_url[] TYPE string_email REQUIRED yes FIELD options TYPE i...
{"shipping":945,"allele":{"end_date":"level_1","isotope":"Hapag-Lloyd-Express","address":false,"image_url":["admin@test.io","admin@example.com","test@domain.org"]},"options":283,"velocity":158,"freight_class":96,"role":"medium"}
truncated_array
{ "type": "object", "properties": { "shipping": { "type": "integer" }, "allele": { "type": "object", "properties": { "end_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, ...
{"shipping":945,"allele":{"end_date":"level_1","isotope":"Hapag-Lloyd-Express","address":false,"image_url":["admin@test.io","admin@example.com","test@domain.org"]},"options":283,"velocity":158,"freight_class":96,"role":"medium"
Unexpected end of JSON input — truncated object
{"shipping":945,"allele":{"end_date":"level_1","isotope":"Hapag-Lloyd-Express","address":false,"image_url":["admin@test.io","admin@example.com","test@domain.org"]},"options":283,"velocity":158,"freight_class":96,"role":"medium"}
TASK repair_structured_output SPEC FIELD col_z00 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_l40 TYPE string VALUES draft|published|archived REQUIRED yes FIELD field_m39 TYPE string REQUIRED yes FIELD col_b93 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes BROKEN_OUTPUT ...
{"col_z00":"sms","val_l40":"published","field_m39":"Luis","col_b93":"option_d"}
missing_required
{ "type": "object", "properties": { "col_z00": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "val_l40": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_m39"...
{"col_z00": "sms", "val_l40": "published", "col_b93": "option_d"}
Required field 'field_m39' is missing
{"col_z00":"sms","val_l40":"published","field_m39":"Luis","col_b93":"option_d"}
TASK repair_structured_output SPEC FIELD last_name TYPE string REQUIRED yes FIELD options TYPE string REQUIRED yes FIELD size.procedure_code TYPE string_uri REQUIRED yes FIELD size.type TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD size.level TYPE string VALUES level_1|level_2|level_3 REQUIRED yes ...
{"last_name":"Smith","options":"completed","size":{"procedure_code":"https://www.org/data","type":"type_d","level":"level_1"}}
markdown_explanation
{ "type": "object", "properties": { "last_name": { "type": "string" }, "options": { "type": "string" }, "size": { "type": "object", "properties": { "procedure_code": { "type": "string", "format": "uri" }, "type": { "ty...
Pipeline result: ```json {"last_name":"Smith","options":"completed","size":{"procedure_code":"https://www.org/data","type":"type_d","level":"level_1"}} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"last_name":"Smith","options":"completed","size":{"procedure_code":"https://www.org/data","type":"type_d","level":"level_1"}}
TASK repair_structured_output SPEC FIELD label TYPE null REQUIRED no FIELD coverage TYPE string REQUIRED no FIELD collateral TYPE string REQUIRED yes FIELD pressure_kpa TYPE integer REQUIRED no FIELD category TYPE null REQUIRED no FIELD amplitude TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT {"c...
{"collateral":"A short description.","pressure_kpa":403,"category":null,"amplitude":"xl"}
missing_brace
{ "type": "object", "properties": { "label": { "type": "null" }, "coverage": { "type": "string" }, "collateral": { "type": "string" }, "pressure_kpa": { "type": "integer" }, "category": { "type": "null" }, "amplitude": { "type": "string...
{"collateral":"A short description.","pressure_kpa":403,"category":null,"amplitude":"xl"
Missing closing brace
{"collateral":"A short description.","pressure_kpa":403,"category":null,"amplitude":"xl"}
TASK repair_structured_output SPEC FIELD phone TYPE integer REQUIRED yes FIELD color TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD wavelength TYPE integer REQUIRED no FIELD patient_id.filter_flag TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD patient_id.department TYPE string REQUIRED yes ...
{"phone":746,"wavelength":412,"height":875,"throttle_pos":"Johnson","coverage":13}
tool_call_bad_format
{ "type": "object", "properties": { "phone": { "type": "integer" }, "color": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "wavelength": { "type": "integer" }, "patient_id": { "type": "object"...
<functioncall> filter_variants {phone: 746, wavelength: 412, height: 875, throttle_pos: "Johnson", coverage: 13}
Tool call has malformed arguments — unquoted keys in function parameters
{"phone":746,"wavelength":412,"height":875,"throttle_pos":"Johnson","coverage":13}
TASK repair_structured_output SPEC FIELD type TYPE boolean REQUIRED yes FIELD annotation.sensor_id TYPE null REQUIRED no FIELD annotation.consignee TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD annotation.duration_ms TYPE boolean REQUIRED no FIELD annotation.index TYPE string REQUIRED yes FIELD an...
{"type":false,"annotation":{"sensor_id":null,"consignee":"inland","index":"Alice","comments":null,"yield_pct":"info@example.com"},"coverage":{"role":"baz","bed_number":956},"order_id":"Sao Paulo"}
null_required
{ "type": "object", "properties": { "type": { "type": "boolean" }, "annotation": { "type": "object", "properties": { "sensor_id": { "type": "null" }, "consignee": { "type": "string", "enum": [ "coastal", "oce...
{"type": false, "annotation": {"sensor_id": null, "consignee": "inland", "index": "Alice", "comments": null, "yield_pct": "info@example.com"}, "coverage": null, "order_id": "Sao Paulo"}
Required field 'coverage' is null
{"type":false,"annotation":{"sensor_id":null,"consignee":"inland","index":"Alice","comments":null,"yield_pct":"info@example.com"},"coverage":{"role":"baz","bed_number":956},"order_id":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD phone TYPE string REQUIRED yes FIELD enabled TYPE integer REQUIRED no FIELD coverage TYPE number REQUIRED no FIELD id TYPE string REQUIRED yes FIELD consignee[] TYPE boolean REQUIRED no FIELD interest_rate[] TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED ...
{"phone":"cancelled","enabled":952,"coverage":923.21,"id":"example","consignee":[false,true,true,false],"interest_rate":["mode_b","mode_c","mode_c"]}
missing_bracket
{ "type": "object", "properties": { "phone": { "type": "string" }, "enabled": { "type": "integer" }, "coverage": { "type": "number" }, "id": { "type": "string" }, "consignee": { "type": "array", "items": { "type": "boolean" } ...
{"phone":"cancelled","enabled":952,"coverage":923.21,"id":"example","consignee":[false,true,true,false],"interest_rate":"mode_b","mode_c","mode_c"]}
Missing closing bracket
{"phone":"cancelled","enabled":952,"coverage":923.21,"id":"example","consignee":[false,true,true,false],"interest_rate":["mode_b","mode_c","mode_c"]}
TASK repair_structured_output SPEC FIELD param_a39 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_o93 TYPE string REQUIRED yes FIELD dim_d60[].field_r74 TYPE string REQUIRED no FIELD dim_d60[].prop_s38 TYPE number REQUIRED no FIELD dim_d60[].field_a73 TYPE string VALUES type_a|type_b|type_...
{"param_a39":"returned","prop_o93":"pending","dim_d60":[{"prop_s38":295.88,"field_a73":"type_c","key_p33":"type_b"}],"col_g45":[{"prop_r25":null,"param_a65":957.77,"field_r25":"qux","val_o46":39},{"prop_r25":null,"param_a65":815.22,"field_r25":"user@domain.com","val_o46":613,"field_f05":"London"},{"prop_r25":null,"para...
null_required
{ "type": "object", "properties": { "param_a39": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_o93": { "type": "string" }, "dim_d60": { "type": "array", "items": { "type": "object"...
{"param_a39": "returned", "prop_o93": "pending", "dim_d60": [{"prop_s38": 295.88, "field_a73": "type_c", "key_p33": "type_b"}], "col_g45": null}
Required field 'col_g45' is null
{"param_a39":"returned","prop_o93":"pending","dim_d60":[{"prop_s38":295.88,"field_a73":"type_c","key_p33":"type_b"}],"col_g45":[{"prop_r25":null,"param_a65":957.77,"field_r25":"qux","val_o46":39},{"prop_r25":null,"param_a65":815.22,"field_r25":"user@domain.com","val_o46":613,"field_f05":"London"},{"prop_r25":null,"para...
TASK repair_structured_output SPEC FIELD param_f74 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD dim_y20 TYPE string VALUES type_a|type_b REQUIRED yes FIELD val_j07.dim_n94 TYPE integer REQUIRED yes FIELD val_j07.prop_q52 TYPE integer REQUIRED yes FIELD val_j07.prop_h47 TY...
{"param_f74":"option_a","dim_y20":"type_a","val_j07":{"dim_n94":405,"prop_q52":939}}
thought_process
{ "type": "object", "properties": { "param_f74": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "dim_y20": { "type": "string", "enum": [ "type_a", "typ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"param_f74":"option_a","dim_y20":"type_a","val_j07":{"dim_n94":405,"prop_q52":939}}
Output contains chain-of-thought reasoning before JSON
{"param_f74":"option_a","dim_y20":"type_a","val_j07":{"dim_n94":405,"prop_q52":939}}
TASK repair_structured_output SPEC FIELD attr_m78 TYPE string REQUIRED no FIELD param_f24 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD param_f40.prop_w74 TYPE string REQUIRED yes FIELD param_f40.val_o10 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD param_f40.key_v...
{"param_f24":"escalated"}
markdown_explanation
{ "type": "object", "properties": { "attr_m78": { "type": "string" }, "param_f24": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "param_f40": { "type": "object", "properties": { ...
Let me provide the data in JSON format: ```json {"param_f24":"escalated"} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"param_f24":"escalated"}
TASK repair_structured_output SPEC FIELD annotation TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD shift_code.humidity_pct TYPE string REQUIRED yes FIELD shift_code.vital_sign TYPE number REQUIRED no FIELD shift_code.aligned_pct TYPE string_date-time REQUIRED no FIELD shift_code.language TYPE string REQUIRED ...
{"annotation":"cat_a","shift_code":{"humidity_pct":"test","vital_sign":724.38,"aligned_pct":"2026-08-16T17:00:00Z","catalyst":"inactive","lane":920,"shift_code":"https://api.com/v1"},"description":"GRCh38","updated_at":746,"trace_id":985.58}
null_required
{ "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "shift_code": { "type": "object", "properties": { "humidity_pct": { "type": "string" }, "vital_sign": { ...
{"annotation": "cat_a", "shift_code": {"humidity_pct": "test", "vital_sign": 724.38, "aligned_pct": "2026-08-16T17:00:00Z", "catalyst": "inactive", "lane": 920, "shift_code": "https://api.com/v1"}, "description": "GRCh38", "updated_at": 746, "trace_id": null}
Required field 'trace_id' is null
{"annotation":"cat_a","shift_code":{"humidity_pct":"test","vital_sign":724.38,"aligned_pct":"2026-08-16T17:00:00Z","catalyst":"inactive","lane":920,"shift_code":"https://api.com/v1"},"description":"GRCh38","updated_at":746,"trace_id":985.58}
TASK repair_structured_output SPEC FIELD dim_t22 TYPE integer REQUIRED no FIELD key_a30 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD col_u18 TYPE null REQUIRED yes FIELD field_u07 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_a51.dim_f22 TYPE string REQUIRED yes FIELD val_a51.a...
{"dim_t22":793,"col_u18":null,"field_u07":"email","val_a51":{"dim_f22":"Paris","attr_w50":"user@domain.com","col_g00":815},"val_u55":{"dim_v37":"viewer","dim_x76":"pro","param_b62":{"attr_q74":"push","field_r94":null,"key_b87":683,"field_j11":"2025-08-23T01:21:00Z","prop_j08":933,"attr_t75":"draft"},"col_h64":444.68}}
markdown_fences
{ "type": "object", "properties": { "dim_t22": { "type": "integer" }, "key_a30": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "col_u18": { "type": "null" }, "field_u07": { "type": "strin...
```json {"dim_t22":793,"col_u18":null,"field_u07":"email","val_a51":{"dim_f22":"Paris","attr_w50":"user@domain.com","col_g00":815},"val_u55":{"dim_v37":"viewer","dim_x76":"pro","param_b62":{"attr_q74":"push","field_r94":null,"key_b87":683,"field_j11":"2025-08-23T01:21:00Z","prop_j08":933,"attr_t75":"draft"},"col_h64":4...
Output contains markdown code fences
{"dim_t22":793,"col_u18":null,"field_u07":"email","val_a51":{"dim_f22":"Paris","attr_w50":"user@domain.com","col_g00":815},"val_u55":{"dim_v37":"viewer","dim_x76":"pro","param_b62":{"attr_q74":"push","field_r94":null,"key_b87":683,"field_j11":"2025-08-23T01:21:00Z","prop_j08":933,"attr_t75":"draft"},"col_h64":444.68}}
TASK repair_structured_output SPEC FIELD param_g57.val_w86 TYPE integer REQUIRED no FIELD param_g57.key_e69 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD param_g57.param_l21 TYPE string REQUIRED no FIELD param_g57.val_a90[] TYPE boolean REQUIRED yes FIELD attr_f88 TYPE string VALUES option_a...
{"param_g57":{"val_w86":933,"val_a90":[true,false,true,true]},"attr_f88":"option_b","attr_p35":767,"val_s79":true,"field_c01":15}
tool_call_bad_format
{ "type": "object", "properties": { "param_g57": { "type": "object", "properties": { "val_w86": { "type": "integer" }, "key_e69": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", ...
<functioncall> fetch_lab_result {param_g57: {val_w86: 933, val_a90: [true, false, true, true]}, attr_f88: "option_b", attr_p35: 767, val_s79: true, field_c01: 15}
Tool call has malformed arguments — unquoted keys in function parameters
{"param_g57":{"val_w86":933,"val_a90":[true,false,true,true]},"attr_f88":"option_b","attr_p35":767,"val_s79":true,"field_c01":15}
TASK repair_structured_output SPEC FIELD prop_t64 TYPE string_email REQUIRED no FIELD dim_t03 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD prop_t83 TYPE null REQUIRED no FIELD col_m54[].attr_y01 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD col_m54[].field_y73 TYPE string VALUES cat_a|...
{"prop_t64":"admin@example.com","dim_t03":"large","col_m54":[{"field_y73":"cat_d","param_z42":"mode_a","val_i64":850,"attr_s02":394},{"field_y73":"cat_c","param_z42":"mode_a","val_i64":870,"attr_s02":856},{"attr_y01":"type_c","field_y73":"cat_b","param_z42":"mode_a","attr_s02":669},{"attr_y01":"type_c","field_y73":"cat...
partial_structure
{ "type": "object", "properties": { "prop_t64": { "type": "string", "format": "email" }, "dim_t03": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "prop_t83": { "type": "null" }, "col_m54": { "...
Based on the data, prop_t64 is admin@example.com. {"prop_t64":"admin@example.com","dim_t03":"large","col_m54":[{"field_y73":"cat_d","param_z42":"mode_a","val_i64":850,"attr_s02":394},{"field_y73":"cat_c","param_z42":"mode_a","val_i64":870,"attr_s02":856},{"attr_y01":"type_c","field_y73":"cat_b","param_z42":"mode_a","at...
Output mixes natural language with JSON
{"prop_t64":"admin@example.com","dim_t03":"large","col_m54":[{"field_y73":"cat_d","param_z42":"mode_a","val_i64":850,"attr_s02":394},{"field_y73":"cat_c","param_z42":"mode_a","val_i64":870,"attr_s02":856},{"attr_y01":"type_c","field_y73":"cat_b","param_z42":"mode_a","attr_s02":669},{"attr_y01":"type_c","field_y73":"cat...
TASK repair_structured_output SPEC FIELD image_url TYPE number REQUIRED yes FIELD conductivity TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dissolved_oxygen TYPE integer REQUIRED no BROKEN_OUTPUT {"image_url": 210.77, "conductivity": null, "dissolved_oxygen": 431}
{"image_url":210.77,"conductivity":"operational","dissolved_oxygen":431}
null_required
{ "type": "object", "properties": { "image_url": { "type": "number" }, "conductivity": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "dissolved_oxygen": { "type": "integer" } }, "requir...
{"image_url": 210.77, "conductivity": null, "dissolved_oxygen": 431}
Required field 'conductivity' is null
{"image_url":210.77,"conductivity":"operational","dissolved_oxygen":431}
TASK repair_structured_output SPEC FIELD col_f87 TYPE string REQUIRED yes FIELD attr_b03 TYPE string REQUIRED no FIELD attr_h63.key_h96 TYPE string REQUIRED no FIELD attr_h63.val_d40 TYPE string VALUES active|inactive|pending REQUIRED no FIELD attr_h63.attr_l84 TYPE integer REQUIRED yes FIELD attr_h63.field_n45 TYPE s...
{"col_f87":"Tokyo","attr_b03":"QC-07","attr_h63":{"key_h96":"pending","val_d40":"pending","attr_l84":193,"field_n45":"Diana","val_y53":593,"val_j14":"degraded"}}
tool_call_text_mix
{ "type": "object", "properties": { "col_f87": { "type": "string" }, "attr_b03": { "type": "string" }, "attr_h63": { "type": "object", "properties": { "key_h96": { "type": "string" }, "val_d40": { "type": "string", "en...
I'll query our database. <tool_call name="update_record"> {"col_f87":"Tokyo","attr_b03":"QC-07","attr_h63":{"key_h96":"pending","val_d40":"pending","attr_l84":193,"field_n45":"Diana","val_y53":593,"val_j14":"degraded"}} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"col_f87":"Tokyo","attr_b03":"QC-07","attr_h63":{"key_h96":"pending","val_d40":"pending","attr_l84":193,"field_n45":"Diana","val_y53":593,"val_j14":"degraded"}}
TASK repair_structured_output SPEC FIELD subtotal TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD humidity_pct TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD visible TYPE integer REQUIRED no FIELD format.sensor_id TYPE string VALUES active|inactive|pending REQUIRED yes FIELD format....
{"subtotal":"xl","format":{"sensor_id":"inactive","paragraph":"pro","lab_result":600.85,"allele":{"payment_status":166,"company":373,"length":false,"price":true,"credit_score":"sample","vessel_name":"test@example.com"}},"status":{"subtotal":"unstable","paragraph":"chrX","username":"2020-09-08T17:31:00Z","loan_amount":3...
markdown_explanation
{ "type": "object", "properties": { "subtotal": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "humidity_pct": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
Let me provide the data in JSON format: ```json {"subtotal":"xl","format":{"sensor_id":"inactive","paragraph":"pro","lab_result":600.85,"allele":{"payment_status":166,"company":373,"length":false,"price":true,"credit_score":"sample","vessel_name":"test@example.com"}},"status":{"subtotal":"unstable","paragraph":"chrX","...
Output contains markdown and explanatory text around JSON
{"subtotal":"xl","format":{"sensor_id":"inactive","paragraph":"pro","lab_result":600.85,"allele":{"payment_status":166,"company":373,"length":false,"price":true,"credit_score":"sample","vessel_name":"test@example.com"}},"status":{"subtotal":"unstable","paragraph":"chrX","username":"2020-09-08T17:31:00Z","loan_amount":3...
TASK repair_structured_output SPEC FIELD category TYPE null REQUIRED no FIELD address.ward TYPE string REQUIRED no FIELD address.feedback TYPE integer REQUIRED no FIELD address.branch TYPE string REQUIRED yes FIELD address.log_level TYPE string VALUES low|medium|high|critical REQUIRED no FIELD address.score TYPE integ...
{"category":null,"address":{"ward":"https://api.example.com/v1","branch":"approved","log_level":"high","score":220,"status":"2024-06-30"},"amplitude":"REV","latitude":"hello","diagnosis_code":"2022-12-27T18:49:00Z","temp_celsius":"level_1"}
tool_call_python_syntax
{ "type": "object", "properties": { "category": { "type": "null" }, "address": { "type": "object", "properties": { "ward": { "type": "string" }, "feedback": { "type": "integer" }, "branch": { "type": "string" ...
update_preferences(category=None, address={'ward': 'https://api.example.com/v1', 'branch': 'approved', 'log_level': 'high', 'score': 220, 'status': '2024-06-30'}, amplitude='REV', latitude='hello', diagnosis_code='2022-12-27T18:49:00Z', temp_celsius='level_1')
Tool call uses Python syntax instead of JSON
{"category":null,"address":{"ward":"https://api.example.com/v1","branch":"approved","log_level":"high","score":220,"status":"2024-06-30"},"amplitude":"REV","latitude":"hello","diagnosis_code":"2022-12-27T18:49:00Z","temp_celsius":"level_1"}
TASK repair_structured_output SPEC FIELD tax TYPE string_uri REQUIRED no FIELD discount TYPE integer REQUIRED no FIELD wavelength.nickname TYPE string REQUIRED no FIELD wavelength.currency TYPE number REQUIRED yes FIELD wavelength.amount TYPE integer REQUIRED yes FIELD wavelength.chapter TYPE integer REQUIRED no FIELD...
{"tax":"https://data.io/api","barcode":{"country":true,"tags":644,"zip_code":"confirmed","decay_rate":"active"},"sensor_id":"Maria","values":"https://example.com/v1","hazmat_code":true}
boolean_as_string
{ "type": "object", "properties": { "tax": { "type": "string", "format": "uri" }, "discount": { "type": "integer" }, "wavelength": { "type": "object", "properties": { "nickname": { "type": "string" }, "currency": { "type":...
{"tax": "https://data.io/api", "barcode": {"country": true, "tags": 644, "zip_code": "confirmed", "decay_rate": "active"}, "sensor_id": "Maria", "values": "https://example.com/v1", "hazmat_code": "true"}
Field 'hazmat_code' must be boolean, got string
{"tax":"https://data.io/api","barcode":{"country":true,"tags":644,"zip_code":"confirmed","decay_rate":"active"},"sensor_id":"Maria","values":"https://example.com/v1","hazmat_code":true}
TASK repair_structured_output SPEC FIELD status_code TYPE boolean REQUIRED no FIELD salinity TYPE integer REQUIRED yes FIELD active TYPE string VALUES admin|editor|viewer REQUIRED no FIELD updated_at.allele TYPE string VALUES success|error|warning|info REQUIRED no FIELD updated_at.catalyst TYPE number REQUIRED no FIEL...
{"status_code":true,"salinity":811,"updated_at":{"allele":"error","catalyst":513.88,"yield_pct":"medium","repository":"moored","url":"rejected","transaction_id":null},"velocity":"test","cargo_type":"https://data.io/v1"}
trailing_comma
{ "type": "object", "properties": { "status_code": { "type": "boolean" }, "salinity": { "type": "integer" }, "active": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "updated_at": { "type": "object", "prope...
{"status_code":true,"salinity":811,"updated_at":{"allele":"error","catalyst":513.88,"yield_pct":"medium","repository":"moored","url":"rejected","transaction_id":null,},"velocity":"test","cargo_type":"https://data.io/v1"}
Unexpected trailing comma
{"status_code":true,"salinity":811,"updated_at":{"allele":"error","catalyst":513.88,"yield_pct":"medium","repository":"moored","url":"rejected","transaction_id":null},"velocity":"test","cargo_type":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD currency TYPE integer REQUIRED no FIELD ph_level TYPE number REQUIRED no FIELD department TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"currency":386,"department":804} ```
{"currency":386,"department":804}
markdown_fences
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "currency": { "type": "integer" }, "ph_level": { "type": "number" }, "department": { "type": "integ...
```json {"currency":386,"department":804} ```
Output contains markdown code fences
{"currency":386,"department":804}
TASK repair_structured_output SPEC FIELD col_b28 TYPE number REQUIRED yes FIELD val_n69 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_n48 TYPE string REQUIRED yes FIELD param_d49 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD col_a50 TYPE string REQUIRED no BROKEN_OUTPUT {...
{"col_b28":895.82,"val_n69":"in_progress","attr_n48":"Santos","param_d49":"critical"}
wrong_type
{ "type": "object", "properties": { "col_b28": { "type": "number" }, "val_n69": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_n48": { "type": "string" }, "param_d49": { "type": "str...
{"col_b28": "\"895.82\"", "val_n69": "in_progress", "attr_n48": "Santos", "param_d49": "critical"}
Field 'col_b28' must be number, got string
{"col_b28":895.82,"val_n69":"in_progress","attr_n48":"Santos","param_d49":"critical"}
TASK repair_structured_output SPEC FIELD attr_t25 TYPE integer REQUIRED no FIELD val_c96 TYPE string REQUIRED yes FIELD field_i82 TYPE string_email REQUIRED no FIELD key_x40[].attr_w71 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD key_x40[].key_z04 TYPE string VALUES mode_a|mode_b|mode...
{"val_c96":"chr1","key_x40":[{"key_z04":"mode_b","val_k77":"missense","prop_i11":null,"attr_q99":"Diana"},{"attr_w71":"mode_a","key_z04":"mode_a","val_k77":"nonsense","prop_i11":null,"attr_q99":"London"},{"attr_w71":"mode_a","val_k77":"missense","prop_i11":null,"attr_q99":"pending"},{"attr_w71":"mode_b","key_z04":"mode...
trailing_comma
{ "type": "object", "properties": { "attr_t25": { "type": "integer" }, "val_c96": { "type": "string" }, "field_i82": { "type": "string", "format": "email" }, "key_x40": { "type": "array", "items": { "type": "object", "properties": { ...
{"val_c96":"chr1","key_x40":[{"key_z04":"mode_b","val_k77":"missense","prop_i11":null,"attr_q99":"Diana",},{"attr_w71":"mode_a","key_z04":"mode_a","val_k77":"nonsense","prop_i11":null,"attr_q99":"London"},{"attr_w71":"mode_a","val_k77":"missense","prop_i11":null,"attr_q99":"pending"},{"attr_w71":"mode_b","key_z04":"mod...
Unexpected trailing comma
{"val_c96":"chr1","key_x40":[{"key_z04":"mode_b","val_k77":"missense","prop_i11":null,"attr_q99":"Diana"},{"attr_w71":"mode_a","key_z04":"mode_a","val_k77":"nonsense","prop_i11":null,"attr_q99":"London"},{"attr_w71":"mode_a","val_k77":"missense","prop_i11":null,"attr_q99":"pending"},{"attr_w71":"mode_b","key_z04":"mode...
TASK repair_structured_output SPEC FIELD section TYPE string_email REQUIRED no FIELD build_status TYPE string_email REQUIRED yes FIELD cargo_type TYPE integer REQUIRED no FIELD shipper_ref TYPE boolean REQUIRED no FIELD timezone.due_date TYPE boolean REQUIRED no FIELD timezone.price TYPE string VALUES type_a|type_b RE...
{"build_status":"admin@test.io","cargo_type":242,"shipper_ref":true,"timezone":{"due_date":true,"allele":false,"height":{"url":"archived","deploy_target":"2021-08-03T08:36:00Z","log_level":315},"color":{"shipping":"mode_d","humidity_pct":true,"id":"RTG-04","temp_celsius":"reliable"}},"id":929.97,"humidity_pct":"New Yor...
tool_call_partial_args
{ "type": "object", "properties": { "section": { "type": "string", "format": "email" }, "build_status": { "type": "string", "format": "email" }, "cargo_type": { "type": "integer" }, "shipper_ref": { "type": "boolean" }, "timezone": { "typ...
Let me check the system. Action: read_sensor_array Arguments: {"cargo_type": 242, "shipper_ref": true, "timezone": {"due_date": true, "allele": false, "height": {"url": "archived", "deploy_target": "2021-08-03T08:36:00Z", "log_level": 315}, "color": {"shipping": "mode_d", "humidity_pct": true, "id": "RTG-04", "temp_cel...
Agent tool call missing required parameter 'build_status'
{"build_status":"admin@test.io","cargo_type":242,"shipper_ref":true,"timezone":{"due_date":true,"allele":false,"height":{"url":"archived","deploy_target":"2021-08-03T08:36:00Z","log_level":315},"color":{"shipping":"mode_d","humidity_pct":true,"id":"RTG-04","temp_celsius":"reliable"}},"id":929.97,"humidity_pct":"New Yor...
TASK repair_structured_output SPEC FIELD dim_e35.col_c49 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_e35.field_e74 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_e35.val_i50 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD dim_e35...
{"dim_e35":{"col_c49":"confirmed","val_i50":"cat_b","param_c21":"level_2","field_w72":null,"key_v22":"large","dim_q05":"John"},"dim_m98":"Paris","field_x24":false,"field_j89":"Hapag-Lloyd-Express","param_s14":"demo"}
markdown_fences
{ "type": "object", "properties": { "dim_e35": { "type": "object", "properties": { "col_c49": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_e74": {...
```json {"dim_e35":{"col_c49":"confirmed","val_i50":"cat_b","param_c21":"level_2","field_w72":null,"key_v22":"large","dim_q05":"John"},"dim_m98":"Paris","field_x24":false,"field_j89":"Hapag-Lloyd-Express","param_s14":"demo"} ```
Output contains markdown code fences
{"dim_e35":{"col_c49":"confirmed","val_i50":"cat_b","param_c21":"level_2","field_w72":null,"key_v22":"large","dim_q05":"John"},"dim_m98":"Paris","field_x24":false,"field_j89":"Hapag-Lloyd-Express","param_s14":"demo"}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD berth_slot TYPE boolean REQUIRED yes FIELD procedure_code TYPE string REQUIRED no FIELD temp_celsius TYPE integer REQUIRED yes FIELD bearing[].length TYPE number REQUIRED yes FIELD bearing[...
{"loan_amount":"synonymous","berth_slot":true,"procedure_code":"2024-06-30","temp_celsius":100,"bearing":[{"length":746.93,"shift_code":"inland","brake_pressure":"delivered","diagnosis_code":"A short description."},{"length":720.52,"shift_code":"oceanic","brake_pressure":"in_transit","diagnosis_code":"user@domain.com"}...
tool_call_bad_format
{ "type": "object", "properties": { "loan_amount": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "berth_slot": { "type": "boolean" }, "procedure_code": { "type": "string" }, "temp_celsiu...
<functioncall> fetch_lab_result {loan_amount: "synonymous", berth_slot: true, procedure_code: "2024-06-30", temp_celsius: 100, bearing: [{length: 746.93, shift_code: "inland", brake_pressure: "delivered", diagnosis_code: "A short description."}, {length: 720.52, shift_code: "oceanic", brake_pressure: "in_transit", diag...
Tool call has malformed arguments — unquoted keys in function parameters
{"loan_amount":"synonymous","berth_slot":true,"procedure_code":"2024-06-30","temp_celsius":100,"bearing":[{"length":746.93,"shift_code":"inland","brake_pressure":"delivered","diagnosis_code":"A short description."},{"length":720.52,"shift_code":"oceanic","brake_pressure":"in_transit","diagnosis_code":"user@domain.com"}...
TASK repair_structured_output SPEC FIELD tags TYPE string_date-time REQUIRED no FIELD lab_result TYPE string REQUIRED yes FIELD verified.medication TYPE number REQUIRED no FIELD verified.reagent TYPE string_date-time REQUIRED no FIELD verified.lab_result TYPE null REQUIRED yes FIELD verified.cargo_type.step TYPE integ...
{"tags":"2025-11-18T20:15:00Z","lab_result":"approved","verified":{"medication":242.48,"reagent":"2021-09-20T09:24:00Z","lab_result":null,"cargo_type":{"step":765,"priority":930.27,"credit_score":135,"amount":512},"trace_id":"2024-06-30","throttle_pos":"https://example.com","tax":{"credit_score":"info","discount":"anch...
truncated_object
{ "type": "object", "properties": { "tags": { "type": "string", "format": "date-time" }, "lab_result": { "type": "string" }, "verified": { "type": "object", "properties": { "medication": { "type": "number" }, "reagent": { ...
{"tags":"2025-11-18T20:15:00Z","lab_result":"approved","verified":{"medication":242.48,"reagent":"2021-09-20T09:24:00Z","lab_result":null,"cargo_type":{"step":765,"priority":930.27,"credit_score":135,"amount":512},"trace_id":"2024-06-30","throttle_pos":"https://example.com","tax":{"credit_score":"info","discount":"anch...
Unexpected end of JSON input — truncated object
{"tags":"2025-11-18T20:15:00Z","lab_result":"approved","verified":{"medication":242.48,"reagent":"2021-09-20T09:24:00Z","lab_result":null,"cargo_type":{"step":765,"priority":930.27,"credit_score":135,"amount":512},"trace_id":"2024-06-30","throttle_pos":"https://example.com","tax":{"credit_score":"info","discount":"anch...
TASK repair_structured_output SPEC FIELD key_c90 TYPE integer REQUIRED yes FIELD field_e45 TYPE string REQUIRED no FIELD field_k05 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD val_w57 TYPE integer REQUIRED yes FIELD param_c09 TYPE string REQUIRED yes FIELD col_q04 TYPE number REQUIRED yes BROKEN...
{"key_c90":43,"field_k05":"cat_b","val_w57":934,"param_c09":"demo","col_q04":616.94}
tool_call_wrong_param
{ "type": "object", "properties": { "key_c90": { "type": "integer" }, "field_e45": { "type": "string" }, "field_k05": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "val_w57": { "t...
Tool: search Params: {"key_c90": 43, "field_k05": "cat_b", "val_w57": 934, "param_c09": "demo", "col_q04": 616.94}
Agent used wrong parameter name 'field_e45_new' instead of 'field_e45'
{"key_c90":43,"field_k05":"cat_b","val_w57":934,"param_c09":"demo","col_q04":616.94}
TASK repair_structured_output SPEC FIELD order_id TYPE string_uri REQUIRED no FIELD count TYPE string REQUIRED yes FIELD bearing TYPE boolean REQUIRED yes FIELD email TYPE string REQUIRED yes FIELD level TYPE number REQUIRED no FIELD filter_flag.category TYPE integer REQUIRED yes FIELD filter_flag.created_at TYPE inte...
{"count":"Hapag-Lloyd-Express","bearing":false,"email":"bar","filter_flag":{"category":115,"created_at":338,"port_code":"missense"}}
markdown_explanation
{ "type": "object", "properties": { "order_id": { "type": "string", "format": "uri" }, "count": { "type": "string" }, "bearing": { "type": "boolean" }, "email": { "type": "string" }, "level": { "type": "number" }, "filter_flag": { ...
Here is the JSON you requested: ```json {"count":"Hapag-Lloyd-Express","bearing":false,"email":"bar","filter_flag":{"category":115,"created_at":338,"port_code":"missense"}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"count":"Hapag-Lloyd-Express","bearing":false,"email":"bar","filter_flag":{"category":115,"created_at":338,"port_code":"missense"}}
TASK repair_structured_output SPEC FIELD dim_w75 TYPE string VALUES draft|published|archived REQUIRED yes FIELD col_k84 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD key_y46 TYPE boolean REQUIRED no FIELD col_x17 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD fie...
{"dim_w75":"archived","col_k84":"intermittent","col_x17":"rejected","field_u74":false}
trailing_comma
{ "type": "object", "properties": { "dim_w75": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "col_k84": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "key_y46": {...
{"dim_w75":"archived","col_k84":"intermittent","col_x17":"rejected","field_u74":false,}
Unexpected trailing comma
{"dim_w75":"archived","col_k84":"intermittent","col_x17":"rejected","field_u74":false}
TASK repair_structured_output SPEC FIELD key_f58 TYPE string_email REQUIRED no FIELD field_z61 TYPE string REQUIRED no FIELD col_v94 TYPE boolean REQUIRED yes FIELD val_e34 TYPE string REQUIRED no FIELD field_f13.key_z55 TYPE boolean REQUIRED no FIELD field_f13.attr_n96 TYPE number REQUIRED no FIELD field_f13.col_x64 ...
{"key_f58":"test@example.com","field_z61":"active","col_v94":true,"field_f13":{"key_z55":true,"attr_n96":139.77,"col_x64":"pending","key_y39":"Silva","attr_c33":"ops@test.io","val_s72":false,"param_q98":772.26,"prop_a80":false},"prop_z13":"2023-05-01T03:28:00Z","key_d27":"option_d"}
single_quotes
{ "type": "object", "properties": { "key_f58": { "type": "string", "format": "email" }, "field_z61": { "type": "string" }, "col_v94": { "type": "boolean" }, "val_e34": { "type": "string" }, "field_f13": { "type": "object", "properties": {...
{'key_f58':'test@example.com','field_z61':'active','col_v94':true,'field_f13':{'key_z55':true,'attr_n96':139.77,'col_x64':'pending','key_y39':'Silva','attr_c33':'ops@test.io','val_s72':false,'param_q98':772.26,'prop_a80':false},'prop_z13':'2023-05-01T03:28:00Z','key_d27':'option_d'}
Expecting property name enclosed in double quotes
{"key_f58":"test@example.com","field_z61":"active","col_v94":true,"field_f13":{"key_z55":true,"attr_n96":139.77,"col_x64":"pending","key_y39":"Silva","attr_c33":"ops@test.io","val_s72":false,"param_q98":772.26,"prop_a80":false},"prop_z13":"2023-05-01T03:28:00Z","key_d27":"option_d"}
TASK repair_structured_output SPEC FIELD dim_q86 TYPE integer REQUIRED no FIELD attr_a60 TYPE integer REQUIRED yes FIELD col_n62 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_v17 TYPE string REQUIRED no FIELD field_p37 TYPE string REQUIRED no FIELD dim_a55.key_v80.col_e51 TYPE boolean REQUIRED no ...
{"dim_q86":129,"attr_a60":182,"col_n62":"medium","key_v17":"Smith","field_p37":"QC-07","dim_a55":{"key_v80":{"col_e51":true,"attr_g83":296,"param_y90":false,"col_o41":"RTG-04","attr_w51":"https://example.io/v1"},"param_o17":"synonymous","param_k12":"chr1","field_p21":"Johnson"},"key_v55":834.59}
single_quotes
{ "type": "object", "properties": { "dim_q86": { "type": "integer" }, "attr_a60": { "type": "integer" }, "col_n62": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_v17": { "type": "string" ...
{'dim_q86':129,'attr_a60':182,'col_n62':'medium','key_v17':'Smith','field_p37':'QC-07','dim_a55':{'key_v80':{'col_e51':true,'attr_g83':296,'param_y90':false,'col_o41':'RTG-04','attr_w51':'https://example.io/v1'},'param_o17':'synonymous','param_k12':'chr1','field_p21':'Johnson'},'key_v55':834.59}
Expecting property name enclosed in double quotes
{"dim_q86":129,"attr_a60":182,"col_n62":"medium","key_v17":"Smith","field_p37":"QC-07","dim_a55":{"key_v80":{"col_e51":true,"attr_g83":296,"param_y90":false,"col_o41":"RTG-04","attr_w51":"https://example.io/v1"},"param_o17":"synonymous","param_k12":"chr1","field_p21":"Johnson"},"key_v55":834.59}
TASK repair_structured_output SPEC FIELD total.due_date TYPE string_date-time REQUIRED no FIELD total.section TYPE string REQUIRED yes FIELD total.last_name TYPE boolean REQUIRED yes FIELD city TYPE string REQUIRED no FIELD bed_number TYPE string_uri REQUIRED yes FIELD quality_score TYPE boolean REQUIRED no FIELD bran...
{"total":{"due_date":"2020-10-07T05:38:00Z","section":"baz","last_name":true},"city":"chr1","bed_number":"https://data.io/api","quality_score":true,"insurance_id":{"zip_code":"large","city":"John","language":"2023-10-15T13:44:00Z","loan_amount":867,"address":"Diana"},"lab_result":"https://www.com/api"}
truncated_object
{ "type": "object", "properties": { "total": { "type": "object", "properties": { "due_date": { "type": "string", "format": "date-time" }, "section": { "type": "string" }, "last_name": { "type": "boolean" } ...
{"total":{"due_date":"2020-10-07T05:38:00Z","section":"baz","last_name":true},"city":"chr1","bed_number":"https://data.io/api","quality_score":true,"insurance_id":{"zip_code":"large","city":"John","language":"2023-10-15T13:44:00Z","loan_amount":867,"address":"Diana"},"lab_result":"https://www.com/api"
Unexpected end of JSON input — truncated object
{"total":{"due_date":"2020-10-07T05:38:00Z","section":"baz","last_name":true},"city":"chr1","bed_number":"https://data.io/api","quality_score":true,"insurance_id":{"zip_code":"large","city":"John","language":"2023-10-15T13:44:00Z","loan_amount":867,"address":"Diana"},"lab_result":"https://www.com/api"}
TASK repair_structured_output SPEC FIELD annotation TYPE string_email REQUIRED yes FIELD loan_amount TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD rating TYPE integer REQUIRED yes BROKEN_OUTPUT get_inventory(annotation='user@example.com', loan_amount='cat_a', rating=959)
{"annotation":"user@example.com","loan_amount":"cat_a","rating":959}
tool_call_python_syntax
{ "type": "object", "properties": { "annotation": { "type": "string", "format": "email" }, "loan_amount": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "rating": { "type"...
get_inventory(annotation='user@example.com', loan_amount='cat_a', rating=959)
Tool call uses Python syntax instead of JSON
{"annotation":"user@example.com","loan_amount":"cat_a","rating":959}
TASK repair_structured_output SPEC FIELD port_code TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD deploy_target TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD name TYPE string_date-time REQUIRED no FIELD diagnosis_code TYPE integer REQUIRED no FIELD coverage TYPE strin...
{"port_code":"pending_review","name":"2022-06-15T23:04:00Z","diagnosis_code":744,"coverage":"2024-05-27T08:16:00Z","date":"https://example.com/data","duration_ms":660}
trailing_comma
{ "type": "object", "properties": { "port_code": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "deploy_target": { "type": "string", "enum": [ "free", "basic", "pro", ...
{"port_code":"pending_review","name":"2022-06-15T23:04:00Z","diagnosis_code":744,"coverage":"2024-05-27T08:16:00Z","date":"https://example.com/data","duration_ms":660,}
Unexpected trailing comma
{"port_code":"pending_review","name":"2022-06-15T23:04:00Z","diagnosis_code":744,"coverage":"2024-05-27T08:16:00Z","date":"https://example.com/data","duration_ms":660}
TASK repair_structured_output SPEC FIELD attr_o37 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD dim_q33 TYPE boolean REQUIRED no FIELD dim_h34 TYPE string REQUIRED no FIELD dim_h91 TYPE null REQUIRED yes FIELD param_o64 TYPE string REQUIRED no FIELD dim_p67 TYPE string VALUES cat_a|cat_b|cat_...
{"attr_o37":"mode_e","dim_q33":false,"dim_h34":"GRCh38","dim_h91":null,"dim_p67":"cat_c"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_o37": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "dim_q33": { "type": "boolean" }, "dim_h34": { "type": "string" }, "dim_h91": { ...
Let me check the system. Action: apply_discount Arguments: {"attr_o37": "mode_e", "dim_q33": false, "dim_h34": "GRCh38", "dim_h91": null}
Agent tool call missing required parameter 'dim_p67'
{"attr_o37":"mode_e","dim_q33":false,"dim_h34":"GRCh38","dim_h91":null,"dim_p67":"cat_c"}
TASK repair_structured_output SPEC FIELD field_h71 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD field_k96 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD dim_e80 TYPE number REQUIRED no FIELD key_m65 TYPE string REQUIRED no FIELD param_m79 TYPE string_email REQUIRE...
{"field_h71":"level_3","field_k96":"nonsense","dim_e80":544.3,"key_m65":"Diana","param_m79":"user@example.com"}
trailing_comma
{ "type": "object", "properties": { "field_h71": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "field_k96": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "f...
{"field_h71":"level_3","field_k96":"nonsense","dim_e80":544.3,"key_m65":"Diana","param_m79":"user@example.com",}
Unexpected trailing comma
{"field_h71":"level_3","field_k96":"nonsense","dim_e80":544.3,"key_m65":"Diana","param_m79":"user@example.com"}
TASK repair_structured_output SPEC FIELD val_b20 TYPE integer REQUIRED yes FIELD val_j65 TYPE string REQUIRED yes FIELD field_l27 TYPE integer REQUIRED no BROKEN_OUTPUT Tool: check_cargo_manifest Params: {"val_b20": 743, "val_j65": "quux"}
{"val_b20":743,"val_j65":"quux"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_b20": { "type": "integer" }, "val_j65": { "type": "string" }, "field_l27": { "type": "integer" } }, "required": [ "val_j65", "val_b20" ] }
Tool: check_cargo_manifest Params: {"val_b20": 743, "val_j65": "quux"}
Agent used wrong parameter name 'field_l27_name' instead of 'field_l27'
{"val_b20":743,"val_j65":"quux"}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE integer REQUIRED yes FIELD shipping TYPE integer REQUIRED no FIELD name TYPE string VALUES low|medium|high|critical REQUIRED no FIELD subject TYPE string REQUIRED no FIELD status TYPE number REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD diagnosis_co...
{"frequency_hz":595,"shipping":824,"name":"low","status":475.89,"timezone":"Charlie"}
unquoted_keys
{ "type": "object", "properties": { "frequency_hz": { "type": "integer" }, "shipping": { "type": "integer" }, "name": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "subject": { "type": "string" ...
{frequency_hz:595,shipping:824,name:"low",status:475.89,timezone:"Charlie"}
Expecting property name enclosed in double quotes
{"frequency_hz":595,"shipping":824,"name":"low","status":475.89,"timezone":"Charlie"}
TASK repair_structured_output SPEC FIELD visible.total TYPE string REQUIRED no FIELD visible.manifest_ref TYPE string REQUIRED no FIELD visible.conductivity.index TYPE integer REQUIRED yes FIELD visible.conductivity.email TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD visible.conductivity.label TYPE ...
{"visible":{"total":"https://example.com","manifest_ref":"inactive","collateral":"single","allele":"2025-01-25T08:43:00Z","status":"medium","organism":null},"last_name":true,"consignee":null,"bill_of_lading":"inactive","quality_score":"QC-07","fleet_number":659,"span_id":"2025-06-25T07:16:00Z","verified":false}
missing_brace
{ "type": "object", "properties": { "visible": { "type": "object", "properties": { "total": { "type": "string" }, "manifest_ref": { "type": "string" }, "conductivity": { "type": "object", "properties": { "ind...
{"visible":{"total":"https://example.com","manifest_ref":"inactive","collateral":"single","allele":"2025-01-25T08:43:00Z","status":"medium","organism":null,"last_name":true,"consignee":null,"bill_of_lading":"inactive","quality_score":"QC-07","fleet_number":659,"span_id":"2025-06-25T07:16:00Z","verified":false}
Missing closing brace
{"visible":{"total":"https://example.com","manifest_ref":"inactive","collateral":"single","allele":"2025-01-25T08:43:00Z","status":"medium","organism":null},"last_name":true,"consignee":null,"bill_of_lading":"inactive","quality_score":"QC-07","fleet_number":659,"span_id":"2025-06-25T07:16:00Z","verified":false}
TASK repair_structured_output SPEC FIELD field_w42 TYPE integer REQUIRED yes FIELD col_g92 TYPE string REQUIRED yes FIELD key_l11 TYPE integer REQUIRED no FIELD dim_l79 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD val_q86 TYPE number REQUIRED no FIELD val_x23 TYPE string VALUES single|married|...
{"field_w42":800,"col_g92":"qux","dim_l79":"closed","val_q86":251.38,"val_x23":"single"}
tool_call_bad_format
{ "type": "object", "properties": { "field_w42": { "type": "integer" }, "col_g92": { "type": "string" }, "key_l11": { "type": "integer" }, "dim_l79": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
<functioncall> validate_address {field_w42: 800, col_g92: "qux", dim_l79: "closed", val_q86: 251.38, val_x23: "single"}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_w42":800,"col_g92":"qux","dim_l79":"closed","val_q86":251.38,"val_x23":"single"}
TASK repair_structured_output SPEC FIELD price TYPE string_uri REQUIRED no FIELD torque_output TYPE integer REQUIRED yes FIELD url TYPE string VALUES cat_a|cat_b REQUIRED no BROKEN_OUTPUT {"price":"https://data.org/v1","torque_output":660
{"price":"https://data.org/v1","torque_output":660}
truncated_object
{ "type": "object", "properties": { "price": { "type": "string", "format": "uri" }, "torque_output": { "type": "integer" }, "url": { "type": "string", "enum": [ "cat_a", "cat_b" ] } }, "required": [ "torque_output" ] }
{"price":"https://data.org/v1","torque_output":660
Unexpected end of JSON input — truncated object
{"price":"https://data.org/v1","torque_output":660}
TASK repair_structured_output SPEC FIELD phenotype TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD label TYPE string_date-time REQUIRED yes FIELD format TYPE boolean REQUIRED yes BROKEN_OUTPUT Tool: annotate_mutation Params: {"phenotype": "oceanic", "format": false, "label_name": "2024-11-14T03:38...
{"phenotype":"oceanic","label":"2024-11-14T03:38:00Z","format":false}
tool_call_wrong_param
{ "type": "object", "properties": { "phenotype": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "label": { "type": "string", "format": "date-time" }, "format": { "type": "boolean" } }, "requi...
Tool: annotate_mutation Params: {"phenotype": "oceanic", "format": false, "label_name": "2024-11-14T03:38:00Z"}
Agent used wrong parameter name 'label_name' instead of 'label'
{"phenotype":"oceanic","label":"2024-11-14T03:38:00Z","format":false}
TASK repair_structured_output SPEC FIELD field_j20 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_r99 TYPE integer REQUIRED no FIELD key_v77 TYPE number REQUIRED no FIELD attr_f57[] TYPE integer REQUIRED yes BROKEN_OUTPUT lookup_customer(field_j20='USD', prop_r99=988, key_v77=351.83, attr_f57=[188, 665...
{"field_j20":"USD","prop_r99":988,"key_v77":351.83,"attr_f57":[188,665]}
tool_call_python_syntax
{ "type": "object", "properties": { "field_j20": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "prop_r99": { "type": "integer" }, "key_v77": { "type": "number" }, "attr_f57": { "type": "arr...
lookup_customer(field_j20='USD', prop_r99=988, key_v77=351.83, attr_f57=[188, 665])
Tool call uses Python syntax instead of JSON
{"field_j20":"USD","prop_r99":988,"key_v77":351.83,"attr_f57":[188,665]}
TASK repair_structured_output SPEC FIELD score TYPE integer REQUIRED yes FIELD bill_of_lading TYPE string_email REQUIRED no FIELD transaction_id.shift_code TYPE boolean REQUIRED yes FIELD transaction_id.reagent TYPE string REQUIRED no FIELD transaction_id.credit_score TYPE string REQUIRED no FIELD transaction_id.align...
{"score":962,"bill_of_lading":"info@domain.org","transaction_id":{"shift_code":false,"reagent":"qux","weight":[{"message":"level_3","chapter":289.26,"temp_celsius":"Berlin","address":"heterozygous","date":"option_a","height":272,"size":"published"}]}}
tool_call_wrong_param
{ "type": "object", "properties": { "score": { "type": "integer" }, "bill_of_lading": { "type": "string", "format": "email" }, "transaction_id": { "type": "object", "properties": { "shift_code": { "type": "boolean" }, "reagent": { ...
Tool: assign_berth Params: {"bill_of_lading": "info@domain.org", "transaction_id": {"shift_code": false, "reagent": "qux", "weight": [{"message": "level_3", "chapter": 289.26, "temp_celsius": "Berlin", "address": "heterozygous", "date": "option_a", "height": 272, "size": "published"}]}, "score_new": 962}
Agent used wrong parameter name 'score_new' instead of 'score'
{"score":962,"bill_of_lading":"info@domain.org","transaction_id":{"shift_code":false,"reagent":"qux","weight":[{"message":"level_3","chapter":289.26,"temp_celsius":"Berlin","address":"heterozygous","date":"option_a","height":272,"size":"published"}]}}
TASK repair_structured_output SPEC FIELD prop_t21 TYPE string REQUIRED yes FIELD dim_c11 TYPE integer REQUIRED no FIELD attr_b63 TYPE integer REQUIRED no FIELD param_d10 TYPE string_uri REQUIRED no FIELD key_x18 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_w38 TYPE string REQUIR...
{"prop_t21":"New York","dim_c11":646,"attr_b63":664,"param_d10":"https://api.com/data","key_x18":"pending_review","dim_w38":"Jane","val_g30":"user@domain.com"}
markdown_fences
{ "type": "object", "properties": { "prop_t21": { "type": "string" }, "dim_c11": { "type": "integer" }, "attr_b63": { "type": "integer" }, "param_d10": { "type": "string", "format": "uri" }, "key_x18": { "type": "string", "enum": [ ...
```json {"prop_t21":"New York","dim_c11":646,"attr_b63":664,"param_d10":"https://api.com/data","key_x18":"pending_review","dim_w38":"Jane","val_g30":"user@domain.com"} ```
Output contains markdown code fences
{"prop_t21":"New York","dim_c11":646,"attr_b63":664,"param_d10":"https://api.com/data","key_x18":"pending_review","dim_w38":"Jane","val_g30":"user@domain.com"}
TASK repair_structured_output SPEC FIELD dim_h37 TYPE integer REQUIRED yes FIELD val_u63.field_l68 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD val_u63.param_e23 TYPE integer REQUIRED no FIELD val_u63.key_n30.dim_g85 TYPE boolean REQUIRED yes FIELD val_u63.key_n30.attr_f82 TYPE string VALUES red|blue|gree...
{"dim_h37":963,"key_j81":358}
tool_call_text_mix
{ "type": "object", "properties": { "dim_h37": { "type": "integer" }, "val_u63": { "type": "object", "properties": { "field_l68": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
Let me check the system. <tool_call name="get_inventory"> {"dim_h37":963,"key_j81":358} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"dim_h37":963,"key_j81":358}
TASK repair_structured_output SPEC FIELD attr_m08 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_g26 TYPE number REQUIRED no FIELD col_c93 TYPE boolean REQUIRED yes FIELD key_p47.key_r41 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD key_p47.dim_e01 TYPE string VALU...
{"attr_m08":"degraded","prop_g26":652.05,"col_c93":false,"key_p47":{"key_r41":"free","dim_e01":"single","dim_o44":"cat_b","field_f18":false}}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_m08": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_g26": { "type": "number" }, "col_c93": { "type": "boolean" }, "key_p47": { "typ...
create_order(attr_m08='degraded', prop_g26=652.05, col_c93=False, key_p47={'key_r41': 'free', 'dim_e01': 'single', 'dim_o44': 'cat_b', 'field_f18': False})
Tool call uses Python syntax instead of JSON
{"attr_m08":"degraded","prop_g26":652.05,"col_c93":false,"key_p47":{"key_r41":"free","dim_e01":"single","dim_o44":"cat_b","field_f18":false}}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string REQUIRED yes FIELD tags TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD discount TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"dissolved_oxygen":"approved","discount":"https://api.io/data"}
{"dissolved_oxygen":"approved","discount":"https://api.io/data"}
missing_bracket
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string" }, "tags": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "discount": { "type": "string", ...
{"dissolved_oxygen":"approved","discount":"https://api.io/data"}
Missing closing bracket
{"dissolved_oxygen":"approved","discount":"https://api.io/data"}
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD umi TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD ward TYPE boolean REQUIRED no FIELD lane TYPE integer REQUIRED yes BROKEN_OUTPUT {"branch": "frameshift", "umi": "medium", "wa...
{"branch":"frameshift","umi":"medium","ward":true,"lane":618}
missing_required
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "umi": { "type": "string", "enum": [ "low", "medium", "high", "critical" ...
{"branch": "frameshift", "umi": "medium", "ward": true}
Required field 'lane' is missing
{"branch":"frameshift","umi":"medium","ward":true,"lane":618}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string REQUIRED yes FIELD pressure_kpa TYPE string_email REQUIRED no FIELD values TYPE string REQUIRED no FIELD branch TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD score TYPE number REQUIRED yes BROKEN_OUTPUT <functioncall> calculate_pri...
{"loan_amount":"New York","pressure_kpa":"user@domain.org","branch":"cat_d","score":584.96}
tool_call_bad_format
{ "type": "object", "properties": { "loan_amount": { "type": "string" }, "pressure_kpa": { "type": "string", "format": "email" }, "values": { "type": "string" }, "branch": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c",...
<functioncall> calculate_price {loan_amount: "New York", pressure_kpa: "user@domain.org", branch: "cat_d", score: 584.96}
Tool call has malformed arguments — unquoted keys in function parameters
{"loan_amount":"New York","pressure_kpa":"user@domain.org","branch":"cat_d","score":584.96}
TASK repair_structured_output SPEC FIELD city TYPE integer REQUIRED no FIELD zip_code TYPE string REQUIRED no FIELD allele TYPE string REQUIRED yes FIELD organism TYPE integer REQUIRED no FIELD deploy_target TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD last_name.website TYPE string REQ...
{"zip_code":"John","allele":"GRCh38","organism":705,"deploy_target":"offline","last_name":{"website":"QC-07","end_date":"Santos","format":"MV-Evergreen-01","name":"https://www.io/data","patient_id":true},"bed_number":734,"patient_id":"GBP"}
wrong_type
{ "type": "object", "properties": { "city": { "type": "integer" }, "zip_code": { "type": "string" }, "allele": { "type": "string" }, "organism": { "type": "integer" }, "deploy_target": { "type": "string", "enum": [ "operational", ...
{"zip_code": "John", "allele": "GRCh38", "organism": 705, "deploy_target": "offline", "last_name": {"website": "QC-07", "end_date": "Santos", "format": "MV-Evergreen-01", "name": "https://www.io/data", "patient_id": true}, "bed_number": "\"734\"", "patient_id": "GBP"}
Field 'bed_number' must be integer, got string
{"zip_code":"John","allele":"GRCh38","organism":705,"deploy_target":"offline","last_name":{"website":"QC-07","end_date":"Santos","format":"MV-Evergreen-01","name":"https://www.io/data","patient_id":true},"bed_number":734,"patient_id":"GBP"}
TASK repair_structured_output SPEC FIELD phone TYPE string REQUIRED yes FIELD description TYPE number REQUIRED yes FIELD chromosome TYPE number REQUIRED no FIELD visible[] TYPE string VALUES option_a|option_b|option_c REQUIRED yes BROKEN_OUTPUT {'phone':'Johnson','description':581.16,'chromosome':858.5,'visible':['op...
{"phone":"Johnson","description":581.16,"chromosome":858.5,"visible":["option_c","option_c","option_c"]}
single_quotes
{ "type": "object", "properties": { "phone": { "type": "string" }, "description": { "type": "number" }, "chromosome": { "type": "number" }, "visible": { "type": "array", "items": { "type": "string", "enum": [ "option_a", "...
{'phone':'Johnson','description':581.16,'chromosome':858.5,'visible':['option_c','option_c','option_c']}
Expecting property name enclosed in double quotes
{"phone":"Johnson","description":581.16,"chromosome":858.5,"visible":["option_c","option_c","option_c"]}
TASK repair_structured_output SPEC FIELD decay_rate TYPE integer REQUIRED yes FIELD active.temp_celsius TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD active.bearing TYPE string_email REQUIRED no FIELD active.feedback TYPE boolean REQUIRED no FIELD active.lane TYPE string REQUIRED no FIE...
{"decay_rate":613,"active":{"temp_celsius":"synonymous","bearing":"info@domain.org","lane":"world","shipping":"mode_b","build_status":"New York","first_name":"New York","features":"mode_d"},"last_name":false,"cargo_type":"inactive","medication":"2024-03-15T17:43:00Z","procedure_code":272}
tool_call_wrong_param
{ "type": "object", "properties": { "decay_rate": { "type": "integer" }, "active": { "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frames...
Tool: query_port_status Params: {"decay_rate": 613, "active": {"temp_celsius": "synonymous", "bearing": "info@domain.org", "lane": "world", "shipping": "mode_b", "build_status": "New York", "first_name": "New York", "features": "mode_d"}, "last_name": false, "medication": "2024-03-15T17:43:00Z", "procedure_code": 272, ...
Agent used wrong parameter name 'cargo_type_id' instead of 'cargo_type'
{"decay_rate":613,"active":{"temp_celsius":"synonymous","bearing":"info@domain.org","lane":"world","shipping":"mode_b","build_status":"New York","first_name":"New York","features":"mode_d"},"last_name":false,"cargo_type":"inactive","medication":"2024-03-15T17:43:00Z","procedure_code":272}
TASK repair_structured_output SPEC FIELD key_z42 TYPE integer REQUIRED yes FIELD col_q28 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD param_k79 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD dim_q44 TYPE integer REQUIRED yes BROKEN_OUTPUT The output is as follows: ```json {"key_z...
{"key_z42":497,"col_q28":"type_d","param_k79":"blue","dim_q44":797}
markdown_explanation
{ "type": "object", "properties": { "key_z42": { "type": "integer" }, "col_q28": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "param_k79": { "type": "string", "enum": [ "red", "blue",...
The output is as follows: ```json {"key_z42":497,"col_q28":"type_d","param_k79":"blue","dim_q44":797} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"key_z42":497,"col_q28":"type_d","param_k79":"blue","dim_q44":797}
TASK repair_structured_output SPEC FIELD dim_w02.dim_e56.param_v52 TYPE string_email REQUIRED yes FIELD dim_w02.dim_e56.param_g45 TYPE integer REQUIRED yes FIELD dim_w02.dim_e56.prop_l40 TYPE boolean REQUIRED yes FIELD dim_w02.dim_e56.field_n77 TYPE string_email REQUIRED no FIELD dim_w02.dim_e56.param_t91 TYPE boolean...
{"dim_w02":{"dim_e56":{"param_v52":"ops@domain.org","param_g45":960,"prop_l40":false,"field_n77":"ops@domain.org","param_t91":false,"prop_b91":858.54,"val_n35":144},"param_o14":"inactive","attr_v23":"London"},"dim_n33":{"key_r96":"2023-01-19T17:58:00Z","val_v48":{"col_p40":"inactive","prop_d13":["Maria"],"param_h40":[3...
partial_structure
{ "type": "object", "properties": { "dim_w02": { "type": "object", "properties": { "dim_e56": { "type": "object", "properties": { "param_v52": { "type": "string", "format": "email" }, "param_g45": { ...
I found that key_c61 should be 300. {"dim_w02":{"dim_e56":{"param_v52":"ops@domain.org","param_g45":960,"prop_l40":false,"field_n77":"ops@domain.org","param_t91":false,"prop_b91":858.54,"val_n35":144},"param_o14":"inactive","attr_v23":"London"},"dim_n33":{"key_r96":"2023-01-19T17:58:00Z","val_v48":{"col_p40":"inactive"...
Output mixes natural language with JSON
{"dim_w02":{"dim_e56":{"param_v52":"ops@domain.org","param_g45":960,"prop_l40":false,"field_n77":"ops@domain.org","param_t91":false,"prop_b91":858.54,"val_n35":144},"param_o14":"inactive","attr_v23":"London"},"dim_n33":{"key_r96":"2023-01-19T17:58:00Z","val_v48":{"col_p40":"inactive","prop_d13":["Maria"],"param_h40":[3...
TASK repair_structured_output SPEC FIELD coverage TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD ward TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD yield_pct TYPE string_date-time REQUIRED no BROKEN_OUTPUT <functioncall> call_variants {coverage: "BRL", ward: "new", yield_pct: "2025...
{"coverage":"BRL","ward":"new","yield_pct":"2025-05-13T18:53:00Z"}
tool_call_bad_format
{ "type": "object", "properties": { "coverage": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "ward": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
<functioncall> call_variants {coverage: "BRL", ward: "new", yield_pct: "2025-05-13T18:53:00Z"}
Tool call has malformed arguments — unquoted keys in function parameters
{"coverage":"BRL","ward":"new","yield_pct":"2025-05-13T18:53:00Z"}
TASK repair_structured_output SPEC FIELD email TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD frequency_hz TYPE number REQUIRED no FIELD id TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD reagent TYPE string_email REQUIRED yes BROKEN_OUTPUT {email:"low",frequency_hz:485.73,id:"option_...
{"email":"low","frequency_hz":485.73,"id":"option_c","reagent":"admin@domain.org"}
unquoted_keys
{ "type": "object", "properties": { "email": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "frequency_hz": { "type": "number" }, "id": { "type": "string", "enum": [ "option_a", "option_b"...
{email:"low",frequency_hz:485.73,id:"option_c",reagent:"admin@domain.org"}
Expecting property name enclosed in double quotes
{"email":"low","frequency_hz":485.73,"id":"option_c","reagent":"admin@domain.org"}
TASK repair_structured_output SPEC FIELD col_a52 TYPE string_email REQUIRED no FIELD attr_r18 TYPE integer REQUIRED no FIELD attr_e90 TYPE null REQUIRED yes BROKEN_OUTPUT {"col_a52":"info@test.io","attr_r18":814,"attr_e90":null,}
{"col_a52":"info@test.io","attr_r18":814,"attr_e90":null}
trailing_comma
{ "type": "object", "properties": { "col_a52": { "type": "string", "format": "email" }, "attr_r18": { "type": "integer" }, "attr_e90": { "type": "null" } }, "required": [ "attr_e90" ] }
{"col_a52":"info@test.io","attr_r18":814,"attr_e90":null,}
Unexpected trailing comma
{"col_a52":"info@test.io","attr_r18":814,"attr_e90":null}
TASK repair_structured_output SPEC FIELD col_w90.dim_d46 TYPE integer REQUIRED yes FIELD col_w90.prop_s91 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_w90.field_c67 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD col_w90.field_y79 TYPE string VALUES admin|editor|viewer REQUIRE...
{"col_w90":{"dim_d46":205,"prop_s91":"pending","field_c67":"moored","param_q63":"in_progress","attr_o04":"https://data.org/data","param_w04":"baz","param_s88":145},"val_v93":"underway","prop_s81":652.68,"param_u17":true,"param_u07":452,"prop_a22":{"prop_s07":"foo","prop_h04":"pending","attr_r13":811,"prop_x18":[782.8,3...
partial_structure
{ "type": "object", "properties": { "col_w90": { "type": "object", "properties": { "dim_d46": { "type": "integer" }, "prop_s91": { "type": "string", "enum": [ "active", "inactive", "pending" ] ...
Result: param_u07=452, {"col_w90":{"dim_d46":205,"prop_s91":"pending","field_c67":"moored","param_q63":"in_progress","attr_o04":"https://data.org/data","param_w04":"baz","param_s88":145},"val_v93":"underway","prop_s81":652.68,"param_u17":true,"param_u07":452,"prop_a22":{"prop_s07":"foo","prop_h04":"pending","attr_r13":...
Output mixes natural language with JSON
{"col_w90":{"dim_d46":205,"prop_s91":"pending","field_c67":"moored","param_q63":"in_progress","attr_o04":"https://data.org/data","param_w04":"baz","param_s88":145},"val_v93":"underway","prop_s81":652.68,"param_u17":true,"param_u07":452,"prop_a22":{"prop_s07":"foo","prop_h04":"pending","attr_r13":811,"prop_x18":[782.8,3...
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES active|inactive|pending REQUIRED yes FIELD size TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD ph_level TYPE string REQUIRED yes BROKEN_OUTPUT {"tags": "pending", "size": "homozygous", "ph_level": null}
{"tags":"pending","size":"homozygous","ph_level":"Tokyo"}
null_required
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "size": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "ph_level": { ...
{"tags": "pending", "size": "homozygous", "ph_level": null}
Required field 'ph_level' is null
{"tags":"pending","size":"homozygous","ph_level":"Tokyo"}
TASK repair_structured_output SPEC FIELD decay_rate TYPE number REQUIRED no FIELD priority TYPE integer REQUIRED no FIELD first_name TYPE string_date-time REQUIRED no FIELD turbidity TYPE number REQUIRED yes FIELD date TYPE string VALUES level_1|level_2 REQUIRED yes FIELD company.umi.currency TYPE string VALUES mode_a...
{"decay_rate":136.62,"priority":392,"first_name":"2026-06-27T06:05:00Z","turbidity":541.73,"date":"level_2"}
extra_text_before
{ "type": "object", "properties": { "decay_rate": { "type": "number" }, "priority": { "type": "integer" }, "first_name": { "type": "string", "format": "date-time" }, "turbidity": { "type": "number" }, "date": { "type": "string", "enum": [...
Here is the JSON you requested: {"decay_rate":136.62,"priority":392,"first_name":"2026-06-27T06:05:00Z","turbidity":541.73,"date":"level_2"}
Output contains non-JSON text before the object
{"decay_rate":136.62,"priority":392,"first_name":"2026-06-27T06:05:00Z","turbidity":541.73,"date":"level_2"}
TASK repair_structured_output SPEC FIELD val_i25 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_s47.col_r43 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_s47.field_c39 TYPE string REQUIRED no FIELD prop_s47.key_f10 TYPE number REQUIRED no FIELD prop_s47.key_c64 TYPE string VALUES d...
{"val_i25":"critical","prop_s47":{"col_r43":"JPY","field_c39":"pending","key_c64":"archived"},"val_m71":"hemizygous","field_j40":null}
extra_field
{ "type": "object", "properties": { "val_i25": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "prop_s47": { "type": "object", "properties": { "col_r43": { "type": "string", "enum": [ ...
{"val_i25": "critical", "prop_s47": {"col_r43": "JPY", "field_c39": "pending", "key_c64": "archived"}, "val_m71": "hemizygous", "field_j40": null, "extra_field_1941": "unexpected"}
Unknown field 'extra_field_1941' not defined in schema
{"val_i25":"critical","prop_s47":{"col_r43":"JPY","field_c39":"pending","key_c64":"archived"},"val_m71":"hemizygous","field_j40":null}
TASK repair_structured_output SPEC FIELD val_j76 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD attr_y10 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_q85 TYPE boolean REQUIRED yes FIELD field_s34 TYPE string_email REQUIRED yes FIELD field_h81 TYPE string_email R...
{"val_j76":"pending_review","attr_q85":true,"field_s34":"info@example.com","field_h81":"user@test.io","dim_l66":946}
truncated_array
{ "type": "object", "properties": { "val_j76": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "attr_y10": { "type": "string", "enum": [ "free", "basic", "pro", "enterp...
{"val_j76":"pending_review","attr_q85":true,"field_s34":"info@example.com","field_h81":"user@test.io","dim_l66":946
Unexpected end of JSON input — truncated object
{"val_j76":"pending_review","attr_q85":true,"field_s34":"info@example.com","field_h81":"user@test.io","dim_l66":946}
TASK repair_structured_output SPEC FIELD val_c80 TYPE integer REQUIRED no FIELD key_r81 TYPE string REQUIRED no FIELD param_z98 TYPE null REQUIRED no FIELD prop_b90 TYPE integer REQUIRED yes FIELD dim_b74 TYPE number REQUIRED no FIELD param_t54 TYPE string REQUIRED no FIELD prop_s11 TYPE null REQUIRED no FIELD field_p...
{"val_c80":346,"key_r81":"A short description.","param_z98":null,"prop_b90":413,"dim_b74":320.87,"param_t54":"approved","prop_s11":null,"field_p23":243.02}
tool_call_bad_format
{ "type": "object", "properties": { "val_c80": { "type": "integer" }, "key_r81": { "type": "string" }, "param_z98": { "type": "null" }, "prop_b90": { "type": "integer" }, "dim_b74": { "type": "number" }, "param_t54": { "type": "string" ...
<functioncall> calculate_docking_fee {val_c80: 346, key_r81: "A short description.", param_z98: null, prop_b90: 413, dim_b74: 320.87, param_t54: "approved", prop_s11: null, field_p23: 243.02}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_c80":346,"key_r81":"A short description.","param_z98":null,"prop_b90":413,"dim_b74":320.87,"param_t54":"approved","prop_s11":null,"field_p23":243.02}
TASK repair_structured_output SPEC FIELD interest_rate TYPE integer REQUIRED no FIELD price TYPE string REQUIRED no FIELD visible TYPE string_uri REQUIRED yes FIELD pressure_kpa TYPE string REQUIRED no FIELD medication TYPE string REQUIRED yes FIELD description TYPE integer REQUIRED no FIELD total TYPE string VALUES t...
{"interest_rate":573,"price":"baz","visible":"https://api.io/api","pressure_kpa":"This is a test value.","medication":"example","description":928,"total":"type_d"}
markdown_fences
{ "type": "object", "properties": { "interest_rate": { "type": "integer" }, "price": { "type": "string" }, "visible": { "type": "string", "format": "uri" }, "pressure_kpa": { "type": "string" }, "medication": { "type": "string" }, "desc...
```json {"interest_rate":573,"price":"baz","visible":"https://api.io/api","pressure_kpa":"This is a test value.","medication":"example","description":928,"total":"type_d"} ```
Output contains markdown code fences
{"interest_rate":573,"price":"baz","visible":"https://api.io/api","pressure_kpa":"This is a test value.","medication":"example","description":928,"total":"type_d"}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD date TYPE integer REQUIRED yes FIELD name TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD payment_status TYPE string REQUIRED no FIELD bearing TYPE string REQUIRED no FIELD isotope TYPE in...
{"rating":"inland","date":694,"bearing":"Paris","isotope":731}
agent_chain
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "date": { "type": "integer" }, "name": { "type": "string", "enum": [ "red", "blue", ...
I need to look up the information first. Action: run_diagnostics Result: {"rating": "inland", "bearing": "Paris", "isotope": 731} I'll query our database. Action: search Result:
Agent multi-step chain with truncated tool output
{"rating":"inland","date":694,"bearing":"Paris","isotope":731}
TASK repair_structured_output SPEC FIELD notes TYPE string_email REQUIRED no FIELD thumbnail TYPE boolean REQUIRED yes FIELD frequency_hz TYPE integer REQUIRED no BROKEN_OUTPUT {'notes':'info@test.io','thumbnail':true}
{"notes":"info@test.io","thumbnail":true}
single_quotes
{ "type": "object", "properties": { "notes": { "type": "string", "format": "email" }, "thumbnail": { "type": "boolean" }, "frequency_hz": { "type": "integer" } }, "required": [ "thumbnail" ] }
{'notes':'info@test.io','thumbnail':true}
Expecting property name enclosed in double quotes
{"notes":"info@test.io","thumbnail":true}
TASK repair_structured_output SPEC FIELD prop_u91 TYPE boolean REQUIRED no FIELD field_f39 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD param_g32.dim_m29 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD param_g32.col_x71 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD para...
{"prop_u91":true,"param_g32":{"dim_m29":"option_c","col_x71":"cat_a","col_m10":"REV","key_f06":"2020-05-01T13:37:00Z","attr_l82":"Tokyo","col_r50":"pending","col_u65":{"key_g21":"pending","col_f56":"inactive"}},"attr_g94":"returned","field_c52":"QC-07","param_e44":"offline","field_u03":5}
extra_text_after
{ "type": "object", "properties": { "prop_u91": { "type": "boolean" }, "field_f39": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "param_g32": { "type": "object", "properties": { "dim_m29": { "type...
{"prop_u91":true,"param_g32":{"dim_m29":"option_c","col_x71":"cat_a","col_m10":"REV","key_f06":"2020-05-01T13:37:00Z","attr_l82":"Tokyo","col_r50":"pending","col_u65":{"key_g21":"pending","col_f56":"inactive"}},"attr_g94":"returned","field_c52":"QC-07","param_e44":"offline","field_u03":5} Hope this helps!
Output contains non-JSON text after the object
{"prop_u91":true,"param_g32":{"dim_m29":"option_c","col_x71":"cat_a","col_m10":"REV","key_f06":"2020-05-01T13:37:00Z","attr_l82":"Tokyo","col_r50":"pending","col_u65":{"key_g21":"pending","col_f56":"inactive"}},"attr_g94":"returned","field_c52":"QC-07","param_e44":"offline","field_u03":5}
TASK repair_structured_output SPEC FIELD val_o90 TYPE null REQUIRED yes FIELD dim_o54 TYPE integer REQUIRED no FIELD val_x79 TYPE integer REQUIRED no FIELD col_i52 TYPE integer REQUIRED no FIELD field_x35 TYPE null REQUIRED no FIELD val_x93 TYPE string REQUIRED no FIELD prop_w35 TYPE boolean REQUIRED no FIELD key_z54 ...
{"val_o90":null,"val_x79":366,"col_i52":241,"field_x35":null,"val_x93":"Luis","prop_w35":false}
null_required
{ "type": "object", "properties": { "val_o90": { "type": "null" }, "dim_o54": { "type": "integer" }, "val_x79": { "type": "integer" }, "col_i52": { "type": "integer" }, "field_x35": { "type": "null" }, "val_x93": { "type": "string" ...
{"val_o90": null, "val_x79": 366, "col_i52": 241, "field_x35": null, "val_x93": "Luis", "prop_w35": false}
Required field 'val_o90' is null
{"val_o90":null,"val_x79":366,"col_i52":241,"field_x35":null,"val_x93":"Luis","prop_w35":false}
TASK repair_structured_output SPEC FIELD col_q36 TYPE null REQUIRED no FIELD field_p84 TYPE string REQUIRED no FIELD dim_l51 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_c30 TYPE number REQUIRED no FIELD prop_z85 TYPE number REQUIRED no FIELD param_e45 TYPE string REQUIRED yes BROKEN_OUTPUT Below...
{"col_q36":null,"field_p84":"2024-06-30","dim_l51":"high","dim_c30":366.4,"prop_z85":969.03,"param_e45":"https://example.com"}
extra_text_before
{ "type": "object", "properties": { "col_q36": { "type": "null" }, "field_p84": { "type": "string" }, "dim_l51": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "dim_c30": { "type": "number" },...
Below is the JSON object: {"col_q36":null,"field_p84":"2024-06-30","dim_l51":"high","dim_c30":366.4,"prop_z85":969.03,"param_e45":"https://example.com"}
Output contains non-JSON text before the object
{"col_q36":null,"field_p84":"2024-06-30","dim_l51":"high","dim_c30":366.4,"prop_z85":969.03,"param_e45":"https://example.com"}
TASK repair_structured_output SPEC FIELD role TYPE integer REQUIRED yes FIELD turbidity TYPE integer REQUIRED yes FIELD end_date.length TYPE integer REQUIRED no FIELD end_date.reagent TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD end_date.annotation TYPE integer REQUIRED yes FIELD end_date.organism TYPE st...
{"role":712,"turbidity":344,"end_date":{"length":212,"reagent":"GBP","annotation":190,"organism":"critical"}}
truncated_array
{ "type": "object", "properties": { "role": { "type": "integer" }, "turbidity": { "type": "integer" }, "end_date": { "type": "object", "properties": { "length": { "type": "integer" }, "reagent": { "type": "string", "en...
{"role":712,"turbidity":344,"end_date":{"length":212,"reagent":"GBP","annotation":190,"organism":"critical"}
Unexpected end of JSON input — truncated object
{"role":712,"turbidity":344,"end_date":{"length":212,"reagent":"GBP","annotation":190,"organism":"critical"}}
TASK repair_structured_output SPEC FIELD color TYPE string REQUIRED no FIELD isotope TYPE number REQUIRED yes FIELD manifest_ref.longitude TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD manifest_ref.color TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD manifest_ref.descriptio...
{"color":"active","isotope":251.29,"manifest_ref":{"longitude":"white","description":"mode_d","isotope":709.7}}
extra_field
{ "type": "object", "properties": { "color": { "type": "string" }, "isotope": { "type": "number" }, "manifest_ref": { "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "red", "blue", ...
{"color": "active", "isotope": 251.29, "manifest_ref": {"longitude": "white", "description": "mode_d", "isotope": 709.7}, "extra_field_6921": "unexpected"}
Unknown field 'extra_field_6921' not defined in schema
{"color":"active","isotope":251.29,"manifest_ref":{"longitude":"white","description":"mode_d","isotope":709.7}}
TASK repair_structured_output SPEC FIELD medication TYPE integer REQUIRED no FIELD url TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD image_url TYPE null REQUIRED yes FIELD status TYPE number REQUIRED yes FIELD temp_celsius TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. Action: annot...
{"medication":934,"url":"pro","image_url":null,"status":719.91,"temp_celsius":283}
agent_chain
{ "type": "object", "properties": { "medication": { "type": "integer" }, "url": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "image_url": { "type": "null" }, "status": { "type": "number" },...
Let me check the system. Action: annotate_mutation Result: {"url": "pro", "image_url": null, "status": 719.91, "temp_celsius": 283} Processing the request now. Action: calculate_price Result:
Agent multi-step chain with truncated tool output
{"medication":934,"url":"pro","image_url":null,"status":719.91,"temp_celsius":283}
TASK repair_structured_output SPEC FIELD title TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD notes TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD coverage TYPE number REQUIRED no FIELD umi TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD comments TYPE boolean REQUIRED ...
{"umi":"type_c","address":786,"bearing":520}
single_quotes
{ "type": "object", "properties": { "title": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "notes": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "coverag...
{'umi':'type_c','address':786,'bearing':520}
Expecting property name enclosed in double quotes
{"umi":"type_c","address":786,"bearing":520}
TASK repair_structured_output SPEC FIELD comments TYPE number REQUIRED no FIELD description.repository TYPE string REQUIRED yes FIELD description.updated_at TYPE string REQUIRED no FIELD description.velocity TYPE integer REQUIRED no FIELD description.title TYPE boolean REQUIRED no FIELD description.index TYPE string R...
{"description":{"repository":"bar","updated_at":"test@example.com","velocity":212,"index":"world","count":"This is a test value."},"due_date":571.0,"compound":"Paris","format":null,"values":null}
tool_call_bad_format
{ "type": "object", "properties": { "comments": { "type": "number" }, "description": { "type": "object", "properties": { "repository": { "type": "string" }, "updated_at": { "type": "string" }, "velocity": { "type": "...
<functioncall> run_diagnostics {description: {repository: "bar", updated_at: "test@example.com", velocity: 212, index: "world", count: "This is a test value."}, due_date: 571.0, compound: "Paris", format: null, values: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"description":{"repository":"bar","updated_at":"test@example.com","velocity":212,"index":"world","count":"This is a test value."},"due_date":571.0,"compound":"Paris","format":null,"values":null}
TASK repair_structured_output SPEC FIELD role TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD maturity_date TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD sensor_id TYPE string VALUES mode_a|mode_b REQUIRED no FIELD feedback TYPE null REQUIRED no FIELD patient_id T...
{"maturity_date":"oceanic","sensor_id":"mode_b","feedback":null,"patient_id":740}
markdown_explanation
{ "type": "object", "properties": { "role": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "maturity_date": { "type": "string", "enum": [ "coastal", "oceanic", "in...
Based on your request, here is the data: ```json {"maturity_date":"oceanic","sensor_id":"mode_b","feedback":null,"patient_id":740} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"maturity_date":"oceanic","sensor_id":"mode_b","feedback":null,"patient_id":740}
TASK repair_structured_output SPEC FIELD key_x83 TYPE integer REQUIRED yes FIELD col_i52 TYPE string REQUIRED no FIELD attr_t32 TYPE string REQUIRED yes FIELD prop_g35 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD val_b75[].field_d74 TYPE string_uri REQUIRED no FIELD val_b75[].key_m68 TYPE string REQUIRED...
{"key_x83":549,"col_i52":"Silva","attr_t32":"test"}
unquoted_keys
{ "type": "object", "properties": { "key_x83": { "type": "integer" }, "col_i52": { "type": "string" }, "attr_t32": { "type": "string" }, "prop_g35": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] },...
{key_x83:549,col_i52:"Silva",attr_t32:"test"}
Expecting property name enclosed in double quotes
{"key_x83":549,"col_i52":"Silva","attr_t32":"test"}
TASK repair_structured_output SPEC FIELD width TYPE string REQUIRED yes FIELD country TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD paragraph[] TYPE string REQUIRED yes FIELD comments[].catalyst TYPE boolean REQUIRED yes FIELD comments[].phenotype TYPE string VALUES option_a|option_b R...
{"width":"qux","country":"offline","paragraph":["chrX","PASS","bar","https://example.com"],"comments":[{"catalyst":false,"phenotype":"option_a","items":971},{"catalyst":true,"phenotype":"option_a","items":839},{"catalyst":false,"phenotype":"option_a","items":454}]}
tool_call_python_syntax
{ "type": "object", "properties": { "width": { "type": "string" }, "country": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "paragraph": { "type": "array", "items": { "type": "str...
assign_berth(width='qux', country='offline', paragraph=['chrX', 'PASS', 'bar', 'https://example.com'], comments=[{'catalyst': False, 'phenotype': 'option_a', 'items': 971}, {'catalyst': True, 'phenotype': 'option_a', 'items': 839}, {'catalyst': False, 'phenotype': 'option_a', 'items': 454}])
Tool call uses Python syntax instead of JSON
{"width":"qux","country":"offline","paragraph":["chrX","PASS","bar","https://example.com"],"comments":[{"catalyst":false,"phenotype":"option_a","items":971},{"catalyst":true,"phenotype":"option_a","items":839},{"catalyst":false,"phenotype":"option_a","items":454}]}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED yes FIELD level TYPE boolean REQUIRED yes FIELD country TYPE integer REQUIRED yes FIELD current_draw TYPE number REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: check_cargo_manifest Result: {"level": true, "country":...
{"annotation":481,"level":true,"country":784,"current_draw":240.31}
agent_chain
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "level": { "type": "boolean" }, "country": { "type": "integer" }, "current_draw": { "type": "number" } }, "required": [ "current_draw", "level", "annotation", "country...
I need to look up the information first. Action: check_cargo_manifest Result: {"level": true, "country": 784, "current_draw": 240.31} Processing the request now. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"annotation":481,"level":true,"country":784,"current_draw":240.31}
TASK repair_structured_output SPEC FIELD dim_p44 TYPE string REQUIRED yes FIELD field_g06 TYPE string REQUIRED no FIELD dim_i92 TYPE boolean REQUIRED no FIELD attr_m70[] TYPE string REQUIRED yes BROKEN_OUTPUT {dim_p44:"quux",dim_i92:false,attr_m70:["Jane"]}
{"dim_p44":"quux","dim_i92":false,"attr_m70":["Jane"]}
unquoted_keys
{ "type": "object", "properties": { "dim_p44": { "type": "string" }, "field_g06": { "type": "string" }, "dim_i92": { "type": "boolean" }, "attr_m70": { "type": "array", "items": { "type": "string" } } }, "required": [ "attr_m70", ...
{dim_p44:"quux",dim_i92:false,attr_m70:["Jane"]}
Expecting property name enclosed in double quotes
{"dim_p44":"quux","dim_i92":false,"attr_m70":["Jane"]}
TASK repair_structured_output SPEC FIELD key_a68 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD col_o18 TYPE string VALUES active|inactive|pending REQUIRED no FIELD col_v79 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_o01 TYPE null REQUIRED no FIELD field_s07 TYPE string VALUES draft|p...
{"col_o18":"active","col_v79":"admin","prop_o01":null,"field_s07":"archived","key_o52":"https://api.org/api"}
truncated_object
{ "type": "object", "properties": { "key_a68": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "col_o18": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "col_v7...
{"col_o18":"active","col_v79":"admin","prop_o01":null,"field_s07":"archived","key_o52":"https://api.org/api"
Unexpected end of JSON input — truncated object
{"col_o18":"active","col_v79":"admin","prop_o01":null,"field_s07":"archived","key_o52":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD half_life TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD active TYPE string REQUIRED no FIELD coverage TYPE boolean REQUIRED no FIELD enabled[].collateral TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD enabled[].position TYPE b...
{"half_life":"rejected","active":"Silva","coverage":false,"consignee":[{"index":"Silva","footnote":null,"quantity":108,"role":null,"coverage":"Jane","yield_pct":747,"phone":"inactive"},{"footnote":null,"quantity":651,"role":null,"yield_pct":137,"phone":"inactive"},{"index":"Silva","footnote":null,"quantity":515,"role":...
missing_required
{ "type": "object", "properties": { "half_life": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "active": { "type": "string" }, "coverage": { "type": "boolean" }, "enabled": { "...
{"active": "Silva", "coverage": false, "consignee": [{"index": "Silva", "footnote": null, "quantity": 108, "role": null, "coverage": "Jane", "yield_pct": 747, "phone": "inactive"}, {"footnote": null, "quantity": 651, "role": null, "yield_pct": 137, "phone": "inactive"}, {"index": "Silva", "footnote": null, "quantity": ...
Required field 'half_life' is missing
{"half_life":"rejected","active":"Silva","coverage":false,"consignee":[{"index":"Silva","footnote":null,"quantity":108,"role":null,"coverage":"Jane","yield_pct":747,"phone":"inactive"},{"footnote":null,"quantity":651,"role":null,"yield_pct":137,"phone":"inactive"},{"index":"Silva","footnote":null,"quantity":515,"role":...