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 prop_i08 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD prop_u71 TYPE integer REQUIRED no FIELD col_t87 TYPE string REQUIRED no FIELD attr_a86.param_e77 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_a86.param_b96 TYPE string VALUES homoz...
{"prop_i08":"info","prop_u71":356,"attr_a86":{"param_b96":"hemizygous","attr_n14":"married","dim_g40":401},"attr_k46":"London","prop_r53":"single"}
extra_text_after
{ "type": "object", "properties": { "prop_i08": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "prop_u71": { "type": "integer" }, "col_t87": { "type": "string" }, "attr_a86": { "type": "object",...
{"prop_i08":"info","prop_u71":356,"attr_a86":{"param_b96":"hemizygous","attr_n14":"married","dim_g40":401},"attr_k46":"London","prop_r53":"single"} This should match the schema you provided.
Output contains non-JSON text after the object
{"prop_i08":"info","prop_u71":356,"attr_a86":{"param_b96":"hemizygous","attr_n14":"married","dim_g40":401},"attr_k46":"London","prop_r53":"single"}
TASK repair_structured_output SPEC FIELD key_j98 TYPE integer REQUIRED no FIELD key_k04 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD col_p82 TYPE string REQUIRED yes FIELD param_s90 TYPE integer REQUIRED yes FIELD col_x68.param_x31 TYPE null REQUIRED yes FIELD col_x68.key_h22 TYPE stri...
{"key_j98":111,"key_k04":"operational","col_p82":"user@domain.com","param_s90":765,"col_x68":{"param_x31":null,"key_h22":"Diana","attr_k73":"https://api.example.com/v1","col_x67":378.63,"prop_y86":95,"val_c11":"Charlie"}}
missing_required
{ "type": "object", "properties": { "key_j98": { "type": "integer" }, "key_k04": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "col_p82": { "type": "string" }, "param_s90": { "typ...
{"key_j98": 111, "key_k04": "operational", "param_s90": 765, "col_x68": {"param_x31": null, "key_h22": "Diana", "attr_k73": "https://api.example.com/v1", "col_x67": 378.63, "prop_y86": 95, "val_c11": "Charlie"}}
Required field 'col_p82' is missing
{"key_j98":111,"key_k04":"operational","col_p82":"user@domain.com","param_s90":765,"col_x68":{"param_x31":null,"key_h22":"Diana","attr_k73":"https://api.example.com/v1","col_x67":378.63,"prop_y86":95,"val_c11":"Charlie"}}
TASK repair_structured_output SPEC FIELD param_i75 TYPE string REQUIRED yes FIELD val_r41 TYPE string REQUIRED yes FIELD col_m45 TYPE boolean REQUIRED no BROKEN_OUTPUT {"param_i75":"hello","val_r41":"demo"}
{"param_i75":"hello","val_r41":"demo"}
missing_bracket
{ "type": "object", "properties": { "param_i75": { "type": "string" }, "val_r41": { "type": "string" }, "col_m45": { "type": "boolean" } }, "required": [ "param_i75", "val_r41" ] }
{"param_i75":"hello","val_r41":"demo"}
Missing closing bracket
{"param_i75":"hello","val_r41":"demo"}
TASK repair_structured_output SPEC FIELD bill_of_lading TYPE null REQUIRED yes FIELD insurance_id TYPE integer REQUIRED no FIELD manifest_ref TYPE string_uri REQUIRED no FIELD credit_score TYPE string VALUES draft|published|archived REQUIRED no FIELD state TYPE number REQUIRED no FIELD conductivity TYPE string REQUIRE...
{"bill_of_lading":null,"insurance_id":183,"city":"draft","website":828}
missing_bracket
{ "type": "object", "properties": { "bill_of_lading": { "type": "null" }, "insurance_id": { "type": "integer" }, "manifest_ref": { "type": "string", "format": "uri" }, "credit_score": { "type": "string", "enum": [ "draft", "published", ...
{"bill_of_lading":null,"insurance_id":183,"city":"draft","website":828}
Missing closing bracket
{"bill_of_lading":null,"insurance_id":183,"city":"draft","website":828}
TASK repair_structured_output SPEC FIELD col_l55 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD col_z88 TYPE null REQUIRED no FIELD col_o63 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_i07 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD ...
{"col_l55":"type_f","col_z88":null,"col_o63":"rejected","val_i07":"USD","prop_s82":null,"key_p27":"type_b"}
extra_text_before
{ "type": "object", "properties": { "col_l55": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "col_z88": { "type": "null" }, "col_o63": { "type": "string", "enum": [...
Pipeline result: {"col_l55":"type_f","col_z88":null,"col_o63":"rejected","val_i07":"USD","prop_s82":null,"key_p27":"type_b"}
Output contains non-JSON text before the object
{"col_l55":"type_f","col_z88":null,"col_o63":"rejected","val_i07":"USD","prop_s82":null,"key_p27":"type_b"}
TASK repair_structured_output SPEC FIELD phenotype TYPE number REQUIRED yes FIELD category TYPE null REQUIRED no FIELD date TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD gene_id.account_id TYPE number REQUIRED yes FIELD gene_id.website.city TYPE string_uri REQUIRED yes FIELD gene_id.website....
{"phenotype":580.86,"date":"option_b","gene_id":{"account_id":230.6,"website":{"city":"https://api.com/data","isotope":false,"status":"Johnson","payment_status":"approved","total":["Hapag-Lloyd-Express","sample","2024-06-30","world"]},"subject":"coastal"},"tags":"degraded","level":"level_1"}
extra_field
{ "type": "object", "properties": { "phenotype": { "type": "number" }, "category": { "type": "null" }, "date": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "gene_id": { "type": "objec...
{"phenotype": 580.86, "date": "option_b", "gene_id": {"account_id": 230.6, "website": {"city": "https://api.com/data", "isotope": false, "status": "Johnson", "payment_status": "approved", "total": ["Hapag-Lloyd-Express", "sample", "2024-06-30", "world"]}, "subject": "coastal"}, "tags": "degraded", "level": "level_1", "...
Unknown field 'extra_field_7852' not defined in schema
{"phenotype":580.86,"date":"option_b","gene_id":{"account_id":230.6,"website":{"city":"https://api.com/data","isotope":false,"status":"Johnson","payment_status":"approved","total":["Hapag-Lloyd-Express","sample","2024-06-30","world"]},"subject":"coastal"},"tags":"degraded","level":"level_1"}
TASK repair_structured_output SPEC FIELD col_a25 TYPE string REQUIRED no FIELD col_d28 TYPE string REQUIRED no FIELD dim_y87 TYPE integer REQUIRED no FIELD key_f99 TYPE string REQUIRED yes FIELD param_b48 TYPE string REQUIRED no FIELD param_f89 TYPE boolean REQUIRED yes FIELD col_z67 TYPE number REQUIRED no FIELD key_...
{"col_a25":"cancelled","col_d28":"example","dim_y87":798,"key_f99":"cancelled","param_f89":false,"col_z67":80.12,"key_t69":"A short description."}
thought_process
{ "type": "object", "properties": { "col_a25": { "type": "string" }, "col_d28": { "type": "string" }, "dim_y87": { "type": "integer" }, "key_f99": { "type": "string" }, "param_b48": { "type": "string" }, "param_f89": { "type": "boolean"...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"col_a25":"cancelled","col_d28":"example","dim_y87":798,"key_f99":"cancelled","param_f89":false,"col_z67":80.12,"key_t69":"A short description."}
Output contains chain-of-thought reasoning before JSON
{"col_a25":"cancelled","col_d28":"example","dim_y87":798,"key_f99":"cancelled","param_f89":false,"col_z67":80.12,"key_t69":"A short description."}
TASK repair_structured_output SPEC FIELD label TYPE string REQUIRED yes FIELD rating.batch_code TYPE integer REQUIRED no FIELD rating.current_draw TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD rating.end_date TYPE string REQUIRED no FIELD rating.shipping TYPE string REQUIRED yes FIELD ra...
{"label":"https://api.example.com/v1","rating":{"batch_code":742,"current_draw":"missense","end_date":"Jane","shipping":"https://api.example.com/v1","product_id":"missense","shift_code":150,"sensor_id":"2024-01-15","index":{"decay_rate":422.83,"wavelength":529}},"order_id":449.48}
tool_call_wrong_param
{ "type": "object", "properties": { "label": { "type": "string" }, "rating": { "type": "object", "properties": { "batch_code": { "type": "integer" }, "current_draw": { "type": "string", "enum": [ "synonymous", ...
Tool: calculate_docking_fee Params: {"rating": {"batch_code": 742, "current_draw": "missense", "end_date": "Jane", "shipping": "https://api.example.com/v1", "product_id": "missense", "shift_code": 150, "sensor_id": "2024-01-15", "index": {"decay_rate": 422.83, "wavelength": 529}}, "order_id": 449.48, "label2": "https:/...
Agent used wrong parameter name 'label2' instead of 'label'
{"label":"https://api.example.com/v1","rating":{"batch_code":742,"current_draw":"missense","end_date":"Jane","shipping":"https://api.example.com/v1","product_id":"missense","shift_code":150,"sensor_id":"2024-01-15","index":{"decay_rate":422.83,"wavelength":529}},"order_id":449.48}
TASK repair_structured_output SPEC FIELD field_o03 TYPE string REQUIRED no FIELD col_r29 TYPE boolean REQUIRED no FIELD param_c15 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"field_o03":"Sao Paulo","param_c15":"2024-02-25T19:23:00Z"
{"field_o03":"Sao Paulo","param_c15":"2024-02-25T19:23:00Z"}
truncated_array
{ "type": "object", "properties": { "field_o03": { "type": "string" }, "col_r29": { "type": "boolean" }, "param_c15": { "type": "string", "format": "date-time" } }, "required": [ "param_c15" ] }
{"field_o03":"Sao Paulo","param_c15":"2024-02-25T19:23:00Z"
Unexpected end of JSON input — truncated object
{"field_o03":"Sao Paulo","param_c15":"2024-02-25T19:23:00Z"}
TASK repair_structured_output SPEC FIELD attr_k67 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD attr_q25 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD col_f66 TYPE string_date-time REQUIRED no FIELD key_i21 TYPE string REQUIRED yes FIELD dim_i36[].val_a51 TYPE string VALUES mode_a|mode_b RE...
{"attr_q25":"mode_c","col_f66":"2024-03-11T06:56:00Z","key_i21":"chrX","dim_i36":[{"val_a51":"mode_b","param_j34":"married","dim_h32":"unstable","prop_q89":false}],"attr_w65":[{"param_i52":"test@test.io","attr_n37":"mode_d","param_d99":"2026-07-08T06:06:00Z","field_e06":null,"prop_f87":true},{"key_j20":"https://data.io...
null_required
{ "type": "object", "properties": { "attr_k67": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "attr_q25": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "col_f66":...
{"attr_q25": null, "col_f66": "2024-03-11T06:56:00Z", "key_i21": "chrX", "dim_i36": [{"val_a51": "mode_b", "param_j34": "married", "dim_h32": "unstable", "prop_q89": false}], "attr_w65": [{"param_i52": "test@test.io", "attr_n37": "mode_d", "param_d99": "2026-07-08T06:06:00Z", "field_e06": null, "prop_f87": true}, {"key...
Required field 'attr_q25' is null
{"attr_q25":"mode_c","col_f66":"2024-03-11T06:56:00Z","key_i21":"chrX","dim_i36":[{"val_a51":"mode_b","param_j34":"married","dim_h32":"unstable","prop_q89":false}],"attr_w65":[{"param_i52":"test@test.io","attr_n37":"mode_d","param_d99":"2026-07-08T06:06:00Z","field_e06":null,"prop_f87":true},{"key_j20":"https://data.io...
TASK repair_structured_output SPEC FIELD dim_d17 TYPE string REQUIRED yes FIELD param_i41 TYPE string REQUIRED no FIELD key_v02 TYPE integer REQUIRED no FIELD field_b94 TYPE string_uri REQUIRED no FIELD prop_k68 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD param_l75.col_f71 TYPE st...
{"dim_d17":"GRCh38","param_i41":"Jane","key_v02":424,"field_b94":"https://data.io/api","param_l75":{"col_f71":"level_3","col_h39":"option_a","prop_h87":"ops@example.com","attr_t61":"Sao Paulo","dim_o10":{"attr_u36":"Berlin","param_u71":"Hapag-Lloyd-Express","param_f45":"https://example.com","col_p68":"hello","key_f48":...
extra_text_after
{ "type": "object", "properties": { "dim_d17": { "type": "string" }, "param_i41": { "type": "string" }, "key_v02": { "type": "integer" }, "field_b94": { "type": "string", "format": "uri" }, "prop_k68": { "type": "string", "enum": [ ...
{"dim_d17":"GRCh38","param_i41":"Jane","key_v02":424,"field_b94":"https://data.io/api","param_l75":{"col_f71":"level_3","col_h39":"option_a","prop_h87":"ops@example.com","attr_t61":"Sao Paulo","dim_o10":{"attr_u36":"Berlin","param_u71":"Hapag-Lloyd-Express","param_f45":"https://example.com","col_p68":"hello","key_f48":...
Output contains non-JSON text after the object
{"dim_d17":"GRCh38","param_i41":"Jane","key_v02":424,"field_b94":"https://data.io/api","param_l75":{"col_f71":"level_3","col_h39":"option_a","prop_h87":"ops@example.com","attr_t61":"Sao Paulo","dim_o10":{"attr_u36":"Berlin","param_u71":"Hapag-Lloyd-Express","param_f45":"https://example.com","col_p68":"hello","key_f48":...
TASK repair_structured_output SPEC FIELD attr_q58 TYPE number REQUIRED no FIELD col_r69 TYPE string_date-time REQUIRED yes FIELD attr_s31.prop_l99 TYPE number REQUIRED yes FIELD attr_s31.field_k77 TYPE null REQUIRED yes FIELD attr_s31.prop_o08 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIE...
{"attr_q58":45.56,"col_r69":"2020-03-02T10:26:00Z","attr_s31":{"prop_l99":44.09,"field_k77":null,"prop_o08":"maintenance","field_j56":{"prop_m79":"Oliveira","key_x43":"chrX","col_w31":"user@example.com","param_n77":"MV-Evergreen-01","val_h81":"admin@domain.org","param_u52":"free"},"param_x76":{"prop_u13":"published","c...
agent_chain
{ "type": "object", "properties": { "attr_q58": { "type": "number" }, "col_r69": { "type": "string", "format": "date-time" }, "attr_s31": { "type": "object", "properties": { "prop_l99": { "type": "number" }, "field_k77": { ...
Let me check the system. Action: get_weather Result: {"col_r69": "2020-03-02T10:26:00Z", "attr_s31": {"prop_l99": 44.09, "field_k77": null, "prop_o08": "maintenance", "field_j56": {"prop_m79": "Oliveira", "key_x43": "chrX", "col_w31": "user@example.com", "param_n77": "MV-Evergreen-01", "val_h81": "admin@domain.org", "p...
Agent multi-step chain with truncated tool output
{"attr_q58":45.56,"col_r69":"2020-03-02T10:26:00Z","attr_s31":{"prop_l99":44.09,"field_k77":null,"prop_o08":"maintenance","field_j56":{"prop_m79":"Oliveira","key_x43":"chrX","col_w31":"user@example.com","param_n77":"MV-Evergreen-01","val_h81":"admin@domain.org","param_u52":"free"},"param_x76":{"prop_u13":"published","c...
TASK repair_structured_output SPEC FIELD attr_j66 TYPE boolean REQUIRED no FIELD val_z16.val_f96 TYPE string REQUIRED no FIELD val_z16.attr_p10 TYPE null REQUIRED no FIELD val_z16.val_z55 TYPE boolean REQUIRED no FIELD val_z16.key_w15 TYPE number REQUIRED yes FIELD col_g68 TYPE number REQUIRED no FIELD attr_r27 TYPE b...
{"attr_j66":false,"val_z16":{"val_f96":"test","val_z55":true,"key_w15":77.52},"col_g68":985.23,"attr_r27":false,"key_e74":"quux"}
missing_required
{ "type": "object", "properties": { "attr_j66": { "type": "boolean" }, "val_z16": { "type": "object", "properties": { "val_f96": { "type": "string" }, "attr_p10": { "type": "null" }, "val_z55": { "type": "boolean" ...
{"attr_j66": false, "val_z16": {"val_f96": "test", "val_z55": true, "key_w15": 77.52}, "col_g68": 985.23, "key_e74": "quux"}
Required field 'attr_r27' is missing
{"attr_j66":false,"val_z16":{"val_f96":"test","val_z55":true,"key_w15":77.52},"col_g68":985.23,"attr_r27":false,"key_e74":"quux"}
TASK repair_structured_output SPEC FIELD field_z44 TYPE string REQUIRED yes FIELD param_p48 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD field_k75 TYPE boolean REQUIRED no FIELD prop_p61 TYPE number REQUIRED no FIELD param_f80.dim_v96 TYPE boolean REQUIRED yes FIELD param_f80.col_v58.prop_r85 TY...
{"field_z44":"PASS","field_k75":false,"prop_p61":781.97}
partial_structure
{ "type": "object", "properties": { "field_z44": { "type": "string" }, "param_p48": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "field_k75": { "type": "boolean" }, "prop_p61": { "type": "number" ...
Result: field_k75=False, {"field_z44":"PASS","field_k75":false,"prop_p61":781.97}
Output mixes natural language with JSON
{"field_z44":"PASS","field_k75":false,"prop_p61":781.97}
TASK repair_structured_output SPEC FIELD date TYPE number REQUIRED no FIELD weight TYPE number REQUIRED no FIELD zip_code TYPE string REQUIRED yes FIELD phone TYPE string REQUIRED yes BROKEN_OUTPUT Based on the data, zip_code is approved. {"weight":103.6,"zip_code":"approved","phone":"Diana"}
{"weight":103.6,"zip_code":"approved","phone":"Diana"}
partial_structure
{ "type": "object", "properties": { "date": { "type": "number" }, "weight": { "type": "number" }, "zip_code": { "type": "string" }, "phone": { "type": "string" } }, "required": [ "phone", "zip_code" ] }
Based on the data, zip_code is approved. {"weight":103.6,"zip_code":"approved","phone":"Diana"}
Output mixes natural language with JSON
{"weight":103.6,"zip_code":"approved","phone":"Diana"}
TASK repair_structured_output SPEC FIELD url.shift_code TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD url.total TYPE string REQUIRED yes FIELD url.tax TYPE string_uri REQUIRED yes FIELD url.conductivity TYPE string REQUIRED no FIELD url.invoice_id TYPE boolean REQUIRED no FIELD url.pressure_kpa TYPE ...
{"url":{"shift_code":"green","total":"cancelled","tax":"https://example.io/data","conductivity":"baz","invoice_id":false,"pressure_kpa":"info"},"visible":true,"insurance_id":"A short description.","lane":false}
boolean_as_string
{ "type": "object", "properties": { "url": { "type": "object", "properties": { "shift_code": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "total": { ...
{"url": {"shift_code": "green", "total": "cancelled", "tax": "https://example.io/data", "conductivity": "baz", "invoice_id": false, "pressure_kpa": "info"}, "visible": "no", "insurance_id": "A short description.", "lane": false}
Field 'visible' must be boolean, got string
{"url":{"shift_code":"green","total":"cancelled","tax":"https://example.io/data","conductivity":"baz","invoice_id":false,"pressure_kpa":"info"},"visible":true,"insurance_id":"A short description.","lane":false}
TASK repair_structured_output SPEC FIELD param_p30 TYPE string_email REQUIRED no FIELD key_t76 TYPE integer REQUIRED yes FIELD dim_w45 TYPE string REQUIRED yes FIELD attr_j36[].param_r27 TYPE string_email REQUIRED no FIELD attr_j36[].key_m46 TYPE string_date-time REQUIRED yes FIELD attr_j36[].prop_r51 TYPE integer REQ...
{"key_t76":355,"dim_w45":"2024-01-15","attr_j36":[{"key_m46":"2026-11-09T09:22:00Z","prop_r51":948,"field_d01":"GRCh38","field_h18":"option_a"},{"param_r27":"test@example.com","key_m46":"2026-04-05T15:25:00Z","field_d01":"test@example.com","dim_x84":"hello","field_h18":"option_b"},{"param_r27":"ops@example.com","key_m4...
tool_call_text_mix
{ "type": "object", "properties": { "param_p30": { "type": "string", "format": "email" }, "key_t76": { "type": "integer" }, "dim_w45": { "type": "string" }, "attr_j36": { "type": "array", "items": { "type": "object", "properties": { ...
I need to look up the information first. <tool_call name="schedule_meeting"> {"key_t76":355,"dim_w45":"2024-01-15","attr_j36":[{"key_m46":"2026-11-09T09:22:00Z","prop_r51":948,"field_d01":"GRCh38","field_h18":"option_a"},{"param_r27":"test@example.com","key_m46":"2026-04-05T15:25:00Z","field_d01":"test@example.com","di...
Agent response mixes reasoning text with tool call
{"key_t76":355,"dim_w45":"2024-01-15","attr_j36":[{"key_m46":"2026-11-09T09:22:00Z","prop_r51":948,"field_d01":"GRCh38","field_h18":"option_a"},{"param_r27":"test@example.com","key_m46":"2026-04-05T15:25:00Z","field_d01":"test@example.com","dim_x84":"hello","field_h18":"option_b"},{"param_r27":"ops@example.com","key_m4...
TASK repair_structured_output SPEC FIELD run_id TYPE integer REQUIRED yes FIELD item_id TYPE null REQUIRED yes FIELD message.isotope TYPE number REQUIRED no FIELD message.version.shift_code TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD message.version.published TYPE string VALUES cat_a|c...
{"run_id":864,"item_id":null,"message":{"version":{"shift_code":"level_4","published":"cat_c","frequency_hz":"medium","ward":"John","lab_result":563},"footnote":"bar"},"step":"level_3","freight_class":808.88,"loan_amount":{"username":257,"throttle_pos":474.51,"width":"unstable","balance":749,"quality_score":29}}
trailing_comma
{ "type": "object", "properties": { "run_id": { "type": "integer" }, "item_id": { "type": "null" }, "message": { "type": "object", "properties": { "isotope": { "type": "number" }, "version": { "type": "object", "proper...
{"run_id":864,"item_id":null,"message":{"version":{"shift_code":"level_4","published":"cat_c","frequency_hz":"medium","ward":"John","lab_result":563,},"footnote":"bar"},"step":"level_3","freight_class":808.88,"loan_amount":{"username":257,"throttle_pos":474.51,"width":"unstable","balance":749,"quality_score":29}}
Unexpected trailing comma
{"run_id":864,"item_id":null,"message":{"version":{"shift_code":"level_4","published":"cat_c","frequency_hz":"medium","ward":"John","lab_result":563},"footnote":"bar"},"step":"level_3","freight_class":808.88,"loan_amount":{"username":257,"throttle_pos":474.51,"width":"unstable","balance":749,"quality_score":29}}
TASK repair_structured_output SPEC FIELD param_d33 TYPE string REQUIRED yes FIELD dim_a91 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD key_l00[].col_s64 TYPE string REQUIRED no FIELD key_l00[].val_o88 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD key_l00[].prop_x69...
{"param_d33":"completed","dim_a91":"hemizygous","key_x30":[false,true,true,false]}
unquoted_keys
{ "type": "object", "properties": { "param_d33": { "type": "string" }, "dim_a91": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "key_l00": { "type": "array", "items": { "type": "object", "...
{param_d33:"completed",dim_a91:"hemizygous",key_x30:[false,true,true,false]}
Expecting property name enclosed in double quotes
{"param_d33":"completed","dim_a91":"hemizygous","key_x30":[false,true,true,false]}
TASK repair_structured_output SPEC FIELD strand TYPE string REQUIRED no FIELD comments TYPE integer REQUIRED yes FIELD reagent TYPE string_uri REQUIRED no BROKEN_OUTPUT Pipeline result: {"strand":"2024-01-15","comments":522,"reagent":"https://data.com/v1"}
{"strand":"2024-01-15","comments":522,"reagent":"https://data.com/v1"}
extra_text_before
{ "type": "object", "properties": { "strand": { "type": "string" }, "comments": { "type": "integer" }, "reagent": { "type": "string", "format": "uri" } }, "required": [ "comments" ] }
Pipeline result: {"strand":"2024-01-15","comments":522,"reagent":"https://data.com/v1"}
Output contains non-JSON text before the object
{"strand":"2024-01-15","comments":522,"reagent":"https://data.com/v1"}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE number REQUIRED yes FIELD turbidity TYPE boolean REQUIRED no FIELD cargo_type TYPE integer REQUIRED yes FIELD vital_sign.credit_score TYPE string REQUIRED yes FIELD vital_sign.quantity TYPE string REQUIRED no FIELD vital_sign.barcode TYPE string_uri REQUIRED no...
{"aligned_pct":121.95,"turbidity":false,"cargo_type":892,"vital_sign":{"credit_score":"John","quantity":"inactive","barcode":"https://www.com/v1","pressure_kpa":"PASS","city":"Charlie"},"item_id":null}
truncated_object
{ "type": "object", "properties": { "aligned_pct": { "type": "number" }, "turbidity": { "type": "boolean" }, "cargo_type": { "type": "integer" }, "vital_sign": { "type": "object", "properties": { "credit_score": { "type": "string" }...
{"aligned_pct":121.95,"turbidity":false,"cargo_type":892,"vital_sign":{"credit_score":"John","quantity":"inactive","barcode":"https://www.com/v1","pressure_kpa":"PASS","city":"Charlie"},"item_id":null
Unexpected end of JSON input — truncated object
{"aligned_pct":121.95,"turbidity":false,"cargo_type":892,"vital_sign":{"credit_score":"John","quantity":"inactive","barcode":"https://www.com/v1","pressure_kpa":"PASS","city":"Charlie"},"item_id":null}
TASK repair_structured_output SPEC FIELD zip_code.section TYPE string REQUIRED no FIELD zip_code.voltage TYPE string_email REQUIRED yes FIELD zip_code.values TYPE string REQUIRED no FIELD order_id TYPE integer REQUIRED yes FIELD lab_result.bearing TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD lab_result.log...
{"zip_code":{"section":"A short description.","voltage":"test@test.io","values":"sample"},"order_id":900,"lab_result":{"bearing":"GBP","log_level":"escalated","filter_flag":false,"thumbnail":"2024-01-15","berth_slot":"active","lane":573},"filter_flag":"heterozygous","manifest_ref":"Charlie","compound":557,"humidity_pct...
truncated_array
{ "type": "object", "properties": { "zip_code": { "type": "object", "properties": { "section": { "type": "string" }, "voltage": { "type": "string", "format": "email" }, "values": { "type": "string" } }, ...
{"zip_code":{"section":"A short description.","voltage":"test@test.io","values":"sample"},"order_id":900,"lab_result":{"bearing":"GBP","log_level":"escalated","filter_flag":false,"thumbnail":"2024-01-15","berth_slot":"active","lane":573},"filter_flag":"heterozygous","manifest_ref":"Charlie","compound":557,"humidity_pct...
Unexpected end of JSON input — truncated object
{"zip_code":{"section":"A short description.","voltage":"test@test.io","values":"sample"},"order_id":900,"lab_result":{"bearing":"GBP","log_level":"escalated","filter_flag":false,"thumbnail":"2024-01-15","berth_slot":"active","lane":573},"filter_flag":"heterozygous","manifest_ref":"Charlie","compound":557,"humidity_pct...
TASK repair_structured_output SPEC FIELD col_u09 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD val_a71 TYPE string_uri REQUIRED yes FIELD prop_v89 TYPE string_email REQUIRED yes FIELD val_n74 TYPE number REQUIRED no BROKEN_OUTPUT Below is the JSON object: {"col_u09":"level_2","val_a71":"https:/...
{"col_u09":"level_2","val_a71":"https://api.com/v1","prop_v89":"info@example.com","val_n74":83.21}
extra_text_before
{ "type": "object", "properties": { "col_u09": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "val_a71": { "type": "string", "format": "uri" }, "prop_v89": { "type": "string", "format": "emai...
Below is the JSON object: {"col_u09":"level_2","val_a71":"https://api.com/v1","prop_v89":"info@example.com","val_n74":83.21}
Output contains non-JSON text before the object
{"col_u09":"level_2","val_a71":"https://api.com/v1","prop_v89":"info@example.com","val_n74":83.21}
TASK repair_structured_output SPEC FIELD attr_w74 TYPE boolean REQUIRED yes FIELD val_a42 TYPE string REQUIRED no FIELD dim_i84 TYPE string REQUIRED no FIELD dim_u29 TYPE boolean REQUIRED yes FIELD field_x00 TYPE string REQUIRED no FIELD val_i99.key_a87 TYPE integer REQUIRED yes FIELD val_i99.dim_g28 TYPE null REQUIRE...
{"attr_w74":false,"val_a42":"Oliveira","dim_i84":"FWD","dim_u29":false,"field_x00":"Luis","val_i99":{"key_a87":595,"key_q43":742,"attr_p48":"mode_c","attr_l21":"test@example.com","col_t70":"mode_b","attr_h52":"2022-07-24T04:57:00Z"},"val_w36":"mode_a"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_w74": { "type": "boolean" }, "val_a42": { "type": "string" }, "dim_i84": { "type": "string" }, "dim_u29": { "type": "boolean" }, "field_x00": { "type": "string" }, "val_i99": { "type": "object",...
I need to look up the information first. Action: create_ticket Arguments: {"attr_w74": false, "val_a42": "Oliveira", "dim_i84": "FWD", "field_x00": "Luis", "val_i99": {"key_a87": 595, "key_q43": 742, "attr_p48": "mode_c", "attr_l21": "test@example.com", "col_t70": "mode_b", "attr_h52": "2022-07-24T04:57:00Z"}, "val_w36...
Agent tool call missing required parameter 'dim_u29'
{"attr_w74":false,"val_a42":"Oliveira","dim_i84":"FWD","dim_u29":false,"field_x00":"Luis","val_i99":{"key_a87":595,"key_q43":742,"attr_p48":"mode_c","attr_l21":"test@example.com","col_t70":"mode_b","attr_h52":"2022-07-24T04:57:00Z"},"val_w36":"mode_a"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD fleet_number TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD department TYPE integer REQUIRED no FIELD branch TYPE integer REQUIRED yes FIELD wavelength TYPE string VALUES pend...
{"procedure_code":"oceanic","department":905,"branch":736,"wavelength":"confirmed"}
invalid_enum
{ "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "fleet_number": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "a...
{"procedure_code": "invalid_choice_434", "department": 905, "branch": 736, "wavelength": "confirmed"}
Field 'procedure_code' has invalid enum value 'invalid_choice_434', expected one of ['coastal', 'oceanic', 'inland', 'arctic']
{"procedure_code":"oceanic","department":905,"branch":736,"wavelength":"confirmed"}
TASK repair_structured_output SPEC FIELD altitude TYPE string_uri REQUIRED no FIELD longitude TYPE string REQUIRED no FIELD gene_id TYPE string REQUIRED yes FIELD chapter TYPE string REQUIRED yes FIELD score TYPE number REQUIRED yes FIELD published TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD f...
{"altitude":"https://example.io/data","gene_id":"Maria","chapter":"RTG-04","score":886.69,"freight_class":"archived"}
missing_required
{ "type": "object", "properties": { "altitude": { "type": "string", "format": "uri" }, "longitude": { "type": "string" }, "gene_id": { "type": "string" }, "chapter": { "type": "string" }, "score": { "type": "number" }, "published": { ...
{"altitude": "https://example.io/data", "gene_id": "Maria", "score": 886.69, "freight_class": "archived"}
Required field 'chapter' is missing
{"altitude":"https://example.io/data","gene_id":"Maria","chapter":"RTG-04","score":886.69,"freight_class":"archived"}
TASK repair_structured_output SPEC FIELD prop_v98 TYPE string REQUIRED yes FIELD field_h85 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD attr_p85 TYPE string VALUES single|married|divorced REQUIRED yes BROKEN_OUTPUT The prop_v98 is test@example.com and {"prop_v98":"test@example.com","fi...
{"prop_v98":"test@example.com","field_h85":"level_1","attr_p85":"divorced"}
partial_structure
{ "type": "object", "properties": { "prop_v98": { "type": "string" }, "field_h85": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "attr_p85": { "type": "string", "enum": [ ...
The prop_v98 is test@example.com and {"prop_v98":"test@example.com","field_h85":"level_1","attr_p85":"divorced"}
Output mixes natural language with JSON
{"prop_v98":"test@example.com","field_h85":"level_1","attr_p85":"divorced"}
TASK repair_structured_output SPEC FIELD amplitude TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD tags TYPE string REQUIRED yes FIELD order_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD items TYPE integer REQUIRED no BROKEN_OUTPUT {"amplitude":"hemizygous","tags"...
{"amplitude":"hemizygous","tags":"Berlin","order_id":"heterozygous"}
truncated_object
{ "type": "object", "properties": { "amplitude": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "tags": { "type": "string" }, "order_id": { "type": "string", "enum": [ "homozygous", "hetero...
{"amplitude":"hemizygous","tags":"Berlin","order_id":"heterozygous"
Unexpected end of JSON input — truncated object
{"amplitude":"hemizygous","tags":"Berlin","order_id":"heterozygous"}
TASK repair_structured_output SPEC FIELD count TYPE string VALUES admin|editor|viewer REQUIRED no FIELD tile TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD due_date TYPE string VALUES free|basic|pro|enterprise REQUIRED no BROKEN_OUTPUT {"count":"editor","tile":"arctic","due_date":"pro"}
{"count":"editor","tile":"arctic","due_date":"pro"}
missing_bracket
{ "type": "object", "properties": { "count": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "tile": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "due_date": ...
{"count":"editor","tile":"arctic","due_date":"pro"}
Missing closing bracket
{"count":"editor","tile":"arctic","due_date":"pro"}
TASK repair_structured_output SPEC FIELD allele TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD yield_pct TYPE string VALUES single|married|divorced REQUIRED no FIELD product_id TYPE string VALUES active|inactive|pending REQUIRED yes FIELD size TYPE integer REQUIRED yes FIELD feedback TYPE stri...
{"allele":"hemizygous","product_id":"active","size":97,"feedback":"2026-10-14T07:58:00Z","role":876}
extra_text_before
{ "type": "object", "properties": { "allele": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "yield_pct": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "product...
The instrument reported: {"allele":"hemizygous","product_id":"active","size":97,"feedback":"2026-10-14T07:58:00Z","role":876}
Output contains non-JSON text before the object
{"allele":"hemizygous","product_id":"active","size":97,"feedback":"2026-10-14T07:58:00Z","role":876}
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD last_name TYPE number REQUIRED no FIELD batch_code TYPE integer REQUIRED yes FIELD brake_pressure.updated_at TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD brake_pressure.first_name T...
{"longitude":"email","last_name":844.83,"batch_code":289,"brake_pressure":{"updated_at":"heterozygous","first_name":"2024-05-26T18:37:00Z","insurance_id":"https://api.example.com/v1","cargo_type":"blue","description":"medium","aligned_pct":null,"position":538.92,"isotope":"GRCh38"}}
missing_brace
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "last_name": { "type": "number" }, "batch_code": { "type": "integer" }, "brake_pressure": { "type": "obj...
{"longitude":"email","last_name":844.83,"batch_code":289,"brake_pressure":{"updated_at":"heterozygous","first_name":"2024-05-26T18:37:00Z","insurance_id":"https://api.example.com/v1","cargo_type":"blue","description":"medium","aligned_pct":null,"position":538.92,"isotope":"GRCh38"}
Missing closing brace
{"longitude":"email","last_name":844.83,"batch_code":289,"brake_pressure":{"updated_at":"heterozygous","first_name":"2024-05-26T18:37:00Z","insurance_id":"https://api.example.com/v1","cargo_type":"blue","description":"medium","aligned_pct":null,"position":538.92,"isotope":"GRCh38"}}
TASK repair_structured_output SPEC FIELD attr_r33 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD val_z00 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_l10 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD val_a08 TYPE integer REQUIRED no FIELD attr_n...
{"attr_r33":"blue","val_z00":"low","dim_l10":"pending_review","val_a08":636,"attr_n35":534.83}
missing_required
{ "type": "object", "properties": { "attr_r33": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_z00": { "type": "string", "enum": [ "low", "medium", "high", "critical" ...
{"attr_r33": "blue", "val_z00": "low", "val_a08": 636, "attr_n35": 534.83}
Required field 'dim_l10' is missing
{"attr_r33":"blue","val_z00":"low","dim_l10":"pending_review","val_a08":636,"attr_n35":534.83}
TASK repair_structured_output SPEC FIELD total TYPE string REQUIRED no FIELD width TYPE null REQUIRED yes FIELD type TYPE string REQUIRED no FIELD shift_code.total TYPE integer REQUIRED no FIELD shift_code.manifest_ref TYPE string_date-time REQUIRED yes FIELD shift_code.website TYPE string VALUES new|in_transit|delive...
{"total":"test","width":null,"type":"user@domain.com","shift_code":{"total":803,"manifest_ref":"2024-12-27T11:19:00Z","website":"returned","dissolved_oxygen":920.5},"tax":{"company":"in_progress","collateral":"foo"}}
missing_required
{ "type": "object", "properties": { "total": { "type": "string" }, "width": { "type": "null" }, "type": { "type": "string" }, "shift_code": { "type": "object", "properties": { "total": { "type": "integer" }, "manifest_ref": ...
{"total": "test", "type": "user@domain.com", "shift_code": {"total": 803, "manifest_ref": "2024-12-27T11:19:00Z", "website": "returned", "dissolved_oxygen": 920.5}, "tax": {"company": "in_progress", "collateral": "foo"}}
Required field 'width' is missing
{"total":"test","width":null,"type":"user@domain.com","shift_code":{"total":803,"manifest_ref":"2024-12-27T11:19:00Z","website":"returned","dissolved_oxygen":920.5},"tax":{"company":"in_progress","collateral":"foo"}}
TASK repair_structured_output SPEC FIELD height TYPE boolean REQUIRED yes FIELD state TYPE string REQUIRED no FIELD amount.full_name TYPE integer REQUIRED no FIELD amount.insurance_id TYPE string REQUIRED yes FIELD amount.hazmat_code.transaction_id TYPE string REQUIRED yes FIELD amount.hazmat_code.age TYPE string_emai...
{"height":true,"state":"Johnson","amount":{"full_name":82,"insurance_id":"2024-06-30","hazmat_code":{"transaction_id":"approved","age":"ops@test.io","voltage":840.6},"paragraph":true,"timezone":"foo","torque_output":543},"price":null,"subtotal":"sample"}
thought_process
{ "type": "object", "properties": { "height": { "type": "boolean" }, "state": { "type": "string" }, "amount": { "type": "object", "properties": { "full_name": { "type": "integer" }, "insurance_id": { "type": "string" }, ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"height":true,"state":"Johnson","amount":{"full_name":82,"insurance_id":"2024-06-30","hazmat_code":{"transaction_id":"approved","age":"ops@test.io","voltage":840.6},"paragraph":true,"timezone":"foo",...
Output contains chain-of-thought reasoning before JSON
{"height":true,"state":"Johnson","amount":{"full_name":82,"insurance_id":"2024-06-30","hazmat_code":{"transaction_id":"approved","age":"ops@test.io","voltage":840.6},"paragraph":true,"timezone":"foo","torque_output":543},"price":null,"subtotal":"sample"}
TASK repair_structured_output SPEC FIELD dim_d68 TYPE boolean REQUIRED no FIELD dim_f36 TYPE string REQUIRED no FIELD key_a40 TYPE string REQUIRED no FIELD val_a67 TYPE string_date-time REQUIRED yes FIELD val_j93 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dim_o60 TYPE integer REQU...
{"dim_d68":false,"dim_f36":"FWD","key_a40":"chr1","val_a67":"2024-12-27T10:34:00Z","val_j93":"confirmed","dim_o60":159,"col_b29":"approved"}
null_required
{ "type": "object", "properties": { "dim_d68": { "type": "boolean" }, "dim_f36": { "type": "string" }, "key_a40": { "type": "string" }, "val_a67": { "type": "string", "format": "date-time" }, "val_j93": { "type": "string", "enum": [ ...
{"dim_d68": false, "dim_f36": "FWD", "key_a40": "chr1", "val_a67": null, "val_j93": "confirmed", "dim_o60": 159, "col_b29": "approved"}
Required field 'val_a67' is null
{"dim_d68":false,"dim_f36":"FWD","key_a40":"chr1","val_a67":"2024-12-27T10:34:00Z","val_j93":"confirmed","dim_o60":159,"col_b29":"approved"}
TASK repair_structured_output SPEC FIELD format TYPE string_email REQUIRED yes FIELD catalyst TYPE string REQUIRED no FIELD strand.allele TYPE boolean REQUIRED yes FIELD strand.feedback TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD strand.dissolved_oxygen TYPE number REQUIRED no FIELD strand.ve...
{"format":"admin@domain.org","catalyst":"cancelled","strand":{"allele":false,"feedback":"moored","dissolved_oxygen":281.73,"verified":245},"bed_number":"sample","options":false,"log_level":102.95}
partial_structure
{ "type": "object", "properties": { "format": { "type": "string", "format": "email" }, "catalyst": { "type": "string" }, "strand": { "type": "object", "properties": { "allele": { "type": "boolean" }, "feedback": { "type": ...
Result: log_level=102.95, {"format":"admin@domain.org","catalyst":"cancelled","strand":{"allele":false,"feedback":"moored","dissolved_oxygen":281.73,"verified":245},"bed_number":"sample","options":false,"log_level":102.95}
Output mixes natural language with JSON
{"format":"admin@domain.org","catalyst":"cancelled","strand":{"allele":false,"feedback":"moored","dissolved_oxygen":281.73,"verified":245},"bed_number":"sample","options":false,"log_level":102.95}
TASK repair_structured_output SPEC FIELD section TYPE string REQUIRED no FIELD tags TYPE string REQUIRED no FIELD account_id TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD amplitude.log_level TYPE number REQUIRED no FIELD amplitude.half_life TYPE string_date-time REQUIRED no FIELD amplitude.bill_of_lading TYPE stri...
{"section":"QC-07","tags":"foo","account_id":"cat_a","amplitude":{"log_level":101.18,"half_life":"2024-10-24T00:50:00Z","bill_of_lading":"Johnson","turbidity":813.5,"options":null}}
null_required
{ "type": "object", "properties": { "section": { "type": "string" }, "tags": { "type": "string" }, "account_id": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "amplitude": { "type": "object", "properties": { "log_lev...
{"section": "QC-07", "tags": "foo", "account_id": null, "amplitude": {"log_level": 101.18, "half_life": "2024-10-24T00:50:00Z", "bill_of_lading": "Johnson", "turbidity": 813.5, "options": null}}
Required field 'account_id' is null
{"section":"QC-07","tags":"foo","account_id":"cat_a","amplitude":{"log_level":101.18,"half_life":"2024-10-24T00:50:00Z","bill_of_lading":"Johnson","turbidity":813.5,"options":null}}
TASK repair_structured_output SPEC FIELD total TYPE number REQUIRED no FIELD active TYPE null REQUIRED no FIELD terminal_id TYPE string_date-time REQUIRED no FIELD batch_code TYPE string VALUES success|error|warning|info REQUIRED no FIELD medication TYPE number REQUIRED yes BROKEN_OUTPUT create_order(terminal_id='202...
{"terminal_id":"2025-07-16T04:24:00Z","batch_code":"warning","medication":304.93}
tool_call_python_syntax
{ "type": "object", "properties": { "total": { "type": "number" }, "active": { "type": "null" }, "terminal_id": { "type": "string", "format": "date-time" }, "batch_code": { "type": "string", "enum": [ "success", "error", "warnin...
create_order(terminal_id='2025-07-16T04:24:00Z', batch_code='warning', medication=304.93)
Tool call uses Python syntax instead of JSON
{"terminal_id":"2025-07-16T04:24:00Z","batch_code":"warning","medication":304.93}
TASK repair_structured_output SPEC FIELD pressure_kpa TYPE string_uri REQUIRED no FIELD tax TYPE null REQUIRED yes FIELD index TYPE boolean REQUIRED yes FIELD gene_id TYPE number REQUIRED yes FIELD amount TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT {"tax": null, "index": false, "gene_id": 169....
{"tax":null,"index":false,"gene_id":169.82,"amount":"small"}
invalid_enum
{ "type": "object", "properties": { "pressure_kpa": { "type": "string", "format": "uri" }, "tax": { "type": "null" }, "index": { "type": "boolean" }, "gene_id": { "type": "number" }, "amount": { "type": "string", "enum": [ "small"...
{"tax": null, "index": false, "gene_id": 169.82, "amount": "invalid_option_445"}
Field 'amount' has invalid enum value 'invalid_option_445', expected one of ['small', 'medium', 'large', 'xl']
{"tax":null,"index":false,"gene_id":169.82,"amount":"small"}
TASK repair_structured_output SPEC FIELD shift_code TYPE boolean REQUIRED yes FIELD shipper_ref TYPE null REQUIRED no FIELD name TYPE boolean REQUIRED no FIELD hazmat_code TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD aligned_pct.category.published TYPE string VALUES red|blue|green|black|white REQU...
{"shift_code":true,"hazmat_code":"type_b","aligned_pct":{"category":{"published":"green","score":"type_a","repository":609,"updated_at":false,"consignee":373,"batch_code":859.89},"consignee":12,"shift_code":"2023-09-23T12:07:00Z","torque_output":622.68},"address":"inactive"}
tool_call_partial_args
{ "type": "object", "properties": { "shift_code": { "type": "boolean" }, "shipper_ref": { "type": "null" }, "name": { "type": "boolean" }, "hazmat_code": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ...
I need to look up the information first. Action: process_payment Arguments: {"shift_code": true, "hazmat_code": "type_b", "address": "inactive"}
Agent tool call missing required parameter 'aligned_pct'
{"shift_code":true,"hazmat_code":"type_b","aligned_pct":{"category":{"published":"green","score":"type_a","repository":609,"updated_at":false,"consignee":373,"batch_code":859.89},"consignee":12,"shift_code":"2023-09-23T12:07:00Z","torque_output":622.68},"address":"inactive"}
TASK repair_structured_output SPEC FIELD freight_class TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD ward TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD build_status TYPE string_uri REQUIRED yes BROKEN_OUTPUT validate_sample(freight_class='berthed', ward='in_transit', b...
{"freight_class":"berthed","ward":"in_transit","build_status":"https://data.io/v1"}
tool_call_python_syntax
{ "type": "object", "properties": { "freight_class": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "ward": { "type": "string", "enum": [ "new", "in_transit", "delivered", "retur...
validate_sample(freight_class='berthed', ward='in_transit', build_status='https://data.io/v1')
Tool call uses Python syntax instead of JSON
{"freight_class":"berthed","ward":"in_transit","build_status":"https://data.io/v1"}
TASK repair_structured_output SPEC FIELD freight_class TYPE number REQUIRED no FIELD longitude TYPE integer REQUIRED no FIELD yield_pct TYPE string VALUES success|error|warning|info REQUIRED no FIELD run_id TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD throttle_pos TYPE string REQUIRED no FIELD sa...
{"freight_class":79.38,"longitude":901,"yield_pct":"success","run_id":"oceanic","salinity":903.54}
number_with_unit
{ "type": "object", "properties": { "freight_class": { "type": "number" }, "longitude": { "type": "integer" }, "yield_pct": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "run_id": { "type": "st...
{"freight_class": 79.38, "longitude": 901, "yield_pct": "success", "run_id": "oceanic", "salinity": "903.54kg"}
Field 'salinity' must be number, got string with unit
{"freight_class":79.38,"longitude":901,"yield_pct":"success","run_id":"oceanic","salinity":903.54}
TASK repair_structured_output SPEC FIELD tags TYPE integer REQUIRED no FIELD yield_pct TYPE number REQUIRED no FIELD collateral TYPE number REQUIRED yes FIELD payment_status.price TYPE string REQUIRED yes FIELD payment_status.zip_code TYPE string_date-time REQUIRED no FIELD payment_status.consignee TYPE string_uri REQ...
{"yield_pct":967.96,"collateral":15.01,"payment_status":{"price":"Oliveira","zip_code":"2020-12-09T08:02:00Z","consignee":"https://www.io/data","catalyst":"chrX"},"index":{"diagnosis_code":"option_a","strand":{"nickname":"Paris","product_id":"option_b","lab_result":"blue","score":"active","strand":377,"crew_id":"https:...
agent_chain
{ "type": "object", "properties": { "tags": { "type": "integer" }, "yield_pct": { "type": "number" }, "collateral": { "type": "number" }, "payment_status": { "type": "object", "properties": { "price": { "type": "string" }, "...
I need to look up the information first. Action: search Result: {"collateral": 15.01, "payment_status": {"price": "Oliveira", "zip_code": "2020-12-09T08:02:00Z", "consignee": "https://www.io/data", "catalyst": "chrX"}, "index": {"diagnosis_code": "option_a", "strand": {"nickname": "Paris", "product_id": "option_b", "la...
Agent multi-step chain with truncated tool output
{"yield_pct":967.96,"collateral":15.01,"payment_status":{"price":"Oliveira","zip_code":"2020-12-09T08:02:00Z","consignee":"https://www.io/data","catalyst":"chrX"},"index":{"diagnosis_code":"option_a","strand":{"nickname":"Paris","product_id":"option_b","lab_result":"blue","score":"active","strand":377,"crew_id":"https:...
TASK repair_structured_output SPEC FIELD col_p11 TYPE string REQUIRED no FIELD dim_i29 TYPE boolean REQUIRED yes FIELD attr_t47 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD field_q17 TYPE string_date-time REQUIRED no FIELD dim_h79 TYPE string REQUIRED no FIELD key_j31 TYPE null REQUIRED yes ...
{"col_p11":"Alice","dim_i29":true,"attr_t47":"hemizygous","field_q17":"2024-08-10T00:50:00Z","dim_h79":"Maria","key_j31":null}
truncated_object
{ "type": "object", "properties": { "col_p11": { "type": "string" }, "dim_i29": { "type": "boolean" }, "attr_t47": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "field_q17": { "type": "string", ...
{"col_p11":"Alice","dim_i29":true,"attr_t47":"hemizygous","field_q17":"2024-08-10T00:50:00Z","dim_h79":"Maria","key_j31":null
Unexpected end of JSON input — truncated object
{"col_p11":"Alice","dim_i29":true,"attr_t47":"hemizygous","field_q17":"2024-08-10T00:50:00Z","dim_h79":"Maria","key_j31":null}
TASK repair_structured_output SPEC FIELD latitude TYPE string REQUIRED no FIELD dosage TYPE string REQUIRED no FIELD step TYPE string VALUES success|error|warning|info REQUIRED yes FIELD subtotal TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD timezone TYPE string REQUIRED yes FIELD items TYPE ...
{"latitude":"Silva","dosage":"GRCh38","step":"error","subtotal":"heterozygous","timezone":"chrX","phenotype":681.35}
wrong_type
{ "type": "object", "properties": { "latitude": { "type": "string" }, "dosage": { "type": "string" }, "step": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "subtotal": { "type": "string", ...
{"latitude": "Silva", "dosage": "GRCh38", "step": "error", "subtotal": "heterozygous", "timezone": "chrX", "phenotype": "\"681.35\""}
Field 'phenotype' must be number, got string
{"latitude":"Silva","dosage":"GRCh38","step":"error","subtotal":"heterozygous","timezone":"chrX","phenotype":681.35}
TASK repair_structured_output SPEC FIELD col_i87 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD attr_h08 TYPE string_date-time REQUIRED no FIELD field_j93 TYPE null REQUIRED no FIELD prop_f91 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_g48 TYPE null REQUIRED no FIELD key_c99 TYP...
{"col_i87":"coastal","prop_f91":"JPY","param_g48":null,"key_c99":"green","col_a16":false,"field_d02":"active"}
agent_chain
{ "type": "object", "properties": { "col_i87": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "attr_h08": { "type": "string", "format": "date-time" }, "field_j93": { "type": "null" }, "prop_f...
Let me check the system. Action: run_diagnostics Result: {"col_i87": "coastal", "prop_f91": "JPY", "param_g48": null, "key_c99": "green", "col_a16": false} Processing the request now. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"col_i87":"coastal","prop_f91":"JPY","param_g48":null,"key_c99":"green","col_a16":false,"field_d02":"active"}
TASK repair_structured_output SPEC FIELD name TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD nickname TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD ward TYPE string REQUIRED no FIELD decay_rate TYPE string VALUES mode_a|mode_b REQUIRED no FIELD coverage TYPE integer REQUIR...
{"nickname":"level_2","ward":"2024-06-30","decay_rate":"mode_b","coverage":40,"type":690}
markdown_explanation
{ "type": "object", "properties": { "name": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "nickname": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ...
Pipeline result: ```json {"nickname":"level_2","ward":"2024-06-30","decay_rate":"mode_b","coverage":40,"type":690} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"nickname":"level_2","ward":"2024-06-30","decay_rate":"mode_b","coverage":40,"type":690}
TASK repair_structured_output SPEC FIELD param_a21 TYPE string REQUIRED yes FIELD param_y44 TYPE string REQUIRED no FIELD attr_w88 TYPE string REQUIRED no FIELD field_x57 TYPE boolean REQUIRED yes FIELD col_v07 TYPE integer REQUIRED yes FIELD attr_q04 TYPE string VALUES admin|editor|viewer REQUIRED no BROKEN_OUTPUT {...
{"param_a21":"Bob","attr_w88":"GRCh38","field_x57":true,"col_v07":995,"attr_q04":"editor"}
truncated_array
{ "type": "object", "properties": { "param_a21": { "type": "string" }, "param_y44": { "type": "string" }, "attr_w88": { "type": "string" }, "field_x57": { "type": "boolean" }, "col_v07": { "type": "integer" }, "attr_q04": { "type": "str...
{"param_a21":"Bob","attr_w88":"GRCh38","field_x57":true,"col_v07":995,"attr_q04":"editor"
Unexpected end of JSON input — truncated object
{"param_a21":"Bob","attr_w88":"GRCh38","field_x57":true,"col_v07":995,"attr_q04":"editor"}
TASK repair_structured_output SPEC FIELD format TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD medication TYPE integer REQUIRED no FIELD ph_level TYPE string REQUIRED no FIELD filter_flag TYPE integer REQUIRED no FIELD gene_id TYPE number REQUIRED yes FIELD score TYPE string REQUIRED no...
{"format":"degraded","filter_flag":847,"gene_id":903.93,"dosage":true}
extra_text_before
{ "type": "object", "properties": { "format": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "medication": { "type": "integer" }, "ph_level": { "type": "string" }, "filter_flag": { ...
Sure, here's the result: {"format":"degraded","filter_flag":847,"gene_id":903.93,"dosage":true}
Output contains non-JSON text before the object
{"format":"degraded","filter_flag":847,"gene_id":903.93,"dosage":true}
TASK repair_structured_output SPEC FIELD yield_pct TYPE number REQUIRED no FIELD level TYPE string VALUES single|married|divorced REQUIRED no FIELD filter_flag TYPE integer REQUIRED no FIELD address TYPE string REQUIRED yes FIELD items TYPE string_date-time REQUIRED yes FIELD footnote TYPE string REQUIRED yes FIELD si...
{"yield_pct":102.35,"level":"single","address":"https://example.com","items":"2021-01-20T23:10:00Z","footnote":"John","size":"Smith","order_id":true}
missing_required
{ "type": "object", "properties": { "yield_pct": { "type": "number" }, "level": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "filter_flag": { "type": "integer" }, "address": { "type": "string" }, "i...
{"yield_pct": 102.35, "level": "single", "address": "https://example.com", "footnote": "John", "size": "Smith", "order_id": true}
Required field 'items' is missing
{"yield_pct":102.35,"level":"single","address":"https://example.com","items":"2021-01-20T23:10:00Z","footnote":"John","size":"Smith","order_id":true}
TASK repair_structured_output SPEC FIELD organism TYPE string VALUES success|error|warning|info REQUIRED no FIELD company TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD values TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD crew_id TYPE string REQUIRED yes FIELD weight TYPE boolean REQUIRED...
{"company":"mode_d","values":"EUR","crew_id":"Tokyo","weight":true}
extra_text_before
{ "type": "object", "properties": { "organism": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "company": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] ...
I've generated the following JSON: {"company":"mode_d","values":"EUR","crew_id":"Tokyo","weight":true}
Output contains non-JSON text before the object
{"company":"mode_d","values":"EUR","crew_id":"Tokyo","weight":true}
TASK repair_structured_output SPEC FIELD start_date TYPE string VALUES small|medium|large|xl REQUIRED no FIELD website TYPE integer REQUIRED yes FIELD bill_of_lading[].feedback TYPE string VALUES option_a|option_b REQUIRED no FIELD bill_of_lading[].bill_of_lading TYPE string_uri REQUIRED yes FIELD bill_of_lading[].hei...
{"website":970,"bill_of_lading":[{"feedback":"option_a","bill_of_lading":"https://www.org/api","height":"Santos"}]}
tool_call_wrong_param
{ "type": "object", "properties": { "start_date": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "website": { "type": "integer" }, "bill_of_lading": { "type": "array", "items": { "type": "object", ...
Tool: validate_sample Params: {"website": 970, "bill_of_lading": [{"feedback": "option_a", "bill_of_lading": "https://www.org/api", "height": "Santos"}]}
Agent used wrong parameter name 'start_date_name' instead of 'start_date'
{"website":970,"bill_of_lading":[{"feedback":"option_a","bill_of_lading":"https://www.org/api","height":"Santos"}]}
TASK repair_structured_output SPEC FIELD attr_b87 TYPE number REQUIRED no FIELD param_v23 TYPE string REQUIRED yes FIELD attr_d49 TYPE string REQUIRED no FIELD field_w00 TYPE string REQUIRED yes FIELD prop_y32 TYPE number REQUIRED no FIELD param_m46 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD...
{"attr_b87":953.03,"param_v23":"RTG-04","field_w00":"London","prop_y32":846.88,"param_m46":"moored"}
tool_call_text_mix
{ "type": "object", "properties": { "attr_b87": { "type": "number" }, "param_v23": { "type": "string" }, "attr_d49": { "type": "string" }, "field_w00": { "type": "string" }, "prop_y32": { "type": "number" }, "param_m46": { "type": "stri...
Processing the request now. <tool_call name="align_reads"> {"attr_b87":953.03,"param_v23":"RTG-04","field_w00":"London","prop_y32":846.88,"param_m46":"moored"} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"attr_b87":953.03,"param_v23":"RTG-04","field_w00":"London","prop_y32":846.88,"param_m46":"moored"}
TASK repair_structured_output SPEC FIELD key_b09.val_g12 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD key_b09.prop_x85 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_b09.dim_v46.val_d48 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD key_b09.dim_v46.prop_...
{"key_b09":{"dim_v46":{"val_d48":"in_transit","prop_s35":14,"key_u34":186,"param_l89":"user@domain.org","field_u41":523,"prop_d47":"Paris"}},"attr_d09":true,"val_c57":"https://api.example.com/v1"}
extra_text_before
{ "type": "object", "properties": { "key_b09": { "type": "object", "properties": { "val_g12": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "prop_x85": { "...
Below is the JSON object: {"key_b09":{"dim_v46":{"val_d48":"in_transit","prop_s35":14,"key_u34":186,"param_l89":"user@domain.org","field_u41":523,"prop_d47":"Paris"}},"attr_d09":true,"val_c57":"https://api.example.com/v1"}
Output contains non-JSON text before the object
{"key_b09":{"dim_v46":{"val_d48":"in_transit","prop_s35":14,"key_u34":186,"param_l89":"user@domain.org","field_u41":523,"prop_d47":"Paris"}},"attr_d09":true,"val_c57":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD dim_j41 TYPE string_email REQUIRED yes FIELD dim_m35 TYPE string_date-time REQUIRED yes FIELD key_e71.attr_u49 TYPE string REQUIRED yes FIELD key_e71.val_r51 TYPE string_email REQUIRED no FIELD key_e71.col_j32 TYPE integer REQUIRED yes FIELD key_e71.field_y10 TYPE string VALUES...
{"dim_j41":"user@test.io","dim_m35":"2024-12-19T11:47:00Z","key_e71":{"attr_u49":"example","val_r51":"ops@example.com","col_j32":722,"field_y10":"published","val_z68":null,"val_a67":212,"param_v96":"test@example.com"},"prop_a60":"divorced"}
missing_required
{ "type": "object", "properties": { "dim_j41": { "type": "string", "format": "email" }, "dim_m35": { "type": "string", "format": "date-time" }, "key_e71": { "type": "object", "properties": { "attr_u49": { "type": "string" }, "...
{"dim_j41": "user@test.io", "dim_m35": "2024-12-19T11:47:00Z", "key_e71": {"attr_u49": "example", "val_r51": "ops@example.com", "col_j32": 722, "field_y10": "published", "val_z68": null, "val_a67": 212, "param_v96": "test@example.com"}}
Required field 'prop_a60' is missing
{"dim_j41":"user@test.io","dim_m35":"2024-12-19T11:47:00Z","key_e71":{"attr_u49":"example","val_r51":"ops@example.com","col_j32":722,"field_y10":"published","val_z68":null,"val_a67":212,"param_v96":"test@example.com"},"prop_a60":"divorced"}
TASK repair_structured_output SPEC FIELD attr_a37 TYPE string REQUIRED no FIELD col_i01 TYPE string_date-time REQUIRED no FIELD param_e46 TYPE string REQUIRED no FIELD col_g25 TYPE integer REQUIRED no FIELD val_y31 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD attr_f62 TYPE string REQUIRED no ...
{"attr_a37":"qux","col_i01":"2025-10-22T21:20:00Z","param_e46":"sample","col_g25":346,"val_y31":"anchored","field_g78":623}
missing_bracket
{ "type": "object", "properties": { "attr_a37": { "type": "string" }, "col_i01": { "type": "string", "format": "date-time" }, "param_e46": { "type": "string" }, "col_g25": { "type": "integer" }, "val_y31": { "type": "string", "enum": [ ...
{"attr_a37":"qux","col_i01":"2025-10-22T21:20:00Z","param_e46":"sample","col_g25":346,"val_y31":"anchored","field_g78":623}
Missing closing bracket
{"attr_a37":"qux","col_i01":"2025-10-22T21:20:00Z","param_e46":"sample","col_g25":346,"val_y31":"anchored","field_g78":623}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD filter_flag TYPE number REQUIRED no FIELD vital_sign TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD coverage TYPE string REQUIRED no ...
{"brake_pressure":"option_d","filter_flag":482.26,"coverage":"https://api.example.com/v1","format":"2022-06-12T01:56:00Z"}
missing_bracket
{ "type": "object", "properties": { "brake_pressure": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "filter_flag": { "type": "number" }, "vital_sign": { "type...
{"brake_pressure":"option_d","filter_flag":482.26,"coverage":"https://api.example.com/v1","format":"2022-06-12T01:56:00Z"}
Missing closing bracket
{"brake_pressure":"option_d","filter_flag":482.26,"coverage":"https://api.example.com/v1","format":"2022-06-12T01:56:00Z"}
TASK repair_structured_output SPEC FIELD timezone TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD dissolved_oxygen TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD humidity_pct TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD index TYPE number REQUIRED yes FIEL...
{"timezone":"inland","dissolved_oxygen":"underway","humidity_pct":"coastal","index":328.01,"diagnosis_code":{"chapter":"pending_review","paragraph":"2023-12-25","nickname":687,"run_id":"intermittent"}}
markdown_fences
{ "type": "object", "properties": { "timezone": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "dissolved_oxygen": { "type": "string", "enum": [ "berthed", "anchored", "underway", "...
```json {"timezone":"inland","dissolved_oxygen":"underway","humidity_pct":"coastal","index":328.01,"diagnosis_code":{"chapter":"pending_review","paragraph":"2023-12-25","nickname":687,"run_id":"intermittent"}} ```
Output contains markdown code fences
{"timezone":"inland","dissolved_oxygen":"underway","humidity_pct":"coastal","index":328.01,"diagnosis_code":{"chapter":"pending_review","paragraph":"2023-12-25","nickname":687,"run_id":"intermittent"}}
TASK repair_structured_output SPEC FIELD param_e14 TYPE boolean REQUIRED no FIELD col_h38 TYPE integer REQUIRED no FIELD param_a90 TYPE string_uri REQUIRED yes FIELD attr_h58 TYPE number REQUIRED no FIELD col_k51 TYPE string_uri REQUIRED yes FIELD field_c23 TYPE string REQUIRED yes FIELD field_a64 TYPE string_date-tim...
{"param_e14":false,"col_h38":380,"param_a90":"https://www.io/v1","attr_h58":73.19,"col_k51":"https://www.org/v1","field_c23":"foo","field_a64":"2025-02-21T04:13:00Z"}
tool_call_wrong_param
{ "type": "object", "properties": { "param_e14": { "type": "boolean" }, "col_h38": { "type": "integer" }, "param_a90": { "type": "string", "format": "uri" }, "attr_h58": { "type": "number" }, "col_k51": { "type": "string", "format": "uri"...
Tool: send_email Params: {"param_e14": false, "col_h38": 380, "param_a90": "https://www.io/v1", "attr_h58": 73.19, "col_k51": "https://www.org/v1", "field_c23": "foo", "field_a64_name": "2025-02-21T04:13:00Z"}
Agent used wrong parameter name 'field_a64_name' instead of 'field_a64'
{"param_e14":false,"col_h38":380,"param_a90":"https://www.io/v1","attr_h58":73.19,"col_k51":"https://www.org/v1","field_c23":"foo","field_a64":"2025-02-21T04:13:00Z"}
TASK repair_structured_output SPEC FIELD loan_amount.torque_output TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD loan_amount.shift_code TYPE string VALUES success|error|warning|info REQUIRED no FIELD loan_amount.quantity TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD loan_amount.manifest_r...
{"loan_amount":{"torque_output":"push","shift_code":"warning","quantity":"enterprise","manifest_ref":"Smith"},"id":null,"published":659.53}
number_with_unit
{ "type": "object", "properties": { "loan_amount": { "type": "object", "properties": { "torque_output": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "shift_code": { "...
{"loan_amount": {"torque_output": "push", "shift_code": "warning", "quantity": "enterprise", "manifest_ref": "Smith"}, "id": null, "published": "659.53kg"}
Field 'published' must be number, got string with unit
{"loan_amount":{"torque_output":"push","shift_code":"warning","quantity":"enterprise","manifest_ref":"Smith"},"id":null,"published":659.53}
TASK repair_structured_output SPEC FIELD key_c97 TYPE string REQUIRED no FIELD key_x21 TYPE integer REQUIRED yes FIELD val_y99.val_f93 TYPE string REQUIRED yes FIELD val_y99.attr_q95 TYPE string REQUIRED no FIELD val_y99.prop_p87 TYPE null REQUIRED yes FIELD val_y99.val_s95 TYPE string VALUES draft|published|archived ...
{"key_x21":168,"val_y99":{"val_f93":"Smith","attr_q95":"hello","prop_p87":null,"field_k21":{"prop_x50":"Silva","key_o08":"escalated","key_x50":632,"field_f42":"Diana","param_c91":"viewer"},"field_q46":296.5},"field_l05":"synonymous"}
extra_field
{ "type": "object", "properties": { "key_c97": { "type": "string" }, "key_x21": { "type": "integer" }, "val_y99": { "type": "object", "properties": { "val_f93": { "type": "string" }, "attr_q95": { "type": "string" }, ...
{"key_x21": 168, "val_y99": {"val_f93": "Smith", "attr_q95": "hello", "prop_p87": null, "field_k21": {"prop_x50": "Silva", "key_o08": "escalated", "key_x50": 632, "field_f42": "Diana", "param_c91": "viewer"}, "field_q46": 296.5}, "field_l05": "synonymous", "extra_field_5095": 42}
Unknown field 'extra_field_5095' not defined in schema
{"key_x21":168,"val_y99":{"val_f93":"Smith","attr_q95":"hello","prop_p87":null,"field_k21":{"prop_x50":"Silva","key_o08":"escalated","key_x50":632,"field_f42":"Diana","param_c91":"viewer"},"field_q46":296.5},"field_l05":"synonymous"}
TASK repair_structured_output SPEC FIELD state TYPE string REQUIRED yes FIELD full_name TYPE string REQUIRED yes FIELD allele.fleet_number TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD allele.torque_output TYPE null REQUIRED yes FIELD allele.berth_slot TYPE string VALUES open|in_progress...
{"state":"active","full_name":"2023-12-25","allele":{"fleet_number":"level_4","torque_output":null,"berth_slot":"closed"}}
extra_text_before
{ "type": "object", "properties": { "state": { "type": "string" }, "full_name": { "type": "string" }, "allele": { "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "level_1", "level_2", ...
I've generated the following JSON: {"state":"active","full_name":"2023-12-25","allele":{"fleet_number":"level_4","torque_output":null,"berth_slot":"closed"}}
Output contains non-JSON text before the object
{"state":"active","full_name":"2023-12-25","allele":{"fleet_number":"level_4","torque_output":null,"berth_slot":"closed"}}
TASK repair_structured_output SPEC FIELD prop_f44 TYPE boolean REQUIRED yes FIELD param_m46 TYPE string REQUIRED no FIELD key_z80 TYPE boolean REQUIRED no FIELD prop_z46 TYPE string REQUIRED yes FIELD key_b83 TYPE string REQUIRED no BROKEN_OUTPUT {"prop_f44":false,"param_m46":"test","key_z80":false,"prop_z46":"Alice"...
{"prop_f44":false,"param_m46":"test","key_z80":false,"prop_z46":"Alice"}
missing_bracket
{ "type": "object", "properties": { "prop_f44": { "type": "boolean" }, "param_m46": { "type": "string" }, "key_z80": { "type": "boolean" }, "prop_z46": { "type": "string" }, "key_b83": { "type": "string" } }, "required": [ "prop_z46", ...
{"prop_f44":false,"param_m46":"test","key_z80":false,"prop_z46":"Alice"}
Missing closing bracket
{"prop_f44":false,"param_m46":"test","key_z80":false,"prop_z46":"Alice"}
TASK repair_structured_output SPEC FIELD param_j81 TYPE integer REQUIRED no FIELD dim_o91 TYPE string REQUIRED no FIELD attr_u63.val_j31 TYPE boolean REQUIRED no FIELD attr_u63.dim_y83 TYPE integer REQUIRED no FIELD attr_u63.dim_m05 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_u63.key_s50 TYPE st...
{"param_j81":680,"attr_u63":{"val_j31":false,"dim_y83":842,"dim_m05":"low","key_s50":"2026-07-17T07:36:00Z"},"dim_i85":"Charlie"}
tool_call_wrong_param
{ "type": "object", "properties": { "param_j81": { "type": "integer" }, "dim_o91": { "type": "string" }, "attr_u63": { "type": "object", "properties": { "val_j31": { "type": "boolean" }, "dim_y83": { "type": "integer" },...
Tool: run_diagnostics Params: {"param_j81": 680, "attr_u63": {"val_j31": false, "dim_y83": 842, "dim_m05": "low", "key_s50": "2026-07-17T07:36:00Z"}, "dim_i85": "Charlie"}
Agent used wrong parameter name 'dim_o91_id' instead of 'dim_o91'
{"param_j81":680,"attr_u63":{"val_j31":false,"dim_y83":842,"dim_m05":"low","key_s50":"2026-07-17T07:36:00Z"},"dim_i85":"Charlie"}
TASK repair_structured_output SPEC FIELD url TYPE null REQUIRED yes FIELD run_id TYPE string VALUES low|medium|high|critical REQUIRED no FIELD coverage TYPE string VALUES success|error|warning|info REQUIRED no FIELD duration_ms TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD branch.width.lane TYPE string VA...
{"url":null,"run_id":"high","duration_ms":"mode_b","branch":{"tax":568,"level":"Tokyo","torque_output":843.15,"step":true,"pressure_kpa":377.42}}
agent_chain
{ "type": "object", "properties": { "url": { "type": "null" }, "run_id": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "coverage": { "type": "string", "enum": [ "success", "error", ...
Let me check the system. Action: create_ticket Result: {"run_id": "high", "duration_ms": "mode_b", "branch": {"tax": 568, "level": "Tokyo", "torque_output": 843.15, "step": true, "pressure_kpa": 377.42}} Processing the request now. Action: apply_discount Result:
Agent multi-step chain with truncated tool output
{"url":null,"run_id":"high","duration_ms":"mode_b","branch":{"tax":568,"level":"Tokyo","torque_output":843.15,"step":true,"pressure_kpa":377.42}}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string REQUIRED no FIELD interest_rate TYPE integer REQUIRED no FIELD hazmat_code.maturity_date TYPE boolean REQUIRED no FIELD hazmat_code.strand TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD hazmat_code.full_name TYPE string_...
{"procedure_code":"New York","interest_rate":974,"hazmat_code":{"maturity_date":true,"strand":"missense","full_name":"2026-04-26T04:39:00Z","label":["inactive","demo"]},"length":{"due_date":"active","age":"sms","barcode":{"strand":true,"dissolved_oxygen":"Santos","aligned_pct":326,"section":"info"},"enabled":true,"diag...
unquoted_keys
{ "type": "object", "properties": { "procedure_code": { "type": "string" }, "interest_rate": { "type": "integer" }, "hazmat_code": { "type": "object", "properties": { "maturity_date": { "type": "boolean" }, "strand": { "type": "...
{procedure_code:"New York",interest_rate:974,hazmat_code:{maturity_date:true,strand:"missense",full_name:"2026-04-26T04:39:00Z",label:["inactive","demo"]},length:{due_date:"active",age:"sms",barcode:{strand:true,dissolved_oxygen:"Santos",aligned_pct:326,section:"info"},enabled:true,diagnosis_code:368},user_id:"test",cr...
Expecting property name enclosed in double quotes
{"procedure_code":"New York","interest_rate":974,"hazmat_code":{"maturity_date":true,"strand":"missense","full_name":"2026-04-26T04:39:00Z","label":["inactive","demo"]},"length":{"due_date":"active","age":"sms","barcode":{"strand":true,"dissolved_oxygen":"Santos","aligned_pct":326,"section":"info"},"enabled":true,"diag...
TASK repair_structured_output SPEC FIELD username TYPE boolean REQUIRED yes FIELD section TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD annotation TYPE string REQUIRED no FIELD repository[].tile TYPE string REQUIRED no FIELD repository[].status_code TYPE string REQUIRED no FIELD repository[].maturity_date T...
{"username":false,"section":"USD","annotation":"2023-12-25","repository":[{"tile":"New York","maturity_date":"type_d"},{"tile":"inactive","status_code":"Smith","maturity_date":"type_d"},{"tile":"Santos","status_code":"cancelled","maturity_date":"type_a"},{"tile":"sample","maturity_date":"type_a"}]}
truncated_array
{ "type": "object", "properties": { "username": { "type": "boolean" }, "section": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "annotation": { "type": "string" }, "repository": { "type": "...
{"username":false,"section":"USD","annotation":"2023-12-25","repository":[{"tile":"New York","maturity_date":"type_d"},{"tile":"inactive","status_code":"Smith","maturity_date":"type_d"},{"tile":"Santos","status_code":"cancelled","maturity_date":"type_a"},{"tile":"sample","maturity_date":"type_a"}
Unexpected end of JSON input — truncated array
{"username":false,"section":"USD","annotation":"2023-12-25","repository":[{"tile":"New York","maturity_date":"type_d"},{"tile":"inactive","status_code":"Smith","maturity_date":"type_d"},{"tile":"Santos","status_code":"cancelled","maturity_date":"type_a"},{"tile":"sample","maturity_date":"type_a"}]}
TASK repair_structured_output SPEC FIELD consignee TYPE string_uri REQUIRED yes FIELD phone TYPE string REQUIRED no FIELD aligned_pct.section TYPE number REQUIRED yes FIELD aligned_pct.sensor_id TYPE integer REQUIRED yes FIELD aligned_pct.thumbnail.color TYPE integer REQUIRED no FIELD aligned_pct.thumbnail.notes TYPE ...
{"consignee":"https://example.org/data","phone":"Hapag-Lloyd-Express","aligned_pct":{"section":345.52,"sensor_id":417}}
tool_call_python_syntax
{ "type": "object", "properties": { "consignee": { "type": "string", "format": "uri" }, "phone": { "type": "string" }, "aligned_pct": { "type": "object", "properties": { "section": { "type": "number" }, "sensor_id": { "typ...
assign_berth(consignee='https://example.org/data', phone='Hapag-Lloyd-Express', aligned_pct={'section': 345.52, 'sensor_id': 417})
Tool call uses Python syntax instead of JSON
{"consignee":"https://example.org/data","phone":"Hapag-Lloyd-Express","aligned_pct":{"section":345.52,"sensor_id":417}}
TASK repair_structured_output SPEC FIELD attr_e21 TYPE number REQUIRED yes FIELD val_b88 TYPE number REQUIRED no FIELD field_s62 TYPE string_uri REQUIRED no FIELD prop_u39 TYPE integer REQUIRED yes FIELD dim_w76 TYPE boolean REQUIRED no FIELD col_f12 TYPE string REQUIRED yes BROKEN_OUTPUT {"attr_e21": 58.09, "val_b88...
{"attr_e21":58.09,"val_b88":712.6,"field_s62":"https://www.org/v1","prop_u39":829,"col_f12":"foo"}
extra_field
{ "type": "object", "properties": { "attr_e21": { "type": "number" }, "val_b88": { "type": "number" }, "field_s62": { "type": "string", "format": "uri" }, "prop_u39": { "type": "integer" }, "dim_w76": { "type": "boolean" }, "col_f12": {...
{"attr_e21": 58.09, "val_b88": 712.6, "field_s62": "https://www.org/v1", "prop_u39": 829, "col_f12": "foo", "extra_value_8912": 42}
Unknown field 'extra_value_8912' not defined in schema
{"attr_e21":58.09,"val_b88":712.6,"field_s62":"https://www.org/v1","prop_u39":829,"col_f12":"foo"}
TASK repair_structured_output SPEC FIELD attr_p55 TYPE integer REQUIRED yes FIELD dim_q48 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD attr_s59 TYPE string REQUIRED yes FIELD prop_y61 TYPE null REQUIRED yes BROKEN_OUTPUT {"dim_q48": "berthed", "attr_s59": "pending", "prop_y61": null}
{"attr_p55":127,"dim_q48":"berthed","attr_s59":"pending","prop_y61":null}
missing_required
{ "type": "object", "properties": { "attr_p55": { "type": "integer" }, "dim_q48": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "attr_s59": { "type": "string" }, "prop_y61": { "type": "nu...
{"dim_q48": "berthed", "attr_s59": "pending", "prop_y61": null}
Required field 'attr_p55' is missing
{"attr_p55":127,"dim_q48":"berthed","attr_s59":"pending","prop_y61":null}
TASK repair_structured_output SPEC FIELD key_y64 TYPE string REQUIRED yes FIELD key_o88 TYPE string REQUIRED yes FIELD val_u29 TYPE boolean REQUIRED yes FIELD val_o34.dim_j12 TYPE boolean REQUIRED no FIELD val_o34.col_u96.val_y89 TYPE string REQUIRED yes FIELD val_o34.col_u96.dim_l18 TYPE number REQUIRED no FIELD val_...
{"key_y64":"Jane","key_o88":"chr1","val_u29":false,"dim_d99":{"dim_p89":"https://example.org/v1","dim_d19":null,"attr_j94":{"prop_h67":763,"col_v45":"frameshift","dim_g58":"user@domain.org"},"dim_w67":"info@test.io"}}
tool_call_python_syntax
{ "type": "object", "properties": { "key_y64": { "type": "string" }, "key_o88": { "type": "string" }, "val_u29": { "type": "boolean" }, "val_o34": { "type": "object", "properties": { "dim_j12": { "type": "boolean" }, "col_u9...
get_account(key_y64='Jane', key_o88='chr1', val_u29=False, dim_d99={'dim_p89': 'https://example.org/v1', 'dim_d19': None, 'attr_j94': {'prop_h67': 763, 'col_v45': 'frameshift', 'dim_g58': 'user@domain.org'}, 'dim_w67': 'info@test.io'})
Tool call uses Python syntax instead of JSON
{"key_y64":"Jane","key_o88":"chr1","val_u29":false,"dim_d99":{"dim_p89":"https://example.org/v1","dim_d19":null,"attr_j94":{"prop_h67":763,"col_v45":"frameshift","dim_g58":"user@domain.org"},"dim_w67":"info@test.io"}}
TASK repair_structured_output SPEC FIELD param_m52 TYPE integer REQUIRED yes FIELD prop_v39 TYPE string REQUIRED yes FIELD param_c59 TYPE boolean REQUIRED yes FIELD dim_o33 TYPE string REQUIRED yes FIELD col_d29 TYPE string_uri REQUIRED no FIELD attr_q58 TYPE string_date-time REQUIRED no BROKEN_OUTPUT ```json {"param...
{"param_m52":703,"prop_v39":"London","param_c59":false,"dim_o33":"https://example.com","col_d29":"https://www.com/v1","attr_q58":"2021-03-03T01:10:00Z"}
markdown_fences
{ "type": "object", "properties": { "param_m52": { "type": "integer" }, "prop_v39": { "type": "string" }, "param_c59": { "type": "boolean" }, "dim_o33": { "type": "string" }, "col_d29": { "type": "string", "format": "uri" }, "attr_q58":...
```json {"param_m52":703,"prop_v39":"London","param_c59":false,"dim_o33":"https://example.com","col_d29":"https://www.com/v1","attr_q58":"2021-03-03T01:10:00Z"} ```
Output contains markdown code fences
{"param_m52":703,"prop_v39":"London","param_c59":false,"dim_o33":"https://example.com","col_d29":"https://www.com/v1","attr_q58":"2021-03-03T01:10:00Z"}
TASK repair_structured_output SPEC FIELD param_f83 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD prop_f13.dim_v10 TYPE string REQUIRED yes FIELD prop_f13.param_o46 TYPE string REQUIRED yes FIELD prop_f13.attr_n10 TYPE string REQUIRED yes FIELD prop_f13.attr_i23 TYPE string_date-time REQUIRED yes FIE...
{"param_f83":"option_b","prop_f13":{"dim_v10":"MV-Evergreen-01","param_o46":"demo","attr_n10":"REV","attr_i23":"2023-08-26T17:46:00Z"},"col_v95":"info@domain.org","field_s54":true,"attr_d78":false}
wrong_type
{ "type": "object", "properties": { "param_f83": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "prop_f13": { "type": "object", "properties": { "dim_v10": { "type": "string" }, "param_o46": { ...
{"param_f83": "option_b", "prop_f13": {"dim_v10": "MV-Evergreen-01", "param_o46": "demo", "attr_n10": "REV", "attr_i23": "2023-08-26T17:46:00Z"}, "col_v95": "info@domain.org", "field_s54": "\"yes\"", "attr_d78": false}
Field 'field_s54' must be boolean, got string
{"param_f83":"option_b","prop_f13":{"dim_v10":"MV-Evergreen-01","param_o46":"demo","attr_n10":"REV","attr_i23":"2023-08-26T17:46:00Z"},"col_v95":"info@domain.org","field_s54":true,"attr_d78":false}
TASK repair_structured_output SPEC FIELD step TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD last_name TYPE string REQUIRED yes FIELD quantity TYPE string VALUES email|phone|sms|push REQUIRED no FIELD insurance_id.isotope TYPE string VALUES low|medium|high|critical REQUIRED no FIELD insurance_id.full_name TYP...
{"step":"cat_b","last_name":"Maria","quantity":"email","insurance_id":{"full_name":213.97,"start_date":["email","push","phone"],"voltage":["level_3"]}}
extra_text_after
{ "type": "object", "properties": { "step": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "last_name": { "type": "string" }, "quantity": { "type": "string", "enum": [ "email", "phone", "sms", ...
{"step":"cat_b","last_name":"Maria","quantity":"email","insurance_id":{"full_name":213.97,"start_date":["email","push","phone"],"voltage":["level_3"]}} This should match the schema you provided.
Output contains non-JSON text after the object
{"step":"cat_b","last_name":"Maria","quantity":"email","insurance_id":{"full_name":213.97,"start_date":["email","push","phone"],"voltage":["level_3"]}}
TASK repair_structured_output SPEC FIELD val_t22 TYPE string VALUES success|error|warning|info REQUIRED no FIELD col_r50 TYPE string_uri REQUIRED yes FIELD prop_z07 TYPE boolean REQUIRED no FIELD field_g03 TYPE string REQUIRED no BROKEN_OUTPUT {"col_r50": "https://data.io/data", "prop_z07": true, "field_g03": "world"...
{"col_r50":"https://data.io/data","prop_z07":true,"field_g03":"world"}
extra_field
{ "type": "object", "properties": { "val_t22": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_r50": { "type": "string", "format": "uri" }, "prop_z07": { "type": "boolean" }, "field_g03": { ...
{"col_r50": "https://data.io/data", "prop_z07": true, "field_g03": "world", "extra_value_5175": "unexpected"}
Unknown field 'extra_value_5175' not defined in schema
{"col_r50":"https://data.io/data","prop_z07":true,"field_g03":"world"}
TASK repair_structured_output SPEC FIELD attr_i13 TYPE string VALUES type_a|type_b REQUIRED no FIELD field_t42 TYPE string VALUES draft|published|archived REQUIRED no FIELD field_g55 TYPE integer REQUIRED yes FIELD val_z92 TYPE string_uri REQUIRED no FIELD col_t50 TYPE string VALUES option_a|option_b|option_c|option_d...
{"attr_i13":"type_a","field_g55":736,"val_z92":"https://api.org/v1","col_t50":"option_e"}
truncated_array
{ "type": "object", "properties": { "attr_i13": { "type": "string", "enum": [ "type_a", "type_b" ] }, "field_t42": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "field_g55": { "type": "integer...
{"attr_i13":"type_a","field_g55":736,"val_z92":"https://api.org/v1","col_t50":"option_e"
Unexpected end of JSON input — truncated object
{"attr_i13":"type_a","field_g55":736,"val_z92":"https://api.org/v1","col_t50":"option_e"}
TASK repair_structured_output SPEC FIELD attr_a31 TYPE integer REQUIRED no FIELD attr_j66 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD col_d91 TYPE boolean REQUIRED no FIELD col_r46.val_b13.key_l37 TYPE number REQUIRED yes FIELD col_r46.val_b13.val_c18 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes F...
{"attr_j66":"BRL","col_d91":false,"col_r46":{"val_b13":{"key_l37":732.78,"val_c18":"EUR","col_x21":true},"param_n88":"inactive"},"dim_h94":{"attr_f11":{"val_c59":"heterozygous","param_l06":"single","param_w54":"2023-02-23T07:19:00Z","field_o50":304,"attr_p18":"John"},"key_r10":334,"param_g12":"success"}}
tool_call_wrong_param
{ "type": "object", "properties": { "attr_a31": { "type": "integer" }, "attr_j66": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "col_d91": { "type": "boolean" }, "col_r46": { "type": "obje...
Tool: process_payment Params: {"attr_j66": "BRL", "col_d91": false, "dim_h94": {"attr_f11": {"val_c59": "heterozygous", "param_l06": "single", "param_w54": "2023-02-23T07:19:00Z", "field_o50": 304, "attr_p18": "John"}, "key_r10": 334, "param_g12": "success"}, "col_r46_value": {"val_b13": {"key_l37": 732.78, "val_c18": ...
Agent used wrong parameter name 'col_r46_value' instead of 'col_r46'
{"attr_j66":"BRL","col_d91":false,"col_r46":{"val_b13":{"key_l37":732.78,"val_c18":"EUR","col_x21":true},"param_n88":"inactive"},"dim_h94":{"attr_f11":{"val_c59":"heterozygous","param_l06":"single","param_w54":"2023-02-23T07:19:00Z","field_o50":304,"attr_p18":"John"},"key_r10":334,"param_g12":"success"}}
TASK repair_structured_output SPEC FIELD weight TYPE string VALUES email|phone|sms|push REQUIRED no FIELD decay_rate TYPE number REQUIRED no FIELD catalyst TYPE number REQUIRED yes FIELD account_id TYPE integer REQUIRED no FIELD filter_flag[] TYPE number REQUIRED no FIELD message[] TYPE string REQUIRED no BROKEN_OUTP...
{"decay_rate":320.02,"catalyst":714.71,"filter_flag":[732.9,731.31,355.07,323.06],"message":["Charlie"]}
markdown_fences
{ "type": "object", "properties": { "weight": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "decay_rate": { "type": "number" }, "catalyst": { "type": "number" }, "account_id": { "type": "integer" ...
```json {"decay_rate":320.02,"catalyst":714.71,"filter_flag":[732.9,731.31,355.07,323.06],"message":["Charlie"]} ```
Output contains markdown code fences
{"decay_rate":320.02,"catalyst":714.71,"filter_flag":[732.9,731.31,355.07,323.06],"message":["Charlie"]}
TASK repair_structured_output SPEC FIELD span_id TYPE string REQUIRED yes FIELD level TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD amount TYPE string_uri REQUIRED no FIELD branch TYPE string REQUIRED no BROKEN_OUTPUT Analyzing the schema to generate valid JSON... Checking required f...
{"span_id":"chr1","level":"type_b","amount":"https://example.org/data","branch":"Santos"}
thought_process
{ "type": "object", "properties": { "span_id": { "type": "string" }, "level": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "amount": { "type": "string", "format": ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"span_id":"chr1","level":"type_b","amount":"https://example.org/data","branch":"Santos"}
Output contains chain-of-thought reasoning before JSON
{"span_id":"chr1","level":"type_b","amount":"https://example.org/data","branch":"Santos"}
TASK repair_structured_output SPEC FIELD website TYPE string REQUIRED yes FIELD conductivity.footnote TYPE integer REQUIRED no FIELD conductivity.zip_code TYPE integer REQUIRED no FIELD conductivity.size TYPE number REQUIRED yes FIELD conductivity.salinity TYPE integer REQUIRED yes FIELD conductivity.coverage TYPE str...
{"website":"PASS","conductivity":{"footnote":529,"zip_code":411,"size":742.81,"salinity":2,"coverage":"draft","vital_sign":"Diana","bearing":{"lab_result":null,"weight":"bar","balance":"level_1","item_id":"Luis"},"quantity":"small"},"notes":"2022-11-07T20:51:00Z"}
truncated_object
{ "type": "object", "properties": { "website": { "type": "string" }, "conductivity": { "type": "object", "properties": { "footnote": { "type": "integer" }, "zip_code": { "type": "integer" }, "size": { "type": "number...
{"website":"PASS","conductivity":{"footnote":529,"zip_code":411,"size":742.81,"salinity":2,"coverage":"draft","vital_sign":"Diana","bearing":{"lab_result":null,"weight":"bar","balance":"level_1","item_id":"Luis"},"quantity":"small"},"notes":"2022-11-07T20:51:00Z"
Unexpected end of JSON input — truncated object
{"website":"PASS","conductivity":{"footnote":529,"zip_code":411,"size":742.81,"salinity":2,"coverage":"draft","vital_sign":"Diana","bearing":{"lab_result":null,"weight":"bar","balance":"level_1","item_id":"Luis"},"quantity":"small"},"notes":"2022-11-07T20:51:00Z"}
TASK repair_structured_output SPEC FIELD phenotype TYPE string REQUIRED yes FIELD thumbnail TYPE integer REQUIRED yes FIELD quantity TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. Action: delete_item Result: {"phenotype": "Sao Paulo", "quantity": 815} Processing the request now. Action: process_paym...
{"phenotype":"Sao Paulo","thumbnail":188,"quantity":815}
agent_chain
{ "type": "object", "properties": { "phenotype": { "type": "string" }, "thumbnail": { "type": "integer" }, "quantity": { "type": "integer" } }, "required": [ "thumbnail", "phenotype" ] }
Let me check the system. Action: delete_item Result: {"phenotype": "Sao Paulo", "quantity": 815} Processing the request now. Action: process_payment Result:
Agent multi-step chain with truncated tool output
{"phenotype":"Sao Paulo","thumbnail":188,"quantity":815}
TASK repair_structured_output SPEC FIELD key_z61 TYPE string REQUIRED no FIELD key_z66 TYPE integer REQUIRED no FIELD attr_f11.val_n63 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_f11.prop_s05 TYPE integer REQUIRED no FIELD attr_f11.val_f11 TYPE string VALUES berthed|anchored|underway|moored RE...
{"key_z61":"New York","key_z66":240,"attr_f11":{"val_n63":"white","prop_s05":684,"val_f11":"berthed","prop_a17":"admin@example.com","val_l94":{"field_u37":"RTG-04","key_n36":"user@example.com","prop_q18":"completed","dim_c93":657.95,"field_i37":967.47}}}
tool_call_text_mix
{ "type": "object", "properties": { "key_z61": { "type": "string" }, "key_z66": { "type": "integer" }, "attr_f11": { "type": "object", "properties": { "val_n63": { "type": "string", "enum": [ "red", "blue", "...
I need to look up the information first. <tool_call name="run_diagnostics"> {"key_z61":"New York","key_z66":240,"attr_f11":{"val_n63":"white","prop_s05":684,"val_f11":"berthed","prop_a17":"admin@example.com","val_l94":{"field_u37":"RTG-04","key_n36":"user@example.com","prop_q18":"completed","dim_c93":657.95,"field_i37"...
Agent response mixes reasoning text with tool call
{"key_z61":"New York","key_z66":240,"attr_f11":{"val_n63":"white","prop_s05":684,"val_f11":"berthed","prop_a17":"admin@example.com","val_l94":{"field_u37":"RTG-04","key_n36":"user@example.com","prop_q18":"completed","dim_c93":657.95,"field_i37":967.47}}}
TASK repair_structured_output SPEC FIELD phone TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD format TYPE string REQUIRED no FIELD position TYPE string REQUIRED no FIELD conductivity.type TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD conductivity.zip_code TYPE null REQUI...
{"phone":"level_1","position":"Alice","commit_hash":"chr1","subtotal":{"compound":"2024-06-30","temp_celsius":false,"berth_slot":{"umi":"2026-12-04T13:18:00Z","consignee":413,"temp_celsius":"foo","maturity_date":["RTG-04","https://api.example.com/v1"],"format":["level_3","level_5","level_6","level_3"]},"zip_code":"opti...
tool_call_python_syntax
{ "type": "object", "properties": { "phone": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "format": { "type": "string" }, "position": { "type": "string" }, "conductivity": { "type": "object", "propert...
assign_berth(phone='level_1', position='Alice', commit_hash='chr1', subtotal={'compound': '2024-06-30', 'temp_celsius': False, 'berth_slot': {'umi': '2026-12-04T13:18:00Z', 'consignee': 413, 'temp_celsius': 'foo', 'maturity_date': ['RTG-04', 'https://api.example.com/v1'], 'format': ['level_3', 'level_5', 'level_6', 'le...
Tool call uses Python syntax instead of JSON
{"phone":"level_1","position":"Alice","commit_hash":"chr1","subtotal":{"compound":"2024-06-30","temp_celsius":false,"berth_slot":{"umi":"2026-12-04T13:18:00Z","consignee":413,"temp_celsius":"foo","maturity_date":["RTG-04","https://api.example.com/v1"],"format":["level_3","level_5","level_6","level_3"]},"zip_code":"opti...
TASK repair_structured_output SPEC FIELD dim_l49 TYPE string REQUIRED no FIELD param_d80 TYPE string REQUIRED no FIELD key_l08 TYPE string_date-time REQUIRED yes FIELD param_a84 TYPE string_date-time REQUIRED yes FIELD key_s11[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT {"dim_l49"...
{"dim_l49":"Paris","param_d80":"Charlie","key_l08":"2020-07-17T09:44:00Z","param_a84":"2024-02-22T10:56:00Z","key_s11":["returned","in_transit"]}
null_required
{ "type": "object", "properties": { "dim_l49": { "type": "string" }, "param_d80": { "type": "string" }, "key_l08": { "type": "string", "format": "date-time" }, "param_a84": { "type": "string", "format": "date-time" }, "key_s11": { "type":...
{"dim_l49": "Paris", "param_d80": "Charlie", "key_l08": "2020-07-17T09:44:00Z", "param_a84": null, "key_s11": ["returned", "in_transit"]}
Required field 'param_a84' is null
{"dim_l49":"Paris","param_d80":"Charlie","key_l08":"2020-07-17T09:44:00Z","param_a84":"2024-02-22T10:56:00Z","key_s11":["returned","in_transit"]}
TASK repair_structured_output SPEC FIELD current_draw TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD ward TYPE string REQUIRED no FIELD humidity_pct.index TYPE null REQUIRED yes FIELD humidity_pct.build_status TYPE string_email REQUIRED no FIELD humidity_pct.position TYPE string REQUIRED yes F...
{"current_draw":"hemizygous","humidity_pct":{"index":null,"position":"Jane","duration_ms":"https://api.io/v1"},"annotation":"London","name":"USD","phone":false,"color":"draft"}
extra_field
{ "type": "object", "properties": { "current_draw": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "ward": { "type": "string" }, "humidity_pct": { "type": "object", "properties": { "index": { ...
{"current_draw": "hemizygous", "humidity_pct": {"index": null, "position": "Jane", "duration_ms": "https://api.io/v1"}, "annotation": "London", "name": "USD", "phone": false, "color": "draft", "extra_value_5542": true}
Unknown field 'extra_value_5542' not defined in schema
{"current_draw":"hemizygous","humidity_pct":{"index":null,"position":"Jane","duration_ms":"https://api.io/v1"},"annotation":"London","name":"USD","phone":false,"color":"draft"}
TASK repair_structured_output SPEC FIELD key_f02 TYPE string REQUIRED yes FIELD key_x24 TYPE string REQUIRED no FIELD key_d85.field_o59 TYPE boolean REQUIRED yes FIELD key_d85.key_f04 TYPE integer REQUIRED no FIELD key_d85.val_z81 TYPE integer REQUIRED no FIELD key_d85.prop_u28 TYPE string VALUES level_1|level_2 REQUI...
{"key_f02":"Oliveira","key_x24":"Charlie","field_o96":576.76,"key_f80":"cat_a"}
missing_bracket
{ "type": "object", "properties": { "key_f02": { "type": "string" }, "key_x24": { "type": "string" }, "key_d85": { "type": "object", "properties": { "field_o59": { "type": "boolean" }, "key_f04": { "type": "integer" }, ...
{"key_f02":"Oliveira","key_x24":"Charlie","field_o96":576.76,"key_f80":"cat_a"}
Missing closing bracket
{"key_f02":"Oliveira","key_x24":"Charlie","field_o96":576.76,"key_f80":"cat_a"}
TASK repair_structured_output SPEC FIELD branch TYPE string REQUIRED no FIELD width TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD status TYPE boolean REQUIRED no FIELD quantity.nickname TYPE string REQUIRED yes FIELD quantity.due_date TYPE number REQUIRED yes FIELD quantity.coverage[] TYPE integer REQUIRE...
{"branch":"inactive","width":"email","status":true,"quantity":{"nickname":"Maria","due_date":234.55,"coverage":[672,872],"allele":[{"bearing":"option_f","quality_score":"hello","decay_rate":"level_2","city":895}]}}
trailing_comma
{ "type": "object", "properties": { "branch": { "type": "string" }, "width": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "status": { "type": "boolean" }, "quantity": { "type": "object", "prop...
{"branch":"inactive","width":"email","status":true,"quantity":{"nickname":"Maria","due_date":234.55,"coverage":[672,872],"allele":[{"bearing":"option_f","quality_score":"hello","decay_rate":"level_2","city":895}]},}
Unexpected trailing comma
{"branch":"inactive","width":"email","status":true,"quantity":{"nickname":"Maria","due_date":234.55,"coverage":[672,872],"allele":[{"bearing":"option_f","quality_score":"hello","decay_rate":"level_2","city":895}]}}
TASK repair_structured_output SPEC FIELD dim_f57 TYPE integer REQUIRED no FIELD field_t38 TYPE number REQUIRED yes FIELD col_k63 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD key_w63 TYPE string_email REQUIRED no FIELD dim_u25 TYPE string REQUIRED no FIELD attr_f64 TYPE string VALUES small|medium|large|xl R...
{"dim_f57":628,"field_t38":971.42,"dim_u25":"Paris","attr_f64":"small","field_x05":"unstable"}
invalid_enum
{ "type": "object", "properties": { "dim_f57": { "type": "integer" }, "field_t38": { "type": "number" }, "col_k63": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "key_w63": { "type": "string", "format": "e...
{"dim_f57": 628, "field_t38": 971.42, "dim_u25": "Paris", "attr_f64": "invalid_choice_830", "field_x05": "unstable"}
Field 'attr_f64' has invalid enum value 'invalid_choice_830', expected one of ['small', 'medium', 'large', 'xl']
{"dim_f57":628,"field_t38":971.42,"dim_u25":"Paris","attr_f64":"small","field_x05":"unstable"}
TASK repair_structured_output SPEC FIELD field_n21 TYPE string_uri REQUIRED no FIELD attr_m38 TYPE number REQUIRED yes FIELD key_m86 TYPE number REQUIRED no FIELD val_r51 TYPE integer REQUIRED yes BROKEN_OUTPUT Breaking down the requirements: - Must include all required fields - Types must match the schema - Values s...
{"field_n21":"https://data.io/v1","attr_m38":424.17,"key_m86":644.87,"val_r51":432}
thought_process
{ "type": "object", "properties": { "field_n21": { "type": "string", "format": "uri" }, "attr_m38": { "type": "number" }, "key_m86": { "type": "number" }, "val_r51": { "type": "integer" } }, "required": [ "attr_m38", "val_r51" ] }
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"field_n21":"https://data.io/v1","attr_m38":424.17,"key_m86":644.87,"val_r51":432}
Output contains chain-of-thought reasoning before JSON
{"field_n21":"https://data.io/v1","attr_m38":424.17,"key_m86":644.87,"val_r51":432}
TASK repair_structured_output SPEC FIELD prop_j80 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD key_w06 TYPE integer REQUIRED no FIELD val_y27 TYPE string REQUIRED yes FIELD param_s68 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"prop_j80": "underway", "val_y27": "GRCh38", "param_s68": true, "ext...
{"prop_j80":"underway","val_y27":"GRCh38","param_s68":true}
extra_field
{ "type": "object", "properties": { "prop_j80": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "key_w06": { "type": "integer" }, "val_y27": { "type": "string" }, "param_s68": { "type": "bo...
{"prop_j80": "underway", "val_y27": "GRCh38", "param_s68": true, "extra_data_9232": 42}
Unknown field 'extra_data_9232' not defined in schema
{"prop_j80":"underway","val_y27":"GRCh38","param_s68":true}
TASK repair_structured_output SPEC FIELD prop_k86 TYPE string REQUIRED no FIELD field_n00 TYPE boolean REQUIRED no FIELD field_b80 TYPE string_email REQUIRED yes BROKEN_OUTPUT {"prop_k86":"Diana","field_b80":"admin@test.io"
{"prop_k86":"Diana","field_b80":"admin@test.io"}
truncated_object
{ "type": "object", "properties": { "prop_k86": { "type": "string" }, "field_n00": { "type": "boolean" }, "field_b80": { "type": "string", "format": "email" } }, "required": [ "field_b80" ] }
{"prop_k86":"Diana","field_b80":"admin@test.io"
Unexpected end of JSON input — truncated object
{"prop_k86":"Diana","field_b80":"admin@test.io"}
TASK repair_structured_output SPEC FIELD prop_f99 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD key_h80 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD dim_r60 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_u86 TYPE string_uri REQUIRED ye...
{"prop_f99":"level_1","key_h80":"cat_b","dim_r60":"warning","attr_u86":"https://www.org/v1","key_c46":"A short description."}
extra_text_before
{ "type": "object", "properties": { "prop_f99": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "key_h80": { "type": "string", "enum": [ "cat_a", "cat_b", ...
I've generated the following JSON: {"prop_f99":"level_1","key_h80":"cat_b","dim_r60":"warning","attr_u86":"https://www.org/v1","key_c46":"A short description."}
Output contains non-JSON text before the object
{"prop_f99":"level_1","key_h80":"cat_b","dim_r60":"warning","attr_u86":"https://www.org/v1","key_c46":"A short description."}
TASK repair_structured_output SPEC FIELD attr_t73 TYPE boolean REQUIRED yes FIELD val_b20 TYPE string REQUIRED yes FIELD field_t21 TYPE string REQUIRED yes FIELD attr_f75 TYPE string REQUIRED no BROKEN_OUTPUT Let me check the system. Action: track_vessel Result: {"attr_t73": true, "field_t21": "Berlin"} I'll query o...
{"attr_t73":true,"val_b20":"RTG-04","field_t21":"Berlin"}
agent_chain
{ "type": "object", "properties": { "attr_t73": { "type": "boolean" }, "val_b20": { "type": "string" }, "field_t21": { "type": "string" }, "attr_f75": { "type": "string" } }, "required": [ "attr_t73", "field_t21", "val_b20" ] }
Let me check the system. Action: track_vessel Result: {"attr_t73": true, "field_t21": "Berlin"} I'll query our database. Action: check_availability Result:
Agent multi-step chain with truncated tool output
{"attr_t73":true,"val_b20":"RTG-04","field_t21":"Berlin"}
TASK repair_structured_output SPEC FIELD val_i69 TYPE string_date-time REQUIRED yes FIELD val_s77 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD prop_k36[].val_m12 TYPE string REQUIRED yes FIELD prop_k36[].prop_f41 TYPE string VALUES active|inactive|pending REQUIRED no FIELD prop_k36[].col_n7...
{"val_i69":"2023-09-08T18:15:00Z","val_s77":"hemizygous"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_i69": { "type": "string", "format": "date-time" }, "val_s77": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "prop_k36": { "type": "array", "items": { ...
Tool: filter_variants Params: {"val_s77": "hemizygous", "val_i692": "2023-09-08T18:15:00Z"}
Agent used wrong parameter name 'val_i692' instead of 'val_i69'
{"val_i69":"2023-09-08T18:15:00Z","val_s77":"hemizygous"}
TASK repair_structured_output SPEC FIELD index TYPE string_uri REQUIRED no FIELD order_id TYPE integer REQUIRED yes FIELD id TYPE string VALUES low|medium|high|critical REQUIRED no FIELD updated_at[].lane TYPE string VALUES single|married|divorced REQUIRED yes FIELD updated_at[].cargo_type TYPE string VALUES single|ma...
{"index":"https://api.org/data","order_id":722,"id":"medium"}
markdown_fences
{ "type": "object", "properties": { "index": { "type": "string", "format": "uri" }, "order_id": { "type": "integer" }, "id": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "updated_at": { "t...
```json {"index":"https://api.org/data","order_id":722,"id":"medium"} ```
Output contains markdown code fences
{"index":"https://api.org/data","order_id":722,"id":"medium"}
TASK repair_structured_output SPEC FIELD key_e80 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_n04 TYPE string REQUIRED yes FIELD dim_e61 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_i03 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD field_s70 TYPE str...
{"key_e80":"arctic","field_n04":"chr1","key_i03":"GBP","field_s70":"resolved","prop_y61":933.8,"attr_m50":882}
extra_text_before
{ "type": "object", "properties": { "key_e80": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "field_n04": { "type": "string" }, "dim_e61": { "type": "string", "enum": [ "new", "in_tr...
Pipeline result: {"key_e80":"arctic","field_n04":"chr1","key_i03":"GBP","field_s70":"resolved","prop_y61":933.8,"attr_m50":882}
Output contains non-JSON text before the object
{"key_e80":"arctic","field_n04":"chr1","key_i03":"GBP","field_s70":"resolved","prop_y61":933.8,"attr_m50":882}
TASK repair_structured_output SPEC FIELD attr_p26 TYPE string REQUIRED yes FIELD param_g83 TYPE string_date-time REQUIRED yes FIELD dim_b11 TYPE string REQUIRED yes FIELD param_p60.key_h28 TYPE string_email REQUIRED yes FIELD param_p60.param_a19 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD p...
{"attr_p26":"Santos","param_g83":"2025-09-17T14:05:00Z","dim_b11":"REV","param_p60":{"key_h28":"admin@test.io","param_a19":"homozygous","col_n41":true,"col_a85":"anchored","attr_e04":"Diana"}}
unquoted_keys
{ "type": "object", "properties": { "attr_p26": { "type": "string" }, "param_g83": { "type": "string", "format": "date-time" }, "dim_b11": { "type": "string" }, "param_p60": { "type": "object", "properties": { "key_h28": { "type": "st...
{attr_p26:"Santos",param_g83:"2025-09-17T14:05:00Z",dim_b11:"REV",param_p60:{key_h28:"admin@test.io",param_a19:"homozygous",col_n41:true,col_a85:"anchored",attr_e04:"Diana"}}
Expecting property name enclosed in double quotes
{"attr_p26":"Santos","param_g83":"2025-09-17T14:05:00Z","dim_b11":"REV","param_p60":{"key_h28":"admin@test.io","param_a19":"homozygous","col_n41":true,"col_a85":"anchored","attr_e04":"Diana"}}
TASK repair_structured_output SPEC FIELD duration_ms TYPE boolean REQUIRED no FIELD insurance_id.footnote TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD insurance_id.priority TYPE string_date-time REQUIRED no FIELD insurance_id.shipper_ref[] TYPE integer REQUIRED yes FIELD role TYPE string_email REQUIRED no F...
{"insurance_id":{"footnote":"cat_a","priority":"2021-06-04T17:25:00Z","shipper_ref":[56,278,99,516]},"tile":"level_1","dissolved_oxygen":828.17,"height":"Tokyo","step":"John","frequency_hz":172}
truncated_array
{ "type": "object", "properties": { "duration_ms": { "type": "boolean" }, "insurance_id": { "type": "object", "properties": { "footnote": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, ...
{"insurance_id":{"footnote":"cat_a","priority":"2021-06-04T17:25:00Z","shipper_ref":[56,278,99,516]},"tile":"level_1","dissolved_oxygen":828.17,"height":"Tokyo","step":"John","frequency_hz":172
Unexpected end of JSON input — truncated object
{"insurance_id":{"footnote":"cat_a","priority":"2021-06-04T17:25:00Z","shipper_ref":[56,278,99,516]},"tile":"level_1","dissolved_oxygen":828.17,"height":"Tokyo","step":"John","frequency_hz":172}
TASK repair_structured_output SPEC FIELD key_r07 TYPE integer REQUIRED yes FIELD val_g88 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD col_v74 TYPE boolean REQUIRED no FIELD col_t98 TYPE number REQUIRED no FIELD attr_p21 TYPE string VALUES email|phone|sms|push REQUIRED no BROKEN_OUT...
{"key_r07":435,"col_v74":true,"attr_p21":"phone"}
missing_required
{ "type": "object", "properties": { "key_r07": { "type": "integer" }, "val_g88": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "col_v74": { "type": "boolean" }, "col_t98": { "t...
{"col_v74": true, "attr_p21": "phone"}
Required field 'key_r07' is missing
{"key_r07":435,"col_v74":true,"attr_p21":"phone"}
TASK repair_structured_output SPEC FIELD credit_score TYPE string VALUES active|inactive|pending REQUIRED no FIELD filter_flag TYPE boolean REQUIRED yes FIELD age TYPE string_uri REQUIRED no FIELD duration_ms[].duration_ms TYPE string_uri REQUIRED no FIELD duration_ms[].branch TYPE string_email REQUIRED no FIELD durat...
{"credit_score":"inactive","filter_flag":true,"age":"https://www.com/api","duration_ms":[{"duration_ms":"https://example.org/data","chromosome":"missense","lab_result":726,"image_url":778,"vital_sign":"critical","position":341,"port_code":573}]}
missing_brace
{ "type": "object", "properties": { "credit_score": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "filter_flag": { "type": "boolean" }, "age": { "type": "string", "format": "uri" }, "duration_ms": { "t...
"credit_score":"inactive","filter_flag":true,"age":"https://www.com/api","duration_ms":[{"duration_ms":"https://example.org/data","chromosome":"missense","lab_result":726,"image_url":778,"vital_sign":"critical","position":341,"port_code":573}]}
Missing closing brace
{"credit_score":"inactive","filter_flag":true,"age":"https://www.com/api","duration_ms":[{"duration_ms":"https://example.org/data","chromosome":"missense","lab_result":726,"image_url":778,"vital_sign":"critical","position":341,"port_code":573}]}