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 payment_status TYPE string_uri REQUIRED no FIELD vital_sign TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD ward.notes TYPE string VALUES single|married|divorced REQUIRED no FIELD ward.patient_id TYPE string VALUES free|basic|pro|enterprise REQUIRE...
{"vital_sign":"degraded","ward":{"notes":"divorced","patient_id":"free","maturity_date":"synonymous","subject":"pending"},"sensor_id":436.21,"nickname":496,"message":{"address":955,"hazmat_code":"admin","item_id":"EUR","dissolved_oxygen":{"freight_class":"green","berth_slot":"admin@test.io","hazmat_code":311,"diagnosis...
unquoted_keys
{ "type": "object", "properties": { "payment_status": { "type": "string", "format": "uri" }, "vital_sign": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "ward": { "type": "object", ...
{vital_sign:"degraded",ward:{notes:"divorced",patient_id:"free",maturity_date:"synonymous",subject:"pending"},sensor_id:436.21,nickname:496,message:{address:955,hazmat_code:"admin",item_id:"EUR",dissolved_oxygen:{freight_class:"green",berth_slot:"admin@test.io",hazmat_code:311,diagnosis_code:false},discount:"editor",si...
Expecting property name enclosed in double quotes
{"vital_sign":"degraded","ward":{"notes":"divorced","patient_id":"free","maturity_date":"synonymous","subject":"pending"},"sensor_id":436.21,"nickname":496,"message":{"address":955,"hazmat_code":"admin","item_id":"EUR","dissolved_oxygen":{"freight_class":"green","berth_slot":"admin@test.io","hazmat_code":311,"diagnosis...
TASK repair_structured_output SPEC FIELD col_g98 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD field_m93 TYPE string VALUES draft|published|archived REQUIRED yes FIELD key_r56 TYPE string REQUIRED no BROKEN_OUTPUT {'field_m93':'draft','key_r56':'foo'}
{"field_m93":"draft","key_r56":"foo"}
single_quotes
{ "type": "object", "properties": { "col_g98": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_m93": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "key_...
{'field_m93':'draft','key_r56':'foo'}
Expecting property name enclosed in double quotes
{"field_m93":"draft","key_r56":"foo"}
TASK repair_structured_output SPEC FIELD col_h51 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_a53 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_s47 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_p26 TYPE integer REQUIRED no FIELD field_z14 TYPE boolean REQ...
{"col_h51":"single","param_a53":"divorced","param_s47":"divorced","prop_p26":166,"field_z14":false}
extra_field
{ "type": "object", "properties": { "col_h51": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_a53": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_s47": { ...
{"col_h51": "single", "param_a53": "divorced", "param_s47": "divorced", "prop_p26": 166, "field_z14": false, "extra_info_2306": true}
Unknown field 'extra_info_2306' not defined in schema
{"col_h51":"single","param_a53":"divorced","param_s47":"divorced","prop_p26":166,"field_z14":false}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD amount TYPE boolean REQUIRED no FIELD feedback TYPE string VALUES email|phone|sms|push REQUIRED no FIELD dosage TYPE string VALUES success|error|warning|info REQUIRED no FIELD updated_at TYPE num...
{"wavelength":"in_transit","dosage":"info","updated_at":652.7,"shipping":"GBP"}
tool_call_python_syntax
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "amount": { "type": "boolean" }, "feedback": { "type": "string", "enum": [ "email", ...
get_weather(wavelength='in_transit', dosage='info', updated_at=652.7, shipping='GBP')
Tool call uses Python syntax instead of JSON
{"wavelength":"in_transit","dosage":"info","updated_at":652.7,"shipping":"GBP"}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE string VALUES email|phone|sms|push REQUIRED no FIELD gene_id TYPE integer REQUIRED yes FIELD active.phenotype TYPE string VALUES small|medium|large|xl REQUIRED no FIELD active.longitude TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD active.notes T...
{"bill_of_lading":"push","gene_id":391,"active":{"longitude":"GBP","notes":false},"transaction_id":{"created_at":"success","footnote":869,"username":{"altitude":508.59,"medication":"admin@example.com","annotation":"frameshift","frequency_hz":"https://api.example.com/v1","hazmat_code":124.63,"index":"https://api.com/api...
wrong_type
{ "type": "object", "properties": { "bill_of_lading": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "gene_id": { "type": "integer" }, "active": { "type": "object", "properties": { "phenotype": { ...
{"bill_of_lading": "push", "gene_id": "\"391\"", "active": {"longitude": "GBP", "notes": false}, "transaction_id": {"created_at": "success", "footnote": 869, "username": {"altitude": 508.59, "medication": "admin@example.com", "annotation": "frameshift", "frequency_hz": "https://api.example.com/v1", "hazmat_code": 124.6...
Field 'gene_id' must be integer, got string
{"bill_of_lading":"push","gene_id":391,"active":{"longitude":"GBP","notes":false},"transaction_id":{"created_at":"success","footnote":869,"username":{"altitude":508.59,"medication":"admin@example.com","annotation":"frameshift","frequency_hz":"https://api.example.com/v1","hazmat_code":124.63,"index":"https://api.com/api...
TASK repair_structured_output SPEC FIELD param_w01 TYPE string REQUIRED yes FIELD param_i49 TYPE number REQUIRED yes FIELD dim_f29 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD dim_i26 TYPE string REQUIRED no FIELD attr_v20 TYPE integer REQUIRED no BROKEN_OUTPUT I'll query our database. <tool...
{"param_w01":"baz","param_i49":990.88,"dim_f29":"moored","dim_i26":"example","attr_v20":396}
tool_call_text_mix
{ "type": "object", "properties": { "param_w01": { "type": "string" }, "param_i49": { "type": "number" }, "dim_f29": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "dim_i26": { "type": "st...
I'll query our database. <tool_call name="verify_hazmat_compliance"> {"param_w01":"baz","param_i49":990.88,"dim_f29":"moored","dim_i26":"example","attr_v20":396} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"param_w01":"baz","param_i49":990.88,"dim_f29":"moored","dim_i26":"example","attr_v20":396}
TASK repair_structured_output SPEC FIELD crew_id.weight TYPE number REQUIRED no FIELD crew_id.quantity TYPE string REQUIRED no FIELD crew_id.half_life TYPE string REQUIRED no FIELD crew_id.terminal_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD crew_id.isotope.color TYPE null REQUIRED no FIELD crew_...
{"crew_id":{"half_life":"Tokyo","terminal_id":"critical","isotope":{"color":null,"lab_result":614,"catalyst":"free","fleet_number":605,"user_id":"baz","visible":"Hapag-Lloyd-Express","amplitude":"New York"}},"comments":true,"barcode":"world"}
missing_required
{ "type": "object", "properties": { "crew_id": { "type": "object", "properties": { "weight": { "type": "number" }, "quantity": { "type": "string" }, "half_life": { "type": "string" }, "terminal_id": { "ty...
{"crew_id": {"half_life": "Tokyo", "terminal_id": "critical", "isotope": {"color": null, "lab_result": 614, "catalyst": "free", "fleet_number": 605, "user_id": "baz", "visible": "Hapag-Lloyd-Express", "amplitude": "New York"}}, "barcode": "world"}
Required field 'comments' is missing
{"crew_id":{"half_life":"Tokyo","terminal_id":"critical","isotope":{"color":null,"lab_result":614,"catalyst":"free","fleet_number":605,"user_id":"baz","visible":"Hapag-Lloyd-Express","amplitude":"New York"}},"comments":true,"barcode":"world"}
TASK repair_structured_output SPEC FIELD port_code TYPE integer REQUIRED yes FIELD salinity TYPE string VALUES single|married|divorced REQUIRED no FIELD visible TYPE boolean REQUIRED yes FIELD company TYPE string REQUIRED yes BROKEN_OUTPUT The port_code is 559 and {"port_code":559,"salinity":"divorced","visible":true...
{"port_code":559,"salinity":"divorced","visible":true,"company":"qux"}
partial_structure
{ "type": "object", "properties": { "port_code": { "type": "integer" }, "salinity": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "visible": { "type": "boolean" }, "company": { "type": "string" } }, ...
The port_code is 559 and {"port_code":559,"salinity":"divorced","visible":true,"company":"qux"}
Output mixes natural language with JSON
{"port_code":559,"salinity":"divorced","visible":true,"company":"qux"}
TASK repair_structured_output SPEC FIELD col_w09 TYPE integer REQUIRED yes FIELD param_f73 TYPE boolean REQUIRED yes FIELD val_f04.dim_m88 TYPE boolean REQUIRED no FIELD val_f04.key_y89 TYPE null REQUIRED no FIELD val_f04.prop_p12 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_f04.val_c12.dim_n51 T...
{"col_w09":248,"param_f73":true,"val_f04":{"dim_m88":true,"key_y89":null,"prop_p12":"pro","val_c12":{"dim_n51":879,"field_t85":"https://example.com","key_l07":"foo","field_e97":145,"param_n73":"This is a test value."},"dim_p43":"unstable"},"col_i14":"baz"}
number_with_unit
{ "type": "object", "properties": { "col_w09": { "type": "integer" }, "param_f73": { "type": "boolean" }, "val_f04": { "type": "object", "properties": { "dim_m88": { "type": "boolean" }, "key_y89": { "type": "null" }, ...
{"col_w09": "248MB", "param_f73": true, "val_f04": {"dim_m88": true, "key_y89": null, "prop_p12": "pro", "val_c12": {"dim_n51": 879, "field_t85": "https://example.com", "key_l07": "foo", "field_e97": 145, "param_n73": "This is a test value."}, "dim_p43": "unstable"}, "col_i14": "baz"}
Field 'col_w09' must be number, got string with unit
{"col_w09":248,"param_f73":true,"val_f04":{"dim_m88":true,"key_y89":null,"prop_p12":"pro","val_c12":{"dim_n51":879,"field_t85":"https://example.com","key_l07":"foo","field_e97":145,"param_n73":"This is a test value."},"dim_p43":"unstable"},"col_i14":"baz"}
TASK repair_structured_output SPEC FIELD prop_w45 TYPE number REQUIRED yes FIELD dim_o83 TYPE integer REQUIRED yes FIELD key_z73 TYPE boolean REQUIRED no FIELD attr_v00 TYPE number REQUIRED no FIELD col_f64 TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT {"prop_w45":558.75,"dim_o83":720,"key_z73"...
{"prop_w45":558.75,"dim_o83":720,"key_z73":true,"attr_v00":657.57,"col_f64":"married"}
trailing_comma
{ "type": "object", "properties": { "prop_w45": { "type": "number" }, "dim_o83": { "type": "integer" }, "key_z73": { "type": "boolean" }, "attr_v00": { "type": "number" }, "col_f64": { "type": "string", "enum": [ "single", "marr...
{"prop_w45":558.75,"dim_o83":720,"key_z73":true,"attr_v00":657.57,"col_f64":"married",}
Unexpected trailing comma
{"prop_w45":558.75,"dim_o83":720,"key_z73":true,"attr_v00":657.57,"col_f64":"married"}
TASK repair_structured_output SPEC FIELD created_at TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD visible TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD amount TYPE string_uri REQUIRED no FIELD torque_output TYPE boolean REQUIRED no FIELD color TYPE boolean REQUIRED no FIELD loan_...
{"created_at":"type_c","visible":"mode_b","torque_output":true,"color":false}
thought_process
{ "type": "object", "properties": { "created_at": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "visible": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"created_at":"type_c","visible":"mode_b","torque_output":true,"color":false}
Output contains chain-of-thought reasoning before JSON
{"created_at":"type_c","visible":"mode_b","torque_output":true,"color":false}
TASK repair_structured_output SPEC FIELD manifest_ref.organism TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD manifest_ref.weight TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD manifest_ref.currency TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FI...
{"patient_id":387,"subtotal":"pending","price":623}
missing_bracket
{ "type": "object", "properties": { "manifest_ref": { "type": "object", "properties": { "organism": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "weight": {...
{"patient_id":387,"subtotal":"pending","price":623}
Missing closing bracket
{"patient_id":387,"subtotal":"pending","price":623}
TASK repair_structured_output SPEC FIELD barcode TYPE string_uri REQUIRED yes FIELD role TYPE null REQUIRED yes FIELD frequency_hz TYPE boolean REQUIRED yes BROKEN_OUTPUT <functioncall> get_account {barcode: "https://api.io/v1", role: null, frequency_hz: true}
{"barcode":"https://api.io/v1","role":null,"frequency_hz":true}
tool_call_bad_format
{ "type": "object", "properties": { "barcode": { "type": "string", "format": "uri" }, "role": { "type": "null" }, "frequency_hz": { "type": "boolean" } }, "required": [ "frequency_hz", "role", "barcode" ] }
<functioncall> get_account {barcode: "https://api.io/v1", role: null, frequency_hz: true}
Tool call has malformed arguments — unquoted keys in function parameters
{"barcode":"https://api.io/v1","role":null,"frequency_hz":true}
TASK repair_structured_output SPEC FIELD col_d34.attr_b10.val_u26 TYPE string_email REQUIRED yes FIELD col_d34.attr_b10.col_v46 TYPE string REQUIRED yes FIELD col_d34.attr_b10.attr_k01 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD col_d34.val_f45 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|c...
{"col_d34":{"attr_b10":{"val_u26":"ops@test.io","col_v46":"inactive","attr_k01":"cat_f"},"val_f45":"cat_a","attr_g52":{"attr_t75":null,"val_d84":"hello","field_b73":"admin@domain.org","prop_s71":[967],"field_b28":["pending","approved","Smith","qux"]},"col_i28":"world","key_j41":"Berlin","dim_n84":"https://example.org/d...
single_quotes
{ "type": "object", "properties": { "col_d34": { "type": "object", "properties": { "attr_b10": { "type": "object", "properties": { "val_u26": { "type": "string", "format": "email" }, "col_v46": { ...
{'col_d34':{'attr_b10':{'val_u26':'ops@test.io','col_v46':'inactive','attr_k01':'cat_f'},'val_f45':'cat_a','attr_g52':{'attr_t75':null,'val_d84':'hello','field_b73':'admin@domain.org','prop_s71':[967],'field_b28':['pending','approved','Smith','qux']},'col_i28':'world','key_j41':'Berlin','dim_n84':'https://example.org/d...
Expecting property name enclosed in double quotes
{"col_d34":{"attr_b10":{"val_u26":"ops@test.io","col_v46":"inactive","attr_k01":"cat_f"},"val_f45":"cat_a","attr_g52":{"attr_t75":null,"val_d84":"hello","field_b73":"admin@domain.org","prop_s71":[967],"field_b28":["pending","approved","Smith","qux"]},"col_i28":"world","key_j41":"Berlin","dim_n84":"https://example.org/d...
TASK repair_structured_output SPEC FIELD attr_b28 TYPE string REQUIRED yes FIELD prop_j68 TYPE string REQUIRED yes FIELD val_m90 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD val_i64 TYPE string_uri REQUIRED yes BROKEN_OUTPUT {'attr_b28':'Luis','prop_j68':'example','val_m90':'warning','val_i64':'ht...
{"attr_b28":"Luis","prop_j68":"example","val_m90":"warning","val_i64":"https://data.io/v1"}
single_quotes
{ "type": "object", "properties": { "attr_b28": { "type": "string" }, "prop_j68": { "type": "string" }, "val_m90": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "val_i64": { "type": "string", ...
{'attr_b28':'Luis','prop_j68':'example','val_m90':'warning','val_i64':'https://data.io/v1'}
Expecting property name enclosed in double quotes
{"attr_b28":"Luis","prop_j68":"example","val_m90":"warning","val_i64":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD dim_d71 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD key_q52 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD attr_x18 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD dim_y10 TYPE integer REQUIR...
{"dim_d71":"type_b","key_q52":"delivered","attr_x18":"option_b","dim_y10":401,"val_x99":"pending_review","field_r74":null,"key_y70":58,"dim_m48":"chr1"}
missing_required
{ "type": "object", "properties": { "dim_d71": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "key_q52": { "type": "string", "enum": [ "new", "in_transit", "delivered", ...
{"dim_d71": "type_b", "key_q52": "delivered", "attr_x18": "option_b", "dim_y10": 401, "field_r74": null, "key_y70": 58, "dim_m48": "chr1"}
Required field 'val_x99' is missing
{"dim_d71":"type_b","key_q52":"delivered","attr_x18":"option_b","dim_y10":401,"val_x99":"pending_review","field_r74":null,"key_y70":58,"dim_m48":"chr1"}
TASK repair_structured_output SPEC FIELD attr_v46 TYPE null REQUIRED no FIELD prop_p02 TYPE number REQUIRED no FIELD prop_i53 TYPE string REQUIRED no FIELD col_i02 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD attr_f35[] TYPE string REQUIRED no BROKEN_OUTPUT {"prop_i53": "qux", "col_i02": null}
{"prop_i53":"qux","col_i02":"type_a"}
null_required
{ "type": "object", "properties": { "attr_v46": { "type": "null" }, "prop_p02": { "type": "number" }, "prop_i53": { "type": "string" }, "col_i02": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "attr_f35...
{"prop_i53": "qux", "col_i02": null}
Required field 'col_i02' is null
{"prop_i53":"qux","col_i02":"type_a"}
TASK repair_structured_output SPEC FIELD image_url TYPE boolean REQUIRED no FIELD price TYPE string VALUES draft|published|archived REQUIRED no FIELD score TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD terminal_id TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD subtotal...
{"image_url":true,"price":"archived","score":"nonsense","subtotal":{"thumbnail":"New York","email":"2026-09-07T09:55:00Z","coverage":"option_d","shift_code":202,"annotation":"qux","span_id":"pending"}}
tool_call_bad_format
{ "type": "object", "properties": { "image_url": { "type": "boolean" }, "price": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "score": { "type": "string", "enum": [ "synonymous", "missense", ...
<functioncall> search {image_url: true, price: "archived", score: "nonsense", subtotal: {thumbnail: "New York", email: "2026-09-07T09:55:00Z", coverage: "option_d", shift_code: 202, annotation: "qux", span_id: "pending"}}
Tool call has malformed arguments — unquoted keys in function parameters
{"image_url":true,"price":"archived","score":"nonsense","subtotal":{"thumbnail":"New York","email":"2026-09-07T09:55:00Z","coverage":"option_d","shift_code":202,"annotation":"qux","span_id":"pending"}}
TASK repair_structured_output SPEC FIELD attr_e85 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_p12 TYPE integer REQUIRED no FIELD attr_h61 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"attr_e85": "nonsense", "field_p12": 812, "attr_h61": null}
{"attr_e85":"nonsense","field_p12":812,"attr_h61":false}
null_required
{ "type": "object", "properties": { "attr_e85": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "field_p12": { "type": "integer" }, "attr_h61": { "type": "boolean" } }, "required": [ "...
{"attr_e85": "nonsense", "field_p12": 812, "attr_h61": null}
Required field 'attr_h61' is null
{"attr_e85":"nonsense","field_p12":812,"attr_h61":false}
TASK repair_structured_output SPEC FIELD build_status TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD span_id TYPE boolean REQUIRED no FIELD items TYPE string_email REQUIRED yes BROKEN_OUTPUT Tool: verify_hazmat_compliance Params: {"build_status": "mode_d", "span_id": false, "items_valu...
{"build_status":"mode_d","span_id":false,"items":"ops@domain.org"}
tool_call_wrong_param
{ "type": "object", "properties": { "build_status": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "span_id": { "type": "boolean" }, "items": { "type": "string", "fo...
Tool: verify_hazmat_compliance Params: {"build_status": "mode_d", "span_id": false, "items_value": "ops@domain.org"}
Agent used wrong parameter name 'items_value' instead of 'items'
{"build_status":"mode_d","span_id":false,"items":"ops@domain.org"}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string_date-time REQUIRED no FIELD full_name TYPE string REQUIRED yes FIELD loan_amount TYPE string REQUIRED no FIELD port_code TYPE integer REQUIRED yes FIELD frequency_hz[].decay_rate TYPE string VALUES draft|published|archived REQUIRED no FIELD frequency_h...
{"full_name":"pending","loan_amount":"sample","port_code":942,"frequency_hz":[{"decay_rate":"draft","feedback":"PASS"},{"decay_rate":"draft","feedback":"Sao Paulo"}]}
single_quotes
{ "type": "object", "properties": { "maturity_date": { "type": "string", "format": "date-time" }, "full_name": { "type": "string" }, "loan_amount": { "type": "string" }, "port_code": { "type": "integer" }, "frequency_hz": { "type": "array", ...
{'full_name':'pending','loan_amount':'sample','port_code':942,'frequency_hz':[{'decay_rate':'draft','feedback':'PASS'},{'decay_rate':'draft','feedback':'Sao Paulo'}]}
Expecting property name enclosed in double quotes
{"full_name":"pending","loan_amount":"sample","port_code":942,"frequency_hz":[{"decay_rate":"draft","feedback":"PASS"},{"decay_rate":"draft","feedback":"Sao Paulo"}]}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string REQUIRED yes FIELD chromosome TYPE string_date-time REQUIRED no FIELD voltage[] TYPE string REQUIRED yes FIELD date[].chromosome TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD date[].city TYPE null REQUIRED no FIELD date[].position TYPE string...
{"humidity_pct":"inactive","chromosome":"2023-04-26T11:03:00Z","voltage":["FWD","MV-Evergreen-01"]}
null_required
{ "type": "object", "properties": { "humidity_pct": { "type": "string" }, "chromosome": { "type": "string", "format": "date-time" }, "voltage": { "type": "array", "items": { "type": "string" } }, "date": { "type": "array", "items": ...
{"humidity_pct": "inactive", "chromosome": "2023-04-26T11:03:00Z", "voltage": null}
Required field 'voltage' is null
{"humidity_pct":"inactive","chromosome":"2023-04-26T11:03:00Z","voltage":["FWD","MV-Evergreen-01"]}
TASK repair_structured_output SPEC FIELD zip_code TYPE string REQUIRED yes FIELD interest_rate TYPE integer REQUIRED yes FIELD end_date TYPE string VALUES type_a|type_b REQUIRED yes BROKEN_OUTPUT {"zip_code": null, "interest_rate": 840, "end_date": "type_b"}
{"zip_code":"REV","interest_rate":840,"end_date":"type_b"}
null_required
{ "type": "object", "properties": { "zip_code": { "type": "string" }, "interest_rate": { "type": "integer" }, "end_date": { "type": "string", "enum": [ "type_a", "type_b" ] } }, "required": [ "end_date", "zip_code", "interest_rate...
{"zip_code": null, "interest_rate": 840, "end_date": "type_b"}
Required field 'zip_code' is null
{"zip_code":"REV","interest_rate":840,"end_date":"type_b"}
TASK repair_structured_output SPEC FIELD payment_status TYPE number REQUIRED yes FIELD organism TYPE string_uri REQUIRED no FIELD label TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD timezone.image_url TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD timezone.compound TYPE string...
{"payment_status":411.07,"label":"white","timezone":{"image_url":"in_progress","compound":"offline","weight":"test@example.com"}}
wrong_type
{ "type": "object", "properties": { "payment_status": { "type": "number" }, "organism": { "type": "string", "format": "uri" }, "label": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, ...
{"payment_status": "\"411.07\"", "label": "white", "timezone": {"image_url": "in_progress", "compound": "offline", "weight": "test@example.com"}}
Field 'payment_status' must be number, got string
{"payment_status":411.07,"label":"white","timezone":{"image_url":"in_progress","compound":"offline","weight":"test@example.com"}}
TASK repair_structured_output SPEC FIELD features TYPE integer REQUIRED no FIELD reagent TYPE string REQUIRED no FIELD weight TYPE string REQUIRED no FIELD barcode.balance TYPE null REQUIRED no FIELD barcode.product_id.user_id TYPE integer REQUIRED yes FIELD barcode.product_id.freight_class TYPE string REQUIRED yes FI...
{"features":434,"reagent":"world","barcode":{"longitude":{"phone":"operational"},"notes":"hello","subtotal":149,"image_url":{"diagnosis_code":"test@example.com","position":779.81,"label":"2025-11-24T21:53:00Z","conductivity":"high","bed_number":"world"},"berth_slot":{"comments":"confirmed","company":"https://example.co...
extra_field
{ "type": "object", "properties": { "features": { "type": "integer" }, "reagent": { "type": "string" }, "weight": { "type": "string" }, "barcode": { "type": "object", "properties": { "balance": { "type": "null" }, "product_i...
{"features": 434, "reagent": "world", "barcode": {"longitude": {"phone": "operational"}, "notes": "hello", "subtotal": 149, "image_url": {"diagnosis_code": "test@example.com", "position": 779.81, "label": "2025-11-24T21:53:00Z", "conductivity": "high", "bed_number": "world"}, "berth_slot": {"comments": "confirmed", "co...
Unknown field 'extra_value_471' not defined in schema
{"features":434,"reagent":"world","barcode":{"longitude":{"phone":"operational"},"notes":"hello","subtotal":149,"image_url":{"diagnosis_code":"test@example.com","position":779.81,"label":"2025-11-24T21:53:00Z","conductivity":"high","bed_number":"world"},"berth_slot":{"comments":"confirmed","company":"https://example.co...
TASK repair_structured_output SPEC FIELD dosage TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD humidity_pct.procedure_code TYPE boolean REQUIRED yes FIELD humidity_pct.shipper_ref TYPE string REQUIRED yes FIELD humidity_pct.gene_id.version TYPE string_email REQUIRED yes FIELD humidity_pct.gene_...
{"dosage":"moored","humidity_pct":{"procedure_code":false,"shipper_ref":"PASS","payment_status":{"lane":"admin@test.io","length":true,"status":"demo"}},"barcode":"mode_c","diagnosis_code":{"active":true,"comments":"in_progress","log_level":"Oliveira"},"last_name":938,"status_code":{"consignee":null,"department":"mode_b...
extra_text_before
{ "type": "object", "properties": { "dosage": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "humidity_pct": { "type": "object", "properties": { "procedure_code": { "type": "boolean" }...
Sure, here's the result: {"dosage":"moored","humidity_pct":{"procedure_code":false,"shipper_ref":"PASS","payment_status":{"lane":"admin@test.io","length":true,"status":"demo"}},"barcode":"mode_c","diagnosis_code":{"active":true,"comments":"in_progress","log_level":"Oliveira"},"last_name":938,"status_code":{"consignee":...
Output contains non-JSON text before the object
{"dosage":"moored","humidity_pct":{"procedure_code":false,"shipper_ref":"PASS","payment_status":{"lane":"admin@test.io","length":true,"status":"demo"}},"barcode":"mode_c","diagnosis_code":{"active":true,"comments":"in_progress","log_level":"Oliveira"},"last_name":938,"status_code":{"consignee":null,"department":"mode_b...
TASK repair_structured_output SPEC FIELD val_d73 TYPE integer REQUIRED yes FIELD param_i03 TYPE string REQUIRED no FIELD field_s00 TYPE null REQUIRED yes FIELD field_x88 TYPE boolean REQUIRED yes FIELD col_v87 TYPE string VALUES cat_a|cat_b REQUIRED yes BROKEN_OUTPUT {"val_d73": 402, "field_s00": null, "field_x88": f...
{"val_d73":402,"field_s00":null,"field_x88":false,"col_v87":"cat_a"}
invalid_enum
{ "type": "object", "properties": { "val_d73": { "type": "integer" }, "param_i03": { "type": "string" }, "field_s00": { "type": "null" }, "field_x88": { "type": "boolean" }, "col_v87": { "type": "string", "enum": [ "cat_a", "cat...
{"val_d73": 402, "field_s00": null, "field_x88": false, "col_v87": "invalid_value_752"}
Field 'col_v87' has invalid enum value 'invalid_value_752', expected one of ['cat_a', 'cat_b']
{"val_d73":402,"field_s00":null,"field_x88":false,"col_v87":"cat_a"}
TASK repair_structured_output SPEC FIELD dim_h01 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD dim_b33 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD attr_x59 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD dim_g05 TYPE string REQUIRED no FIELD param_o35 TYPE string REQUIR...
{"dim_h01":"mode_a","attr_x59":"returned","dim_g05":"REV","param_o35":"QC-07","field_x08":"2023-12-25"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_h01": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "dim_b33": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "attr_x59": { "type"...
<functioncall> validate_address {dim_h01: "mode_a", attr_x59: "returned", dim_g05: "REV", param_o35: "QC-07", field_x08: "2023-12-25"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_h01":"mode_a","attr_x59":"returned","dim_g05":"REV","param_o35":"QC-07","field_x08":"2023-12-25"}
TASK repair_structured_output SPEC FIELD param_m21 TYPE integer REQUIRED no FIELD prop_k45 TYPE string REQUIRED yes FIELD dim_j23 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no BROKEN_OUTPUT {"param_m21":722,"prop_k45":"Alice","dim_j23":"oceanic",}
{"param_m21":722,"prop_k45":"Alice","dim_j23":"oceanic"}
trailing_comma
{ "type": "object", "properties": { "param_m21": { "type": "integer" }, "prop_k45": { "type": "string" }, "dim_j23": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] } }, "required": [ "prop_k45" ...
{"param_m21":722,"prop_k45":"Alice","dim_j23":"oceanic",}
Unexpected trailing comma
{"param_m21":722,"prop_k45":"Alice","dim_j23":"oceanic"}
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD umi TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD loan_amount TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD status TYPE string VALUES email|phone|sms|pus...
{"consignee":"nonsense","umi":"hemizygous","loan_amount":"admin","balance":"2026-10-22T16:12:00Z"}
extra_field
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "umi": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ...
{"consignee": "nonsense", "umi": "hemizygous", "loan_amount": "admin", "balance": "2026-10-22T16:12:00Z", "extra_value_4920": true}
Unknown field 'extra_value_4920' not defined in schema
{"consignee":"nonsense","umi":"hemizygous","loan_amount":"admin","balance":"2026-10-22T16:12:00Z"}
TASK repair_structured_output SPEC FIELD attr_g94 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_x66 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_b44 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD dim_r60 TYPE string REQUIRED no...
{"attr_g94":"pending_review","dim_x66":"closed","attr_b44":"unstable","dim_r60":"inactive","attr_b11":"closed","val_g33":"error"}
extra_field
{ "type": "object", "properties": { "attr_g94": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "dim_x66": { "type": "string", "enum": [ "open", "in_progress", "resolved", ...
{"attr_g94": "pending_review", "dim_x66": "closed", "attr_b44": "unstable", "dim_r60": "inactive", "attr_b11": "closed", "val_g33": "error", "extra_field_4189": "unexpected"}
Unknown field 'extra_field_4189' not defined in schema
{"attr_g94":"pending_review","dim_x66":"closed","attr_b44":"unstable","dim_r60":"inactive","attr_b11":"closed","val_g33":"error"}
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES small|medium|large|xl REQUIRED no FIELD features TYPE string VALUES active|inactive|pending REQUIRED yes FIELD country TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD consignee TYPE number REQUIRED yes BROKEN_OUTPUT I nee...
{"branch":"medium","features":"inactive","country":"frameshift","consignee":906.94}
tool_call_partial_args
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "features": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "country": ...
I need to look up the information first. Action: call_variants Arguments: {"branch": "medium", "country": "frameshift", "consignee": 906.94}
Agent tool call missing required parameter 'features'
{"branch":"medium","features":"inactive","country":"frameshift","consignee":906.94}
TASK repair_structured_output SPEC FIELD col_f41.param_x16 TYPE boolean REQUIRED yes FIELD col_f41.dim_d60 TYPE number REQUIRED no FIELD col_f41.col_d16 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD col_f41.prop_y07 TYPE string REQUIRED no FIELD col_f41.param_l06 TYPE string REQUIRED yes FIE...
{"col_f41":{"param_x16":false,"dim_d60":41.55,"col_d16":"option_d","prop_y07":"Santos","param_l06":"MV-Evergreen-01","dim_c75":"2023-10-25T01:17:00Z"},"key_b30":766,"attr_h77":"user@domain.org","prop_d54":"type_b"}
extra_text_after
{ "type": "object", "properties": { "col_f41": { "type": "object", "properties": { "param_x16": { "type": "boolean" }, "dim_d60": { "type": "number" }, "col_d16": { "type": "string", "enum": [ "option_a", ...
{"col_f41":{"param_x16":false,"dim_d60":41.55,"col_d16":"option_d","prop_y07":"Santos","param_l06":"MV-Evergreen-01","dim_c75":"2023-10-25T01:17:00Z"},"key_b30":766,"attr_h77":"user@domain.org","prop_d54":"type_b"} Analysis finished.
Output contains non-JSON text after the object
{"col_f41":{"param_x16":false,"dim_d60":41.55,"col_d16":"option_d","prop_y07":"Santos","param_l06":"MV-Evergreen-01","dim_c75":"2023-10-25T01:17:00Z"},"key_b30":766,"attr_h77":"user@domain.org","prop_d54":"type_b"}
TASK repair_structured_output SPEC FIELD param_y99 TYPE string VALUES option_a|option_b REQUIRED yes FIELD key_n88 TYPE integer REQUIRED yes FIELD field_h39 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD prop_r03 TYPE integer REQUIRED no FIELD param_y87 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|...
{"param_y99":"option_b","key_n88":138,"field_h39":"reliable","prop_r03":761,"val_o67":64}
tool_call_python_syntax
{ "type": "object", "properties": { "param_y99": { "type": "string", "enum": [ "option_a", "option_b" ] }, "key_n88": { "type": "integer" }, "field_h39": { "type": "string", "enum": [ "reliable", "unstable", "intermitten...
check_cargo_manifest(param_y99='option_b', key_n88=138, field_h39='reliable', prop_r03=761, val_o67=64)
Tool call uses Python syntax instead of JSON
{"param_y99":"option_b","key_n88":138,"field_h39":"reliable","prop_r03":761,"val_o67":64}
TASK repair_structured_output SPEC FIELD tax.priority TYPE string REQUIRED no FIELD tax.version TYPE string_date-time REQUIRED no FIELD tax.timezone TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD tax.footnote TYPE number REQUIRED no FIELD tax.start_date TYPE string VALUES option_a|option_b REQUIRED yes FIELD tax.fr...
{"tax":{"priority":"PASS","version":"2023-01-19T15:50:00Z","timezone":"cat_b","start_date":"option_a","freight_class":false},"item_id":"pending","amount":{"latitude":"info@domain.org","category":"2023-12-25","features":"level_2","tax":"option_e","humidity_pct":{"published":"error","email":23.35,"sensor_id":323},"phenot...
unquoted_keys
{ "type": "object", "properties": { "tax": { "type": "object", "properties": { "priority": { "type": "string" }, "version": { "type": "string", "format": "date-time" }, "timezone": { "type": "string", "enum": [...
{tax:{priority:"PASS",version:"2023-01-19T15:50:00Z",timezone:"cat_b",start_date:"option_a",freight_class:false},item_id:"pending",amount:{latitude:"info@domain.org",category:"2023-12-25",features:"level_2",tax:"option_e",humidity_pct:{published:"error",email:23.35,sensor_id:323},phenotype:{address:957,nickname:222,shi...
Expecting property name enclosed in double quotes
{"tax":{"priority":"PASS","version":"2023-01-19T15:50:00Z","timezone":"cat_b","start_date":"option_a","freight_class":false},"item_id":"pending","amount":{"latitude":"info@domain.org","category":"2023-12-25","features":"level_2","tax":"option_e","humidity_pct":{"published":"error","email":23.35,"sensor_id":323},"phenot...
TASK repair_structured_output SPEC FIELD val_i89 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD field_i43 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD param_e91 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_k90 TYPE string VALUES pending_review|confirmed|rejected|esc...
{"val_i89":"cat_a","field_i43":"medium","param_e91":"married","field_k90":"pending_review","attr_c06":"world"}
null_required
{ "type": "object", "properties": { "val_i89": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "field_i43": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] },...
{"val_i89": "cat_a", "field_i43": "medium", "param_e91": "married", "field_k90": null, "attr_c06": "world"}
Required field 'field_k90' is null
{"val_i89":"cat_a","field_i43":"medium","param_e91":"married","field_k90":"pending_review","attr_c06":"world"}
TASK repair_structured_output SPEC FIELD shipping TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD compound TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD quality_score TYPE string VALUES level_1|level_2 REQUIRED no FIELD thumbnail TYPE string_email REQUIRED yes FIELD tax TYP...
{"shipping":"type_a","compound":"type_c","quality_score":"level_2","thumbnail":"info@test.io","tax":"Berlin","annotation":"2026-04-28T22:22:00Z"}
agent_chain
{ "type": "object", "properties": { "shipping": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "compound": { "type": "string", "enum": [ "type_a", "type_b", "type_c", ...
I need to look up the information first. Action: lookup_customer Result: {"shipping": "type_a", "compound": "type_c", "thumbnail": "info@test.io", "tax": "Berlin", "annotation": "2026-04-28T22:22:00Z"} Processing the request now. Action: update_preferences Result:
Agent multi-step chain with truncated tool output
{"shipping":"type_a","compound":"type_c","quality_score":"level_2","thumbnail":"info@test.io","tax":"Berlin","annotation":"2026-04-28T22:22:00Z"}
TASK repair_structured_output SPEC FIELD col_s21 TYPE string REQUIRED yes FIELD attr_j43 TYPE string REQUIRED no FIELD attr_x17.attr_b58 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_x17.key_l31 TYPE string_date-time REQUIRED no FIELD attr_x17.param_k69 TYPE string VALUES mode_a|mode_b|m...
{"col_s21":"completed","attr_j43":"2024-06-30","attr_x17":{"attr_b58":"in_transit","key_l31":"2026-04-05T19:18:00Z","param_k69":"mode_d","attr_x72":"hello","field_n12":"level_3"},"param_x27":{"val_i10":true,"key_j61":[636,116,374]}}
tool_call_text_mix
{ "type": "object", "properties": { "col_s21": { "type": "string" }, "attr_j43": { "type": "string" }, "attr_x17": { "type": "object", "properties": { "attr_b58": { "type": "string", "enum": [ "new", "in_transit", ...
I need to look up the information first. <tool_call name="delete_item"> {"col_s21":"completed","attr_j43":"2024-06-30","attr_x17":{"attr_b58":"in_transit","key_l31":"2026-04-05T19:18:00Z","param_k69":"mode_d","attr_x72":"hello","field_n12":"level_3"},"param_x27":{"val_i10":true,"key_j61":[636,116,374]}} </tool_call. Op...
Agent response mixes reasoning text with tool call
{"col_s21":"completed","attr_j43":"2024-06-30","attr_x17":{"attr_b58":"in_transit","key_l31":"2026-04-05T19:18:00Z","param_k69":"mode_d","attr_x72":"hello","field_n12":"level_3"},"param_x27":{"val_i10":true,"key_j61":[636,116,374]}}
TASK repair_structured_output SPEC FIELD title TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD span_id TYPE boolean REQUIRED yes FIELD allele.category TYPE integer REQUIRED yes FIELD allele.wavelength TYPE string VALUES low|medium|high|critical REQUIRED no FIELD allele.current_draw TYPE string VALUES active...
{"title":"sms","span_id":true,"allele":{"category":673,"wavelength":"medium","current_draw":"active","length":{"updated_at":"https://api.example.com/v1","shipping":"Hapag-Lloyd-Express","throttle_pos":445,"chromosome":134,"allele":435}}}
missing_bracket
{ "type": "object", "properties": { "title": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "span_id": { "type": "boolean" }, "allele": { "type": "object", "properties": { "category": { "typ...
{"title":"sms","span_id":true,"allele":{"category":673,"wavelength":"medium","current_draw":"active","length":{"updated_at":"https://api.example.com/v1","shipping":"Hapag-Lloyd-Express","throttle_pos":445,"chromosome":134,"allele":435}}}
Missing closing bracket
{"title":"sms","span_id":true,"allele":{"category":673,"wavelength":"medium","current_draw":"active","length":{"updated_at":"https://api.example.com/v1","shipping":"Hapag-Lloyd-Express","throttle_pos":445,"chromosome":134,"allele":435}}}
TASK repair_structured_output SPEC FIELD country TYPE integer REQUIRED no FIELD amplitude TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD deploy_target TYPE integer REQUIRED yes FIELD amount.log_level.torque_output TYPE string REQUIRED yes FIELD amount.log_level.full_name TYPE string_email REQU...
{"country":288,"amplitude":"in_transit","deploy_target":489,"hazmat_code":"offline","label":"success","catalyst":976.05}
tool_call_partial_args
{ "type": "object", "properties": { "country": { "type": "integer" }, "amplitude": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "deploy_target": { "type": "integer" }, "amount": { "type...
I need to look up the information first. Action: book_appointment Arguments: {"country": 288, "deploy_target": 489, "hazmat_code": "offline", "label": "success", "catalyst": 976.05}
Agent tool call missing required parameter 'amplitude'
{"country":288,"amplitude":"in_transit","deploy_target":489,"hazmat_code":"offline","label":"success","catalyst":976.05}
TASK repair_structured_output SPEC FIELD key_a09 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_k32 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD param_g79 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_j88 TYPE integer REQUIRED yes FIELD prop...
{"key_a09":"escalated","col_k32":"in_progress","param_g79":"BRL","col_j88":673,"prop_j47":0.74}
missing_required
{ "type": "object", "properties": { "key_a09": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_k32": { "type": "string", "enum": [ "open", "in_progress", "resolved", ...
{"key_a09": "escalated", "col_k32": "in_progress", "param_g79": "BRL", "prop_j47": 0.74}
Required field 'col_j88' is missing
{"key_a09":"escalated","col_k32":"in_progress","param_g79":"BRL","col_j88":673,"prop_j47":0.74}
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD active TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD website TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no BROKEN_OUTPUT {"conductivity":"ope...
{"conductivity":"operational","active":"berthed","website":"hemizygous"}
extra_text_after
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "active": { "type": "string", "enum": [ "berthed", "anchored", "underway", ...
{"conductivity":"operational","active":"berthed","website":"hemizygous"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"conductivity":"operational","active":"berthed","website":"hemizygous"}
TASK repair_structured_output SPEC FIELD dim_j99 TYPE string REQUIRED yes FIELD field_c84 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD val_p23 TYPE number REQUIRED yes BROKEN_OUTPUT {"dim_j99": "QC-07", "field_c84": "level_4", "val_p23": 915.24, "extra_data_635": true}
{"dim_j99":"QC-07","field_c84":"level_4","val_p23":915.24}
extra_field
{ "type": "object", "properties": { "dim_j99": { "type": "string" }, "field_c84": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "val_p23": { "type": "number" } }, "required": [ "field_c84", ...
{"dim_j99": "QC-07", "field_c84": "level_4", "val_p23": 915.24, "extra_data_635": true}
Unknown field 'extra_data_635' not defined in schema
{"dim_j99":"QC-07","field_c84":"level_4","val_p23":915.24}
TASK repair_structured_output SPEC FIELD notes TYPE null REQUIRED no FIELD temp_celsius TYPE integer REQUIRED yes FIELD current_draw TYPE integer REQUIRED no FIELD tax TYPE string_email REQUIRED no FIELD department[].filter_flag TYPE integer REQUIRED no FIELD department[].wavelength TYPE number REQUIRED yes FIELD depa...
{"notes":null,"temp_celsius":2,"current_draw":437,"department":[{"filter_flag":975,"wavelength":814.54,"insurance_id":"PASS","shift_code":"sample"}]}
unquoted_keys
{ "type": "object", "properties": { "notes": { "type": "null" }, "temp_celsius": { "type": "integer" }, "current_draw": { "type": "integer" }, "tax": { "type": "string", "format": "email" }, "department": { "type": "array", "items": { ...
{notes:null,temp_celsius:2,current_draw:437,department:[{filter_flag:975,wavelength:814.54,insurance_id:"PASS",shift_code:"sample"}]}
Expecting property name enclosed in double quotes
{"notes":null,"temp_celsius":2,"current_draw":437,"department":[{"filter_flag":975,"wavelength":814.54,"insurance_id":"PASS","shift_code":"sample"}]}
TASK repair_structured_output SPEC FIELD param_j11 TYPE integer REQUIRED yes FIELD param_k72 TYPE string VALUES draft|published|archived REQUIRED no FIELD prop_w10 TYPE number REQUIRED no FIELD param_u52 TYPE string REQUIRED yes BROKEN_OUTPUT {"param_j11":814,"param_k72":"draft","prop_w10":948.65,"param_u52":"Tokyo",...
{"param_j11":814,"param_k72":"draft","prop_w10":948.65,"param_u52":"Tokyo"}
trailing_comma
{ "type": "object", "properties": { "param_j11": { "type": "integer" }, "param_k72": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_w10": { "type": "number" }, "param_u52": { "type": "string" } }...
{"param_j11":814,"param_k72":"draft","prop_w10":948.65,"param_u52":"Tokyo",}
Unexpected trailing comma
{"param_j11":814,"param_k72":"draft","prop_w10":948.65,"param_u52":"Tokyo"}
TASK repair_structured_output SPEC FIELD val_s26 TYPE boolean REQUIRED no FIELD prop_u68 TYPE string REQUIRED yes FIELD attr_x19.col_a64 TYPE string REQUIRED no FIELD attr_x19.param_d83 TYPE boolean REQUIRED no FIELD attr_x19.val_u55 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_x19.key_p...
{"prop_u68":"Hapag-Lloyd-Express","attr_x19":{"col_a64":"quux","param_d83":true,"val_u55":"open","field_w36":{"val_o46":33.96,"dim_e85":"test@domain.org","col_s86":true,"val_a50":["cat_e"]}}}
agent_chain
{ "type": "object", "properties": { "val_s26": { "type": "boolean" }, "prop_u68": { "type": "string" }, "attr_x19": { "type": "object", "properties": { "col_a64": { "type": "string" }, "param_d83": { "type": "boolean" },...
Let me check the system. Action: get_weather Result: {"prop_u68": "Hapag-Lloyd-Express"} Processing the request now. Action: read_sensor_array Result:
Agent multi-step chain with truncated tool output
{"prop_u68":"Hapag-Lloyd-Express","attr_x19":{"col_a64":"quux","param_d83":true,"val_u55":"open","field_w36":{"val_o46":33.96,"dim_e85":"test@domain.org","col_s86":true,"val_a50":["cat_e"]}}}
TASK repair_structured_output SPEC FIELD val_d54 TYPE string REQUIRED no FIELD prop_g55 TYPE string REQUIRED yes FIELD field_b30 TYPE string VALUES type_a|type_b REQUIRED yes FIELD prop_j76 TYPE integer REQUIRED no FIELD col_w28 TYPE number REQUIRED no FIELD param_n46 TYPE boolean REQUIRED no BROKEN_OUTPUT {"prop_g55...
{"prop_g55":"RTG-04","field_b30":"type_b","prop_j76":228,"col_w28":607.0,"param_n46":true}
wrong_type
{ "type": "object", "properties": { "val_d54": { "type": "string" }, "prop_g55": { "type": "string" }, "field_b30": { "type": "string", "enum": [ "type_a", "type_b" ] }, "prop_j76": { "type": "integer" }, "col_w28": { "typ...
{"prop_g55": "RTG-04", "field_b30": "type_b", "prop_j76": 228, "col_w28": "\"607.0\"", "param_n46": true}
Field 'col_w28' must be number, got string
{"prop_g55":"RTG-04","field_b30":"type_b","prop_j76":228,"col_w28":607.0,"param_n46":true}
TASK repair_structured_output SPEC FIELD val_a53 TYPE integer REQUIRED yes FIELD dim_n07 TYPE integer REQUIRED no FIELD dim_b38 TYPE string REQUIRED no FIELD dim_m86 TYPE string REQUIRED no FIELD col_v91 TYPE string REQUIRED yes FIELD attr_f65 TYPE string_uri REQUIRED no FIELD prop_u39.prop_i43 TYPE string REQUIRED ye...
{"val_a53":501,"dim_n07":392,"dim_b38":"Alice","dim_m86":"PASS","col_v91":"Oliveira","prop_u39":{"prop_i43":"example","dim_q40":"cancelled","field_w52":"test@example.com","col_c78":533}}
tool_call_partial_args
{ "type": "object", "properties": { "val_a53": { "type": "integer" }, "dim_n07": { "type": "integer" }, "dim_b38": { "type": "string" }, "dim_m86": { "type": "string" }, "col_v91": { "type": "string" }, "attr_f65": { "type": "string", ...
Let me check the system. Action: get_weather Arguments: {"val_a53": 501, "dim_n07": 392, "dim_b38": "Alice", "dim_m86": "PASS", "prop_u39": {"prop_i43": "example", "dim_q40": "cancelled", "field_w52": "test@example.com", "col_c78": 533}}
Agent tool call missing required parameter 'col_v91'
{"val_a53":501,"dim_n07":392,"dim_b38":"Alice","dim_m86":"PASS","col_v91":"Oliveira","prop_u39":{"prop_i43":"example","dim_q40":"cancelled","field_w52":"test@example.com","col_c78":533}}
TASK repair_structured_output SPEC FIELD val_h65.key_m46 TYPE integer REQUIRED yes FIELD val_h65.param_a93 TYPE integer REQUIRED no FIELD val_h65.dim_o26 TYPE string_uri REQUIRED no FIELD val_h65.key_f86 TYPE number REQUIRED no FIELD val_h65.col_n87 TYPE integer REQUIRED no FIELD val_h65.param_o69 TYPE boolean REQUIRE...
{"val_h65":{"key_m46":315,"param_a93":500,"dim_o26":"https://www.com/data","key_f86":652.68,"param_o69":false,"dim_j59":"user@example.com","param_w17":"Tokyo"},"attr_y36":"info@test.io"}
trailing_comma
{ "type": "object", "properties": { "val_h65": { "type": "object", "properties": { "key_m46": { "type": "integer" }, "param_a93": { "type": "integer" }, "dim_o26": { "type": "string", "format": "uri" }, "...
{"val_h65":{"key_m46":315,"param_a93":500,"dim_o26":"https://www.com/data","key_f86":652.68,"param_o69":false,"dim_j59":"user@example.com","param_w17":"Tokyo",},"attr_y36":"info@test.io"}
Unexpected trailing comma
{"val_h65":{"key_m46":315,"param_a93":500,"dim_o26":"https://www.com/data","key_f86":652.68,"param_o69":false,"dim_j59":"user@example.com","param_w17":"Tokyo"},"attr_y36":"info@test.io"}
TASK repair_structured_output SPEC FIELD param_g28 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_l66 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD val_z76 TYPE boolean REQUIRED yes FIELD dim_p83 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_d23[].val_...
{"param_g28":"returned","val_z76":false,"val_d23":[{"val_s01":"Charlie","prop_d35":109,"dim_j44":"Jane","field_v20":713.3,"field_n33":"New York"},{"dim_j44":"REV","field_v20":856.17,"field_n33":"Bob"},{"prop_d35":823,"val_x75":"married","field_v76":null,"dim_j44":"Sao Paulo","field_v20":226.4,"field_n33":"Tokyo"},{"val...
wrong_type
{ "type": "object", "properties": { "param_g28": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_l66": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, ...
{"param_g28": "returned", "val_z76": "\"no\"", "val_d23": [{"val_s01": "Charlie", "prop_d35": 109, "dim_j44": "Jane", "field_v20": 713.3, "field_n33": "New York"}, {"dim_j44": "REV", "field_v20": 856.17, "field_n33": "Bob"}, {"prop_d35": 823, "val_x75": "married", "field_v76": null, "dim_j44": "Sao Paulo", "field_v20":...
Field 'val_z76' must be boolean, got string
{"param_g28":"returned","val_z76":false,"val_d23":[{"val_s01":"Charlie","prop_d35":109,"dim_j44":"Jane","field_v20":713.3,"field_n33":"New York"},{"dim_j44":"REV","field_v20":856.17,"field_n33":"Bob"},{"prop_d35":823,"val_x75":"married","field_v76":null,"dim_j44":"Sao Paulo","field_v20":226.4,"field_n33":"Tokyo"},{"val...
TASK repair_structured_output SPEC FIELD val_l36 TYPE string_email REQUIRED yes FIELD param_b33 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD attr_n54 TYPE string VALUES cat_a|cat_b REQUIRED no FIELD param_y35 TYPE string REQUIRED yes FIELD dim_z27[].param_u90 TYPE number REQUIRED yes FIELD dim_z27[...
{"val_l36":"admin@domain.org","param_b33":"type_d","param_y35":"This is a test value.","key_z57":[{"attr_x66":"admin@domain.org","attr_v11":"cat_b","col_f35":30,"dim_h72":["https://www.org/v1","https://data.io/api","https://api.com/data"]},{"attr_x66":"info@example.com","attr_v11":"cat_a","col_f35":837,"dim_h72":["http...
missing_bracket
{ "type": "object", "properties": { "val_l36": { "type": "string", "format": "email" }, "param_b33": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "attr_n54": { "type": "string", "enum": [ ...
{"val_l36":"admin@domain.org","param_b33":"type_d","param_y35":"This is a test value.","key_z57":[{"attr_x66":"admin@domain.org","attr_v11":"cat_b","col_f35":30,"dim_h72":["https://www.org/v1","https://data.io/api","https://api.com/data"},{"attr_x66":"info@example.com","attr_v11":"cat_a","col_f35":837,"dim_h72":["https...
Missing closing bracket
{"val_l36":"admin@domain.org","param_b33":"type_d","param_y35":"This is a test value.","key_z57":[{"attr_x66":"admin@domain.org","attr_v11":"cat_b","col_f35":30,"dim_h72":["https://www.org/v1","https://data.io/api","https://api.com/data"]},{"attr_x66":"info@example.com","attr_v11":"cat_a","col_f35":837,"dim_h72":["http...
TASK repair_structured_output SPEC FIELD param_l30 TYPE number REQUIRED no FIELD col_n54.col_t60 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_n54.val_b39 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD col_n54.attr_j63[] TYPE number REQUIRED no FIELD key_k46 TYPE boolean REQUIRED n...
{"param_l30":603.7,"col_n54":{"col_t60":"info","val_b39":"active","attr_j63":[205.31,746.72,833.53,973.57]},"key_k46":true,"key_c37":{"field_u62":"small","field_i50":"admin","prop_f72":"test@test.io","param_b71":{"attr_q16":"Hapag-Lloyd-Express","param_p99":"oceanic","prop_o48":false,"attr_x20":"active","prop_q38":"tes...
markdown_explanation
{ "type": "object", "properties": { "param_l30": { "type": "number" }, "col_n54": { "type": "object", "properties": { "col_t60": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
Below is the JSON object: ```json {"param_l30":603.7,"col_n54":{"col_t60":"info","val_b39":"active","attr_j63":[205.31,746.72,833.53,973.57]},"key_k46":true,"key_c37":{"field_u62":"small","field_i50":"admin","prop_f72":"test@test.io","param_b71":{"attr_q16":"Hapag-Lloyd-Express","param_p99":"oceanic","prop_o48":false,"...
Output contains markdown and explanatory text around JSON
{"param_l30":603.7,"col_n54":{"col_t60":"info","val_b39":"active","attr_j63":[205.31,746.72,833.53,973.57]},"key_k46":true,"key_c37":{"field_u62":"small","field_i50":"admin","prop_f72":"test@test.io","param_b71":{"attr_q16":"Hapag-Lloyd-Express","param_p99":"oceanic","prop_o48":false,"attr_x20":"active","prop_q38":"tes...
TASK repair_structured_output SPEC FIELD param_v85.val_f41 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED yes FIELD param_v85.prop_n51 TYPE string_uri REQUIRED yes FIELD param_v85.val_x73 TYPE number REQUIRED no FIELD param_v85.val_o53 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|...
{"dim_t65":"basic","key_y88":false}
tool_call_text_mix
{ "type": "object", "properties": { "param_v85": { "type": "object", "properties": { "val_f41": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ...
I need to look up the information first. <tool_call name="validate_address"> {"dim_t65":"basic","key_y88":false} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"dim_t65":"basic","key_y88":false}
TASK repair_structured_output SPEC FIELD balance TYPE null REQUIRED no FIELD category TYPE integer REQUIRED no FIELD build_status TYPE number REQUIRED no FIELD created_at TYPE null REQUIRED yes FIELD email TYPE string_email REQUIRED yes FIELD updated_at TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the inf...
{"balance":null,"category":596,"created_at":null,"email":"info@test.io"}
tool_call_partial_args
{ "type": "object", "properties": { "balance": { "type": "null" }, "category": { "type": "integer" }, "build_status": { "type": "number" }, "created_at": { "type": "null" }, "email": { "type": "string", "format": "email" }, "updated_at"...
I need to look up the information first. Action: update_preferences Arguments: {"balance": null, "category": 596, "created_at": null}
Agent tool call missing required parameter 'email'
{"balance":null,"category":596,"created_at":null,"email":"info@test.io"}
TASK repair_structured_output SPEC FIELD prop_x17 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD prop_g40 TYPE string_date-time REQUIRED no FIELD key_s29 TYPE string REQUIRED no FIELD dim_h13 TYPE null REQUIRED yes FIELD param_a04 TYPE number REQUIRED no FIELD val_n21 TYPE string VALUES option_a|option_b|option_c|o...
{"prop_x17":"cat_b","prop_g40":"2021-09-03T07:37:00Z","dim_h13":null,"param_a04":115.7,"val_n21":"option_e"}
markdown_fences
{ "type": "object", "properties": { "prop_x17": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "prop_g40": { "type": "string", "format": "date-time" }, "key_s29": { "type": "string" }, "dim_h13": { "type": "null" }, "...
```json {"prop_x17":"cat_b","prop_g40":"2021-09-03T07:37:00Z","dim_h13":null,"param_a04":115.7,"val_n21":"option_e"} ```
Output contains markdown code fences
{"prop_x17":"cat_b","prop_g40":"2021-09-03T07:37:00Z","dim_h13":null,"param_a04":115.7,"val_n21":"option_e"}
TASK repair_structured_output SPEC FIELD param_s54 TYPE string_uri REQUIRED yes FIELD dim_v68 TYPE string REQUIRED no FIELD param_n47.key_a16 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD param_n47.attr_p52 TYPE integer REQUIRED yes FIELD param_n47.field_z64 TYPE string VALUES small|medium|l...
{"param_s54":"https://api.com/v1","dim_v68":"pending","param_n47":{"key_a16":"cat_a","attr_p52":569,"field_z64":"large","dim_k22":[214,38,339]},"prop_b20":{"param_p86":"cat_a","val_e70":410.27,"param_e70":"type_e","dim_q10":"ops@domain.org","col_k10":706,"val_c90":"cat_b"}}
missing_bracket
{ "type": "object", "properties": { "param_s54": { "type": "string", "format": "uri" }, "dim_v68": { "type": "string" }, "param_n47": { "type": "object", "properties": { "key_a16": { "type": "string", "enum": [ "cat_a", ...
{"param_s54":"https://api.com/v1","dim_v68":"pending","param_n47":{"key_a16":"cat_a","attr_p52":569,"field_z64":"large","dim_k22":[214,38,339},"prop_b20":{"param_p86":"cat_a","val_e70":410.27,"param_e70":"type_e","dim_q10":"ops@domain.org","col_k10":706,"val_c90":"cat_b"}}
Missing closing bracket
{"param_s54":"https://api.com/v1","dim_v68":"pending","param_n47":{"key_a16":"cat_a","attr_p52":569,"field_z64":"large","dim_k22":[214,38,339]},"prop_b20":{"param_p86":"cat_a","val_e70":410.27,"param_e70":"type_e","dim_q10":"ops@domain.org","col_k10":706,"val_c90":"cat_b"}}
TASK repair_structured_output SPEC FIELD col_k24 TYPE string_date-time REQUIRED yes FIELD attr_x89 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD dim_l03 TYPE integer REQUIRED no BROKEN_OUTPUT {'col_k24':'2021-04-03T10:38:00Z','attr_x89':'closed','dim_l03':338}
{"col_k24":"2021-04-03T10:38:00Z","attr_x89":"closed","dim_l03":338}
single_quotes
{ "type": "object", "properties": { "col_k24": { "type": "string", "format": "date-time" }, "attr_x89": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "dim_l03": { "type": "integer" } }, "...
{'col_k24':'2021-04-03T10:38:00Z','attr_x89':'closed','dim_l03':338}
Expecting property name enclosed in double quotes
{"col_k24":"2021-04-03T10:38:00Z","attr_x89":"closed","dim_l03":338}
TASK repair_structured_output SPEC FIELD vital_sign TYPE boolean REQUIRED no FIELD run_id TYPE number REQUIRED yes FIELD organism TYPE boolean REQUIRED no FIELD status_code TYPE string REQUIRED no FIELD last_name TYPE boolean REQUIRED no FIELD insurance_id TYPE boolean REQUIRED no FIELD wavelength TYPE string VALUES b...
{"run_id":810.05,"organism":true,"status_code":"Paris","last_name":false,"insurance_id":true,"wavelength":"underway"}
number_with_unit
{ "type": "object", "properties": { "vital_sign": { "type": "boolean" }, "run_id": { "type": "number" }, "organism": { "type": "boolean" }, "status_code": { "type": "string" }, "last_name": { "type": "boolean" }, "insurance_id": { "type...
{"run_id": "810.05ms", "organism": true, "status_code": "Paris", "last_name": false, "insurance_id": true, "wavelength": "underway"}
Field 'run_id' must be number, got string with unit
{"run_id":810.05,"organism":true,"status_code":"Paris","last_name":false,"insurance_id":true,"wavelength":"underway"}
TASK repair_structured_output SPEC FIELD val_s39 TYPE integer REQUIRED yes FIELD attr_z31.param_u58 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_z31.param_q02 TYPE string_date-time REQUIRED no FIELD attr_z31.field_g21.prop_f62 TYPE number REQUIRED yes FIELD attr_z31.field_g21.key_r28 TYPE...
{"val_s39":618,"attr_z31":{"param_u58":"anchored","param_q02":"2020-01-21T18:36:00Z","field_g21":{"prop_f62":294.49,"key_r28":true,"key_k40":"Oliveira","param_t20":"bar","key_l19":["Silva","FWD","2023-12-25","Berlin"]},"val_e29":"PASS","prop_e97":{"prop_g06":true,"attr_z67":false,"attr_x54":14},"key_p20":false,"val_w00...
truncated_object
{ "type": "object", "properties": { "val_s39": { "type": "integer" }, "attr_z31": { "type": "object", "properties": { "param_u58": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
{"val_s39":618,"attr_z31":{"param_u58":"anchored","param_q02":"2020-01-21T18:36:00Z","field_g21":{"prop_f62":294.49,"key_r28":true,"key_k40":"Oliveira","param_t20":"bar","key_l19":["Silva","FWD","2023-12-25","Berlin"]},"val_e29":"PASS","prop_e97":{"prop_g06":true,"attr_z67":false,"attr_x54":14},"key_p20":false,"val_w00...
Unexpected end of JSON input — truncated object
{"val_s39":618,"attr_z31":{"param_u58":"anchored","param_q02":"2020-01-21T18:36:00Z","field_g21":{"prop_f62":294.49,"key_r28":true,"key_k40":"Oliveira","param_t20":"bar","key_l19":["Silva","FWD","2023-12-25","Berlin"]},"val_e29":"PASS","prop_e97":{"prop_g06":true,"attr_z67":false,"attr_x54":14},"key_p20":false,"val_w00...
TASK repair_structured_output SPEC FIELD col_m37 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD field_e82 TYPE string REQUIRED yes FIELD attr_w99 TYPE number REQUIRED yes FIELD col_z98.param_m09 TYPE string REQUIRED yes FIELD col_z98.attr_j61 TYPE null REQUIRED yes FIELD col_z98.prop_u74 TYPE i...
{"col_m37":"delivered","field_e82":"inactive","attr_w99":685.9,"col_z98":{"param_m09":"Berlin","attr_j61":null,"prop_u74":768}}
number_with_unit
{ "type": "object", "properties": { "col_m37": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "field_e82": { "type": "string" }, "attr_w99": { "type": "number" }, "col_z98": { "type": "ob...
{"col_m37": "delivered", "field_e82": "inactive", "attr_w99": "685.9%", "col_z98": {"param_m09": "Berlin", "attr_j61": null, "prop_u74": 768}}
Field 'attr_w99' must be number, got string with unit
{"col_m37":"delivered","field_e82":"inactive","attr_w99":685.9,"col_z98":{"param_m09":"Berlin","attr_j61":null,"prop_u74":768}}
TASK repair_structured_output SPEC FIELD key_y57 TYPE integer REQUIRED no FIELD col_w78 TYPE integer REQUIRED no FIELD val_v61 TYPE string_date-time REQUIRED yes FIELD field_a94.val_c79 TYPE integer REQUIRED yes FIELD field_a94.field_p93 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD...
{"key_y57":825,"val_v61":"2022-09-26T06:10:00Z","field_a94":{"val_c79":445,"field_p93":"pending_review","val_g30":{"dim_l56":553,"col_c77":662,"attr_b43":true,"val_o43":"error","prop_l11":"missense","val_o44":"baz","prop_b19":533},"key_l42":null},"dim_g87":304,"col_z42":"chr1"}
missing_brace
{ "type": "object", "properties": { "key_y57": { "type": "integer" }, "col_w78": { "type": "integer" }, "val_v61": { "type": "string", "format": "date-time" }, "field_a94": { "type": "object", "properties": { "val_c79": { "type": "int...
{"key_y57":825,"val_v61":"2022-09-26T06:10:00Z","field_a94":{"val_c79":445,"field_p93":"pending_review","val_g30":{"dim_l56":553,"col_c77":662,"attr_b43":true,"val_o43":"error","prop_l11":"missense","val_o44":"baz","prop_b19":533},"key_l42":null},"dim_g87":304,"col_z42":"chr1"
Missing closing brace
{"key_y57":825,"val_v61":"2022-09-26T06:10:00Z","field_a94":{"val_c79":445,"field_p93":"pending_review","val_g30":{"dim_l56":553,"col_c77":662,"attr_b43":true,"val_o43":"error","prop_l11":"missense","val_o44":"baz","prop_b19":533},"key_l42":null},"dim_g87":304,"col_z42":"chr1"}
TASK repair_structured_output SPEC FIELD enabled TYPE string_email REQUIRED yes FIELD name.index TYPE integer REQUIRED no FIELD name.tax TYPE number REQUIRED yes FIELD name.address TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD name.category TYPE string VALUES email|phone|sms|push REQUIRED no FI...
{"enabled":"user@example.com","name":{"index":960,"tax":941.31,"address":"berthed","port_code":true,"tags":"delivered"},"shift_code":"pending","catalyst":true,"invoice_id":175.59,"account_id":"GBP"}
extra_field
{ "type": "object", "properties": { "enabled": { "type": "string", "format": "email" }, "name": { "type": "object", "properties": { "index": { "type": "integer" }, "tax": { "type": "number" }, "address": { "typ...
{"enabled": "user@example.com", "name": {"index": 960, "tax": 941.31, "address": "berthed", "port_code": true, "tags": "delivered"}, "shift_code": "pending", "catalyst": true, "invoice_id": 175.59, "account_id": "GBP", "extra_data_1501": true}
Unknown field 'extra_data_1501' not defined in schema
{"enabled":"user@example.com","name":{"index":960,"tax":941.31,"address":"berthed","port_code":true,"tags":"delivered"},"shift_code":"pending","catalyst":true,"invoice_id":175.59,"account_id":"GBP"}
TASK repair_structured_output SPEC FIELD discount.count.product_id TYPE string REQUIRED yes FIELD discount.count.format TYPE integer REQUIRED yes FIELD discount.count.item_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD discount.description TYPE string REQUIRED no FIELD discount.trace_id TYPE string ...
{"age":"user@domain.org","amplitude":{"name":null,"title":724,"procedure_code":914,"wavelength":{"tile":"Berlin","username":"in_transit","section":"type_e","deploy_target":"cat_c","first_name":797.39,"start_date":"QC-07","build_status":444}},"conductivity":"2020-02-01T13:58:00Z","timezone":99,"longitude":"ops@domain.or...
truncated_array
{ "type": "object", "properties": { "discount": { "type": "object", "properties": { "count": { "type": "object", "properties": { "product_id": { "type": "string" }, "format": { "type": "integer" }...
{"age":"user@domain.org","amplitude":{"name":null,"title":724,"procedure_code":914,"wavelength":{"tile":"Berlin","username":"in_transit","section":"type_e","deploy_target":"cat_c","first_name":797.39,"start_date":"QC-07","build_status":444}},"conductivity":"2020-02-01T13:58:00Z","timezone":99,"longitude":"ops@domain.or...
Unexpected end of JSON input — truncated object
{"age":"user@domain.org","amplitude":{"name":null,"title":724,"procedure_code":914,"wavelength":{"tile":"Berlin","username":"in_transit","section":"type_e","deploy_target":"cat_c","first_name":797.39,"start_date":"QC-07","build_status":444}},"conductivity":"2020-02-01T13:58:00Z","timezone":99,"longitude":"ops@domain.or...
TASK repair_structured_output SPEC FIELD duration_ms TYPE string VALUES admin|editor|viewer REQUIRED no FIELD created_at TYPE boolean REQUIRED yes FIELD format TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD account_id TYPE integer REQUIRED yes BROKEN_OUTPUT Tool: create_order Params: {"d...
{"duration_ms":"editor","created_at":true,"format":"missense","account_id":371}
tool_call_wrong_param
{ "type": "object", "properties": { "duration_ms": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "created_at": { "type": "boolean" }, "format": { "type": "string", "enum": [ "synonymous", "missense", ...
Tool: create_order Params: {"duration_ms": "editor", "format": "missense", "account_id": 371, "created_at_new": true}
Agent used wrong parameter name 'created_at_new' instead of 'created_at'
{"duration_ms":"editor","created_at":true,"format":"missense","account_id":371}
TASK repair_structured_output SPEC FIELD key_a90.attr_j01 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD key_a90.field_f94 TYPE number REQUIRED no FIELD key_a90.dim_a24 TYPE null REQUIRED yes FIELD dim_q23 TYPE string REQUIRED yes FIELD attr_r67 TYPE string VALUES coastal|oceanic|inland|arctic RE...
{"key_a90":{"attr_j01":"intermittent","field_f94":759.59,"dim_a24":null},"dim_q23":"Maria","attr_r67":"coastal","col_r53":937,"dim_v93":"Hapag-Lloyd-Express","col_k26":"Bob"}
markdown_fences
{ "type": "object", "properties": { "key_a90": { "type": "object", "properties": { "attr_j01": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "field_f94": { "type": "number"...
```json {"key_a90":{"attr_j01":"intermittent","field_f94":759.59,"dim_a24":null},"dim_q23":"Maria","attr_r67":"coastal","col_r53":937,"dim_v93":"Hapag-Lloyd-Express","col_k26":"Bob"} ```
Output contains markdown code fences
{"key_a90":{"attr_j01":"intermittent","field_f94":759.59,"dim_a24":null},"dim_q23":"Maria","attr_r67":"coastal","col_r53":937,"dim_v93":"Hapag-Lloyd-Express","col_k26":"Bob"}
TASK repair_structured_output SPEC FIELD dim_y56 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD val_y15 TYPE integer REQUIRED no FIELD dim_r03 TYPE boolean REQUIRED no FIELD prop_s74 TYPE boolean REQUIRED yes FIELD key_n52.attr_i53 TYPE string REQUIRED no FIELD key_n52.field_j62 TYPE string REQUIRED y...
{"dim_y56":"option_b","val_y15":813,"prop_s74":true,"key_n52":{"attr_i53":"Berlin","field_j62":"John","col_p46":"This is a test value.","col_x35":928,"param_i89":true,"col_k60":null}}
thought_process
{ "type": "object", "properties": { "dim_y56": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "val_y15": { "type": "integer" }, "dim_r03": { "type": "boolean" }, "prop_s74": { "type": "boolean" }, ...
Processing the request now. I'll validate against the schema. {"dim_y56":"option_b","val_y15":813,"prop_s74":true,"key_n52":{"attr_i53":"Berlin","field_j62":"John","col_p46":"This is a test value.","col_x35":928,"param_i89":true,"col_k60":null}}
Output contains chain-of-thought reasoning before JSON
{"dim_y56":"option_b","val_y15":813,"prop_s74":true,"key_n52":{"attr_i53":"Berlin","field_j62":"John","col_p46":"This is a test value.","col_x35":928,"param_i89":true,"col_k60":null}}
TASK repair_structured_output SPEC FIELD field_a24.col_d59 TYPE string REQUIRED no FIELD field_a24.val_r84 TYPE integer REQUIRED yes FIELD field_a24.key_r69 TYPE null REQUIRED no FIELD field_a24.dim_e23 TYPE integer REQUIRED no FIELD field_a24.dim_a89 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no F...
{"field_a24":{"val_r84":594,"dim_a89":"heterozygous","prop_r21":"https://www.com/data","col_e30":false,"prop_h34":"This is a test value."},"val_b09":"maintenance","param_x58":{"col_r63":false,"val_g28":491,"key_k36":"Johnson","field_i93":"2020-10-22T17:14:00Z","key_v92":["hemizygous","heterozygous"]}}
thought_process
{ "type": "object", "properties": { "field_a24": { "type": "object", "properties": { "col_d59": { "type": "string" }, "val_r84": { "type": "integer" }, "key_r69": { "type": "null" }, "dim_e23": { "type": ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"field_a24":{"val_r84":594,"dim_a89":"heterozygous","prop_r21":"https://www.com/data","col_e30":false,"prop_h34":"This is a test value."},"val_b09":"maintenance","param_x58":{"col_r63":false,"val_g28":491,"key_k36":"Johnson"...
Output contains chain-of-thought reasoning before JSON
{"field_a24":{"val_r84":594,"dim_a89":"heterozygous","prop_r21":"https://www.com/data","col_e30":false,"prop_h34":"This is a test value."},"val_b09":"maintenance","param_x58":{"col_r63":false,"val_g28":491,"key_k36":"Johnson","field_i93":"2020-10-22T17:14:00Z","key_v92":["hemizygous","heterozygous"]}}
TASK repair_structured_output SPEC FIELD tile TYPE string_email REQUIRED yes FIELD manifest_ref TYPE string VALUES admin|editor|viewer REQUIRED no FIELD latitude[].status_code TYPE string REQUIRED no FIELD latitude[].company TYPE number REQUIRED no FIELD latitude[].account_id TYPE number REQUIRED no FIELD latitude[].s...
{"tile":"ops@test.io","manifest_ref":"editor","latitude":[{"status_code":"Smith","company":834.73,"account_id":749.03,"salinity":729,"patient_id":"mode_a","ward":917,"commit_hash":"user@domain.com","message":"level_3"},{"status_code":"Paris","company":967.67,"account_id":912.68,"salinity":185,"patient_id":"mode_a","war...
missing_required
{ "type": "object", "properties": { "tile": { "type": "string", "format": "email" }, "manifest_ref": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "latitude": { "type": "array", "items": { "type": "object"...
{"manifest_ref": "editor", "latitude": [{"status_code": "Smith", "company": 834.73, "account_id": 749.03, "salinity": 729, "patient_id": "mode_a", "ward": 917, "commit_hash": "user@domain.com", "message": "level_3"}, {"status_code": "Paris", "company": 967.67, "account_id": 912.68, "salinity": 185, "patient_id": "mode_...
Required field 'tile' is missing
{"tile":"ops@test.io","manifest_ref":"editor","latitude":[{"status_code":"Smith","company":834.73,"account_id":749.03,"salinity":729,"patient_id":"mode_a","ward":917,"commit_hash":"user@domain.com","message":"level_3"},{"status_code":"Paris","company":967.67,"account_id":912.68,"salinity":185,"patient_id":"mode_a","war...
TASK repair_structured_output SPEC FIELD section TYPE string VALUES email|phone|sms|push REQUIRED no FIELD due_date TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD cargo_type TYPE string VALUES admin|editor|viewer REQUIRED no FIELD status TYPE integer REQUIRED yes FIELD repository TYPE string VAL...
{"section":"sms","due_date":"in_progress","cargo_type":"viewer","status":627,"repository":"nonsense"}
tool_call_partial_args
{ "type": "object", "properties": { "section": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "due_date": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] ...
Let me check the system. Action: run_diagnostics Arguments: {"section": "sms", "due_date": "in_progress", "cargo_type": "viewer", "status": 627}
Agent tool call missing required parameter 'repository'
{"section":"sms","due_date":"in_progress","cargo_type":"viewer","status":627,"repository":"nonsense"}
TASK repair_structured_output SPEC FIELD attr_q88 TYPE string REQUIRED yes FIELD field_s90 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD val_i22 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_s16 TYPE string_date-time REQUIRED no BROKEN_OUTPUT I need to look up the inform...
{"attr_q88":"Smith","field_s90":"level_2","val_i22":"green"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_q88": { "type": "string" }, "field_s90": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "val_i22": { "type": "string", "enum": [ "red", "bl...
I need to look up the information first. Action: get_weather Arguments: {"attr_q88": "Smith", "val_i22": "green"}
Agent tool call missing required parameter 'field_s90'
{"attr_q88":"Smith","field_s90":"level_2","val_i22":"green"}
TASK repair_structured_output SPEC FIELD prop_e14 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD param_k94 TYPE string_date-time REQUIRED no FIELD field_q94 TYPE number REQUIRED no FIELD field_y56 TYPE string REQUIRED yes BROKEN_OUTPUT {"prop_e14":"medium","param_k94":"2023-04-24T06:28:00Z","field_q94":5...
{"prop_e14":"medium","param_k94":"2023-04-24T06:28:00Z","field_q94":500.23,"field_y56":"Charlie"}
truncated_object
{ "type": "object", "properties": { "prop_e14": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "param_k94": { "type": "string", "format": "date-time" }, "field_q94": { "type": "number" }, "field_y56"...
{"prop_e14":"medium","param_k94":"2023-04-24T06:28:00Z","field_q94":500.23,"field_y56":"Charlie"
Unexpected end of JSON input — truncated object
{"prop_e14":"medium","param_k94":"2023-04-24T06:28:00Z","field_q94":500.23,"field_y56":"Charlie"}
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD ward TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD items TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD rating TYPE string REQUIRED no FIELD due_date TYPE ...
{"ward":"type_a","items":"email","rating":"2024-01-15","due_date":"single","diagnosis_code":"level_2"}
thought_process
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "ward": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"ward":"type_a","items":"email","rating":"2024-01-15","due_date":"single","diagnosis_code":"level_2"}
Output contains chain-of-thought reasoning before JSON
{"ward":"type_a","items":"email","rating":"2024-01-15","due_date":"single","diagnosis_code":"level_2"}
TASK repair_structured_output SPEC FIELD key_j33 TYPE boolean REQUIRED no FIELD col_t78 TYPE number REQUIRED no FIELD param_z27 TYPE string REQUIRED yes FIELD attr_s30.attr_g65 TYPE integer REQUIRED yes FIELD attr_s30.param_r77 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD attr_s30.col_...
{"col_t78":1.77,"param_z27":"Oliveira","attr_s30":{"attr_g65":463,"param_r77":"operational","col_a72":736}}
extra_field
{ "type": "object", "properties": { "key_j33": { "type": "boolean" }, "col_t78": { "type": "number" }, "param_z27": { "type": "string" }, "attr_s30": { "type": "object", "properties": { "attr_g65": { "type": "integer" }, "pa...
{"col_t78": 1.77, "param_z27": "Oliveira", "attr_s30": {"attr_g65": 463, "param_r77": "operational", "col_a72": 736}, "extra_value_1651": "unexpected"}
Unknown field 'extra_value_1651' not defined in schema
{"col_t78":1.77,"param_z27":"Oliveira","attr_s30":{"attr_g65":463,"param_r77":"operational","col_a72":736}}
TASK repair_structured_output SPEC FIELD val_y03 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_t39 TYPE string REQUIRED yes FIELD col_o01 TYPE string REQUIRED yes BROKEN_OUTPUT Sensor output follows: ```json {"val_y03":"low","key_t39":"Oliveira","col_o01":"world"} ``` Analysis finished.
{"val_y03":"low","key_t39":"Oliveira","col_o01":"world"}
markdown_explanation
{ "type": "object", "properties": { "val_y03": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "key_t39": { "type": "string" }, "col_o01": { "type": "string" } }, "required": [ "val_y03", "key_t3...
Sensor output follows: ```json {"val_y03":"low","key_t39":"Oliveira","col_o01":"world"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"val_y03":"low","key_t39":"Oliveira","col_o01":"world"}
TASK repair_structured_output SPEC FIELD shipper_ref TYPE boolean REQUIRED no FIELD hazmat_code.product_id TYPE string VALUES admin|editor|viewer REQUIRED no FIELD hazmat_code.website TYPE string_date-time REQUIRED no FIELD hazmat_code.altitude TYPE boolean REQUIRED no FIELD hazmat_code.account_id TYPE string VALUES a...
{"shipper_ref":false,"hazmat_code":{"altitude":false,"account_id":"pending","rating":null,"last_name":"Charlie","age":"small"},"lane":"2026-05-11T02:48:00Z","gene_id":false,"type":false,"due_date":null,"isotope":"low"}
single_quotes
{ "type": "object", "properties": { "shipper_ref": { "type": "boolean" }, "hazmat_code": { "type": "object", "properties": { "product_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, ...
{'shipper_ref':false,'hazmat_code':{'altitude':false,'account_id':'pending','rating':null,'last_name':'Charlie','age':'small'},'lane':'2026-05-11T02:48:00Z','gene_id':false,'type':false,'due_date':null,'isotope':'low'}
Expecting property name enclosed in double quotes
{"shipper_ref":false,"hazmat_code":{"altitude":false,"account_id":"pending","rating":null,"last_name":"Charlie","age":"small"},"lane":"2026-05-11T02:48:00Z","gene_id":false,"type":false,"due_date":null,"isotope":"low"}
TASK repair_structured_output SPEC FIELD key_z22.val_x09 TYPE null REQUIRED no FIELD key_z22.prop_l94 TYPE integer REQUIRED yes FIELD key_z22.val_o40 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD key_z22.field_p17 TYPE string REQUIRED no FIELD prop_n55 TYPE string VALUES homozygous|heterozygous|hemi...
{"prop_n55":"hemizygous","col_q34":"closed","field_s08":"Alice","field_r36":220}
tool_call_bad_format
{ "type": "object", "properties": { "key_z22": { "type": "object", "properties": { "val_x09": { "type": "null" }, "prop_l94": { "type": "integer" }, "val_o40": { "type": "string", "enum": [ "type_a", ...
<functioncall> annotate_mutation {prop_n55: "hemizygous", col_q34: "closed", field_s08: "Alice", field_r36: 220}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_n55":"hemizygous","col_q34":"closed","field_s08":"Alice","field_r36":220}
TASK repair_structured_output SPEC FIELD label TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD humidity_pct TYPE string VALUES cat_a|cat_b REQUIRED no FIELD temp_celsius TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD tags TYPE null REQUIRED no FIELD trace_id TYPE string VALUES level_1...
{"label":"enterprise","humidity_pct":"cat_b","temp_celsius":"type_a","phenotype":337,"nickname":658}
single_quotes
{ "type": "object", "properties": { "label": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "humidity_pct": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "temp_celsius": { "ty...
{'label':'enterprise','humidity_pct':'cat_b','temp_celsius':'type_a','phenotype':337,'nickname':658}
Expecting property name enclosed in double quotes
{"label":"enterprise","humidity_pct":"cat_b","temp_celsius":"type_a","phenotype":337,"nickname":658}
TASK repair_structured_output SPEC FIELD key_d83 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD val_z27 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD val_l20 TYPE string REQUIRED no FIELD val_n99 TYPE number REQUIRED yes FIELD attr_g88 TYPE boolean REQUIRED no FIE...
{"key_d83":"confirmed","val_z27":"mode_a","val_l20":"bar","val_n99":935.99,"attr_g88":false,"val_l86":false,"param_i84":"chr1"}
number_with_unit
{ "type": "object", "properties": { "key_d83": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "val_z27": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "m...
{"key_d83": "confirmed", "val_z27": "mode_a", "val_l20": "bar", "val_n99": "935.99px", "attr_g88": false, "val_l86": false, "param_i84": "chr1"}
Field 'val_n99' must be number, got string with unit
{"key_d83":"confirmed","val_z27":"mode_a","val_l20":"bar","val_n99":935.99,"attr_g88":false,"val_l86":false,"param_i84":"chr1"}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE string REQUIRED no FIELD start_date TYPE string REQUIRED no FIELD amount TYPE string VALUES low|medium|high|critical REQUIRED no FIELD rating TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD index.patient_id.status_code TYPE string VALU...
{"manifest_ref":"Jane","start_date":"2024-01-15","amount":"low","rating":"homozygous","vital_sign":{"shift_code":{"index":"hemizygous","size":"viewer","address":"info","credit_score":551,"catalyst":59,"url":848},"transaction_id":322,"half_life":{"commit_hash":true,"due_date":696.32,"throttle_pos":"https://example.com",...
tool_call_text_mix
{ "type": "object", "properties": { "manifest_ref": { "type": "string" }, "start_date": { "type": "string" }, "amount": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "rating": { "type": "string",...
Let me check the system. <tool_call name="delete_item"> {"manifest_ref":"Jane","start_date":"2024-01-15","amount":"low","rating":"homozygous","vital_sign":{"shift_code":{"index":"hemizygous","size":"viewer","address":"info","credit_score":551,"catalyst":59,"url":848},"transaction_id":322,"half_life":{"commit_hash":true...
Agent response mixes reasoning text with tool call
{"manifest_ref":"Jane","start_date":"2024-01-15","amount":"low","rating":"homozygous","vital_sign":{"shift_code":{"index":"hemizygous","size":"viewer","address":"info","credit_score":551,"catalyst":59,"url":848},"transaction_id":322,"half_life":{"commit_hash":true,"due_date":696.32,"throttle_pos":"https://example.com",...
TASK repair_structured_output SPEC FIELD created_at TYPE number REQUIRED no FIELD patient_id TYPE boolean REQUIRED no FIELD log_level TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD chromosome TYPE string REQUIRED yes FIELD hazmat_code TYPE null REQUIRED yes BROKEN_OUTPUT {"created_at": 35.15, ...
{"created_at":35.15,"patient_id":true,"log_level":"moored","chromosome":"demo","hazmat_code":null}
boolean_as_string
{ "type": "object", "properties": { "created_at": { "type": "number" }, "patient_id": { "type": "boolean" }, "log_level": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "chromosome": { "ty...
{"created_at": 35.15, "patient_id": "true", "log_level": "moored", "chromosome": "demo", "hazmat_code": null}
Field 'patient_id' must be boolean, got string
{"created_at":35.15,"patient_id":true,"log_level":"moored","chromosome":"demo","hazmat_code":null}
TASK repair_structured_output SPEC FIELD run_id TYPE number REQUIRED yes FIELD active TYPE string REQUIRED no FIELD barcode TYPE number REQUIRED yes FIELD velocity.vital_sign TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD velocity.username TYPE string VALUES type_a|type_b|type_c REQUIRED yes ...
{"run_id":31.99,"active":"completed","barcode":741.59,"velocity":{"vital_sign":"cat_c","username":"type_a","insurance_id":529.91,"strand":977.56}}
truncated_array
{ "type": "object", "properties": { "run_id": { "type": "number" }, "active": { "type": "string" }, "barcode": { "type": "number" }, "velocity": { "type": "object", "properties": { "vital_sign": { "type": "string", "enum": [ ...
{"run_id":31.99,"active":"completed","barcode":741.59,"velocity":{"vital_sign":"cat_c","username":"type_a","insurance_id":529.91,"strand":977.56}
Unexpected end of JSON input — truncated object
{"run_id":31.99,"active":"completed","barcode":741.59,"velocity":{"vital_sign":"cat_c","username":"type_a","insurance_id":529.91,"strand":977.56}}
TASK repair_structured_output SPEC FIELD altitude TYPE string VALUES level_1|level_2 REQUIRED no FIELD city TYPE integer REQUIRED no FIELD ph_level TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD interest_rate TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD language TYPE integer REQUI...
{"altitude":"level_1","city":445,"ph_level":"in_progress","interest_rate":"large","language":36,"compound":629.84,"notes":"level_1","temp_celsius":"https://data.com/data"}
partial_structure
{ "type": "object", "properties": { "altitude": { "type": "string", "enum": [ "level_1", "level_2" ] }, "city": { "type": "integer" }, "ph_level": { "type": "string", "enum": [ "open", "in_progress", "resolved", ...
I found that city should be 445. {"altitude":"level_1","city":445,"ph_level":"in_progress","interest_rate":"large","language":36,"compound":629.84,"notes":"level_1","temp_celsius":"https://data.com/data"}
Output mixes natural language with JSON
{"altitude":"level_1","city":445,"ph_level":"in_progress","interest_rate":"large","language":36,"compound":629.84,"notes":"level_1","temp_celsius":"https://data.com/data"}
TASK repair_structured_output SPEC FIELD attr_c35 TYPE boolean REQUIRED yes FIELD col_k77.col_a26 TYPE string REQUIRED no FIELD col_k77.prop_m59 TYPE string REQUIRED no FIELD col_k77.field_y91 TYPE number REQUIRED no FIELD col_k77.attr_c62 TYPE string REQUIRED yes FIELD col_k77.prop_h40 TYPE integer REQUIRED no FIELD ...
{"attr_c35":true,"col_k77":{"col_a26":"Charlie","prop_m59":"world","field_y91":71.18,"attr_c62":"quux","prop_h40":777},"key_t70":"MV-Evergreen-01"}
missing_required
{ "type": "object", "properties": { "attr_c35": { "type": "boolean" }, "col_k77": { "type": "object", "properties": { "col_a26": { "type": "string" }, "prop_m59": { "type": "string" }, "field_y91": { "type": "number"...
{"attr_c35": true, "col_k77": {"col_a26": "Charlie", "prop_m59": "world", "field_y91": 71.18, "attr_c62": "quux", "prop_h40": 777}}
Required field 'key_t70' is missing
{"attr_c35":true,"col_k77":{"col_a26":"Charlie","prop_m59":"world","field_y91":71.18,"attr_c62":"quux","prop_h40":777},"key_t70":"MV-Evergreen-01"}
TASK repair_structured_output SPEC FIELD attr_n69 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD attr_f71 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD param_v77 TYPE number REQUIRED yes FIELD key_q71 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_e28 TYPE i...
{"attr_n69":"mode_a","attr_f71":"heterozygous","param_v77":82.9,"key_q71":"low","field_e28":351}
missing_bracket
{ "type": "object", "properties": { "attr_n69": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "attr_f71": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "param_v77...
{"attr_n69":"mode_a","attr_f71":"heterozygous","param_v77":82.9,"key_q71":"low","field_e28":351}
Missing closing bracket
{"attr_n69":"mode_a","attr_f71":"heterozygous","param_v77":82.9,"key_q71":"low","field_e28":351}
TASK repair_structured_output SPEC FIELD collateral TYPE string REQUIRED no FIELD catalyst TYPE string REQUIRED no FIELD consignee TYPE boolean REQUIRED no FIELD notes.first_name TYPE boolean REQUIRED yes FIELD notes.lab_result TYPE boolean REQUIRED no FIELD notes.branch TYPE string VALUES active|inactive|pending REQU...
{"collateral":"MV-Evergreen-01","catalyst":"FWD","consignee":false,"notes":{"first_name":true,"branch":"active","comments":470,"count":"2024-06-30","website":{"subtotal":"John","procedure_code":"https://api.org/api","tax":977.96,"end_date":true,"item_id":"info@test.io","dissolved_oxygen":true}},"payment_status":994,"ci...
agent_chain
{ "type": "object", "properties": { "collateral": { "type": "string" }, "catalyst": { "type": "string" }, "consignee": { "type": "boolean" }, "notes": { "type": "object", "properties": { "first_name": { "type": "boolean" }, ...
I need to look up the information first. Action: delete_item Result: {"collateral": "MV-Evergreen-01", "consignee": false, "notes": {"first_name": true, "branch": "active", "comments": 470, "count": "2024-06-30", "website": {"subtotal": "John", "procedure_code": "https://api.org/api", "tax": 977.96, "end_date": true, "...
Agent multi-step chain with truncated tool output
{"collateral":"MV-Evergreen-01","catalyst":"FWD","consignee":false,"notes":{"first_name":true,"branch":"active","comments":470,"count":"2024-06-30","website":{"subtotal":"John","procedure_code":"https://api.org/api","tax":977.96,"end_date":true,"item_id":"info@test.io","dissolved_oxygen":true}},"payment_status":994,"ci...
TASK repair_structured_output SPEC FIELD chromosome TYPE number REQUIRED yes FIELD image_url TYPE integer REQUIRED no FIELD tags TYPE integer REQUIRED yes FIELD isotope TYPE string REQUIRED no FIELD collateral.role TYPE string REQUIRED no FIELD collateral.color TYPE number REQUIRED yes FIELD collateral.index TYPE stri...
{"chromosome":653.63,"image_url":697,"tags":530,"isotope":"demo","collateral":{"color":413.81,"index":"basic","gene_id":620,"barcode":"cat_c"}}
thought_process
{ "type": "object", "properties": { "chromosome": { "type": "number" }, "image_url": { "type": "integer" }, "tags": { "type": "integer" }, "isotope": { "type": "string" }, "collateral": { "type": "object", "properties": { "role": { ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"chromosome":653.63,"image_url":697,"tags":530,"isotope":"demo","collateral":{"color":413.81,"index":"basic","gene_id":620,"barcode":"cat_c"}}
Output contains chain-of-thought reasoning before JSON
{"chromosome":653.63,"image_url":697,"tags":530,"isotope":"demo","collateral":{"color":413.81,"index":"basic","gene_id":620,"barcode":"cat_c"}}
TASK repair_structured_output SPEC FIELD attr_g37 TYPE string REQUIRED no FIELD field_d34 TYPE integer REQUIRED no FIELD key_p12 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD field_j71.val_l30 TYPE number REQUIRED yes FIELD field_j71.dim_s14 TYPE integer REQUIRED no FIELD field_j71.k...
{"attr_g37":"Oliveira","key_p12":"escalated","field_j71":{"val_l30":795.67,"key_r47":{"prop_e94":true,"field_t54":["MV-Evergreen-01","qux","Sao Paulo","baz"]},"param_m48":{"prop_c43":true,"attr_y43":"test@example.com","param_z39":false,"param_a65":true}},"dim_h79":834.06}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_g37": { "type": "string" }, "field_d34": { "type": "integer" }, "key_p12": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "field_j71": { ...
Tool: delete_item Params: {"attr_g37": "Oliveira", "field_j71": {"val_l30": 795.67, "key_r47": {"prop_e94": true, "field_t54": ["MV-Evergreen-01", "qux", "Sao Paulo", "baz"]}, "param_m48": {"prop_c43": true, "attr_y43": "test@example.com", "param_z39": false, "param_a65": true}}, "dim_h79": 834.06, "key_p12_id": "escal...
Agent used wrong parameter name 'key_p12_id' instead of 'key_p12'
{"attr_g37":"Oliveira","key_p12":"escalated","field_j71":{"val_l30":795.67,"key_r47":{"prop_e94":true,"field_t54":["MV-Evergreen-01","qux","Sao Paulo","baz"]},"param_m48":{"prop_c43":true,"attr_y43":"test@example.com","param_z39":false,"param_a65":true}},"dim_h79":834.06}
TASK repair_structured_output SPEC FIELD param_b94 TYPE string REQUIRED yes FIELD dim_j20 TYPE string_date-time REQUIRED no FIELD key_b34 TYPE string VALUES option_a|option_b|option_c REQUIRED no BROKEN_OUTPUT {"param_b94": "Paris", "dim_j20": "2025-10-21T09:53:00Z", "key_b34": "option_b", "extra_value_6622": "unexpe...
{"param_b94":"Paris","dim_j20":"2025-10-21T09:53:00Z","key_b34":"option_b"}
extra_field
{ "type": "object", "properties": { "param_b94": { "type": "string" }, "dim_j20": { "type": "string", "format": "date-time" }, "key_b34": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] } }, "required": [ ...
{"param_b94": "Paris", "dim_j20": "2025-10-21T09:53:00Z", "key_b34": "option_b", "extra_value_6622": "unexpected"}
Unknown field 'extra_value_6622' not defined in schema
{"param_b94":"Paris","dim_j20":"2025-10-21T09:53:00Z","key_b34":"option_b"}
TASK repair_structured_output SPEC FIELD val_k52 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD field_j45 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD dim_a93 TYPE integer REQUIRED no FIELD dim_t69 TYPE string REQUIRED no FIELD val_q17 TYPE string VALUES synonymous|missense|nonsense|fram...
{"val_k52":"phone","field_j45":"free","dim_a93":592,"dim_t69":"This is a test value.","val_q17":"frameshift","val_i60":188}
partial_structure
{ "type": "object", "properties": { "val_k52": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "field_j45": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, ...
The val_q17 is frameshift and {"val_k52":"phone","field_j45":"free","dim_a93":592,"dim_t69":"This is a test value.","val_q17":"frameshift","val_i60":188}
Output mixes natural language with JSON
{"val_k52":"phone","field_j45":"free","dim_a93":592,"dim_t69":"This is a test value.","val_q17":"frameshift","val_i60":188}
TASK repair_structured_output SPEC FIELD key_m36 TYPE string REQUIRED yes FIELD col_f57 TYPE integer REQUIRED yes FIELD prop_x59[] TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_t21[] TYPE null REQUIRED no BROKEN_OUTPUT Tool: create_order Params: {"key_m36": "Charlie", "col_f57": 249, "prop_x59_...
{"key_m36":"Charlie","col_f57":249,"prop_x59":["black","black","blue","black"]}
tool_call_wrong_param
{ "type": "object", "properties": { "key_m36": { "type": "string" }, "col_f57": { "type": "integer" }, "prop_x59": { "type": "array", "items": { "type": "string", "enum": [ "red", "blue", "green", "black", ...
Tool: create_order Params: {"key_m36": "Charlie", "col_f57": 249, "prop_x59_value": ["black", "black", "blue", "black"]}
Agent used wrong parameter name 'prop_x59_value' instead of 'prop_x59'
{"key_m36":"Charlie","col_f57":249,"prop_x59":["black","black","blue","black"]}
TASK repair_structured_output SPEC FIELD wavelength.length.payment_status TYPE string REQUIRED no FIELD wavelength.length.insurance_id TYPE string_date-time REQUIRED yes FIELD wavelength.length.phenotype TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD wavelength.length.position TYPE string REQUIRED no F...
{"wavelength":{"length":{"payment_status":"Santos","insurance_id":"2023-07-07T11:41:00Z","phenotype":"enterprise","position":"example","email":"pending","bill_of_lading":750},"shipper_ref":"A short description.","collateral":false},"format":"2020-09-24T19:00:00Z","full_name":18.15}
extra_text_before
{ "type": "object", "properties": { "wavelength": { "type": "object", "properties": { "length": { "type": "object", "properties": { "payment_status": { "type": "string" }, "insurance_id": { "type": "string", ...
Let me provide the data in JSON format: {"wavelength":{"length":{"payment_status":"Santos","insurance_id":"2023-07-07T11:41:00Z","phenotype":"enterprise","position":"example","email":"pending","bill_of_lading":750},"shipper_ref":"A short description.","collateral":false},"format":"2020-09-24T19:00:00Z","full_name":18.1...
Output contains non-JSON text before the object
{"wavelength":{"length":{"payment_status":"Santos","insurance_id":"2023-07-07T11:41:00Z","phenotype":"enterprise","position":"example","email":"pending","bill_of_lading":750},"shipper_ref":"A short description.","collateral":false},"format":"2020-09-24T19:00:00Z","full_name":18.15}
TASK repair_structured_output SPEC FIELD attr_l17 TYPE string REQUIRED yes FIELD param_o64 TYPE string REQUIRED yes FIELD field_z11 TYPE null REQUIRED no FIELD val_c91.prop_j65 TYPE string_email REQUIRED no FIELD val_c91.val_z13 TYPE integer REQUIRED no FIELD val_c91.field_w95 TYPE string REQUIRED yes FIELD val_c91.va...
{"attr_l17":"Smith","param_o64":"2023-12-25","field_z11":null,"val_c91":{"prop_j65":"admin@domain.org","val_z13":988,"field_w95":"2023-12-25","field_d06":"rejected","field_h51":"operational","col_g50":"reliable","field_q53":null}}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_l17": { "type": "string" }, "param_o64": { "type": "string" }, "field_z11": { "type": "null" }, "val_c91": { "type": "object", "properties": { "prop_j65": { "type": "string", "format": "em...
calculate_price(attr_l17='Smith', param_o64='2023-12-25', field_z11=None, val_c91={'prop_j65': 'admin@domain.org', 'val_z13': 988, 'field_w95': '2023-12-25', 'field_d06': 'rejected', 'field_h51': 'operational', 'col_g50': 'reliable', 'field_q53': None})
Tool call uses Python syntax instead of JSON
{"attr_l17":"Smith","param_o64":"2023-12-25","field_z11":null,"val_c91":{"prop_j65":"admin@domain.org","val_z13":988,"field_w95":"2023-12-25","field_d06":"rejected","field_h51":"operational","col_g50":"reliable","field_q53":null}}
TASK repair_structured_output SPEC FIELD key_x01 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD col_x27 TYPE string REQUIRED yes FIELD field_m95 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD col_q93 TYPE null REQUIRED no FIELD param_r84 TYPE boolean REQUIRED yes FIELD col_l88...
{"key_x01":"basic","col_x27":"pending","field_m95":"hemizygous","col_q93":null,"param_r84":true,"col_l88":null}
single_quotes
{ "type": "object", "properties": { "key_x01": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "col_x27": { "type": "string" }, "field_m95": { "type": "string", "enum": [ "homozygous", "he...
{'key_x01':'basic','col_x27':'pending','field_m95':'hemizygous','col_q93':null,'param_r84':true,'col_l88':null}
Expecting property name enclosed in double quotes
{"key_x01":"basic","col_x27":"pending","field_m95":"hemizygous","col_q93":null,"param_r84":true,"col_l88":null}
TASK repair_structured_output SPEC FIELD attr_v85 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_t45 TYPE integer REQUIRED no FIELD attr_o61 TYPE integer REQUIRED no FIELD attr_x85 TYPE string_email REQUIRED yes FIELD dim_k87 TYPE boolean REQUIRED no FIELD param_h14 TYPE string REQUIRED no BROKEN_OUTP...
{"field_t45":872,"attr_o61":265,"attr_x85":"admin@domain.org","param_h14":"user@domain.com"}
extra_text_before
{ "type": "object", "properties": { "attr_v85": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "field_t45": { "type": "integer" }, "attr_o61": { "type": "integer" }, "attr_x85": { "type": "string", "format"...
Pipeline result: {"field_t45":872,"attr_o61":265,"attr_x85":"admin@domain.org","param_h14":"user@domain.com"}
Output contains non-JSON text before the object
{"field_t45":872,"attr_o61":265,"attr_x85":"admin@domain.org","param_h14":"user@domain.com"}
TASK repair_structured_output SPEC FIELD col_d65 TYPE integer REQUIRED no FIELD key_n47 TYPE boolean REQUIRED yes FIELD col_b45 TYPE boolean REQUIRED yes FIELD prop_o93.dim_z77 TYPE boolean REQUIRED no FIELD prop_o93.dim_f36 TYPE integer REQUIRED no FIELD prop_o93.key_p58 TYPE boolean REQUIRED no FIELD prop_o93.field_...
{"col_d65":621,"key_n47":false,"col_b45":false,"prop_o93":{"dim_z77":true,"dim_f36":616,"key_p58":true,"field_x80":"2020-03-16T13:55:00Z","attr_r57":697.86,"val_g35":943},"param_b50":556.74}
truncated_array
{ "type": "object", "properties": { "col_d65": { "type": "integer" }, "key_n47": { "type": "boolean" }, "col_b45": { "type": "boolean" }, "prop_o93": { "type": "object", "properties": { "dim_z77": { "type": "boolean" }, "dim...
{"col_d65":621,"key_n47":false,"col_b45":false,"prop_o93":{"dim_z77":true,"dim_f36":616,"key_p58":true,"field_x80":"2020-03-16T13:55:00Z","attr_r57":697.86,"val_g35":943},"param_b50":556.74
Unexpected end of JSON input — truncated object
{"col_d65":621,"key_n47":false,"col_b45":false,"prop_o93":{"dim_z77":true,"dim_f36":616,"key_p58":true,"field_x80":"2020-03-16T13:55:00Z","attr_r57":697.86,"val_g35":943},"param_b50":556.74}
TASK repair_structured_output SPEC FIELD key_n45 TYPE boolean REQUIRED yes FIELD attr_x11 TYPE number REQUIRED yes FIELD field_d36 TYPE number REQUIRED yes FIELD prop_y81 TYPE number REQUIRED no FIELD prop_c67 TYPE string_email REQUIRED no FIELD param_z10 TYPE string VALUES berthed|anchored|underway|moored REQUIRED ye...
{"key_n45":false,"attr_x11":818.51,"field_d36":212.7,"prop_c67":"user@test.io","param_z10":"anchored","dim_j48":"level_2"}
invalid_enum
{ "type": "object", "properties": { "key_n45": { "type": "boolean" }, "attr_x11": { "type": "number" }, "field_d36": { "type": "number" }, "prop_y81": { "type": "number" }, "prop_c67": { "type": "string", "format": "email" }, "param_z10...
{"key_n45": false, "attr_x11": 818.51, "field_d36": 212.7, "prop_c67": "user@test.io", "param_z10": "invalid_value_823", "dim_j48": "level_2"}
Field 'param_z10' has invalid enum value 'invalid_value_823', expected one of ['berthed', 'anchored', 'underway', 'moored']
{"key_n45":false,"attr_x11":818.51,"field_d36":212.7,"prop_c67":"user@test.io","param_z10":"anchored","dim_j48":"level_2"}
TASK repair_structured_output SPEC FIELD field_r18 TYPE string REQUIRED yes FIELD col_x33 TYPE string_date-time REQUIRED yes FIELD col_v43 TYPE string REQUIRED yes FIELD field_f07 TYPE boolean REQUIRED yes FIELD key_b55 TYPE string REQUIRED no BROKEN_OUTPUT {"field_r18": "completed", "col_x33": "2021-10-18T02:08:00Z"...
{"field_r18":"completed","col_x33":"2021-10-18T02:08:00Z","col_v43":"inactive","field_f07":false}
missing_required
{ "type": "object", "properties": { "field_r18": { "type": "string" }, "col_x33": { "type": "string", "format": "date-time" }, "col_v43": { "type": "string" }, "field_f07": { "type": "boolean" }, "key_b55": { "type": "string" } }, "requ...
{"field_r18": "completed", "col_x33": "2021-10-18T02:08:00Z", "field_f07": false}
Required field 'col_v43' is missing
{"field_r18":"completed","col_x33":"2021-10-18T02:08:00Z","col_v43":"inactive","field_f07":false}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE integer REQUIRED no FIELD currency TYPE string REQUIRED no FIELD ph_level TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT {"temp_celsius":687,"ph_level":"pro"} Let me know if you need anything else!
{"temp_celsius":687,"ph_level":"pro"}
extra_text_after
{ "type": "object", "properties": { "temp_celsius": { "type": "integer" }, "currency": { "type": "string" }, "ph_level": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] } }, "required": [ "ph_level" ...
{"temp_celsius":687,"ph_level":"pro"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"temp_celsius":687,"ph_level":"pro"}
TASK repair_structured_output SPEC FIELD val_w58 TYPE number REQUIRED no FIELD dim_g82 TYPE string VALUES type_a|type_b REQUIRED no FIELD key_t27 TYPE string REQUIRED no FIELD field_e31 TYPE string REQUIRED yes FIELD prop_x70.key_n92 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD prop_x70.key_r08 TYPE string R...
{"dim_g82":"type_b","key_t27":"completed","field_e31":"chr1","val_m18":{"prop_n37":96,"prop_n88":"quux","field_v60":137.24,"dim_s38":"large","col_q96":730,"attr_t25":"foo"}}
extra_field
{ "type": "object", "properties": { "val_w58": { "type": "number" }, "dim_g82": { "type": "string", "enum": [ "type_a", "type_b" ] }, "key_t27": { "type": "string" }, "field_e31": { "type": "string" }, "prop_x70": { "type"...
{"dim_g82": "type_b", "key_t27": "completed", "field_e31": "chr1", "val_m18": {"prop_n37": 96, "prop_n88": "quux", "field_v60": 137.24, "dim_s38": "large", "col_q96": 730, "attr_t25": "foo"}, "extra_data_4460": true}
Unknown field 'extra_data_4460' not defined in schema
{"dim_g82":"type_b","key_t27":"completed","field_e31":"chr1","val_m18":{"prop_n37":96,"prop_n88":"quux","field_v60":137.24,"dim_s38":"large","col_q96":730,"attr_t25":"foo"}}
TASK repair_structured_output SPEC FIELD dim_u14 TYPE string_uri REQUIRED yes FIELD param_k24 TYPE string REQUIRED no FIELD prop_f67 TYPE null REQUIRED no BROKEN_OUTPUT {"dim_u14": null, "param_k24": "test@example.com"}
{"dim_u14":"https://example.org/api","param_k24":"test@example.com"}
null_required
{ "type": "object", "properties": { "dim_u14": { "type": "string", "format": "uri" }, "param_k24": { "type": "string" }, "prop_f67": { "type": "null" } }, "required": [ "dim_u14" ] }
{"dim_u14": null, "param_k24": "test@example.com"}
Required field 'dim_u14' is null
{"dim_u14":"https://example.org/api","param_k24":"test@example.com"}