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 country TYPE string REQUIRED yes FIELD cargo_type TYPE string REQUIRED yes FIELD span_id.amount TYPE number REQUIRED no FIELD span_id.phenotype TYPE string REQUIRED yes FIELD span_id.website TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD span_id.se...
{"country":"John","cargo_type":"Silva","span_id":{"amount":296.16,"phenotype":"MV-Evergreen-01","website":"level_3","build_status":false},"log_level":804}
missing_brace
{ "type": "object", "properties": { "country": { "type": "string" }, "cargo_type": { "type": "string" }, "span_id": { "type": "object", "properties": { "amount": { "type": "number" }, "phenotype": { "type": "string" }, ...
"country":"John","cargo_type":"Silva","span_id":{"amount":296.16,"phenotype":"MV-Evergreen-01","website":"level_3","build_status":false},"log_level":804}
Missing closing brace
{"country":"John","cargo_type":"Silva","span_id":{"amount":296.16,"phenotype":"MV-Evergreen-01","website":"level_3","build_status":false},"log_level":804}
TASK repair_structured_output SPEC FIELD attr_q20 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD prop_h53 TYPE string VALUES draft|published|archived REQUIRED yes FIELD col_u04 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_a04 TYPE integer REQUIRED yes FIE...
{"attr_q20":"in_transit","prop_h53":"published","col_u04":"pending_review","val_a04":39,"attr_q34":350}
missing_required
{ "type": "object", "properties": { "attr_q20": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "prop_h53": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
{"attr_q20": "in_transit", "col_u04": "pending_review", "val_a04": 39, "attr_q34": 350}
Required field 'prop_h53' is missing
{"attr_q20":"in_transit","prop_h53":"published","col_u04":"pending_review","val_a04":39,"attr_q34":350}
TASK repair_structured_output SPEC FIELD val_n95 TYPE null REQUIRED yes FIELD col_m56 TYPE number REQUIRED yes FIELD key_m29 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD key_z48.param_g86 TYPE string VALUES active|inactive|pending REQUIRED no FIELD key_z48.field_l05 TYPE string VALUES new|in_t...
{"val_n95":null,"col_m56":943.46,"key_m29":"underway","key_z48":{"field_l05":"new","val_j29":701.08,"param_s06":["large","large","medium","medium"]},"key_b17":{"dim_n89":252.03,"field_f02":true,"col_f84":false,"key_n46":null}}
markdown_explanation
{ "type": "object", "properties": { "val_n95": { "type": "null" }, "col_m56": { "type": "number" }, "key_m29": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "key_z48": { "type": "object",...
Pipeline result: ```json {"val_n95":null,"col_m56":943.46,"key_m29":"underway","key_z48":{"field_l05":"new","val_j29":701.08,"param_s06":["large","large","medium","medium"]},"key_b17":{"dim_n89":252.03,"field_f02":true,"col_f84":false,"key_n46":null}} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"val_n95":null,"col_m56":943.46,"key_m29":"underway","key_z48":{"field_l05":"new","val_j29":701.08,"param_s06":["large","large","medium","medium"]},"key_b17":{"dim_n89":252.03,"field_f02":true,"col_f84":false,"key_n46":null}}
TASK repair_structured_output SPEC FIELD param_y98 TYPE number REQUIRED no FIELD field_r66 TYPE string VALUES draft|published|archived REQUIRED no FIELD key_q57 TYPE string REQUIRED yes FIELD dim_i73 TYPE integer REQUIRED yes FIELD col_e37.attr_h45 TYPE string REQUIRED no FIELD col_e37.col_s83 TYPE number REQUIRED yes...
{"param_y98":544.04,"key_q57":"RTG-04","dim_i73":710,"col_e37":{"attr_h45":"chrX","col_s83":262.19,"field_i35":462.83,"param_u68":{"prop_c25":false,"dim_h67":"rejected","field_h79":["in_transit","returned","new","in_transit"]},"dim_g04":"info@example.com","key_y19":900.15,"val_p33":"operational"}}
markdown_fences
{ "type": "object", "properties": { "param_y98": { "type": "number" }, "field_r66": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "key_q57": { "type": "string" }, "dim_i73": { "type": "integer" }, "...
```json {"param_y98":544.04,"key_q57":"RTG-04","dim_i73":710,"col_e37":{"attr_h45":"chrX","col_s83":262.19,"field_i35":462.83,"param_u68":{"prop_c25":false,"dim_h67":"rejected","field_h79":["in_transit","returned","new","in_transit"]},"dim_g04":"info@example.com","key_y19":900.15,"val_p33":"operational"}} ```
Output contains markdown code fences
{"param_y98":544.04,"key_q57":"RTG-04","dim_i73":710,"col_e37":{"attr_h45":"chrX","col_s83":262.19,"field_i35":462.83,"param_u68":{"prop_c25":false,"dim_h67":"rejected","field_h79":["in_transit","returned","new","in_transit"]},"dim_g04":"info@example.com","key_y19":900.15,"val_p33":"operational"}}
TASK repair_structured_output SPEC FIELD weight TYPE string REQUIRED yes FIELD rating TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD cargo_type TYPE integer REQUIRED yes FIELD feedback TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD credit_score.ph_level TYPE...
{"weight":"Alice","rating":"option_c","cargo_type":166}
single_quotes
{ "type": "object", "properties": { "weight": { "type": "string" }, "rating": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "cargo_type": { "type": "integer" ...
{'weight':'Alice','rating':'option_c','cargo_type':166}
Expecting property name enclosed in double quotes
{"weight":"Alice","rating":"option_c","cargo_type":166}
TASK repair_structured_output SPEC FIELD items TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD department.language.timezone TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD department.language.dissolved_oxygen TYPE string VALUES draft|published|archived REQUIRED no FIEL...
{"items":"intermittent","color":"pending","date":330.83,"phone":true,"priority":{"order_id":"single","altitude":{"email":"https://api.io/v1","compound":"phone","department":"A short description.","date":469,"log_level":false,"created_at":"2020-05-10T13:15:00Z"},"created_at":811,"email":"archived","step":"active"}}
missing_brace
{ "type": "object", "properties": { "items": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "department": { "type": "object", "properties": { "language": { "type": "object", "properties": { ...
"items":"intermittent","color":"pending","date":330.83,"phone":true,"priority":{"order_id":"single","altitude":{"email":"https://api.io/v1","compound":"phone","department":"A short description.","date":469,"log_level":false,"created_at":"2020-05-10T13:15:00Z"},"created_at":811,"email":"archived","step":"active"}}
Missing closing brace
{"items":"intermittent","color":"pending","date":330.83,"phone":true,"priority":{"order_id":"single","altitude":{"email":"https://api.io/v1","compound":"phone","department":"A short description.","date":469,"log_level":false,"created_at":"2020-05-10T13:15:00Z"},"created_at":811,"email":"archived","step":"active"}}
TASK repair_structured_output SPEC FIELD dim_l19.prop_g19 TYPE string REQUIRED yes FIELD dim_l19.val_v25 TYPE string REQUIRED yes FIELD dim_l19.attr_b77 TYPE number REQUIRED yes FIELD dim_o95 TYPE number REQUIRED no FIELD attr_x26 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_o95":791.12,"attr_x26":"New York"} Feel fr...
{"dim_o95":791.12,"attr_x26":"New York"}
extra_text_after
{ "type": "object", "properties": { "dim_l19": { "type": "object", "properties": { "prop_g19": { "type": "string" }, "val_v25": { "type": "string" }, "attr_b77": { "type": "number" } }, "required": [ "a...
{"dim_o95":791.12,"attr_x26":"New York"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"dim_o95":791.12,"attr_x26":"New York"}
TASK repair_structured_output SPEC FIELD param_b22 TYPE boolean REQUIRED no FIELD val_l28 TYPE integer REQUIRED no FIELD attr_e18 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD attr_x03.attr_t89 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD attr_x03.val_e93 TYPE ...
{"param_b22":true,"val_l28":996,"attr_x03":{"col_e11":802.96,"prop_x99":"mode_d","dim_s78":843,"dim_f64":"qux","param_y40":383,"dim_w76":"completed"},"attr_u71":"info@example.com"}
agent_chain
{ "type": "object", "properties": { "param_b22": { "type": "boolean" }, "val_l28": { "type": "integer" }, "attr_e18": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "attr_x03": { "type": "object", "propert...
Let me check the system. Action: assign_berth Result: {"param_b22": true, "val_l28": 996, "attr_u71": "info@example.com"} Processing the request now. Action: process_payment Result:
Agent multi-step chain with truncated tool output
{"param_b22":true,"val_l28":996,"attr_x03":{"col_e11":802.96,"prop_x99":"mode_d","dim_s78":843,"dim_f64":"qux","param_y40":383,"dim_w76":"completed"},"attr_u71":"info@example.com"}
TASK repair_structured_output SPEC FIELD latitude TYPE string REQUIRED no FIELD image_url TYPE boolean REQUIRED no FIELD section TYPE string_date-time REQUIRED no FIELD fleet_number TYPE string REQUIRED yes FIELD product_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD umi TYPE string REQUIRED no FIELD time...
{"fleet_number":"inactive","product_id":"USD","umi":"bar","timezone":{"vital_sign":"USD","velocity":"active","role":"2021-01-18T16:39:00Z","id":"high","feedback":"chr1","deploy_target":398.4,"pressure_kpa":"Hapag-Lloyd-Express"},"freight_class":"Alice"}
null_required
{ "type": "object", "properties": { "latitude": { "type": "string" }, "image_url": { "type": "boolean" }, "section": { "type": "string", "format": "date-time" }, "fleet_number": { "type": "string" }, "product_id": { "type": "string", "enu...
{"fleet_number": null, "product_id": "USD", "umi": "bar", "timezone": {"vital_sign": "USD", "velocity": "active", "role": "2021-01-18T16:39:00Z", "id": "high", "feedback": "chr1", "deploy_target": 398.4, "pressure_kpa": "Hapag-Lloyd-Express"}, "freight_class": "Alice"}
Required field 'fleet_number' is null
{"fleet_number":"inactive","product_id":"USD","umi":"bar","timezone":{"vital_sign":"USD","velocity":"active","role":"2021-01-18T16:39:00Z","id":"high","feedback":"chr1","deploy_target":398.4,"pressure_kpa":"Hapag-Lloyd-Express"},"freight_class":"Alice"}
TASK repair_structured_output SPEC FIELD tags TYPE number REQUIRED no FIELD height TYPE boolean REQUIRED yes FIELD berth_slot TYPE string REQUIRED yes BROKEN_OUTPUT {"tags":350.91,"height":true,"berth_slot":"active"
{"tags":350.91,"height":true,"berth_slot":"active"}
truncated_array
{ "type": "object", "properties": { "tags": { "type": "number" }, "height": { "type": "boolean" }, "berth_slot": { "type": "string" } }, "required": [ "height", "berth_slot" ] }
{"tags":350.91,"height":true,"berth_slot":"active"
Unexpected end of JSON input — truncated object
{"tags":350.91,"height":true,"berth_slot":"active"}
TASK repair_structured_output SPEC FIELD username TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD subtotal TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD timezone TYPE string VALUES active|inactive|pending REQUIRED yes FIELD amount TYPE string REQUIRED no FIELD thumbnail TYPE ...
{"username":"maintenance","subtotal":"push","timezone":"active","thumbnail":"unstable"}
unquoted_keys
{ "type": "object", "properties": { "username": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "subtotal": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
{username:"maintenance",subtotal:"push",timezone:"active",thumbnail:"unstable"}
Expecting property name enclosed in double quotes
{"username":"maintenance","subtotal":"push","timezone":"active","thumbnail":"unstable"}
TASK repair_structured_output SPEC FIELD col_m47 TYPE string REQUIRED no FIELD val_v62.attr_q43 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_v62.param_r42 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD val_v62.attr_w64 TYPE string VALUES berthed|anchored|underway|moored RE...
{"col_m47":"foo","val_v62":{"attr_q43":"high","param_r42":"in_transit","attr_w64":"moored"},"param_d58":487,"attr_x77":"2026-12-22T21:45:00Z","attr_d88":null,"val_e53":"pending","key_m87":"Berlin","val_g07":638}
partial_structure
{ "type": "object", "properties": { "col_m47": { "type": "string" }, "val_v62": { "type": "object", "properties": { "attr_q43": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
I found that param_d58 should be 487. {"col_m47":"foo","val_v62":{"attr_q43":"high","param_r42":"in_transit","attr_w64":"moored"},"param_d58":487,"attr_x77":"2026-12-22T21:45:00Z","attr_d88":null,"val_e53":"pending","key_m87":"Berlin","val_g07":638}
Output mixes natural language with JSON
{"col_m47":"foo","val_v62":{"attr_q43":"high","param_r42":"in_transit","attr_w64":"moored"},"param_d58":487,"attr_x77":"2026-12-22T21:45:00Z","attr_d88":null,"val_e53":"pending","key_m87":"Berlin","val_g07":638}
TASK repair_structured_output SPEC FIELD param_l10 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD prop_o31 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD dim_r39 TYPE number REQUIRED no FIELD param_f53 TYPE boolean REQUIRED yes FIELD prop_o41 TYPE null REQUIRED no BROKEN_OUTPUT...
{"param_l10":"viewer","dim_r39":371.43,"param_f53":true,"prop_o41":null}
extra_field
{ "type": "object", "properties": { "param_l10": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "prop_o31": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }...
{"param_l10": "viewer", "dim_r39": 371.43, "param_f53": true, "prop_o41": null, "extra_field_9244": 42}
Unknown field 'extra_field_9244' not defined in schema
{"param_l10":"viewer","dim_r39":371.43,"param_f53":true,"prop_o41":null}
TASK repair_structured_output SPEC FIELD field_s90 TYPE string REQUIRED no FIELD dim_o11 TYPE string REQUIRED no FIELD attr_y59 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD attr_v43 TYPE integer REQUIRED no FIELD col_x18 TYPE boolean REQUIRED no BROKEN_OUTPUT {"field_s90": "This is a test va...
{"field_s90":"This is a test value.","dim_o11":"sample","attr_y59":"open","attr_v43":858}
missing_required
{ "type": "object", "properties": { "field_s90": { "type": "string" }, "dim_o11": { "type": "string" }, "attr_y59": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_v43": { "type": "in...
{"field_s90": "This is a test value.", "dim_o11": "sample", "attr_v43": 858}
Required field 'attr_y59' is missing
{"field_s90":"This is a test value.","dim_o11":"sample","attr_y59":"open","attr_v43":858}
TASK repair_structured_output SPEC FIELD val_c07 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD prop_l07 TYPE string_uri REQUIRED yes FIELD dim_k08 TYPE string_date-time REQUIRED no FIELD attr_r47 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD prop_v21 TYPE integer REQUIRED no FIELD k...
{"val_c07":"level_2","prop_l07":"https://data.io/api","dim_k08":"2020-11-03T20:06:00Z","attr_r47":"phone","prop_v21":338,"key_n62":"test@example.com"}
tool_call_python_syntax
{ "type": "object", "properties": { "val_c07": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "prop_l07": { "type": "string", "format": "uri" }, "dim_k08": { "type": "string", "format": "date...
validate_address(val_c07='level_2', prop_l07='https://data.io/api', dim_k08='2020-11-03T20:06:00Z', attr_r47='phone', prop_v21=338, key_n62='test@example.com')
Tool call uses Python syntax instead of JSON
{"val_c07":"level_2","prop_l07":"https://data.io/api","dim_k08":"2020-11-03T20:06:00Z","attr_r47":"phone","prop_v21":338,"key_n62":"test@example.com"}
TASK repair_structured_output SPEC FIELD prop_i48 TYPE boolean REQUIRED yes FIELD key_j38.prop_c95 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_j38.field_x35 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD key_j38.param_n64 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no...
{"prop_i48":false,"val_f44":"small","col_e92":null,"param_g86":617.92,"prop_c26":null}
tool_call_bad_format
{ "type": "object", "properties": { "prop_i48": { "type": "boolean" }, "key_j38": { "type": "object", "properties": { "prop_c95": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "fi...
<functioncall> fetch_lab_result {prop_i48: false, val_f44: "small", col_e92: null, param_g86: 617.92, prop_c26: null}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_i48":false,"val_f44":"small","col_e92":null,"param_g86":617.92,"prop_c26":null}
TASK repair_structured_output SPEC FIELD val_m65 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_h87 TYPE number REQUIRED yes FIELD prop_a61 TYPE string_email REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="verify_hazmat_compliance"> {"val_m65":"email","col_h87":894.43,"prop_a61":"...
{"val_m65":"email","col_h87":894.43,"prop_a61":"test@example.com"}
tool_call_text_mix
{ "type": "object", "properties": { "val_m65": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_h87": { "type": "number" }, "prop_a61": { "type": "string", "format": "email" } }, "required": [ ...
I'll query our database. <tool_call name="verify_hazmat_compliance"> {"val_m65":"email","col_h87":894.43,"prop_a61":"test@example.com"} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"val_m65":"email","col_h87":894.43,"prop_a61":"test@example.com"}
TASK repair_structured_output SPEC FIELD dim_y06 TYPE string REQUIRED no FIELD attr_p28 TYPE string REQUIRED no FIELD field_o91 TYPE integer REQUIRED yes FIELD dim_l93.param_g08 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD dim_l93.key_l65.field_r87 TYPE string VALUES success|error|warning|info R...
{"dim_y06":"RTG-04","attr_p28":"chrX","field_o91":370,"dim_l93":{"param_g08":"arctic","key_l65":{"field_r87":"warning","col_w03":"Paris","col_e32":285,"col_p24":["xl","xl"]},"param_y63":"Paris","val_t72":"https://www.io/api","prop_a32":"in_progress"},"field_m76":"new","key_f35":{"val_u53":456,"param_j95":"GRCh38","col_...
missing_required
{ "type": "object", "properties": { "dim_y06": { "type": "string" }, "attr_p28": { "type": "string" }, "field_o91": { "type": "integer" }, "dim_l93": { "type": "object", "properties": { "param_g08": { "type": "string", "enum": [ ...
{"dim_y06": "RTG-04", "attr_p28": "chrX", "field_o91": 370, "dim_l93": {"param_g08": "arctic", "key_l65": {"field_r87": "warning", "col_w03": "Paris", "col_e32": 285, "col_p24": ["xl", "xl"]}, "param_y63": "Paris", "val_t72": "https://www.io/api", "prop_a32": "in_progress"}, "field_m76": "new", "val_j70": 390}
Required field 'key_f35' is missing
{"dim_y06":"RTG-04","attr_p28":"chrX","field_o91":370,"dim_l93":{"param_g08":"arctic","key_l65":{"field_r87":"warning","col_w03":"Paris","col_e32":285,"col_p24":["xl","xl"]},"param_y63":"Paris","val_t72":"https://www.io/api","prop_a32":"in_progress"},"field_m76":"new","key_f35":{"val_u53":456,"param_j95":"GRCh38","col_...
TASK repair_structured_output SPEC FIELD attr_c22 TYPE integer REQUIRED yes FIELD field_n99 TYPE number REQUIRED no FIELD val_l50 TYPE string REQUIRED yes FIELD prop_k71 TYPE integer REQUIRED no FIELD prop_o08.field_t72 TYPE boolean REQUIRED no FIELD prop_o08.dim_e27 TYPE boolean REQUIRED no FIELD prop_o08.key_g31 TYP...
{"attr_c22":690,"field_n99":690.92,"val_l50":"Luis","prop_k71":321,"prop_o08":{"field_t72":true,"dim_e27":true,"key_g31":false,"key_a46":"hello","col_j11":"error","col_a10":211.47}}
markdown_fences
{ "type": "object", "properties": { "attr_c22": { "type": "integer" }, "field_n99": { "type": "number" }, "val_l50": { "type": "string" }, "prop_k71": { "type": "integer" }, "prop_o08": { "type": "object", "properties": { "field_t72": {...
```json {"attr_c22":690,"field_n99":690.92,"val_l50":"Luis","prop_k71":321,"prop_o08":{"field_t72":true,"dim_e27":true,"key_g31":false,"key_a46":"hello","col_j11":"error","col_a10":211.47}} ```
Output contains markdown code fences
{"attr_c22":690,"field_n99":690.92,"val_l50":"Luis","prop_k71":321,"prop_o08":{"field_t72":true,"dim_e27":true,"key_g31":false,"key_a46":"hello","col_j11":"error","col_a10":211.47}}
TASK repair_structured_output SPEC FIELD field_n02 TYPE string VALUES single|married|divorced REQUIRED no FIELD field_p30 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_p10 TYPE string VALUES success|error|warning|info REQUIRED no FIELD dim_n27 TYPE string VALUES operational|degraded|offline|m...
{"field_n02":"single","prop_p10":"warning","dim_n27":"maintenance"}
missing_bracket
{ "type": "object", "properties": { "field_n02": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "field_p30": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, ...
{"field_n02":"single","prop_p10":"warning","dim_n27":"maintenance"}
Missing closing bracket
{"field_n02":"single","prop_p10":"warning","dim_n27":"maintenance"}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string REQUIRED no FIELD start_date TYPE number REQUIRED yes FIELD date TYPE string REQUIRED no FIELD due_date.timezone TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD due_date.items TYPE boolean REQUIRED yes FIELD due_date.country TYPE ...
{"temp_celsius":"2023-12-25","start_date":206.13,"due_date":{"timezone":"delivered","items":true,"altitude":"level_2","date":"admin","annotation":271},"count":"open","patient_id":{"currency":"level_1","order_id":928.34,"updated_at":"option_a"}}
number_with_unit
{ "type": "object", "properties": { "temp_celsius": { "type": "string" }, "start_date": { "type": "number" }, "date": { "type": "string" }, "due_date": { "type": "object", "properties": { "timezone": { "type": "string", "enum": [ ...
{"temp_celsius": "2023-12-25", "start_date": "206.13sec", "due_date": {"timezone": "delivered", "items": true, "altitude": "level_2", "date": "admin", "annotation": 271}, "count": "open", "patient_id": {"currency": "level_1", "order_id": 928.34, "updated_at": "option_a"}}
Field 'start_date' must be number, got string with unit
{"temp_celsius":"2023-12-25","start_date":206.13,"due_date":{"timezone":"delivered","items":true,"altitude":"level_2","date":"admin","annotation":271},"count":"open","patient_id":{"currency":"level_1","order_id":928.34,"updated_at":"option_a"}}
TASK repair_structured_output SPEC FIELD prop_l93 TYPE string VALUES single|married|divorced REQUIRED yes FIELD param_v05 TYPE boolean REQUIRED yes FIELD attr_s78 TYPE string REQUIRED no FIELD key_d88[].attr_i07 TYPE integer REQUIRED no FIELD key_d88[].param_s39 TYPE string REQUIRED no FIELD key_d88[].prop_y88 TYPE bo...
{"prop_l93":"single","param_v05":false,"attr_s78":"RTG-04","key_d88":[{"attr_i07":895,"param_s39":"Charlie","prop_y88":true,"col_v54":"offline","attr_v02":"test"},{"param_s39":"MV-Evergreen-01","prop_y88":true,"attr_v02":"pending"},{"attr_i07":317,"param_s39":"chr1","prop_y88":false,"attr_v02":"A short description."}]}
missing_brace
{ "type": "object", "properties": { "prop_l93": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "param_v05": { "type": "boolean" }, "attr_s78": { "type": "string" }, "key_d88": { "type": "array", "items"...
"prop_l93":"single","param_v05":false,"attr_s78":"RTG-04","key_d88":[{"attr_i07":895,"param_s39":"Charlie","prop_y88":true,"col_v54":"offline","attr_v02":"test"},{"param_s39":"MV-Evergreen-01","prop_y88":true,"attr_v02":"pending"},{"attr_i07":317,"param_s39":"chr1","prop_y88":false,"attr_v02":"A short description."}]}
Missing closing brace
{"prop_l93":"single","param_v05":false,"attr_s78":"RTG-04","key_d88":[{"attr_i07":895,"param_s39":"Charlie","prop_y88":true,"col_v54":"offline","attr_v02":"test"},{"param_s39":"MV-Evergreen-01","prop_y88":true,"attr_v02":"pending"},{"attr_i07":317,"param_s39":"chr1","prop_y88":false,"attr_v02":"A short description."}]}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string REQUIRED yes FIELD active TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD salinity TYPE string REQUIRED yes FIELD strand TYPE string_email REQUIRED yes FIELD humidity_pct TYPE string REQUIRED yes FIELD status.thumbnail TYPE string_ur...
{"vessel_name":"REV","active":"level_2","salinity":"Diana","strand":"test@example.com","humidity_pct":"Luis","status":{"thumbnail":"https://api.io/v1","salinity":null,"chromosome":{"payment_status":"cat_d","company":true,"version":"option_a","quality_score":597,"full_name":"New York","index":"user@domain.com"}}}
tool_call_text_mix
{ "type": "object", "properties": { "vessel_name": { "type": "string" }, "active": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "salinity": { "type": "string" }, "strand": { "type": "stri...
Let me check the system. <tool_call name="calculate_price"> {"vessel_name":"REV","active":"level_2","salinity":"Diana","strand":"test@example.com","humidity_pct":"Luis","status":{"thumbnail":"https://api.io/v1","salinity":null,"chromosome":{"payment_status":"cat_d","company":true,"version":"option_a","quality_score":59...
Agent response mixes reasoning text with tool call
{"vessel_name":"REV","active":"level_2","salinity":"Diana","strand":"test@example.com","humidity_pct":"Luis","status":{"thumbnail":"https://api.io/v1","salinity":null,"chromosome":{"payment_status":"cat_d","company":true,"version":"option_a","quality_score":597,"full_name":"New York","index":"user@domain.com"}}}
TASK repair_structured_output SPEC FIELD key_m03 TYPE null REQUIRED no FIELD key_z35 TYPE integer REQUIRED no FIELD param_t00 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD prop_w85 TYPE number REQUIRED yes BROKEN_OUTPUT {key_m03:null,key_z35:14,param_t00:"mode_d",prop_w85:793.66}
{"key_m03":null,"key_z35":14,"param_t00":"mode_d","prop_w85":793.66}
unquoted_keys
{ "type": "object", "properties": { "key_m03": { "type": "null" }, "key_z35": { "type": "integer" }, "param_t00": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "prop_w85": { "type": "number" ...
{key_m03:null,key_z35:14,param_t00:"mode_d",prop_w85:793.66}
Expecting property name enclosed in double quotes
{"key_m03":null,"key_z35":14,"param_t00":"mode_d","prop_w85":793.66}
TASK repair_structured_output SPEC FIELD section TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD terminal_id TYPE string VALUES single|married|divorced REQUIRED yes FIELD version TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD bill_of_lading TYPE string VALUES option_a|optio...
{"section":"cat_c","terminal_id":"single","version":"type_f","enabled":"type_e","level":174.62,"feedback":"push"}
number_with_unit
{ "type": "object", "properties": { "section": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "terminal_id": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "vers...
{"section": "cat_c", "terminal_id": "single", "version": "type_f", "enabled": "type_e", "level": "174.62cm", "feedback": "push"}
Field 'level' must be number, got string with unit
{"section":"cat_c","terminal_id":"single","version":"type_f","enabled":"type_e","level":174.62,"feedback":"push"}
TASK repair_structured_output SPEC FIELD lab_result TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD chapter TYPE string REQUIRED no FIELD last_name.state TYPE number REQUIRED yes FIELD last_name.voltage TYPE string REQUIRED no FIELD last_name.due_date TYPE string REQUIRED yes BROKEN_OUTPUT {"lab_result":"e...
{"lab_result":"email","chapter":"2024-01-15","last_name":{"state":879.18,"voltage":"inactive","due_date":"test"}}
extra_text_after
{ "type": "object", "properties": { "lab_result": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "chapter": { "type": "string" }, "last_name": { "type": "object", "properties": { "state": { ...
{"lab_result":"email","chapter":"2024-01-15","last_name":{"state":879.18,"voltage":"inactive","due_date":"test"}} Data logged successfully.
Output contains non-JSON text after the object
{"lab_result":"email","chapter":"2024-01-15","last_name":{"state":879.18,"voltage":"inactive","due_date":"test"}}
TASK repair_structured_output SPEC FIELD shift_code TYPE integer REQUIRED no FIELD city TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD items.tile TYPE null REQUIRED yes FIELD items.berth_slot TYPE string_uri REQUIRED yes FIELD items.invoice_id TYPE integer REQUIRED yes FIELD items.commit_...
{"shift_code":771,"city":"synonymous","items":{"tile":null,"berth_slot":"https://www.io/data","invoice_id":106,"commit_hash":662.9},"country":{"address":"test","coverage":"Sao Paulo","hazmat_code":{"ward":null,"updated_at":"https://data.io/v1","enabled":819.66,"last_name":"inactive","phenotype":"Santos"},"height":{"due...
missing_brace
{ "type": "object", "properties": { "shift_code": { "type": "integer" }, "city": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "items": { "type": "object", "properties": { "tile": ...
{"shift_code":771,"city":"synonymous","items":{"tile":null,"berth_slot":"https://www.io/data","invoice_id":106,"commit_hash":662.9},"country":{"address":"test","coverage":"Sao Paulo","hazmat_code":{"ward":null,"updated_at":"https://data.io/v1","enabled":819.66,"last_name":"inactive","phenotype":"Santos","height":{"due_...
Missing closing brace
{"shift_code":771,"city":"synonymous","items":{"tile":null,"berth_slot":"https://www.io/data","invoice_id":106,"commit_hash":662.9},"country":{"address":"test","coverage":"Sao Paulo","hazmat_code":{"ward":null,"updated_at":"https://data.io/v1","enabled":819.66,"last_name":"inactive","phenotype":"Santos"},"height":{"due...
TASK repair_structured_output SPEC FIELD param_l83 TYPE string REQUIRED yes FIELD prop_e54 TYPE number REQUIRED yes FIELD attr_b67 TYPE null REQUIRED no FIELD key_a93 TYPE number REQUIRED yes FIELD dim_r90 TYPE number REQUIRED no FIELD field_h12 TYPE integer REQUIRED yes BROKEN_OUTPUT Sure, here's the result: ```json...
{"param_l83":"Charlie","prop_e54":491.41,"key_a93":818.67,"dim_r90":790.32,"field_h12":241}
markdown_explanation
{ "type": "object", "properties": { "param_l83": { "type": "string" }, "prop_e54": { "type": "number" }, "attr_b67": { "type": "null" }, "key_a93": { "type": "number" }, "dim_r90": { "type": "number" }, "field_h12": { "type": "integer" ...
Sure, here's the result: ```json {"param_l83":"Charlie","prop_e54":491.41,"key_a93":818.67,"dim_r90":790.32,"field_h12":241} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"param_l83":"Charlie","prop_e54":491.41,"key_a93":818.67,"dim_r90":790.32,"field_h12":241}
TASK repair_structured_output SPEC FIELD dim_a43 TYPE number REQUIRED no FIELD prop_q29 TYPE number REQUIRED no FIELD field_n47 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD val_r46 TYPE string REQUIRED yes FIELD prop_i66 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop...
{"dim_a43":424.46,"field_n47":"viewer","val_r46":"Smith","prop_o20":"QC-07"}
extra_text_after
{ "type": "object", "properties": { "dim_a43": { "type": "number" }, "prop_q29": { "type": "number" }, "field_n47": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "val_r46": { "type": "string" }, "prop_i6...
{"dim_a43":424.46,"field_n47":"viewer","val_r46":"Smith","prop_o20":"QC-07"} Feel free to ask if you have questions.
Output contains non-JSON text after the object
{"dim_a43":424.46,"field_n47":"viewer","val_r46":"Smith","prop_o20":"QC-07"}
TASK repair_structured_output SPEC FIELD nickname TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD chromosome TYPE integer REQUIRED no FIELD half_life TYPE number REQUIRED no FIELD torque_output TYPE string VALUES single|married|divorced REQUIRED yes FIELD feedback[].level TYPE string VALUES open|in_pr...
{"nickname":"blue","half_life":541.97,"torque_output":"single","feedback":[{"level":"open","description":852,"torque_output":["active","chrX"]},{"level":"open","coverage":"unstable","description":476,"shipping":"MV-Evergreen-01","torque_output":["Berlin","approved","world","Smith"]}]}
extra_field
{ "type": "object", "properties": { "nickname": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "chromosome": { "type": "integer" }, "half_life": { "type": "number" }, "torque_output": { ...
{"nickname": "blue", "half_life": 541.97, "torque_output": "single", "feedback": [{"level": "open", "description": 852, "torque_output": ["active", "chrX"]}, {"level": "open", "coverage": "unstable", "description": 476, "shipping": "MV-Evergreen-01", "torque_output": ["Berlin", "approved", "world", "Smith"]}], "extra_f...
Unknown field 'extra_field_7329' not defined in schema
{"nickname":"blue","half_life":541.97,"torque_output":"single","feedback":[{"level":"open","description":852,"torque_output":["active","chrX"]},{"level":"open","coverage":"unstable","description":476,"shipping":"MV-Evergreen-01","torque_output":["Berlin","approved","world","Smith"]}]}
TASK repair_structured_output SPEC FIELD key_u96 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD col_e59 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD field_d63 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_j46 TYPE number REQUIRED yes FIELD fi...
{"key_u96":"cat_c","col_e59":"intermittent","field_d63":"pending_review","prop_j46":324.72,"field_r82":"RTG-04","attr_a78":true,"prop_s18":"archived","col_p24":405}
boolean_as_string
{ "type": "object", "properties": { "key_u96": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "col_e59": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "f...
{"key_u96": "cat_c", "col_e59": "intermittent", "field_d63": "pending_review", "prop_j46": 324.72, "field_r82": "RTG-04", "attr_a78": "no", "prop_s18": "archived", "col_p24": 405}
Field 'attr_a78' must be boolean, got string
{"key_u96":"cat_c","col_e59":"intermittent","field_d63":"pending_review","prop_j46":324.72,"field_r82":"RTG-04","attr_a78":true,"prop_s18":"archived","col_p24":405}
TASK repair_structured_output SPEC FIELD prop_l70 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD param_k06 TYPE string REQUIRED no FIELD key_d68 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_l71 TYPE string REQUIRED no FIELD col_c03 TYPE string_email REQUIRED yes FIEL...
{"prop_l70":"returned","param_k06":"Sao Paulo","key_d68":"inland","col_l71":"Sao Paulo","col_c03":"admin@domain.org","key_j38":"Sao Paulo"}
markdown_fences
{ "type": "object", "properties": { "prop_l70": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "param_k06": { "type": "string" }, "key_d68": { "type": "string", "enum": [ "coastal", ...
```json {"prop_l70":"returned","param_k06":"Sao Paulo","key_d68":"inland","col_l71":"Sao Paulo","col_c03":"admin@domain.org","key_j38":"Sao Paulo"} ```
Output contains markdown code fences
{"prop_l70":"returned","param_k06":"Sao Paulo","key_d68":"inland","col_l71":"Sao Paulo","col_c03":"admin@domain.org","key_j38":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD param_h21 TYPE integer REQUIRED yes FIELD val_l69 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_u97 TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT update_record(param_h21=24, val_l69='email', attr_u97='draft')
{"param_h21":24,"val_l69":"email","attr_u97":"draft"}
tool_call_python_syntax
{ "type": "object", "properties": { "param_h21": { "type": "integer" }, "val_l69": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "attr_u97": { "type": "string", "enum": [ "draft", "published"...
update_record(param_h21=24, val_l69='email', attr_u97='draft')
Tool call uses Python syntax instead of JSON
{"param_h21":24,"val_l69":"email","attr_u97":"draft"}
TASK repair_structured_output SPEC FIELD key_b64 TYPE number REQUIRED yes FIELD prop_b71 TYPE integer REQUIRED no FIELD dim_x54.val_g62 TYPE integer REQUIRED no FIELD dim_x54.attr_t97 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_x54.field_s45 TYPE boolean REQUIRED yes FIELD dim_x5...
{"key_b64":180.39,"dim_x54":{"attr_t97":"operational","field_s45":true,"prop_s61":false,"col_e87":"small","param_o63":{"key_w10":"single","prop_w87":"2024-01-15","val_i66":"MV-Evergreen-01","prop_q13":"heterozygous"}},"param_b50":"small"}
tool_call_partial_args
{ "type": "object", "properties": { "key_b64": { "type": "number" }, "prop_b71": { "type": "integer" }, "dim_x54": { "type": "object", "properties": { "val_g62": { "type": "integer" }, "attr_t97": { "type": "string", "...
Let me check the system. Action: align_reads Arguments: {"key_b64": 180.39, "dim_x54": {"attr_t97": "operational", "field_s45": true, "prop_s61": false, "col_e87": "small", "param_o63": {"key_w10": "single", "prop_w87": "2024-01-15", "val_i66": "MV-Evergreen-01", "prop_q13": "heterozygous"}}}
Agent tool call missing required parameter 'param_b50'
{"key_b64":180.39,"dim_x54":{"attr_t97":"operational","field_s45":true,"prop_s61":false,"col_e87":"small","param_o63":{"key_w10":"single","prop_w87":"2024-01-15","val_i66":"MV-Evergreen-01","prop_q13":"heterozygous"}},"param_b50":"small"}
TASK repair_structured_output SPEC FIELD build_status TYPE string_date-time REQUIRED yes FIELD amount TYPE number REQUIRED yes FIELD visible TYPE integer REQUIRED no FIELD isotope TYPE boolean REQUIRED yes BROKEN_OUTPUT {"build_status":"2025-12-11T05:55:00Z","amount":685.58,"visible":602,"isotope":false
{"build_status":"2025-12-11T05:55:00Z","amount":685.58,"visible":602,"isotope":false}
truncated_array
{ "type": "object", "properties": { "build_status": { "type": "string", "format": "date-time" }, "amount": { "type": "number" }, "visible": { "type": "integer" }, "isotope": { "type": "boolean" } }, "required": [ "isotope", "amount", "bui...
{"build_status":"2025-12-11T05:55:00Z","amount":685.58,"visible":602,"isotope":false
Unexpected end of JSON input — truncated object
{"build_status":"2025-12-11T05:55:00Z","amount":685.58,"visible":602,"isotope":false}
TASK repair_structured_output SPEC FIELD length TYPE string_date-time REQUIRED no FIELD created_at TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD score TYPE string_uri REQUIRED yes BROKEN_OUTPUT {"created_at":"closed","score":"https://example.com/data"
{"created_at":"closed","score":"https://example.com/data"}
missing_brace
{ "type": "object", "properties": { "length": { "type": "string", "format": "date-time" }, "created_at": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "score": { "type": "string", "format":...
{"created_at":"closed","score":"https://example.com/data"
Missing closing brace
{"created_at":"closed","score":"https://example.com/data"}
TASK repair_structured_output SPEC FIELD state TYPE string_date-time REQUIRED no FIELD type TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD url TYPE string_email REQUIRED no FIELD weight.subtotal TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD weight.vital_sign TYPE strin...
{"state":"2021-01-09T16:08:00Z","type":"homozygous","url":"test@example.com","weight":{"subtotal":"level_4","vital_sign":"mode_b","message":"https://data.org/v1"},"website":{"bearing":"mode_b","tile":"Oliveira","website":{"due_date":"pending","bed_number":79.99},"compound":{"interest_rate":481,"procedure_code":"FWD","l...
tool_call_python_syntax
{ "type": "object", "properties": { "state": { "type": "string", "format": "date-time" }, "type": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "url": { "type": "string", "format": "email" }, ...
fetch_lab_result(state='2021-01-09T16:08:00Z', type='homozygous', url='test@example.com', weight={'subtotal': 'level_4', 'vital_sign': 'mode_b', 'message': 'https://data.org/v1'}, website={'bearing': 'mode_b', 'tile': 'Oliveira', 'website': {'due_date': 'pending', 'bed_number': 79.99}, 'compound': {'interest_rate': 481...
Tool call uses Python syntax instead of JSON
{"state":"2021-01-09T16:08:00Z","type":"homozygous","url":"test@example.com","weight":{"subtotal":"level_4","vital_sign":"mode_b","message":"https://data.org/v1"},"website":{"bearing":"mode_b","tile":"Oliveira","website":{"due_date":"pending","bed_number":79.99},"compound":{"interest_rate":481,"procedure_code":"FWD","l...
TASK repair_structured_output SPEC FIELD prop_l21 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD col_w46 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_s45 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD col_y64 TYPE integer REQUIRED no BROKEN_OUTP...
{"prop_l21":"error","col_w46":"warning","attr_s45":"nonsense","col_y64":540}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_l21": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "col_w46": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
schedule_meeting(prop_l21='error', col_w46='warning', attr_s45='nonsense', col_y64=540)
Tool call uses Python syntax instead of JSON
{"prop_l21":"error","col_w46":"warning","attr_s45":"nonsense","col_y64":540}
TASK repair_structured_output SPEC FIELD col_e83 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD field_i85 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD val_h56 TYPE number REQUIRED no FIELD prop_b53.val_j64 TYPE integer REQUIRED yes FIELD prop_b53.param_r55 TYPE string_email ...
{"col_e83":"open","field_i85":"mode_a","prop_b53":{"val_j64":68,"param_r55":"ops@test.io","field_b71":146.93,"field_f52":null,"val_b37":"anchored","attr_z25":706.45,"field_e80":855},"attr_m90":"quux","param_k44":"Alice","val_y77":"RTG-04"}
extra_text_before
{ "type": "object", "properties": { "col_e83": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "field_i85": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ...
I've generated the following JSON: {"col_e83":"open","field_i85":"mode_a","prop_b53":{"val_j64":68,"param_r55":"ops@test.io","field_b71":146.93,"field_f52":null,"val_b37":"anchored","attr_z25":706.45,"field_e80":855},"attr_m90":"quux","param_k44":"Alice","val_y77":"RTG-04"}
Output contains non-JSON text before the object
{"col_e83":"open","field_i85":"mode_a","prop_b53":{"val_j64":68,"param_r55":"ops@test.io","field_b71":146.93,"field_f52":null,"val_b37":"anchored","attr_z25":706.45,"field_e80":855},"attr_m90":"quux","param_k44":"Alice","val_y77":"RTG-04"}
TASK repair_structured_output SPEC FIELD col_f79 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD field_i06 TYPE string VALUES draft|published|archived REQUIRED yes FIELD dim_e03 TYPE number REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: get_account Result: {"field_i06": "draft", "dim_e03...
{"col_f79":"black","field_i06":"draft","dim_e03":545.81}
agent_chain
{ "type": "object", "properties": { "col_f79": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "field_i06": { "type": "string", "enum": [ "draft", "published", "archived" ] ...
Let me check the system. Action: get_account Result: {"field_i06": "draft", "dim_e03": 545.81} I'll query our database. Action: align_reads Result:
Agent multi-step chain with truncated tool output
{"col_f79":"black","field_i06":"draft","dim_e03":545.81}
TASK repair_structured_output SPEC FIELD key_b05 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD dim_s29 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD val_p28 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD col_v49 TYPE boolean REQUIRED no FIELD attr...
{"key_b05":"berthed","dim_s29":"unstable","val_p28":"option_a","attr_p95":"completed","col_f40":{"dim_k57":"Smith","col_c66":true,"col_a44":true,"key_j42":{"col_f01":216,"field_d15":true,"dim_q56":true,"attr_x14":544.54,"key_e72":[600.58,436.55,113.16,601.08],"val_h84":["2024-01-15","hello","MV-Evergreen-01","Santos"]}...
extra_text_before
{ "type": "object", "properties": { "key_b05": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "dim_s29": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] ...
Below is the JSON object: {"key_b05":"berthed","dim_s29":"unstable","val_p28":"option_a","attr_p95":"completed","col_f40":{"dim_k57":"Smith","col_c66":true,"col_a44":true,"key_j42":{"col_f01":216,"field_d15":true,"dim_q56":true,"attr_x14":544.54,"key_e72":[600.58,436.55,113.16,601.08],"val_h84":["2024-01-15","hello","M...
Output contains non-JSON text before the object
{"key_b05":"berthed","dim_s29":"unstable","val_p28":"option_a","attr_p95":"completed","col_f40":{"dim_k57":"Smith","col_c66":true,"col_a44":true,"key_j42":{"col_f01":216,"field_d15":true,"dim_q56":true,"attr_x14":544.54,"key_e72":[600.58,436.55,113.16,601.08],"val_h84":["2024-01-15","hello","MV-Evergreen-01","Santos"]}...
TASK repair_structured_output SPEC FIELD chapter TYPE integer REQUIRED yes FIELD ph_level.yield_pct.role TYPE integer REQUIRED yes FIELD ph_level.yield_pct.altitude TYPE integer REQUIRED no FIELD ph_level.yield_pct.log_level TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD ph_level.yield_pct.published TYPE i...
{"chapter":760,"ph_level":{"yield_pct":{"role":552,"log_level":"phone","published":828},"insurance_id":956,"phenotype":"2021-05-23T06:41:00Z","torque_output":295,"freight_class":"moored"},"full_name":345,"tile":580.72,"start_date":true,"berth_slot":false}
extra_text_before
{ "type": "object", "properties": { "chapter": { "type": "integer" }, "ph_level": { "type": "object", "properties": { "yield_pct": { "type": "object", "properties": { "role": { "type": "integer" }, "altitude"...
Below is the JSON object: {"chapter":760,"ph_level":{"yield_pct":{"role":552,"log_level":"phone","published":828},"insurance_id":956,"phenotype":"2021-05-23T06:41:00Z","torque_output":295,"freight_class":"moored"},"full_name":345,"tile":580.72,"start_date":true,"berth_slot":false}
Output contains non-JSON text before the object
{"chapter":760,"ph_level":{"yield_pct":{"role":552,"log_level":"phone","published":828},"insurance_id":956,"phenotype":"2021-05-23T06:41:00Z","torque_output":295,"freight_class":"moored"},"full_name":345,"tile":580.72,"start_date":true,"berth_slot":false}
TASK repair_structured_output SPEC FIELD timezone TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD build_status TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD chromosome TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD title TYPE string VALUES synonymous|missense|non...
{"timezone":"pro","build_status":"closed","chromosome":"basic","title":"missense","user_id":"inactive","count":"This is a test value.","bed_number":"2021-07-05T00:34:00Z","temp_celsius":true}
trailing_comma
{ "type": "object", "properties": { "timezone": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "build_status": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
{"timezone":"pro","build_status":"closed","chromosome":"basic","title":"missense","user_id":"inactive","count":"This is a test value.","bed_number":"2021-07-05T00:34:00Z","temp_celsius":true,}
Unexpected trailing comma
{"timezone":"pro","build_status":"closed","chromosome":"basic","title":"missense","user_id":"inactive","count":"This is a test value.","bed_number":"2021-07-05T00:34:00Z","temp_celsius":true}
TASK repair_structured_output SPEC FIELD sensor_id TYPE integer REQUIRED yes FIELD url TYPE integer REQUIRED yes FIELD user_id TYPE integer REQUIRED no FIELD manifest_ref.wavelength TYPE string_date-time REQUIRED yes FIELD manifest_ref.category TYPE null REQUIRED yes FIELD manifest_ref.height TYPE string REQUIRED yes ...
{"sensor_id":331,"url":763,"user_id":510,"manifest_ref":{"wavelength":"2022-08-25T21:29:00Z","category":null,"height":"hello","turbidity":{"tax":232,"age":"unstable","half_life":489,"active":false,"phenotype":"level_3","maturity_date":"Alice"}}}
missing_required
{ "type": "object", "properties": { "sensor_id": { "type": "integer" }, "url": { "type": "integer" }, "user_id": { "type": "integer" }, "manifest_ref": { "type": "object", "properties": { "wavelength": { "type": "string", "format"...
{"sensor_id": 331, "url": 763, "user_id": 510}
Required field 'manifest_ref' is missing
{"sensor_id":331,"url":763,"user_id":510,"manifest_ref":{"wavelength":"2022-08-25T21:29:00Z","category":null,"height":"hello","turbidity":{"tax":232,"age":"unstable","half_life":489,"active":false,"phenotype":"level_3","maturity_date":"Alice"}}}
TASK repair_structured_output SPEC FIELD val_q83 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD col_n90 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD attr_w53 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT apply_discount(col_n90='blue', attr_w53='delivered...
{"col_n90":"blue","attr_w53":"delivered"}
tool_call_python_syntax
{ "type": "object", "properties": { "val_q83": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_n90": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ...
apply_discount(col_n90='blue', attr_w53='delivered')
Tool call uses Python syntax instead of JSON
{"col_n90":"blue","attr_w53":"delivered"}
TASK repair_structured_output SPEC FIELD umi TYPE boolean REQUIRED no FIELD barcode.loan_amount TYPE boolean REQUIRED yes FIELD barcode.isotope TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD barcode.last_name TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD phenotype TYPE boolean REQU...
{"umi":false,"barcode":{"loan_amount":true,"last_name":"in_transit"},"phenotype":true}
tool_call_partial_args
{ "type": "object", "properties": { "umi": { "type": "boolean" }, "barcode": { "type": "object", "properties": { "loan_amount": { "type": "boolean" }, "isotope": { "type": "string", "enum": [ "type_a", "type_...
Let me check the system. Action: process_payment Arguments: {"umi": false, "barcode": {"loan_amount": true, "last_name": "in_transit"}}
Agent tool call missing required parameter 'phenotype'
{"umi":false,"barcode":{"loan_amount":true,"last_name":"in_transit"},"phenotype":true}
TASK repair_structured_output SPEC FIELD full_name.vital_sign TYPE null REQUIRED no FIELD full_name.pressure_kpa TYPE integer REQUIRED no FIELD full_name.dissolved_oxygen TYPE string REQUIRED yes FIELD full_name.index TYPE string_email REQUIRED no FIELD full_name.wavelength TYPE integer REQUIRED no FIELD full_name.lab...
{"full_name":{"vital_sign":null,"dissolved_oxygen":"Johnson","index":"user@test.io","wavelength":800,"label":{"shift_code":null,"comments":149.01,"vessel_name":true},"total":"Diana"},"end_date":true,"currency":true,"frequency_hz":"MV-Evergreen-01","verified":{"first_name":"type_c","visible":665.35,"account_id":"sample"...
truncated_object
{ "type": "object", "properties": { "full_name": { "type": "object", "properties": { "vital_sign": { "type": "null" }, "pressure_kpa": { "type": "integer" }, "dissolved_oxygen": { "type": "string" }, "index": { ...
{"full_name":{"vital_sign":null,"dissolved_oxygen":"Johnson","index":"user@test.io","wavelength":800,"label":{"shift_code":null,"comments":149.01,"vessel_name":true},"total":"Diana"},"end_date":true,"currency":true,"frequency_hz":"MV-Evergreen-01","verified":{"first_name":"type_c","visible":665.35,"account_id":"sample"...
Unexpected end of JSON input — truncated object
{"full_name":{"vital_sign":null,"dissolved_oxygen":"Johnson","index":"user@test.io","wavelength":800,"label":{"shift_code":null,"comments":149.01,"vessel_name":true},"total":"Diana"},"end_date":true,"currency":true,"frequency_hz":"MV-Evergreen-01","verified":{"first_name":"type_c","visible":665.35,"account_id":"sample"...
TASK repair_structured_output SPEC FIELD prop_s50.prop_b91 TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD prop_s50.col_e52 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_s50.param_f24 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD prop_s50.key_o93 TYP...
{"prop_s50":{"prop_b91":"option_b","param_f24":"type_b","key_o93":"test@example.com","attr_s65":"bar"},"key_g50":false,"col_p08":"user@example.com","attr_i51":274}
extra_field
{ "type": "object", "properties": { "prop_s50": { "type": "object", "properties": { "prop_b91": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "col_e52": { "type": "string", ...
{"prop_s50": {"prop_b91": "option_b", "param_f24": "type_b", "key_o93": "test@example.com", "attr_s65": "bar"}, "key_g50": false, "col_p08": "user@example.com", "attr_i51": 274, "extra_value_4968": "unexpected"}
Unknown field 'extra_value_4968' not defined in schema
{"prop_s50":{"prop_b91":"option_b","param_f24":"type_b","key_o93":"test@example.com","attr_s65":"bar"},"key_g50":false,"col_p08":"user@example.com","attr_i51":274}
TASK repair_structured_output SPEC FIELD col_w47 TYPE string_email REQUIRED no FIELD key_x28 TYPE string REQUIRED yes FIELD field_g19[] TYPE string_date-time REQUIRED yes FIELD col_o60[].prop_r18 TYPE string REQUIRED yes FIELD col_o60[].col_k46 TYPE string REQUIRED no FIELD col_o60[].val_u20 TYPE string REQUIRED yes F...
{"col_w47":"info@example.com","key_x28":"Silva","field_g19":["2026-04-05T16:47:00Z"],"col_o60":[{"prop_r18":"demo","col_k46":"Bob","val_u20":"Tokyo","key_e57":["Santos"]},{"prop_r18":"This is a test value.","col_k46":"This is a test value.","val_u20":"John"}]}
tool_call_bad_format
{ "type": "object", "properties": { "col_w47": { "type": "string", "format": "email" }, "key_x28": { "type": "string" }, "field_g19": { "type": "array", "items": { "type": "string", "format": "date-time" } }, "col_o60": { "type": ...
<functioncall> create_order {col_w47: "info@example.com", key_x28: "Silva", field_g19: ["2026-04-05T16:47:00Z"], col_o60: [{prop_r18: "demo", col_k46: "Bob", val_u20: "Tokyo", key_e57: ["Santos"]}, {prop_r18: "This is a test value.", col_k46: "This is a test value.", val_u20: "John"}]}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_w47":"info@example.com","key_x28":"Silva","field_g19":["2026-04-05T16:47:00Z"],"col_o60":[{"prop_r18":"demo","col_k46":"Bob","val_u20":"Tokyo","key_e57":["Santos"]},{"prop_r18":"This is a test value.","col_k46":"This is a test value.","val_u20":"John"}]}
TASK repair_structured_output SPEC FIELD age TYPE string REQUIRED yes FIELD date TYPE boolean REQUIRED no FIELD half_life TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD pressure_kpa TYPE string REQUIRED no FIELD tax TYPE integer REQUIRED no FIELD conductivity TYPE string REQUIRED no FIELD opti...
{"age":"hello","date":true,"half_life":"heterozygous","tax":709,"options":"level_4","bed_number":"https://api.org/api"}
partial_structure
{ "type": "object", "properties": { "age": { "type": "string" }, "date": { "type": "boolean" }, "half_life": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "pressure_kpa": { "type": "string" },...
Based on the data, half_life is heterozygous. {"age":"hello","date":true,"half_life":"heterozygous","tax":709,"options":"level_4","bed_number":"https://api.org/api"}
Output mixes natural language with JSON
{"age":"hello","date":true,"half_life":"heterozygous","tax":709,"options":"level_4","bed_number":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD ward TYPE integer REQUIRED yes FIELD state TYPE string VALUES type_a|type_b REQUIRED yes FIELD subtotal.procedure_code TYPE string REQUIRED no FIELD subtotal.strand TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD subtotal.format TYPE null REQUIRED...
{"ward":974,"state":"type_a","subtotal":{"procedure_code":"Santos","strand":"maintenance","format":null,"compound":{"count":"level_1","description":916,"salinity":["cancelled","London","bar","A short description."]}},"consignee":"PASS"}
tool_call_python_syntax
{ "type": "object", "properties": { "ward": { "type": "integer" }, "state": { "type": "string", "enum": [ "type_a", "type_b" ] }, "subtotal": { "type": "object", "properties": { "procedure_code": { "type": "string" }, ...
process_payment(ward=974, state='type_a', subtotal={'procedure_code': 'Santos', 'strand': 'maintenance', 'format': None, 'compound': {'count': 'level_1', 'description': 916, 'salinity': ['cancelled', 'London', 'bar', 'A short description.']}}, consignee='PASS')
Tool call uses Python syntax instead of JSON
{"ward":974,"state":"type_a","subtotal":{"procedure_code":"Santos","strand":"maintenance","format":null,"compound":{"count":"level_1","description":916,"salinity":["cancelled","London","bar","A short description."]}},"consignee":"PASS"}
TASK repair_structured_output SPEC FIELD field_y51 TYPE string REQUIRED no FIELD col_e82 TYPE integer REQUIRED no FIELD col_f04 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD attr_n85 TYPE string VALUES type_a|type_b REQUIRED no FIELD prop_y18[] TYPE string VALUES cat_a|cat_b|cat_c REQUIR...
{"col_e82":11,"col_f04":"level_3","prop_y18":["cat_c","cat_a"]}
missing_brace
{ "type": "object", "properties": { "field_y51": { "type": "string" }, "col_e82": { "type": "integer" }, "col_f04": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "attr_n85": {...
{"col_e82":11,"col_f04":"level_3","prop_y18":["cat_c","cat_a"]
Missing closing brace
{"col_e82":11,"col_f04":"level_3","prop_y18":["cat_c","cat_a"]}
TASK repair_structured_output SPEC FIELD tax TYPE string REQUIRED yes FIELD language TYPE boolean REQUIRED yes FIELD step TYPE string_email REQUIRED no FIELD shipping TYPE string VALUES type_a|type_b REQUIRED no FIELD patient_id TYPE integer REQUIRED yes FIELD username TYPE number REQUIRED yes FIELD updated_at TYPE st...
{"tax":"Oliveira","language":false,"step":"info@example.com","patient_id":954,"username":993.06,"updated_at":"2026-01-07T06:27:00Z"}
missing_bracket
{ "type": "object", "properties": { "tax": { "type": "string" }, "language": { "type": "boolean" }, "step": { "type": "string", "format": "email" }, "shipping": { "type": "string", "enum": [ "type_a", "type_b" ] }, "patien...
{"tax":"Oliveira","language":false,"step":"info@example.com","patient_id":954,"username":993.06,"updated_at":"2026-01-07T06:27:00Z"}
Missing closing bracket
{"tax":"Oliveira","language":false,"step":"info@example.com","patient_id":954,"username":993.06,"updated_at":"2026-01-07T06:27:00Z"}
TASK repair_structured_output SPEC FIELD comments TYPE string_email REQUIRED no FIELD dissolved_oxygen TYPE string REQUIRED yes FIELD organism TYPE integer REQUIRED yes FIELD full_name TYPE boolean REQUIRED no FIELD interest_rate TYPE string REQUIRED no FIELD updated_at TYPE null REQUIRED no BROKEN_OUTPUT {"dissolved...
{"dissolved_oxygen":"demo","organism":455,"interest_rate":"Santos","updated_at":null}
extra_text_after
{ "type": "object", "properties": { "comments": { "type": "string", "format": "email" }, "dissolved_oxygen": { "type": "string" }, "organism": { "type": "integer" }, "full_name": { "type": "boolean" }, "interest_rate": { "type": "string" },...
{"dissolved_oxygen":"demo","organism":455,"interest_rate":"Santos","updated_at":null} Data logged successfully.
Output contains non-JSON text after the object
{"dissolved_oxygen":"demo","organism":455,"interest_rate":"Santos","updated_at":null}
TASK repair_structured_output SPEC FIELD updated_at TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD frequency_hz TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD status_code TYPE string VALUES draft|published|archived REQUIRED yes FIELD shift_code TYPE string REQUIRED no BROKEN_OUTPU...
{"frequency_hz":"coastal","status_code":"archived","shift_code":"cancelled"}
tool_call_wrong_param
{ "type": "object", "properties": { "updated_at": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "frequency_hz": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ...
Tool: schedule_meeting Params: {"frequency_hz": "coastal", "status_code": "archived", "shift_code": "cancelled"}
Agent used wrong parameter name 'updated_at_name' instead of 'updated_at'
{"frequency_hz":"coastal","status_code":"archived","shift_code":"cancelled"}
TASK repair_structured_output SPEC FIELD key_w32 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD col_n40 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_r30 TYPE string REQUIRED yes FIELD val_z89 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no BROKEN_OUTPUT...
{"key_w32":"blue","col_n40":"berthed","attr_r30":"https://example.com","val_z89":"returned"}
truncated_object
{ "type": "object", "properties": { "key_w32": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "col_n40": { "type": "string", "enum": [ "berthed", "anchored", "underway", "mo...
{"key_w32":"blue","col_n40":"berthed","attr_r30":"https://example.com","val_z89":"returned"
Unexpected end of JSON input — truncated object
{"key_w32":"blue","col_n40":"berthed","attr_r30":"https://example.com","val_z89":"returned"}
TASK repair_structured_output SPEC FIELD field_v73 TYPE boolean REQUIRED yes FIELD attr_b95.param_o53.field_i51 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_b95.param_o53.attr_c16 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_b95.param_o53.param_d30 TYPE number REQU...
{"field_v73":false,"attr_b95":{"param_o53":{"field_i51":"high","param_d30":799.57,"attr_x05":"https://example.com","field_s11":"heterozygous"},"val_c62":null,"param_m41":"anchored","attr_y03":"single"},"dim_m73":"This is a test value.","key_z31":"London","dim_c13":935}
wrong_type
{ "type": "object", "properties": { "field_v73": { "type": "boolean" }, "attr_b95": { "type": "object", "properties": { "param_o53": { "type": "object", "properties": { "field_i51": { "type": "string", "enum": [ ...
{"field_v73": false, "attr_b95": {"param_o53": {"field_i51": "high", "param_d30": 799.57, "attr_x05": "https://example.com", "field_s11": "heterozygous"}, "val_c62": null, "param_m41": "anchored", "attr_y03": "single"}, "dim_m73": "This is a test value.", "key_z31": "London", "dim_c13": "\"935\""}
Field 'dim_c13' must be integer, got string
{"field_v73":false,"attr_b95":{"param_o53":{"field_i51":"high","param_d30":799.57,"attr_x05":"https://example.com","field_s11":"heterozygous"},"val_c62":null,"param_m41":"anchored","attr_y03":"single"},"dim_m73":"This is a test value.","key_z31":"London","dim_c13":935}
TASK repair_structured_output SPEC FIELD param_q53 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_n68 TYPE integer REQUIRED no FIELD attr_z32 TYPE boolean REQUIRED no FIELD col_m42 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD dim_r51[] TYPE integer REQUIRED yes FIELD p...
{"param_q53":"inland","col_m42":"in_transit","dim_r51":[742,346,63],"prop_p14":[{"col_z33":"resolved","dim_p27":[552]},{"col_z33":"in_progress","col_j03":"Bob"}]}
trailing_comma
{ "type": "object", "properties": { "param_q53": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "val_n68": { "type": "integer" }, "attr_z32": { "type": "boolean" }, "col_m42": { "type": "stri...
{"param_q53":"inland","col_m42":"in_transit","dim_r51":[742,346,63,],"prop_p14":[{"col_z33":"resolved","dim_p27":[552]},{"col_z33":"in_progress","col_j03":"Bob"}]}
Unexpected trailing comma
{"param_q53":"inland","col_m42":"in_transit","dim_r51":[742,346,63],"prop_p14":[{"col_z33":"resolved","dim_p27":[552]},{"col_z33":"in_progress","col_j03":"Bob"}]}
TASK repair_structured_output SPEC FIELD date TYPE string_uri REQUIRED yes FIELD lane TYPE string REQUIRED yes FIELD duration_ms[] TYPE null REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"date":"https://www.io/data","lane":"user@domain.com",...
{"date":"https://www.io/data","lane":"user@domain.com","duration_ms":[null,null,null]}
thought_process
{ "type": "object", "properties": { "date": { "type": "string", "format": "uri" }, "lane": { "type": "string" }, "duration_ms": { "type": "array", "items": { "type": "null" } } }, "required": [ "duration_ms", "lane", "date" ] }
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"date":"https://www.io/data","lane":"user@domain.com","duration_ms":[null,null,null]}
Output contains chain-of-thought reasoning before JSON
{"date":"https://www.io/data","lane":"user@domain.com","duration_ms":[null,null,null]}
TASK repair_structured_output SPEC FIELD attr_s75 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD field_b27 TYPE boolean REQUIRED yes FIELD prop_y62 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"attr_s75":"option_a","field_b27":false,"prop_y62":true
{"attr_s75":"option_a","field_b27":false,"prop_y62":true}
missing_brace
{ "type": "object", "properties": { "attr_s75": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "field_b27": { "type": "boolean" }, "prop_y62": { "type": "boolean" } }, "required": [ "attr_s75", "field_b2...
{"attr_s75":"option_a","field_b27":false,"prop_y62":true
Missing closing brace
{"attr_s75":"option_a","field_b27":false,"prop_y62":true}
TASK repair_structured_output SPEC FIELD prop_y25 TYPE integer REQUIRED yes FIELD attr_w34 TYPE string VALUES single|married|divorced REQUIRED yes FIELD col_r18 TYPE number REQUIRED yes BROKEN_OUTPUT {"prop_y25": 454, "attr_w34": "married"}
{"prop_y25":454,"attr_w34":"married","col_r18":573.19}
missing_required
{ "type": "object", "properties": { "prop_y25": { "type": "integer" }, "attr_w34": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "col_r18": { "type": "number" } }, "required": [ "prop_y25", "attr_w34", ...
{"prop_y25": 454, "attr_w34": "married"}
Required field 'col_r18' is missing
{"prop_y25":454,"attr_w34":"married","col_r18":573.19}
TASK repair_structured_output SPEC FIELD dim_v50 TYPE integer REQUIRED no FIELD field_r33 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD field_l31.col_c67 TYPE integer REQUIRED yes FIELD field_l31.col_p46 TYPE string REQUIRED yes FIELD field_l31.param_j46 TYPE number REQUIRED yes FIELD ...
{"dim_v50":735,"field_r33":"maintenance","field_l31":{"col_c67":464,"col_p46":"2023-12-25","param_j46":585.51},"field_a87":585.13,"dim_u65":137,"key_q73":{"key_u13":"rejected","col_m63":"archived","dim_j42":"confirmed"},"key_n39":true}
markdown_explanation
{ "type": "object", "properties": { "dim_v50": { "type": "integer" }, "field_r33": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "field_l31": { "type": "object", "properties": { "...
The output is as follows: ```json {"dim_v50":735,"field_r33":"maintenance","field_l31":{"col_c67":464,"col_p46":"2023-12-25","param_j46":585.51},"field_a87":585.13,"dim_u65":137,"key_q73":{"key_u13":"rejected","col_m63":"archived","dim_j42":"confirmed"},"key_n39":true} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"dim_v50":735,"field_r33":"maintenance","field_l31":{"col_c67":464,"col_p46":"2023-12-25","param_j46":585.51},"field_a87":585.13,"dim_u65":137,"key_q73":{"key_u13":"rejected","col_m63":"archived","dim_j42":"confirmed"},"key_n39":true}
TASK repair_structured_output SPEC FIELD catalyst TYPE integer REQUIRED no FIELD bed_number TYPE string REQUIRED no FIELD cargo_type TYPE string REQUIRED no FIELD repository TYPE string_email REQUIRED yes BROKEN_OUTPUT get_inventory(bed_number='Santos', cargo_type='inactive', repository='admin@example.com')
{"bed_number":"Santos","cargo_type":"inactive","repository":"admin@example.com"}
tool_call_python_syntax
{ "type": "object", "properties": { "catalyst": { "type": "integer" }, "bed_number": { "type": "string" }, "cargo_type": { "type": "string" }, "repository": { "type": "string", "format": "email" } }, "required": [ "repository" ] }
get_inventory(bed_number='Santos', cargo_type='inactive', repository='admin@example.com')
Tool call uses Python syntax instead of JSON
{"bed_number":"Santos","cargo_type":"inactive","repository":"admin@example.com"}
TASK repair_structured_output SPEC FIELD param_u02 TYPE string_date-time REQUIRED yes FIELD key_c85 TYPE string REQUIRED no FIELD col_s98 TYPE boolean REQUIRED no FIELD dim_i36 TYPE string REQUIRED no FIELD key_n14 TYPE number REQUIRED yes FIELD param_c16 TYPE string_date-time REQUIRED no FIELD field_w17 TYPE string R...
{"param_u02":"2024-12-17T22:36:00Z","col_s98":false,"dim_i36":"bar","key_n14":349.38,"param_c16":"2021-03-08T05:49:00Z","field_w17":"Jane","val_b87":"user@domain.com"}
tool_call_wrong_param
{ "type": "object", "properties": { "param_u02": { "type": "string", "format": "date-time" }, "key_c85": { "type": "string" }, "col_s98": { "type": "boolean" }, "dim_i36": { "type": "string" }, "key_n14": { "type": "number" }, "param_c1...
Tool: calculate_price Params: {"param_u02": "2024-12-17T22:36:00Z", "col_s98": false, "dim_i36": "bar", "key_n14": 349.38, "field_w17": "Jane", "val_b87": "user@domain.com", "param_c162": "2021-03-08T05:49:00Z"}
Agent used wrong parameter name 'param_c162' instead of 'param_c16'
{"param_u02":"2024-12-17T22:36:00Z","col_s98":false,"dim_i36":"bar","key_n14":349.38,"param_c16":"2021-03-08T05:49:00Z","field_w17":"Jane","val_b87":"user@domain.com"}
TASK repair_structured_output SPEC FIELD altitude TYPE string REQUIRED yes FIELD shipper_ref TYPE integer REQUIRED yes FIELD trace_id TYPE integer REQUIRED no FIELD status TYPE string_uri REQUIRED yes FIELD quantity TYPE string REQUIRED yes BROKEN_OUTPUT {"altitude": "Diana", "shipper_ref": 54, "trace_id": 278, "stat...
{"altitude":"Diana","shipper_ref":54,"trace_id":278,"status":"https://example.io/v1","quantity":"GRCh38"}
null_required
{ "type": "object", "properties": { "altitude": { "type": "string" }, "shipper_ref": { "type": "integer" }, "trace_id": { "type": "integer" }, "status": { "type": "string", "format": "uri" }, "quantity": { "type": "string" } }, "require...
{"altitude": "Diana", "shipper_ref": 54, "trace_id": 278, "status": null, "quantity": "GRCh38"}
Required field 'status' is null
{"altitude":"Diana","shipper_ref":54,"trace_id":278,"status":"https://example.io/v1","quantity":"GRCh38"}
TASK repair_structured_output SPEC FIELD start_date TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD due_date TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD decay_rate TYPE string REQUIRED yes FIELD level TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD st...
{"start_date":"level_1","decay_rate":"pending","level":"level_2","status_code":{"position":false,"role":334,"latitude":"test@domain.org","frequency_hz":207,"dissolved_oxygen":811,"version":"option_c"},"username":{"coverage":{"yield_pct":"level_1","rating":"MV-Evergreen-01","full_name":574,"half_life":241.59,"catalyst":...
tool_call_wrong_param
{ "type": "object", "properties": { "start_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "due_date": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_...
Tool: delete_item Params: {"decay_rate": "pending", "level": "level_2", "status_code": {"position": false, "role": 334, "latitude": "test@domain.org", "frequency_hz": 207, "dissolved_oxygen": 811, "version": "option_c"}, "username": {"coverage": {"yield_pct": "level_1", "rating": "MV-Evergreen-01", "full_name": 574, "h...
Agent used wrong parameter name 'start_date_value' instead of 'start_date'
{"start_date":"level_1","decay_rate":"pending","level":"level_2","status_code":{"position":false,"role":334,"latitude":"test@domain.org","frequency_hz":207,"dissolved_oxygen":811,"version":"option_c"},"username":{"coverage":{"yield_pct":"level_1","rating":"MV-Evergreen-01","full_name":574,"half_life":241.59,"catalyst":...
TASK repair_structured_output SPEC FIELD param_s37 TYPE string REQUIRED yes FIELD prop_q21 TYPE string VALUES success|error|warning|info REQUIRED no FIELD attr_k48 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD param_w94 TYPE null REQUIRED yes BROKEN_OUTPUT {param_s37:"chr1",attr_k48:"pending",param_w9...
{"param_s37":"chr1","attr_k48":"pending","param_w94":null}
unquoted_keys
{ "type": "object", "properties": { "param_s37": { "type": "string" }, "prop_q21": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "attr_k48": { "type": "string", "enum": [ "active", "ina...
{param_s37:"chr1",attr_k48:"pending",param_w94:null}
Expecting property name enclosed in double quotes
{"param_s37":"chr1","attr_k48":"pending","param_w94":null}
TASK repair_structured_output SPEC FIELD run_id TYPE number REQUIRED yes FIELD website TYPE integer REQUIRED yes FIELD payment_status.chapter TYPE number REQUIRED yes FIELD payment_status.start_date TYPE string REQUIRED yes FIELD payment_status.address TYPE string VALUES new|in_transit|delivered|returned REQUIRED no F...
{"run_id":752.44,"website":363,"payment_status":{"chapter":566.81,"start_date":"This is a test value.","address":"returned","cargo_type":false,"crew_id":737.45,"voltage":957,"run_id":67}}
tool_call_python_syntax
{ "type": "object", "properties": { "run_id": { "type": "number" }, "website": { "type": "integer" }, "payment_status": { "type": "object", "properties": { "chapter": { "type": "number" }, "start_date": { "type": "string" ...
send_email(run_id=752.44, website=363, payment_status={'chapter': 566.81, 'start_date': 'This is a test value.', 'address': 'returned', 'cargo_type': False, 'crew_id': 737.45, 'voltage': 957, 'run_id': 67})
Tool call uses Python syntax instead of JSON
{"run_id":752.44,"website":363,"payment_status":{"chapter":566.81,"start_date":"This is a test value.","address":"returned","cargo_type":false,"crew_id":737.45,"voltage":957,"run_id":67}}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED no FIELD phenotype TYPE integer REQUIRED yes FIELD email TYPE number REQUIRED no FIELD state.version TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD state.width TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes F...
{"annotation":344,"phenotype":262,"email":180.18,"state":{"version":"high","width":"cat_d","trace_id":"chr1","weight":12,"maturity_date":"moored"},"manifest_ref":true,"tags":"QC-07"}
markdown_fences
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "phenotype": { "type": "integer" }, "email": { "type": "number" }, "state": { "type": "object", "properties": { "version": { "type": "string", "enum": [ ...
```json {"annotation":344,"phenotype":262,"email":180.18,"state":{"version":"high","width":"cat_d","trace_id":"chr1","weight":12,"maturity_date":"moored"},"manifest_ref":true,"tags":"QC-07"} ```
Output contains markdown code fences
{"annotation":344,"phenotype":262,"email":180.18,"state":{"version":"high","width":"cat_d","trace_id":"chr1","weight":12,"maturity_date":"moored"},"manifest_ref":true,"tags":"QC-07"}
TASK repair_structured_output SPEC FIELD lane TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD transaction_id TYPE integer REQUIRED no FIELD amplitude TYPE number REQUIRED yes FIELD dosage TYPE string REQUIRED no FIELD tags TYPE string VALUES mode_a|mode_b REQUIRED yes FIELD date TYPE integer REQUIRED no F...
{"lane":"level_1","transaction_id":799,"amplitude":474.67,"dosage":"Sao Paulo","tags":"mode_a","date":723,"department":{"credit_score":851}}
missing_brace
{ "type": "object", "properties": { "lane": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "transaction_id": { "type": "integer" }, "amplitude": { "type": "number" }, "dosage": { "type": "string" }, "...
{"lane":"level_1","transaction_id":799,"amplitude":474.67,"dosage":"Sao Paulo","tags":"mode_a","date":723,"department":{"credit_score":851}
Missing closing brace
{"lane":"level_1","transaction_id":799,"amplitude":474.67,"dosage":"Sao Paulo","tags":"mode_a","date":723,"department":{"credit_score":851}}
TASK repair_structured_output SPEC FIELD param_e96 TYPE string_uri REQUIRED no FIELD col_l39 TYPE number REQUIRED no FIELD attr_t94 TYPE number REQUIRED no FIELD attr_v82 TYPE string REQUIRED yes FIELD dim_p06 TYPE string REQUIRED yes FIELD prop_k20 TYPE string REQUIRED no FIELD prop_j84.field_i48 TYPE boolean REQUIRE...
{"param_e96":"https://data.io/api","col_l39":917.38,"attr_t94":505.91,"attr_v82":"MV-Evergreen-01","dim_p06":"Sao Paulo","prop_k20":"2023-12-25","prop_j84":{"field_i48":true,"val_j63":"Tokyo","dim_s51":693,"key_y89":false,"attr_h14":{"prop_l41":"cat_c","attr_w55":"chr1","dim_h39":"cat_e","prop_l21":"https://api.example...
tool_call_partial_args
{ "type": "object", "properties": { "param_e96": { "type": "string", "format": "uri" }, "col_l39": { "type": "number" }, "attr_t94": { "type": "number" }, "attr_v82": { "type": "string" }, "dim_p06": { "type": "string" }, "prop_k20": { ...
Let me check the system. Action: lookup_customer Arguments: {"param_e96": "https://data.io/api", "col_l39": 917.38, "attr_t94": 505.91, "attr_v82": "MV-Evergreen-01", "prop_k20": "2023-12-25", "prop_j84": {"field_i48": true, "val_j63": "Tokyo", "dim_s51": 693, "key_y89": false, "attr_h14": {"prop_l41": "cat_c", "attr_w...
Agent tool call missing required parameter 'dim_p06'
{"param_e96":"https://data.io/api","col_l39":917.38,"attr_t94":505.91,"attr_v82":"MV-Evergreen-01","dim_p06":"Sao Paulo","prop_k20":"2023-12-25","prop_j84":{"field_i48":true,"val_j63":"Tokyo","dim_s51":693,"key_y89":false,"attr_h14":{"prop_l41":"cat_c","attr_w55":"chr1","dim_h39":"cat_e","prop_l21":"https://api.example...
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD features TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD sensor_id TYPE string VALUES draft|published|archived REQUIRED no FIELD phenotype TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> get_weathe...
{"crew_id":"editor","features":"cat_c","sensor_id":"draft","phenotype":"Silva"}
tool_call_bad_format
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "features": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "sensor_id": { "type": ...
<functioncall> get_weather {crew_id: "editor", features: "cat_c", sensor_id: "draft", phenotype: "Silva"}
Tool call has malformed arguments — unquoted keys in function parameters
{"crew_id":"editor","features":"cat_c","sensor_id":"draft","phenotype":"Silva"}
TASK repair_structured_output SPEC FIELD id TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD brake_pressure TYPE string_email REQUIRED yes FIELD longitude TYPE boolean REQUIRED yes BROKEN_OUTPUT {id:"missense",brake_pressure:"ops@domain.org",longitude:false}
{"id":"missense","brake_pressure":"ops@domain.org","longitude":false}
unquoted_keys
{ "type": "object", "properties": { "id": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "brake_pressure": { "type": "string", "format": "email" }, "longitude": { "type": "boolean" } ...
{id:"missense",brake_pressure:"ops@domain.org",longitude:false}
Expecting property name enclosed in double quotes
{"id":"missense","brake_pressure":"ops@domain.org","longitude":false}
TASK repair_structured_output SPEC FIELD dim_c66 TYPE boolean REQUIRED yes FIELD attr_j44 TYPE string REQUIRED yes FIELD param_o79.val_o24 TYPE string REQUIRED no FIELD param_o79.key_u48 TYPE string REQUIRED yes FIELD param_o79.key_f91 TYPE string REQUIRED no FIELD param_o79.attr_j51 TYPE string REQUIRED yes FIELD par...
{"dim_c66":true,"attr_j44":"Silva","param_o79":{"val_o24":"Alice","key_u48":"Berlin","key_f91":"quux","attr_j51":"Bob","param_k58":870,"attr_k89":"Silva","key_m41":"world","col_p99":717.47}}
truncated_object
{ "type": "object", "properties": { "dim_c66": { "type": "boolean" }, "attr_j44": { "type": "string" }, "param_o79": { "type": "object", "properties": { "val_o24": { "type": "string" }, "key_u48": { "type": "string" }, ...
{"dim_c66":true,"attr_j44":"Silva","param_o79":{"val_o24":"Alice","key_u48":"Berlin","key_f91":"quux","attr_j51":"Bob","param_k58":870,"attr_k89":"Silva","key_m41":"world","col_p99":717.47}
Unexpected end of JSON input — truncated object
{"dim_c66":true,"attr_j44":"Silva","param_o79":{"val_o24":"Alice","key_u48":"Berlin","key_f91":"quux","attr_j51":"Bob","param_k58":870,"attr_k89":"Silva","key_m41":"world","col_p99":717.47}}
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD pressure_kpa TYPE integer REQUIRED yes FIELD cargo_type TYPE boolean REQUIRED yes BROKEN_OUTPUT {"branch":"black","pressure_kpa":495,"cargo_type":true,}
{"branch":"black","pressure_kpa":495,"cargo_type":true}
trailing_comma
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "pressure_kpa": { "type": "integer" }, "cargo_type": { "type": "boolean" } }, "required": [ ...
{"branch":"black","pressure_kpa":495,"cargo_type":true,}
Unexpected trailing comma
{"branch":"black","pressure_kpa":495,"cargo_type":true}
TASK repair_structured_output SPEC FIELD param_j51.key_w00 TYPE integer REQUIRED no FIELD param_j51.attr_l09 TYPE string REQUIRED no FIELD param_j51.col_q66.attr_z27 TYPE string REQUIRED yes FIELD param_j51.col_q66.attr_u04 TYPE null REQUIRED no FIELD param_j51.col_q66.param_a54 TYPE boolean REQUIRED no FIELD param_j5...
{"param_j51":{"attr_l09":"Johnson","col_q66":{"attr_z27":"example","param_a54":false,"dim_f66":924.93,"val_o89":249,"param_s02":"2020-08-06T19:57:00Z","attr_c77":549},"attr_k76":{"param_a83":212.02,"prop_m76":"2022-09-23T05:49:00Z","key_l02":"archived","prop_t34":false,"dim_p78":676.71,"attr_p14":556}},"val_p76":850,"v...
extra_text_after
{ "type": "object", "properties": { "param_j51": { "type": "object", "properties": { "key_w00": { "type": "integer" }, "attr_l09": { "type": "string" }, "col_q66": { "type": "object", "properties": { "attr_z2...
{"param_j51":{"attr_l09":"Johnson","col_q66":{"attr_z27":"example","param_a54":false,"dim_f66":924.93,"val_o89":249,"param_s02":"2020-08-06T19:57:00Z","attr_c77":549},"attr_k76":{"param_a83":212.02,"prop_m76":"2022-09-23T05:49:00Z","key_l02":"archived","prop_t34":false,"dim_p78":676.71,"attr_p14":556}},"val_p76":850,"v...
Output contains non-JSON text after the object
{"param_j51":{"attr_l09":"Johnson","col_q66":{"attr_z27":"example","param_a54":false,"dim_f66":924.93,"val_o89":249,"param_s02":"2020-08-06T19:57:00Z","attr_c77":549},"attr_k76":{"param_a83":212.02,"prop_m76":"2022-09-23T05:49:00Z","key_l02":"archived","prop_t34":false,"dim_p78":676.71,"attr_p14":556}},"val_p76":850,"v...
TASK repair_structured_output SPEC FIELD published.invoice_id TYPE string_uri REQUIRED no FIELD published.date TYPE number REQUIRED no FIELD published.language[] TYPE string REQUIRED yes FIELD berth_slot.height TYPE integer REQUIRED no FIELD berth_slot.url TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f R...
{"published":{"language":["qux","John"]},"berth_slot":{"url":"type_a","run_id":975.42,"batch_code":"cat_c"},"branch":"level_1","interest_rate":"A short description."}
agent_chain
{ "type": "object", "properties": { "published": { "type": "object", "properties": { "invoice_id": { "type": "string", "format": "uri" }, "date": { "type": "number" }, "language": { "type": "array", "items": { ...
Let me check the system. Action: query_port_status Result: {"published": {"language": ["qux", "John"]}, "berth_slot": {"url": "type_a", "run_id": 975.42, "batch_code": "cat_c"}, "branch": "level_1"} I'll query our database. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"published":{"language":["qux","John"]},"berth_slot":{"url":"type_a","run_id":975.42,"batch_code":"cat_c"},"branch":"level_1","interest_rate":"A short description."}
TASK repair_structured_output SPEC FIELD email TYPE integer REQUIRED no FIELD updated_at TYPE string_uri REQUIRED no FIELD trace_id TYPE number REQUIRED no FIELD dissolved_oxygen TYPE number REQUIRED no FIELD shipper_ref TYPE string_date-time REQUIRED yes FIELD quality_score TYPE number REQUIRED no FIELD turbidity TYP...
{"updated_at":"https://api.com/data","dissolved_oxygen":545.5,"shipper_ref":"2020-02-17T00:11:00Z","quality_score":866.93,"turbidity":274.51,"enabled":"white"}
wrong_type
{ "type": "object", "properties": { "email": { "type": "integer" }, "updated_at": { "type": "string", "format": "uri" }, "trace_id": { "type": "number" }, "dissolved_oxygen": { "type": "number" }, "shipper_ref": { "type": "string", "forma...
{"updated_at": "https://api.com/data", "dissolved_oxygen": 545.5, "shipper_ref": "2020-02-17T00:11:00Z", "quality_score": 866.93, "turbidity": "\"274.51\"", "enabled": "white"}
Field 'turbidity' must be number, got string
{"updated_at":"https://api.com/data","dissolved_oxygen":545.5,"shipper_ref":"2020-02-17T00:11:00Z","quality_score":866.93,"turbidity":274.51,"enabled":"white"}
TASK repair_structured_output SPEC FIELD barcode TYPE boolean REQUIRED no FIELD catalyst TYPE string VALUES low|medium|high|critical REQUIRED no FIELD subject TYPE string REQUIRED no FIELD label[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"catalyst":"medium","subject":"London","label":[219
{"catalyst":"medium","subject":"London","label":[219]}
truncated_array
{ "type": "object", "properties": { "barcode": { "type": "boolean" }, "catalyst": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "subject": { "type": "string" }, "label": { "type": "array", ...
{"catalyst":"medium","subject":"London","label":[219
Unexpected end of JSON input — truncated array
{"catalyst":"medium","subject":"London","label":[219]}
TASK repair_structured_output SPEC FIELD col_s60 TYPE boolean REQUIRED yes FIELD dim_w52 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD col_u83 TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT {'col_s60':false,'dim_w52':'email','col_u83':'editor'}
{"col_s60":false,"dim_w52":"email","col_u83":"editor"}
single_quotes
{ "type": "object", "properties": { "col_s60": { "type": "boolean" }, "dim_w52": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "col_u83": { "type": "string", "enum": [ "admin", "editor", ...
{'col_s60':false,'dim_w52':'email','col_u83':'editor'}
Expecting property name enclosed in double quotes
{"col_s60":false,"dim_w52":"email","col_u83":"editor"}
TASK repair_structured_output SPEC FIELD prop_o62 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD param_p85 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD prop_h55 TYPE string REQUIRED yes BROKEN_OUTPUT {'prop_o62':'free','param_p85':'info','prop_h55':'New York'}
{"prop_o62":"free","param_p85":"info","prop_h55":"New York"}
single_quotes
{ "type": "object", "properties": { "prop_o62": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "param_p85": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
{'prop_o62':'free','param_p85':'info','prop_h55':'New York'}
Expecting property name enclosed in double quotes
{"prop_o62":"free","param_p85":"info","prop_h55":"New York"}
TASK repair_structured_output SPEC FIELD patient_id TYPE string_email REQUIRED yes FIELD type TYPE string REQUIRED no FIELD category TYPE string REQUIRED no FIELD visible.consignee TYPE boolean REQUIRED no FIELD visible.step.role TYPE string_email REQUIRED no FIELD visible.step.id TYPE number REQUIRED yes FIELD visibl...
{"patient_id":"admin@test.io","type":"London","category":"2024-06-30","visible":{"consignee":true,"shift_code":"PASS","gene_id":"cat_d"},"filter_flag":"mode_b"}
missing_bracket
{ "type": "object", "properties": { "patient_id": { "type": "string", "format": "email" }, "type": { "type": "string" }, "category": { "type": "string" }, "visible": { "type": "object", "properties": { "consignee": { "type": "boolean"...
{"patient_id":"admin@test.io","type":"London","category":"2024-06-30","visible":{"consignee":true,"shift_code":"PASS","gene_id":"cat_d"},"filter_flag":"mode_b"}
Missing closing bracket
{"patient_id":"admin@test.io","type":"London","category":"2024-06-30","visible":{"consignee":true,"shift_code":"PASS","gene_id":"cat_d"},"filter_flag":"mode_b"}
TASK repair_structured_output SPEC FIELD compound.bearing TYPE integer REQUIRED no FIELD compound.barcode.humidity_pct TYPE string REQUIRED yes FIELD compound.barcode.paragraph TYPE boolean REQUIRED no FIELD compound.barcode.rating TYPE number REQUIRED no FIELD compound.barcode.due_date TYPE integer REQUIRED yes FIELD...
{"compound":{"bearing":786,"barcode":{"humidity_pct":"approved","paragraph":false,"due_date":94,"price":["Maria","Berlin","FWD"]},"collateral":{"terminal_id":428,"humidity_pct":"escalated","count":"enterprise"},"shipper_ref":{"product_id":665,"type":"Paris","comments":"Sao Paulo","half_life":"Sao Paulo"}},"maturity_dat...
tool_call_bad_format
{ "type": "object", "properties": { "compound": { "type": "object", "properties": { "bearing": { "type": "integer" }, "barcode": { "type": "object", "properties": { "humidity_pct": { "type": "string" }, ...
<functioncall> create_order {compound: {bearing: 786, barcode: {humidity_pct: "approved", paragraph: false, due_date: 94, price: ["Maria", "Berlin", "FWD"]}, collateral: {terminal_id: 428, humidity_pct: "escalated", count: "enterprise"}, shipper_ref: {product_id: 665, type: "Paris", comments: "Sao Paulo", half_life: "S...
Tool call has malformed arguments — unquoted keys in function parameters
{"compound":{"bearing":786,"barcode":{"humidity_pct":"approved","paragraph":false,"due_date":94,"price":["Maria","Berlin","FWD"]},"collateral":{"terminal_id":428,"humidity_pct":"escalated","count":"enterprise"},"shipper_ref":{"product_id":665,"type":"Paris","comments":"Sao Paulo","half_life":"Sao Paulo"}},"maturity_dat...
TASK repair_structured_output SPEC FIELD prop_p01 TYPE integer REQUIRED yes FIELD val_e12 TYPE integer REQUIRED yes FIELD param_x43 TYPE integer REQUIRED yes BROKEN_OUTPUT {"prop_p01": 171, "param_x43": 3}
{"prop_p01":171,"val_e12":182,"param_x43":3}
missing_required
{ "type": "object", "properties": { "prop_p01": { "type": "integer" }, "val_e12": { "type": "integer" }, "param_x43": { "type": "integer" } }, "required": [ "param_x43", "val_e12", "prop_p01" ] }
{"prop_p01": 171, "param_x43": 3}
Required field 'val_e12' is missing
{"prop_p01":171,"val_e12":182,"param_x43":3}
TASK repair_structured_output SPEC FIELD tax TYPE string REQUIRED yes FIELD manifest_ref TYPE integer REQUIRED yes FIELD discount TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no BROKEN_OUTPUT Let me check the system. Action: book_appointment Result: {"tax": "test@example.com", "manifest_re...
{"tax":"test@example.com","manifest_ref":848,"discount":"option_c"}
agent_chain
{ "type": "object", "properties": { "tax": { "type": "string" }, "manifest_ref": { "type": "integer" }, "discount": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] } }, "requi...
Let me check the system. Action: book_appointment Result: {"tax": "test@example.com", "manifest_ref": 848} I'll query our database. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"tax":"test@example.com","manifest_ref":848,"discount":"option_c"}
TASK repair_structured_output SPEC FIELD annotation TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD chapter TYPE integer REQUIRED yes FIELD priority TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD thumbnail[].step TYPE string_date-time REQUIRED no FIELD thumbnail[].collateral TYPE numb...
{"annotation":"delivered","chapter":477,"priority":"editor","thumbnail":[{"step":"2024-01-07T01:25:00Z","collateral":566.34,"state":"2026-05-26T13:27:00Z","port_code":125},{"step":"2026-07-11T13:04:00Z","collateral":335.96,"state":"2025-11-08T01:01:00Z","port_code":561,"humidity_pct":["editor","admin","editor","admin"]...
extra_text_after
{ "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "chapter": { "type": "integer" }, "priority": { "type": "string", "enum": [ "admin", ...
{"annotation":"delivered","chapter":477,"priority":"editor","thumbnail":[{"step":"2024-01-07T01:25:00Z","collateral":566.34,"state":"2026-05-26T13:27:00Z","port_code":125},{"step":"2026-07-11T13:04:00Z","collateral":335.96,"state":"2025-11-08T01:01:00Z","port_code":561,"humidity_pct":["editor","admin","editor","admin"]...
Output contains non-JSON text after the object
{"annotation":"delivered","chapter":477,"priority":"editor","thumbnail":[{"step":"2024-01-07T01:25:00Z","collateral":566.34,"state":"2026-05-26T13:27:00Z","port_code":125},{"step":"2026-07-11T13:04:00Z","collateral":335.96,"state":"2025-11-08T01:01:00Z","port_code":561,"humidity_pct":["editor","admin","editor","admin"]...
TASK repair_structured_output SPEC FIELD key_t40 TYPE string VALUES active|inactive|pending REQUIRED no FIELD dim_z30 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_l18 TYPE string_date-time REQUIRED yes FIELD col_e00 TYPE number REQUIRED no FIELD prop_v91 TYPE boolean REQUIRED no BROKEN_OUTPUT {"dim_z...
{"dim_z30":"email","key_l18":"2022-04-20T17:39:00Z","col_e00":431.81,"prop_v91":false}
truncated_array
{ "type": "object", "properties": { "key_t40": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "dim_z30": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "key_l18": {...
{"dim_z30":"email","key_l18":"2022-04-20T17:39:00Z","col_e00":431.81,"prop_v91":false
Unexpected end of JSON input — truncated object
{"dim_z30":"email","key_l18":"2022-04-20T17:39:00Z","col_e00":431.81,"prop_v91":false}
TASK repair_structured_output SPEC FIELD user_id TYPE string REQUIRED yes FIELD temp_celsius TYPE string VALUES admin|editor|viewer REQUIRED no FIELD berth_slot TYPE string REQUIRED no FIELD item_id TYPE string REQUIRED yes FIELD options.step TYPE integer REQUIRED yes FIELD options.repository TYPE number REQUIRED no F...
{"user_id":"London","item_id":"approved","options":{"step":939,"repository":356.02,"aligned_pct":true,"currency":303,"half_life":"https://data.io/api","items":false}}
truncated_object
{ "type": "object", "properties": { "user_id": { "type": "string" }, "temp_celsius": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "berth_slot": { "type": "string" }, "item_id": { "type": "string" }, "op...
{"user_id":"London","item_id":"approved","options":{"step":939,"repository":356.02,"aligned_pct":true,"currency":303,"half_life":"https://data.io/api","items":false}
Unexpected end of JSON input — truncated object
{"user_id":"London","item_id":"approved","options":{"step":939,"repository":356.02,"aligned_pct":true,"currency":303,"half_life":"https://data.io/api","items":false}}
TASK repair_structured_output SPEC FIELD attr_y85 TYPE boolean REQUIRED no FIELD key_f02 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD val_n85 TYPE integer REQUIRED yes FIELD attr_z90 TYPE integer REQUIRED no FIELD key_h83.param_d68 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD key_...
{"attr_y85":true,"key_f02":"medium","val_n85":798,"attr_z90":253,"key_h83":{"param_d68":"level_3","param_n30":"level_3","key_x24":"cat_d","key_b55":true,"dim_i79":"REV"},"dim_j48":730.64}
null_required
{ "type": "object", "properties": { "attr_y85": { "type": "boolean" }, "key_f02": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "val_n85": { "type": "integer" }, "attr_z90": { "type": "integer" ...
{"attr_y85": true, "key_f02": "medium", "val_n85": null, "attr_z90": 253, "key_h83": {"param_d68": "level_3", "param_n30": "level_3", "key_x24": "cat_d", "key_b55": true, "dim_i79": "REV"}, "dim_j48": 730.64}
Required field 'val_n85' is null
{"attr_y85":true,"key_f02":"medium","val_n85":798,"attr_z90":253,"key_h83":{"param_d68":"level_3","param_n30":"level_3","key_x24":"cat_d","key_b55":true,"dim_i79":"REV"},"dim_j48":730.64}
TASK repair_structured_output SPEC FIELD enabled TYPE string REQUIRED yes FIELD priority TYPE integer REQUIRED yes FIELD category TYPE string REQUIRED no FIELD longitude.strand TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD longitude.decay_rate TYPE string REQUIRED yes FIELD longitude.patient_id TYPE strin...
{"enabled":"Johnson","priority":112,"category":"test","longitude":{"strand":"type_c","decay_rate":"Johnson","patient_id":"https://www.io/v1","manifest_ref":{"lane":648,"shipper_ref":25,"loan_amount":"https://api.io/v1"},"coverage":199.28}}
tool_call_text_mix
{ "type": "object", "properties": { "enabled": { "type": "string" }, "priority": { "type": "integer" }, "category": { "type": "string" }, "longitude": { "type": "object", "properties": { "strand": { "type": "string", "enum": [ ...
Let me check the system. <tool_call name="annotate_mutation"> {"enabled":"Johnson","priority":112,"category":"test","longitude":{"strand":"type_c","decay_rate":"Johnson","patient_id":"https://www.io/v1","manifest_ref":{"lane":648,"shipper_ref":25,"loan_amount":"https://api.io/v1"},"coverage":199.28}} </tool_call.
Agent response mixes reasoning text with tool call
{"enabled":"Johnson","priority":112,"category":"test","longitude":{"strand":"type_c","decay_rate":"Johnson","patient_id":"https://www.io/v1","manifest_ref":{"lane":648,"shipper_ref":25,"loan_amount":"https://api.io/v1"},"coverage":199.28}}
TASK repair_structured_output SPEC FIELD col_q10 TYPE string VALUES draft|published|archived REQUIRED no FIELD col_u35 TYPE number REQUIRED yes FIELD col_r85 TYPE integer REQUIRED no FIELD param_o19 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD field_x17 TYPE string REQUIRED yes FIEL...
{"col_q10":"draft","col_u35":883.04,"param_o19":"pending_review","field_x17":"2023-12-25","prop_b79":"https://api.example.com/v1"}
null_required
{ "type": "object", "properties": { "col_q10": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "col_u35": { "type": "number" }, "col_r85": { "type": "integer" }, "param_o19": { "type": "string", "enum":...
{"col_q10": "draft", "col_u35": 883.04, "param_o19": "pending_review", "field_x17": null, "prop_b79": "https://api.example.com/v1"}
Required field 'field_x17' is null
{"col_q10":"draft","col_u35":883.04,"param_o19":"pending_review","field_x17":"2023-12-25","prop_b79":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD field_y25 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD val_k05 TYPE integer REQUIRED yes FIELD attr_d69 TYPE string REQUIRED no FIELD attr_w40 TYPE string REQUIRED yes FIELD attr_g59.prop_j63 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_g59.pr...
{"field_y25":"admin","val_k05":93,"attr_d69":"Smith","attr_w40":"Tokyo","attr_g59":{"prop_d59":"Paris","key_i31":"escalated","prop_w66":"https://example.com","field_m87":598.25,"val_a82":608,"attr_o08":false},"dim_w25":true,"field_x92":{"prop_m00":14,"key_o07":"confirmed","field_c04":"New York","attr_h98":"QC-07","para...
null_required
{ "type": "object", "properties": { "field_y25": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "val_k05": { "type": "integer" }, "attr_d69": { "type": "string" }, "attr_w40": { "type": "string" }, "attr_...
{"field_y25": null, "val_k05": 93, "attr_d69": "Smith", "attr_w40": "Tokyo", "attr_g59": {"prop_d59": "Paris", "key_i31": "escalated", "prop_w66": "https://example.com", "field_m87": 598.25, "val_a82": 608, "attr_o08": false}, "dim_w25": true, "field_x92": {"prop_m00": 14, "key_o07": "confirmed", "field_c04": "New York...
Required field 'field_y25' is null
{"field_y25":"admin","val_k05":93,"attr_d69":"Smith","attr_w40":"Tokyo","attr_g59":{"prop_d59":"Paris","key_i31":"escalated","prop_w66":"https://example.com","field_m87":598.25,"val_a82":608,"attr_o08":false},"dim_w25":true,"field_x92":{"prop_m00":14,"key_o07":"confirmed","field_c04":"New York","attr_h98":"QC-07","para...
TASK repair_structured_output SPEC FIELD phone TYPE string REQUIRED no FIELD chapter TYPE number REQUIRED no FIELD amount TYPE string REQUIRED yes FIELD date.torque_output TYPE boolean REQUIRED no FIELD date.description TYPE string REQUIRED yes FIELD date.consignee TYPE string REQUIRED no FIELD date.coverage TYPE stri...
{"phone":"Diana","amount":"Alice","date":{"torque_output":false,"description":"demo","coverage":"Santos","visible":true,"section":null},"temp_celsius":true}
unquoted_keys
{ "type": "object", "properties": { "phone": { "type": "string" }, "chapter": { "type": "number" }, "amount": { "type": "string" }, "date": { "type": "object", "properties": { "torque_output": { "type": "boolean" }, "descrip...
{phone:"Diana",amount:"Alice",date:{torque_output:false,description:"demo",coverage:"Santos",visible:true,section:null},temp_celsius:true}
Expecting property name enclosed in double quotes
{"phone":"Diana","amount":"Alice","date":{"torque_output":false,"description":"demo","coverage":"Santos","visible":true,"section":null},"temp_celsius":true}
TASK repair_structured_output SPEC FIELD col_o97.attr_j96 TYPE number REQUIRED no FIELD col_o97.col_q95 TYPE boolean REQUIRED no FIELD col_o97.param_b09 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD col_o97.col_v87 TYPE boolean REQUIRED yes FIELD col_o97.col_r80 TYPE string REQUIRED no FIELD ...
{"col_o97":{"attr_j96":357.81,"col_v87":false,"col_r80":"Sao Paulo"},"field_a42":270.6,"val_x56":{"param_b62":null,"prop_z06":"Oliveira","field_j82":{"field_k11":"warning","col_q65":"https://data.org/api","val_a87":"JPY"}}}
partial_structure
{ "type": "object", "properties": { "col_o97": { "type": "object", "properties": { "attr_j96": { "type": "number" }, "col_q95": { "type": "boolean" }, "param_b09": { "type": "string", "enum": [ "homozygous", ...
Result: field_a42=270.6, {"col_o97":{"attr_j96":357.81,"col_v87":false,"col_r80":"Sao Paulo"},"field_a42":270.6,"val_x56":{"param_b62":null,"prop_z06":"Oliveira","field_j82":{"field_k11":"warning","col_q65":"https://data.org/api","val_a87":"JPY"}}}
Output mixes natural language with JSON
{"col_o97":{"attr_j96":357.81,"col_v87":false,"col_r80":"Sao Paulo"},"field_a42":270.6,"val_x56":{"param_b62":null,"prop_z06":"Oliveira","field_j82":{"field_k11":"warning","col_q65":"https://data.org/api","val_a87":"JPY"}}}
TASK repair_structured_output SPEC FIELD val_z79 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD field_r89 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD dim_b05 TYPE string_date-time REQUIRED yes FIELD field_n30 TYPE string VALUES cat_a|cat_b REQUIRED no BROKEN_OUTPUT ...
{"val_z79":"type_d","field_r89":"missense","dim_b05":"2022-02-04T10:27:00Z"}
partial_structure
{ "type": "object", "properties": { "val_z79": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "field_r89": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "framesh...
Based on the data, dim_b05 is 2022-02-04T10:27:00Z. {"val_z79":"type_d","field_r89":"missense","dim_b05":"2022-02-04T10:27:00Z"}
Output mixes natural language with JSON
{"val_z79":"type_d","field_r89":"missense","dim_b05":"2022-02-04T10:27:00Z"}
TASK repair_structured_output SPEC FIELD status_code TYPE boolean REQUIRED yes FIELD bill_of_lading.name TYPE string REQUIRED no FIELD bill_of_lading.thumbnail TYPE string REQUIRED no FIELD bill_of_lading.diagnosis_code TYPE string REQUIRED no FIELD bill_of_lading.color TYPE string VALUES free|basic|pro|enterprise REQ...
{"status_code":false,"bill_of_lading":{"name":"Luis","color":"enterprise","visible":"baz","dissolved_oxygen":{"subject":312,"color":201,"run_id":"warning","chapter":null}},"longitude":true,"weight":{"width":true,"section":{"image_url":93,"discount":980,"visible":947},"filter_flag":{"status_code":892,"lane":"operational...
tool_call_python_syntax
{ "type": "object", "properties": { "status_code": { "type": "boolean" }, "bill_of_lading": { "type": "object", "properties": { "name": { "type": "string" }, "thumbnail": { "type": "string" }, "diagnosis_code": { "ty...
read_sensor_array(status_code=False, bill_of_lading={'name': 'Luis', 'color': 'enterprise', 'visible': 'baz', 'dissolved_oxygen': {'subject': 312, 'color': 201, 'run_id': 'warning', 'chapter': None}}, longitude=True, weight={'width': True, 'section': {'image_url': 93, 'discount': 980, 'visible': 947}, 'filter_flag': {'...
Tool call uses Python syntax instead of JSON
{"status_code":false,"bill_of_lading":{"name":"Luis","color":"enterprise","visible":"baz","dissolved_oxygen":{"subject":312,"color":201,"run_id":"warning","chapter":null}},"longitude":true,"weight":{"width":true,"section":{"image_url":93,"discount":980,"visible":947},"filter_flag":{"status_code":892,"lane":"operational...
TASK repair_structured_output SPEC FIELD subtotal TYPE number REQUIRED no FIELD description TYPE string_email REQUIRED no FIELD gene_id TYPE boolean REQUIRED yes FIELD language TYPE string REQUIRED yes FIELD manifest_ref TYPE string_uri REQUIRED no FIELD account_id TYPE number REQUIRED no BROKEN_OUTPUT {"gene_id": tr...
{"gene_id":true,"language":"FWD","account_id":373.41}
extra_field
{ "type": "object", "properties": { "subtotal": { "type": "number" }, "description": { "type": "string", "format": "email" }, "gene_id": { "type": "boolean" }, "language": { "type": "string" }, "manifest_ref": { "type": "string", "format"...
{"gene_id": true, "language": "FWD", "account_id": 373.41, "extra_info_2218": true}
Unknown field 'extra_info_2218' not defined in schema
{"gene_id":true,"language":"FWD","account_id":373.41}
TASK repair_structured_output SPEC FIELD col_y05 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes FIELD prop_z28 TYPE string VALUES type_a|type_b REQUIRED yes FIELD key_n77 TYPE integer REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: query_port_status Arguments: {"prop_z28...
{"col_y05":"type_a","prop_z28":"type_a","key_n77":385}
tool_call_partial_args
{ "type": "object", "properties": { "col_y05": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "prop_z28": { "type": "string", "enum": [ "type_a", "type_b" ] }, "key_n7...
I need to look up the information first. Action: query_port_status Arguments: {"prop_z28": "type_a", "key_n77": 385}
Agent tool call missing required parameter 'col_y05'
{"col_y05":"type_a","prop_z28":"type_a","key_n77":385}
TASK repair_structured_output SPEC FIELD key_z26 TYPE number REQUIRED no FIELD key_e19 TYPE number REQUIRED yes FIELD prop_u05 TYPE string REQUIRED no FIELD field_b35.field_m77 TYPE string REQUIRED no FIELD field_b35.prop_e53 TYPE string REQUIRED yes FIELD field_b35.param_a59 TYPE string VALUES cat_a|cat_b|cat_c|cat_d...
{"key_z26":530.07,"key_e19":746.43,"prop_u05":"test@example.com","dim_s40":{"param_w74":"user@domain.com","col_c51":"high"}}
wrong_type
{ "type": "object", "properties": { "key_z26": { "type": "number" }, "key_e19": { "type": "number" }, "prop_u05": { "type": "string" }, "field_b35": { "type": "object", "properties": { "field_m77": { "type": "string" }, "pro...
{"key_z26": "\"530.07\"", "key_e19": 746.43, "prop_u05": "test@example.com", "dim_s40": {"param_w74": "user@domain.com", "col_c51": "high"}}
Field 'key_z26' must be number, got string
{"key_z26":530.07,"key_e19":746.43,"prop_u05":"test@example.com","dim_s40":{"param_w74":"user@domain.com","col_c51":"high"}}
TASK repair_structured_output SPEC FIELD val_s23 TYPE string REQUIRED yes FIELD key_q80 TYPE string_uri REQUIRED yes FIELD val_p71.field_n64 TYPE number REQUIRED no FIELD val_p71.key_q49.param_e44 TYPE number REQUIRED no FIELD val_p71.key_q49.prop_t89 TYPE number REQUIRED yes FIELD val_p71.key_q49.field_k87 TYPE strin...
{"val_s23":"inactive","key_q80":"https://data.com/api","val_p71":{"key_q49":{"prop_t89":613.76,"field_k87":"approved","attr_e93":"user@test.io"},"dim_q78":false},"field_j95":true,"key_e12":222}
partial_structure
{ "type": "object", "properties": { "val_s23": { "type": "string" }, "key_q80": { "type": "string", "format": "uri" }, "val_p71": { "type": "object", "properties": { "field_n64": { "type": "number" }, "key_q49": { "type": ...
The val_s23 is inactive and {"val_s23":"inactive","key_q80":"https://data.com/api","val_p71":{"key_q49":{"prop_t89":613.76,"field_k87":"approved","attr_e93":"user@test.io"},"dim_q78":false},"field_j95":true,"key_e12":222}
Output mixes natural language with JSON
{"val_s23":"inactive","key_q80":"https://data.com/api","val_p71":{"key_q49":{"prop_t89":613.76,"field_k87":"approved","attr_e93":"user@test.io"},"dim_q78":false},"field_j95":true,"key_e12":222}