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 conductivity TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD features TYPE number REQUIRED yes FIELD catalyst TYPE string VALUES draft|published|archived REQUIRED yes BROKEN_OUTPUT The parsed result is: {"features":287.1,"catalyst":"published"}
{"features":287.1,"catalyst":"published"}
extra_text_before
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "features": { "type": "number" }, "catalyst": { "type": "string", "enum": [ "draft", ...
The parsed result is: {"features":287.1,"catalyst":"published"}
Output contains non-JSON text before the object
{"features":287.1,"catalyst":"published"}
TASK repair_structured_output SPEC FIELD nickname TYPE string REQUIRED yes FIELD half_life.shipping TYPE string REQUIRED no FIELD half_life.collateral TYPE string REQUIRED no FIELD half_life.created_at TYPE string_date-time REQUIRED no FIELD half_life.website TYPE string REQUIRED yes FIELD half_life.altitude.visible T...
{"nickname":"QC-07","half_life":{"shipping":"REV","collateral":"qux","created_at":"2025-01-07T10:29:00Z","website":"Paris","altitude":{"visible":712.39,"conductivity":865.53,"position":null},"email":{"longitude":"low","annotation":"inactive","fleet_number":"error","credit_score":253,"cargo_type":false,"state":"type_b",...
tool_call_partial_args
{ "type": "object", "properties": { "nickname": { "type": "string" }, "half_life": { "type": "object", "properties": { "shipping": { "type": "string" }, "collateral": { "type": "string" }, "created_at": { "type": "st...
I need to look up the information first. Action: apply_discount Arguments: {"half_life": {"shipping": "REV", "collateral": "qux", "created_at": "2025-01-07T10:29:00Z", "website": "Paris", "altitude": {"visible": 712.39, "conductivity": 865.53, "position": null}, "email": {"longitude": "low", "annotation": "inactive", "...
Agent tool call missing required parameter 'nickname'
{"nickname":"QC-07","half_life":{"shipping":"REV","collateral":"qux","created_at":"2025-01-07T10:29:00Z","website":"Paris","altitude":{"visible":712.39,"conductivity":865.53,"position":null},"email":{"longitude":"low","annotation":"inactive","fleet_number":"error","credit_score":253,"cargo_type":false,"state":"type_b",...
TASK repair_structured_output SPEC FIELD humidity_pct TYPE string REQUIRED no FIELD vital_sign.bed_number TYPE null REQUIRED no FIELD vital_sign.position TYPE number REQUIRED no FIELD vital_sign.nickname TYPE number REQUIRED yes FIELD lab_result.diagnosis_code TYPE string VALUES option_a|option_b|option_c|option_d|opt...
{"humidity_pct":"Diana","vital_sign":{"position":851.16,"nickname":441.08},"lab_result":{"coverage":"level_2","credit_score":"foo","step":true},"turbidity":"Paris","last_name":"level_1"}
tool_call_python_syntax
{ "type": "object", "properties": { "humidity_pct": { "type": "string" }, "vital_sign": { "type": "object", "properties": { "bed_number": { "type": "null" }, "position": { "type": "number" }, "nickname": { "type": "n...
get_account(humidity_pct='Diana', vital_sign={'position': 851.16, 'nickname': 441.08}, lab_result={'coverage': 'level_2', 'credit_score': 'foo', 'step': True}, turbidity='Paris', last_name='level_1')
Tool call uses Python syntax instead of JSON
{"humidity_pct":"Diana","vital_sign":{"position":851.16,"nickname":441.08},"lab_result":{"coverage":"level_2","credit_score":"foo","step":true},"turbidity":"Paris","last_name":"level_1"}
TASK repair_structured_output SPEC FIELD key_d99 TYPE string VALUES option_a|option_b REQUIRED yes FIELD param_z88 TYPE integer REQUIRED yes FIELD dim_v29 TYPE string REQUIRED no BROKEN_OUTPUT {"key_d99":"option_a","param_z88":852,"dim_v29":"Sao Paulo"
{"key_d99":"option_a","param_z88":852,"dim_v29":"Sao Paulo"}
truncated_array
{ "type": "object", "properties": { "key_d99": { "type": "string", "enum": [ "option_a", "option_b" ] }, "param_z88": { "type": "integer" }, "dim_v29": { "type": "string" } }, "required": [ "param_z88", "key_d99" ] }
{"key_d99":"option_a","param_z88":852,"dim_v29":"Sao Paulo"
Unexpected end of JSON input — truncated object
{"key_d99":"option_a","param_z88":852,"dim_v29":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD dim_c38 TYPE string REQUIRED yes FIELD prop_x07 TYPE integer REQUIRED yes FIELD field_x24[] TYPE boolean REQUIRED no FIELD val_l40[].prop_q24 TYPE string REQUIRED yes FIELD val_l40[].prop_t99 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD val_l40[].prop...
{"dim_c38":"chr1","prop_x07":211,"field_x24":[false,false,false,true],"val_l40":[{"prop_q24":"sample","prop_t99":"homozygous","prop_n75":"baz","col_f81":"example"},{"prop_q24":"world","prop_t99":"heterozygous","prop_n75":"example","col_f81":"Smith"},{"prop_q24":"John","prop_t99":"heterozygous","prop_n75":"QC-07","col_f...
unquoted_keys
{ "type": "object", "properties": { "dim_c38": { "type": "string" }, "prop_x07": { "type": "integer" }, "field_x24": { "type": "array", "items": { "type": "boolean" } }, "val_l40": { "type": "array", "items": { "type": "object", ...
{dim_c38:"chr1",prop_x07:211,field_x24:[false,false,false,true],val_l40:[{prop_q24:"sample",prop_t99:"homozygous",prop_n75:"baz",col_f81:"example"},{prop_q24:"world",prop_t99:"heterozygous",prop_n75:"example",col_f81:"Smith"},{prop_q24:"John",prop_t99:"heterozygous",prop_n75:"QC-07",col_f81:"foo"},{prop_q24:"example",p...
Expecting property name enclosed in double quotes
{"dim_c38":"chr1","prop_x07":211,"field_x24":[false,false,false,true],"val_l40":[{"prop_q24":"sample","prop_t99":"homozygous","prop_n75":"baz","col_f81":"example"},{"prop_q24":"world","prop_t99":"heterozygous","prop_n75":"example","col_f81":"Smith"},{"prop_q24":"John","prop_t99":"heterozygous","prop_n75":"QC-07","col_f...
TASK repair_structured_output SPEC FIELD dim_w48 TYPE string REQUIRED yes FIELD attr_n97 TYPE string VALUES type_a|type_b|type_c REQUIRED no FIELD param_o64.attr_s33 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD param_o64.param_b47 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD param_o64.field_g59 TY...
{"dim_w48":"demo","attr_n97":"type_b","param_o64":{"attr_s33":"mode_a","param_b47":"large","field_g59":"mode_b","param_l77":304.53,"key_k94":null,"val_o08":606}}
tool_call_partial_args
{ "type": "object", "properties": { "dim_w48": { "type": "string" }, "attr_n97": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "param_o64": { "type": "object", "properties": { "attr_s33": { "type": "s...
I need to look up the information first. Action: calibrate_instrument Arguments: {"attr_n97": "type_b", "param_o64": {"attr_s33": "mode_a", "param_b47": "large", "field_g59": "mode_b", "param_l77": 304.53, "key_k94": null, "val_o08": 606}}
Agent tool call missing required parameter 'dim_w48'
{"dim_w48":"demo","attr_n97":"type_b","param_o64":{"attr_s33":"mode_a","param_b47":"large","field_g59":"mode_b","param_l77":304.53,"key_k94":null,"val_o08":606}}
TASK repair_structured_output SPEC FIELD prop_j24 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD col_v11 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_m03 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_g35 TYPE boolean REQUIRED no FIELD ...
{"col_v11":"confirmed","attr_g35":true,"val_j89":true,"key_i38":"error"}
synonym_enum
{ "type": "object", "properties": { "prop_j24": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "col_v11": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ...
{"col_v11": "confirmed", "attr_g35": true, "val_j89": true, "key_i38": "fail"}
Field 'key_i38' has synonym 'fail' instead of valid enum value
{"col_v11":"confirmed","attr_g35":true,"val_j89":true,"key_i38":"error"}
TASK repair_structured_output SPEC FIELD field_p79 TYPE boolean REQUIRED yes FIELD prop_i88 TYPE string REQUIRED yes FIELD val_f40 TYPE string REQUIRED no FIELD prop_e05 TYPE null REQUIRED no FIELD param_y68 TYPE string REQUIRED yes FIELD prop_w02 TYPE integer REQUIRED no FIELD field_o44 TYPE string REQUIRED no FIELD ...
{"field_p79":true,"prop_i88":"Paris","val_f40":"Silva","prop_e05":null,"param_y68":"sample","prop_w02":337}
single_quotes
{ "type": "object", "properties": { "field_p79": { "type": "boolean" }, "prop_i88": { "type": "string" }, "val_f40": { "type": "string" }, "prop_e05": { "type": "null" }, "param_y68": { "type": "string" }, "prop_w02": { "type": "integer...
{'field_p79':true,'prop_i88':'Paris','val_f40':'Silva','prop_e05':null,'param_y68':'sample','prop_w02':337}
Expecting property name enclosed in double quotes
{"field_p79":true,"prop_i88":"Paris","val_f40":"Silva","prop_e05":null,"param_y68":"sample","prop_w02":337}
TASK repair_structured_output SPEC FIELD val_v51 TYPE string REQUIRED no FIELD attr_m60 TYPE boolean REQUIRED no FIELD attr_k24 TYPE string REQUIRED no FIELD attr_b15 TYPE integer REQUIRED yes FIELD col_w07[] TYPE boolean REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: calibrate_instrument ...
{"val_v51":"Smith","attr_m60":false,"attr_b15":876,"col_w07":[true,false,true,false]}
agent_chain
{ "type": "object", "properties": { "val_v51": { "type": "string" }, "attr_m60": { "type": "boolean" }, "attr_k24": { "type": "string" }, "attr_b15": { "type": "integer" }, "col_w07": { "type": "array", "items": { "type": "boolean" ...
I need to look up the information first. Action: calibrate_instrument Result: {"val_v51": "Smith", "attr_m60": false, "col_w07": [true, false, true, false]} Processing the request now. Action: track_vessel Result:
Agent multi-step chain with truncated tool output
{"val_v51":"Smith","attr_m60":false,"attr_b15":876,"col_w07":[true,false,true,false]}
TASK repair_structured_output SPEC FIELD items TYPE string REQUIRED yes FIELD website TYPE string_email REQUIRED yes FIELD phenotype TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD manifest_ref TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes BROKEN_OUTPUT Let me che...
{"items":"QC-07","website":"test@example.com","phenotype":"hemizygous","manifest_ref":"rejected"}
tool_call_partial_args
{ "type": "object", "properties": { "items": { "type": "string" }, "website": { "type": "string", "format": "email" }, "phenotype": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "manifest_ref": { ...
Let me check the system. Action: track_vessel Arguments: {"items": "QC-07", "website": "test@example.com", "phenotype": "hemizygous"}
Agent tool call missing required parameter 'manifest_ref'
{"items":"QC-07","website":"test@example.com","phenotype":"hemizygous","manifest_ref":"rejected"}
TASK repair_structured_output SPEC FIELD dim_i96 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_t86 TYPE number REQUIRED yes FIELD dim_v15 TYPE boolean REQUIRED no FIELD param_o64.attr_t26 TYPE string_email REQUIRED no FIELD param_o64.dim_t38 TYPE string REQUIRED yes FIELD param_o64.key_k...
{"dim_i96":"in_transit","attr_t86":377.84,"dim_v15":true,"param_o64":{"dim_t38":"Berlin","key_k33":true}}
markdown_explanation
{ "type": "object", "properties": { "dim_i96": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "attr_t86": { "type": "number" }, "dim_v15": { "type": "boolean" }, "param_o64": { "type": "o...
Sensor output follows: ```json {"dim_i96":"in_transit","attr_t86":377.84,"dim_v15":true,"param_o64":{"dim_t38":"Berlin","key_k33":true}} ``` Data logged successfully.
Output contains markdown and explanatory text around JSON
{"dim_i96":"in_transit","attr_t86":377.84,"dim_v15":true,"param_o64":{"dim_t38":"Berlin","key_k33":true}}
TASK repair_structured_output SPEC FIELD rating TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD url TYPE string_email REQUIRED no FIELD manifest_ref TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD bearing[].vital_sign TYPE string REQUIRED yes FIELD bearing[].departme...
{"rating":"mode_a","manifest_ref":"option_d","bearing":[{"vital_sign":"bar","department":"ops@domain.org","balance":688,"decay_rate":"cat_b","enabled":null,"conductivity":426},{"vital_sign":"2024-06-30","department":"info@test.io","balance":934,"enabled":null,"conductivity":330}]}
extra_field
{ "type": "object", "properties": { "rating": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "url": { "type": "string", "format": "email" }, "manifest_ref": { "type": "string", "enum": [ ...
{"rating": "mode_a", "manifest_ref": "option_d", "bearing": [{"vital_sign": "bar", "department": "ops@domain.org", "balance": 688, "decay_rate": "cat_b", "enabled": null, "conductivity": 426}, {"vital_sign": "2024-06-30", "department": "info@test.io", "balance": 934, "enabled": null, "conductivity": 330}], "extra_data_...
Unknown field 'extra_data_2165' not defined in schema
{"rating":"mode_a","manifest_ref":"option_d","bearing":[{"vital_sign":"bar","department":"ops@domain.org","balance":688,"decay_rate":"cat_b","enabled":null,"conductivity":426},{"vital_sign":"2024-06-30","department":"info@test.io","balance":934,"enabled":null,"conductivity":330}]}
TASK repair_structured_output SPEC FIELD col_r68 TYPE number REQUIRED yes FIELD val_p86 TYPE number REQUIRED yes FIELD prop_r16 TYPE integer REQUIRED yes BROKEN_OUTPUT {"col_r68": "159.73sec", "val_p86": 287.15, "prop_r16": 604}
{"col_r68":159.73,"val_p86":287.15,"prop_r16":604}
number_with_unit
{ "type": "object", "properties": { "col_r68": { "type": "number" }, "val_p86": { "type": "number" }, "prop_r16": { "type": "integer" } }, "required": [ "val_p86", "prop_r16", "col_r68" ] }
{"col_r68": "159.73sec", "val_p86": 287.15, "prop_r16": 604}
Field 'col_r68' must be number, got string with unit
{"col_r68":159.73,"val_p86":287.15,"prop_r16":604}
TASK repair_structured_output SPEC FIELD param_s77.val_h49 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD param_s77.prop_i22.field_i61 TYPE boolean REQUIRED yes FIELD param_s77.prop_i22.key_z14 TYPE string REQUIRED no FIELD param_s77.prop_i22.val_z45 TYPE string_uri REQUIRED yes FIELD param_s77.prop_i22.par...
{"param_s77":{"prop_i22":{"field_i61":false,"key_z14":"world","val_z45":"https://example.io/api","col_e62":["Smith","PASS","Oliveira"]},"dim_e83":"level_1","param_p06":{"field_m95":771,"key_j64":406,"attr_h05":"https://www.org/v1","val_d10":868.13}},"field_i19":{"key_j32":"John","val_v37":219.94,"dim_a45":{"attr_n16":"...
truncated_object
{ "type": "object", "properties": { "param_s77": { "type": "object", "properties": { "val_h49": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "prop_i22": { "type": "object", ...
{"param_s77":{"prop_i22":{"field_i61":false,"key_z14":"world","val_z45":"https://example.io/api","col_e62":["Smith","PASS","Oliveira"]},"dim_e83":"level_1","param_p06":{"field_m95":771,"key_j64":406,"attr_h05":"https://www.org/v1","val_d10":868.13}},"field_i19":{"key_j32":"John","val_v37":219.94,"dim_a45":{"attr_n16":"...
Unexpected end of JSON input — truncated object
{"param_s77":{"prop_i22":{"field_i61":false,"key_z14":"world","val_z45":"https://example.io/api","col_e62":["Smith","PASS","Oliveira"]},"dim_e83":"level_1","param_p06":{"field_m95":771,"key_j64":406,"attr_h05":"https://www.org/v1","val_d10":868.13}},"field_i19":{"key_j32":"John","val_v37":219.94,"dim_a45":{"attr_n16":"...
TASK repair_structured_output SPEC FIELD paragraph TYPE string REQUIRED no FIELD username TYPE string_uri REQUIRED yes FIELD hazmat_code TYPE number REQUIRED no FIELD organism TYPE boolean REQUIRED yes FIELD width.umi TYPE string VALUES email|phone|sms|push REQUIRED no FIELD width.country.type TYPE string VALUES homoz...
{"paragraph":"https://example.com","username":"https://example.org/data","hazmat_code":656.33,"organism":true,"width":{"umi":"email","zip_code":"ops@test.io","nickname":"pending","full_name":155.63,"width":true},"type":753}
boolean_as_string
{ "type": "object", "properties": { "paragraph": { "type": "string" }, "username": { "type": "string", "format": "uri" }, "hazmat_code": { "type": "number" }, "organism": { "type": "boolean" }, "width": { "type": "object", "properties": {...
{"paragraph": "https://example.com", "username": "https://example.org/data", "hazmat_code": 656.33, "organism": "False", "width": {"umi": "email", "zip_code": "ops@test.io", "nickname": "pending", "full_name": 155.63, "width": true}, "type": 753}
Field 'organism' must be boolean, got string
{"paragraph":"https://example.com","username":"https://example.org/data","hazmat_code":656.33,"organism":true,"width":{"umi":"email","zip_code":"ops@test.io","nickname":"pending","full_name":155.63,"width":true},"type":753}
TASK repair_structured_output SPEC FIELD enabled TYPE string REQUIRED no FIELD span_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD due_date[].lab_result TYPE string_email REQUIRED no FIELD due_date[].state TYPE string REQUIRED yes FIELD due_date[].interest_rate TYPE array REQUIRED yes FIELD f...
{"enabled":"Smith","span_id":"anchored","due_date":[{"state":"QC-07","interest_rate":["test","test","hello","2024-01-15"]},{"lab_result":"info@test.io","state":"test","interest_rate":["Hapag-Lloyd-Express","baz"]},{"lab_result":"user@domain.org","state":"Silva","interest_rate":["GRCh38"]}],"full_name":[379,705]}
unquoted_keys
{ "type": "object", "properties": { "enabled": { "type": "string" }, "span_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "due_date": { "type": "array", "items": { "type": "object", ...
{enabled:"Smith",span_id:"anchored",due_date:[{state:"QC-07",interest_rate:["test","test","hello","2024-01-15"]},{lab_result:"info@test.io",state:"test",interest_rate:["Hapag-Lloyd-Express","baz"]},{lab_result:"user@domain.org",state:"Silva",interest_rate:["GRCh38"]}],full_name:[379,705]}
Expecting property name enclosed in double quotes
{"enabled":"Smith","span_id":"anchored","due_date":[{"state":"QC-07","interest_rate":["test","test","hello","2024-01-15"]},{"lab_result":"info@test.io","state":"test","interest_rate":["Hapag-Lloyd-Express","baz"]},{"lab_result":"user@domain.org","state":"Silva","interest_rate":["GRCh38"]}],"full_name":[379,705]}
TASK repair_structured_output SPEC FIELD val_y72 TYPE string REQUIRED yes FIELD val_q75 TYPE string VALUES level_1|level_2 REQUIRED no FIELD prop_a81.dim_f46 TYPE integer REQUIRED no FIELD prop_a81.attr_c82 TYPE string REQUIRED yes FIELD prop_a81.param_e14 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQ...
{"val_y72":"Oliveira","val_q75":"level_2","prop_a81":{"dim_f46":143,"attr_c82":"completed","param_e14":"level_3","val_m74":true,"attr_q90":{"prop_g26":"option_b","param_a65":"FWD","attr_r43":null,"param_c87":"mode_d","attr_v63":"ops@example.com"}}}
extra_text_before
{ "type": "object", "properties": { "val_y72": { "type": "string" }, "val_q75": { "type": "string", "enum": [ "level_1", "level_2" ] }, "prop_a81": { "type": "object", "properties": { "dim_f46": { "type": "integer" }, ...
Sure, here's the result: {"val_y72":"Oliveira","val_q75":"level_2","prop_a81":{"dim_f46":143,"attr_c82":"completed","param_e14":"level_3","val_m74":true,"attr_q90":{"prop_g26":"option_b","param_a65":"FWD","attr_r43":null,"param_c87":"mode_d","attr_v63":"ops@example.com"}}}
Output contains non-JSON text before the object
{"val_y72":"Oliveira","val_q75":"level_2","prop_a81":{"dim_f46":143,"attr_c82":"completed","param_e14":"level_3","val_m74":true,"attr_q90":{"prop_g26":"option_b","param_a65":"FWD","attr_r43":null,"param_c87":"mode_d","attr_v63":"ops@example.com"}}}
TASK repair_structured_output SPEC FIELD attr_j44 TYPE string REQUIRED yes FIELD key_n75 TYPE integer REQUIRED no FIELD val_t62 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD prop_u79.attr_b43 TYPE string REQUIRED no FIELD prop_u79.param_h97.field_z25 TYPE boolean REQUIRED yes FIELD ...
{"attr_j44":"Oliveira","val_t62":"option_a","prop_u79":{"attr_b43":"https://api.example.com/v1","param_h97":{"field_z25":true,"attr_f18":"user@test.io","val_p12":"test"},"dim_n55":"Sao Paulo","attr_k16":79,"col_t46":{"field_x42":"Luis","field_j33":811,"attr_l41":"https://data.org/api","attr_y22":"ops@test.io"}},"field_...
agent_chain
{ "type": "object", "properties": { "attr_j44": { "type": "string" }, "key_n75": { "type": "integer" }, "val_t62": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "prop_u79...
I need to look up the information first. Action: update_preferences Result: {"val_t62": "option_a", "prop_u79": {"attr_b43": "https://api.example.com/v1", "param_h97": {"field_z25": true, "attr_f18": "user@test.io", "val_p12": "test"}, "dim_n55": "Sao Paulo", "attr_k16": 79, "col_t46": {"field_x42": "Luis", "field_j33"...
Agent multi-step chain with truncated tool output
{"attr_j44":"Oliveira","val_t62":"option_a","prop_u79":{"attr_b43":"https://api.example.com/v1","param_h97":{"field_z25":true,"attr_f18":"user@test.io","val_p12":"test"},"dim_n55":"Sao Paulo","attr_k16":79,"col_t46":{"field_x42":"Luis","field_j33":811,"attr_l41":"https://data.org/api","attr_y22":"ops@test.io"}},"field_...
TASK repair_structured_output SPEC FIELD username TYPE integer REQUIRED no FIELD lab_result TYPE null REQUIRED yes FIELD compound TYPE integer REQUIRED no BROKEN_OUTPUT {"lab_result": null}
{"lab_result":null}
null_required
{ "type": "object", "properties": { "username": { "type": "integer" }, "lab_result": { "type": "null" }, "compound": { "type": "integer" } }, "required": [ "lab_result" ] }
{"lab_result": null}
Required field 'lab_result' is null
{"lab_result":null}
TASK repair_structured_output SPEC FIELD altitude TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD barcode TYPE number REQUIRED yes FIELD torque_output TYPE integer REQUIRED no BROKEN_OUTPUT generate_report(altitude='viewer', barcode=864.42, torque_output=90)
{"altitude":"viewer","barcode":864.42,"torque_output":90}
tool_call_python_syntax
{ "type": "object", "properties": { "altitude": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "barcode": { "type": "number" }, "torque_output": { "type": "integer" } }, "required": [ "barcode", "altitude" ] ...
generate_report(altitude='viewer', barcode=864.42, torque_output=90)
Tool call uses Python syntax instead of JSON
{"altitude":"viewer","barcode":864.42,"torque_output":90}
TASK repair_structured_output SPEC FIELD notes TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD bearing TYPE string VALUES success|error|warning|info REQUIRED yes FIELD run_id TYPE string REQUIRED no BROKEN_OUTPUT {"bearing":"info","run_id":"user@domain.com",}
{"bearing":"info","run_id":"user@domain.com"}
trailing_comma
{ "type": "object", "properties": { "notes": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "bearing": { "type": "string", "enum": [ "success", "error", "warning", "info" ] ...
{"bearing":"info","run_id":"user@domain.com",}
Unexpected trailing comma
{"bearing":"info","run_id":"user@domain.com"}
TASK repair_structured_output SPEC FIELD vessel_name TYPE string REQUIRED no FIELD options TYPE boolean REQUIRED no FIELD turbidity TYPE integer REQUIRED yes FIELD address TYPE string REQUIRED yes FIELD longitude TYPE string REQUIRED no BROKEN_OUTPUT Let me provide the data in JSON format: {"vessel_name":"https://exa...
{"vessel_name":"https://example.com","turbidity":938,"address":"Silva","longitude":"New York"}
extra_text_before
{ "type": "object", "properties": { "vessel_name": { "type": "string" }, "options": { "type": "boolean" }, "turbidity": { "type": "integer" }, "address": { "type": "string" }, "longitude": { "type": "string" } }, "required": [ "turbidity"...
Let me provide the data in JSON format: {"vessel_name":"https://example.com","turbidity":938,"address":"Silva","longitude":"New York"}
Output contains non-JSON text before the object
{"vessel_name":"https://example.com","turbidity":938,"address":"Silva","longitude":"New York"}
TASK repair_structured_output SPEC FIELD age TYPE string VALUES draft|published|archived REQUIRED no FIELD name.discount TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD name.subtotal.phenotype TYPE string_date-time REQUIRED yes FIELD name.subtotal.shipping TYPE string REQUIRED no FIELD name.sub...
{"age":"published","name":{"discount":"type_c","subtotal":{"phenotype":"2020-01-09T16:46:00Z","shipping":"Silva","level":"option_d","ward":"RTG-04","item_id":390,"website":"https://example.io/v1","role":false},"priority":852.77,"amplitude":"Bob","gene_id":"Luis","frequency_hz":884},"dosage":true,"freight_class":689,"ro...
tool_call_bad_format
{ "type": "object", "properties": { "age": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "name": { "type": "object", "properties": { "discount": { "type": "string", "enum": [ "type_a", ...
<functioncall> read_sensor_array {age: "published", name: {discount: "type_c", subtotal: {phenotype: "2020-01-09T16:46:00Z", shipping: "Silva", level: "option_d", ward: "RTG-04", item_id: 390, website: "https://example.io/v1", role: false}, priority: 852.77, amplitude: "Bob", gene_id: "Luis", frequency_hz: 884}, dosage...
Tool call has malformed arguments — unquoted keys in function parameters
{"age":"published","name":{"discount":"type_c","subtotal":{"phenotype":"2020-01-09T16:46:00Z","shipping":"Silva","level":"option_d","ward":"RTG-04","item_id":390,"website":"https://example.io/v1","role":false},"priority":852.77,"amplitude":"Bob","gene_id":"Luis","frequency_hz":884},"dosage":true,"freight_class":689,"ro...
TASK repair_structured_output SPEC FIELD branch TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD humidity_pct TYPE boolean REQUIRED yes FIELD credit_score TYPE integer REQUIRED no FIELD weight TYPE string_uri REQUIRED no FIELD values TYPE boolean REQUIRED no BROKEN_OUTPUT {'branch':'JPY','humidity_pct':false,...
{"branch":"JPY","humidity_pct":false,"credit_score":666,"weight":"https://www.org/v1","values":false}
single_quotes
{ "type": "object", "properties": { "branch": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "humidity_pct": { "type": "boolean" }, "credit_score": { "type": "integer" }, "weight": { "type":...
{'branch':'JPY','humidity_pct':false,'credit_score':666,'weight':'https://www.org/v1','values':false}
Expecting property name enclosed in double quotes
{"branch":"JPY","humidity_pct":false,"credit_score":666,"weight":"https://www.org/v1","values":false}
TASK repair_structured_output SPEC FIELD attr_g56 TYPE boolean REQUIRED yes FIELD key_v62 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD attr_w71 TYPE integer REQUIRED no BROKEN_OUTPUT {'attr_g56':true}
{"attr_g56":true}
single_quotes
{ "type": "object", "properties": { "attr_g56": { "type": "boolean" }, "key_v62": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "attr_w71": { "type": "integer" } }, "required": [ "attr_g56"...
{'attr_g56':true}
Expecting property name enclosed in double quotes
{"attr_g56":true}
TASK repair_structured_output SPEC FIELD lane TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD conductivity.url TYPE integer REQUIRED no FIELD conductivity.span_id TYPE null REQUIRED yes FIELD conductivity.type TYPE string REQUIRED yes FIELD conductivity.catalyst TYPE integer REQUIRED yes FIELD conductiv...
{"lane":"high","conductivity":{"span_id":null,"type":"chr1","catalyst":982,"options":[{"isotope":"2020-01-03T02:28:00Z","gene_id":true,"subtotal":"cat_b","interest_rate":null,"footnote":"Bob"}]},"wavelength":"qux","patient_id":"Silva"}
agent_chain
{ "type": "object", "properties": { "lane": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "conductivity": { "type": "object", "properties": { "url": { "type": "integer" }, "span_id": ...
I need to look up the information first. Action: calculate_docking_fee Result: {"conductivity": {"span_id": null, "type": "chr1", "catalyst": 982, "options": [{"isotope": "2020-01-03T02:28:00Z", "gene_id": true, "subtotal": "cat_b", "interest_rate": null, "footnote": "Bob"}]}, "wavelength": "qux", "patient_id": "Silva"...
Agent multi-step chain with truncated tool output
{"lane":"high","conductivity":{"span_id":null,"type":"chr1","catalyst":982,"options":[{"isotope":"2020-01-03T02:28:00Z","gene_id":true,"subtotal":"cat_b","interest_rate":null,"footnote":"Bob"}]},"wavelength":"qux","patient_id":"Silva"}
TASK repair_structured_output SPEC FIELD zip_code TYPE integer REQUIRED yes FIELD dissolved_oxygen TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD procedure_code[].product_id TYPE boolean REQUIRED yes FIELD procedure_code[].compound TYPE boolean REQUIRED yes FIELD procedure_code[].ch...
{"zip_code":507,"dissolved_oxygen":"option_b","procedure_code":[{"product_id":false,"compound":true,"chromosome":598,"age":915.71}]}
partial_structure
{ "type": "object", "properties": { "zip_code": { "type": "integer" }, "dissolved_oxygen": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "procedure_code": { "type": "array", ...
Based on the data, dissolved_oxygen is option_b. {"zip_code":507,"dissolved_oxygen":"option_b","procedure_code":[{"product_id":false,"compound":true,"chromosome":598,"age":915.71}]}
Output mixes natural language with JSON
{"zip_code":507,"dissolved_oxygen":"option_b","procedure_code":[{"product_id":false,"compound":true,"chromosome":598,"age":915.71}]}
TASK repair_structured_output SPEC FIELD key_y69 TYPE string REQUIRED yes FIELD key_j99 TYPE string REQUIRED no FIELD key_c24 TYPE boolean REQUIRED no FIELD dim_g17 TYPE string VALUES cat_a|cat_b REQUIRED no BROKEN_OUTPUT {"key_y69": "2023-12-25", "key_j99": "QC-07", "key_c24": "yes", "dim_g17": "cat_b"}
{"key_y69":"2023-12-25","key_j99":"QC-07","key_c24":false,"dim_g17":"cat_b"}
boolean_as_string
{ "type": "object", "properties": { "key_y69": { "type": "string" }, "key_j99": { "type": "string" }, "key_c24": { "type": "boolean" }, "dim_g17": { "type": "string", "enum": [ "cat_a", "cat_b" ] } }, "required": [ "key_y69"...
{"key_y69": "2023-12-25", "key_j99": "QC-07", "key_c24": "yes", "dim_g17": "cat_b"}
Field 'key_c24' must be boolean, got string
{"key_y69":"2023-12-25","key_j99":"QC-07","key_c24":false,"dim_g17":"cat_b"}
TASK repair_structured_output SPEC FIELD param_i47 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD prop_k41 TYPE string VALUES draft|published|archived REQUIRED no FIELD val_q48 TYPE boolean REQUIRED no FIELD col_b98.param_d02 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIE...
{"param_i47":"operational","val_q48":false,"col_b98":{"param_d02":"pro","dim_i86":"inactive","param_i15":"2024-02-22T22:21:00Z"},"param_z45":{"dim_c67":"synonymous","field_g79":"chr1","val_c40":"demo"}}
missing_brace
{ "type": "object", "properties": { "param_i47": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_k41": { "type": "string", "enum": [ "draft", "published", "archived" ]...
"param_i47":"operational","val_q48":false,"col_b98":{"param_d02":"pro","dim_i86":"inactive","param_i15":"2024-02-22T22:21:00Z"},"param_z45":{"dim_c67":"synonymous","field_g79":"chr1","val_c40":"demo"}}
Missing closing brace
{"param_i47":"operational","val_q48":false,"col_b98":{"param_d02":"pro","dim_i86":"inactive","param_i15":"2024-02-22T22:21:00Z"},"param_z45":{"dim_c67":"synonymous","field_g79":"chr1","val_c40":"demo"}}
TASK repair_structured_output SPEC FIELD param_k30 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD attr_t53.field_j33 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD attr_t53.col_o85.prop_m51 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD attr_t5...
{"param_k30":"red","attr_t53":{"field_j33":"type_e","col_o85":{"prop_m51":"mode_f","attr_z10":null,"attr_n39":true},"val_j44":"email"},"attr_n32":"https://api.example.com/v1"}
extra_field
{ "type": "object", "properties": { "param_k30": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "attr_t53": { "type": "object", "properties": { "field_j33": { "type": "string", ...
{"param_k30": "red", "attr_t53": {"field_j33": "type_e", "col_o85": {"prop_m51": "mode_f", "attr_z10": null, "attr_n39": true}, "val_j44": "email"}, "attr_n32": "https://api.example.com/v1", "extra_value_3235": 42}
Unknown field 'extra_value_3235' not defined in schema
{"param_k30":"red","attr_t53":{"field_j33":"type_e","col_o85":{"prop_m51":"mode_f","attr_z10":null,"attr_n39":true},"val_j44":"email"},"attr_n32":"https://api.example.com/v1"}
TASK repair_structured_output SPEC FIELD port_code TYPE integer REQUIRED no FIELD procedure_code TYPE string REQUIRED no FIELD log_level TYPE boolean REQUIRED no FIELD bearing TYPE string REQUIRED yes FIELD tags[] TYPE null REQUIRED yes BROKEN_OUTPUT {"port_code": 985, "procedure_code": "demo", "log_level": false, "t...
{"port_code":985,"procedure_code":"demo","log_level":false,"bearing":"PASS","tags":[null]}
missing_required
{ "type": "object", "properties": { "port_code": { "type": "integer" }, "procedure_code": { "type": "string" }, "log_level": { "type": "boolean" }, "bearing": { "type": "string" }, "tags": { "type": "array", "items": { "type": "null" ...
{"port_code": 985, "procedure_code": "demo", "log_level": false, "tags": [null]}
Required field 'bearing' is missing
{"port_code":985,"procedure_code":"demo","log_level":false,"bearing":"PASS","tags":[null]}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD department TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD item_id TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD status_code TYPE boolean RE...
{"department":"mode_b","item_id":"mode_d","status_code":false,"chromosome":473,"temp_celsius":715}
wrong_type
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "department": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", ...
{"department": "mode_b", "item_id": "mode_d", "status_code": false, "chromosome": "\"473\"", "temp_celsius": 715}
Field 'chromosome' must be integer, got string
{"department":"mode_b","item_id":"mode_d","status_code":false,"chromosome":473,"temp_celsius":715}
TASK repair_structured_output SPEC FIELD width.country TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD width.chapter TYPE number REQUIRED yes FIELD width.isotope TYPE string REQUIRED no FIELD width.coverage TYPE string REQUIRED no FIELD width.color TYPE null REQUIRED no FIELD width.quality...
{"width":{"country":"synonymous","chapter":860.86,"isotope":"Santos","coverage":"Sao Paulo","color":null,"quality_score":"admin@domain.org","start_date":"admin@test.io","index":"MV-Evergreen-01"},"last_name":"https://example.com","latitude":false}
tool_call_python_syntax
{ "type": "object", "properties": { "width": { "type": "object", "properties": { "country": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "chapter": { ...
check_cargo_manifest(width={'country': 'synonymous', 'chapter': 860.86, 'isotope': 'Santos', 'coverage': 'Sao Paulo', 'color': None, 'quality_score': 'admin@domain.org', 'start_date': 'admin@test.io', 'index': 'MV-Evergreen-01'}, last_name='https://example.com', latitude=False)
Tool call uses Python syntax instead of JSON
{"width":{"country":"synonymous","chapter":860.86,"isotope":"Santos","coverage":"Sao Paulo","color":null,"quality_score":"admin@domain.org","start_date":"admin@test.io","index":"MV-Evergreen-01"},"last_name":"https://example.com","latitude":false}
TASK repair_structured_output SPEC FIELD currency TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD score TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD filter_flag TYPE boolean REQUIRED yes BROKEN_OUTPUT I'll query our database. <tool_call name="create_ticket"> {"currency...
{"currency":"confirmed","score":"medium","filter_flag":true}
tool_call_text_mix
{ "type": "object", "properties": { "currency": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "score": { "type": "string", "enum": [ "small", "medium", "large", "xl" ...
I'll query our database. <tool_call name="create_ticket"> {"currency":"confirmed","score":"medium","filter_flag":true} </tool_call. Operation completed.
Agent response mixes reasoning text with tool call
{"currency":"confirmed","score":"medium","filter_flag":true}
TASK repair_structured_output SPEC FIELD prop_j02 TYPE number REQUIRED yes FIELD attr_e67 TYPE string REQUIRED no FIELD param_u78 TYPE integer REQUIRED no FIELD prop_d80 TYPE string_uri REQUIRED no FIELD dim_w97 TYPE string REQUIRED no FIELD col_f15 TYPE null REQUIRED no BROKEN_OUTPUT I need to look up the informatio...
{"prop_j02":860.04,"attr_e67":"baz","param_u78":804,"prop_d80":"https://www.com/data","dim_w97":"Oliveira","col_f15":null}
tool_call_text_mix
{ "type": "object", "properties": { "prop_j02": { "type": "number" }, "attr_e67": { "type": "string" }, "param_u78": { "type": "integer" }, "prop_d80": { "type": "string", "format": "uri" }, "dim_w97": { "type": "string" }, "col_f15": {...
I need to look up the information first. <tool_call name="queue_sequencing_run"> {"prop_j02":860.04,"attr_e67":"baz","param_u78":804,"prop_d80":"https://www.com/data","dim_w97":"Oliveira","col_f15":null} </tool_call.
Agent response mixes reasoning text with tool call
{"prop_j02":860.04,"attr_e67":"baz","param_u78":804,"prop_d80":"https://www.com/data","dim_w97":"Oliveira","col_f15":null}
TASK repair_structured_output SPEC FIELD field_c53 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD attr_h96 TYPE string_email REQUIRED yes FIELD field_y78 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_h68 TYPE string REQUIRED no FIELD key_b12 TYPE string VALUES operational|degraded|of...
{"field_c53":"warning","attr_h96":"info@domain.org","field_y78":"viewer","field_h68":"quux","prop_u12":false,"key_f15":"foo"}
extra_text_after
{ "type": "object", "properties": { "field_c53": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "attr_h96": { "type": "string", "format": "email" }, "field_y78": { "type": "string", "enum": [ ...
{"field_c53":"warning","attr_h96":"info@domain.org","field_y78":"viewer","field_h68":"quux","prop_u12":false,"key_f15":"foo"} Analysis finished.
Output contains non-JSON text after the object
{"field_c53":"warning","attr_h96":"info@domain.org","field_y78":"viewer","field_h68":"quux","prop_u12":false,"key_f15":"foo"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string REQUIRED yes FIELD bearing.priority TYPE number REQUIRED no FIELD bearing.index TYPE string REQUIRED yes FIELD bearing.height TYPE string_uri REQUIRED no FIELD title TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD medication TYPE strin...
{"procedure_code":"Berlin","bearing":{"priority":426.51,"index":"chrX","height":"https://example.com/api"},"title":"enterprise","medication":"pending_review"}
truncated_array
{ "type": "object", "properties": { "procedure_code": { "type": "string" }, "bearing": { "type": "object", "properties": { "priority": { "type": "number" }, "index": { "type": "string" }, "height": { "type": "string"...
{"procedure_code":"Berlin","bearing":{"priority":426.51,"index":"chrX","height":"https://example.com/api"},"title":"enterprise","medication":"pending_review"
Unexpected end of JSON input — truncated object
{"procedure_code":"Berlin","bearing":{"priority":426.51,"index":"chrX","height":"https://example.com/api"},"title":"enterprise","medication":"pending_review"}
TASK repair_structured_output SPEC FIELD prop_e94 TYPE string_date-time REQUIRED no FIELD val_r97 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD param_q33 TYPE number REQUIRED no FIELD key_v49 TYPE null REQUIRED yes BROKEN_OUTPUT {"prop_e94": "2025-10-08T00:51:00Z", "val_r97": "coastal", "param_q3...
{"prop_e94":"2025-10-08T00:51:00Z","val_r97":"coastal","param_q33":924.8,"key_v49":null}
missing_required
{ "type": "object", "properties": { "prop_e94": { "type": "string", "format": "date-time" }, "val_r97": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "param_q33": { "type": "number" }, "key_...
{"prop_e94": "2025-10-08T00:51:00Z", "val_r97": "coastal", "param_q33": 924.8}
Required field 'key_v49' is missing
{"prop_e94":"2025-10-08T00:51:00Z","val_r97":"coastal","param_q33":924.8,"key_v49":null}
TASK repair_structured_output SPEC FIELD loan_amount TYPE number REQUIRED yes FIELD quality_score TYPE number REQUIRED no FIELD rating.format.catalyst TYPE string REQUIRED no FIELD rating.format.insurance_id TYPE string REQUIRED no FIELD rating.format.product_id TYPE string_uri REQUIRED no FIELD rating.format.size TYP...
{"loan_amount":391.38,"quality_score":114.3}
extra_text_after
{ "type": "object", "properties": { "loan_amount": { "type": "number" }, "quality_score": { "type": "number" }, "rating": { "type": "object", "properties": { "format": { "type": "object", "properties": { "catalyst": { ...
{"loan_amount":391.38,"quality_score":114.3} This should match the schema you provided.
Output contains non-JSON text after the object
{"loan_amount":391.38,"quality_score":114.3}
TASK repair_structured_output SPEC FIELD section TYPE string_date-time REQUIRED no FIELD longitude TYPE string REQUIRED no FIELD annotation TYPE string REQUIRED no FIELD commit_hash TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD lab_result TYPE number REQUIRED no FIELD ward.account_id T...
{"section":"2024-02-12T15:37:00Z","longitude":"chrX","annotation":"Oliveira","commit_hash":"mode_f","ward":{"account_id":703.74,"port_code":"John","count":"pro"},"timezone":false}
tool_call_wrong_param
{ "type": "object", "properties": { "section": { "type": "string", "format": "date-time" }, "longitude": { "type": "string" }, "annotation": { "type": "string" }, "commit_hash": { "type": "string", "enum": [ "mode_a", "mode_b", ...
Tool: verify_hazmat_compliance Params: {"longitude": "chrX", "annotation": "Oliveira", "commit_hash": "mode_f", "ward": {"account_id": 703.74, "port_code": "John", "count": "pro"}, "timezone": false, "section_name": "2024-02-12T15:37:00Z"}
Agent used wrong parameter name 'section_name' instead of 'section'
{"section":"2024-02-12T15:37:00Z","longitude":"chrX","annotation":"Oliveira","commit_hash":"mode_f","ward":{"account_id":703.74,"port_code":"John","count":"pro"},"timezone":false}
TASK repair_structured_output SPEC FIELD col_w02 TYPE string REQUIRED no FIELD key_y17 TYPE integer REQUIRED yes FIELD key_p10 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD dim_h66 TYPE string REQUIRED no BROKEN_OUTPUT {col_w02:"Berlin",key_y17:791,key_p10:"resolved"}
{"col_w02":"Berlin","key_y17":791,"key_p10":"resolved"}
unquoted_keys
{ "type": "object", "properties": { "col_w02": { "type": "string" }, "key_y17": { "type": "integer" }, "key_p10": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "dim_h66": { "type": "strin...
{col_w02:"Berlin",key_y17:791,key_p10:"resolved"}
Expecting property name enclosed in double quotes
{"col_w02":"Berlin","key_y17":791,"key_p10":"resolved"}
TASK repair_structured_output SPEC FIELD attr_n63 TYPE string REQUIRED yes FIELD param_a05 TYPE string REQUIRED yes FIELD prop_i02 TYPE number REQUIRED yes FIELD param_j76 TYPE string REQUIRED yes BROKEN_OUTPUT Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"a...
{"attr_n63":"inactive","param_a05":"GRCh38","prop_i02":329.02,"param_j76":"2023-12-25"}
thought_process
{ "type": "object", "properties": { "attr_n63": { "type": "string" }, "param_a05": { "type": "string" }, "prop_i02": { "type": "number" }, "param_j76": { "type": "string" } }, "required": [ "attr_n63", "param_a05", "param_j76", "prop_i02" ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"attr_n63":"inactive","param_a05":"GRCh38","prop_i02":329.02,"param_j76":"2023-12-25"}
Output contains chain-of-thought reasoning before JSON
{"attr_n63":"inactive","param_a05":"GRCh38","prop_i02":329.02,"param_j76":"2023-12-25"}
TASK repair_structured_output SPEC FIELD attr_r74 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD dim_b45 TYPE boolean REQUIRED yes FIELD prop_f84 TYPE integer REQUIRED no FIELD field_d82 TYPE string REQUIRED no FIELD attr_g65 TYPE boolean REQUIRED no FIELD field_r91 TYPE string_date-time REQU...
{"attr_r74":"heterozygous","dim_b45":true,"field_r91":"2023-02-04T12:56:00Z","prop_d96":592.99}
agent_chain
{ "type": "object", "properties": { "attr_r74": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dim_b45": { "type": "boolean" }, "prop_f84": { "type": "integer" }, "field_d82": { "type": "string" ...
I need to look up the information first. Action: create_order Result: {"attr_r74": "heterozygous", "field_r91": "2023-02-04T12:56:00Z", "prop_d96": 592.99} Processing the request now. Action: query_port_status Result:
Agent multi-step chain with truncated tool output
{"attr_r74":"heterozygous","dim_b45":true,"field_r91":"2023-02-04T12:56:00Z","prop_d96":592.99}
TASK repair_structured_output SPEC FIELD key_m81 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_e47 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_t01.val_k43.val_n96 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD val_t01.val_k43.param_s38 TYPE string...
{"key_m81":"pro","val_e47":"missense","val_t01":{"val_k43":{"val_n96":"small","param_s38":"USD","param_q25":true,"param_o64":"test@test.io"},"attr_z43":"intermittent","col_v31":"archived","key_o69":"Charlie","key_n28":"https://api.org/v1"}}
missing_bracket
{ "type": "object", "properties": { "key_m81": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "val_e47": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift"...
{"key_m81":"pro","val_e47":"missense","val_t01":{"val_k43":{"val_n96":"small","param_s38":"USD","param_q25":true,"param_o64":"test@test.io"},"attr_z43":"intermittent","col_v31":"archived","key_o69":"Charlie","key_n28":"https://api.org/v1"}}
Missing closing bracket
{"key_m81":"pro","val_e47":"missense","val_t01":{"val_k43":{"val_n96":"small","param_s38":"USD","param_q25":true,"param_o64":"test@test.io"},"attr_z43":"intermittent","col_v31":"archived","key_o69":"Charlie","key_n28":"https://api.org/v1"}}
TASK repair_structured_output SPEC FIELD key_x80 TYPE integer REQUIRED yes FIELD attr_t69 TYPE boolean REQUIRED yes FIELD param_o78 TYPE string VALUES small|medium|large|xl REQUIRED yes BROKEN_OUTPUT {"key_x80":801,"attr_t69":true,"param_o78":"small"} Analysis finished.
{"key_x80":801,"attr_t69":true,"param_o78":"small"}
extra_text_after
{ "type": "object", "properties": { "key_x80": { "type": "integer" }, "attr_t69": { "type": "boolean" }, "param_o78": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] } }, "required": [ "key_x80", "attr...
{"key_x80":801,"attr_t69":true,"param_o78":"small"} Analysis finished.
Output contains non-JSON text after the object
{"key_x80":801,"attr_t69":true,"param_o78":"small"}
TASK repair_structured_output SPEC FIELD dim_f29 TYPE number REQUIRED yes FIELD dim_n62 TYPE string REQUIRED yes FIELD col_v29 TYPE string VALUES draft|published|archived REQUIRED no FIELD attr_h04 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD field_x40.col_x59 TYPE string REQUIRED no FIELD field_x40.dim_...
{"dim_f29":634.01,"dim_n62":"sample","attr_h04":"large","field_x40":{"dim_k71":"hello","val_t86":36.81,"field_c47":119,"dim_f64":{"val_r93":"error","prop_z95":"Charlie","key_x94":706.36},"prop_u57":"cat_c","col_b21":320.38},"col_g11":"option_c"}
wrong_type
{ "type": "object", "properties": { "dim_f29": { "type": "number" }, "dim_n62": { "type": "string" }, "col_v29": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "attr_h04": { "type": "string", "enum": [...
{"dim_f29": "\"634.01\"", "dim_n62": "sample", "attr_h04": "large", "field_x40": {"dim_k71": "hello", "val_t86": 36.81, "field_c47": 119, "dim_f64": {"val_r93": "error", "prop_z95": "Charlie", "key_x94": 706.36}, "prop_u57": "cat_c", "col_b21": 320.38}, "col_g11": "option_c"}
Field 'dim_f29' must be number, got string
{"dim_f29":634.01,"dim_n62":"sample","attr_h04":"large","field_x40":{"dim_k71":"hello","val_t86":36.81,"field_c47":119,"dim_f64":{"val_r93":"error","prop_z95":"Charlie","key_x94":706.36},"prop_u57":"cat_c","col_b21":320.38},"col_g11":"option_c"}
TASK repair_structured_output SPEC FIELD bearing TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD ph_level TYPE string VALUES email|phone|sms|push REQUIRED no FIELD tax TYPE string REQUIRED no FIELD notes TYPE string_date-time REQUIRED yes FIELD build_status TYPE string VALUES active|inactive|pending REQUIRED ...
{"bearing":"JPY","ph_level":"sms","tax":"Berlin","notes":"2024-12-21T08:59:00Z","build_status":"pending"}
tool_call_bad_format
{ "type": "object", "properties": { "bearing": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "ph_level": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] ...
<functioncall> align_reads {bearing: "JPY", ph_level: "sms", tax: "Berlin", notes: "2024-12-21T08:59:00Z", build_status: "pending"}
Tool call has malformed arguments — unquoted keys in function parameters
{"bearing":"JPY","ph_level":"sms","tax":"Berlin","notes":"2024-12-21T08:59:00Z","build_status":"pending"}
TASK repair_structured_output SPEC FIELD field_g97 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD val_k26 TYPE string REQUIRED yes FIELD key_h10 TYPE integer REQUIRED yes BROKEN_OUTPUT {"field_g97": "inland", "key_h10": 517}
{"field_g97":"inland","val_k26":"Hapag-Lloyd-Express","key_h10":517}
missing_required
{ "type": "object", "properties": { "field_g97": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "val_k26": { "type": "string" }, "key_h10": { "type": "integer" } }, "required": [ "val_k26", ...
{"field_g97": "inland", "key_h10": 517}
Required field 'val_k26' is missing
{"field_g97":"inland","val_k26":"Hapag-Lloyd-Express","key_h10":517}
TASK repair_structured_output SPEC FIELD prop_q60 TYPE string_date-time REQUIRED yes FIELD param_w51 TYPE string_email REQUIRED yes FIELD dim_m84 TYPE string REQUIRED no FIELD prop_i18[].col_v76 TYPE string VALUES type_a|type_b REQUIRED yes FIELD prop_i18[].col_w66 TYPE string REQUIRED no FIELD prop_i18[].val_p53 TYPE...
{"prop_q60":"2025-04-20T13:30:00Z","param_w51":"info@example.com","dim_m84":"PASS","prop_i18":[{"col_v76":"type_a","val_p53":"qux","field_x74":"type_b"},{"col_v76":"type_b","col_w66":"foo","val_p53":"https://api.example.com/v1","field_x74":"type_a"},{"col_v76":"type_a","val_p53":"Bob","field_x74":"type_a"},{"col_v76":"...
missing_required
{ "type": "object", "properties": { "prop_q60": { "type": "string", "format": "date-time" }, "param_w51": { "type": "string", "format": "email" }, "dim_m84": { "type": "string" }, "prop_i18": { "type": "array", "items": { "type": "object"...
{"prop_q60": "2025-04-20T13:30:00Z", "dim_m84": "PASS", "prop_i18": [{"col_v76": "type_a", "val_p53": "qux", "field_x74": "type_b"}, {"col_v76": "type_b", "col_w66": "foo", "val_p53": "https://api.example.com/v1", "field_x74": "type_a"}, {"col_v76": "type_a", "val_p53": "Bob", "field_x74": "type_a"}, {"col_v76": "type_...
Required field 'param_w51' is missing
{"prop_q60":"2025-04-20T13:30:00Z","param_w51":"info@example.com","dim_m84":"PASS","prop_i18":[{"col_v76":"type_a","val_p53":"qux","field_x74":"type_b"},{"col_v76":"type_b","col_w66":"foo","val_p53":"https://api.example.com/v1","field_x74":"type_a"},{"col_v76":"type_a","val_p53":"Bob","field_x74":"type_a"},{"col_v76":"...
TASK repair_structured_output SPEC FIELD rating TYPE string REQUIRED yes FIELD category TYPE number REQUIRED no FIELD timezone TYPE string REQUIRED no BROKEN_OUTPUT Tool: read_sensor_array Params: {"rating": "Jane"}
{"rating":"Jane"}
tool_call_wrong_param
{ "type": "object", "properties": { "rating": { "type": "string" }, "category": { "type": "number" }, "timezone": { "type": "string" } }, "required": [ "rating" ] }
Tool: read_sensor_array Params: {"rating": "Jane"}
Agent used wrong parameter name 'category_id' instead of 'category'
{"rating":"Jane"}
TASK repair_structured_output SPEC FIELD prop_l40 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD prop_t25 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD param_t55 TYPE string REQUIRED yes FIELD field_d80 TYPE string_uri REQUIRED no FIELD val_h43 TYPE ...
{"prop_l40":"option_e","prop_t25":"type_d","param_t55":"Alice","field_d80":"https://www.org/data","val_h43":"level_5","field_u35":85}
trailing_comma
{ "type": "object", "properties": { "prop_l40": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e" ] }, "prop_t25": { "type": "string", "enum": [ "type_a", "type_b", "type_...
{"prop_l40":"option_e","prop_t25":"type_d","param_t55":"Alice","field_d80":"https://www.org/data","val_h43":"level_5","field_u35":85,}
Unexpected trailing comma
{"prop_l40":"option_e","prop_t25":"type_d","param_t55":"Alice","field_d80":"https://www.org/data","val_h43":"level_5","field_u35":85}
TASK repair_structured_output SPEC FIELD website TYPE string VALUES small|medium|large|xl REQUIRED no FIELD label TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD voltage TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD description TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD product_id TY...
{"voltage":"admin","description":"USD","product_id":461,"yield_pct":"admin"}
thought_process
{ "type": "object", "properties": { "website": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "label": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] },...
Processing the request now. I'll validate against the schema. {"voltage":"admin","description":"USD","product_id":461,"yield_pct":"admin"}
Output contains chain-of-thought reasoning before JSON
{"voltage":"admin","description":"USD","product_id":461,"yield_pct":"admin"}
TASK repair_structured_output SPEC FIELD position TYPE null REQUIRED yes FIELD published TYPE string REQUIRED yes FIELD email TYPE string_email REQUIRED no FIELD batch_code TYPE string REQUIRED yes FIELD discount TYPE string REQUIRED yes BROKEN_OUTPUT "position":null,"published":"Johnson","email":"test@test.io","batc...
{"position":null,"published":"Johnson","email":"test@test.io","batch_code":"chrX","discount":"pending"}
missing_brace
{ "type": "object", "properties": { "position": { "type": "null" }, "published": { "type": "string" }, "email": { "type": "string", "format": "email" }, "batch_code": { "type": "string" }, "discount": { "type": "string" } }, "required":...
"position":null,"published":"Johnson","email":"test@test.io","batch_code":"chrX","discount":"pending"}
Missing closing brace
{"position":null,"published":"Johnson","email":"test@test.io","batch_code":"chrX","discount":"pending"}
TASK repair_structured_output SPEC FIELD port_code TYPE number REQUIRED yes FIELD log_level TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD catalyst TYPE integer REQUIRED no FIELD tags TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD filter_flag.tax TYPE string VALUES small|medium|la...
{"port_code":298.19,"log_level":"inland","catalyst":865,"tags":"type_c","username":"2025-01-20T19:43:00Z","level":355,"verified":{"interest_rate":"world","berth_slot":false,"currency":"John"}}
invalid_enum
{ "type": "object", "properties": { "port_code": { "type": "number" }, "log_level": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "catalyst": { "type": "integer" }, "tags": { "type": "string...
{"port_code": 298.19, "log_level": "invalid_option_849", "catalyst": 865, "tags": "type_c", "username": "2025-01-20T19:43:00Z", "level": 355, "verified": {"interest_rate": "world", "berth_slot": false, "currency": "John"}}
Field 'log_level' has invalid enum value 'invalid_option_849', expected one of ['coastal', 'oceanic', 'inland', 'arctic']
{"port_code":298.19,"log_level":"inland","catalyst":865,"tags":"type_c","username":"2025-01-20T19:43:00Z","level":355,"verified":{"interest_rate":"world","berth_slot":false,"currency":"John"}}
TASK repair_structured_output SPEC FIELD col_z36 TYPE number REQUIRED yes FIELD field_v82 TYPE null REQUIRED yes FIELD attr_n94 TYPE string_date-time REQUIRED no FIELD attr_n77.dim_f47 TYPE string REQUIRED yes FIELD attr_n77.attr_p64 TYPE string REQUIRED no FIELD attr_n77.col_v43 TYPE string REQUIRED no FIELD attr_n77...
{"col_z36":954.27,"field_v82":null,"attr_n77":{"dim_f47":"inactive","col_v43":"RTG-04","dim_o84":{"field_e00":null,"param_q87":861.38,"attr_v88":true,"prop_l45":"married"},"val_i93":293.87,"dim_w96":{"field_j03":"Charlie","field_e83":"This is a test value."}},"col_d14":"option_b","val_c96":"type_b"}
single_quotes
{ "type": "object", "properties": { "col_z36": { "type": "number" }, "field_v82": { "type": "null" }, "attr_n94": { "type": "string", "format": "date-time" }, "attr_n77": { "type": "object", "properties": { "dim_f47": { "type": "strin...
{'col_z36':954.27,'field_v82':null,'attr_n77':{'dim_f47':'inactive','col_v43':'RTG-04','dim_o84':{'field_e00':null,'param_q87':861.38,'attr_v88':true,'prop_l45':'married'},'val_i93':293.87,'dim_w96':{'field_j03':'Charlie','field_e83':'This is a test value.'}},'col_d14':'option_b','val_c96':'type_b'}
Expecting property name enclosed in double quotes
{"col_z36":954.27,"field_v82":null,"attr_n77":{"dim_f47":"inactive","col_v43":"RTG-04","dim_o84":{"field_e00":null,"param_q87":861.38,"attr_v88":true,"prop_l45":"married"},"val_i93":293.87,"dim_w96":{"field_j03":"Charlie","field_e83":"This is a test value."}},"col_d14":"option_b","val_c96":"type_b"}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD bill_of_lading TYPE string_date-time REQUIRED no FIELD tax TYPE boolean REQUIRED yes FIELD terminal_id TYPE string_uri REQUIRED no FIELD quality_score TYPE string REQUIRED no BROKEN_OUTPUT {"fleet_nu...
{"fleet_number":"type_a","bill_of_lading":"2022-01-01T10:05:00Z","tax":false,"terminal_id":"https://data.org/data","quality_score":"Luis"}
boolean_as_string
{ "type": "object", "properties": { "fleet_number": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "bill_of_lading": { "type": "string", "format": "date-time" }, "tax": { "type": "boolean" }, "...
{"fleet_number": "type_a", "bill_of_lading": "2022-01-01T10:05:00Z", "tax": "yes", "terminal_id": "https://data.org/data", "quality_score": "Luis"}
Field 'tax' must be boolean, got string
{"fleet_number":"type_a","bill_of_lading":"2022-01-01T10:05:00Z","tax":false,"terminal_id":"https://data.org/data","quality_score":"Luis"}
TASK repair_structured_output SPEC FIELD param_i86 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD param_v04 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD prop_l25 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes BROKEN_OUTPUT {'param_i86':'viewer','prop_l25':...
{"param_i86":"viewer","prop_l25":"berthed"}
single_quotes
{ "type": "object", "properties": { "param_i86": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "param_v04": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] ...
{'param_i86':'viewer','prop_l25':'berthed'}
Expecting property name enclosed in double quotes
{"param_i86":"viewer","prop_l25":"berthed"}
TASK repair_structured_output SPEC FIELD crew_id TYPE integer REQUIRED yes FIELD catalyst TYPE number REQUIRED yes FIELD version TYPE string VALUES level_1|level_2 REQUIRED no FIELD chapter[].label TYPE string REQUIRED yes FIELD chapter[].rating TYPE string REQUIRED yes FIELD chapter[].features TYPE array REQUIRED yes...
{"crew_id":349,"catalyst":739.27,"version":"level_1","chapter":[{"label":"Luis","rating":"Oliveira","features":["approved","active","Tokyo"]}]}
extra_text_after
{ "type": "object", "properties": { "crew_id": { "type": "integer" }, "catalyst": { "type": "number" }, "version": { "type": "string", "enum": [ "level_1", "level_2" ] }, "chapter": { "type": "array", "items": { "type": "o...
{"crew_id":349,"catalyst":739.27,"version":"level_1","chapter":[{"label":"Luis","rating":"Oliveira","features":["approved","active","Tokyo"]}]} Analysis finished.
Output contains non-JSON text after the object
{"crew_id":349,"catalyst":739.27,"version":"level_1","chapter":[{"label":"Luis","rating":"Oliveira","features":["approved","active","Tokyo"]}]}
TASK repair_structured_output SPEC FIELD amount.log_level TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD amount.feedback TYPE string REQUIRED yes FIELD amount.visible TYPE string REQUIRED no FIELD amplitude TYPE string REQUIRED yes FIELD conductivity TYPE integer REQUIRED no FIELD priority TYPE st...
{"amount":{"log_level":"cat_d","feedback":"Luis","visible":"PASS"},"amplitude":"London","conductivity":376,"latitude":{"age":96.1,"yield_pct":"large","options":768,"published":{"age":"mode_b","lane":270.95,"run_id":572,"items":"reliable","procedure_code":"type_b","allele":"type_a"},"start_date":{"updated_at":"info","be...
markdown_explanation
{ "type": "object", "properties": { "amount": { "type": "object", "properties": { "log_level": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "feedback": ...
Below is the JSON object: ```json {"amount":{"log_level":"cat_d","feedback":"Luis","visible":"PASS"},"amplitude":"London","conductivity":376,"latitude":{"age":96.1,"yield_pct":"large","options":768,"published":{"age":"mode_b","lane":270.95,"run_id":572,"items":"reliable","procedure_code":"type_b","allele":"type_a"},"st...
Output contains markdown and explanatory text around JSON
{"amount":{"log_level":"cat_d","feedback":"Luis","visible":"PASS"},"amplitude":"London","conductivity":376,"latitude":{"age":96.1,"yield_pct":"large","options":768,"published":{"age":"mode_b","lane":270.95,"run_id":572,"items":"reliable","procedure_code":"type_b","allele":"type_a"},"start_date":{"updated_at":"info","be...
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES active|inactive|pending REQUIRED no FIELD status TYPE string REQUIRED no FIELD compound.temp_celsius TYPE boolean REQUIRED no FIELD compound.fleet_number TYPE integer REQUIRED yes FIELD compound.commit_hash TYPE string VALUES low|medium|high|critical...
{"status":"bar","turbidity":false,"start_date":775,"currency":209,"bed_number":"https://example.com/v1"}
markdown_explanation
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "status": { "type": "string" }, "compound": { "type": "object", "properties": { "temp_celsius": { "type...
Sure, here's the result: ```json {"status":"bar","turbidity":false,"start_date":775,"currency":209,"bed_number":"https://example.com/v1"} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"status":"bar","turbidity":false,"start_date":775,"currency":209,"bed_number":"https://example.com/v1"}
TASK repair_structured_output SPEC FIELD attr_o01 TYPE string REQUIRED yes FIELD param_g48 TYPE string REQUIRED yes FIELD field_w58.param_c20 TYPE string_email REQUIRED no FIELD field_w58.field_f03 TYPE boolean REQUIRED no FIELD field_w58.attr_k02 TYPE integer REQUIRED yes FIELD field_w58.col_d70 TYPE integer REQUIRED...
{"attr_o01":"baz","param_g48":"REV","field_w58":{"param_c20":"info@example.com","field_f03":false,"attr_k02":677,"col_d70":222,"val_m36":233},"param_k24":null,"key_a64":131,"attr_g49":null}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_o01": { "type": "string" }, "param_g48": { "type": "string" }, "field_w58": { "type": "object", "properties": { "param_c20": { "type": "string", "format": "email" }, "field_f03": { ...
generate_report(attr_o01='baz', param_g48='REV', field_w58={'param_c20': 'info@example.com', 'field_f03': False, 'attr_k02': 677, 'col_d70': 222, 'val_m36': 233}, param_k24=None, key_a64=131, attr_g49=None)
Tool call uses Python syntax instead of JSON
{"attr_o01":"baz","param_g48":"REV","field_w58":{"param_c20":"info@example.com","field_f03":false,"attr_k02":677,"col_d70":222,"val_m36":233},"param_k24":null,"key_a64":131,"attr_g49":null}
TASK repair_structured_output SPEC FIELD balance TYPE null REQUIRED yes FIELD torque_output TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD user_id TYPE number REQUIRED no FIELD collateral TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD options.feedback TYP...
{"balance":null,"torque_output":"nonsense","user_id":276.06,"collateral":"pending_review","options":{"batch_code":463,"product_id":399,"company":939.5,"conductivity":null}}
missing_bracket
{ "type": "object", "properties": { "balance": { "type": "null" }, "torque_output": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "user_id": { "type": "number" }, "collateral": { "...
{"balance":null,"torque_output":"nonsense","user_id":276.06,"collateral":"pending_review","options":{"batch_code":463,"product_id":399,"company":939.5,"conductivity":null}}
Missing closing bracket
{"balance":null,"torque_output":"nonsense","user_id":276.06,"collateral":"pending_review","options":{"batch_code":463,"product_id":399,"company":939.5,"conductivity":null}}
TASK repair_structured_output SPEC FIELD interest_rate TYPE integer REQUIRED yes FIELD format TYPE string_date-time REQUIRED yes FIELD priority.amplitude TYPE string_uri REQUIRED yes FIELD priority.username TYPE string_uri REQUIRED yes FIELD priority.consignee TYPE string REQUIRED no BROKEN_OUTPUT check_cargo_manifes...
{"interest_rate":676,"format":"2022-06-18T16:09:00Z","priority":{"amplitude":"https://example.com/api","username":"https://api.io/api","consignee":"2024-06-30"}}
tool_call_python_syntax
{ "type": "object", "properties": { "interest_rate": { "type": "integer" }, "format": { "type": "string", "format": "date-time" }, "priority": { "type": "object", "properties": { "amplitude": { "type": "string", "format": "uri" },...
check_cargo_manifest(interest_rate=676, format='2022-06-18T16:09:00Z', priority={'amplitude': 'https://example.com/api', 'username': 'https://api.io/api', 'consignee': '2024-06-30'})
Tool call uses Python syntax instead of JSON
{"interest_rate":676,"format":"2022-06-18T16:09:00Z","priority":{"amplitude":"https://example.com/api","username":"https://api.io/api","consignee":"2024-06-30"}}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD tile TYPE string REQUIRED yes FIELD payment_status TYPE string REQUIRED yes FIELD rating[] TYPE boolean REQUIRED no FIELD full_name[] TYPE string VALUES email|phone|sms|push REQUIRED n...
{"temp_celsius":"confirmed","tile":"sample","payment_status":"Tokyo","rating":[false,false,true],"full_name":["email","phone"]}
truncated_object
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "tile": { "type": "string" }, "payment_status": { "type": "string" }, "rating": { ...
{"temp_celsius":"confirmed","tile":"sample","payment_status":"Tokyo","rating":[false,false,true],"full_name":["email","phone"]
Unexpected end of JSON input — truncated object
{"temp_celsius":"confirmed","tile":"sample","payment_status":"Tokyo","rating":[false,false,true],"full_name":["email","phone"]}
TASK repair_structured_output SPEC FIELD title TYPE integer REQUIRED yes FIELD terminal_id TYPE string REQUIRED yes FIELD allele TYPE number REQUIRED no FIELD date TYPE string REQUIRED yes BROKEN_OUTPUT {"title":767,"terminal_id":"GRCh38","date":"Charlie",}
{"title":767,"terminal_id":"GRCh38","date":"Charlie"}
trailing_comma
{ "type": "object", "properties": { "title": { "type": "integer" }, "terminal_id": { "type": "string" }, "allele": { "type": "number" }, "date": { "type": "string" } }, "required": [ "date", "terminal_id", "title" ] }
{"title":767,"terminal_id":"GRCh38","date":"Charlie",}
Unexpected trailing comma
{"title":767,"terminal_id":"GRCh38","date":"Charlie"}
TASK repair_structured_output SPEC FIELD attr_h08 TYPE integer REQUIRED no FIELD param_n90 TYPE string REQUIRED yes FIELD dim_x09 TYPE boolean REQUIRED no FIELD key_w08 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD attr_g12 TYPE integer REQUIRED yes FIELD dim_j80.prop_e80 TYPE integer REQUIRE...
{"attr_h08":489,"param_n90":"sample","key_w08":"in_transit","attr_g12":628,"prop_s95":672.08}
truncated_array
{ "type": "object", "properties": { "attr_h08": { "type": "integer" }, "param_n90": { "type": "string" }, "dim_x09": { "type": "boolean" }, "key_w08": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ...
{"attr_h08":489,"param_n90":"sample","key_w08":"in_transit","attr_g12":628,"prop_s95":672.08
Unexpected end of JSON input — truncated object
{"attr_h08":489,"param_n90":"sample","key_w08":"in_transit","attr_g12":628,"prop_s95":672.08}
TASK repair_structured_output SPEC FIELD decay_rate TYPE null REQUIRED yes FIELD verified TYPE string REQUIRED yes FIELD fleet_number[].bill_of_lading TYPE string VALUES type_a|type_b REQUIRED no FIELD fleet_number[].color TYPE null REQUIRED yes FIELD fleet_number[].temp_celsius TYPE integer REQUIRED yes FIELD fleet_n...
{"decay_rate":null,"verified":"foo","fleet_number":[{"bill_of_lading":"type_a","color":null,"temp_celsius":898,"nickname":613,"rating":"https://example.com/v1","options":"Charlie","batch_code":"hello"}]}
missing_brace
{ "type": "object", "properties": { "decay_rate": { "type": "null" }, "verified": { "type": "string" }, "fleet_number": { "type": "array", "items": { "type": "object", "properties": { "bill_of_lading": { "type": "string", ...
"decay_rate":null,"verified":"foo","fleet_number":[{"bill_of_lading":"type_a","color":null,"temp_celsius":898,"nickname":613,"rating":"https://example.com/v1","options":"Charlie","batch_code":"hello"}]}
Missing closing brace
{"decay_rate":null,"verified":"foo","fleet_number":[{"bill_of_lading":"type_a","color":null,"temp_celsius":898,"nickname":613,"rating":"https://example.com/v1","options":"Charlie","batch_code":"hello"}]}
TASK repair_structured_output SPEC FIELD prop_a77 TYPE number REQUIRED no FIELD col_a15 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD col_g84 TYPE integer REQUIRED no FIELD attr_h63 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD param_o46 TYPE null REQUIRED yes FIELD field_...
{"prop_a77":171.46,"col_a15":"EUR","attr_h63":"confirmed","param_o46":null}
unquoted_keys
{ "type": "object", "properties": { "prop_a77": { "type": "number" }, "col_a15": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "col_g84": { "type": "integer" }, "attr_h63": { "type": "strin...
{prop_a77:171.46,col_a15:"EUR",attr_h63:"confirmed",param_o46:null}
Expecting property name enclosed in double quotes
{"prop_a77":171.46,"col_a15":"EUR","attr_h63":"confirmed","param_o46":null}
TASK repair_structured_output SPEC FIELD score TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD salinity TYPE string_email REQUIRED no FIELD shipping TYPE string VALUES cat_a|cat_b REQUIRED no FIELD width TYPE null REQUIRED yes FIELD interest_rate[] TYPE number REQUIRED yes BROKEN_OUTPUT...
{"width":null,"interest_rate":[12.43,841.79]}
extra_text_after
{ "type": "object", "properties": { "score": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "salinity": { "type": "string", "format": "email" }, "shipping": { "type"...
{"width":null,"interest_rate":[12.43,841.79]} Data logged successfully.
Output contains non-JSON text after the object
{"width":null,"interest_rate":[12.43,841.79]}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD weight TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD category TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD published TYPE string REQUIRED ye...
{"aligned_pct":"cat_e","weight":"mode_a","category":"resolved","published":"QC-07"}
agent_chain
{ "type": "object", "properties": { "aligned_pct": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "weight": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "m...
Let me check the system. Action: delete_item Result: {"aligned_pct": "cat_e", "category": "resolved", "published": "QC-07"} Processing the request now. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"aligned_pct":"cat_e","weight":"mode_a","category":"resolved","published":"QC-07"}
TASK repair_structured_output SPEC FIELD maturity_date TYPE null REQUIRED no FIELD nickname TYPE integer REQUIRED no FIELD vessel_name.medication TYPE integer REQUIRED no FIELD vessel_name.thumbnail TYPE string REQUIRED yes FIELD vessel_name.frequency_hz TYPE string VALUES pending_review|confirmed|rejected|escalated R...
{"maturity_date":null,"nickname":816,"vessel_name":{"thumbnail":"Bob","frequency_hz":"escalated","vital_sign":"operational"},"coverage":881,"message":774}
missing_required
{ "type": "object", "properties": { "maturity_date": { "type": "null" }, "nickname": { "type": "integer" }, "vessel_name": { "type": "object", "properties": { "medication": { "type": "integer" }, "thumbnail": { "type": "string" ...
{"maturity_date": null, "nickname": 816, "coverage": 881, "message": 774}
Required field 'vessel_name' is missing
{"maturity_date":null,"nickname":816,"vessel_name":{"thumbnail":"Bob","frequency_hz":"escalated","vital_sign":"operational"},"coverage":881,"message":774}
TASK repair_structured_output SPEC FIELD col_s42 TYPE string_email REQUIRED yes FIELD key_p12 TYPE number REQUIRED yes FIELD param_f80 TYPE integer REQUIRED no FIELD key_c94 TYPE string REQUIRED no BROKEN_OUTPUT {"col_s42":"user@test.io","key_p12":441.03
{"col_s42":"user@test.io","key_p12":441.03}
truncated_array
{ "type": "object", "properties": { "col_s42": { "type": "string", "format": "email" }, "key_p12": { "type": "number" }, "param_f80": { "type": "integer" }, "key_c94": { "type": "string" } }, "required": [ "key_p12", "col_s42" ] }
{"col_s42":"user@test.io","key_p12":441.03
Unexpected end of JSON input — truncated object
{"col_s42":"user@test.io","key_p12":441.03}
TASK repair_structured_output SPEC FIELD prop_u32 TYPE integer REQUIRED no FIELD col_p46 TYPE boolean REQUIRED no FIELD prop_p46.val_z64 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_p46.prop_h79 TYPE integer REQUIRED no FIELD prop_p46.prop_k53 TYPE integer REQUIRED no FIELD pr...
{"prop_u32":639,"prop_p46":{"val_z64":"pending_review","prop_k53":112,"field_c44":"admin@example.com","prop_g20":"underway"},"col_z63":false}
extra_text_before
{ "type": "object", "properties": { "prop_u32": { "type": "integer" }, "col_p46": { "type": "boolean" }, "prop_p46": { "type": "object", "properties": { "val_z64": { "type": "string", "enum": [ "pending_review", "confirm...
Based on your request, here is the data: {"prop_u32":639,"prop_p46":{"val_z64":"pending_review","prop_k53":112,"field_c44":"admin@example.com","prop_g20":"underway"},"col_z63":false}
Output contains non-JSON text before the object
{"prop_u32":639,"prop_p46":{"val_z64":"pending_review","prop_k53":112,"field_c44":"admin@example.com","prop_g20":"underway"},"col_z63":false}
TASK repair_structured_output SPEC FIELD col_q25 TYPE number REQUIRED no FIELD val_j11.col_y73 TYPE number REQUIRED no FIELD val_j11.field_g34 TYPE string REQUIRED yes FIELD val_j11.param_m49 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD val_j11.attr_b11 TYPE string VALUES draft|published|archived REQUIRED...
{"col_q25":295.7,"val_j11":{"field_g34":"Smith","param_m49":"phone","dim_f85":38.46,"field_k56":"Oliveira"},"prop_j64":508}
markdown_explanation
{ "type": "object", "properties": { "col_q25": { "type": "number" }, "val_j11": { "type": "object", "properties": { "col_y73": { "type": "number" }, "field_g34": { "type": "string" }, "param_m49": { "type": "string",...
The output is as follows: ```json {"col_q25":295.7,"val_j11":{"field_g34":"Smith","param_m49":"phone","dim_f85":38.46,"field_k56":"Oliveira"},"prop_j64":508} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"col_q25":295.7,"val_j11":{"field_g34":"Smith","param_m49":"phone","dim_f85":38.46,"field_k56":"Oliveira"},"prop_j64":508}
TASK repair_structured_output SPEC FIELD dim_h16 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD col_o27 TYPE integer REQUIRED yes FIELD param_m73 TYPE string REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: lookup_customer Arguments: {"col_o27": 73, "param_m73": "QC-07"}
{"dim_h16":"cat_b","col_o27":73,"param_m73":"QC-07"}
tool_call_partial_args
{ "type": "object", "properties": { "dim_h16": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "col_o27": { "type": "integer" }, "param_m73": { "type": "string" } }, "required": [ "di...
I need to look up the information first. Action: lookup_customer Arguments: {"col_o27": 73, "param_m73": "QC-07"}
Agent tool call missing required parameter 'dim_h16'
{"dim_h16":"cat_b","col_o27":73,"param_m73":"QC-07"}
TASK repair_structured_output SPEC FIELD col_f72 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD val_k60 TYPE number REQUIRED no FIELD attr_h63 TYPE null REQUIRED yes BROKEN_OUTPUT {"col_f72": "escalated", "val_k60": 367.92, "attr_h63": null, "extra_info_4529": true}
{"col_f72":"escalated","val_k60":367.92,"attr_h63":null}
extra_field
{ "type": "object", "properties": { "col_f72": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "val_k60": { "type": "number" }, "attr_h63": { "type": "null" } }, "required": [ "att...
{"col_f72": "escalated", "val_k60": 367.92, "attr_h63": null, "extra_info_4529": true}
Unknown field 'extra_info_4529' not defined in schema
{"col_f72":"escalated","val_k60":367.92,"attr_h63":null}
TASK repair_structured_output SPEC FIELD val_h09 TYPE integer REQUIRED yes FIELD field_h68 TYPE integer REQUIRED no FIELD key_a78 TYPE string REQUIRED no FIELD val_t26.key_t60 TYPE string REQUIRED yes FIELD val_t26.field_w43 TYPE integer REQUIRED yes FIELD val_t26.attr_a37[].dim_w41 TYPE string REQUIRED yes FIELD val_...
{"val_h09":990,"field_h68":264,"key_a78":"baz"}
wrong_type
{ "type": "object", "properties": { "val_h09": { "type": "integer" }, "field_h68": { "type": "integer" }, "key_a78": { "type": "string" }, "val_t26": { "type": "object", "properties": { "key_t60": { "type": "string" }, "fiel...
{"val_h09": 990, "field_h68": "\"264\"", "key_a78": "baz"}
Field 'field_h68' must be integer, got string
{"val_h09":990,"field_h68":264,"key_a78":"baz"}
TASK repair_structured_output SPEC FIELD subject TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD velocity.step TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD velocity.frequency_hz TYPE string VALUES cat_a|cat_b REQUIRED no FIELD velocity.voltage TYPE string VALUES active|inactive|pending REQUIRE...
{"subject":"cat_b","velocity":{"step":"cat_b","frequency_hz":"cat_a","type":567.05,"image_url":"RTG-04"},"tile":true,"throttle_pos":59.75,"priority":"This is a test value."}
boolean_as_string
{ "type": "object", "properties": { "subject": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "velocity": { "type": "object", "properties": { "step": { "type": "string", "enum": [ "cat_a", "cat_b", ...
{"subject": "cat_b", "velocity": {"step": "cat_b", "frequency_hz": "cat_a", "type": 567.05, "image_url": "RTG-04"}, "tile": "True", "throttle_pos": 59.75, "priority": "This is a test value."}
Field 'tile' must be boolean, got string
{"subject":"cat_b","velocity":{"step":"cat_b","frequency_hz":"cat_a","type":567.05,"image_url":"RTG-04"},"tile":true,"throttle_pos":59.75,"priority":"This is a test value."}
TASK repair_structured_output SPEC FIELD attr_c14 TYPE integer REQUIRED yes FIELD prop_j34 TYPE string REQUIRED no FIELD prop_i44 TYPE string REQUIRED no FIELD attr_g35 TYPE number REQUIRED yes BROKEN_OUTPUT book_appointment(attr_c14=183, prop_i44='Jane', attr_g35=356.86)
{"attr_c14":183,"prop_i44":"Jane","attr_g35":356.86}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_c14": { "type": "integer" }, "prop_j34": { "type": "string" }, "prop_i44": { "type": "string" }, "attr_g35": { "type": "number" } }, "required": [ "attr_g35", "attr_c14" ] }
book_appointment(attr_c14=183, prop_i44='Jane', attr_g35=356.86)
Tool call uses Python syntax instead of JSON
{"attr_c14":183,"prop_i44":"Jane","attr_g35":356.86}
TASK repair_structured_output SPEC FIELD col_c07 TYPE string REQUIRED yes FIELD prop_u19 TYPE string REQUIRED yes FIELD param_k36 TYPE null REQUIRED yes FIELD key_g50.key_l74 TYPE integer REQUIRED yes FIELD key_g50.prop_j77 TYPE string REQUIRED yes FIELD key_g50.dim_d06 TYPE integer REQUIRED no FIELD key_g50.attr_b32 ...
{"col_c07":"chrX","prop_u19":"approved","param_k36":null,"key_g50":{"key_l74":393,"prop_j77":"qux","dim_d06":626,"attr_b32":"maintenance","key_n27":"info","col_h01":32.94,"prop_g81":"oceanic","key_b82":762}}
thought_process
{ "type": "object", "properties": { "col_c07": { "type": "string" }, "prop_u19": { "type": "string" }, "param_k36": { "type": "null" }, "key_g50": { "type": "object", "properties": { "key_l74": { "type": "integer" }, "prop_j...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"col_c07":"chrX","prop_u19":"approved","param_k36":null,"key_g50":{"key_l74":393,"prop_j77":"qux","dim_d06":626,"attr_b32":"maintenance","key_n27":"info","col_h01":32.94,"prop_g81":"oceanic","key_b82":762}}
Output contains chain-of-thought reasoning before JSON
{"col_c07":"chrX","prop_u19":"approved","param_k36":null,"key_g50":{"key_l74":393,"prop_j77":"qux","dim_d06":626,"attr_b32":"maintenance","key_n27":"info","col_h01":32.94,"prop_g81":"oceanic","key_b82":762}}
TASK repair_structured_output SPEC FIELD height.filter_flag TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD height.price TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD height.ward TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD image_url TYPE string RE...
{"height":{"price":"phone","ward":"resolved"},"image_url":"Alice","credit_score":{"index":"white","active":891.04,"timezone":"hello"}}
tool_call_python_syntax
{ "type": "object", "properties": { "height": { "type": "object", "properties": { "filter_flag": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "price": { ...
get_account(height={'price': 'phone', 'ward': 'resolved'}, image_url='Alice', credit_score={'index': 'white', 'active': 891.04, 'timezone': 'hello'})
Tool call uses Python syntax instead of JSON
{"height":{"price":"phone","ward":"resolved"},"image_url":"Alice","credit_score":{"index":"white","active":891.04,"timezone":"hello"}}
TASK repair_structured_output SPEC FIELD nickname TYPE boolean REQUIRED no FIELD score TYPE integer REQUIRED yes FIELD organism TYPE string REQUIRED no FIELD crew_id TYPE string REQUIRED yes FIELD footnote TYPE string REQUIRED yes FIELD tax TYPE integer REQUIRED yes BROKEN_OUTPUT Let me check the system. <tool_call n...
{"nickname":false,"score":291,"organism":"2024-01-15","crew_id":"chrX","footnote":"active","tax":458}
tool_call_text_mix
{ "type": "object", "properties": { "nickname": { "type": "boolean" }, "score": { "type": "integer" }, "organism": { "type": "string" }, "crew_id": { "type": "string" }, "footnote": { "type": "string" }, "tax": { "type": "integer" }...
Let me check the system. <tool_call name="check_cargo_manifest"> {"nickname":false,"score":291,"organism":"2024-01-15","crew_id":"chrX","footnote":"active","tax":458} </tool_call.
Agent response mixes reasoning text with tool call
{"nickname":false,"score":291,"organism":"2024-01-15","crew_id":"chrX","footnote":"active","tax":458}
TASK repair_structured_output SPEC FIELD field_x60 TYPE boolean REQUIRED yes FIELD val_i39.dim_x78.val_o54 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_i39.dim_x78.field_v74 TYPE number REQUIRED yes FIELD val_i39.dim_x78.col_c57 TYPE number REQUIRED no FIELD val_i39.dim_x78.dim_q74...
{"field_x60":false,"val_i39":{"prop_q25":{"val_e23":"baz","val_i72":238,"col_g65":905},"key_b47":"cat_c","prop_v17":385.53},"param_p12":"Hapag-Lloyd-Express"}
tool_call_text_mix
{ "type": "object", "properties": { "field_x60": { "type": "boolean" }, "val_i39": { "type": "object", "properties": { "dim_x78": { "type": "object", "properties": { "val_o54": { "type": "string", "enum": [ ...
I'll query our database. <tool_call name="check_availability"> {"field_x60":false,"val_i39":{"prop_q25":{"val_e23":"baz","val_i72":238,"col_g65":905},"key_b47":"cat_c","prop_v17":385.53},"param_p12":"Hapag-Lloyd-Express"} </tool_call.
Agent response mixes reasoning text with tool call
{"field_x60":false,"val_i39":{"prop_q25":{"val_e23":"baz","val_i72":238,"col_g65":905},"key_b47":"cat_c","prop_v17":385.53},"param_p12":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD val_f47 TYPE number REQUIRED yes FIELD key_d64 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD prop_e99 TYPE string REQUIRED yes FIELD prop_d64.col_q48 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD prop_d64.key_j52 TYPE string REQ...
{"val_f47":594.42,"key_d64":"offline","prop_e99":"sample","prop_d64":{"col_q48":"medium","key_j52":"Alice","val_s73":"published","val_i78":{"param_z17":"hemizygous","col_d97":"low","prop_u07":289,"prop_v07":"JPY"},"val_p94":{"param_m42":"https://api.example.com/v1","prop_m12":938,"col_d74":"chrX","val_t39":true}}}
truncated_array
{ "type": "object", "properties": { "val_f47": { "type": "number" }, "key_d64": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "prop_e99": { "type": "string" }, "prop_d64": { "type...
{"val_f47":594.42,"key_d64":"offline","prop_e99":"sample","prop_d64":{"col_q48":"medium","key_j52":"Alice","val_s73":"published","val_i78":{"param_z17":"hemizygous","col_d97":"low","prop_u07":289,"prop_v07":"JPY"},"val_p94":{"param_m42":"https://api.example.com/v1","prop_m12":938,"col_d74":"chrX","val_t39":true}}
Unexpected end of JSON input — truncated object
{"val_f47":594.42,"key_d64":"offline","prop_e99":"sample","prop_d64":{"col_q48":"medium","key_j52":"Alice","val_s73":"published","val_i78":{"param_z17":"hemizygous","col_d97":"low","prop_u07":289,"prop_v07":"JPY"},"val_p94":{"param_m42":"https://api.example.com/v1","prop_m12":938,"col_d74":"chrX","val_t39":true}}}
TASK repair_structured_output SPEC FIELD lab_result.name TYPE boolean REQUIRED yes FIELD lab_result.priority TYPE string REQUIRED no FIELD lab_result.brake_pressure TYPE string REQUIRED yes FIELD lab_result.yield_pct TYPE integer REQUIRED no FIELD lab_result.span_id[] TYPE number REQUIRED no FIELD decay_rate TYPE stri...
{"lab_result":{"name":true,"priority":"GRCh38","brake_pressure":"bar","yield_pct":348,"span_id":[193.84,633.78,195.07]},"decay_rate":"https://example.com","consignee":{"rating":"mode_a","maturity_date":"mode_c","city":361,"values":224.87,"comments":531.47},"half_life":"GRCh38","message":924,"name":"world"}
tool_call_wrong_param
{ "type": "object", "properties": { "lab_result": { "type": "object", "properties": { "name": { "type": "boolean" }, "priority": { "type": "string" }, "brake_pressure": { "type": "string" }, "yield_pct": { ...
Tool: check_cargo_manifest Params: {"lab_result": {"name": true, "priority": "GRCh38", "brake_pressure": "bar", "yield_pct": 348, "span_id": [193.84, 633.78, 195.07]}, "decay_rate": "https://example.com", "consignee": {"rating": "mode_a", "maturity_date": "mode_c", "city": 361, "values": 224.87, "comments": 531.47}, "h...
Agent used wrong parameter name 'name2' instead of 'name'
{"lab_result":{"name":true,"priority":"GRCh38","brake_pressure":"bar","yield_pct":348,"span_id":[193.84,633.78,195.07]},"decay_rate":"https://example.com","consignee":{"rating":"mode_a","maturity_date":"mode_c","city":361,"values":224.87,"comments":531.47},"half_life":"GRCh38","message":924,"name":"world"}
TASK repair_structured_output SPEC FIELD product_id TYPE boolean REQUIRED yes FIELD aligned_pct TYPE number REQUIRED yes FIELD decay_rate[] TYPE null REQUIRED yes BROKEN_OUTPUT Processing the request now. I'll validate against the schema. {"product_id":false,"aligned_pct":712.79,"decay_rate":[null,null]}
{"product_id":false,"aligned_pct":712.79,"decay_rate":[null,null]}
thought_process
{ "type": "object", "properties": { "product_id": { "type": "boolean" }, "aligned_pct": { "type": "number" }, "decay_rate": { "type": "array", "items": { "type": "null" } } }, "required": [ "product_id", "decay_rate", "aligned_pct" ] }
Processing the request now. I'll validate against the schema. {"product_id":false,"aligned_pct":712.79,"decay_rate":[null,null]}
Output contains chain-of-thought reasoning before JSON
{"product_id":false,"aligned_pct":712.79,"decay_rate":[null,null]}
TASK repair_structured_output SPEC FIELD field_c57 TYPE integer REQUIRED yes FIELD col_x03.key_s15 TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD col_x03.col_o69 TYPE null REQUIRED no FIELD col_x03.param_g40 TYPE string REQUIRED no FIELD col_x03.dim_e45 TYPE string REQUIRED yes FIELD...
{"field_c57":61,"col_x03":{"key_s15":"option_c","col_o69":null,"param_g40":"demo","dim_e45":"Santos","prop_r68":"cat_f","col_w71":"confirmed","param_y10":73},"prop_j80":"completed","prop_e36":null,"param_u96":79}
thought_process
{ "type": "object", "properties": { "field_c57": { "type": "integer" }, "col_x03": { "type": "object", "properties": { "key_s15": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"field_c57":61,"col_x03":{"key_s15":"option_c","col_o69":null,"param_g40":"demo","dim_e45":"Santos","prop_r68":"cat_f","col_w71":"confirmed","param_y10":73},"prop_j80":"completed","prop_e36":null,"param_u96":79}
Output contains chain-of-thought reasoning before JSON
{"field_c57":61,"col_x03":{"key_s15":"option_c","col_o69":null,"param_g40":"demo","dim_e45":"Santos","prop_r68":"cat_f","col_w71":"confirmed","param_y10":73},"prop_j80":"completed","prop_e36":null,"param_u96":79}
TASK repair_structured_output SPEC FIELD val_a16.attr_f56 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD val_a16.param_t04 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_a16.val_k61 TYPE integer REQUIRED yes FIELD val_a16.dim_j18 TYPE boolean REQUIRED no FIELD ...
{"val_a16":{"attr_f56":"open","param_t04":"frameshift","val_k61":188},"key_q23":{"dim_s83":"https://www.com/v1","field_r58":"viewer"},"field_g49":613}
unquoted_keys
{ "type": "object", "properties": { "val_a16": { "type": "object", "properties": { "attr_f56": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "param_t04": { ...
{val_a16:{attr_f56:"open",param_t04:"frameshift",val_k61:188},key_q23:{dim_s83:"https://www.com/v1",field_r58:"viewer"},field_g49:613}
Expecting property name enclosed in double quotes
{"val_a16":{"attr_f56":"open","param_t04":"frameshift","val_k61":188},"key_q23":{"dim_s83":"https://www.com/v1","field_r58":"viewer"},"field_g49":613}
TASK repair_structured_output SPEC FIELD dim_l96 TYPE string REQUIRED yes FIELD key_t44.dim_e04 TYPE string_email REQUIRED yes FIELD key_t44.param_h46 TYPE integer REQUIRED no FIELD key_t44.field_k47 TYPE integer REQUIRED yes FIELD key_t44.attr_e36.dim_f96 TYPE number REQUIRED yes FIELD key_t44.attr_e36.key_x56 TYPE s...
{"dim_l96":"chrX","key_t44":{"dim_e04":"test@test.io","param_h46":188,"field_k47":231,"attr_e36":{"dim_f96":362.43,"key_x56":"success","field_n08":"PASS","field_h15":"large"}},"attr_u28":{"prop_u44":202,"param_c80":252,"col_v39":"Luis","key_k60":462,"val_c45":181}}
tool_call_partial_args
{ "type": "object", "properties": { "dim_l96": { "type": "string" }, "key_t44": { "type": "object", "properties": { "dim_e04": { "type": "string", "format": "email" }, "param_h46": { "type": "integer" }, "field_k47":...
Let me check the system. Action: delete_item Arguments: {"key_t44": {"dim_e04": "test@test.io", "param_h46": 188, "field_k47": 231, "attr_e36": {"dim_f96": 362.43, "key_x56": "success", "field_n08": "PASS", "field_h15": "large"}}, "attr_u28": {"prop_u44": 202, "param_c80": 252, "col_v39": "Luis", "key_k60": 462, "val_c...
Agent tool call missing required parameter 'dim_l96'
{"dim_l96":"chrX","key_t44":{"dim_e04":"test@test.io","param_h46":188,"field_k47":231,"attr_e36":{"dim_f96":362.43,"key_x56":"success","field_n08":"PASS","field_h15":"large"}},"attr_u28":{"prop_u44":202,"param_c80":252,"col_v39":"Luis","key_k60":462,"val_c45":181}}
TASK repair_structured_output SPEC FIELD payment_status TYPE null REQUIRED yes FIELD cargo_type TYPE string REQUIRED yes FIELD dosage TYPE number REQUIRED no FIELD thumbnail TYPE integer REQUIRED yes FIELD diagnosis_code TYPE integer REQUIRED no BROKEN_OUTPUT Based on the data, cargo_type is Diana. {"payment_status":...
{"payment_status":null,"cargo_type":"Diana","dosage":739.08,"thumbnail":39}
partial_structure
{ "type": "object", "properties": { "payment_status": { "type": "null" }, "cargo_type": { "type": "string" }, "dosage": { "type": "number" }, "thumbnail": { "type": "integer" }, "diagnosis_code": { "type": "integer" } }, "required": [ "th...
Based on the data, cargo_type is Diana. {"payment_status":null,"cargo_type":"Diana","dosage":739.08,"thumbnail":39}
Output mixes natural language with JSON
{"payment_status":null,"cargo_type":"Diana","dosage":739.08,"thumbnail":39}
TASK repair_structured_output SPEC FIELD col_u31 TYPE boolean REQUIRED yes FIELD attr_d83 TYPE string_uri REQUIRED no FIELD col_d11[] TYPE string_uri REQUIRED yes BROKEN_OUTPUT Tool: assign_berth Params: {"col_u31": false, "col_d11": ["https://example.com/v1", "https://data.com/data", "https://www.org/api"], "attr_d8...
{"col_u31":false,"attr_d83":"https://www.com/api","col_d11":["https://example.com/v1","https://data.com/data","https://www.org/api"]}
tool_call_wrong_param
{ "type": "object", "properties": { "col_u31": { "type": "boolean" }, "attr_d83": { "type": "string", "format": "uri" }, "col_d11": { "type": "array", "items": { "type": "string", "format": "uri" } } }, "required": [ "col_u31", ...
Tool: assign_berth Params: {"col_u31": false, "col_d11": ["https://example.com/v1", "https://data.com/data", "https://www.org/api"], "attr_d83_new": "https://www.com/api"}
Agent used wrong parameter name 'attr_d83_new' instead of 'attr_d83'
{"col_u31":false,"attr_d83":"https://www.com/api","col_d11":["https://example.com/v1","https://data.com/data","https://www.org/api"]}
TASK repair_structured_output SPEC FIELD allele TYPE integer REQUIRED no FIELD log_level TYPE integer REQUIRED no FIELD lab_result TYPE integer REQUIRED yes FIELD visible TYPE string REQUIRED yes BROKEN_OUTPUT {"allele":61,"lab_result":983,"visible":"cancelled"
{"allele":61,"lab_result":983,"visible":"cancelled"}
truncated_object
{ "type": "object", "properties": { "allele": { "type": "integer" }, "log_level": { "type": "integer" }, "lab_result": { "type": "integer" }, "visible": { "type": "string" } }, "required": [ "visible", "lab_result" ] }
{"allele":61,"lab_result":983,"visible":"cancelled"
Unexpected end of JSON input — truncated object
{"allele":61,"lab_result":983,"visible":"cancelled"}
TASK repair_structured_output SPEC FIELD dim_u04 TYPE integer REQUIRED yes FIELD prop_w32 TYPE string REQUIRED no FIELD dim_x90 TYPE integer REQUIRED no FIELD prop_g71 TYPE string REQUIRED yes FIELD param_b21.key_l33 TYPE string REQUIRED yes FIELD param_b21.attr_v25 TYPE string REQUIRED no FIELD param_b21.dim_e64 TYPE...
{"dim_u04":902,"prop_w32":"demo","prop_g71":"completed","param_b21":{"key_l33":"qux","attr_v25":"Tokyo","dim_e64":"qux","attr_w75":[{"val_b40":623.86,"param_j88":"test","field_l71":"user@domain.com","col_a59":null,"attr_j28":"PASS"},{"val_b40":759.96,"param_j88":"qux","prop_z08":622,"field_l71":"https://example.com","c...
tool_call_partial_args
{ "type": "object", "properties": { "dim_u04": { "type": "integer" }, "prop_w32": { "type": "string" }, "dim_x90": { "type": "integer" }, "prop_g71": { "type": "string" }, "param_b21": { "type": "object", "properties": { "key_l33": { ...
I need to look up the information first. Action: fetch_lab_result Arguments: {"prop_w32": "demo", "prop_g71": "completed", "param_b21": {"key_l33": "qux", "attr_v25": "Tokyo", "dim_e64": "qux", "attr_w75": [{"val_b40": 623.86, "param_j88": "test", "field_l71": "user@domain.com", "col_a59": null, "attr_j28": "PASS"}, {"...
Agent tool call missing required parameter 'dim_u04'
{"dim_u04":902,"prop_w32":"demo","prop_g71":"completed","param_b21":{"key_l33":"qux","attr_v25":"Tokyo","dim_e64":"qux","attr_w75":[{"val_b40":623.86,"param_j88":"test","field_l71":"user@domain.com","col_a59":null,"attr_j28":"PASS"},{"val_b40":759.96,"param_j88":"qux","prop_z08":622,"field_l71":"https://example.com","c...
TASK repair_structured_output SPEC FIELD email TYPE boolean REQUIRED no FIELD amplitude TYPE number REQUIRED no FIELD invoice_id TYPE null REQUIRED yes FIELD freight_class TYPE null REQUIRED no FIELD language.amount TYPE string_uri REQUIRED no FIELD language.user_id TYPE string VALUES type_a|type_b REQUIRED no FIELD l...
{"email":false,"amplitude":305.11,"invoice_id":null,"language":{"amount":"https://example.org/data","end_date":{"lab_result":"2024-06-23T07:26:00Z","allele":"Tokyo","tax":738.15,"discount":false},"features":"bar"}}
extra_text_after
{ "type": "object", "properties": { "email": { "type": "boolean" }, "amplitude": { "type": "number" }, "invoice_id": { "type": "null" }, "freight_class": { "type": "null" }, "language": { "type": "object", "properties": { "amount": { ...
{"email":false,"amplitude":305.11,"invoice_id":null,"language":{"amount":"https://example.org/data","end_date":{"lab_result":"2024-06-23T07:26:00Z","allele":"Tokyo","tax":738.15,"discount":false},"features":"bar"}} Hope this helps!
Output contains non-JSON text after the object
{"email":false,"amplitude":305.11,"invoice_id":null,"language":{"amount":"https://example.org/data","end_date":{"lab_result":"2024-06-23T07:26:00Z","allele":"Tokyo","tax":738.15,"discount":false},"features":"bar"}}
TASK repair_structured_output SPEC FIELD bed_number TYPE integer REQUIRED no FIELD repository TYPE boolean REQUIRED yes FIELD city TYPE number REQUIRED no FIELD organism TYPE boolean REQUIRED no FIELD maturity_date TYPE integer REQUIRED no FIELD active TYPE integer REQUIRED no BROKEN_OUTPUT Analyzing the sensor data ...
{"bed_number":377,"repository":false,"city":80.07,"organism":true,"maturity_date":567,"active":761}
thought_process
{ "type": "object", "properties": { "bed_number": { "type": "integer" }, "repository": { "type": "boolean" }, "city": { "type": "number" }, "organism": { "type": "boolean" }, "maturity_date": { "type": "integer" }, "active": { "type": "...
Analyzing the sensor data to generate the output. I'll apply the required format first. {"bed_number":377,"repository":false,"city":80.07,"organism":true,"maturity_date":567,"active":761}
Output contains chain-of-thought reasoning before JSON
{"bed_number":377,"repository":false,"city":80.07,"organism":true,"maturity_date":567,"active":761}
TASK repair_structured_output SPEC FIELD invoice_id.section TYPE boolean REQUIRED no FIELD invoice_id.visible TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD invoice_id.timezone.current_draw TYPE integer REQUIRED no FIELD invoice_id.timezone.dissolved_oxygen TYPE integer REQUIRED yes FIELD invoice_id.t...
{"invoice_id":{"section":false,"visible":"option_b","timezone":{"current_draw":668,"dissolved_oxygen":377,"gene_id":[null,null]},"log_level":{"humidity_pct":false,"discount":"level_1","pressure_kpa":"type_e","coverage":"Hapag-Lloyd-Express","cargo_type":["John","John","cancelled","cancelled"]}},"bed_number":"arctic","s...
extra_text_before
{ "type": "object", "properties": { "invoice_id": { "type": "object", "properties": { "section": { "type": "boolean" }, "visible": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] ...
The output is as follows: {"invoice_id":{"section":false,"visible":"option_b","timezone":{"current_draw":668,"dissolved_oxygen":377,"gene_id":[null,null]},"log_level":{"humidity_pct":false,"discount":"level_1","pressure_kpa":"type_e","coverage":"Hapag-Lloyd-Express","cargo_type":["John","John","cancelled","cancelled"]}...
Output contains non-JSON text before the object
{"invoice_id":{"section":false,"visible":"option_b","timezone":{"current_draw":668,"dissolved_oxygen":377,"gene_id":[null,null]},"log_level":{"humidity_pct":false,"discount":"level_1","pressure_kpa":"type_e","coverage":"Hapag-Lloyd-Express","cargo_type":["John","John","cancelled","cancelled"]}},"bed_number":"arctic","s...
TASK repair_structured_output SPEC FIELD prop_z33 TYPE string_email REQUIRED yes FIELD attr_z80 TYPE integer REQUIRED no FIELD col_s96 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED no FIELD col_x30 TYPE integer REQUIRED no BROKEN_OUTPUT {"prop_z33":"test@domain.org","attr_z80":713,"col_s96":"type_c",...
{"prop_z33":"test@domain.org","attr_z80":713,"col_s96":"type_c","col_x30":957}
extra_text_after
{ "type": "object", "properties": { "prop_z33": { "type": "string", "format": "email" }, "attr_z80": { "type": "integer" }, "col_s96": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e" ] ...
{"prop_z33":"test@domain.org","attr_z80":713,"col_s96":"type_c","col_x30":957} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"prop_z33":"test@domain.org","attr_z80":713,"col_s96":"type_c","col_x30":957}
TASK repair_structured_output SPEC FIELD prop_p28 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD key_a13 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD key_m67 TYPE integer REQUIRED yes BROKEN_OUTPUT {"prop_p28": "in_transit", "key_a13": "cat_a"}
{"prop_p28":"in_transit","key_a13":"cat_a","key_m67":431}
missing_required
{ "type": "object", "properties": { "prop_p28": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "key_a13": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", ...
{"prop_p28": "in_transit", "key_a13": "cat_a"}
Required field 'key_m67' is missing
{"prop_p28":"in_transit","key_a13":"cat_a","key_m67":431}
TASK repair_structured_output SPEC FIELD param_b90 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD param_d34 TYPE boolean REQUIRED yes FIELD prop_y98 TYPE string REQUIRED no FIELD field_u29[] TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes BROKEN_OUTPUT {"param_b90": "sms", "param_d34": "\...
{"param_b90":"sms","param_d34":true,"prop_y98":"test","field_u29":["new","delivered"]}
wrong_type
{ "type": "object", "properties": { "param_b90": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "param_d34": { "type": "boolean" }, "prop_y98": { "type": "string" }, "field_u29": { "type": "array", ...
{"param_b90": "sms", "param_d34": "\"yes\"", "prop_y98": "test", "field_u29": ["new", "delivered"]}
Field 'param_d34' must be boolean, got string
{"param_b90":"sms","param_d34":true,"prop_y98":"test","field_u29":["new","delivered"]}
TASK repair_structured_output SPEC FIELD id TYPE integer REQUIRED yes FIELD transaction_id.freight_class TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD transaction_id.altitude TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD transaction_id.tax TYPE string VALUES s...
{"id":323,"transaction_id":{"freight_class":"confirmed","altitude":"intermittent","tax":"frameshift"},"order_id":"Maria","options":"Jane"}
markdown_explanation
{ "type": "object", "properties": { "id": { "type": "integer" }, "transaction_id": { "type": "object", "properties": { "freight_class": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "...
Based on your request, here is the data: ```json {"id":323,"transaction_id":{"freight_class":"confirmed","altitude":"intermittent","tax":"frameshift"},"order_id":"Maria","options":"Jane"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"id":323,"transaction_id":{"freight_class":"confirmed","altitude":"intermittent","tax":"frameshift"},"order_id":"Maria","options":"Jane"}