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 key_n30 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD param_v12 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD prop_m86 TYPE boolean REQUIRED no FIELD attr_l67 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD param_y42 TYPE numbe...
{"param_v12":"black","attr_l67":"cat_b","param_y42":994.96,"attr_d21":979}
number_with_unit
{ "type": "object", "properties": { "key_n30": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "param_v12": { "type": "string", "enum": [ "red", "blue", "green", "bla...
{"param_v12": "black", "attr_l67": "cat_b", "param_y42": 994.96, "attr_d21": "979cm"}
Field 'attr_d21' must be number, got string with unit
{"param_v12":"black","attr_l67":"cat_b","param_y42":994.96,"attr_d21":979}
TASK repair_structured_output SPEC FIELD dim_q44 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD field_m29 TYPE string_uri REQUIRED no FIELD key_s84 TYPE number REQUIRED no FIELD attr_w24 TYPE integer REQUIRED no FIELD col_w00 TYPE null REQUIRED yes FIELD dim_y16 TYPE string REQUIRED no FIELD dim_i10 ...
{"field_m29":"https://www.io/v1","key_s84":108.23,"attr_w24":823,"col_w00":null,"dim_y16":"hello","dim_i10":"pending_review"}
missing_bracket
{ "type": "object", "properties": { "dim_q44": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "field_m29": { "type": "string", "format": "uri" }, "key_s84": { "type": "number" }, "attr_w24": { ...
{"field_m29":"https://www.io/v1","key_s84":108.23,"attr_w24":823,"col_w00":null,"dim_y16":"hello","dim_i10":"pending_review"}
Missing closing bracket
{"field_m29":"https://www.io/v1","key_s84":108.23,"attr_w24":823,"col_w00":null,"dim_y16":"hello","dim_i10":"pending_review"}
TASK repair_structured_output SPEC FIELD address TYPE number REQUIRED no FIELD account_id TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD quantity TYPE integer REQUIRED no FIELD longitude TYPE integer REQUIRED yes FIELD features TYPE string REQUIRED yes FIELD active TYPE boolean REQUIRED no FIELD barcod...
{"address":330.86,"account_id":"low","longitude":224,"features":"2024-06-30","active":true,"freight_class":"2024-01-15"}
truncated_array
{ "type": "object", "properties": { "address": { "type": "number" }, "account_id": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "quantity": { "type": "integer" }, "longitude": { "type": "integer...
{"address":330.86,"account_id":"low","longitude":224,"features":"2024-06-30","active":true,"freight_class":"2024-01-15"
Unexpected end of JSON input — truncated object
{"address":330.86,"account_id":"low","longitude":224,"features":"2024-06-30","active":true,"freight_class":"2024-01-15"}
TASK repair_structured_output SPEC FIELD prop_o42 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD param_f06 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD param_r23 TYPE string REQUIRED yes FIELD col_d81.field_w19 TYPE string_date-time REQUIRED yes FIELD col_d81.col...
{"prop_o42":"cat_d","param_f06":"option_a","param_r23":"completed"}
extra_text_before
{ "type": "object", "properties": { "prop_o42": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "param_f06": { "type": "string", "enum": [ "option_a", "option_b", ...
The instrument reported: {"prop_o42":"cat_d","param_f06":"option_a","param_r23":"completed"}
Output contains non-JSON text before the object
{"prop_o42":"cat_d","param_f06":"option_a","param_r23":"completed"}
TASK repair_structured_output SPEC FIELD insurance_id TYPE number REQUIRED yes FIELD state TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD half_life TYPE string REQUIRED no FIELD address[] TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes BROKEN_OUTPUT I need to look up the infor...
{"insurance_id":787.88,"state":"mode_b","half_life":"London","address":["cat_c","cat_a","cat_d"]}
agent_chain
{ "type": "object", "properties": { "insurance_id": { "type": "number" }, "state": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "half_life": { "type": "string" }, ...
I need to look up the information first. Action: get_weather Result: {"insurance_id": 787.88, "state": "mode_b", "address": ["cat_c", "cat_a", "cat_d"]} Processing the request now. Action: lookup_customer Result:
Agent multi-step chain with truncated tool output
{"insurance_id":787.88,"state":"mode_b","half_life":"London","address":["cat_c","cat_a","cat_d"]}
TASK repair_structured_output SPEC FIELD col_l21 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_z22 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD field_y74 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes BROKEN_OUTPUT {"col_l21": "delivered", ...
{"col_l21":"delivered","attr_z22":"coastal","field_y74":"nonsense"}
invalid_enum
{ "type": "object", "properties": { "col_l21": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_z22": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
{"col_l21": "delivered", "attr_z22": "coastal", "field_y74": "invalid_option_467"}
Field 'field_y74' has invalid enum value 'invalid_option_467', expected one of ['synonymous', 'missense', 'nonsense', 'frameshift']
{"col_l21":"delivered","attr_z22":"coastal","field_y74":"nonsense"}
TASK repair_structured_output SPEC FIELD val_h66 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop_w33 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD param_p56 TYPE null REQUIRED no FIELD field_t79 TYPE integer REQUIRED no FIELD field_b21 TYPE integer REQUIRED no FIELD key_h48 TYPE integer...
{"val_h66":"enterprise","prop_w33":"EUR","param_p56":null,"field_t79":771,"field_b21":301,"key_h48":749,"prop_e56":916}
tool_call_bad_format
{ "type": "object", "properties": { "val_h66": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "prop_w33": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ]...
<functioncall> calculate_price {val_h66: "enterprise", prop_w33: "EUR", param_p56: null, field_t79: 771, field_b21: 301, key_h48: 749, prop_e56: 916}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_h66":"enterprise","prop_w33":"EUR","param_p56":null,"field_t79":771,"field_b21":301,"key_h48":749,"prop_e56":916}
TASK repair_structured_output SPEC FIELD param_s33 TYPE string VALUES active|inactive|pending REQUIRED no FIELD key_f35 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD field_z99 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_s02 TYPE string_email REQUIRED no FIELD key_s11 T...
{"param_s33":"inactive","key_f35":"intermittent","field_z99":"oceanic","val_s02":"info@example.com","key_s11":false,"field_c44":"basic"}
synonym_enum
{ "type": "object", "properties": { "param_s33": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "key_f35": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "field_z99"...
{"param_s33": "off", "key_f35": "intermittent", "field_z99": "oceanic", "val_s02": "info@example.com", "key_s11": false, "field_c44": "basic"}
Field 'param_s33' has synonym 'off' instead of valid enum value
{"param_s33":"inactive","key_f35":"intermittent","field_z99":"oceanic","val_s02":"info@example.com","key_s11":false,"field_c44":"basic"}
TASK repair_structured_output SPEC FIELD prop_r16 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD field_g17 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD attr_a79 TYPE string_uri REQUIRED no FIELD param_z08 TYPE integer REQUIRED yes FIELD col_p80 TYPE string REQUIRED yes BROKEN_OUTPUT Re...
{"prop_r16":"type_d","field_g17":"type_b","attr_a79":"https://data.com/v1","param_z08":334,"col_p80":"GRCh38"}
partial_structure
{ "type": "object", "properties": { "prop_r16": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "field_g17": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "attr...
Result: field_g17=type_b, {"prop_r16":"type_d","field_g17":"type_b","attr_a79":"https://data.com/v1","param_z08":334,"col_p80":"GRCh38"}
Output mixes natural language with JSON
{"prop_r16":"type_d","field_g17":"type_b","attr_a79":"https://data.com/v1","param_z08":334,"col_p80":"GRCh38"}
TASK repair_structured_output SPEC FIELD attr_k96 TYPE string REQUIRED no FIELD prop_w20 TYPE integer REQUIRED yes FIELD col_i01.col_t11 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD col_i01.field_x18 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD col_i01.field_e86 TYPE string VAL...
{"attr_k96":"Hapag-Lloyd-Express","prop_w20":15,"col_i01":{"col_t11":"red","field_x18":"inland","field_e86":"inland","val_i09":"JPY","key_l39":656,"col_r90":"chr1"},"param_x60":"inactive","dim_z69":979.5,"prop_c00":"Luis","key_h73":548.85}
partial_structure
{ "type": "object", "properties": { "attr_k96": { "type": "string" }, "prop_w20": { "type": "integer" }, "col_i01": { "type": "object", "properties": { "col_t11": { "type": "string", "enum": [ "red", "blue", ...
Result: key_h73=548.85, {"attr_k96":"Hapag-Lloyd-Express","prop_w20":15,"col_i01":{"col_t11":"red","field_x18":"inland","field_e86":"inland","val_i09":"JPY","key_l39":656,"col_r90":"chr1"},"param_x60":"inactive","dim_z69":979.5,"prop_c00":"Luis","key_h73":548.85}
Output mixes natural language with JSON
{"attr_k96":"Hapag-Lloyd-Express","prop_w20":15,"col_i01":{"col_t11":"red","field_x18":"inland","field_e86":"inland","val_i09":"JPY","key_l39":656,"col_r90":"chr1"},"param_x60":"inactive","dim_z69":979.5,"prop_c00":"Luis","key_h73":548.85}
TASK repair_structured_output SPEC FIELD key_e43.key_p88 TYPE integer REQUIRED no FIELD key_e43.param_u50 TYPE string VALUES draft|published|archived REQUIRED yes FIELD key_e43.val_d87.field_r03 TYPE string_email REQUIRED yes FIELD key_e43.val_d87.key_l77 TYPE integer REQUIRED yes FIELD key_e43.val_d87.field_p68 TYPE ...
{"key_e43":{"key_p88":948,"param_u50":"archived","dim_s92":{"key_g24":"Bob","attr_j50":null,"param_q31":"type_b","col_o89":302}},"key_p57":{"dim_f15":"level_3","attr_v86":684.93,"prop_f78":"cancelled","prop_r45":475,"col_s84":644.92},"val_l00":"escalated","col_f17":186.03,"field_b32":{"val_l56":686,"val_e35":"A short d...
trailing_comma
{ "type": "object", "properties": { "key_e43": { "type": "object", "properties": { "key_p88": { "type": "integer" }, "param_u50": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
{"key_e43":{"key_p88":948,"param_u50":"archived","dim_s92":{"key_g24":"Bob","attr_j50":null,"param_q31":"type_b","col_o89":302,}},"key_p57":{"dim_f15":"level_3","attr_v86":684.93,"prop_f78":"cancelled","prop_r45":475,"col_s84":644.92},"val_l00":"escalated","col_f17":186.03,"field_b32":{"val_l56":686,"val_e35":"A short ...
Unexpected trailing comma
{"key_e43":{"key_p88":948,"param_u50":"archived","dim_s92":{"key_g24":"Bob","attr_j50":null,"param_q31":"type_b","col_o89":302}},"key_p57":{"dim_f15":"level_3","attr_v86":684.93,"prop_f78":"cancelled","prop_r45":475,"col_s84":644.92},"val_l00":"escalated","col_f17":186.03,"field_b32":{"val_l56":686,"val_e35":"A short d...
TASK repair_structured_output SPEC FIELD attr_p78 TYPE string REQUIRED no FIELD field_a96 TYPE string_date-time REQUIRED yes FIELD prop_o70 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_h68 TYPE string REQUIRED no FIELD attr_g50 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no...
{"attr_p78":"GRCh38","field_a96":"2023-07-20T01:53:00Z","prop_o70":"in_transit"}
missing_brace
{ "type": "object", "properties": { "attr_p78": { "type": "string" }, "field_a96": { "type": "string", "format": "date-time" }, "prop_o70": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, ...
{"attr_p78":"GRCh38","field_a96":"2023-07-20T01:53:00Z","prop_o70":"in_transit"
Missing closing brace
{"attr_p78":"GRCh38","field_a96":"2023-07-20T01:53:00Z","prop_o70":"in_transit"}
TASK repair_structured_output SPEC FIELD col_l24.prop_r84 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_l24.prop_v59 TYPE string_date-time REQUIRED yes FIELD col_l24.dim_q75 TYPE boolean REQUIRED no FIELD col_l24.col_s14.key_a12 TYPE integer REQUIRED no FIELD col_l24.col_s14.field_a32 TYPE integer ...
{"col_l24":{"prop_r84":"published","prop_v59":"2021-03-14T06:32:00Z","dim_q75":true,"col_s14":{"key_a12":346,"attr_x51":"2023-12-25","prop_i89":"Bob","val_s12":"info@test.io"}},"field_u26":"https://data.com/v1","col_l55":"Luis"}
tool_call_partial_args
{ "type": "object", "properties": { "col_l24": { "type": "object", "properties": { "prop_r84": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "prop_v59": { "type": "string", ...
I need to look up the information first. Action: filter_variants Arguments: {"col_l24": {"prop_r84": "published", "prop_v59": "2021-03-14T06:32:00Z", "dim_q75": true, "col_s14": {"key_a12": 346, "attr_x51": "2023-12-25", "prop_i89": "Bob", "val_s12": "info@test.io"}}, "col_l55": "Luis"}
Agent tool call missing required parameter 'field_u26'
{"col_l24":{"prop_r84":"published","prop_v59":"2021-03-14T06:32:00Z","dim_q75":true,"col_s14":{"key_a12":346,"attr_x51":"2023-12-25","prop_i89":"Bob","val_s12":"info@test.io"}},"field_u26":"https://data.com/v1","col_l55":"Luis"}
TASK repair_structured_output SPEC FIELD field_l54 TYPE boolean REQUIRED yes FIELD field_y17 TYPE string_date-time REQUIRED no FIELD field_y82.val_c74 TYPE string VALUES single|married|divorced REQUIRED yes FIELD field_y82.prop_x34 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD field_y82.prop_b44 TYPE...
{"field_l54":false}
partial_structure
{ "type": "object", "properties": { "field_l54": { "type": "boolean" }, "field_y17": { "type": "string", "format": "date-time" }, "field_y82": { "type": "object", "properties": { "val_c74": { "type": "string", "enum": [ "singl...
I found that field_l54 should be False. {"field_l54":false}
Output mixes natural language with JSON
{"field_l54":false}
TASK repair_structured_output SPEC FIELD prop_d84 TYPE string REQUIRED yes FIELD param_v79 TYPE number REQUIRED no FIELD field_v99 TYPE boolean REQUIRED yes FIELD param_s41 TYPE string REQUIRED no FIELD col_q55 TYPE string REQUIRED yes FIELD key_k50 TYPE integer REQUIRED no FIELD col_l53 TYPE string REQUIRED no BROKE...
{"prop_d84":"Tokyo","param_v79":177.0,"field_v99":true,"param_s41":"FWD","col_q55":"New York","key_k50":758,"col_l53":"bar"}
unquoted_keys
{ "type": "object", "properties": { "prop_d84": { "type": "string" }, "param_v79": { "type": "number" }, "field_v99": { "type": "boolean" }, "param_s41": { "type": "string" }, "col_q55": { "type": "string" }, "key_k50": { "type": "integ...
{prop_d84:"Tokyo",param_v79:177.0,field_v99:true,param_s41:"FWD",col_q55:"New York",key_k50:758,col_l53:"bar"}
Expecting property name enclosed in double quotes
{"prop_d84":"Tokyo","param_v79":177.0,"field_v99":true,"param_s41":"FWD","col_q55":"New York","key_k50":758,"col_l53":"bar"}
TASK repair_structured_output SPEC FIELD paragraph TYPE number REQUIRED no FIELD active TYPE string REQUIRED yes FIELD commit_hash TYPE string REQUIRED yes BROKEN_OUTPUT ```json {"paragraph":339.48,"active":"example","commit_hash":"A short description."} ```
{"paragraph":339.48,"active":"example","commit_hash":"A short description."}
markdown_fences
{ "type": "object", "properties": { "paragraph": { "type": "number" }, "active": { "type": "string" }, "commit_hash": { "type": "string" } }, "required": [ "active", "commit_hash" ] }
```json {"paragraph":339.48,"active":"example","commit_hash":"A short description."} ```
Output contains markdown code fences
{"paragraph":339.48,"active":"example","commit_hash":"A short description."}
TASK repair_structured_output SPEC FIELD prop_u84 TYPE string REQUIRED yes FIELD attr_p18 TYPE null REQUIRED no FIELD val_o58 TYPE string_email REQUIRED no FIELD field_o94 TYPE string REQUIRED no FIELD val_m51 TYPE boolean REQUIRED no FIELD val_p37 TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT ...
{"prop_u84":"active","attr_p18":null,"val_m51":false}
markdown_fences
{ "type": "object", "properties": { "prop_u84": { "type": "string" }, "attr_p18": { "type": "null" }, "val_o58": { "type": "string", "format": "email" }, "field_o94": { "type": "string" }, "val_m51": { "type": "boolean" }, "val_p37": { ...
```json {"prop_u84":"active","attr_p18":null,"val_m51":false} ```
Output contains markdown code fences
{"prop_u84":"active","attr_p18":null,"val_m51":false}
TASK repair_structured_output SPEC FIELD col_e40 TYPE string REQUIRED no FIELD prop_y21 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD col_z48[].attr_a59 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD col_z48[].param_o36 TYPE string REQUIRED no FIELD col_z48[].attr_n81 TYPE string_da...
{"prop_y21":"cat_a","col_z48":[{"attr_a59":"level_1","attr_n81":"2020-08-03T17:57:00Z","key_r22":436.9,"prop_z02":null,"attr_k86":true},{"param_o36":"Oliveira","attr_n81":"2024-10-15T13:56:00Z","key_r22":942.07,"val_i90":"bar","attr_k86":false},{"param_o36":"cancelled","attr_n81":"2026-10-07T17:21:00Z","key_r22":680.74...
single_quotes
{ "type": "object", "properties": { "col_e40": { "type": "string" }, "prop_y21": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "col_z48": { "type": "array", "items": { "type": "ob...
{'prop_y21':'cat_a','col_z48':[{'attr_a59':'level_1','attr_n81':'2020-08-03T17:57:00Z','key_r22':436.9,'prop_z02':null,'attr_k86':true},{'param_o36':'Oliveira','attr_n81':'2024-10-15T13:56:00Z','key_r22':942.07,'val_i90':'bar','attr_k86':false},{'param_o36':'cancelled','attr_n81':'2026-10-07T17:21:00Z','key_r22':680.74...
Expecting property name enclosed in double quotes
{"prop_y21":"cat_a","col_z48":[{"attr_a59":"level_1","attr_n81":"2020-08-03T17:57:00Z","key_r22":436.9,"prop_z02":null,"attr_k86":true},{"param_o36":"Oliveira","attr_n81":"2024-10-15T13:56:00Z","key_r22":942.07,"val_i90":"bar","attr_k86":false},{"param_o36":"cancelled","attr_n81":"2026-10-07T17:21:00Z","key_r22":680.74...
TASK repair_structured_output SPEC FIELD key_c06.field_z22 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED yes FIELD key_c06.col_f45 TYPE string_uri REQUIRED yes FIELD key_c06.attr_z58 TYPE string REQUIRED no FIELD key_c06.field_v49 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD di...
{"key_c06":{"field_z22":"option_d","col_f45":"https://data.org/api","attr_z58":"Charlie","field_v49":"intermittent"},"dim_v87":"type_d","attr_s60":false,"dim_e17":57.73}
tool_call_wrong_param
{ "type": "object", "properties": { "key_c06": { "type": "object", "properties": { "field_z22": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "col_f45": { ...
Tool: create_ticket Params: {"key_c06": {"field_z22": "option_d", "col_f45": "https://data.org/api", "attr_z58": "Charlie", "field_v49": "intermittent"}, "dim_v87": "type_d", "dim_e17": 57.73, "attr_s602": false}
Agent used wrong parameter name 'attr_s602' instead of 'attr_s60'
{"key_c06":{"field_z22":"option_d","col_f45":"https://data.org/api","attr_z58":"Charlie","field_v49":"intermittent"},"dim_v87":"type_d","attr_s60":false,"dim_e17":57.73}
TASK repair_structured_output SPEC FIELD key_u82 TYPE integer REQUIRED yes FIELD dim_u32.param_t62 TYPE string_uri REQUIRED no FIELD dim_u32.param_h50 TYPE string VALUES draft|published|archived REQUIRED yes FIELD dim_u32.attr_l90 TYPE string REQUIRED no FIELD dim_u32.prop_v06.col_f72 TYPE string REQUIRED no FIELD dim...
{"key_u82":623,"dim_u32":{"param_t62":"https://example.io/api","param_h50":"draft","attr_l90":"Bob","prop_v06":{"col_f72":"chr1","param_u26":"GBP","prop_s11":"small","val_q28":"red"},"dim_y97":"Silva","key_e88":false,"attr_k42":false,"dim_k59":"2024-01-15"},"col_a19":"https://example.com/data","val_e74":"MV-Evergreen-0...
truncated_object
{ "type": "object", "properties": { "key_u82": { "type": "integer" }, "dim_u32": { "type": "object", "properties": { "param_t62": { "type": "string", "format": "uri" }, "param_h50": { "type": "string", "enum": [ ...
{"key_u82":623,"dim_u32":{"param_t62":"https://example.io/api","param_h50":"draft","attr_l90":"Bob","prop_v06":{"col_f72":"chr1","param_u26":"GBP","prop_s11":"small","val_q28":"red"},"dim_y97":"Silva","key_e88":false,"attr_k42":false,"dim_k59":"2024-01-15"},"col_a19":"https://example.com/data","val_e74":"MV-Evergreen-0...
Unexpected end of JSON input — truncated object
{"key_u82":623,"dim_u32":{"param_t62":"https://example.io/api","param_h50":"draft","attr_l90":"Bob","prop_v06":{"col_f72":"chr1","param_u26":"GBP","prop_s11":"small","val_q28":"red"},"dim_y97":"Silva","key_e88":false,"attr_k42":false,"dim_k59":"2024-01-15"},"col_a19":"https://example.com/data","val_e74":"MV-Evergreen-0...
TASK repair_structured_output SPEC FIELD prop_e11 TYPE number REQUIRED yes FIELD field_p48 TYPE integer REQUIRED no FIELD key_n73 TYPE integer REQUIRED no FIELD param_t61 TYPE string_email REQUIRED yes FIELD dim_z45 TYPE number REQUIRED no FIELD prop_r44 TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"prop_e11":355.29,"...
{"prop_e11":355.29,"key_n73":559,"param_t61":"user@test.io","dim_z45":259.5,"prop_r44":"https://api.org/api"}
missing_brace
{ "type": "object", "properties": { "prop_e11": { "type": "number" }, "field_p48": { "type": "integer" }, "key_n73": { "type": "integer" }, "param_t61": { "type": "string", "format": "email" }, "dim_z45": { "type": "number" }, "prop_r44...
{"prop_e11":355.29,"key_n73":559,"param_t61":"user@test.io","dim_z45":259.5,"prop_r44":"https://api.org/api"
Missing closing brace
{"prop_e11":355.29,"key_n73":559,"param_t61":"user@test.io","dim_z45":259.5,"prop_r44":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD phenotype TYPE string_uri REQUIRED no FIELD longitude TYPE integer REQUIRED yes FIELD interest_rate TYPE string REQUIRED yes FIELD rating TYPE integer REQUIRED no FIELD port_code TYPE string REQUIRED yes BROKEN_OUTPUT {"phenotype": "https://example.io/v1", "longitude": 62, "in...
{"phenotype":"https://example.io/v1","longitude":62,"interest_rate":"Oliveira","rating":821,"port_code":"Hapag-Lloyd-Express"}
extra_field
{ "type": "object", "properties": { "phenotype": { "type": "string", "format": "uri" }, "longitude": { "type": "integer" }, "interest_rate": { "type": "string" }, "rating": { "type": "integer" }, "port_code": { "type": "string" } }, "re...
{"phenotype": "https://example.io/v1", "longitude": 62, "interest_rate": "Oliveira", "rating": 821, "port_code": "Hapag-Lloyd-Express", "extra_info_9871": 42}
Unknown field 'extra_info_9871' not defined in schema
{"phenotype":"https://example.io/v1","longitude":62,"interest_rate":"Oliveira","rating":821,"port_code":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD dim_y64.prop_i69 TYPE string REQUIRED yes FIELD dim_y64.col_t43 TYPE boolean REQUIRED yes FIELD dim_y64.col_p94.val_e33 TYPE string REQUIRED yes FIELD dim_y64.col_p94.dim_u52 TYPE string REQUIRED yes FIELD dim_y64.col_p94.key_v19 TYPE number REQUIRED yes FIELD dim_y64.col_p94.c...
{"param_q88":259,"prop_e14":{"dim_b84":{"val_a96":650,"param_q26":411.09,"key_p30":"London","key_c32":168},"attr_r91":855.19,"param_w62":"pending","val_x76":true,"val_n21":false,"attr_v98":"cat_b","attr_g95":{"prop_h97":853.46,"dim_w27":"GRCh38","val_x88":null}},"dim_x30":685.69,"attr_a54":504,"prop_t56":"RTG-04","attr...
unquoted_keys
{ "type": "object", "properties": { "dim_y64": { "type": "object", "properties": { "prop_i69": { "type": "string" }, "col_t43": { "type": "boolean" }, "col_p94": { "type": "object", "properties": { "val_e33":...
{param_q88:259,prop_e14:{dim_b84:{val_a96:650,param_q26:411.09,key_p30:"London",key_c32:168},attr_r91:855.19,param_w62:"pending",val_x76:true,val_n21:false,attr_v98:"cat_b",attr_g95:{prop_h97:853.46,dim_w27:"GRCh38",val_x88:null}},dim_x30:685.69,attr_a54:504,prop_t56:"RTG-04",attr_x68:480}
Expecting property name enclosed in double quotes
{"param_q88":259,"prop_e14":{"dim_b84":{"val_a96":650,"param_q26":411.09,"key_p30":"London","key_c32":168},"attr_r91":855.19,"param_w62":"pending","val_x76":true,"val_n21":false,"attr_v98":"cat_b","attr_g95":{"prop_h97":853.46,"dim_w27":"GRCh38","val_x88":null}},"dim_x30":685.69,"attr_a54":504,"prop_t56":"RTG-04","attr...
TASK repair_structured_output SPEC FIELD attr_k43 TYPE string REQUIRED yes FIELD dim_z52 TYPE string REQUIRED no FIELD attr_g94 TYPE string REQUIRED no FIELD prop_o82[].attr_h87 TYPE number REQUIRED yes FIELD prop_o82[].col_v44 TYPE string REQUIRED yes FIELD prop_o82[].col_r08 TYPE string REQUIRED no FIELD prop_o82[]....
{"attr_k43":"user@domain.com","attr_g94":"QC-07","prop_o82":[{"attr_h87":921.4,"col_v44":"A short description.","col_r08":"demo","prop_a73":"2021-11-15T08:37:00Z","param_p05":["example"]}]}
trailing_comma
{ "type": "object", "properties": { "attr_k43": { "type": "string" }, "dim_z52": { "type": "string" }, "attr_g94": { "type": "string" }, "prop_o82": { "type": "array", "items": { "type": "object", "properties": { "attr_h87": { ...
{"attr_k43":"user@domain.com","attr_g94":"QC-07","prop_o82":[{"attr_h87":921.4,"col_v44":"A short description.","col_r08":"demo","prop_a73":"2021-11-15T08:37:00Z","param_p05":["example",]}]}
Unexpected trailing comma
{"attr_k43":"user@domain.com","attr_g94":"QC-07","prop_o82":[{"attr_h87":921.4,"col_v44":"A short description.","col_r08":"demo","prop_a73":"2021-11-15T08:37:00Z","param_p05":["example"]}]}
TASK repair_structured_output SPEC FIELD col_x60 TYPE string REQUIRED no FIELD prop_y78 TYPE string REQUIRED no FIELD dim_l77 TYPE string REQUIRED yes BROKEN_OUTPUT Here is the JSON you requested: {"col_x60":"Silva","prop_y78":"London","dim_l77":"2023-12-25"}
{"col_x60":"Silva","prop_y78":"London","dim_l77":"2023-12-25"}
extra_text_before
{ "type": "object", "properties": { "col_x60": { "type": "string" }, "prop_y78": { "type": "string" }, "dim_l77": { "type": "string" } }, "required": [ "dim_l77" ] }
Here is the JSON you requested: {"col_x60":"Silva","prop_y78":"London","dim_l77":"2023-12-25"}
Output contains non-JSON text before the object
{"col_x60":"Silva","prop_y78":"London","dim_l77":"2023-12-25"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD first_name TYPE number REQUIRED yes FIELD diagnosis_code TYPE number REQUIRED no FIELD verified TYPE integer REQUIRED no FIELD interest_rate TYPE string VALUES coastal|oceanic|inland|arctic REQUI...
{"vessel_name":"berthed","first_name":894.84,"diagnosis_code":57.91,"verified":936,"interest_rate":"inland","tags":null,"count":true}
tool_call_text_mix
{ "type": "object", "properties": { "vessel_name": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "first_name": { "type": "number" }, "diagnosis_code": { "type": "number" }, "verified": { ...
Processing the request now. <tool_call name="calculate_docking_fee"> {"vessel_name":"berthed","first_name":894.84,"diagnosis_code":57.91,"verified":936,"interest_rate":"inland","tags":null,"count":true} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"vessel_name":"berthed","first_name":894.84,"diagnosis_code":57.91,"verified":936,"interest_rate":"inland","tags":null,"count":true}
TASK repair_structured_output SPEC FIELD full_name TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD ward TYPE boolean REQUIRED yes FIELD subject TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD amplitude.product_id TYPE string REQUIRED yes FIELD amplitude.umi TYPE numb...
{"ward":false,"subject":"operational","amplitude":{"product_id":"qux","umi":689.25,"span_id":{"current_draw":"pending_review","department":"divorced","date":"white","log_level":"oceanic"},"deploy_target":500,"catalyst":"qux"}}
extra_text_after
{ "type": "object", "properties": { "full_name": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "ward": { "type": "boolean" }, "subject": { "type": "string", "enum": [ "operational", ...
{"ward":false,"subject":"operational","amplitude":{"product_id":"qux","umi":689.25,"span_id":{"current_draw":"pending_review","department":"divorced","date":"white","log_level":"oceanic"},"deploy_target":500,"catalyst":"qux"}} Let me know if you need anything else!
Output contains non-JSON text after the object
{"ward":false,"subject":"operational","amplitude":{"product_id":"qux","umi":689.25,"span_id":{"current_draw":"pending_review","department":"divorced","date":"white","log_level":"oceanic"},"deploy_target":500,"catalyst":"qux"}}
TASK repair_structured_output SPEC FIELD level TYPE string REQUIRED yes FIELD created_at TYPE integer REQUIRED no FIELD isotope TYPE string REQUIRED yes FIELD interest_rate TYPE integer REQUIRED no BROKEN_OUTPUT {level:"foo",created_at:607,isotope:"bar",interest_rate:814}
{"level":"foo","created_at":607,"isotope":"bar","interest_rate":814}
unquoted_keys
{ "type": "object", "properties": { "level": { "type": "string" }, "created_at": { "type": "integer" }, "isotope": { "type": "string" }, "interest_rate": { "type": "integer" } }, "required": [ "level", "isotope" ] }
{level:"foo",created_at:607,isotope:"bar",interest_rate:814}
Expecting property name enclosed in double quotes
{"level":"foo","created_at":607,"isotope":"bar","interest_rate":814}
TASK repair_structured_output SPEC FIELD fleet_number TYPE boolean REQUIRED yes FIELD transaction_id TYPE boolean REQUIRED yes FIELD vital_sign TYPE integer REQUIRED no FIELD name TYPE integer REQUIRED yes FIELD branch TYPE string VALUES type_a|type_b|type_c REQUIRED yes BROKEN_OUTPUT ```json {"fleet_number":true,"tr...
{"fleet_number":true,"transaction_id":true,"vital_sign":436,"name":247,"branch":"type_b"}
markdown_fences
{ "type": "object", "properties": { "fleet_number": { "type": "boolean" }, "transaction_id": { "type": "boolean" }, "vital_sign": { "type": "integer" }, "name": { "type": "integer" }, "branch": { "type": "string", "enum": [ "type_a", ...
```json {"fleet_number":true,"transaction_id":true,"vital_sign":436,"name":247,"branch":"type_b"} ```
Output contains markdown code fences
{"fleet_number":true,"transaction_id":true,"vital_sign":436,"name":247,"branch":"type_b"}
TASK repair_structured_output SPEC FIELD verified.barcode TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD verified.coverage TYPE string VALUES low|medium|high|critical REQUIRED no FIELD verified.active TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD verified.weight TYPE string REQUIRED ...
{"language":151,"label":"mode_d","humidity_pct":{"tile":"heterozygous","status_code":"type_b"},"batch_code":"foo"}
extra_text_before
{ "type": "object", "properties": { "verified": { "type": "object", "properties": { "barcode": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "coverage": { ...
Sensor output follows: {"language":151,"label":"mode_d","humidity_pct":{"tile":"heterozygous","status_code":"type_b"},"batch_code":"foo"}
Output contains non-JSON text before the object
{"language":151,"label":"mode_d","humidity_pct":{"tile":"heterozygous","status_code":"type_b"},"batch_code":"foo"}
TASK repair_structured_output SPEC FIELD frequency_hz TYPE string REQUIRED no FIELD voltage TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD transaction_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD manifest_ref TYPE string REQUIRED no FIELD diagnosis_code TYPE integer REQUI...
{"transaction_id":"EUR","manifest_ref":"GRCh38","diagnosis_code":752,"wavelength":"New York","category":{"strand":"Tokyo","priority":"test@test.io"}}
wrong_type
{ "type": "object", "properties": { "frequency_hz": { "type": "string" }, "voltage": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "transaction_id": { "type": "string", ...
{"transaction_id": "EUR", "manifest_ref": "GRCh38", "diagnosis_code": "\"752\"", "wavelength": "New York", "category": {"strand": "Tokyo", "priority": "test@test.io"}}
Field 'diagnosis_code' must be integer, got string
{"transaction_id":"EUR","manifest_ref":"GRCh38","diagnosis_code":752,"wavelength":"New York","category":{"strand":"Tokyo","priority":"test@test.io"}}
TASK repair_structured_output SPEC FIELD comments TYPE string REQUIRED no FIELD ward TYPE number REQUIRED no FIELD repository[] TYPE string REQUIRED no FIELD altitude[].invoice_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD altitude[].bed_number TYPE string VALUES homozygous|heterozyg...
{"comments":"This is a test value.","repository":["world","Hapag-Lloyd-Express","New York","Diana"],"altitude":[{"invoice_id":"operational","bed_number":"heterozygous"}]}
extra_text_after
{ "type": "object", "properties": { "comments": { "type": "string" }, "ward": { "type": "number" }, "repository": { "type": "array", "items": { "type": "string" } }, "altitude": { "type": "array", "items": { "type": "object", ...
{"comments":"This is a test value.","repository":["world","Hapag-Lloyd-Express","New York","Diana"],"altitude":[{"invoice_id":"operational","bed_number":"heterozygous"}]} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"comments":"This is a test value.","repository":["world","Hapag-Lloyd-Express","New York","Diana"],"altitude":[{"invoice_id":"operational","bed_number":"heterozygous"}]}
TASK repair_structured_output SPEC FIELD sensor_id.vital_sign TYPE number REQUIRED no FIELD sensor_id.verified TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD sensor_id.payment_status.salinity TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD sensor_id.paymen...
{"sensor_id":{"vital_sign":725.97,"verified":"rejected","payment_status":{"salinity":"missense","bed_number":"baz","due_date":false,"score":false,"first_name":"2022-07-22T22:49:00Z"},"half_life":"completed","options":"This is a test value.","velocity":"level_2"},"diagnosis_code":282.83,"shipper_ref":"inactive"}
markdown_explanation
{ "type": "object", "properties": { "sensor_id": { "type": "object", "properties": { "vital_sign": { "type": "number" }, "verified": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", ...
The instrument reported: ```json {"sensor_id":{"vital_sign":725.97,"verified":"rejected","payment_status":{"salinity":"missense","bed_number":"baz","due_date":false,"score":false,"first_name":"2022-07-22T22:49:00Z"},"half_life":"completed","options":"This is a test value.","velocity":"level_2"},"diagnosis_code":282.83,...
Output contains markdown and explanatory text around JSON
{"sensor_id":{"vital_sign":725.97,"verified":"rejected","payment_status":{"salinity":"missense","bed_number":"baz","due_date":false,"score":false,"first_name":"2022-07-22T22:49:00Z"},"half_life":"completed","options":"This is a test value.","velocity":"level_2"},"diagnosis_code":282.83,"shipper_ref":"inactive"}
TASK repair_structured_output SPEC FIELD field_c88.attr_q92 TYPE integer REQUIRED no FIELD field_c88.prop_b25 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD field_c88.prop_k72 TYPE string REQUIRED yes FIELD field_c88.col_w39 TYPE number REQUIRED no FIELD field_c88.param_f67[].param_z32 TYPE int...
{"field_n94":{"dim_h17":406,"prop_m72":58,"col_r72":"info","prop_u66":782,"prop_z05":{"param_w40":"PASS","val_n12":"GBP","field_a42":"https://api.org/data","prop_i31":628.92,"val_r83":960},"dim_f65":"2023-12-09T11:59:00Z","field_w12":"demo"},"attr_x01":"https://example.org/v1","val_n77":"level_2","prop_j46":"Paris","at...
tool_call_text_mix
{ "type": "object", "properties": { "field_c88": { "type": "object", "properties": { "attr_q92": { "type": "integer" }, "prop_b25": { "type": "string", "enum": [ "new", "in_transit", "delivered", "r...
Processing the request now. <tool_call name="generate_report"> {"field_n94":{"dim_h17":406,"prop_m72":58,"col_r72":"info","prop_u66":782,"prop_z05":{"param_w40":"PASS","val_n12":"GBP","field_a42":"https://api.org/data","prop_i31":628.92,"val_r83":960},"dim_f65":"2023-12-09T11:59:00Z","field_w12":"demo"},"attr_x01":"htt...
Agent response mixes reasoning text with tool call
{"field_n94":{"dim_h17":406,"prop_m72":58,"col_r72":"info","prop_u66":782,"prop_z05":{"param_w40":"PASS","val_n12":"GBP","field_a42":"https://api.org/data","prop_i31":628.92,"val_r83":960},"dim_f65":"2023-12-09T11:59:00Z","field_w12":"demo"},"attr_x01":"https://example.org/v1","val_n77":"level_2","prop_j46":"Paris","at...
TASK repair_structured_output SPEC FIELD dim_q26 TYPE integer REQUIRED no FIELD col_j67 TYPE string VALUES option_a|option_b REQUIRED no FIELD param_f83 TYPE integer REQUIRED no FIELD param_n11 TYPE integer REQUIRED no FIELD dim_x35 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_u70 TYPE number RE...
{"dim_q26":118,"col_j67":"option_a","param_n11":181,"dim_x35":"archived","param_u70":972.88,"val_r59":"John","col_r95":"option_e"}
truncated_object
{ "type": "object", "properties": { "dim_q26": { "type": "integer" }, "col_j67": { "type": "string", "enum": [ "option_a", "option_b" ] }, "param_f83": { "type": "integer" }, "param_n11": { "type": "integer" }, "dim_x35": { ...
{"dim_q26":118,"col_j67":"option_a","param_n11":181,"dim_x35":"archived","param_u70":972.88,"val_r59":"John","col_r95":"option_e"
Unexpected end of JSON input — truncated object
{"dim_q26":118,"col_j67":"option_a","param_n11":181,"dim_x35":"archived","param_u70":972.88,"val_r59":"John","col_r95":"option_e"}
TASK repair_structured_output SPEC FIELD repository TYPE boolean REQUIRED no FIELD terminal_id TYPE string_date-time REQUIRED no FIELD wavelength TYPE number REQUIRED yes BROKEN_OUTPUT Processing the request now. <tool_call name="create_ticket"> {"repository":true,"terminal_id":"2026-09-24T11:31:00Z","wavelength":47....
{"repository":true,"terminal_id":"2026-09-24T11:31:00Z","wavelength":47.99}
tool_call_text_mix
{ "type": "object", "properties": { "repository": { "type": "boolean" }, "terminal_id": { "type": "string", "format": "date-time" }, "wavelength": { "type": "number" } }, "required": [ "wavelength" ] }
Processing the request now. <tool_call name="create_ticket"> {"repository":true,"terminal_id":"2026-09-24T11:31:00Z","wavelength":47.99} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"repository":true,"terminal_id":"2026-09-24T11:31:00Z","wavelength":47.99}
TASK repair_structured_output SPEC FIELD col_g39 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_y37 TYPE integer REQUIRED yes FIELD prop_j90 TYPE string REQUIRED no FIELD val_f57 TYPE string REQUIRED no FIELD key_r78[] TYPE string REQUIRED yes BROKEN_OUTPUT I need to look up the information first. <to...
{"col_g39":"editor","attr_y37":447,"prop_j90":"REV","val_f57":"foo","key_r78":["https://api.example.com/v1","PASS","test@example.com"]}
tool_call_text_mix
{ "type": "object", "properties": { "col_g39": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_y37": { "type": "integer" }, "prop_j90": { "type": "string" }, "val_f57": { "type": "string" }, "key_r78...
I need to look up the information first. <tool_call name="assign_berth"> {"col_g39":"editor","attr_y37":447,"prop_j90":"REV","val_f57":"foo","key_r78":["https://api.example.com/v1","PASS","test@example.com"]} </tool_call.
Agent response mixes reasoning text with tool call
{"col_g39":"editor","attr_y37":447,"prop_j90":"REV","val_f57":"foo","key_r78":["https://api.example.com/v1","PASS","test@example.com"]}
TASK repair_structured_output SPEC FIELD duration_ms TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD format TYPE string REQUIRED no FIELD end_date TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD loan_amount TYPE integer REQUIRED yes FIELD product_id TYPE boolean REQUIRED y...
{"duration_ms":"resolved","format":"Tokyo","end_date":"closed","loan_amount":330,"product_id":true}
invalid_enum
{ "type": "object", "properties": { "duration_ms": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "format": { "type": "string" }, "end_date": { "type": "string", "enum": [ "open", ...
{"duration_ms": "invalid_option_687", "format": "Tokyo", "end_date": "closed", "loan_amount": 330, "product_id": true}
Field 'duration_ms' has invalid enum value 'invalid_option_687', expected one of ['open', 'in_progress', 'resolved', 'closed']
{"duration_ms":"resolved","format":"Tokyo","end_date":"closed","loan_amount":330,"product_id":true}
TASK repair_structured_output SPEC FIELD log_level TYPE string REQUIRED yes FIELD shift_code TYPE number REQUIRED no FIELD quantity TYPE null REQUIRED yes FIELD compound[].organism TYPE integer REQUIRED no FIELD compound[].branch TYPE string REQUIRED yes FIELD compound[].language TYPE string_date-time REQUIRED no FIEL...
{"log_level":"active","shift_code":708.23,"quantity":null,"compound":[{"branch":"This is a test value.","language":"2023-06-07T19:59:00Z","bed_number":"confirmed","bearing":407},{"organism":296,"branch":"bar","language":"2025-01-28T14:03:00Z","bed_number":"escalated","bearing":466}]}
wrong_type
{ "type": "object", "properties": { "log_level": { "type": "string" }, "shift_code": { "type": "number" }, "quantity": { "type": "null" }, "compound": { "type": "array", "items": { "type": "object", "properties": { "organism": { ...
{"log_level": "active", "shift_code": "\"708.23\"", "quantity": null, "compound": [{"branch": "This is a test value.", "language": "2023-06-07T19:59:00Z", "bed_number": "confirmed", "bearing": 407}, {"organism": 296, "branch": "bar", "language": "2025-01-28T14:03:00Z", "bed_number": "escalated", "bearing": 466}]}
Field 'shift_code' must be number, got string
{"log_level":"active","shift_code":708.23,"quantity":null,"compound":[{"branch":"This is a test value.","language":"2023-06-07T19:59:00Z","bed_number":"confirmed","bearing":407},{"organism":296,"branch":"bar","language":"2025-01-28T14:03:00Z","bed_number":"escalated","bearing":466}]}
TASK repair_structured_output SPEC FIELD dim_z26 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD attr_p72 TYPE string VALUES single|married|divorced REQUIRED yes FIELD param_z99 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD param_p35 TYPE integer REQUIRED no FIELD key_b75 TYPE s...
{"attr_p72":"divorced","param_z99":"medium","param_p35":429,"key_b75":"EUR"}
missing_bracket
{ "type": "object", "properties": { "dim_z26": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "attr_p72": { "type": "string", "enum": [ "single", "married", "divorced" ...
{"attr_p72":"divorced","param_z99":"medium","param_p35":429,"key_b75":"EUR"}
Missing closing bracket
{"attr_p72":"divorced","param_z99":"medium","param_p35":429,"key_b75":"EUR"}
TASK repair_structured_output SPEC FIELD val_f71 TYPE string REQUIRED yes FIELD param_i11 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_y31 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_y26 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD dim_l25 TYPE bo...
{"val_f71":"Oliveira","param_i11":"BRL","prop_y31":"error","field_y26":"hemizygous","dim_l25":false}
extra_text_before
{ "type": "object", "properties": { "val_f71": { "type": "string" }, "param_i11": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "prop_y31": { "type": "string", "enum": [ "success", ...
Sensor output follows: {"val_f71":"Oliveira","param_i11":"BRL","prop_y31":"error","field_y26":"hemizygous","dim_l25":false}
Output contains non-JSON text before the object
{"val_f71":"Oliveira","param_i11":"BRL","prop_y31":"error","field_y26":"hemizygous","dim_l25":false}
TASK repair_structured_output SPEC FIELD currency TYPE number REQUIRED yes FIELD freight_class TYPE string REQUIRED yes FIELD amount[] TYPE number REQUIRED yes BROKEN_OUTPUT {"currency":779.69,"freight_class":"bar","amount":769.0,373.64,472.09,346.15]}
{"currency":779.69,"freight_class":"bar","amount":[769.0,373.64,472.09,346.15]}
missing_bracket
{ "type": "object", "properties": { "currency": { "type": "number" }, "freight_class": { "type": "string" }, "amount": { "type": "array", "items": { "type": "number" } } }, "required": [ "freight_class", "amount", "currency" ] }
{"currency":779.69,"freight_class":"bar","amount":769.0,373.64,472.09,346.15]}
Missing closing bracket
{"currency":779.69,"freight_class":"bar","amount":[769.0,373.64,472.09,346.15]}
TASK repair_structured_output SPEC FIELD balance TYPE string REQUIRED no FIELD image_url TYPE number REQUIRED no FIELD amount TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD yield_pct TYPE integer REQUIRED no FIELD weight TYPE integer REQUIRED no FIELD position TYPE integer REQUIRED yes B...
{"balance":"chrX","image_url":399.38,"amount":"level_5","yield_pct":530,"weight":888,"position":956}
missing_required
{ "type": "object", "properties": { "balance": { "type": "string" }, "image_url": { "type": "number" }, "amount": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "yield_pct": { ...
{"balance": "chrX", "image_url": 399.38, "amount": "level_5", "yield_pct": 530, "weight": 888}
Required field 'position' is missing
{"balance":"chrX","image_url":399.38,"amount":"level_5","yield_pct":530,"weight":888,"position":956}
TASK repair_structured_output SPEC FIELD language TYPE number REQUIRED yes FIELD longitude.crew_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD longitude.bill_of_lading TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD longitude.commit_hash TYPE string RE...
{"language":264.22,"longitude":{"crew_id":"maintenance","torque_output":446,"voltage":null,"account_id":253},"url":null}
wrong_type
{ "type": "object", "properties": { "language": { "type": "number" }, "longitude": { "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance...
{"language": "\"264.22\"", "longitude": {"crew_id": "maintenance", "torque_output": 446, "voltage": null, "account_id": 253}, "url": null}
Field 'language' must be number, got string
{"language":264.22,"longitude":{"crew_id":"maintenance","torque_output":446,"voltage":null,"account_id":253},"url":null}
TASK repair_structured_output SPEC FIELD consignee TYPE string VALUES active|inactive|pending REQUIRED no FIELD throttle_pos TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD annotation TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD humidity_pct TYPE string VALUES email|phone|sms|p...
{"throttle_pos":"underway","annotation":"green","humidity_pct":"email"}
truncated_array
{ "type": "object", "properties": { "consignee": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "throttle_pos": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] ...
{"throttle_pos":"underway","annotation":"green","humidity_pct":"email"
Unexpected end of JSON input — truncated object
{"throttle_pos":"underway","annotation":"green","humidity_pct":"email"}
TASK repair_structured_output SPEC FIELD log_level TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD department TYPE string REQUIRED no FIELD items[].sensor_id TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD items[].tile TYPE string VALUES red|blue|green|blac...
{"department":"London","items":[{"sensor_id":"option_a","credit_score":"completed","feedback":79.75,"collateral":null},{"sensor_id":"option_d","tile":"blue","account_id":false,"log_level":"2025-08-15T17:37:00Z","credit_score":"qux","feedback":731.79},{"sensor_id":"option_d","tile":"green","log_level":"2023-09-13T05:25:...
trailing_comma
{ "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "department": { "type": "string" }, "items": { "type": "array", "items": { "type": "...
{"department":"London","items":[{"sensor_id":"option_a","credit_score":"completed","feedback":79.75,"collateral":null,},{"sensor_id":"option_d","tile":"blue","account_id":false,"log_level":"2025-08-15T17:37:00Z","credit_score":"qux","feedback":731.79},{"sensor_id":"option_d","tile":"green","log_level":"2023-09-13T05:25...
Unexpected trailing comma
{"department":"London","items":[{"sensor_id":"option_a","credit_score":"completed","feedback":79.75,"collateral":null},{"sensor_id":"option_d","tile":"blue","account_id":false,"log_level":"2025-08-15T17:37:00Z","credit_score":"qux","feedback":731.79},{"sensor_id":"option_d","tile":"green","log_level":"2023-09-13T05:25:...
TASK repair_structured_output SPEC FIELD freight_class TYPE string REQUIRED yes FIELD format TYPE number REQUIRED yes FIELD shipping TYPE integer REQUIRED no FIELD dissolved_oxygen.annotation TYPE boolean REQUIRED no FIELD dissolved_oxygen.currency TYPE boolean REQUIRED no FIELD dissolved_oxygen.tile TYPE boolean REQU...
{"freight_class":"user@domain.com","format":100.26,"shipping":359,"dissolved_oxygen":{"annotation":true,"currency":false,"tile":false,"humidity_pct":{"weight":716,"hazmat_code":"baz"},"conductivity":958,"footnote":397,"log_level":"2026-04-11T20:21:00Z"},"yield_pct":"user@domain.com"}
agent_chain
{ "type": "object", "properties": { "freight_class": { "type": "string" }, "format": { "type": "number" }, "shipping": { "type": "integer" }, "dissolved_oxygen": { "type": "object", "properties": { "annotation": { "type": "boolean" ...
Let me check the system. Action: update_preferences Result: {"freight_class": "user@domain.com", "shipping": 359, "dissolved_oxygen": {"annotation": true, "currency": false, "tile": false, "humidity_pct": {"weight": 716, "hazmat_code": "baz"}, "conductivity": 958, "footnote": 397, "log_level": "2026-04-11T20:21:00Z"}, ...
Agent multi-step chain with truncated tool output
{"freight_class":"user@domain.com","format":100.26,"shipping":359,"dissolved_oxygen":{"annotation":true,"currency":false,"tile":false,"humidity_pct":{"weight":716,"hazmat_code":"baz"},"conductivity":958,"footnote":397,"log_level":"2026-04-11T20:21:00Z"},"yield_pct":"user@domain.com"}
TASK repair_structured_output SPEC FIELD val_g92 TYPE integer REQUIRED yes FIELD val_w63 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_e57 TYPE integer REQUIRED yes FIELD attr_j30 TYPE boolean REQUIRED yes FIELD key_d20 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes BROK...
{"val_g92":221,"col_e57":442,"attr_j30":false,"key_d20":"mode_e"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_g92": { "type": "integer" }, "val_w63": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "col_e57": { "type": "integer" }, "attr_j30": { "type": "boolean" }, "k...
Tool: delete_item Params: {"val_g92": 221, "attr_j30": false, "key_d20": "mode_e", "col_e572": 442}
Agent used wrong parameter name 'col_e572' instead of 'col_e57'
{"val_g92":221,"col_e57":442,"attr_j30":false,"key_d20":"mode_e"}
TASK repair_structured_output SPEC FIELD field_v29 TYPE string_email REQUIRED yes FIELD prop_x18 TYPE integer REQUIRED yes FIELD field_r63[] TYPE string REQUIRED yes FIELD val_w96[].prop_m93 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD val_w96[].col_s68 TYPE boolean REQUIRED yes FIELD val_w96[].col_f88 T...
{"field_v29":"admin@example.com","prop_x18":857,"field_r63":["Santos","RTG-04","2024-06-30"],"val_w96":[{"prop_m93":"mode_a","col_s68":true,"col_f88":353}]}
extra_field
{ "type": "object", "properties": { "field_v29": { "type": "string", "format": "email" }, "prop_x18": { "type": "integer" }, "field_r63": { "type": "array", "items": { "type": "string" } }, "val_w96": { "type": "array", "items": { ...
{"field_v29": "admin@example.com", "prop_x18": 857, "field_r63": ["Santos", "RTG-04", "2024-06-30"], "val_w96": [{"prop_m93": "mode_a", "col_s68": true, "col_f88": 353}], "extra_value_4159": 42}
Unknown field 'extra_value_4159' not defined in schema
{"field_v29":"admin@example.com","prop_x18":857,"field_r63":["Santos","RTG-04","2024-06-30"],"val_w96":[{"prop_m93":"mode_a","col_s68":true,"col_f88":353}]}
TASK repair_structured_output SPEC FIELD tags TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD priority TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD subject TYPE string VALUES single|married|divorced REQUIRED no FIELD credit_score TYPE integer REQUIRED no FIELD batch_code TYPE number REQUI...
{"tags":"viewer","priority":"type_d","subject":"married","due_date":"https://example.com/data","length":"London","type":897.68}
missing_bracket
{ "type": "object", "properties": { "tags": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "priority": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "subject": ...
{"tags":"viewer","priority":"type_d","subject":"married","due_date":"https://example.com/data","length":"London","type":897.68}
Missing closing bracket
{"tags":"viewer","priority":"type_d","subject":"married","due_date":"https://example.com/data","length":"London","type":897.68}
TASK repair_structured_output SPEC FIELD param_w36 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD field_e12 TYPE string REQUIRED yes FIELD val_h24.attr_e78 TYPE integer REQUIRED no FIELD val_h24.val_y27 TYPE boolean REQUIRED yes FIELD val_h24.attr_f24 TYPE string REQUIRED no FIELD val_h24.col_w05 TYP...
{"param_w36":"warning","field_e12":"test@example.com","val_v25":{"attr_d14":696.6,"field_n60":377,"param_t96":507,"attr_z78":{"param_m37":529.95,"dim_u75":119,"param_l45":161,"col_p59":"active","prop_p21":849.14},"attr_t58":{"dim_b05":"cat_a","val_i11":"Diana","key_i51":"type_d","col_n65":"quux"}}}
thought_process
{ "type": "object", "properties": { "param_w36": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "field_e12": { "type": "string" }, "val_h24": { "type": "object", "properties": { "attr_e78": { ...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"param_w36":"warning","field_e12":"test@example.com","val_v25":{"attr_d14":696.6,"field_n60":377,"param_t96":507,"attr_z78":{"param_m37":529.95,"dim_u75":119,"param_l45":161,"col_p59":"active","prop_p21":849.14},"attr_t58":{"dim_b...
Output contains chain-of-thought reasoning before JSON
{"param_w36":"warning","field_e12":"test@example.com","val_v25":{"attr_d14":696.6,"field_n60":377,"param_t96":507,"attr_z78":{"param_m37":529.95,"dim_u75":119,"param_l45":161,"col_p59":"active","prop_p21":849.14},"attr_t58":{"dim_b05":"cat_a","val_i11":"Diana","key_i51":"type_d","col_n65":"quux"}}}
TASK repair_structured_output SPEC FIELD language TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD position TYPE string REQUIRED yes FIELD loan_amount TYPE integer REQUIRED yes BROKEN_OUTPUT {"language":"option_a","position":"test@example.com","loan_amount":400
{"language":"option_a","position":"test@example.com","loan_amount":400}
truncated_array
{ "type": "object", "properties": { "language": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "position": { "type": "string" }, "loan_amount": { "type": "integer" } }, "required": [ "loan_amount", "posi...
{"language":"option_a","position":"test@example.com","loan_amount":400
Unexpected end of JSON input — truncated object
{"language":"option_a","position":"test@example.com","loan_amount":400}
TASK repair_structured_output SPEC FIELD price TYPE string REQUIRED no FIELD position TYPE integer REQUIRED yes FIELD interest_rate[].zip_code TYPE string_uri REQUIRED yes FIELD interest_rate[].terminal_id TYPE number REQUIRED yes FIELD interest_rate[].language TYPE string REQUIRED no FIELD interest_rate[].options TYP...
{"price":"example","position":919,"interest_rate":[{"zip_code":"https://api.com/data","terminal_id":825.02,"language":"bar","options":"2026-05-19T17:33:00Z","name":"baz"},{"zip_code":"https://api.com/api","terminal_id":352.09,"language":"New York","options":"2025-07-04T15:29:00Z","name":"REV"}]}
markdown_fences
{ "type": "object", "properties": { "price": { "type": "string" }, "position": { "type": "integer" }, "interest_rate": { "type": "array", "items": { "type": "object", "properties": { "zip_code": { "type": "string", "format...
```json {"price":"example","position":919,"interest_rate":[{"zip_code":"https://api.com/data","terminal_id":825.02,"language":"bar","options":"2026-05-19T17:33:00Z","name":"baz"},{"zip_code":"https://api.com/api","terminal_id":352.09,"language":"New York","options":"2025-07-04T15:29:00Z","name":"REV"}]} ```
Output contains markdown code fences
{"price":"example","position":919,"interest_rate":[{"zip_code":"https://api.com/data","terminal_id":825.02,"language":"bar","options":"2026-05-19T17:33:00Z","name":"baz"},{"zip_code":"https://api.com/api","terminal_id":352.09,"language":"New York","options":"2025-07-04T15:29:00Z","name":"REV"}]}
TASK repair_structured_output SPEC FIELD val_a09 TYPE string VALUES single|married|divorced REQUIRED yes FIELD prop_k39 TYPE number REQUIRED yes FIELD dim_u39 TYPE null REQUIRED no FIELD dim_r60.val_n25 TYPE string REQUIRED no FIELD dim_r60.col_n61.prop_a13 TYPE boolean REQUIRED no FIELD dim_r60.col_n61.val_h94 TYPE s...
{"val_a09":"single","prop_k39":134.63,"dim_u39":null}
extra_field
{ "type": "object", "properties": { "val_a09": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "prop_k39": { "type": "number" }, "dim_u39": { "type": "null" }, "dim_r60": { "type": "object", "properties"...
{"val_a09": "single", "prop_k39": 134.63, "dim_u39": null, "extra_value_2566": "unexpected"}
Unknown field 'extra_value_2566' not defined in schema
{"val_a09":"single","prop_k39":134.63,"dim_u39":null}
TASK repair_structured_output SPEC FIELD prop_y40 TYPE string REQUIRED no FIELD key_e85 TYPE string REQUIRED no FIELD prop_u29[].dim_b25 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD prop_u29[].val_p60 TYPE string REQUIRED yes FIELD prop_u29[].key_g32 TYPE integer REQUIRED no FIELD prop_u29[].prop_w...
{"prop_y40":"PASS","key_e85":"Johnson","prop_u29":[{"dim_b25":"type_d","val_p60":"MV-Evergreen-01","key_g32":751,"prop_w26":942,"col_s56":"sample","prop_b30":"2020-04-12T12:15:00Z"},{"dim_b25":"type_b","val_p60":"qux","key_g32":260,"prop_w26":371,"col_s56":"demo","param_b99":"level_4"},{"val_p60":"bar","key_g32":360,"p...
markdown_fences
{ "type": "object", "properties": { "prop_y40": { "type": "string" }, "key_e85": { "type": "string" }, "prop_u29": { "type": "array", "items": { "type": "object", "properties": { "dim_b25": { "type": "string", "enum": [ ...
```json {"prop_y40":"PASS","key_e85":"Johnson","prop_u29":[{"dim_b25":"type_d","val_p60":"MV-Evergreen-01","key_g32":751,"prop_w26":942,"col_s56":"sample","prop_b30":"2020-04-12T12:15:00Z"},{"dim_b25":"type_b","val_p60":"qux","key_g32":260,"prop_w26":371,"col_s56":"demo","param_b99":"level_4"},{"val_p60":"bar","key_g32...
Output contains markdown code fences
{"prop_y40":"PASS","key_e85":"Johnson","prop_u29":[{"dim_b25":"type_d","val_p60":"MV-Evergreen-01","key_g32":751,"prop_w26":942,"col_s56":"sample","prop_b30":"2020-04-12T12:15:00Z"},{"dim_b25":"type_b","val_p60":"qux","key_g32":260,"prop_w26":371,"col_s56":"demo","param_b99":"level_4"},{"val_p60":"bar","key_g32":360,"p...
TASK repair_structured_output SPEC FIELD features.zip_code TYPE integer REQUIRED yes FIELD features.level TYPE boolean REQUIRED no FIELD features.last_name TYPE string REQUIRED yes FIELD features.role TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD features.bearing TYPE number REQUIRED no FIELD...
{"category":670,"tags":"anchored","name":157,"role":269,"conductivity":322.25}
markdown_explanation
{ "type": "object", "properties": { "features": { "type": "object", "properties": { "zip_code": { "type": "integer" }, "level": { "type": "boolean" }, "last_name": { "type": "string" }, "role": { "type": ...
Based on your request, here is the data: ```json {"category":670,"tags":"anchored","name":157,"role":269,"conductivity":322.25} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"category":670,"tags":"anchored","name":157,"role":269,"conductivity":322.25}
TASK repair_structured_output SPEC FIELD val_h10.val_q91 TYPE string_date-time REQUIRED no FIELD val_h10.val_h56 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_h10.prop_c80 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD val_h10.col_z42 TYPE string REQUIRED no FIELD val_h10.attr_d54 TYP...
{"val_h10":{"val_q91":"2023-08-12T18:22:00Z","val_h56":"high","prop_c80":"cat_a","attr_d54":108.9,"key_f52":"pending","col_m97":"https://www.io/api"},"param_i42":391,"key_t83":false,"attr_x62":226}
tool_call_bad_format
{ "type": "object", "properties": { "val_h10": { "type": "object", "properties": { "val_q91": { "type": "string", "format": "date-time" }, "val_h56": { "type": "string", "enum": [ "low", "medium", "hi...
<functioncall> calculate_price {val_h10: {val_q91: "2023-08-12T18:22:00Z", val_h56: "high", prop_c80: "cat_a", attr_d54: 108.9, key_f52: "pending", col_m97: "https://www.io/api"}, param_i42: 391, key_t83: false, attr_x62: 226}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_h10":{"val_q91":"2023-08-12T18:22:00Z","val_h56":"high","prop_c80":"cat_a","attr_d54":108.9,"key_f52":"pending","col_m97":"https://www.io/api"},"param_i42":391,"key_t83":false,"attr_x62":226}
TASK repair_structured_output SPEC FIELD val_g11 TYPE boolean REQUIRED yes FIELD val_w03 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD attr_r09 TYPE string REQUIRED no FIELD col_s19.field_x15 TYPE string REQUIRED no FIELD col_s19.attr_s53 TYPE number REQUIRED yes FIELD col_s19.param_s17[] TYPE integ...
{"val_g11":false,"val_w03":"type_c","attr_r09":"Paris","col_s19":{"attr_s53":895.02,"param_s17":[466,317,769,421]},"col_t05":"level_3","dim_v18":"level_4"}
wrong_type
{ "type": "object", "properties": { "val_g11": { "type": "boolean" }, "val_w03": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "attr_r09": { "type": "string" }, "col_s19": { "type": "object", ...
{"val_g11": "\"no\"", "val_w03": "type_c", "attr_r09": "Paris", "col_s19": {"attr_s53": 895.02, "param_s17": [466, 317, 769, 421]}, "col_t05": "level_3", "dim_v18": "level_4"}
Field 'val_g11' must be boolean, got string
{"val_g11":false,"val_w03":"type_c","attr_r09":"Paris","col_s19":{"attr_s53":895.02,"param_s17":[466,317,769,421]},"col_t05":"level_3","dim_v18":"level_4"}
TASK repair_structured_output SPEC FIELD dim_n74 TYPE string REQUIRED no FIELD key_s42 TYPE number REQUIRED yes FIELD dim_m12 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"key_s42": "738.53ms", "dim_m12": false}
{"key_s42":738.53,"dim_m12":false}
number_with_unit
{ "type": "object", "properties": { "dim_n74": { "type": "string" }, "key_s42": { "type": "number" }, "dim_m12": { "type": "boolean" } }, "required": [ "dim_m12", "key_s42" ] }
{"key_s42": "738.53ms", "dim_m12": false}
Field 'key_s42' must be number, got string with unit
{"key_s42":738.53,"dim_m12":false}
TASK repair_structured_output SPEC FIELD col_n25 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD dim_m01 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD col_r14 TYPE string_email REQUIRED no FIELD attr_p37 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD att...
{"col_n25":"type_c","dim_m01":"JPY","attr_p37":"rejected","attr_g65":"Charlie"}
single_quotes
{ "type": "object", "properties": { "col_n25": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "dim_m01": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
{'col_n25':'type_c','dim_m01':'JPY','attr_p37':'rejected','attr_g65':'Charlie'}
Expecting property name enclosed in double quotes
{"col_n25":"type_c","dim_m01":"JPY","attr_p37":"rejected","attr_g65":"Charlie"}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD trace_id TYPE null REQUIRED yes FIELD throttle_pos TYPE string VALUES active|inactive|pending REQUIRED no FIELD city[].bearing TYPE null REQUIRED no FIELD city[].height TYPE string REQUIRED no FIELD city[].ac...
{"commit_hash":"viewer","trace_id":null,"throttle_pos":"inactive","due_date":["2025-11-27T18:43:00Z","2026-09-19T04:40:00Z","2020-10-08T12:36:00Z"]}
extra_text_after
{ "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "trace_id": { "type": "null" }, "throttle_pos": { "type": "string", "enum": [ "active", "inactive", ...
{"commit_hash":"viewer","trace_id":null,"throttle_pos":"inactive","due_date":["2025-11-27T18:43:00Z","2026-09-19T04:40:00Z","2020-10-08T12:36:00Z"]} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"commit_hash":"viewer","trace_id":null,"throttle_pos":"inactive","due_date":["2025-11-27T18:43:00Z","2026-09-19T04:40:00Z","2020-10-08T12:36:00Z"]}
TASK repair_structured_output SPEC FIELD prop_b31 TYPE number REQUIRED yes FIELD dim_z40 TYPE boolean REQUIRED yes FIELD field_j56.field_z60 TYPE null REQUIRED no FIELD field_j56.dim_k07 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD field_j56.field_o46 TYPE string REQUIRED no FIELD field_j56.prop_r9...
{"prop_b31":536.07,"dim_z40":true,"field_j56":{"field_z60":null,"dim_k07":"black","prop_r99":{"val_d62":false,"dim_b76":false,"dim_l50":213,"key_z64":32,"val_x00":"https://example.org/data","key_c82":"https://api.io/v1","dim_x27":"2022-11-24T10:55:00Z"}},"dim_x61":{"attr_v54":803.04,"param_i65":"test@example.com","para...
missing_required
{ "type": "object", "properties": { "prop_b31": { "type": "number" }, "dim_z40": { "type": "boolean" }, "field_j56": { "type": "object", "properties": { "field_z60": { "type": "null" }, "dim_k07": { "type": "string", "...
{"dim_z40": true, "field_j56": {"field_z60": null, "dim_k07": "black", "prop_r99": {"val_d62": false, "dim_b76": false, "dim_l50": 213, "key_z64": 32, "val_x00": "https://example.org/data", "key_c82": "https://api.io/v1", "dim_x27": "2022-11-24T10:55:00Z"}}, "dim_x61": {"attr_v54": 803.04, "param_i65": "test@example.co...
Required field 'prop_b31' is missing
{"prop_b31":536.07,"dim_z40":true,"field_j56":{"field_z60":null,"dim_k07":"black","prop_r99":{"val_d62":false,"dim_b76":false,"dim_l50":213,"key_z64":32,"val_x00":"https://example.org/data","key_c82":"https://api.io/v1","dim_x27":"2022-11-24T10:55:00Z"}},"dim_x61":{"attr_v54":803.04,"param_i65":"test@example.com","para...
TASK repair_structured_output SPEC FIELD humidity_pct TYPE integer REQUIRED no FIELD filter_flag TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD level TYPE integer REQUIRED no FIELD label TYPE string REQUIRED yes FIELD velocity.date TYPE string REQUIRED no FIELD velocity.subtotal TYPE string_uri...
{"humidity_pct":619,"filter_flag":"in_progress","level":441,"label":"https://api.example.com/v1","velocity":{"date":"hello","subtotal":"https://www.io/v1","height":"Sao Paulo","active":[{"chapter":"EUR","visible":"frameshift","brake_pressure":"JPY","reagent":"error","temp_celsius":"Johnson"},{"chapter":"BRL","visible":...
wrong_type
{ "type": "object", "properties": { "humidity_pct": { "type": "integer" }, "filter_flag": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "level": { "type": "integer" }, "label": { "type": ...
{"humidity_pct": 619, "filter_flag": "in_progress", "level": "\"441\"", "label": "https://api.example.com/v1", "velocity": {"date": "hello", "subtotal": "https://www.io/v1", "height": "Sao Paulo", "active": [{"chapter": "EUR", "visible": "frameshift", "brake_pressure": "JPY", "reagent": "error", "temp_celsius": "Johnso...
Field 'level' must be integer, got string
{"humidity_pct":619,"filter_flag":"in_progress","level":441,"label":"https://api.example.com/v1","velocity":{"date":"hello","subtotal":"https://www.io/v1","height":"Sao Paulo","active":[{"chapter":"EUR","visible":"frameshift","brake_pressure":"JPY","reagent":"error","temp_celsius":"Johnson"},{"chapter":"BRL","visible":...
TASK repair_structured_output SPEC FIELD val_i43 TYPE null REQUIRED yes FIELD val_t39 TYPE integer REQUIRED yes FIELD val_q16 TYPE integer REQUIRED yes FIELD dim_m68 TYPE number REQUIRED yes FIELD field_t26 TYPE boolean REQUIRED no BROKEN_OUTPUT {'val_i43':null,'val_t39':643,'val_q16':101,'dim_m68':898.24,'field_t26'...
{"val_i43":null,"val_t39":643,"val_q16":101,"dim_m68":898.24,"field_t26":false}
single_quotes
{ "type": "object", "properties": { "val_i43": { "type": "null" }, "val_t39": { "type": "integer" }, "val_q16": { "type": "integer" }, "dim_m68": { "type": "number" }, "field_t26": { "type": "boolean" } }, "required": [ "val_t39", "va...
{'val_i43':null,'val_t39':643,'val_q16':101,'dim_m68':898.24,'field_t26':false}
Expecting property name enclosed in double quotes
{"val_i43":null,"val_t39":643,"val_q16":101,"dim_m68":898.24,"field_t26":false}
TASK repair_structured_output SPEC FIELD attr_s48 TYPE string_date-time REQUIRED no FIELD param_k46 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD col_f87 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD param_g01 TYPE string REQUIRED no FIELD param_s78 TYPE boolean REQUIR...
{"attr_s48":"2022-11-25T09:35:00Z","col_f87":"new","param_g01":"Paris","param_s78":false}
tool_call_bad_format
{ "type": "object", "properties": { "attr_s48": { "type": "string", "format": "date-time" }, "param_k46": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "col_f87": { "type": "string", "enum"...
<functioncall> call_variants {attr_s48: "2022-11-25T09:35:00Z", col_f87: "new", param_g01: "Paris", param_s78: false}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_s48":"2022-11-25T09:35:00Z","col_f87":"new","param_g01":"Paris","param_s78":false}
TASK repair_structured_output SPEC FIELD key_v26 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD prop_y06 TYPE string VALUES single|married|divorced REQUIRED no FIELD param_v88 TYPE number REQUIRED yes FIELD val_m75 TYPE string_email REQUIRED no FIELD field_k22 TYPE string VALUES USD|...
{"key_v26":"option_e","prop_y06":"married","param_v88":684.7,"field_k22":"BRL","val_g82":true,"val_p97":"level_1"}
markdown_fences
{ "type": "object", "properties": { "key_v26": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "prop_y06": { "type": "string", "enum": [ "single", "married", "divor...
```json {"key_v26":"option_e","prop_y06":"married","param_v88":684.7,"field_k22":"BRL","val_g82":true,"val_p97":"level_1"} ```
Output contains markdown code fences
{"key_v26":"option_e","prop_y06":"married","param_v88":684.7,"field_k22":"BRL","val_g82":true,"val_p97":"level_1"}
TASK repair_structured_output SPEC FIELD col_r00 TYPE string_date-time REQUIRED yes FIELD attr_s38 TYPE string REQUIRED yes FIELD col_a90 TYPE number REQUIRED yes FIELD param_g85.prop_e01.col_x29 TYPE integer REQUIRED yes FIELD param_g85.prop_e01.col_u00 TYPE integer REQUIRED yes FIELD param_g85.prop_e01.param_q91[] T...
{"col_r00":"2022-11-24T01:24:00Z","attr_s38":"active","col_a90":261.41}
trailing_comma
{ "type": "object", "properties": { "col_r00": { "type": "string", "format": "date-time" }, "attr_s38": { "type": "string" }, "col_a90": { "type": "number" }, "param_g85": { "type": "object", "properties": { "prop_e01": { "type": "obj...
{"col_r00":"2022-11-24T01:24:00Z","attr_s38":"active","col_a90":261.41,}
Unexpected trailing comma
{"col_r00":"2022-11-24T01:24:00Z","attr_s38":"active","col_a90":261.41}
TASK repair_structured_output SPEC FIELD title TYPE string REQUIRED no FIELD shipper_ref TYPE string REQUIRED yes FIELD freight_class TYPE integer REQUIRED no FIELD conductivity TYPE string_uri REQUIRED yes FIELD trace_id TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD label TYPE integer REQUIRE...
{"title":"2024-06-30","shipper_ref":"https://api.example.com/v1","freight_class":771,"conductivity":"https://example.com/api","trace_id":"delivered","label":159}
tool_call_wrong_param
{ "type": "object", "properties": { "title": { "type": "string" }, "shipper_ref": { "type": "string" }, "freight_class": { "type": "integer" }, "conductivity": { "type": "string", "format": "uri" }, "trace_id": { "type": "string", "enum":...
Tool: calculate_price Params: {"title": "2024-06-30", "shipper_ref": "https://api.example.com/v1", "conductivity": "https://example.com/api", "trace_id": "delivered", "label": 159, "freight_class2": 771}
Agent used wrong parameter name 'freight_class2' instead of 'freight_class'
{"title":"2024-06-30","shipper_ref":"https://api.example.com/v1","freight_class":771,"conductivity":"https://example.com/api","trace_id":"delivered","label":159}
TASK repair_structured_output SPEC FIELD decay_rate TYPE integer REQUIRED yes FIELD humidity_pct TYPE number REQUIRED no FIELD product_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD credit_score TYPE number REQUIRED yes BROKEN_OUTPUT {"decay_rate": 991, "product_id": "editor", "credit_score": "\"606.38\...
{"decay_rate":991,"product_id":"editor","credit_score":606.38}
wrong_type
{ "type": "object", "properties": { "decay_rate": { "type": "integer" }, "humidity_pct": { "type": "number" }, "product_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "credit_score": { "type": "number" }...
{"decay_rate": 991, "product_id": "editor", "credit_score": "\"606.38\""}
Field 'credit_score' must be number, got string
{"decay_rate":991,"product_id":"editor","credit_score":606.38}
TASK repair_structured_output SPEC FIELD enabled TYPE string VALUES single|married|divorced REQUIRED no FIELD aligned_pct TYPE string_email REQUIRED no FIELD state TYPE string REQUIRED no FIELD subtotal TYPE string VALUES draft|published|archived REQUIRED yes FIELD humidity_pct TYPE integer REQUIRED yes FIELD freight_...
{"enabled":"married","aligned_pct":"test@domain.org","state":"https://example.com","subtotal":"published","humidity_pct":41,"freight_class":{"role":"archived","format":741,"hazmat_code":"A short description.","pressure_kpa":41.63,"trace_id":"quux"}}
invalid_enum
{ "type": "object", "properties": { "enabled": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "aligned_pct": { "type": "string", "format": "email" }, "state": { "type": "string" }, "subtotal": { "type":...
{"enabled": "married", "aligned_pct": "test@domain.org", "state": "https://example.com", "subtotal": "invalid_choice_963", "humidity_pct": 41, "freight_class": {"role": "archived", "format": 741, "hazmat_code": "A short description.", "pressure_kpa": 41.63, "trace_id": "quux"}}
Field 'subtotal' has invalid enum value 'invalid_choice_963', expected one of ['draft', 'published', 'archived']
{"enabled":"married","aligned_pct":"test@domain.org","state":"https://example.com","subtotal":"published","humidity_pct":41,"freight_class":{"role":"archived","format":741,"hazmat_code":"A short description.","pressure_kpa":41.63,"trace_id":"quux"}}
TASK repair_structured_output SPEC FIELD size TYPE integer REQUIRED no FIELD status TYPE string REQUIRED no FIELD tax.status_code TYPE boolean REQUIRED yes FIELD tax.bearing TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD tax.zip_code TYPE string REQUIRED yes FIELD tax.cargo_type TYPE int...
{"status":"This is a test value.","tax":{"status_code":false,"bearing":"level_3","zip_code":"completed","cargo_type":840},"currency":"A short description.","conductivity":"QC-07","label":"arctic","language":{"state":"cat_b","username":"cat_a","length":"2024-01-19T02:49:00Z","country":388}}
markdown_explanation
{ "type": "object", "properties": { "size": { "type": "integer" }, "status": { "type": "string" }, "tax": { "type": "object", "properties": { "status_code": { "type": "boolean" }, "bearing": { "type": "string", "enum":...
Here's the structured output: ```json {"status":"This is a test value.","tax":{"status_code":false,"bearing":"level_3","zip_code":"completed","cargo_type":840},"currency":"A short description.","conductivity":"QC-07","label":"arctic","language":{"state":"cat_b","username":"cat_a","length":"2024-01-19T02:49:00Z","countr...
Output contains markdown and explanatory text around JSON
{"status":"This is a test value.","tax":{"status_code":false,"bearing":"level_3","zip_code":"completed","cargo_type":840},"currency":"A short description.","conductivity":"QC-07","label":"arctic","language":{"state":"cat_b","username":"cat_a","length":"2024-01-19T02:49:00Z","country":388}}
TASK repair_structured_output SPEC FIELD val_v93 TYPE null REQUIRED yes FIELD key_z40 TYPE string REQUIRED no FIELD attr_z71 TYPE number REQUIRED no FIELD dim_z41 TYPE string_email REQUIRED yes FIELD param_c36 TYPE string REQUIRED no FIELD attr_l06 TYPE integer REQUIRED no FIELD dim_e22 TYPE string REQUIRED no BROKEN...
{"val_v93":null,"key_z40":"bar","attr_z71":90.75,"dim_z41":"info@example.com","param_c36":"foo","attr_l06":984}
agent_chain
{ "type": "object", "properties": { "val_v93": { "type": "null" }, "key_z40": { "type": "string" }, "attr_z71": { "type": "number" }, "dim_z41": { "type": "string", "format": "email" }, "param_c36": { "type": "string" }, "attr_l06": { ...
I need to look up the information first. Action: queue_sequencing_run Result: {"val_v93": null, "key_z40": "bar", "dim_z41": "info@example.com", "param_c36": "foo", "attr_l06": 984} Processing the request now. Action: validate_address Result:
Agent multi-step chain with truncated tool output
{"val_v93":null,"key_z40":"bar","attr_z71":90.75,"dim_z41":"info@example.com","param_c36":"foo","attr_l06":984}
TASK repair_structured_output SPEC FIELD current_draw.tile TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD current_draw.verified TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD current_draw.throttle_pos TYPE string_date-time REQUIRED yes FIELD city TYPE integer REQUIRED no FIE...
{"city":9,"manifest_ref":{"insurance_id":208.41,"end_date":false,"credit_score":{"ph_level":"green","organism":"test@example.com","nickname":38}},"decay_rate":"A short description.","strand":"coastal","subject":"mode_d"}
number_with_unit
{ "type": "object", "properties": { "current_draw": { "type": "object", "properties": { "tile": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "verified": { "type": ...
{"city": "9kg", "manifest_ref": {"insurance_id": 208.41, "end_date": false, "credit_score": {"ph_level": "green", "organism": "test@example.com", "nickname": 38}}, "decay_rate": "A short description.", "strand": "coastal", "subject": "mode_d"}
Field 'city' must be number, got string with unit
{"city":9,"manifest_ref":{"insurance_id":208.41,"end_date":false,"credit_score":{"ph_level":"green","organism":"test@example.com","nickname":38}},"decay_rate":"A short description.","strand":"coastal","subject":"mode_d"}
TASK repair_structured_output SPEC FIELD attr_y11 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_m39 TYPE string REQUIRED no FIELD dim_w20 TYPE null REQUIRED yes BROKEN_OUTPUT <functioncall> process_payment {attr_y11: "archived", dim_m39: "Paris", dim_w20: null}
{"attr_y11":"archived","dim_m39":"Paris","dim_w20":null}
tool_call_bad_format
{ "type": "object", "properties": { "attr_y11": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "dim_m39": { "type": "string" }, "dim_w20": { "type": "null" } }, "required": [ "dim_w20" ] }
<functioncall> process_payment {attr_y11: "archived", dim_m39: "Paris", dim_w20: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"attr_y11":"archived","dim_m39":"Paris","dim_w20":null}
TASK repair_structured_output SPEC FIELD prop_t69 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD key_q67 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD col_l01 TYPE number REQUIRED yes FIELD key_c38 TYPE string_uri REQUIRED no FIELD field_r18 TYPE number REQUIRED no FIELD prop_f85 TYPE...
{"prop_t69":"level_2","key_q67":"type_d","col_l01":560.97,"key_c38":"https://api.com/api","field_r18":772.53,"col_j56":"cat_b","dim_g43":"option_a"}
truncated_array
{ "type": "object", "properties": { "prop_t69": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "key_q67": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "col...
{"prop_t69":"level_2","key_q67":"type_d","col_l01":560.97,"key_c38":"https://api.com/api","field_r18":772.53,"col_j56":"cat_b","dim_g43":"option_a"
Unexpected end of JSON input — truncated object
{"prop_t69":"level_2","key_q67":"type_d","col_l01":560.97,"key_c38":"https://api.com/api","field_r18":772.53,"col_j56":"cat_b","dim_g43":"option_a"}
TASK repair_structured_output SPEC FIELD key_d52 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD col_n51 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD prop_m22 TYPE string REQUIRED yes FIELD col_c25 TYPE integer REQUIRED yes BROKEN_OUTPUT I need to look up the informat...
{"key_d52":"homozygous","prop_m22":"Luis","col_c25":292}
agent_chain
{ "type": "object", "properties": { "key_d52": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "col_n51": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] ...
I need to look up the information first. Action: calibrate_instrument Result: {"prop_m22": "Luis", "col_c25": 292} I'll query our database. Action: track_vessel Result:
Agent multi-step chain with truncated tool output
{"key_d52":"homozygous","prop_m22":"Luis","col_c25":292}
TASK repair_structured_output SPEC FIELD key_t23 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD prop_m78 TYPE string_uri REQUIRED no FIELD col_w66 TYPE string_email REQUIRED yes FIELD key_g30 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD field_m37.val_n16 TYPE integer REQUIRED no F...
{"key_t23":"type_a","col_w66":"user@example.com","key_g30":"mode_a","field_m37":{"val_n16":775,"field_n37":707.92,"key_g71":"option_a","dim_v27":"example","val_e34":"sample"}}
trailing_comma
{ "type": "object", "properties": { "key_t23": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "prop_m78": { "type": "string", "format": "uri" }, "col_w66": { "type": "string", "format": "email" }, "key_g30...
{"key_t23":"type_a","col_w66":"user@example.com","key_g30":"mode_a","field_m37":{"val_n16":775,"field_n37":707.92,"key_g71":"option_a","dim_v27":"example","val_e34":"sample",}}
Unexpected trailing comma
{"key_t23":"type_a","col_w66":"user@example.com","key_g30":"mode_a","field_m37":{"val_n16":775,"field_n37":707.92,"key_g71":"option_a","dim_v27":"example","val_e34":"sample"}}
TASK repair_structured_output SPEC FIELD chapter TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD tile TYPE string VALUES low|medium|high|critical REQUIRED no FIELD notes TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD terminal_id TYPE string VALUES small|medium|large|x...
{"chapter":"coastal","tile":"high","notes":"operational","throttle_pos":"completed","collateral":true}
partial_structure
{ "type": "object", "properties": { "chapter": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "tile": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }...
Based on the data, collateral is True. {"chapter":"coastal","tile":"high","notes":"operational","throttle_pos":"completed","collateral":true}
Output mixes natural language with JSON
{"chapter":"coastal","tile":"high","notes":"operational","throttle_pos":"completed","collateral":true}
TASK repair_structured_output SPEC FIELD options TYPE string VALUES type_a|type_b REQUIRED yes FIELD quantity TYPE string VALUES low|medium|high|critical REQUIRED no FIELD name TYPE string REQUIRED no FIELD procedure_code TYPE boolean REQUIRED no FIELD trace_id TYPE integer REQUIRED no FIELD length TYPE string VALUES ...
{"options":"type_a","name":"qux","trace_id":187,"length":"type_e","subtotal":681.66,"category":"cat_b"}
invalid_enum
{ "type": "object", "properties": { "options": { "type": "string", "enum": [ "type_a", "type_b" ] }, "quantity": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "name": { "type": "str...
{"options": "type_a", "name": "qux", "trace_id": 187, "length": "invalid_choice_627", "subtotal": 681.66, "category": "cat_b"}
Field 'length' has invalid enum value 'invalid_choice_627', expected one of ['type_a', 'type_b', 'type_c', 'type_d', 'type_e', 'type_f']
{"options":"type_a","name":"qux","trace_id":187,"length":"type_e","subtotal":681.66,"category":"cat_b"}
TASK repair_structured_output SPEC FIELD length TYPE string_uri REQUIRED yes FIELD torque_output TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD message TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: create_ticket Arguments: {"torque_output": "viewer", "message": "PASS"}
{"length":"https://www.io/api","torque_output":"viewer","message":"PASS"}
tool_call_partial_args
{ "type": "object", "properties": { "length": { "type": "string", "format": "uri" }, "torque_output": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "message": { "type": "string" } }, "required": [ "torque_ou...
Let me check the system. Action: create_ticket Arguments: {"torque_output": "viewer", "message": "PASS"}
Agent tool call missing required parameter 'length'
{"length":"https://www.io/api","torque_output":"viewer","message":"PASS"}
TASK repair_structured_output SPEC FIELD prop_n18 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD param_h62 TYPE string REQUIRED no FIELD dim_x99 TYPE number REQUIRED no FIELD param_t90 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT ```json {"prop_n18":"cat_b","param_h62":"Smith","dim_x99":462.21,"param_t90"...
{"prop_n18":"cat_b","param_h62":"Smith","dim_x99":462.21,"param_t90":"2021-03-25T14:27:00Z"}
markdown_fences
{ "type": "object", "properties": { "prop_n18": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "param_h62": { "type": "string" }, "dim_x99": { "type": "number" }, "param_t90": { "type": "string", "format": "d...
```json {"prop_n18":"cat_b","param_h62":"Smith","dim_x99":462.21,"param_t90":"2021-03-25T14:27:00Z"} ```
Output contains markdown code fences
{"prop_n18":"cat_b","param_h62":"Smith","dim_x99":462.21,"param_t90":"2021-03-25T14:27:00Z"}
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD brake_pressure TYPE string VALUES success|error|warning|info REQUIRED yes FIELD id TYPE string VALUES admin|editor|viewer REQUIRED no FIELD maturity_date TYPE integer REQUIRED no FIELD amplitude ...
{"humidity_pct":"in_progress","brake_pressure":"info","id":"admin","maturity_date":742,"amplitude":758.43,"tile":"REV","repository":27}
wrong_type
{ "type": "object", "properties": { "humidity_pct": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "brake_pressure": { "type": "string", "enum": [ "success", "error", "warning", ...
{"humidity_pct": "in_progress", "brake_pressure": "info", "id": "admin", "maturity_date": 742, "amplitude": "\"758.43\"", "tile": "REV", "repository": 27}
Field 'amplitude' must be number, got string
{"humidity_pct":"in_progress","brake_pressure":"info","id":"admin","maturity_date":742,"amplitude":758.43,"tile":"REV","repository":27}
TASK repair_structured_output SPEC FIELD prop_w18 TYPE integer REQUIRED yes FIELD param_f94 TYPE integer REQUIRED yes FIELD prop_n46 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN_OUTPUT {"prop_w18": 538, "param_f94": "\"287\"", "prop_n46": "BRL"}
{"prop_w18":538,"param_f94":287,"prop_n46":"BRL"}
wrong_type
{ "type": "object", "properties": { "prop_w18": { "type": "integer" }, "param_f94": { "type": "integer" }, "prop_n46": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] } }, "required": [ "prop_n46"...
{"prop_w18": 538, "param_f94": "\"287\"", "prop_n46": "BRL"}
Field 'param_f94' must be integer, got string
{"prop_w18":538,"param_f94":287,"prop_n46":"BRL"}
TASK repair_structured_output SPEC FIELD title TYPE number REQUIRED yes FIELD comments TYPE string VALUES draft|published|archived REQUIRED yes FIELD berth_slot TYPE integer REQUIRED yes FIELD image_url TYPE string VALUES low|medium|high|critical REQUIRED no FIELD updated_at TYPE string VALUES synonymous|missense|nons...
{"title":661.43,"comments":"published","berth_slot":718,"updated_at":"missense","start_date":878.78}
wrong_type
{ "type": "object", "properties": { "title": { "type": "number" }, "comments": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "berth_slot": { "type": "integer" }, "image_url": { "type": "string", "enum...
{"title": 661.43, "comments": "published", "berth_slot": "\"718\"", "updated_at": "missense", "start_date": 878.78}
Field 'berth_slot' must be integer, got string
{"title":661.43,"comments":"published","berth_slot":718,"updated_at":"missense","start_date":878.78}
TASK repair_structured_output SPEC FIELD field_v25 TYPE string VALUES active|inactive|pending REQUIRED no FIELD dim_v25 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD dim_m61 TYPE null REQUIRED no FIELD key_x73 TYPE string REQUIRED yes FIELD val_p62 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRE...
{"field_v25":"active","key_x73":"GRCh38","val_p62":"mode_d","col_a32":"frameshift","val_x79":"A short description."}
missing_bracket
{ "type": "object", "properties": { "field_v25": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "dim_v25": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "dim_m...
{"field_v25":"active","key_x73":"GRCh38","val_p62":"mode_d","col_a32":"frameshift","val_x79":"A short description."}
Missing closing bracket
{"field_v25":"active","key_x73":"GRCh38","val_p62":"mode_d","col_a32":"frameshift","val_x79":"A short description."}
TASK repair_structured_output SPEC FIELD dim_t67 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD col_p54 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD key_f90 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_m65.prop_x68 TYPE string VALUES low|medium|high|c...
{"dim_t67":"anchored","col_p54":"coastal","prop_v60":"new"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_t67": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "col_p54": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
<functioncall> process_payment {dim_t67: "anchored", col_p54: "coastal", prop_v60: "new"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_t67":"anchored","col_p54":"coastal","prop_v60":"new"}
TASK repair_structured_output SPEC FIELD val_n18.col_a84.attr_g02 TYPE string_date-time REQUIRED no FIELD val_n18.col_a84.attr_z98 TYPE number REQUIRED yes FIELD val_n18.col_a84.val_l20 TYPE string_uri REQUIRED yes FIELD val_n18.col_a84.col_i76 TYPE number REQUIRED yes FIELD val_n18.col_a84.col_o67 TYPE integer REQUIR...
{"val_l88":"info","prop_w55":true,"attr_k90":null,"val_t38":"admin","prop_t27":true}
extra_text_before
{ "type": "object", "properties": { "val_n18": { "type": "object", "properties": { "col_a84": { "type": "object", "properties": { "attr_g02": { "type": "string", "format": "date-time" }, "attr_z98": { ...
Sensor output follows: {"val_l88":"info","prop_w55":true,"attr_k90":null,"val_t38":"admin","prop_t27":true}
Output contains non-JSON text before the object
{"val_l88":"info","prop_w55":true,"attr_k90":null,"val_t38":"admin","prop_t27":true}
TASK repair_structured_output SPEC FIELD dim_q19 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD param_j57 TYPE boolean REQUIRED yes FIELD field_o90 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_q19": "cat_d", "param_j57": "\"yes\"", "field_o90": "approved"}
{"dim_q19":"cat_d","param_j57":true,"field_o90":"approved"}
wrong_type
{ "type": "object", "properties": { "dim_q19": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "param_j57": { "type": "boolean" }, "field_o90": { "type": "string" } }, "required": [ "param_j57", "...
{"dim_q19": "cat_d", "param_j57": "\"yes\"", "field_o90": "approved"}
Field 'param_j57' must be boolean, got string
{"dim_q19":"cat_d","param_j57":true,"field_o90":"approved"}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE integer REQUIRED yes FIELD payment_status TYPE integer REQUIRED no FIELD step TYPE null REQUIRED no FIELD manifest_ref TYPE integer REQUIRED no FIELD options TYPE string_uri REQUIRED no FIELD log_level TYPE string REQUIRED no BROKEN_OUTPUT {"hazmat_code":901,"...
{"hazmat_code":901,"payment_status":343,"step":null,"manifest_ref":202,"log_level":"pending"}
truncated_object
{ "type": "object", "properties": { "hazmat_code": { "type": "integer" }, "payment_status": { "type": "integer" }, "step": { "type": "null" }, "manifest_ref": { "type": "integer" }, "options": { "type": "string", "format": "uri" }, "log...
{"hazmat_code":901,"payment_status":343,"step":null,"manifest_ref":202,"log_level":"pending"
Unexpected end of JSON input — truncated object
{"hazmat_code":901,"payment_status":343,"step":null,"manifest_ref":202,"log_level":"pending"}
TASK repair_structured_output SPEC FIELD prop_b87 TYPE integer REQUIRED no FIELD param_g34 TYPE boolean REQUIRED no FIELD prop_u71 TYPE null REQUIRED no FIELD key_x12 TYPE string VALUES active|inactive|pending REQUIRED no FIELD val_e01[].field_l87 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_e01[].par...
{"prop_b87":911,"key_x12":"active","val_e01":[{"field_l87":"phone","param_s19":"2025-06-18T09:27:00Z","key_w30":false,"param_c77":"enterprise"},{"field_l87":"push","param_f70":"medium","param_s19":"2024-02-20T06:34:00Z","key_w30":false,"param_c77":"free"},{"param_f70":"small","key_w30":false,"param_c77":"pro"},{"field_...
extra_text_before
{ "type": "object", "properties": { "prop_b87": { "type": "integer" }, "param_g34": { "type": "boolean" }, "prop_u71": { "type": "null" }, "key_x12": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "va...
Let me provide the data in JSON format: {"prop_b87":911,"key_x12":"active","val_e01":[{"field_l87":"phone","param_s19":"2025-06-18T09:27:00Z","key_w30":false,"param_c77":"enterprise"},{"field_l87":"push","param_f70":"medium","param_s19":"2024-02-20T06:34:00Z","key_w30":false,"param_c77":"free"},{"param_f70":"small","ke...
Output contains non-JSON text before the object
{"prop_b87":911,"key_x12":"active","val_e01":[{"field_l87":"phone","param_s19":"2025-06-18T09:27:00Z","key_w30":false,"param_c77":"enterprise"},{"field_l87":"push","param_f70":"medium","param_s19":"2024-02-20T06:34:00Z","key_w30":false,"param_c77":"free"},{"param_f70":"small","key_w30":false,"param_c77":"pro"},{"field_...
TASK repair_structured_output SPEC FIELD field_b74 TYPE boolean REQUIRED yes FIELD param_m88 TYPE null REQUIRED yes FIELD val_p68 TYPE string REQUIRED yes BROKEN_OUTPUT Let me provide the data in JSON format: ```json {"field_b74":false,"param_m88":null,"val_p68":"foo"} ``` I've ensured all required fields are present...
{"field_b74":false,"param_m88":null,"val_p68":"foo"}
markdown_explanation
{ "type": "object", "properties": { "field_b74": { "type": "boolean" }, "param_m88": { "type": "null" }, "val_p68": { "type": "string" } }, "required": [ "field_b74", "param_m88", "val_p68" ] }
Let me provide the data in JSON format: ```json {"field_b74":false,"param_m88":null,"val_p68":"foo"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"field_b74":false,"param_m88":null,"val_p68":"foo"}
TASK repair_structured_output SPEC FIELD cargo_type TYPE string VALUES draft|published|archived REQUIRED yes FIELD fleet_number TYPE number REQUIRED yes FIELD shift_code.id TYPE number REQUIRED yes FIELD shift_code.username TYPE string REQUIRED no FIELD shift_code.strand.paragraph TYPE string REQUIRED yes FIELD shift_...
{"cargo_type":"published","fleet_number":326.64,"shift_code":{"id":325.96,"username":"London"}}
thought_process
{ "type": "object", "properties": { "cargo_type": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "fleet_number": { "type": "number" }, "shift_code": { "type": "object", "properties": { "id": { "typ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"cargo_type":"published","fleet_number":326.64,"shift_code":{"id":325.96,"username":"London"}}
Output contains chain-of-thought reasoning before JSON
{"cargo_type":"published","fleet_number":326.64,"shift_code":{"id":325.96,"username":"London"}}
TASK repair_structured_output SPEC FIELD param_q53 TYPE string VALUES draft|published|archived REQUIRED no FIELD param_d83 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD col_t39[] TYPE boolean REQUIRED no FIELD field_o49[] TYPE integer REQUIRED no BROKEN_OUTPUT Let me analyze the reque...
{"param_d83":"degraded","col_t39":[false],"field_o49":[559,45,855,181]}
thought_process
{ "type": "object", "properties": { "param_q53": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "param_d83": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"param_d83":"degraded","col_t39":[false],"field_o49":[559,45,855,181]}
Output contains chain-of-thought reasoning before JSON
{"param_d83":"degraded","col_t39":[false],"field_o49":[559,45,855,181]}
TASK repair_structured_output SPEC FIELD param_k15 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_v03.param_z89 TYPE string VALUES active|inactive|pending REQUIRED no FIELD attr_v03.param_o96 TYPE string_date-time REQUIRED yes FIELD attr_v03.col_s97 TYPE string REQUIRED no FIELD attr_v03.param_h3...
{"param_k15":"blue","attr_v03":{"param_z89":"inactive","param_o96":"2025-04-09T01:35:00Z","col_s97":"pending","param_h34":892.54,"key_a03":"frameshift","param_s26":841,"field_r23":"Oliveira"},"param_h29":true,"param_k68":"bar"}
markdown_explanation
{ "type": "object", "properties": { "param_k15": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_v03": { "type": "object", "properties": { "param_z89": { "type": "string", ...
The parsed result is: ```json {"param_k15":"blue","attr_v03":{"param_z89":"inactive","param_o96":"2025-04-09T01:35:00Z","col_s97":"pending","param_h34":892.54,"key_a03":"frameshift","param_s26":841,"field_r23":"Oliveira"},"param_h29":true,"param_k68":"bar"} ``` Let me know if you need anything else!
Output contains markdown and explanatory text around JSON
{"param_k15":"blue","attr_v03":{"param_z89":"inactive","param_o96":"2025-04-09T01:35:00Z","col_s97":"pending","param_h34":892.54,"key_a03":"frameshift","param_s26":841,"field_r23":"Oliveira"},"param_h29":true,"param_k68":"bar"}
TASK repair_structured_output SPEC FIELD port_code.weight TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD port_code.tile TYPE boolean REQUIRED no FIELD port_code.duration_ms TYPE string REQUIRED yes FIELD port_code.size TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD...
{"port_code":{"weight":"moored","duration_ms":"2023-12-25","size":"level_3","isotope":true,"discount":false,"coverage":"bar"},"credit_score":null,"compound":241,"velocity":{"shipping":false,"description":"type_b","created_at":"admin@example.com","decay_rate":"underway","timezone":848.44}}
missing_brace
{ "type": "object", "properties": { "port_code": { "type": "object", "properties": { "weight": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "tile": { "typ...
{"port_code":{"weight":"moored","duration_ms":"2023-12-25","size":"level_3","isotope":true,"discount":false,"coverage":"bar","credit_score":null,"compound":241,"velocity":{"shipping":false,"description":"type_b","created_at":"admin@example.com","decay_rate":"underway","timezone":848.44}}
Missing closing brace
{"port_code":{"weight":"moored","duration_ms":"2023-12-25","size":"level_3","isotope":true,"discount":false,"coverage":"bar"},"credit_score":null,"compound":241,"velocity":{"shipping":false,"description":"type_b","created_at":"admin@example.com","decay_rate":"underway","timezone":848.44}}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE integer REQUIRED no FIELD paragraph TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD shipper_ref TYPE string_date-time REQUIRED no FIELD subject TYPE string REQUIRED yes FIELD brake_pressure TYPE integer REQUIRED yes BROKEN_OUTPUT {"paragra...
{"paragraph":"black","subject":"Luis","brake_pressure":771}
wrong_type
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "integer" }, "paragraph": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "shipper_ref": { "type": "string", "format": "date-t...
{"paragraph": "black", "subject": "Luis", "brake_pressure": "\"771\""}
Field 'brake_pressure' must be integer, got string
{"paragraph":"black","subject":"Luis","brake_pressure":771}
TASK repair_structured_output SPEC FIELD param_t23 TYPE boolean REQUIRED yes FIELD dim_v66 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD field_f90 TYPE boolean REQUIRED no BROKEN_OUTPUT {"param_t23": "no", "dim_v66": "anchored", "field_f90": false}
{"param_t23":false,"dim_v66":"anchored","field_f90":false}
boolean_as_string
{ "type": "object", "properties": { "param_t23": { "type": "boolean" }, "dim_v66": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "field_f90": { "type": "boolean" } }, "required": [ "param_t...
{"param_t23": "no", "dim_v66": "anchored", "field_f90": false}
Field 'param_t23' must be boolean, got string
{"param_t23":false,"dim_v66":"anchored","field_f90":false}
TASK repair_structured_output SPEC FIELD key_q73 TYPE string REQUIRED yes FIELD param_f95 TYPE string REQUIRED no FIELD val_l29 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD param_y30 TYPE integer REQUIRED yes FIELD prop_c79 TYPE integer REQUIRED no BROKEN_OUTPUT {'key_q73':'world','param_f95':'A shor...
{"key_q73":"world","param_f95":"A short description.","val_l29":"pending","param_y30":631}
single_quotes
{ "type": "object", "properties": { "key_q73": { "type": "string" }, "param_f95": { "type": "string" }, "val_l29": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "param_y30": { "type": "integer" }, "p...
{'key_q73':'world','param_f95':'A short description.','val_l29':'pending','param_y30':631}
Expecting property name enclosed in double quotes
{"key_q73":"world","param_f95":"A short description.","val_l29":"pending","param_y30":631}
TASK repair_structured_output SPEC FIELD col_z88.col_x64 TYPE string_date-time REQUIRED no FIELD col_z88.attr_i34 TYPE integer REQUIRED yes FIELD col_z88.key_x06[] TYPE number REQUIRED yes FIELD col_y77 TYPE boolean REQUIRED yes FIELD prop_l11 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f RE...
{"col_z88":{"attr_i34":326,"key_x06":[652.81,22.75,899.41,136.11]},"col_y77":true,"prop_l11":"option_a","field_p30":null,"attr_r29":"cat_a"}
markdown_explanation
{ "type": "object", "properties": { "col_z88": { "type": "object", "properties": { "col_x64": { "type": "string", "format": "date-time" }, "attr_i34": { "type": "integer" }, "key_x06": { "type": "array", "items...
Here's the structured output: ```json {"col_z88":{"attr_i34":326,"key_x06":[652.81,22.75,899.41,136.11]},"col_y77":true,"prop_l11":"option_a","field_p30":null,"attr_r29":"cat_a"} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"col_z88":{"attr_i34":326,"key_x06":[652.81,22.75,899.41,136.11]},"col_y77":true,"prop_l11":"option_a","field_p30":null,"attr_r29":"cat_a"}
TASK repair_structured_output SPEC FIELD invoice_id TYPE string_email REQUIRED yes FIELD bearing TYPE integer REQUIRED no FIELD strand.interest_rate TYPE string VALUES success|error|warning|info REQUIRED no FIELD strand.conductivity TYPE boolean REQUIRED no FIELD strand.status_code TYPE boolean REQUIRED no FIELD stran...
{"invoice_id":"info@test.io","bearing":395,"strand":{"conductivity":true,"status_code":false,"coverage":865,"annotation":"demo","first_name":636.84,"website":"GRCh38","discount":958.68}}
partial_structure
{ "type": "object", "properties": { "invoice_id": { "type": "string", "format": "email" }, "bearing": { "type": "integer" }, "strand": { "type": "object", "properties": { "interest_rate": { "type": "string", "enum": [ "success...
Result: invoice_id=info@test.io, {"invoice_id":"info@test.io","bearing":395,"strand":{"conductivity":true,"status_code":false,"coverage":865,"annotation":"demo","first_name":636.84,"website":"GRCh38","discount":958.68}}
Output mixes natural language with JSON
{"invoice_id":"info@test.io","bearing":395,"strand":{"conductivity":true,"status_code":false,"coverage":865,"annotation":"demo","first_name":636.84,"website":"GRCh38","discount":958.68}}