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 col_n27 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD param_x68 TYPE integer REQUIRED no FIELD col_b50 TYPE string REQUIRED no BROKEN_OUTPUT transfer_call(col_n27='inland', param_x68=383, col_b50='baz')
{"col_n27":"inland","param_x68":383,"col_b50":"baz"}
tool_call_python_syntax
{ "type": "object", "properties": { "col_n27": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "param_x68": { "type": "integer" }, "col_b50": { "type": "string" } }, "required": [ "col_n27" ] ...
transfer_call(col_n27='inland', param_x68=383, col_b50='baz')
Tool call uses Python syntax instead of JSON
{"col_n27":"inland","param_x68":383,"col_b50":"baz"}
TASK repair_structured_output SPEC FIELD attr_i99 TYPE integer REQUIRED no FIELD dim_l29.key_t83 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD dim_l29.key_p81 TYPE integer REQUIRED no FIELD dim_l29.dim_p77 TYPE number REQUIRED no FIELD dim_l29.field_v50.attr_o10 TYPE boolean REQUIRED ye...
{"dim_l29":{"key_t83":"level_2","key_p81":884,"dim_p77":668.35,"field_v50":{"attr_o10":true,"dim_k02":"qux","dim_x84":910,"prop_l73":[null,null,null,null]}},"val_s02":"completed","dim_z45":"2026-12-28T15:26:00Z","attr_a57":false}
truncated_object
{ "type": "object", "properties": { "attr_i99": { "type": "integer" }, "dim_l29": { "type": "object", "properties": { "key_t83": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", ...
{"dim_l29":{"key_t83":"level_2","key_p81":884,"dim_p77":668.35,"field_v50":{"attr_o10":true,"dim_k02":"qux","dim_x84":910,"prop_l73":[null,null,null,null]}},"val_s02":"completed","dim_z45":"2026-12-28T15:26:00Z","attr_a57":false
Unexpected end of JSON input — truncated object
{"dim_l29":{"key_t83":"level_2","key_p81":884,"dim_p77":668.35,"field_v50":{"attr_o10":true,"dim_k02":"qux","dim_x84":910,"prop_l73":[null,null,null,null]}},"val_s02":"completed","dim_z45":"2026-12-28T15:26:00Z","attr_a57":false}
TASK repair_structured_output SPEC FIELD attr_x19 TYPE string REQUIRED no FIELD key_a29 TYPE string_date-time REQUIRED no FIELD param_z55 TYPE string REQUIRED no FIELD field_p18 TYPE string REQUIRED yes FIELD val_h33.attr_j20 TYPE string REQUIRED yes FIELD val_h33.key_r82 TYPE null REQUIRED yes FIELD val_h33.field_h59...
{"attr_x19":"PASS","field_p18":"sample","col_n11":{"prop_u81":"world","val_b82":"2023-12-25","field_r72":{"col_e13":false,"col_g41":109,"param_e79":[true,true]},"field_s59":{"attr_z25":"https://example.io/api","attr_u71":962,"field_s90":804,"prop_y84":"Hapag-Lloyd-Express"}}}
thought_process
{ "type": "object", "properties": { "attr_x19": { "type": "string" }, "key_a29": { "type": "string", "format": "date-time" }, "param_z55": { "type": "string" }, "field_p18": { "type": "string" }, "val_h33": { "type": "object", "properties...
Processing the request now. I'll validate against the schema. {"attr_x19":"PASS","field_p18":"sample","col_n11":{"prop_u81":"world","val_b82":"2023-12-25","field_r72":{"col_e13":false,"col_g41":109,"param_e79":[true,true]},"field_s59":{"attr_z25":"https://example.io/api","attr_u71":962,"field_s90":804,"prop_y84":"Hapa...
Output contains chain-of-thought reasoning before JSON
{"attr_x19":"PASS","field_p18":"sample","col_n11":{"prop_u81":"world","val_b82":"2023-12-25","field_r72":{"col_e13":false,"col_g41":109,"param_e79":[true,true]},"field_s59":{"attr_z25":"https://example.io/api","attr_u71":962,"field_s90":804,"prop_y84":"Hapag-Lloyd-Express"}}}
TASK repair_structured_output SPEC FIELD col_k23 TYPE integer REQUIRED no FIELD attr_g73 TYPE string_email REQUIRED yes FIELD val_s83 TYPE string_email REQUIRED yes FIELD attr_p46 TYPE string REQUIRED yes FIELD key_s27.key_h57 TYPE integer REQUIRED yes FIELD key_s27.param_t42 TYPE number REQUIRED yes FIELD key_s27.pro...
{"col_k23":409,"attr_g73":"info@example.com","val_s83":"test@domain.org","attr_p46":"https://example.com","key_s27":{"key_h57":73,"param_t42":749.51,"prop_u74":false,"param_n41":"A short description.","dim_u90":"Silva"}}
markdown_explanation
{ "type": "object", "properties": { "col_k23": { "type": "integer" }, "attr_g73": { "type": "string", "format": "email" }, "val_s83": { "type": "string", "format": "email" }, "attr_p46": { "type": "string" }, "key_s27": { "type": "object"...
Sure, here's the result: ```json {"col_k23":409,"attr_g73":"info@example.com","val_s83":"test@domain.org","attr_p46":"https://example.com","key_s27":{"key_h57":73,"param_t42":749.51,"prop_u74":false,"param_n41":"A short description.","dim_u90":"Silva"}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"col_k23":409,"attr_g73":"info@example.com","val_s83":"test@domain.org","attr_p46":"https://example.com","key_s27":{"key_h57":73,"param_t42":749.51,"prop_u74":false,"param_n41":"A short description.","dim_u90":"Silva"}}
TASK repair_structured_output SPEC FIELD status TYPE string REQUIRED yes FIELD size TYPE number REQUIRED no FIELD section TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD fleet_number TYPE string REQUIRED yes FIELD created_at TYPE boolean REQUIRED no BROKEN_OUTPUT Processing the request now. <tool_call name=...
{"status":"2024-01-15","size":252.72,"section":"viewer","fleet_number":"qux"}
tool_call_text_mix
{ "type": "object", "properties": { "status": { "type": "string" }, "size": { "type": "number" }, "section": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "fleet_number": { "type": "string" }, "created_a...
Processing the request now. <tool_call name="query_port_status"> {"status":"2024-01-15","size":252.72,"section":"viewer","fleet_number":"qux"} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"status":"2024-01-15","size":252.72,"section":"viewer","fleet_number":"qux"}
TASK repair_structured_output SPEC FIELD dim_d92 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD prop_q41 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD attr_g28 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD key_g21 TYPE integer REQUIRED no FIELD key_v75 TYPE string...
{"prop_q41":"cat_c","attr_g28":"cat_b"}
partial_structure
{ "type": "object", "properties": { "dim_d92": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "prop_q41": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, ...
I found that prop_q41 should be cat_c. {"prop_q41":"cat_c","attr_g28":"cat_b"}
Output mixes natural language with JSON
{"prop_q41":"cat_c","attr_g28":"cat_b"}
TASK repair_structured_output SPEC FIELD updated_at TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD vessel_name TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD weight TYPE boolean REQUIRED yes BROKEN_OUTPUT Here's the structured output: {"vessel_name":"arctic","weight":true}
{"vessel_name":"arctic","weight":true}
extra_text_before
{ "type": "object", "properties": { "updated_at": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "vessel_name": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "ar...
Here's the structured output: {"vessel_name":"arctic","weight":true}
Output contains non-JSON text before the object
{"vessel_name":"arctic","weight":true}
TASK repair_structured_output SPEC FIELD published TYPE null REQUIRED no FIELD zip_code TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD id TYPE integer REQUIRED yes FIELD amplitude[].subject TYPE string VALUES email|phone|sms|push REQUIRED no FIELD amplitude[].height TYPE number REQUIRED no FIELD amplitude[]...
{"published":null,"zip_code":"BRL","id":91,"amplitude":[{"height":308.79,"timezone":"Santos","bed_number":"2020-07-10T15:18:00Z","verified":"foo","batch_code":45,"position":835}]}
unquoted_keys
{ "type": "object", "properties": { "published": { "type": "null" }, "zip_code": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "id": { "type": "integer" }, "amplitude": { "type": "array", ...
{published:null,zip_code:"BRL",id:91,amplitude:[{height:308.79,timezone:"Santos",bed_number:"2020-07-10T15:18:00Z",verified:"foo",batch_code:45,position:835}]}
Expecting property name enclosed in double quotes
{"published":null,"zip_code":"BRL","id":91,"amplitude":[{"height":308.79,"timezone":"Santos","bed_number":"2020-07-10T15:18:00Z","verified":"foo","batch_code":45,"position":835}]}
TASK repair_structured_output SPEC FIELD col_s35 TYPE integer REQUIRED no FIELD key_f93 TYPE string REQUIRED yes FIELD val_f74 TYPE number REQUIRED yes FIELD field_v19 TYPE number REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: create_ticket Arguments: {"col_s35": 585, "key_f93": "PASS", "field_v19": 622....
{"col_s35":585,"key_f93":"PASS","val_f74":902.34,"field_v19":622.18}
tool_call_partial_args
{ "type": "object", "properties": { "col_s35": { "type": "integer" }, "key_f93": { "type": "string" }, "val_f74": { "type": "number" }, "field_v19": { "type": "number" } }, "required": [ "field_v19", "val_f74", "key_f93" ] }
Let me check the system. Action: create_ticket Arguments: {"col_s35": 585, "key_f93": "PASS", "field_v19": 622.18}
Agent tool call missing required parameter 'val_f74'
{"col_s35":585,"key_f93":"PASS","val_f74":902.34,"field_v19":622.18}
TASK repair_structured_output SPEC FIELD val_a46 TYPE integer REQUIRED yes FIELD col_e19 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD field_w58 TYPE string REQUIRED yes FIELD attr_z81 TYPE string REQUIRED yes FIELD attr_r98 TYPE string REQUIRED yes BROKEN_OUTPUT {"val_a46":484,"col_e19":"o...
{"val_a46":484,"col_e19":"option_b","field_w58":"foo","attr_z81":"Alice","attr_r98":"Paris"}
trailing_comma
{ "type": "object", "properties": { "val_a46": { "type": "integer" }, "col_e19": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "field_w58": { "type": "string" }, "attr_z81": { "type": ...
{"val_a46":484,"col_e19":"option_b","field_w58":"foo","attr_z81":"Alice","attr_r98":"Paris",}
Unexpected trailing comma
{"val_a46":484,"col_e19":"option_b","field_w58":"foo","attr_z81":"Alice","attr_r98":"Paris"}
TASK repair_structured_output SPEC FIELD attr_j06 TYPE integer REQUIRED no FIELD val_w45 TYPE null REQUIRED yes FIELD prop_h96 TYPE boolean REQUIRED yes FIELD prop_p62 TYPE null REQUIRED no FIELD param_b70 TYPE boolean REQUIRED no FIELD dim_f96 TYPE string_uri REQUIRED no FIELD field_j62 TYPE string REQUIRED yes FIELD...
{"val_w45":null,"prop_h96":true,"prop_p62":null,"param_b70":true,"dim_f96":"https://data.com/data","field_j62":"Maria","attr_h36":356}
unquoted_keys
{ "type": "object", "properties": { "attr_j06": { "type": "integer" }, "val_w45": { "type": "null" }, "prop_h96": { "type": "boolean" }, "prop_p62": { "type": "null" }, "param_b70": { "type": "boolean" }, "dim_f96": { "type": "string", ...
{val_w45:null,prop_h96:true,prop_p62:null,param_b70:true,dim_f96:"https://data.com/data",field_j62:"Maria",attr_h36:356}
Expecting property name enclosed in double quotes
{"val_w45":null,"prop_h96":true,"prop_p62":null,"param_b70":true,"dim_f96":"https://data.com/data","field_j62":"Maria","attr_h36":356}
TASK repair_structured_output SPEC FIELD col_d08 TYPE string REQUIRED no FIELD field_n45 TYPE integer REQUIRED yes FIELD dim_i64 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes BROKEN_OUTPUT {"col_d08":"qux","field_n45":155,"dim_i64":"anchored",}
{"col_d08":"qux","field_n45":155,"dim_i64":"anchored"}
trailing_comma
{ "type": "object", "properties": { "col_d08": { "type": "string" }, "field_n45": { "type": "integer" }, "dim_i64": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] } }, "required": [ "field_n45"...
{"col_d08":"qux","field_n45":155,"dim_i64":"anchored",}
Unexpected trailing comma
{"col_d08":"qux","field_n45":155,"dim_i64":"anchored"}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string VALUES mode_a|mode_b REQUIRED no FIELD berth_slot TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD role TYPE boolean REQUIRED yes FIELD currency TYPE null REQUIRED yes FIELD phone TYPE number REQUIRED no BROKEN_OUTPUT {aligned_pct:...
{"aligned_pct":"mode_a","berth_slot":"resolved","role":false,"currency":null,"phone":398.39}
unquoted_keys
{ "type": "object", "properties": { "aligned_pct": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "berth_slot": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "role": { ...
{aligned_pct:"mode_a",berth_slot:"resolved",role:false,currency:null,phone:398.39}
Expecting property name enclosed in double quotes
{"aligned_pct":"mode_a","berth_slot":"resolved","role":false,"currency":null,"phone":398.39}
TASK repair_structured_output SPEC FIELD val_t35 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD prop_n35 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_h76 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD prop_u45 TYPE string_uri REQUIRED no FIELD attr_e66...
{"prop_n35":"synonymous","field_h76":"option_b","prop_u45":"https://api.org/v1","prop_l07":80,"prop_f33":null}
extra_text_before
{ "type": "object", "properties": { "val_t35": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "prop_n35": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frame...
Sensor output follows: {"prop_n35":"synonymous","field_h76":"option_b","prop_u45":"https://api.org/v1","prop_l07":80,"prop_f33":null}
Output contains non-JSON text before the object
{"prop_n35":"synonymous","field_h76":"option_b","prop_u45":"https://api.org/v1","prop_l07":80,"prop_f33":null}
TASK repair_structured_output SPEC FIELD color TYPE boolean REQUIRED no FIELD catalyst TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD terminal_id TYPE string REQUIRED no FIELD credit_score TYPE integer REQUIRED yes BROKEN_OUTPUT The instrument reported: ```json {"catalyst":"type_d","terminal_id":"h...
{"catalyst":"type_d","terminal_id":"https://api.example.com/v1","credit_score":255}
markdown_explanation
{ "type": "object", "properties": { "color": { "type": "boolean" }, "catalyst": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "terminal_id": { "type": "string" }, "credit_score": { "type": "in...
The instrument reported: ```json {"catalyst":"type_d","terminal_id":"https://api.example.com/v1","credit_score":255} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"catalyst":"type_d","terminal_id":"https://api.example.com/v1","credit_score":255}
TASK repair_structured_output SPEC FIELD brake_pressure TYPE string VALUES success|error|warning|info REQUIRED yes FIELD interest_rate TYPE boolean REQUIRED no FIELD start_date TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD height TYPE string VALUES low|medium|high|critical REQUIRED no FIELD size[] T...
{"brake_pressure":"info","start_date":"white","size":["nonsense","synonymous","frameshift"]}
invalid_enum
{ "type": "object", "properties": { "brake_pressure": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "interest_rate": { "type": "boolean" }, "start_date": { "type": "string", "enum": [ "red", ...
{"brake_pressure": "info", "start_date": "invalid_choice_831", "size": ["nonsense", "synonymous", "frameshift"]}
Field 'start_date' has invalid enum value 'invalid_choice_831', expected one of ['red', 'blue', 'green', 'black', 'white']
{"brake_pressure":"info","start_date":"white","size":["nonsense","synonymous","frameshift"]}
TASK repair_structured_output SPEC FIELD address TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD diagnosis_code TYPE string_uri REQUIRED no FIELD interest_rate TYPE string VALUES success|error|warning|info REQUIRED no BROKEN_OUTPUT "address":"pro","interest_rate":"info"}
{"address":"pro","interest_rate":"info"}
missing_brace
{ "type": "object", "properties": { "address": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "diagnosis_code": { "type": "string", "format": "uri" }, "interest_rate": { "type": "string", "enum": [...
"address":"pro","interest_rate":"info"}
Missing closing brace
{"address":"pro","interest_rate":"info"}
TASK repair_structured_output SPEC FIELD chromosome TYPE string REQUIRED no FIELD price TYPE string REQUIRED no FIELD name TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD account_id TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD verified TYPE string VALUES e...
{"chromosome":"demo","price":"RTG-04","name":"degraded","account_id":"degraded","verified":"email"}
missing_brace
{ "type": "object", "properties": { "chromosome": { "type": "string" }, "price": { "type": "string" }, "name": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "account_id": { "type"...
"chromosome":"demo","price":"RTG-04","name":"degraded","account_id":"degraded","verified":"email"}
Missing closing brace
{"chromosome":"demo","price":"RTG-04","name":"degraded","account_id":"degraded","verified":"email"}
TASK repair_structured_output SPEC FIELD position TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD step TYPE integer REQUIRED yes FIELD current_draw TYPE boolean REQUIRED no FIELD longitude TYPE boolean REQUIRED yes FIELD message TYPE integer REQUIRED yes BROKEN_OUTPUT {"position": "mode_b", "step": 608, "cu...
{"position":"mode_b","step":608,"current_draw":false,"longitude":false,"message":486}
extra_field
{ "type": "object", "properties": { "position": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "step": { "type": "integer" }, "current_draw": { "type": "boolean" }, "longitude": { "type": "boolean" }, "m...
{"position": "mode_b", "step": 608, "current_draw": false, "longitude": false, "message": 486, "extra_info_4113": true}
Unknown field 'extra_info_4113' not defined in schema
{"position":"mode_b","step":608,"current_draw":false,"longitude":false,"message":486}
TASK repair_structured_output SPEC FIELD field_e99 TYPE string_uri REQUIRED yes FIELD attr_b04 TYPE null REQUIRED yes FIELD val_q70 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD key_v79[] TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no BROKEN_OUTPUT {"field_e99":"https://example.io/api","...
{"field_e99":"https://example.io/api","attr_b04":null,"val_q70":"xl"}
truncated_object
{ "type": "object", "properties": { "field_e99": { "type": "string", "format": "uri" }, "attr_b04": { "type": "null" }, "val_q70": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "key_v79": { "t...
{"field_e99":"https://example.io/api","attr_b04":null,"val_q70":"xl"
Unexpected end of JSON input — truncated object
{"field_e99":"https://example.io/api","attr_b04":null,"val_q70":"xl"}
TASK repair_structured_output SPEC FIELD field_o32 TYPE boolean REQUIRED yes FIELD prop_i21 TYPE string REQUIRED no FIELD col_p64 TYPE string REQUIRED yes BROKEN_OUTPUT Tool: call_variants Params: {"field_o32": false, "col_p64_id": "GRCh38"}
{"field_o32":false,"col_p64":"GRCh38"}
tool_call_wrong_param
{ "type": "object", "properties": { "field_o32": { "type": "boolean" }, "prop_i21": { "type": "string" }, "col_p64": { "type": "string" } }, "required": [ "field_o32", "col_p64" ] }
Tool: call_variants Params: {"field_o32": false, "col_p64_id": "GRCh38"}
Agent used wrong parameter name 'col_p64_id' instead of 'col_p64'
{"field_o32":false,"col_p64":"GRCh38"}
TASK repair_structured_output SPEC FIELD val_e50 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD prop_k20 TYPE boolean REQUIRED no FIELD val_c38 TYPE string_email REQUIRED yes FIELD col_f70 TYPE string_uri REQUIRED no FIELD val_t89 TYPE integer REQUIRED no BROKEN_OUTPUT {"val_e50":"...
{"val_e50":"option_c","prop_k20":true,"val_c38":"ops@example.com","col_f70":"https://api.com/v1","val_t89":257}
truncated_object
{ "type": "object", "properties": { "val_e50": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "prop_k20": { "type": "boolean" }, "val_c38": { "type": "string", "format": "em...
{"val_e50":"option_c","prop_k20":true,"val_c38":"ops@example.com","col_f70":"https://api.com/v1","val_t89":257
Unexpected end of JSON input — truncated object
{"val_e50":"option_c","prop_k20":true,"val_c38":"ops@example.com","col_f70":"https://api.com/v1","val_t89":257}
TASK repair_structured_output SPEC FIELD dim_o24 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_d06 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD attr_o37 TYPE string VALUES active|inactive|pending REQUIRED no FIELD attr_b26 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD prop...
{"dim_o24":"editor","attr_d06":"admin","attr_b26":"pro","prop_w21":false}
thought_process
{ "type": "object", "properties": { "dim_o24": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_d06": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_o37": { "type":...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"dim_o24":"editor","attr_d06":"admin","attr_b26":"pro","prop_w21":false}
Output contains chain-of-thought reasoning before JSON
{"dim_o24":"editor","attr_d06":"admin","attr_b26":"pro","prop_w21":false}
TASK repair_structured_output SPEC FIELD build_status TYPE string VALUES cat_a|cat_b REQUIRED no FIELD values TYPE boolean REQUIRED yes FIELD description.tile TYPE null REQUIRED yes FIELD description.velocity TYPE null REQUIRED yes FIELD description.due_date TYPE null REQUIRED yes BROKEN_OUTPUT Here's the structured ...
{"build_status":"cat_a","values":true,"description":{"tile":null,"velocity":null,"due_date":null}}
markdown_explanation
{ "type": "object", "properties": { "build_status": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "values": { "type": "boolean" }, "description": { "type": "object", "properties": { "tile": { "type": "null" }, ...
Here's the structured output: ```json {"build_status":"cat_a","values":true,"description":{"tile":null,"velocity":null,"due_date":null}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"build_status":"cat_a","values":true,"description":{"tile":null,"velocity":null,"due_date":null}}
TASK repair_structured_output SPEC FIELD prop_e58 TYPE string REQUIRED no FIELD param_c21 TYPE string_uri REQUIRED no FIELD dim_j61 TYPE number REQUIRED no FIELD key_p47 TYPE string_uri REQUIRED yes FIELD param_q65.val_k10.field_t83 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD param_q6...
{"prop_e58":"sample","param_c21":"https://api.io/data","dim_j61":84.96,"key_p47":"https://api.org/api"}
missing_required
{ "type": "object", "properties": { "prop_e58": { "type": "string" }, "param_c21": { "type": "string", "format": "uri" }, "dim_j61": { "type": "number" }, "key_p47": { "type": "string", "format": "uri" }, "param_q65": { "type": "object", ...
{"prop_e58": "sample", "param_c21": "https://api.io/data", "dim_j61": 84.96}
Required field 'key_p47' is missing
{"prop_e58":"sample","param_c21":"https://api.io/data","dim_j61":84.96,"key_p47":"https://api.org/api"}
TASK repair_structured_output SPEC FIELD param_g84 TYPE string REQUIRED no FIELD key_i82 TYPE string REQUIRED yes FIELD col_a55[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"key_i82":"Charlie","col_a55":[381,656,397,223]} Data logged successfully.
{"key_i82":"Charlie","col_a55":[381,656,397,223]}
extra_text_after
{ "type": "object", "properties": { "param_g84": { "type": "string" }, "key_i82": { "type": "string" }, "col_a55": { "type": "array", "items": { "type": "integer" } } }, "required": [ "col_a55", "key_i82" ] }
{"key_i82":"Charlie","col_a55":[381,656,397,223]} Data logged successfully.
Output contains non-JSON text after the object
{"key_i82":"Charlie","col_a55":[381,656,397,223]}
TASK repair_structured_output SPEC FIELD department TYPE string_date-time REQUIRED yes FIELD allele TYPE string REQUIRED yes FIELD barcode.paragraph TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD barcode.amount TYPE null REQUIRED no FIELD barcode.type TYPE string REQUIRED yes FIELD barcode.comm...
{"department":"2022-04-04T09:26:00Z","allele":"hello","barcode":{"paragraph":"moored","amount":null,"type":"https://api.example.com/v1","address":"admin"}}
markdown_fences
{ "type": "object", "properties": { "department": { "type": "string", "format": "date-time" }, "allele": { "type": "string" }, "barcode": { "type": "object", "properties": { "paragraph": { "type": "string", "enum": [ "berthed"...
```json {"department":"2022-04-04T09:26:00Z","allele":"hello","barcode":{"paragraph":"moored","amount":null,"type":"https://api.example.com/v1","address":"admin"}} ```
Output contains markdown code fences
{"department":"2022-04-04T09:26:00Z","allele":"hello","barcode":{"paragraph":"moored","amount":null,"type":"https://api.example.com/v1","address":"admin"}}
TASK repair_structured_output SPEC FIELD barcode TYPE boolean REQUIRED yes FIELD fleet_number TYPE string REQUIRED yes FIELD tax.image_url TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD tax.catalyst TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD tax.umi TYPE integer...
{"barcode":false,"fleet_number":"active","tax":{"image_url":"pro","catalyst":"option_b"},"compound":92}
extra_text_before
{ "type": "object", "properties": { "barcode": { "type": "boolean" }, "fleet_number": { "type": "string" }, "tax": { "type": "object", "properties": { "image_url": { "type": "string", "enum": [ "free", "basic", ...
I've generated the following JSON: {"barcode":false,"fleet_number":"active","tax":{"image_url":"pro","catalyst":"option_b"},"compound":92}
Output contains non-JSON text before the object
{"barcode":false,"fleet_number":"active","tax":{"image_url":"pro","catalyst":"option_b"},"compound":92}
TASK repair_structured_output SPEC FIELD visible TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD item_id TYPE string REQUIRED yes FIELD country TYPE null REQUIRED yes FIELD dosage TYPE string REQUIRED yes BROKEN_OUTPUT I found that visible should be push. {"visible":"push","item_id":"Oliveira","country":nu...
{"visible":"push","item_id":"Oliveira","country":null,"dosage":"Bob"}
partial_structure
{ "type": "object", "properties": { "visible": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "item_id": { "type": "string" }, "country": { "type": "null" }, "dosage": { "type": "string" } }, ...
I found that visible should be push. {"visible":"push","item_id":"Oliveira","country":null,"dosage":"Bob"}
Output mixes natural language with JSON
{"visible":"push","item_id":"Oliveira","country":null,"dosage":"Bob"}
TASK repair_structured_output SPEC FIELD trace_id TYPE integer REQUIRED yes FIELD order_id TYPE integer REQUIRED yes FIELD compound TYPE string VALUES single|married|divorced REQUIRED no FIELD span_id TYPE boolean REQUIRED yes BROKEN_OUTPUT {"trace_id":511,"order_id":512,"compound":"single","span_id":false} Let me kn...
{"trace_id":511,"order_id":512,"compound":"single","span_id":false}
extra_text_after
{ "type": "object", "properties": { "trace_id": { "type": "integer" }, "order_id": { "type": "integer" }, "compound": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "span_id": { "type": "boolean" } }, ...
{"trace_id":511,"order_id":512,"compound":"single","span_id":false} Let me know if you need anything else!
Output contains non-JSON text after the object
{"trace_id":511,"order_id":512,"compound":"single","span_id":false}
TASK repair_structured_output SPEC FIELD order_id TYPE number REQUIRED no FIELD decay_rate TYPE integer REQUIRED yes FIELD status TYPE integer REQUIRED yes FIELD port_code.subject.priority TYPE string VALUES email|phone|sms|push REQUIRED no FIELD port_code.subject.wavelength TYPE string_date-time REQUIRED no FIELD por...
{"order_id":777.01,"decay_rate":473,"status":272,"port_code":{"subject":{"priority":"push","terminal_id":false,"subtotal":"synonymous","filter_flag":"PASS","consignee":true,"company":false},"lane":"2024-06-30","date":"option_b","full_name":"Tokyo","strand":"example","decay_rate":285},"branch":"mode_a"}
null_required
{ "type": "object", "properties": { "order_id": { "type": "number" }, "decay_rate": { "type": "integer" }, "status": { "type": "integer" }, "port_code": { "type": "object", "properties": { "subject": { "type": "object", "propertie...
{"order_id": 777.01, "decay_rate": 473, "status": 272, "port_code": null, "branch": "mode_a"}
Required field 'port_code' is null
{"order_id":777.01,"decay_rate":473,"status":272,"port_code":{"subject":{"priority":"push","terminal_id":false,"subtotal":"synonymous","filter_flag":"PASS","consignee":true,"company":false},"lane":"2024-06-30","date":"option_b","full_name":"Tokyo","strand":"example","decay_rate":285},"branch":"mode_a"}
TASK repair_structured_output SPEC FIELD discount TYPE string REQUIRED no FIELD lane TYPE integer REQUIRED no FIELD strand TYPE string VALUES admin|editor|viewer REQUIRED no FIELD type.items TYPE string REQUIRED yes FIELD type.enabled TYPE number REQUIRED no FIELD type.notes TYPE string REQUIRED no FIELD umi TYPE inte...
{"discount":"foo","lane":971,"strand":"viewer","type":{"items":"demo","notes":"quux"},"umi":976}
unquoted_keys
{ "type": "object", "properties": { "discount": { "type": "string" }, "lane": { "type": "integer" }, "strand": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "type": { "type": "object", "properties": { ...
{discount:"foo",lane:971,strand:"viewer",type:{items:"demo",notes:"quux"},umi:976}
Expecting property name enclosed in double quotes
{"discount":"foo","lane":971,"strand":"viewer","type":{"items":"demo","notes":"quux"},"umi":976}
TASK repair_structured_output SPEC FIELD param_w90 TYPE string REQUIRED yes FIELD col_r79 TYPE string REQUIRED yes FIELD col_u70 TYPE number REQUIRED yes FIELD prop_e27 TYPE null REQUIRED yes BROKEN_OUTPUT {"param_w90":"Tokyo","col_r79":"chrX","col_u70":532.58,"prop_e27":null
{"param_w90":"Tokyo","col_r79":"chrX","col_u70":532.58,"prop_e27":null}
truncated_array
{ "type": "object", "properties": { "param_w90": { "type": "string" }, "col_r79": { "type": "string" }, "col_u70": { "type": "number" }, "prop_e27": { "type": "null" } }, "required": [ "col_r79", "param_w90", "col_u70", "prop_e27" ] }
{"param_w90":"Tokyo","col_r79":"chrX","col_u70":532.58,"prop_e27":null
Unexpected end of JSON input — truncated object
{"param_w90":"Tokyo","col_r79":"chrX","col_u70":532.58,"prop_e27":null}
TASK repair_structured_output SPEC FIELD prop_y72 TYPE number REQUIRED yes FIELD dim_y96 TYPE string_email REQUIRED yes FIELD dim_g29 TYPE string REQUIRED yes BROKEN_OUTPUT {"prop_y72": 995.64, "dim_y96": "admin@example.com"}
{"prop_y72":995.64,"dim_y96":"admin@example.com","dim_g29":"RTG-04"}
missing_required
{ "type": "object", "properties": { "prop_y72": { "type": "number" }, "dim_y96": { "type": "string", "format": "email" }, "dim_g29": { "type": "string" } }, "required": [ "dim_g29", "prop_y72", "dim_y96" ] }
{"prop_y72": 995.64, "dim_y96": "admin@example.com"}
Required field 'dim_g29' is missing
{"prop_y72":995.64,"dim_y96":"admin@example.com","dim_g29":"RTG-04"}
TASK repair_structured_output SPEC FIELD dissolved_oxygen TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD bed_number TYPE integer REQUIRED no FIELD user_id[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"dissolved_oxygen":"high","bed_number":763,"user_id":[596,510,178]} Data logged successfully.
{"dissolved_oxygen":"high","bed_number":763,"user_id":[596,510,178]}
extra_text_after
{ "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "bed_number": { "type": "integer" }, "user_id": { "type": "array", "items": { "type": "intege...
{"dissolved_oxygen":"high","bed_number":763,"user_id":[596,510,178]} Data logged successfully.
Output contains non-JSON text after the object
{"dissolved_oxygen":"high","bed_number":763,"user_id":[596,510,178]}
TASK repair_structured_output SPEC FIELD attr_n68 TYPE null REQUIRED no FIELD val_p69 TYPE boolean REQUIRED no FIELD prop_i00 TYPE number REQUIRED yes FIELD param_a78 TYPE boolean REQUIRED no FIELD field_w43.col_v26.param_s49 TYPE integer REQUIRED no FIELD field_w43.col_v26.col_q20 TYPE string REQUIRED no FIELD field_...
{"attr_n68":null,"val_p69":false,"prop_i00":509.32,"param_a78":false,"field_w43":{"col_v26":{"param_s49":411,"col_g65":"critical","dim_p90":314,"prop_s91":440},"attr_g68":535,"col_w33":"bar","attr_q46":null}}
trailing_comma
{ "type": "object", "properties": { "attr_n68": { "type": "null" }, "val_p69": { "type": "boolean" }, "prop_i00": { "type": "number" }, "param_a78": { "type": "boolean" }, "field_w43": { "type": "object", "properties": { "col_v26": { ...
{"attr_n68":null,"val_p69":false,"prop_i00":509.32,"param_a78":false,"field_w43":{"col_v26":{"param_s49":411,"col_g65":"critical","dim_p90":314,"prop_s91":440},"attr_g68":535,"col_w33":"bar","attr_q46":null},}
Unexpected trailing comma
{"attr_n68":null,"val_p69":false,"prop_i00":509.32,"param_a78":false,"field_w43":{"col_v26":{"param_s49":411,"col_g65":"critical","dim_p90":314,"prop_s91":440},"attr_g68":535,"col_w33":"bar","attr_q46":null}}
TASK repair_structured_output SPEC FIELD val_l53 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD key_w01 TYPE boolean REQUIRED no FIELD key_j63 TYPE boolean REQUIRED yes FIELD key_x80 TYPE integer REQUIRED no FIELD val_u50[] TYPE boolean REQUIRED no BROKEN_OUTPUT I need to create a JSON object that matches...
{"val_l53":"type_b","key_w01":true,"key_j63":true,"key_x80":162,"val_u50":[true,false]}
thought_process
{ "type": "object", "properties": { "val_l53": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "key_w01": { "type": "boolean" }, "key_j63": { "type": "boolean" }, "key_x80": { "type": "integer" }, "val_u5...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"val_l53":"type_b","key_w01":true,"key_j63":true,"key_x80":162,"val_u50":[true,false]}
Output contains chain-of-thought reasoning before JSON
{"val_l53":"type_b","key_w01":true,"key_j63":true,"key_x80":162,"val_u50":[true,false]}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string REQUIRED yes FIELD options TYPE number REQUIRED yes FIELD rating TYPE string REQUIRED no FIELD humidity_pct TYPE integer REQUIRED yes BROKEN_OUTPUT The instrument reported: {"aligned_pct":"Smith","options":877.96,"rating":"foo","humidity_pct":199}
{"aligned_pct":"Smith","options":877.96,"rating":"foo","humidity_pct":199}
extra_text_before
{ "type": "object", "properties": { "aligned_pct": { "type": "string" }, "options": { "type": "number" }, "rating": { "type": "string" }, "humidity_pct": { "type": "integer" } }, "required": [ "humidity_pct", "aligned_pct", "options" ] }
The instrument reported: {"aligned_pct":"Smith","options":877.96,"rating":"foo","humidity_pct":199}
Output contains non-JSON text before the object
{"aligned_pct":"Smith","options":877.96,"rating":"foo","humidity_pct":199}
TASK repair_structured_output SPEC FIELD field_z24 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD key_r85 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD val_n60 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_m16 TYPE number REQUIRED no FIELD prop_a65 TYPE string VALUES...
{"field_z24":"black","key_r85":"push","val_n60":"info","key_m16":110.74,"prop_a65":"divorced","field_s31":"ops@domain.org","attr_n70":true}
extra_field
{ "type": "object", "properties": { "field_z24": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "key_r85": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
{"field_z24": "black", "key_r85": "push", "val_n60": "info", "key_m16": 110.74, "prop_a65": "divorced", "field_s31": "ops@domain.org", "attr_n70": true, "extra_value_4211": true}
Unknown field 'extra_value_4211' not defined in schema
{"field_z24":"black","key_r85":"push","val_n60":"info","key_m16":110.74,"prop_a65":"divorced","field_s31":"ops@domain.org","attr_n70":true}
TASK repair_structured_output SPEC FIELD attr_l24.field_l02.prop_c41 TYPE null REQUIRED no FIELD attr_l24.field_l02.key_z72 TYPE null REQUIRED yes FIELD attr_l24.field_l02.prop_h15 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_l24.field_l02.attr_s37 TYPE integer REQUIRED yes FIELD attr_l24...
{"param_r21":46.65,"val_v61":654,"col_k04":"https://data.io/api"}
thought_process
{ "type": "object", "properties": { "attr_l24": { "type": "object", "properties": { "field_l02": { "type": "object", "properties": { "prop_c41": { "type": "null" }, "key_z72": { "type": "null" }, ...
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"param_r21":46.65,"val_v61":654,"col_k04":"https://data.io/api"}
Output contains chain-of-thought reasoning before JSON
{"param_r21":46.65,"val_v61":654,"col_k04":"https://data.io/api"}
TASK repair_structured_output SPEC FIELD col_m09 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD attr_v62 TYPE integer REQUIRED yes FIELD dim_w90 TYPE integer REQUIRED yes FIELD param_r00 TYPE number REQUIRED no FIELD field_l88 TYPE boolean REQUIRED no FIELD field_f72 TYPE null REQUIRED no BROKE...
{"attr_v62":709,"dim_w90":627,"param_r00":512.73,"field_l88":true,"field_f72":null}
tool_call_text_mix
{ "type": "object", "properties": { "col_m09": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "attr_v62": { "type": "integer" }, "dim_w90": { "type": "integer" }, "param_r00": { "type": "n...
I need to look up the information first. <tool_call name="queue_sequencing_run"> {"attr_v62":709,"dim_w90":627,"param_r00":512.73,"field_l88":true,"field_f72":null} </tool_call. Done!
Agent response mixes reasoning text with tool call
{"attr_v62":709,"dim_w90":627,"param_r00":512.73,"field_l88":true,"field_f72":null}
TASK repair_structured_output SPEC FIELD dim_v20 TYPE number REQUIRED yes FIELD attr_l73 TYPE boolean REQUIRED yes FIELD attr_p99.col_i77 TYPE null REQUIRED yes FIELD attr_p99.attr_h96 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD attr_p99.param_s55.attr_f94 TYPE string REQUIRED yes FIELD attr_p99.para...
{"dim_v20":583.6,"attr_l73":false,"attr_p99":{"col_i77":null,"attr_h96":"pending","param_s55":{"attr_f94":"completed","prop_v02":18,"col_i33":"free"}},"prop_g76":"chrX"}
tool_call_bad_format
{ "type": "object", "properties": { "dim_v20": { "type": "number" }, "attr_l73": { "type": "boolean" }, "attr_p99": { "type": "object", "properties": { "col_i77": { "type": "null" }, "attr_h96": { "type": "string", "en...
<functioncall> get_account {dim_v20: 583.6, attr_l73: false, attr_p99: {col_i77: null, attr_h96: "pending", param_s55: {attr_f94: "completed", prop_v02: 18, col_i33: "free"}}, prop_g76: "chrX"}
Tool call has malformed arguments — unquoted keys in function parameters
{"dim_v20":583.6,"attr_l73":false,"attr_p99":{"col_i77":null,"attr_h96":"pending","param_s55":{"attr_f94":"completed","prop_v02":18,"col_i33":"free"}},"prop_g76":"chrX"}
TASK repair_structured_output SPEC FIELD crew_id TYPE integer REQUIRED yes FIELD position TYPE string_email REQUIRED no FIELD decay_rate TYPE integer REQUIRED no FIELD height TYPE string_date-time REQUIRED yes FIELD chromosome TYPE integer REQUIRED no FIELD transaction_id TYPE string_date-time REQUIRED no BROKEN_OUTP...
{"crew_id":969,"position":"test@test.io","height":"2024-02-02T13:39:00Z","transaction_id":"2026-06-06T01:17:00Z"}
number_with_unit
{ "type": "object", "properties": { "crew_id": { "type": "integer" }, "position": { "type": "string", "format": "email" }, "decay_rate": { "type": "integer" }, "height": { "type": "string", "format": "date-time" }, "chromosome": { "type":...
{"crew_id": "969%", "position": "test@test.io", "height": "2024-02-02T13:39:00Z", "transaction_id": "2026-06-06T01:17:00Z"}
Field 'crew_id' must be number, got string with unit
{"crew_id":969,"position":"test@test.io","height":"2024-02-02T13:39:00Z","transaction_id":"2026-06-06T01:17:00Z"}
TASK repair_structured_output SPEC FIELD prop_s09 TYPE string REQUIRED yes FIELD param_d32 TYPE number REQUIRED no FIELD attr_q88 TYPE string REQUIRED no FIELD param_u54 TYPE string REQUIRED yes FIELD dim_t83 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD param_p81 TYPE string REQUIRED no FIELD prop_o02 TY...
{"prop_s09":"GRCh38","param_d32":234.04,"attr_q88":"Bob","param_u54":"Diana","param_p81":"chrX","prop_o02":675,"attr_q43":"level_1"}
invalid_enum
{ "type": "object", "properties": { "prop_s09": { "type": "string" }, "param_d32": { "type": "number" }, "attr_q88": { "type": "string" }, "param_u54": { "type": "string" }, "dim_t83": { "type": "string", "enum": [ "small", "med...
{"prop_s09": "GRCh38", "param_d32": 234.04, "attr_q88": "Bob", "param_u54": "Diana", "param_p81": "chrX", "prop_o02": 675, "attr_q43": "invalid_value_659"}
Field 'attr_q43' has invalid enum value 'invalid_value_659', expected one of ['level_1', 'level_2', 'level_3', 'level_4', 'level_5', 'level_6']
{"prop_s09":"GRCh38","param_d32":234.04,"attr_q88":"Bob","param_u54":"Diana","param_p81":"chrX","prop_o02":675,"attr_q43":"level_1"}
TASK repair_structured_output SPEC FIELD ph_level TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD freight_class TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD start_date TYPE string_email REQUIRED no BROKEN_OUTPUT Pipeline result: ```json {"ph_level":"unstable","freight_class":"...
{"ph_level":"unstable","freight_class":"type_a","start_date":"test@domain.org"}
markdown_explanation
{ "type": "object", "properties": { "ph_level": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "freight_class": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] ...
Pipeline result: ```json {"ph_level":"unstable","freight_class":"type_a","start_date":"test@domain.org"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"ph_level":"unstable","freight_class":"type_a","start_date":"test@domain.org"}
TASK repair_structured_output SPEC FIELD attr_w65 TYPE string REQUIRED yes FIELD dim_j38.dim_v36 TYPE null REQUIRED no FIELD dim_j38.param_y23.dim_p46 TYPE integer REQUIRED yes FIELD dim_j38.param_y23.key_k17 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_j38.param_y23.key_a50 TYPE integer...
{"attr_w65":"bar","dim_j38":{"dim_v36":null,"param_y23":{"dim_p46":498,"key_k17":"hemizygous","key_a50":11,"param_l71":"anchored","attr_h60":111,"val_e30":"arctic"},"dim_z15":false,"field_x96":false},"dim_r00":265.42,"field_a74":"admin@test.io","key_t88":"https://example.com"}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_w65": { "type": "string" }, "dim_j38": { "type": "object", "properties": { "dim_v36": { "type": "null" }, "param_y23": { "type": "object", "properties": { "dim_p46": { ...
update_record(attr_w65='bar', dim_j38={'dim_v36': None, 'param_y23': {'dim_p46': 498, 'key_k17': 'hemizygous', 'key_a50': 11, 'param_l71': 'anchored', 'attr_h60': 111, 'val_e30': 'arctic'}, 'dim_z15': False, 'field_x96': False}, dim_r00=265.42, field_a74='admin@test.io', key_t88='https://example.com')
Tool call uses Python syntax instead of JSON
{"attr_w65":"bar","dim_j38":{"dim_v36":null,"param_y23":{"dim_p46":498,"key_k17":"hemizygous","key_a50":11,"param_l71":"anchored","attr_h60":111,"val_e30":"arctic"},"dim_z15":false,"field_x96":false},"dim_r00":265.42,"field_a74":"admin@test.io","key_t88":"https://example.com"}
TASK repair_structured_output SPEC FIELD val_y46 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD dim_f01 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD attr_z73 TYPE number REQUIRED no FIELD col_b79 TYPE string REQUIRED yes FIELD val_r17 TYPE number REQUIRED no FIELD field_t05 TYPE integer REQU...
{"val_y46":"large","dim_f01":"large","attr_z73":136.25,"col_b79":"RTG-04","field_t05":812,"col_f46":"world"}
tool_call_bad_format
{ "type": "object", "properties": { "val_y46": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "dim_f01": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "a...
<functioncall> transfer_call {val_y46: "large", dim_f01: "large", attr_z73: 136.25, col_b79: "RTG-04", field_t05: 812, col_f46: "world"}
Tool call has malformed arguments — unquoted keys in function parameters
{"val_y46":"large","dim_f01":"large","attr_z73":136.25,"col_b79":"RTG-04","field_t05":812,"col_f46":"world"}
TASK repair_structured_output SPEC FIELD features TYPE integer REQUIRED yes FIELD bearing TYPE string REQUIRED no FIELD compound.dissolved_oxygen TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD compound.created_at TYPE string REQUIRED no FIELD compound.section TYPE number REQUIRED yes FIELD co...
{"features":212,"bearing":"completed","compound":{"dissolved_oxygen":"option_b","created_at":"test","section":49.0,"turbidity":369,"quality_score":["chr1","baz","qux","inactive"]},"status":{"active":"test","cargo_type":"user@domain.com","user_id":null,"bill_of_lading":986.31}}
markdown_explanation
{ "type": "object", "properties": { "features": { "type": "integer" }, "bearing": { "type": "string" }, "compound": { "type": "object", "properties": { "dissolved_oxygen": { "type": "string", "enum": [ "option_a", "optio...
Here is the JSON you requested: ```json {"features":212,"bearing":"completed","compound":{"dissolved_oxygen":"option_b","created_at":"test","section":49.0,"turbidity":369,"quality_score":["chr1","baz","qux","inactive"]},"status":{"active":"test","cargo_type":"user@domain.com","user_id":null,"bill_of_lading":986.31}} ``...
Output contains markdown and explanatory text around JSON
{"features":212,"bearing":"completed","compound":{"dissolved_oxygen":"option_b","created_at":"test","section":49.0,"turbidity":369,"quality_score":["chr1","baz","qux","inactive"]},"status":{"active":"test","cargo_type":"user@domain.com","user_id":null,"bill_of_lading":986.31}}
TASK repair_structured_output SPEC FIELD lab_result TYPE null REQUIRED yes FIELD title.reagent TYPE null REQUIRED no FIELD title.collateral TYPE string REQUIRED yes FIELD title.commit_hash TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD interest_rate TYPE string VALUES success|error|warning|info REQUIRED yes...
{"lab_result":null,"title":{"reagent":null,"collateral":"Hapag-Lloyd-Express","commit_hash":"viewer"},"interest_rate":"warning","notes":"New York"}
trailing_comma
{ "type": "object", "properties": { "lab_result": { "type": "null" }, "title": { "type": "object", "properties": { "reagent": { "type": "null" }, "collateral": { "type": "string" }, "commit_hash": { "type": "string",...
{"lab_result":null,"title":{"reagent":null,"collateral":"Hapag-Lloyd-Express","commit_hash":"viewer",},"interest_rate":"warning","notes":"New York"}
Unexpected trailing comma
{"lab_result":null,"title":{"reagent":null,"collateral":"Hapag-Lloyd-Express","commit_hash":"viewer"},"interest_rate":"warning","notes":"New York"}
TASK repair_structured_output SPEC FIELD trace_id TYPE boolean REQUIRED no FIELD item_id TYPE string VALUES option_a|option_b REQUIRED yes FIELD start_date TYPE string REQUIRED no FIELD temp_celsius TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD credit_score TYPE string REQUIRED no FIELD berth_slot T...
{"trace_id":false,"item_id":"option_b","temp_celsius":"option_a","berth_slot":212}
thought_process
{ "type": "object", "properties": { "trace_id": { "type": "boolean" }, "item_id": { "type": "string", "enum": [ "option_a", "option_b" ] }, "start_date": { "type": "string" }, "temp_celsius": { "type": "string", "enum": [ ...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"trace_id":false,"item_id":"option_b","temp_celsius":"option_a","berth_slot":212}
Output contains chain-of-thought reasoning before JSON
{"trace_id":false,"item_id":"option_b","temp_celsius":"option_a","berth_slot":212}
TASK repair_structured_output SPEC FIELD param_q43 TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD dim_b08 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD val_c99 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD val_j11 TYPE...
{"param_q43":"level_5","dim_b08":"option_b","val_c99":"mode_b","param_f69":715,"key_b79":null}
single_quotes
{ "type": "object", "properties": { "param_q43": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "dim_b08": { "type": "string", "enum": [ "option_a", "option_...
{'param_q43':'level_5','dim_b08':'option_b','val_c99':'mode_b','param_f69':715,'key_b79':null}
Expecting property name enclosed in double quotes
{"param_q43":"level_5","dim_b08":"option_b","val_c99":"mode_b","param_f69":715,"key_b79":null}
TASK repair_structured_output SPEC FIELD field_w94 TYPE string REQUIRED yes FIELD col_w91 TYPE integer REQUIRED yes FIELD prop_s53 TYPE boolean REQUIRED yes BROKEN_OUTPUT {"field_w94": "Paris", "col_w91": 39, "prop_s53": "\"yes\""}
{"field_w94":"Paris","col_w91":39,"prop_s53":true}
wrong_type
{ "type": "object", "properties": { "field_w94": { "type": "string" }, "col_w91": { "type": "integer" }, "prop_s53": { "type": "boolean" } }, "required": [ "field_w94", "prop_s53", "col_w91" ] }
{"field_w94": "Paris", "col_w91": 39, "prop_s53": "\"yes\""}
Field 'prop_s53' must be boolean, got string
{"field_w94":"Paris","col_w91":39,"prop_s53":true}
TASK repair_structured_output SPEC FIELD dim_e73 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD key_n73 TYPE string REQUIRED no FIELD param_t95 TYPE string REQUIRED yes FIELD attr_b66 TYPE string REQUIRED yes FIELD field_b58 TYPE string VALUES reliable|unstable|intermittent REQUIRED y...
{"dim_e73":"rejected","param_t95":"Charlie","attr_b66":"Diana","field_b58":"reliable"}
invalid_enum
{ "type": "object", "properties": { "dim_e73": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_n73": { "type": "string" }, "param_t95": { "type": "string" }, "attr_b66": { "...
{"dim_e73": "rejected", "param_t95": "Charlie", "attr_b66": "Diana", "field_b58": "invalid_option_618"}
Field 'field_b58' has invalid enum value 'invalid_option_618', expected one of ['reliable', 'unstable', 'intermittent']
{"dim_e73":"rejected","param_t95":"Charlie","attr_b66":"Diana","field_b58":"reliable"}
TASK repair_structured_output SPEC FIELD name TYPE integer REQUIRED yes FIELD amount.visible TYPE string REQUIRED yes FIELD amount.repository TYPE string REQUIRED no FIELD amount.amplitude TYPE number REQUIRED no FIELD amount.span_id TYPE null REQUIRED no FIELD amount.options TYPE string VALUES open|in_progress|resolv...
{"name":281,"amount":{"visible":"This is a test value.","repository":"MV-Evergreen-01","amplitude":589.95,"options":"open"},"nickname":"New York","aligned_pct":"hello","filter_flag":"editor"}
single_quotes
{ "type": "object", "properties": { "name": { "type": "integer" }, "amount": { "type": "object", "properties": { "visible": { "type": "string" }, "repository": { "type": "string" }, "amplitude": { "type": "number" ...
{'name':281,'amount':{'visible':'This is a test value.','repository':'MV-Evergreen-01','amplitude':589.95,'options':'open'},'nickname':'New York','aligned_pct':'hello','filter_flag':'editor'}
Expecting property name enclosed in double quotes
{"name":281,"amount":{"visible":"This is a test value.","repository":"MV-Evergreen-01","amplitude":589.95,"options":"open"},"nickname":"New York","aligned_pct":"hello","filter_flag":"editor"}
TASK repair_structured_output SPEC FIELD attr_n59 TYPE string REQUIRED yes FIELD val_h81 TYPE integer REQUIRED no FIELD attr_n66 TYPE string REQUIRED yes FIELD param_n02[] TYPE string_uri REQUIRED yes FIELD prop_p91[].prop_f39 TYPE integer REQUIRED no FIELD prop_p91[].dim_f47 TYPE string VALUES homozygous|heterozygous...
{"attr_n59":"inactive","val_h81":137,"attr_n66":"Santos","param_n02":["https://www.io/data","https://api.org/data"]}
markdown_fences
{ "type": "object", "properties": { "attr_n59": { "type": "string" }, "val_h81": { "type": "integer" }, "attr_n66": { "type": "string" }, "param_n02": { "type": "array", "items": { "type": "string", "format": "uri" } }, "prop_p9...
```json {"attr_n59":"inactive","val_h81":137,"attr_n66":"Santos","param_n02":["https://www.io/data","https://api.org/data"]} ```
Output contains markdown code fences
{"attr_n59":"inactive","val_h81":137,"attr_n66":"Santos","param_n02":["https://www.io/data","https://api.org/data"]}
TASK repair_structured_output SPEC FIELD key_c15 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD attr_m56 TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD attr_b03 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD prop_n68 TYPE boolean REQUIRED yes BROKEN_OUTPUT ...
{"key_c15":"level_2","attr_m56":"type_c","prop_n68":true}
wrong_type
{ "type": "object", "properties": { "key_c15": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "attr_m56": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "attr_b03": { "t...
{"key_c15": "level_2", "attr_m56": "type_c", "prop_n68": "\"yes\""}
Field 'prop_n68' must be boolean, got string
{"key_c15":"level_2","attr_m56":"type_c","prop_n68":true}
TASK repair_structured_output SPEC FIELD attr_p00 TYPE string REQUIRED yes FIELD param_t05.dim_y88 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD param_t05.attr_x99 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD param_t05.field_w25 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD par...
{"attr_p00":"Berlin","param_t05":{"dim_y88":"viewer","attr_x99":"blue","key_l06":"PASS","val_z66":"nonsense"},"key_s59":865.11,"dim_r26":{"prop_n07":"phone","col_v22":"new","attr_s74":[{"key_y87":"Sao Paulo","field_s29":"small","field_n01":["arctic","arctic"]}]}}
tool_call_text_mix
{ "type": "object", "properties": { "attr_p00": { "type": "string" }, "param_t05": { "type": "object", "properties": { "dim_y88": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "at...
Let me check the system. <tool_call name="check_cargo_manifest"> {"attr_p00":"Berlin","param_t05":{"dim_y88":"viewer","attr_x99":"blue","key_l06":"PASS","val_z66":"nonsense"},"key_s59":865.11,"dim_r26":{"prop_n07":"phone","col_v22":"new","attr_s74":[{"key_y87":"Sao Paulo","field_s29":"small","field_n01":["arctic","arct...
Agent response mixes reasoning text with tool call
{"attr_p00":"Berlin","param_t05":{"dim_y88":"viewer","attr_x99":"blue","key_l06":"PASS","val_z66":"nonsense"},"key_s59":865.11,"dim_r26":{"prop_n07":"phone","col_v22":"new","attr_s74":[{"key_y87":"Sao Paulo","field_s29":"small","field_n01":["arctic","arctic"]}]}}
TASK repair_structured_output SPEC FIELD published TYPE boolean REQUIRED yes FIELD filter_flag TYPE boolean REQUIRED no FIELD pressure_kpa TYPE number REQUIRED yes FIELD quantity TYPE string REQUIRED yes BROKEN_OUTPUT <functioncall> send_email {published: true, filter_flag: false, pressure_kpa: 738.08, quantity: "quu...
{"published":true,"filter_flag":false,"pressure_kpa":738.08,"quantity":"quux"}
tool_call_bad_format
{ "type": "object", "properties": { "published": { "type": "boolean" }, "filter_flag": { "type": "boolean" }, "pressure_kpa": { "type": "number" }, "quantity": { "type": "string" } }, "required": [ "quantity", "pressure_kpa", "published" ] }
<functioncall> send_email {published: true, filter_flag: false, pressure_kpa: 738.08, quantity: "quux"}
Tool call has malformed arguments — unquoted keys in function parameters
{"published":true,"filter_flag":false,"pressure_kpa":738.08,"quantity":"quux"}
TASK repair_structured_output SPEC FIELD prop_a36 TYPE null REQUIRED yes FIELD field_d81.col_m62 TYPE integer REQUIRED no FIELD field_d81.param_l75 TYPE number REQUIRED no FIELD field_d81.col_r32 TYPE number REQUIRED yes FIELD field_d81.param_q04.attr_d55 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED...
{"prop_a36":null,"field_d81":{"param_l75":480.51,"col_r32":332.96,"param_q04":{"val_b19":282,"dim_m92":null,"dim_m02":"level_1","field_f00":true,"attr_c01":697.07},"dim_r26":null,"prop_z52":"active"},"attr_h75":"cat_d"}
missing_brace
{ "type": "object", "properties": { "prop_a36": { "type": "null" }, "field_d81": { "type": "object", "properties": { "col_m62": { "type": "integer" }, "param_l75": { "type": "number" }, "col_r32": { "type": "number" ...
"prop_a36":null,"field_d81":{"param_l75":480.51,"col_r32":332.96,"param_q04":{"val_b19":282,"dim_m92":null,"dim_m02":"level_1","field_f00":true,"attr_c01":697.07},"dim_r26":null,"prop_z52":"active"},"attr_h75":"cat_d"}
Missing closing brace
{"prop_a36":null,"field_d81":{"param_l75":480.51,"col_r32":332.96,"param_q04":{"val_b19":282,"dim_m92":null,"dim_m02":"level_1","field_f00":true,"attr_c01":697.07},"dim_r26":null,"prop_z52":"active"},"attr_h75":"cat_d"}
TASK repair_structured_output SPEC FIELD val_l20 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD key_p40 TYPE string_email REQUIRED yes FIELD col_t40.col_t21.dim_c10 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD col_t40.col_t21.prop_z41 TYPE string VALUES admin|editor|viewer R...
{"val_l20":"anchored","key_p40":"test@domain.org","col_t40":{"col_t21":{"dim_c10":"warning","prop_z41":"admin"},"dim_z91":true,"dim_k85":919}}
tool_call_text_mix
{ "type": "object", "properties": { "val_l20": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "key_p40": { "type": "string", "format": "email" }, "col_t40": { "type": "object", "properties":...
I need to look up the information first. <tool_call name="transfer_call"> {"val_l20":"anchored","key_p40":"test@domain.org","col_t40":{"col_t21":{"dim_c10":"warning","prop_z41":"admin"},"dim_z91":true,"dim_k85":919}} </tool_call. The result is ready.
Agent response mixes reasoning text with tool call
{"val_l20":"anchored","key_p40":"test@domain.org","col_t40":{"col_t21":{"dim_c10":"warning","prop_z41":"admin"},"dim_z91":true,"dim_k85":919}}
TASK repair_structured_output SPEC FIELD length TYPE integer REQUIRED yes FIELD subtotal TYPE string_email REQUIRED yes FIELD label TYPE string VALUES free|basic|pro|enterprise REQUIRED yes BROKEN_OUTPUT {"length": 566, "subtotal": "admin@example.com", "label": "enterprise", "extra_value_4349": true}
{"length":566,"subtotal":"admin@example.com","label":"enterprise"}
extra_field
{ "type": "object", "properties": { "length": { "type": "integer" }, "subtotal": { "type": "string", "format": "email" }, "label": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] } }, "required": [ ...
{"length": 566, "subtotal": "admin@example.com", "label": "enterprise", "extra_value_4349": true}
Unknown field 'extra_value_4349' not defined in schema
{"length":566,"subtotal":"admin@example.com","label":"enterprise"}
TASK repair_structured_output SPEC FIELD phenotype TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD run_id.annotation.date TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD run_id.annotation.medication TYPE boolean REQUIRED no FIELD run_id.annotation.lab_result TYPE integer REQUIRED yes FI...
{"phenotype":"moored","run_id":{"section":"single","throttle_pos":"John","insurance_id":null,"interest_rate":481,"sensor_id":66,"allele":null},"lab_result":"RTG-04","insurance_id":"MV-Evergreen-01","version":"hello","vessel_name":"Paris"}
null_required
{ "type": "object", "properties": { "phenotype": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "run_id": { "type": "object", "properties": { "annotation": { "type": "object", "prope...
{"phenotype": "moored", "run_id": {"section": "single", "throttle_pos": "John", "insurance_id": null, "interest_rate": 481, "sensor_id": 66, "allele": null}, "lab_result": "RTG-04", "insurance_id": "MV-Evergreen-01", "version": null, "vessel_name": "Paris"}
Required field 'version' is null
{"phenotype":"moored","run_id":{"section":"single","throttle_pos":"John","insurance_id":null,"interest_rate":481,"sensor_id":66,"allele":null},"lab_result":"RTG-04","insurance_id":"MV-Evergreen-01","version":"hello","vessel_name":"Paris"}
TASK repair_structured_output SPEC FIELD val_s89 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD attr_d72 TYPE boolean REQUIRED no FIELD param_e45 TYPE integer REQUIRED no FIELD dim_f74 TYPE boolean REQUIRED no FIELD prop_r84 TYPE number REQUIRED no FIELD col_s23 TYPE string REQUIRED no FIELD col_...
{"val_s89":"unstable","attr_d72":false,"param_e45":729,"dim_f74":true,"prop_r84":725.22,"col_s23":"2024-01-15","col_x13":"Bob"}
single_quotes
{ "type": "object", "properties": { "val_s89": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "attr_d72": { "type": "boolean" }, "param_e45": { "type": "integer" }, "dim_f74": { "type": "boolean" }...
{'val_s89':'unstable','attr_d72':false,'param_e45':729,'dim_f74':true,'prop_r84':725.22,'col_s23':'2024-01-15','col_x13':'Bob'}
Expecting property name enclosed in double quotes
{"val_s89":"unstable","attr_d72":false,"param_e45":729,"dim_f74":true,"prop_r84":725.22,"col_s23":"2024-01-15","col_x13":"Bob"}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD chromosome TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD title TYPE string_date-time REQUIRED yes FIELD wavelength TYPE string_uri REQUIRED yes BROKEN_OUTPUT {aligned_pct:"hemi...
{"aligned_pct":"hemizygous","chromosome":"high","title":"2022-10-12T18:52:00Z","wavelength":"https://data.com/data"}
unquoted_keys
{ "type": "object", "properties": { "aligned_pct": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "chromosome": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] ...
{aligned_pct:"hemizygous",chromosome:"high",title:"2022-10-12T18:52:00Z",wavelength:"https://data.com/data"}
Expecting property name enclosed in double quotes
{"aligned_pct":"hemizygous","chromosome":"high","title":"2022-10-12T18:52:00Z","wavelength":"https://data.com/data"}
TASK repair_structured_output SPEC FIELD dim_f54 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD field_w86 TYPE boolean REQUIRED no FIELD key_y05 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD dim_z03 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD key_u69 TYPE stri...
{"dim_f54":"new","field_w86":true,"dim_z03":"mode_c","key_u69":"Diana","dim_f14":842.69,"prop_q72":"2024-06-30","attr_b22":252}
agent_chain
{ "type": "object", "properties": { "dim_f54": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "field_w86": { "type": "boolean" }, "key_y05": { "type": "string", "enum": [ "cat_a", ...
I need to look up the information first. Action: schedule_meeting Result: {"dim_f54": "new", "field_w86": true, "dim_z03": "mode_c", "key_u69": "Diana", "dim_f14": 842.69, "attr_b22": 252} I'll query our database. Action: validate_sample Result:
Agent multi-step chain with truncated tool output
{"dim_f54":"new","field_w86":true,"dim_z03":"mode_c","key_u69":"Diana","dim_f14":842.69,"prop_q72":"2024-06-30","attr_b22":252}
TASK repair_structured_output SPEC FIELD param_r99.dim_f92.val_r04 TYPE integer REQUIRED yes FIELD param_r99.dim_f92.param_f92 TYPE boolean REQUIRED yes FIELD param_r99.dim_f92.key_z15 TYPE number REQUIRED yes FIELD param_r99.dim_f92.attr_k41 TYPE boolean REQUIRED no FIELD param_r99.dim_f92.col_l91 TYPE integer REQUIR...
{"param_r30":539,"attr_q07":"pending","key_g21":{"attr_x72":{"key_t63":13,"attr_m83":"pending_review","dim_i15":"2023-12-25","attr_h16":"draft","attr_j31":74.37},"prop_q05":664,"key_u48":891,"param_i35":151,"dim_k68":657},"attr_a77":"2023-12-25","attr_m41":"2021-07-16T02:11:00Z","prop_z52":356}
tool_call_python_syntax
{ "type": "object", "properties": { "param_r99": { "type": "object", "properties": { "dim_f92": { "type": "object", "properties": { "val_r04": { "type": "integer" }, "param_f92": { "type": "boolean" ...
update_preferences(param_r30=539, attr_q07='pending', key_g21={'attr_x72': {'key_t63': 13, 'attr_m83': 'pending_review', 'dim_i15': '2023-12-25', 'attr_h16': 'draft', 'attr_j31': 74.37}, 'prop_q05': 664, 'key_u48': 891, 'param_i35': 151, 'dim_k68': 657}, attr_a77='2023-12-25', attr_m41='2021-07-16T02:11:00Z', prop_z52=...
Tool call uses Python syntax instead of JSON
{"param_r30":539,"attr_q07":"pending","key_g21":{"attr_x72":{"key_t63":13,"attr_m83":"pending_review","dim_i15":"2023-12-25","attr_h16":"draft","attr_j31":74.37},"prop_q05":664,"key_u48":891,"param_i35":151,"dim_k68":657},"attr_a77":"2023-12-25","attr_m41":"2021-07-16T02:11:00Z","prop_z52":356}
TASK repair_structured_output SPEC FIELD prop_j49 TYPE number REQUIRED yes FIELD val_x50 TYPE integer REQUIRED no FIELD param_o49 TYPE boolean REQUIRED no FIELD param_u23 TYPE number REQUIRED no FIELD col_n08[] TYPE string_email REQUIRED no FIELD param_x34[].dim_e89 TYPE string REQUIRED no FIELD param_x34[].key_q84 TY...
{"prop_j49":840.45,"val_x50":773,"param_o49":false,"col_n08":["ops@example.com","admin@example.com","ops@domain.org","test@domain.org"]}
tool_call_bad_format
{ "type": "object", "properties": { "prop_j49": { "type": "number" }, "val_x50": { "type": "integer" }, "param_o49": { "type": "boolean" }, "param_u23": { "type": "number" }, "col_n08": { "type": "array", "items": { "type": "string", ...
<functioncall> assign_berth {prop_j49: 840.45, val_x50: 773, param_o49: false, col_n08: ["ops@example.com", "admin@example.com", "ops@domain.org", "test@domain.org"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_j49":840.45,"val_x50":773,"param_o49":false,"col_n08":["ops@example.com","admin@example.com","ops@domain.org","test@domain.org"]}
TASK repair_structured_output SPEC FIELD val_j15 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD field_h22 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD col_l70 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes BROKEN_OUTPUT {'val_j15':'inland','field_...
{"val_j15":"inland","field_h22":"confirmed","col_l70":"mode_d"}
single_quotes
{ "type": "object", "properties": { "val_j15": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "field_h22": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "...
{'val_j15':'inland','field_h22':'confirmed','col_l70':'mode_d'}
Expecting property name enclosed in double quotes
{"val_j15":"inland","field_h22":"confirmed","col_l70":"mode_d"}
TASK repair_structured_output SPEC FIELD quality_score.decay_rate TYPE number REQUIRED yes FIELD quality_score.tags TYPE null REQUIRED no FIELD quality_score.throttle_pos TYPE string REQUIRED yes FIELD quality_score.published.tile TYPE string VALUES low|medium|high|critical REQUIRED no FIELD quality_score.published.la...
{"feedback":"homozygous","visible":false,"collateral":457.0}
invalid_enum
{ "type": "object", "properties": { "quality_score": { "type": "object", "properties": { "decay_rate": { "type": "number" }, "tags": { "type": "null" }, "throttle_pos": { "type": "string" }, "published": { ...
{"feedback": "invalid_value_157", "visible": false, "collateral": 457.0}
Field 'feedback' has invalid enum value 'invalid_value_157', expected one of ['homozygous', 'heterozygous', 'hemizygous']
{"feedback":"homozygous","visible":false,"collateral":457.0}
TASK repair_structured_output SPEC FIELD age TYPE string REQUIRED no FIELD level TYPE integer REQUIRED no FIELD website TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD timezone TYPE string REQUIRED yes BROKEN_OUTPUT {"age":"Tokyo","website":"type_b","timezone":"Alice"
{"age":"Tokyo","website":"type_b","timezone":"Alice"}
truncated_object
{ "type": "object", "properties": { "age": { "type": "string" }, "level": { "type": "integer" }, "website": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] }, "timezone": { "type"...
{"age":"Tokyo","website":"type_b","timezone":"Alice"
Unexpected end of JSON input — truncated object
{"age":"Tokyo","website":"type_b","timezone":"Alice"}
TASK repair_structured_output SPEC FIELD attr_u21 TYPE boolean REQUIRED yes FIELD field_g65 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD col_n07 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD attr_p86.col_v85.attr_u28 TYPE string REQUIRED no FIELD attr_p86.col_v85.dim_j53 TYPE strin...
{"attr_u21":true,"field_g65":"moored","col_n07":"JPY","attr_p86":{"col_v85":{"attr_u28":"completed","dim_j53":"email","param_l72":"escalated","key_t10":["RTG-04","New York","2023-12-25","Silva"],"param_s45":[false]},"field_o71":"archived","param_j08":839.4,"val_o55":true,"col_y11":null,"attr_m18":null},"prop_u56":"coas...
truncated_object
{ "type": "object", "properties": { "attr_u21": { "type": "boolean" }, "field_g65": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "col_n07": { "type": "string", "enum": [ "USD", "...
{"attr_u21":true,"field_g65":"moored","col_n07":"JPY","attr_p86":{"col_v85":{"attr_u28":"completed","dim_j53":"email","param_l72":"escalated","key_t10":["RTG-04","New York","2023-12-25","Silva"],"param_s45":[false]},"field_o71":"archived","param_j08":839.4,"val_o55":true,"col_y11":null,"attr_m18":null},"prop_u56":"coas...
Unexpected end of JSON input — truncated object
{"attr_u21":true,"field_g65":"moored","col_n07":"JPY","attr_p86":{"col_v85":{"attr_u28":"completed","dim_j53":"email","param_l72":"escalated","key_t10":["RTG-04","New York","2023-12-25","Silva"],"param_s45":[false]},"field_o71":"archived","param_j08":839.4,"val_o55":true,"col_y11":null,"attr_m18":null},"prop_u56":"coas...
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD start_date.status_code TYPE string_date-time REQUIRED yes FIELD start_date.invoice_id TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD start_date.full_name[] TYPE string REQUIRED no FIELD start_date...
{"balance":"mode_b","start_date":{"status_code":"2020-01-02T21:45:00Z","invoice_id":"level_1","full_name":["Diana"],"created_at":["intermittent","unstable","reliable","reliable"]},"altitude":false,"allele":"new","email":"level_1","full_name":true}
missing_brace
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "start_date": { "type": "object", "properties": { "status_code": { "type": "string", "format": "date-time" ...
"balance":"mode_b","start_date":{"status_code":"2020-01-02T21:45:00Z","invoice_id":"level_1","full_name":["Diana"],"created_at":["intermittent","unstable","reliable","reliable"]},"altitude":false,"allele":"new","email":"level_1","full_name":true}
Missing closing brace
{"balance":"mode_b","start_date":{"status_code":"2020-01-02T21:45:00Z","invoice_id":"level_1","full_name":["Diana"],"created_at":["intermittent","unstable","reliable","reliable"]},"altitude":false,"allele":"new","email":"level_1","full_name":true}
TASK repair_structured_output SPEC FIELD decay_rate TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD wavelength TYPE string REQUIRED no FIELD score TYPE null REQUIRED no FIELD manifest_ref TYPE integer REQUIRED yes FIELD maturity_date TYPE string VALUES small|medium|large|xl REQUIRED no BROKE...
{"decay_rate":"cat_c","wavelength":"A short description.","manifest_ref":375,"maturity_date":"small"}
missing_bracket
{ "type": "object", "properties": { "decay_rate": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "wavelength": { "type": "string" }, "score": { "type": "null" }, "manife...
{"decay_rate":"cat_c","wavelength":"A short description.","manifest_ref":375,"maturity_date":"small"}
Missing closing bracket
{"decay_rate":"cat_c","wavelength":"A short description.","manifest_ref":375,"maturity_date":"small"}
TASK repair_structured_output SPEC FIELD deploy_target TYPE integer REQUIRED yes FIELD aligned_pct TYPE boolean REQUIRED yes FIELD product_id TYPE string_uri REQUIRED no FIELD vessel_name.language TYPE string REQUIRED yes FIELD vessel_name.tags TYPE string REQUIRED yes FIELD vessel_name.latitude TYPE string VALUES ope...
{"deploy_target":423,"aligned_pct":true,"product_id":"https://www.io/v1","id":{"department":437.69,"latitude":"option_b","rating":null}}
number_with_unit
{ "type": "object", "properties": { "deploy_target": { "type": "integer" }, "aligned_pct": { "type": "boolean" }, "product_id": { "type": "string", "format": "uri" }, "vessel_name": { "type": "object", "properties": { "language": { "t...
{"deploy_target": "423cm", "aligned_pct": true, "product_id": "https://www.io/v1", "id": {"department": 437.69, "latitude": "option_b", "rating": null}}
Field 'deploy_target' must be number, got string with unit
{"deploy_target":423,"aligned_pct":true,"product_id":"https://www.io/v1","id":{"department":437.69,"latitude":"option_b","rating":null}}
TASK repair_structured_output SPEC FIELD options TYPE boolean REQUIRED no FIELD dosage TYPE null REQUIRED no FIELD notes TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD index TYPE string REQUIRED no FIELD start_date TYPE number REQUIRED yes FIELD rating TYPE string VALUES coastal|oceanic|inland|arctic REQU...
{"dosage":null,"notes":"large","index":"Sao Paulo","start_date":244.97,"rating":"oceanic","position":null,"chapter":{"voltage":"blue","rating":923,"procedure_code":936.81,"items":[{"city":"unstable","repository":"phone","index":null,"isotope":true,"cargo_type":"inland"},{"city":"unstable","repository":"email","index":n...
extra_text_before
{ "type": "object", "properties": { "options": { "type": "boolean" }, "dosage": { "type": "null" }, "notes": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "index": { "type": "string" }, "sta...
I've generated the following JSON: {"dosage":null,"notes":"large","index":"Sao Paulo","start_date":244.97,"rating":"oceanic","position":null,"chapter":{"voltage":"blue","rating":923,"procedure_code":936.81,"items":[{"city":"unstable","repository":"phone","index":null,"isotope":true,"cargo_type":"inland"},{"city":"unsta...
Output contains non-JSON text before the object
{"dosage":null,"notes":"large","index":"Sao Paulo","start_date":244.97,"rating":"oceanic","position":null,"chapter":{"voltage":"blue","rating":923,"procedure_code":936.81,"items":[{"city":"unstable","repository":"phone","index":null,"isotope":true,"cargo_type":"inland"},{"city":"unstable","repository":"email","index":n...
TASK repair_structured_output SPEC FIELD vessel_name TYPE null REQUIRED no FIELD filter_flag TYPE string REQUIRED no FIELD width TYPE boolean REQUIRED no FIELD shipper_ref TYPE string REQUIRED no FIELD payment_status TYPE integer REQUIRED no FIELD full_name TYPE string VALUES type_a|type_b REQUIRED yes BROKEN_OUTPUT ...
{"vessel_name":null,"shipper_ref":"bar","full_name":"type_a"}
tool_call_bad_format
{ "type": "object", "properties": { "vessel_name": { "type": "null" }, "filter_flag": { "type": "string" }, "width": { "type": "boolean" }, "shipper_ref": { "type": "string" }, "payment_status": { "type": "integer" }, "full_name": { "ty...
<functioncall> validate_address {vessel_name: null, shipper_ref: "bar", full_name: "type_a"}
Tool call has malformed arguments — unquoted keys in function parameters
{"vessel_name":null,"shipper_ref":"bar","full_name":"type_a"}
TASK repair_structured_output SPEC FIELD val_i72 TYPE string_uri REQUIRED yes FIELD prop_n15 TYPE integer REQUIRED yes FIELD attr_y19 TYPE integer REQUIRED yes BROKEN_OUTPUT I need to look up the information first. Action: generate_report Arguments: {"val_i72": "https://example.com/v1", "prop_n15": 998}
{"val_i72":"https://example.com/v1","prop_n15":998,"attr_y19":218}
tool_call_partial_args
{ "type": "object", "properties": { "val_i72": { "type": "string", "format": "uri" }, "prop_n15": { "type": "integer" }, "attr_y19": { "type": "integer" } }, "required": [ "prop_n15", "val_i72", "attr_y19" ] }
I need to look up the information first. Action: generate_report Arguments: {"val_i72": "https://example.com/v1", "prop_n15": 998}
Agent tool call missing required parameter 'attr_y19'
{"val_i72":"https://example.com/v1","prop_n15":998,"attr_y19":218}
TASK repair_structured_output SPEC FIELD id TYPE string REQUIRED no FIELD section TYPE boolean REQUIRED yes FIELD temp_celsius TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD product_id[] TYPE string_date-time REQUIRED yes FIELD index[] TYPE number REQUIRED no BROKEN_OUTPUT {"section": "\"no\"", "temp_...
{"section":false,"temp_celsius":"medium","product_id":["2026-11-20T15:19:00Z","2026-01-11T04:36:00Z"],"index":[772.24,129.13]}
wrong_type
{ "type": "object", "properties": { "id": { "type": "string" }, "section": { "type": "boolean" }, "temp_celsius": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "product_id": { "type": "array", ...
{"section": "\"no\"", "temp_celsius": "medium", "product_id": ["2026-11-20T15:19:00Z", "2026-01-11T04:36:00Z"], "index": [772.24, 129.13]}
Field 'section' must be boolean, got string
{"section":false,"temp_celsius":"medium","product_id":["2026-11-20T15:19:00Z","2026-01-11T04:36:00Z"],"index":[772.24,129.13]}
TASK repair_structured_output SPEC FIELD attr_u80 TYPE integer REQUIRED no FIELD dim_h12 TYPE string_date-time REQUIRED no FIELD prop_i42 TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD attr_y90[].dim_d43 TYPE number REQUIRED no FIELD attr_y90[].field_b56 TYPE string_email REQUIRED no FIELD attr_y90[].at...
{"attr_u80":551,"prop_i42":"level_3","attr_y90":[{"dim_d43":63.72,"field_b56":"test@domain.org","attr_i23":750,"field_o17":"Johnson","attr_k76":438,"field_a83":null},{"dim_d43":177.59,"field_b56":"user@test.io","attr_i23":875,"field_o17":"GRCh38","attr_k76":465,"field_a83":null}]}
truncated_object
{ "type": "object", "properties": { "attr_u80": { "type": "integer" }, "dim_h12": { "type": "string", "format": "date-time" }, "prop_i42": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "attr_y90": { "t...
{"attr_u80":551,"prop_i42":"level_3","attr_y90":[{"dim_d43":63.72,"field_b56":"test@domain.org","attr_i23":750,"field_o17":"Johnson","attr_k76":438,"field_a83":null},{"dim_d43":177.59,"field_b56":"user@test.io","attr_i23":875,"field_o17":"GRCh38","attr_k76":465,"field_a83":null}]
Unexpected end of JSON input — truncated object
{"attr_u80":551,"prop_i42":"level_3","attr_y90":[{"dim_d43":63.72,"field_b56":"test@domain.org","attr_i23":750,"field_o17":"Johnson","attr_k76":438,"field_a83":null},{"dim_d43":177.59,"field_b56":"user@test.io","attr_i23":875,"field_o17":"GRCh38","attr_k76":465,"field_a83":null}]}
TASK repair_structured_output SPEC FIELD count TYPE string_uri REQUIRED no FIELD ph_level.frequency_hz TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD ph_level.section TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD ph_level.voltage TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED...
{"ph_level":{"frequency_hz":"mode_a","section":"mode_b","voltage":"level_3","description":false,"consignee":944.17},"department":true,"consignee":"mode_b","longitude":983.75,"score":"test@example.com","total":"chrX"}
tool_call_partial_args
{ "type": "object", "properties": { "count": { "type": "string", "format": "uri" }, "ph_level": { "type": "object", "properties": { "frequency_hz": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", ...
Let me check the system. Action: track_vessel Arguments: {"ph_level": {"frequency_hz": "mode_a", "section": "mode_b", "voltage": "level_3", "description": false, "consignee": 944.17}, "consignee": "mode_b", "longitude": 983.75, "score": "test@example.com", "total": "chrX"}
Agent tool call missing required parameter 'department'
{"ph_level":{"frequency_hz":"mode_a","section":"mode_b","voltage":"level_3","description":false,"consignee":944.17},"department":true,"consignee":"mode_b","longitude":983.75,"score":"test@example.com","total":"chrX"}
TASK repair_structured_output SPEC FIELD val_l82 TYPE number REQUIRED yes FIELD param_s40 TYPE boolean REQUIRED yes FIELD val_w38 TYPE string REQUIRED yes BROKEN_OUTPUT Tool: read_sensor_array Params: {"val_l82": 643.61, "val_w38": "New York", "param_s40_value": true}
{"val_l82":643.61,"param_s40":true,"val_w38":"New York"}
tool_call_wrong_param
{ "type": "object", "properties": { "val_l82": { "type": "number" }, "param_s40": { "type": "boolean" }, "val_w38": { "type": "string" } }, "required": [ "val_l82", "val_w38", "param_s40" ] }
Tool: read_sensor_array Params: {"val_l82": 643.61, "val_w38": "New York", "param_s40_value": true}
Agent used wrong parameter name 'param_s40_value' instead of 'param_s40'
{"val_l82":643.61,"param_s40":true,"val_w38":"New York"}
TASK repair_structured_output SPEC FIELD balance TYPE string VALUES success|error|warning|info REQUIRED yes FIELD image_url TYPE integer REQUIRED no FIELD throttle_pos.full_name TYPE null REQUIRED no FIELD throttle_pos.rating TYPE number REQUIRED no FIELD throttle_pos.currency TYPE integer REQUIRED no FIELD throttle_p...
{"balance":"warning","image_url":759,"throttle_pos":{"full_name":null,"currency":668,"brake_pressure":{"aligned_pct":"Charlie","color":"https://data.com/data","height":"2022-12-11T00:24:00Z","patient_id":488},"loan_amount":622.68,"type":"divorced","website":339},"shipper_ref":{"step":false,"created_at":"2024-01-15","ba...
tool_call_text_mix
{ "type": "object", "properties": { "balance": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "image_url": { "type": "integer" }, "throttle_pos": { "type": "object", "properties": { "full_name":...
Let me check the system. <tool_call name="create_order"> {"balance":"warning","image_url":759,"throttle_pos":{"full_name":null,"currency":668,"brake_pressure":{"aligned_pct":"Charlie","color":"https://data.com/data","height":"2022-12-11T00:24:00Z","patient_id":488},"loan_amount":622.68,"type":"divorced","website":339},...
Agent response mixes reasoning text with tool call
{"balance":"warning","image_url":759,"throttle_pos":{"full_name":null,"currency":668,"brake_pressure":{"aligned_pct":"Charlie","color":"https://data.com/data","height":"2022-12-11T00:24:00Z","patient_id":488},"loan_amount":622.68,"type":"divorced","website":339},"shipper_ref":{"step":false,"created_at":"2024-01-15","ba...
TASK repair_structured_output SPEC FIELD param_i58 TYPE string VALUES type_a|type_b REQUIRED no FIELD param_n07 TYPE integer REQUIRED no FIELD attr_a05 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD param_w26 TYPE string REQUIRED no FIELD key_w32 TYPE string REQUIRED no FIELD prop_a23 TYPE string_uri REQUIRED no F...
{"param_n07":613,"attr_a05":"mode_b","param_w26":"New York","key_w32":"Jane","prop_a23":"https://example.org/data","key_e02":{"col_r76":495,"attr_y80":"demo","key_t60":{"param_p36":false,"dim_d08":164.63,"val_x25":"reliable"},"field_v91":{"attr_g02":"cat_b","dim_z68":"type_a","attr_z48":"homozygous","prop_k91":"New Yor...
missing_brace
{ "type": "object", "properties": { "param_i58": { "type": "string", "enum": [ "type_a", "type_b" ] }, "param_n07": { "type": "integer" }, "attr_a05": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "param_w2...
"param_n07":613,"attr_a05":"mode_b","param_w26":"New York","key_w32":"Jane","prop_a23":"https://example.org/data","key_e02":{"col_r76":495,"attr_y80":"demo","key_t60":{"param_p36":false,"dim_d08":164.63,"val_x25":"reliable"},"field_v91":{"attr_g02":"cat_b","dim_z68":"type_a","attr_z48":"homozygous","prop_k91":"New York...
Missing closing brace
{"param_n07":613,"attr_a05":"mode_b","param_w26":"New York","key_w32":"Jane","prop_a23":"https://example.org/data","key_e02":{"col_r76":495,"attr_y80":"demo","key_t60":{"param_p36":false,"dim_d08":164.63,"val_x25":"reliable"},"field_v91":{"attr_g02":"cat_b","dim_z68":"type_a","attr_z48":"homozygous","prop_k91":"New Yor...
TASK repair_structured_output SPEC FIELD berth_slot TYPE string_email REQUIRED no FIELD frequency_hz TYPE string VALUES low|medium|high|critical REQUIRED no FIELD salinity TYPE integer REQUIRED no FIELD label TYPE string REQUIRED yes FIELD visible TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD f...
{"frequency_hz":"low","salinity":101,"label":"Hapag-Lloyd-Express","visible":"underway","format":"https://example.io/v1","latitude":{"order_id":true,"length":null,"salinity":"draft","bearing":"married","description":"open"}}
extra_text_before
{ "type": "object", "properties": { "berth_slot": { "type": "string", "format": "email" }, "frequency_hz": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "salinity": { "type": "integer" }, "label"...
Below is the JSON object: {"frequency_hz":"low","salinity":101,"label":"Hapag-Lloyd-Express","visible":"underway","format":"https://example.io/v1","latitude":{"order_id":true,"length":null,"salinity":"draft","bearing":"married","description":"open"}}
Output contains non-JSON text before the object
{"frequency_hz":"low","salinity":101,"label":"Hapag-Lloyd-Express","visible":"underway","format":"https://example.io/v1","latitude":{"order_id":true,"length":null,"salinity":"draft","bearing":"married","description":"open"}}
TASK repair_structured_output SPEC FIELD prop_t38 TYPE number REQUIRED no FIELD dim_i91 TYPE integer REQUIRED yes FIELD prop_s17 TYPE string VALUES level_1|level_2|level_3 REQUIRED no FIELD col_y34.attr_k61 TYPE null REQUIRED yes FIELD col_y34.col_o70.dim_d25 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIE...
{"prop_t38":328.37,"dim_i91":152,"col_y34":{"attr_k61":null,"col_o70":{"dim_d25":"cat_a","val_z72":"coastal","field_i62":"error","key_s85":644},"dim_n93":502.67,"val_m06":"world"}}
null_required
{ "type": "object", "properties": { "prop_t38": { "type": "number" }, "dim_i91": { "type": "integer" }, "prop_s17": { "type": "string", "enum": [ "level_1", "level_2", "level_3" ] }, "col_y34": { "type": "object", "propert...
{"prop_t38": 328.37, "dim_i91": null, "col_y34": {"attr_k61": null, "col_o70": {"dim_d25": "cat_a", "val_z72": "coastal", "field_i62": "error", "key_s85": 644}, "dim_n93": 502.67, "val_m06": "world"}}
Required field 'dim_i91' is null
{"prop_t38":328.37,"dim_i91":152,"col_y34":{"attr_k61":null,"col_o70":{"dim_d25":"cat_a","val_z72":"coastal","field_i62":"error","key_s85":644},"dim_n93":502.67,"val_m06":"world"}}
TASK repair_structured_output SPEC FIELD attr_h55 TYPE integer REQUIRED no FIELD dim_c08 TYPE string_email REQUIRED no FIELD param_o54 TYPE integer REQUIRED no FIELD prop_t66 TYPE string REQUIRED no FIELD key_a72 TYPE string REQUIRED yes FIELD key_u71 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD pr...
{"attr_h55":362,"dim_c08":"info@example.com","param_o54":100,"prop_t66":"Charlie","key_a72":"test","prop_i81":628.96}
number_with_unit
{ "type": "object", "properties": { "attr_h55": { "type": "integer" }, "dim_c08": { "type": "string", "format": "email" }, "param_o54": { "type": "integer" }, "prop_t66": { "type": "string" }, "key_a72": { "type": "string" }, "key_u71":...
{"attr_h55": 362, "dim_c08": "info@example.com", "param_o54": "100kg", "prop_t66": "Charlie", "key_a72": "test", "prop_i81": 628.96}
Field 'param_o54' must be number, got string with unit
{"attr_h55":362,"dim_c08":"info@example.com","param_o54":100,"prop_t66":"Charlie","key_a72":"test","prop_i81":628.96}
TASK repair_structured_output SPEC FIELD prop_t50 TYPE string REQUIRED yes FIELD col_a99 TYPE string REQUIRED no FIELD dim_y58 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD val_t44.val_k93 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_t44.attr_w75 TYPE string REQUIRED no FIELD val_t44.a...
{"prop_t50":"REV","col_a99":"Luis","dim_y58":"viewer","val_t44":{"val_k93":"pro","attr_w75":"qux","attr_o10":903,"attr_n72":"cancelled","key_q45":"editor"}}
markdown_fences
{ "type": "object", "properties": { "prop_t50": { "type": "string" }, "col_a99": { "type": "string" }, "dim_y58": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "val_t44": { "type": "object", "properties": ...
```json {"prop_t50":"REV","col_a99":"Luis","dim_y58":"viewer","val_t44":{"val_k93":"pro","attr_w75":"qux","attr_o10":903,"attr_n72":"cancelled","key_q45":"editor"}} ```
Output contains markdown code fences
{"prop_t50":"REV","col_a99":"Luis","dim_y58":"viewer","val_t44":{"val_k93":"pro","attr_w75":"qux","attr_o10":903,"attr_n72":"cancelled","key_q45":"editor"}}
TASK repair_structured_output SPEC FIELD wavelength TYPE null REQUIRED no FIELD span_id TYPE string VALUES draft|published|archived REQUIRED no FIELD annotation TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD values TYPE string REQUIRED no FIELD last_name TYPE number REQUIRED no BROKEN_OUTPUT {"wavelength...
{"wavelength":null,"span_id":"draft","annotation":"small","values":"pending","last_name":528.71}
trailing_comma
{ "type": "object", "properties": { "wavelength": { "type": "null" }, "span_id": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "annotation": { "type": "string", "enum": [ "small", "medium", ...
{"wavelength":null,"span_id":"draft","annotation":"small","values":"pending","last_name":528.71,}
Unexpected trailing comma
{"wavelength":null,"span_id":"draft","annotation":"small","values":"pending","last_name":528.71}
TASK repair_structured_output SPEC FIELD key_o74 TYPE string REQUIRED yes FIELD field_v89 TYPE integer REQUIRED no FIELD param_m91.key_i86 TYPE string_email REQUIRED yes FIELD param_m91.val_z04 TYPE boolean REQUIRED no FIELD param_m91.val_j41 TYPE boolean REQUIRED no FIELD param_m91.val_i10 TYPE string VALUES draft|pu...
{"key_o74":"https://api.example.com/v1","field_v89":770,"param_m91":{"key_i86":"ops@test.io","val_z04":false,"val_j41":false,"val_i10":"draft","param_x52":{"dim_x63":"FWD","prop_i08":"admin","dim_h24":"Luis","prop_c01":["info"]},"dim_x01":"Luis"},"prop_v05":true,"attr_e15":{"attr_h59":"single","val_a56":"bar","field_k9...
boolean_as_string
{ "type": "object", "properties": { "key_o74": { "type": "string" }, "field_v89": { "type": "integer" }, "param_m91": { "type": "object", "properties": { "key_i86": { "type": "string", "format": "email" }, "val_z04": { ...
{"key_o74": "https://api.example.com/v1", "field_v89": 770, "param_m91": {"key_i86": "ops@test.io", "val_z04": false, "val_j41": false, "val_i10": "draft", "param_x52": {"dim_x63": "FWD", "prop_i08": "admin", "dim_h24": "Luis", "prop_c01": ["info"]}, "dim_x01": "Luis"}, "prop_v05": true, "attr_e15": {"attr_h59": "singl...
Field 'col_d61' must be boolean, got string
{"key_o74":"https://api.example.com/v1","field_v89":770,"param_m91":{"key_i86":"ops@test.io","val_z04":false,"val_j41":false,"val_i10":"draft","param_x52":{"dim_x63":"FWD","prop_i08":"admin","dim_h24":"Luis","prop_c01":["info"]},"dim_x01":"Luis"},"prop_v05":true,"attr_e15":{"attr_h59":"single","val_a56":"bar","field_k9...
TASK repair_structured_output SPEC FIELD score TYPE number REQUIRED no FIELD payment_status TYPE string REQUIRED no FIELD throttle_pos TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD currency[] TYPE string REQUIRED yes FIELD image_url[].collateral TYPE number REQUIRED no FIELD image_url[].dosag...
{"throttle_pos":"heterozygous","currency":["This is a test value."],"image_url":[{"collateral":835.5,"dosage":null,"position":65,"status":"demo","conductivity":"medium"},{"collateral":731.58,"dosage":null,"position":663,"status":"2024-01-15","color":65,"conductivity":"medium","decay_rate":720},{"dosage":null,"status":"...
truncated_object
{ "type": "object", "properties": { "score": { "type": "number" }, "payment_status": { "type": "string" }, "throttle_pos": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "currency": { "type": "arra...
{"throttle_pos":"heterozygous","currency":["This is a test value."],"image_url":[{"collateral":835.5,"dosage":null,"position":65,"status":"demo","conductivity":"medium"},{"collateral":731.58,"dosage":null,"position":663,"status":"2024-01-15","color":65,"conductivity":"medium","decay_rate":720},{"dosage":null,"status":"...
Unexpected end of JSON input — truncated object
{"throttle_pos":"heterozygous","currency":["This is a test value."],"image_url":[{"collateral":835.5,"dosage":null,"position":65,"status":"demo","conductivity":"medium"},{"collateral":731.58,"dosage":null,"position":663,"status":"2024-01-15","color":65,"conductivity":"medium","decay_rate":720},{"dosage":null,"status":"...
TASK repair_structured_output SPEC FIELD key_z63 TYPE boolean REQUIRED yes FIELD dim_n59 TYPE string REQUIRED no FIELD val_g03 TYPE string VALUES free|basic|pro|enterprise REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: schedule_meeting Result: {"dim_n59": "2023-12-25"} Processing the requ...
{"key_z63":true,"dim_n59":"2023-12-25"}
agent_chain
{ "type": "object", "properties": { "key_z63": { "type": "boolean" }, "dim_n59": { "type": "string" }, "val_g03": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] } }, "required": [ "key_z63" ] }
I need to look up the information first. Action: schedule_meeting Result: {"dim_n59": "2023-12-25"} Processing the request now. Action: check_cargo_manifest Result:
Agent multi-step chain with truncated tool output
{"key_z63":true,"dim_n59":"2023-12-25"}
TASK repair_structured_output SPEC FIELD patient_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD quantity TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED no FIELD temp_celsius TYPE number REQUIRED no FIELD thumbnail TYPE integer REQUIRED yes FIELD shift_code TY...
{"patient_id":"escalated","quantity":"type_d","temp_celsius":551.71,"thumbnail":416,"shift_code":true}
boolean_as_string
{ "type": "object", "properties": { "patient_id": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "quantity": { "type": "string", "enum": [ "type_a", "type_b", "type_c", ...
{"patient_id": "escalated", "quantity": "type_d", "temp_celsius": 551.71, "thumbnail": 416, "shift_code": "True"}
Field 'shift_code' must be boolean, got string
{"patient_id":"escalated","quantity":"type_d","temp_celsius":551.71,"thumbnail":416,"shift_code":true}
TASK repair_structured_output SPEC FIELD options TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD shipping TYPE string_uri REQUIRED yes FIELD consignee.role TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD consignee.commit_hash TYPE string VALUES pending_review|confi...
{"options":"offline","shipping":"https://example.io/v1","consignee":{"role":"closed","commit_hash":"rejected","position":434.7,"city":"2025-11-22T18:05:00Z","latitude":"2020-09-28T10:12:00Z"}}
trailing_comma
{ "type": "object", "properties": { "options": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "shipping": { "type": "string", "format": "uri" }, "consignee": { "type": "object", "pro...
{"options":"offline","shipping":"https://example.io/v1","consignee":{"role":"closed","commit_hash":"rejected","position":434.7,"city":"2025-11-22T18:05:00Z","latitude":"2020-09-28T10:12:00Z",}}
Unexpected trailing comma
{"options":"offline","shipping":"https://example.io/v1","consignee":{"role":"closed","commit_hash":"rejected","position":434.7,"city":"2025-11-22T18:05:00Z","latitude":"2020-09-28T10:12:00Z"}}
TASK repair_structured_output SPEC FIELD key_p67.param_z49.field_d56 TYPE number REQUIRED no FIELD key_p67.param_z49.prop_y89 TYPE string_uri REQUIRED no FIELD key_p67.param_z49.param_q55 TYPE number REQUIRED yes FIELD key_p67.param_z49.col_y42 TYPE number REQUIRED yes FIELD key_p67.prop_s08.param_p52 TYPE integer REQ...
{"field_p06":589,"val_l05":{"field_w94":"GBP","param_b36":"homozygous","val_c29":552},"col_h20":"qux","param_y40":"https://example.org/v1","prop_r40":null,"prop_e39":"QC-07"}
number_with_unit
{ "type": "object", "properties": { "key_p67": { "type": "object", "properties": { "param_z49": { "type": "object", "properties": { "field_d56": { "type": "number" }, "prop_y89": { "type": "string", ...
{"field_p06": "589kg", "val_l05": {"field_w94": "GBP", "param_b36": "homozygous", "val_c29": 552}, "col_h20": "qux", "param_y40": "https://example.org/v1", "prop_r40": null, "prop_e39": "QC-07"}
Field 'field_p06' must be number, got string with unit
{"field_p06":589,"val_l05":{"field_w94":"GBP","param_b36":"homozygous","val_c29":552},"col_h20":"qux","param_y40":"https://example.org/v1","prop_r40":null,"prop_e39":"QC-07"}
TASK repair_structured_output SPEC FIELD col_o43 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_v88 TYPE number REQUIRED no FIELD field_z61 TYPE string REQUIRED no BROKEN_OUTPUT I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {...
{"col_o43":"inland","col_v88":565.56,"field_z61":"world"}
thought_process
{ "type": "object", "properties": { "col_o43": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "col_v88": { "type": "number" }, "field_z61": { "type": "string" } }, "required": [ "col_o43" ] }
I need to create a JSON object that matches the given schema. Let me make sure all required fields are included. {"col_o43":"inland","col_v88":565.56,"field_z61":"world"}
Output contains chain-of-thought reasoning before JSON
{"col_o43":"inland","col_v88":565.56,"field_z61":"world"}
TASK repair_structured_output SPEC FIELD field_m21 TYPE string REQUIRED yes FIELD val_s61 TYPE integer REQUIRED yes FIELD prop_u30 TYPE string_uri REQUIRED yes FIELD attr_j14 TYPE integer REQUIRED yes BROKEN_OUTPUT Tool: schedule_meeting Params: {"val_s61": 658, "prop_u30": "https://www.io/v1", "attr_j14": 779, "fiel...
{"field_m21":"cancelled","val_s61":658,"prop_u30":"https://www.io/v1","attr_j14":779}
tool_call_wrong_param
{ "type": "object", "properties": { "field_m21": { "type": "string" }, "val_s61": { "type": "integer" }, "prop_u30": { "type": "string", "format": "uri" }, "attr_j14": { "type": "integer" } }, "required": [ "prop_u30", "val_s61", "field_m...
Tool: schedule_meeting Params: {"val_s61": 658, "prop_u30": "https://www.io/v1", "attr_j14": 779, "field_m21_id": "cancelled"}
Agent used wrong parameter name 'field_m21_id' instead of 'field_m21'
{"field_m21":"cancelled","val_s61":658,"prop_u30":"https://www.io/v1","attr_j14":779}
TASK repair_structured_output SPEC FIELD zip_code.catalyst TYPE string REQUIRED yes FIELD zip_code.run_id TYPE string REQUIRED yes FIELD zip_code.balance.allele TYPE string REQUIRED yes FIELD zip_code.balance.first_name TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD zip_code.balance.diagnosis_code TY...
{"zip_code":{"catalyst":"https://example.com","run_id":"quux"},"step":"test","latitude":"demo","lab_result":"delivered","interest_rate":"editor","width":null,"version":462}
extra_field
{ "type": "object", "properties": { "zip_code": { "type": "object", "properties": { "catalyst": { "type": "string" }, "run_id": { "type": "string" }, "balance": { "type": "object", "properties": { "allele": {...
{"zip_code": {"catalyst": "https://example.com", "run_id": "quux"}, "step": "test", "latitude": "demo", "lab_result": "delivered", "interest_rate": "editor", "width": null, "version": 462, "extra_info_5802": true}
Unknown field 'extra_info_5802' not defined in schema
{"zip_code":{"catalyst":"https://example.com","run_id":"quux"},"step":"test","latitude":"demo","lab_result":"delivered","interest_rate":"editor","width":null,"version":462}
TASK repair_structured_output SPEC FIELD col_h57 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_d50 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD val_s22 TYPE string_date-time REQUIRED yes FIELD prop_j74 TYPE string VALUES new|in_transit|delivered|returned R...
{"col_h57":"pending_review","prop_d50":"oceanic","val_s22":"2021-08-01T10:20:00Z","val_k74":672,"param_u59":"nonsense"}
tool_call_bad_format
{ "type": "object", "properties": { "col_h57": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_d50": { "type": "string", "enum": [ "coastal", "oceanic", "inland", ...
<functioncall> assign_berth {col_h57: "pending_review", prop_d50: "oceanic", val_s22: "2021-08-01T10:20:00Z", val_k74: 672, param_u59: "nonsense"}
Tool call has malformed arguments — unquoted keys in function parameters
{"col_h57":"pending_review","prop_d50":"oceanic","val_s22":"2021-08-01T10:20:00Z","val_k74":672,"param_u59":"nonsense"}
TASK repair_structured_output SPEC FIELD build_status TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD message TYPE string REQUIRED no FIELD rating TYPE string VALUES option_a|option_b REQUIRED no FIELD full_name TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD coverage TYPE number ...
{"build_status":"option_a","message":"chrX","rating":"option_b","full_name":"level_3","coverage":737.18}
tool_call_wrong_param
{ "type": "object", "properties": { "build_status": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "message": { "type": "string" }, "rating": { "type": "string", "enum": [ "option_a", "option_b" ...
Tool: validate_sample Params: {"build_status": "option_a", "rating": "option_b", "full_name": "level_3", "coverage": 737.18, "message_value": "chrX"}
Agent used wrong parameter name 'message_value' instead of 'message'
{"build_status":"option_a","message":"chrX","rating":"option_b","full_name":"level_3","coverage":737.18}
TASK repair_structured_output SPEC FIELD field_v85 TYPE string REQUIRED yes FIELD param_t04 TYPE string REQUIRED yes FIELD dim_i05 TYPE string REQUIRED no FIELD param_e57 TYPE string VALUES success|error|warning|info REQUIRED no BROKEN_OUTPUT {"field_v85": "Jane", "param_t04": "2024-06-30", "dim_i05": "FWD", "param_e...
{"field_v85":"Jane","param_t04":"2024-06-30","dim_i05":"FWD","param_e57":"error"}
synonym_enum
{ "type": "object", "properties": { "field_v85": { "type": "string" }, "param_t04": { "type": "string" }, "dim_i05": { "type": "string" }, "param_e57": { "type": "string", "enum": [ "success", "error", "warning", "info" ...
{"field_v85": "Jane", "param_t04": "2024-06-30", "dim_i05": "FWD", "param_e57": "broken"}
Field 'param_e57' has synonym 'broken' instead of valid enum value
{"field_v85":"Jane","param_t04":"2024-06-30","dim_i05":"FWD","param_e57":"error"}