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 val_i94 TYPE string REQUIRED yes FIELD val_j36 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED no FIELD field_y83 TYPE string REQUIRED no FIELD param_b43.dim_h56 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD param_b43.val_j04 TYPE string REQUIRED...
{"val_i94":"Smith","field_y83":"Hapag-Lloyd-Express"}
missing_brace
{ "type": "object", "properties": { "val_i94": { "type": "string" }, "val_j36": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e" ] }, "field_y83": { "type": "string" }, "param_b43": { "ty...
{"val_i94":"Smith","field_y83":"Hapag-Lloyd-Express"
Missing closing brace
{"val_i94":"Smith","field_y83":"Hapag-Lloyd-Express"}
TASK repair_structured_output SPEC FIELD key_p12 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD dim_x22 TYPE string_date-time REQUIRED yes FIELD key_c22 TYPE string REQUIRED no FIELD col_q61 TYPE boolean REQUIRED yes BROKEN_OUTPUT generate_report(key_p12='viewer', dim_x22='2025-04-04T23:57:00Z', key_c22='P...
{"key_p12":"viewer","dim_x22":"2025-04-04T23:57:00Z","key_c22":"Paris","col_q61":true}
tool_call_python_syntax
{ "type": "object", "properties": { "key_p12": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "dim_x22": { "type": "string", "format": "date-time" }, "key_c22": { "type": "string" }, "col_q61": { "type": "b...
generate_report(key_p12='viewer', dim_x22='2025-04-04T23:57:00Z', key_c22='Paris', col_q61=True)
Tool call uses Python syntax instead of JSON
{"key_p12":"viewer","dim_x22":"2025-04-04T23:57:00Z","key_c22":"Paris","col_q61":true}
TASK repair_structured_output SPEC FIELD created_at TYPE null REQUIRED no FIELD tags.vessel_name TYPE string VALUES draft|published|archived REQUIRED no FIELD tags.patient_id TYPE string REQUIRED yes FIELD tags.section TYPE integer REQUIRED no FIELD tags.voltage TYPE string REQUIRED yes FIELD tags.zip_code TYPE intege...
{"created_at":null,"tags":{"patient_id":"New York","section":952,"voltage":"REV","zip_code":495,"dissolved_oxygen":481,"state":"baz"},"status_code":"https://www.com/data","last_name":"hemizygous","category":"QC-07","velocity":{"compound":"admin","notes":"foo","image_url":false,"yield_pct":"maintenance","role":308}}
null_required
{ "type": "object", "properties": { "created_at": { "type": "null" }, "tags": { "type": "object", "properties": { "vessel_name": { "type": "string", "enum": [ "draft", "published", "archived" ] }, ...
{"created_at": null, "tags": {"patient_id": "New York", "section": 952, "voltage": "REV", "zip_code": 495, "dissolved_oxygen": 481, "state": "baz"}, "status_code": null, "last_name": "hemizygous", "category": "QC-07", "velocity": {"compound": "admin", "notes": "foo", "image_url": false, "yield_pct": "maintenance", "rol...
Required field 'status_code' is null
{"created_at":null,"tags":{"patient_id":"New York","section":952,"voltage":"REV","zip_code":495,"dissolved_oxygen":481,"state":"baz"},"status_code":"https://www.com/data","last_name":"hemizygous","category":"QC-07","velocity":{"compound":"admin","notes":"foo","image_url":false,"yield_pct":"maintenance","role":308}}
TASK repair_structured_output SPEC FIELD notes TYPE string_date-time REQUIRED yes FIELD annotation TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD status TYPE integer REQUIRED no FIELD barcode TYPE boolean REQUIRED no BROKEN_OUTPUT process_payment(notes='2026-02-15T16:29:00Z', annotat...
{"notes":"2026-02-15T16:29:00Z","annotation":"rejected","status":66,"barcode":true}
tool_call_python_syntax
{ "type": "object", "properties": { "notes": { "type": "string", "format": "date-time" }, "annotation": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "status": { "type": "integer" ...
process_payment(notes='2026-02-15T16:29:00Z', annotation='rejected', status=66, barcode=True)
Tool call uses Python syntax instead of JSON
{"notes":"2026-02-15T16:29:00Z","annotation":"rejected","status":66,"barcode":true}
TASK repair_structured_output SPEC FIELD val_v93 TYPE string VALUES option_a|option_b REQUIRED yes FIELD attr_y16 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD val_y49 TYPE string VALUES type_a|type_b REQUIRED no FIELD prop_j63 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f...
{"val_v93":"option_a","attr_y16":"level_1","val_y49":"type_a","prop_j63":"mode_c","val_p29":"small","key_l55":"hemizygous","val_p84":623}
missing_required
{ "type": "object", "properties": { "val_v93": { "type": "string", "enum": [ "option_a", "option_b" ] }, "attr_y16": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, ...
{"attr_y16": "level_1", "val_y49": "type_a", "prop_j63": "mode_c", "val_p29": "small", "key_l55": "hemizygous", "val_p84": 623}
Required field 'val_v93' is missing
{"val_v93":"option_a","attr_y16":"level_1","val_y49":"type_a","prop_j63":"mode_c","val_p29":"small","key_l55":"hemizygous","val_p84":623}
TASK repair_structured_output SPEC FIELD key_i48 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD dim_a30 TYPE string VALUES type_a|type_b REQUIRED no FIELD param_p48 TYPE null REQUIRED yes FIELD field_c40 TYPE integer REQUIRED yes BROKEN_OUTPUT {"key_i48": "hemizygous", "dim_a30": "type_a", "p...
{"key_i48":"hemizygous","dim_a30":"type_a","param_p48":null,"field_c40":50}
number_with_unit
{ "type": "object", "properties": { "key_i48": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "dim_a30": { "type": "string", "enum": [ "type_a", "type_b" ] }, "param_p48": { "type": "...
{"key_i48": "hemizygous", "dim_a30": "type_a", "param_p48": null, "field_c40": "50%"}
Field 'field_c40' must be number, got string with unit
{"key_i48":"hemizygous","dim_a30":"type_a","param_p48":null,"field_c40":50}
TASK repair_structured_output SPEC FIELD conductivity TYPE integer REQUIRED yes FIELD notes TYPE boolean REQUIRED yes FIELD trace_id.section TYPE boolean REQUIRED yes FIELD trace_id.country TYPE string REQUIRED yes FIELD trace_id.ph_level TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIEL...
{"conductivity":663,"notes":false,"trace_id":{"section":false,"country":"Paris","ph_level":"option_c","turbidity":"user@test.io"}}
unquoted_keys
{ "type": "object", "properties": { "conductivity": { "type": "integer" }, "notes": { "type": "boolean" }, "trace_id": { "type": "object", "properties": { "section": { "type": "boolean" }, "country": { "type": "string" }...
{conductivity:663,notes:false,trace_id:{section:false,country:"Paris",ph_level:"option_c",turbidity:"user@test.io"}}
Expecting property name enclosed in double quotes
{"conductivity":663,"notes":false,"trace_id":{"section":false,"country":"Paris","ph_level":"option_c","turbidity":"user@test.io"}}
TASK repair_structured_output SPEC FIELD val_w40 TYPE string_date-time REQUIRED no FIELD prop_s82 TYPE number REQUIRED yes FIELD key_y34 TYPE string REQUIRED no FIELD field_e51[] TYPE string VALUES red|blue|green|black|white REQUIRED yes BROKEN_OUTPUT {"val_w40":"2025-03-13T20:16:00Z","prop_s82":903.48,"key_y34":"Thi...
{"val_w40":"2025-03-13T20:16:00Z","prop_s82":903.48,"key_y34":"This is a test value.","field_e51":["blue","black","blue","black"]}
trailing_comma
{ "type": "object", "properties": { "val_w40": { "type": "string", "format": "date-time" }, "prop_s82": { "type": "number" }, "key_y34": { "type": "string" }, "field_e51": { "type": "array", "items": { "type": "string", "enum": [ ...
{"val_w40":"2025-03-13T20:16:00Z","prop_s82":903.48,"key_y34":"This is a test value.","field_e51":["blue","black","blue","black"],}
Unexpected trailing comma
{"val_w40":"2025-03-13T20:16:00Z","prop_s82":903.48,"key_y34":"This is a test value.","field_e51":["blue","black","blue","black"]}
TASK repair_structured_output SPEC FIELD dim_w40 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD dim_x52 TYPE null REQUIRED yes FIELD prop_g04 TYPE integer REQUIRED no FIELD param_l12 TYPE string VALUES success|error|warning|info REQUIRED yes FIELD param_h23 TYPE string REQUIRED yes FIELD ...
{"dim_w40":"frameshift","dim_x52":null,"param_l12":"info","param_h23":"Oliveira"}
extra_text_after
{ "type": "object", "properties": { "dim_w40": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "dim_x52": { "type": "null" }, "prop_g04": { "type": "integer" }, "param_l12": { "type"...
{"dim_w40":"frameshift","dim_x52":null,"param_l12":"info","param_h23":"Oliveira"} Data logged successfully.
Output contains non-JSON text after the object
{"dim_w40":"frameshift","dim_x52":null,"param_l12":"info","param_h23":"Oliveira"}
TASK repair_structured_output SPEC FIELD val_n90 TYPE null REQUIRED yes FIELD attr_r76 TYPE integer REQUIRED yes FIELD attr_q64 TYPE string VALUES type_a|type_b REQUIRED no FIELD val_r38[].dim_t63 TYPE integer REQUIRED no FIELD val_r38[].attr_c50 TYPE integer REQUIRED no FIELD val_r38[].param_v71 TYPE string REQUIRED ...
{"val_n90":null,"attr_r76":270,"val_r38":[{"dim_t63":260,"attr_c50":840,"param_v71":"Oliveira","param_d34":"level_1","dim_h06":"option_a"},{"dim_t63":140,"attr_c50":414,"param_v71":"A short description.","param_d34":"level_1","attr_r22":"demo","dim_h06":"option_c"},{"dim_t63":460,"attr_c50":68,"param_v71":"Luis","param...
tool_call_bad_format
{ "type": "object", "properties": { "val_n90": { "type": "null" }, "attr_r76": { "type": "integer" }, "attr_q64": { "type": "string", "enum": [ "type_a", "type_b" ] }, "val_r38": { "type": "array", "items": { "type": "obje...
<functioncall> get_weather {val_n90: null, attr_r76: 270, val_r38: [{dim_t63: 260, attr_c50: 840, param_v71: "Oliveira", param_d34: "level_1", dim_h06: "option_a"}, {dim_t63: 140, attr_c50: 414, param_v71: "A short description.", param_d34: "level_1", attr_r22: "demo", dim_h06: "option_c"}, {dim_t63: 460, attr_c50: 68,...
Tool call has malformed arguments — unquoted keys in function parameters
{"val_n90":null,"attr_r76":270,"val_r38":[{"dim_t63":260,"attr_c50":840,"param_v71":"Oliveira","param_d34":"level_1","dim_h06":"option_a"},{"dim_t63":140,"attr_c50":414,"param_v71":"A short description.","param_d34":"level_1","attr_r22":"demo","dim_h06":"option_c"},{"dim_t63":460,"attr_c50":68,"param_v71":"Luis","param...
TASK repair_structured_output SPEC FIELD prop_q23 TYPE boolean REQUIRED no FIELD val_s02.prop_d49 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD val_s02.col_e66 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED yes FIELD val_s02.prop_t47[] TYPE boolean R...
{"val_s02":{"prop_d49":"option_a","col_e66":"mode_f","prop_t47":[false,false]},"param_d17":123.6,"attr_w64":"xl","prop_x71":"Bob"}
null_required
{ "type": "object", "properties": { "prop_q23": { "type": "boolean" }, "val_s02": { "type": "object", "properties": { "prop_d49": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", ...
{"val_s02": {"prop_d49": "option_a", "col_e66": "mode_f", "prop_t47": [false, false]}, "param_d17": null, "attr_w64": "xl", "prop_x71": "Bob"}
Required field 'param_d17' is null
{"val_s02":{"prop_d49":"option_a","col_e66":"mode_f","prop_t47":[false,false]},"param_d17":123.6,"attr_w64":"xl","prop_x71":"Bob"}
TASK repair_structured_output SPEC FIELD medication TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD phenotype TYPE string REQUIRED no FIELD voltage TYPE string REQUIRED yes FIELD salinity TYPE number REQUIRED yes FIELD batch_code TYPE string REQUIRED no FIELD width TYPE string_date-time REQUIRED no FIE...
{"medication":"basic","phenotype":"Johnson","voltage":"GRCh38","salinity":309.17,"batch_code":"Santos","invoice_id":137.15}
missing_bracket
{ "type": "object", "properties": { "medication": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "phenotype": { "type": "string" }, "voltage": { "type": "string" }, "salinity": { "type": "number"...
{"medication":"basic","phenotype":"Johnson","voltage":"GRCh38","salinity":309.17,"batch_code":"Santos","invoice_id":137.15}
Missing closing bracket
{"medication":"basic","phenotype":"Johnson","voltage":"GRCh38","salinity":309.17,"batch_code":"Santos","invoice_id":137.15}
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD interest_rate TYPE number REQUIRED no FIELD payment_status TYPE string_uri REQUIRED no BROKEN_OUTPUT {"crew_id": "underway", "interest_rate": "852.25px", "payment_status": "https://www.io/api"}
{"crew_id":"underway","interest_rate":852.25,"payment_status":"https://www.io/api"}
number_with_unit
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "interest_rate": { "type": "number" }, "payment_status": { "type": "string", "format": "uri" } }...
{"crew_id": "underway", "interest_rate": "852.25px", "payment_status": "https://www.io/api"}
Field 'interest_rate' must be number, got string with unit
{"crew_id":"underway","interest_rate":852.25,"payment_status":"https://www.io/api"}
TASK repair_structured_output SPEC FIELD val_v94 TYPE string REQUIRED no FIELD attr_k22 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_n33 TYPE string_email REQUIRED yes FIELD dim_e25.dim_a61 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_e25.attr_g60 TYPE strin...
{"val_v94":"Smith","attr_k22":"low","attr_n33":"info@test.io","dim_e25":{"dim_a61":"maintenance","attr_g60":"degraded","param_g66":"frameshift","dim_u54":"world","field_g74":false,"val_e43":468},"attr_p42":"A short description."}
thought_process
{ "type": "object", "properties": { "val_v94": { "type": "string" }, "attr_k22": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_n33": { "type": "string", "format": "email" }, "dim_e25": { ...
Let me construct this step by step. First, I'll identify the required fields, then fill in the values. {"val_v94":"Smith","attr_k22":"low","attr_n33":"info@test.io","dim_e25":{"dim_a61":"maintenance","attr_g60":"degraded","param_g66":"frameshift","dim_u54":"world","field_g74":false,"val_e43":468},"attr_p42":"A short d...
Output contains chain-of-thought reasoning before JSON
{"val_v94":"Smith","attr_k22":"low","attr_n33":"info@test.io","dim_e25":{"dim_a61":"maintenance","attr_g60":"degraded","param_g66":"frameshift","dim_u54":"world","field_g74":false,"val_e43":468},"attr_p42":"A short description."}
TASK repair_structured_output SPEC FIELD key_e52 TYPE null REQUIRED yes FIELD param_v51 TYPE boolean REQUIRED no FIELD param_h45 TYPE string REQUIRED no FIELD dim_v77 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD field_p30 TYPE string REQUIRED no FIELD dim_f97 TYPE integer REQUIRED yes BROK...
{"key_e52":null,"param_h45":"PASS","dim_v77":"option_a","field_p30":"Jane","dim_f97":448}
single_quotes
{ "type": "object", "properties": { "key_e52": { "type": "null" }, "param_v51": { "type": "boolean" }, "param_h45": { "type": "string" }, "dim_v77": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ...
{'key_e52':null,'param_h45':'PASS','dim_v77':'option_a','field_p30':'Jane','dim_f97':448}
Expecting property name enclosed in double quotes
{"key_e52":null,"param_h45":"PASS","dim_v77":"option_a","field_p30":"Jane","dim_f97":448}
TASK repair_structured_output SPEC FIELD version TYPE null REQUIRED yes FIELD rating TYPE string_uri REQUIRED yes FIELD phone TYPE boolean REQUIRED no BROKEN_OUTPUT Based on your request, here is the data: ```json {"version":null,"rating":"https://example.io/data","phone":true} ``` Analysis finished.
{"version":null,"rating":"https://example.io/data","phone":true}
markdown_explanation
{ "type": "object", "properties": { "version": { "type": "null" }, "rating": { "type": "string", "format": "uri" }, "phone": { "type": "boolean" } }, "required": [ "version", "rating" ] }
Based on your request, here is the data: ```json {"version":null,"rating":"https://example.io/data","phone":true} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"version":null,"rating":"https://example.io/data","phone":true}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string REQUIRED yes FIELD age TYPE integer REQUIRED no FIELD subject TYPE string REQUIRED yes FIELD items.url TYPE null REQUIRED yes FIELD items.latitude TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD items.log_level TYPE number ...
{"temp_celsius":"Charlie","subject":"Maria","items":{"url":null,"log_level":455.45,"height":true,"enabled":{"department":null,"discount":true,"active":"heterozygous","payment_status":561}},"language":{"title":49.52,"priority":"hemizygous","order_id":799,"label":{"lane":"New York","description":60.09},"age":"enterprise"...
thought_process
{ "type": "object", "properties": { "temp_celsius": { "type": "string" }, "age": { "type": "integer" }, "subject": { "type": "string" }, "items": { "type": "object", "properties": { "url": { "type": "null" }, "latitude": { ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"temp_celsius":"Charlie","subject":"Maria","items":{"url":null,"log_level":455.45,"height":true,"enabled":{"department":null,"discount":true,"active":"heterozygous","payment_status":561}},"language":{"title":49.52,"priority":"hemizyg...
Output contains chain-of-thought reasoning before JSON
{"temp_celsius":"Charlie","subject":"Maria","items":{"url":null,"log_level":455.45,"height":true,"enabled":{"department":null,"discount":true,"active":"heterozygous","payment_status":561}},"language":{"title":49.52,"priority":"hemizygous","order_id":799,"label":{"lane":"New York","description":60.09},"age":"enterprise"...
TASK repair_structured_output SPEC FIELD key_c16 TYPE string REQUIRED no FIELD field_j90.dim_p92 TYPE integer REQUIRED yes FIELD field_j90.col_e93 TYPE integer REQUIRED yes FIELD field_j90.field_r19[] TYPE string REQUIRED no FIELD field_j90.key_s21[].key_l21 TYPE string REQUIRED no FIELD field_j90.key_s21[].col_u91 TY...
{"key_c16":"bar","field_j90":{"dim_p92":929,"col_e93":281,"key_s21":[{"key_l21":"Paris","attr_o15":"maintenance","param_z51":124.52,"col_n34":"hello"},{"key_l21":"2024-06-30","col_u91":343,"field_r60":"QC-07","col_n34":"New York"}]},"prop_j73":452,"attr_p81":"2025-03-03T16:44:00Z","field_y03":"chr1"}
tool_call_bad_format
{ "type": "object", "properties": { "key_c16": { "type": "string" }, "field_j90": { "type": "object", "properties": { "dim_p92": { "type": "integer" }, "col_e93": { "type": "integer" }, "field_r19": { "type": "array"...
<functioncall> book_appointment {key_c16: "bar", field_j90: {dim_p92: 929, col_e93: 281, key_s21: [{key_l21: "Paris", attr_o15: "maintenance", param_z51: 124.52, col_n34: "hello"}, {key_l21: "2024-06-30", col_u91: 343, field_r60: "QC-07", col_n34: "New York"}]}, prop_j73: 452, attr_p81: "2025-03-03T16:44:00Z", field_y0...
Tool call has malformed arguments — unquoted keys in function parameters
{"key_c16":"bar","field_j90":{"dim_p92":929,"col_e93":281,"key_s21":[{"key_l21":"Paris","attr_o15":"maintenance","param_z51":124.52,"col_n34":"hello"},{"key_l21":"2024-06-30","col_u91":343,"field_r60":"QC-07","col_n34":"New York"}]},"prop_j73":452,"attr_p81":"2025-03-03T16:44:00Z","field_y03":"chr1"}
TASK repair_structured_output SPEC FIELD updated_at TYPE string_date-time REQUIRED no FIELD width TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED yes FIELD filter_flag TYPE null REQUIRED no FIELD phenotype[] TYPE string VALUES level_1|le...
{"updated_at":"2023-07-25T12:12:00Z","width":"mode_c","due_date":"mode_a","filter_flag":null}
tool_call_wrong_param
{ "type": "object", "properties": { "updated_at": { "type": "string", "format": "date-time" }, "width": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "due_date": { "type": "string", "enum": [ ...
Tool: get_weather Params: {"updated_at": "2023-07-25T12:12:00Z", "width": "mode_c", "filter_flag": null, "due_date_new": "mode_a"}
Agent used wrong parameter name 'due_date_new' instead of 'due_date'
{"updated_at":"2023-07-25T12:12:00Z","width":"mode_c","due_date":"mode_a","filter_flag":null}
TASK repair_structured_output SPEC FIELD thumbnail TYPE string VALUES low|medium|high|critical REQUIRED no FIELD collateral.paragraph.branch TYPE boolean REQUIRED no FIELD collateral.paragraph.type TYPE boolean REQUIRED no FIELD collateral.paragraph.dosage TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIEL...
{"thumbnail":"critical","collateral":{"paragraph":{"type":true,"dosage":"enterprise"},"status_code":"inactive","active":"moored","items":431,"description":"user@domain.com","allele":"test","version":"synonymous"},"balance":207,"zip_code":337}
null_required
{ "type": "object", "properties": { "thumbnail": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "collateral": { "type": "object", "properties": { "paragraph": { "type": "object", "properties...
{"thumbnail": "critical", "collateral": {"paragraph": {"type": true, "dosage": "enterprise"}, "status_code": "inactive", "active": "moored", "items": 431, "description": "user@domain.com", "allele": "test", "version": "synonymous"}, "balance": null, "zip_code": 337}
Required field 'balance' is null
{"thumbnail":"critical","collateral":{"paragraph":{"type":true,"dosage":"enterprise"},"status_code":"inactive","active":"moored","items":431,"description":"user@domain.com","allele":"test","version":"synonymous"},"balance":207,"zip_code":337}
TASK repair_structured_output SPEC FIELD key_e97 TYPE number REQUIRED yes FIELD field_o61 TYPE string REQUIRED no FIELD attr_b51 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD field_d71.attr_t82 TYPE string_email REQUIRED yes FIELD field_d71.key_s87 TYPE string VALUES homozygous|heterozygous|hemizygous RE...
{"key_e97":392.3,"field_o61":"sample","attr_b51":"xl","field_d71":{"attr_t82":"admin@domain.org","key_s87":"heterozygous","attr_n92":true}}
tool_call_python_syntax
{ "type": "object", "properties": { "key_e97": { "type": "number" }, "field_o61": { "type": "string" }, "attr_b51": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "field_d71": { "type": "object", ...
update_record(key_e97=392.3, field_o61='sample', attr_b51='xl', field_d71={'attr_t82': 'admin@domain.org', 'key_s87': 'heterozygous', 'attr_n92': True})
Tool call uses Python syntax instead of JSON
{"key_e97":392.3,"field_o61":"sample","attr_b51":"xl","field_d71":{"attr_t82":"admin@domain.org","key_s87":"heterozygous","attr_n92":true}}
TASK repair_structured_output SPEC FIELD temp_celsius TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD amount TYPE integer REQUIRED no FIELD coverage TYPE string REQUIRED yes BROKEN_OUTPUT get_inventory(temp_celsius='in_...
{"temp_celsius":"in_transit","id":"heterozygous","amount":468,"coverage":"test"}
tool_call_python_syntax
{ "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ]...
get_inventory(temp_celsius='in_transit', id='heterozygous', amount=468, coverage='test')
Tool call uses Python syntax instead of JSON
{"temp_celsius":"in_transit","id":"heterozygous","amount":468,"coverage":"test"}
TASK repair_structured_output SPEC FIELD weight TYPE string REQUIRED yes FIELD bearing TYPE string REQUIRED yes FIELD due_date TYPE number REQUIRED yes FIELD verified TYPE string VALUES low|medium|high|critical REQUIRED no FIELD url TYPE string_uri REQUIRED no FIELD wavelength.port_code TYPE string REQUIRED no FIELD w...
{"weight":"London","bearing":"Diana","due_date":777.53,"verified":"high"}
invalid_enum
{ "type": "object", "properties": { "weight": { "type": "string" }, "bearing": { "type": "string" }, "due_date": { "type": "number" }, "verified": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }...
{"weight": "London", "bearing": "Diana", "due_date": 777.53, "verified": "invalid_value_562"}
Field 'verified' has invalid enum value 'invalid_value_562', expected one of ['low', 'medium', 'high', 'critical']
{"weight":"London","bearing":"Diana","due_date":777.53,"verified":"high"}
TASK repair_structured_output SPEC FIELD col_n87 TYPE integer REQUIRED yes FIELD key_e70 TYPE string_date-time REQUIRED yes FIELD param_o58 TYPE boolean REQUIRED no FIELD attr_y76 TYPE string REQUIRED no FIELD col_j52 TYPE null REQUIRED no BROKEN_OUTPUT {"col_n87":221,"key_e70":"2021-12-28T09:19:00Z","attr_y76":"pend...
{"col_n87":221,"key_e70":"2021-12-28T09:19:00Z","attr_y76":"pending","col_j52":null}
missing_bracket
{ "type": "object", "properties": { "col_n87": { "type": "integer" }, "key_e70": { "type": "string", "format": "date-time" }, "param_o58": { "type": "boolean" }, "attr_y76": { "type": "string" }, "col_j52": { "type": "null" } }, "requir...
{"col_n87":221,"key_e70":"2021-12-28T09:19:00Z","attr_y76":"pending","col_j52":null}
Missing closing bracket
{"col_n87":221,"key_e70":"2021-12-28T09:19:00Z","attr_y76":"pending","col_j52":null}
TASK repair_structured_output SPEC FIELD field_m06 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_m43 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD prop_p05 TYPE string VALUES draft|published|archived REQUIRED yes FIELD val_e52 TYPE string VALUES cat_a|cat_b|cat_...
{"field_m06":"blue","val_m43":"type_d","prop_p05":"published","val_e52":"cat_d"}
thought_process
{ "type": "object", "properties": { "field_m06": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_m43": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_...
Processing the request now. I'll validate against the schema. {"field_m06":"blue","val_m43":"type_d","prop_p05":"published","val_e52":"cat_d"}
Output contains chain-of-thought reasoning before JSON
{"field_m06":"blue","val_m43":"type_d","prop_p05":"published","val_e52":"cat_d"}
TASK repair_structured_output SPEC FIELD param_a20 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD param_j00 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD key_i23 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD key_i98 TYPE string REQUIRED yes FIELD field_g10 TYPE string REQU...
{"param_a20":"low","param_j00":"black","key_i98":"chr1","param_y36":"quux","prop_k33":500}
unquoted_keys
{ "type": "object", "properties": { "param_a20": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "param_j00": { "type": "string", "enum": [ "red", "blue", "green", "black", "white...
{param_a20:"low",param_j00:"black",key_i98:"chr1",param_y36:"quux",prop_k33:500}
Expecting property name enclosed in double quotes
{"param_a20":"low","param_j00":"black","key_i98":"chr1","param_y36":"quux","prop_k33":500}
TASK repair_structured_output SPEC FIELD dim_s08 TYPE number REQUIRED no FIELD attr_u72 TYPE integer REQUIRED no FIELD val_y60 TYPE number REQUIRED yes FIELD prop_e35 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD key_j78.val_n81 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD key_j78...
{"dim_s08":902.35,"val_y60":943.01,"prop_e35":"open","key_j78":{"val_n81":"viewer","field_u13":865.93},"param_l50":{"col_a40":"USD","col_c13":"ops@example.com","val_l18":433,"dim_g90":"A short description."}}
markdown_explanation
{ "type": "object", "properties": { "dim_s08": { "type": "number" }, "attr_u72": { "type": "integer" }, "val_y60": { "type": "number" }, "prop_e35": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ...
The output is as follows: ```json {"dim_s08":902.35,"val_y60":943.01,"prop_e35":"open","key_j78":{"val_n81":"viewer","field_u13":865.93},"param_l50":{"col_a40":"USD","col_c13":"ops@example.com","val_l18":433,"dim_g90":"A short description."}} ``` Analysis finished.
Output contains markdown and explanatory text around JSON
{"dim_s08":902.35,"val_y60":943.01,"prop_e35":"open","key_j78":{"val_n81":"viewer","field_u13":865.93},"param_l50":{"col_a40":"USD","col_c13":"ops@example.com","val_l18":433,"dim_g90":"A short description."}}
TASK repair_structured_output SPEC FIELD key_t73.col_j15.prop_v74 TYPE string REQUIRED no FIELD key_t73.col_j15.col_v09 TYPE integer REQUIRED no FIELD key_t73.col_j15.dim_d64 TYPE string_email REQUIRED yes FIELD key_t73.col_j15.val_a06 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD key_t73.col_j...
{"key_t73":{"col_j15":{"prop_v74":"foo","dim_d64":"test@domain.org","val_a06":"closed"},"prop_y36":618.12,"val_i33":"Berlin","dim_a08":"USD"},"attr_g25":"phone","dim_t05":330.17,"dim_s44":"user@domain.org","key_a44":"admin@example.com","attr_i84":369.04}
unquoted_keys
{ "type": "object", "properties": { "key_t73": { "type": "object", "properties": { "col_j15": { "type": "object", "properties": { "prop_v74": { "type": "string" }, "col_v09": { "type": "integer" }...
{key_t73:{col_j15:{prop_v74:"foo",dim_d64:"test@domain.org",val_a06:"closed"},prop_y36:618.12,val_i33:"Berlin",dim_a08:"USD"},attr_g25:"phone",dim_t05:330.17,dim_s44:"user@domain.org",key_a44:"admin@example.com",attr_i84:369.04}
Expecting property name enclosed in double quotes
{"key_t73":{"col_j15":{"prop_v74":"foo","dim_d64":"test@domain.org","val_a06":"closed"},"prop_y36":618.12,"val_i33":"Berlin","dim_a08":"USD"},"attr_g25":"phone","dim_t05":330.17,"dim_s44":"user@domain.org","key_a44":"admin@example.com","attr_i84":369.04}
TASK repair_structured_output SPEC FIELD payment_status TYPE integer REQUIRED no FIELD comments TYPE string_date-time REQUIRED no FIELD title TYPE string VALUES email|phone|sms|push REQUIRED no FIELD transaction_id TYPE string REQUIRED yes FIELD item_id TYPE string REQUIRED yes FIELD footnote.tax TYPE string REQUIRED ...
{"title":"phone","transaction_id":"https://api.example.com/v1","item_id":"Paris","footnote":{"tax":"Santos","payment_status":996.51,"vessel_name":"pro","shipping":"completed","maturity_date":"delivered","language":310,"features":false,"aligned_pct":502.17},"insurance_id":"berthed"}
tool_call_partial_args
{ "type": "object", "properties": { "payment_status": { "type": "integer" }, "comments": { "type": "string", "format": "date-time" }, "title": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "transacti...
I need to look up the information first. Action: create_order Arguments: {"title": "phone", "transaction_id": "https://api.example.com/v1", "footnote": {"tax": "Santos", "payment_status": 996.51, "vessel_name": "pro", "shipping": "completed", "maturity_date": "delivered", "language": 310, "features": false, "aligned_pc...
Agent tool call missing required parameter 'item_id'
{"title":"phone","transaction_id":"https://api.example.com/v1","item_id":"Paris","footnote":{"tax":"Santos","payment_status":996.51,"vessel_name":"pro","shipping":"completed","maturity_date":"delivered","language":310,"features":false,"aligned_pct":502.17},"insurance_id":"berthed"}
TASK repair_structured_output SPEC FIELD dim_e50 TYPE string REQUIRED yes FIELD param_x98 TYPE boolean REQUIRED no FIELD val_l61 TYPE string REQUIRED no FIELD param_w61 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_j39 TYPE string_email REQUIRED no BROKEN_OUTPUT {dim_e50:"2024-01-15",param_x98:fa...
{"dim_e50":"2024-01-15","param_x98":false,"param_w61":"enterprise","val_j39":"test@test.io"}
unquoted_keys
{ "type": "object", "properties": { "dim_e50": { "type": "string" }, "param_x98": { "type": "boolean" }, "val_l61": { "type": "string" }, "param_w61": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] ...
{dim_e50:"2024-01-15",param_x98:false,param_w61:"enterprise",val_j39:"test@test.io"}
Expecting property name enclosed in double quotes
{"dim_e50":"2024-01-15","param_x98":false,"param_w61":"enterprise","val_j39":"test@test.io"}
TASK repair_structured_output SPEC FIELD prop_u91 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD col_n60 TYPE integer REQUIRED yes FIELD prop_g26 TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT Sure, here's the result: ```json {"prop_u91":"arctic","col_n60":1,"prop_g26":"singl...
{"prop_u91":"arctic","col_n60":1,"prop_g26":"single"}
markdown_explanation
{ "type": "object", "properties": { "prop_u91": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "col_n60": { "type": "integer" }, "prop_g26": { "type": "string", "enum": [ "single", "m...
Sure, here's the result: ```json {"prop_u91":"arctic","col_n60":1,"prop_g26":"single"} ``` Feel free to ask if you have questions.
Output contains markdown and explanatory text around JSON
{"prop_u91":"arctic","col_n60":1,"prop_g26":"single"}
TASK repair_structured_output SPEC FIELD key_p27.dim_m83 TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD key_p27.param_r40 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD key_p27.param_c63 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD field_d31 TYPE ...
{"field_d31":"GRCh38","dim_c36":"2024-01-15","param_m55":{"attr_s63":"info","dim_i58":"chr1","val_y13":{"param_s26":790,"attr_e78":555,"field_e12":"small","param_f45":"MV-Evergreen-01","col_s13":"MV-Evergreen-01","attr_n31":234},"attr_x63":null,"key_w33":859},"key_e51":true}
truncated_object
{ "type": "object", "properties": { "key_p27": { "type": "object", "properties": { "dim_m83": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "param_r40": { ...
{"field_d31":"GRCh38","dim_c36":"2024-01-15","param_m55":{"attr_s63":"info","dim_i58":"chr1","val_y13":{"param_s26":790,"attr_e78":555,"field_e12":"small","param_f45":"MV-Evergreen-01","col_s13":"MV-Evergreen-01","attr_n31":234},"attr_x63":null,"key_w33":859},"key_e51":true
Unexpected end of JSON input — truncated object
{"field_d31":"GRCh38","dim_c36":"2024-01-15","param_m55":{"attr_s63":"info","dim_i58":"chr1","val_y13":{"param_s26":790,"attr_e78":555,"field_e12":"small","param_f45":"MV-Evergreen-01","col_s13":"MV-Evergreen-01","attr_n31":234},"attr_x63":null,"key_w33":859},"key_e51":true}
TASK repair_structured_output SPEC FIELD col_e90 TYPE string REQUIRED yes FIELD field_o57 TYPE string REQUIRED yes FIELD key_t36.dim_o21 TYPE string REQUIRED yes FIELD key_t36.field_p68 TYPE integer REQUIRED yes FIELD key_t36.attr_g73 TYPE integer REQUIRED no FIELD key_t36.field_l03 TYPE string_email REQUIRED yes BRO...
{"col_e90":"example","field_o57":"inactive","key_t36":{"dim_o21":"cancelled","field_p68":300,"field_l03":"info@domain.org"}}
tool_call_partial_args
{ "type": "object", "properties": { "col_e90": { "type": "string" }, "field_o57": { "type": "string" }, "key_t36": { "type": "object", "properties": { "dim_o21": { "type": "string" }, "field_p68": { "type": "integer" }, ...
I need to look up the information first. Action: validate_sample Arguments: {"col_e90": "example", "field_o57": "inactive"}
Agent tool call missing required parameter 'key_t36'
{"col_e90":"example","field_o57":"inactive","key_t36":{"dim_o21":"cancelled","field_p68":300,"field_l03":"info@domain.org"}}
TASK repair_structured_output SPEC FIELD col_d80 TYPE number REQUIRED yes FIELD attr_b43 TYPE string_email REQUIRED yes FIELD key_s09 TYPE string REQUIRED yes FIELD val_w05 TYPE integer REQUIRED no FIELD prop_l09 TYPE string REQUIRED no FIELD prop_d39 TYPE string_date-time REQUIRED yes FIELD key_a29 TYPE integer REQUI...
{"col_d80":941.01,"attr_b43":"admin@domain.org","key_s09":"hello","val_w05":604,"prop_l09":"QC-07","prop_d39":"2025-09-20T20:13:00Z","key_a29":60}
thought_process
{ "type": "object", "properties": { "col_d80": { "type": "number" }, "attr_b43": { "type": "string", "format": "email" }, "key_s09": { "type": "string" }, "val_w05": { "type": "integer" }, "prop_l09": { "type": "string" }, "prop_d39": {...
Let me analyze the request and generate the appropriate JSON. The user wants a structured object with specific fields. {"col_d80":941.01,"attr_b43":"admin@domain.org","key_s09":"hello","val_w05":604,"prop_l09":"QC-07","prop_d39":"2025-09-20T20:13:00Z","key_a29":60}
Output contains chain-of-thought reasoning before JSON
{"col_d80":941.01,"attr_b43":"admin@domain.org","key_s09":"hello","val_w05":604,"prop_l09":"QC-07","prop_d39":"2025-09-20T20:13:00Z","key_a29":60}
TASK repair_structured_output SPEC FIELD prop_l73 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_x37 TYPE number REQUIRED no FIELD attr_h45 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD field_d76 TYPE string VALUES success|error|warning|info REQUIRED no FIELD key_d35...
{"prop_l73":"high","param_h73":"baz"}
truncated_array
{ "type": "object", "properties": { "prop_l73": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_x37": { "type": "number" }, "attr_h45": { "type": "string", "enum": [ "synonymous", "mi...
{"prop_l73":"high","param_h73":"baz"
Unexpected end of JSON input — truncated object
{"prop_l73":"high","param_h73":"baz"}
TASK repair_structured_output SPEC FIELD prop_z24 TYPE string_uri REQUIRED no FIELD attr_c40 TYPE integer REQUIRED no FIELD param_c81 TYPE boolean REQUIRED yes FIELD field_x59[] TYPE string_uri REQUIRED no BROKEN_OUTPUT The field_x59 is ['https://www.io/v1', 'https://data.org/api'] and {"prop_z24":"https://www.io/dat...
{"prop_z24":"https://www.io/data","attr_c40":266,"param_c81":true,"field_x59":["https://www.io/v1","https://data.org/api"]}
partial_structure
{ "type": "object", "properties": { "prop_z24": { "type": "string", "format": "uri" }, "attr_c40": { "type": "integer" }, "param_c81": { "type": "boolean" }, "field_x59": { "type": "array", "items": { "type": "string", "format": "uri" ...
The field_x59 is ['https://www.io/v1', 'https://data.org/api'] and {"prop_z24":"https://www.io/data","attr_c40":266,"param_c81":true,"field_x59":["https://www.io/v1","https://data.org/api"]}
Output mixes natural language with JSON
{"prop_z24":"https://www.io/data","attr_c40":266,"param_c81":true,"field_x59":["https://www.io/v1","https://data.org/api"]}
TASK repair_structured_output SPEC FIELD batch_code TYPE integer REQUIRED yes FIELD umi TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD catalyst TYPE string REQUIRED yes FIELD index TYPE string REQUIRED yes FIELD pressure_kpa TYPE boolean REQUIRED yes BROKEN_OUTPUT {"batch_code":708,"...
{"batch_code":708,"umi":"confirmed","catalyst":"quux","index":"This is a test value.","pressure_kpa":true}
truncated_object
{ "type": "object", "properties": { "batch_code": { "type": "integer" }, "umi": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "catalyst": { "type": "string" }, "index": { "type...
{"batch_code":708,"umi":"confirmed","catalyst":"quux","index":"This is a test value.","pressure_kpa":true
Unexpected end of JSON input — truncated object
{"batch_code":708,"umi":"confirmed","catalyst":"quux","index":"This is a test value.","pressure_kpa":true}
TASK repair_structured_output SPEC FIELD param_j83.param_g54 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD param_j83.dim_u17 TYPE string_uri REQUIRED no FIELD param_j83.col_t51 TYPE string REQUIRED yes FIELD val_b33 TYPE string_email REQUIRED no FIELD prop_l29 TYPE string ...
{"param_j83":{"param_g54":"option_a","dim_u17":"https://example.org/v1","col_t51":"Maria"},"prop_l29":"type_b","prop_i43":242,"param_v47":"nonsense","field_g23":"London"}
extra_text_before
{ "type": "object", "properties": { "param_j83": { "type": "object", "properties": { "param_g54": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ...
Sure, here's the result: {"param_j83":{"param_g54":"option_a","dim_u17":"https://example.org/v1","col_t51":"Maria"},"prop_l29":"type_b","prop_i43":242,"param_v47":"nonsense","field_g23":"London"}
Output contains non-JSON text before the object
{"param_j83":{"param_g54":"option_a","dim_u17":"https://example.org/v1","col_t51":"Maria"},"prop_l29":"type_b","prop_i43":242,"param_v47":"nonsense","field_g23":"London"}
TASK repair_structured_output SPEC FIELD val_n20 TYPE number REQUIRED yes FIELD attr_j73 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD attr_n31.field_f79 TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes FIELD attr_n31.key_s44 TYPE string REQUIRED no FIELD attr_n31.attr_h32 TYPE string REQUIRED yes ...
{"val_n20":949.6,"attr_j73":"high","attr_n31":{"field_f79":"USD","key_s44":"quux","attr_h32":"Tokyo","prop_h70":554,"val_n30":"married"},"attr_v33":"single"}
missing_brace
{ "type": "object", "properties": { "val_n20": { "type": "number" }, "attr_j73": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_n31": { "type": "object", "properties": { "field_f79": { ...
{"val_n20":949.6,"attr_j73":"high","attr_n31":{"field_f79":"USD","key_s44":"quux","attr_h32":"Tokyo","prop_h70":554,"val_n30":"married"},"attr_v33":"single"
Missing closing brace
{"val_n20":949.6,"attr_j73":"high","attr_n31":{"field_f79":"USD","key_s44":"quux","attr_h32":"Tokyo","prop_h70":554,"val_n30":"married"},"attr_v33":"single"}
TASK repair_structured_output SPEC FIELD col_d94 TYPE string VALUES small|medium|large|xl REQUIRED no FIELD val_x45 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD prop_r46 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_b33 TYPE string_uri REQUIRED no FIELD val_k73 TYPE num...
{"prop_r46":"intermittent","attr_b33":"https://www.com/data","val_k73":217.03,"col_a22":"Charlie","dim_r27":"RTG-04"}
missing_required
{ "type": "object", "properties": { "col_d94": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "val_x45": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }...
{"prop_r46": "intermittent", "attr_b33": "https://www.com/data", "col_a22": "Charlie", "dim_r27": "RTG-04"}
Required field 'val_k73' is missing
{"prop_r46":"intermittent","attr_b33":"https://www.com/data","val_k73":217.03,"col_a22":"Charlie","dim_r27":"RTG-04"}
TASK repair_structured_output SPEC FIELD first_name.shift_code.user_id TYPE string REQUIRED no FIELD first_name.shift_code.patient_id TYPE boolean REQUIRED yes FIELD first_name.shift_code.address TYPE integer REQUIRED no FIELD first_name.shift_code.fleet_number TYPE string REQUIRED no FIELD first_name.shift_code.langu...
{"first_name":{"status_code":"inactive","collateral":"inland","build_status":566,"published":"high","medication":{"shipping":false,"message":"archived","amplitude":642,"user_id":"divorced","tags":"success","start_date":"Oliveira"},"cargo_type":"rejected","sensor_id":true},"subject":96.69,"deploy_target":"arctic","gene_...
trailing_comma
{ "type": "object", "properties": { "first_name": { "type": "object", "properties": { "shift_code": { "type": "object", "properties": { "user_id": { "type": "string" }, "patient_id": { "type": "boolean" ...
{"first_name":{"status_code":"inactive","collateral":"inland","build_status":566,"published":"high","medication":{"shipping":false,"message":"archived","amplitude":642,"user_id":"divorced","tags":"success","start_date":"Oliveira",},"cargo_type":"rejected","sensor_id":true},"subject":96.69,"deploy_target":"arctic","gene...
Unexpected trailing comma
{"first_name":{"status_code":"inactive","collateral":"inland","build_status":566,"published":"high","medication":{"shipping":false,"message":"archived","amplitude":642,"user_id":"divorced","tags":"success","start_date":"Oliveira"},"cargo_type":"rejected","sensor_id":true},"subject":96.69,"deploy_target":"arctic","gene_...
TASK repair_structured_output SPEC FIELD field_o88 TYPE string REQUIRED no FIELD attr_h54 TYPE number REQUIRED no FIELD param_g10 TYPE string REQUIRED no FIELD field_e69 TYPE string_email REQUIRED no FIELD val_d13.field_o50 TYPE string REQUIRED no FIELD val_d13.val_o39 TYPE integer REQUIRED no FIELD val_d13.col_j65 TY...
{"attr_h54":782.2,"field_e69":"admin@test.io","val_d13":{"val_o39":979,"col_j65":"A short description.","dim_w01":"https://example.org/data","prop_o68":{"prop_x47":642.95,"prop_p56":false,"prop_g98":"warning"}},"dim_x38":"inactive","prop_t11":"inactive","val_p27":true}
missing_brace
{ "type": "object", "properties": { "field_o88": { "type": "string" }, "attr_h54": { "type": "number" }, "param_g10": { "type": "string" }, "field_e69": { "type": "string", "format": "email" }, "val_d13": { "type": "object", "properties":...
{"attr_h54":782.2,"field_e69":"admin@test.io","val_d13":{"val_o39":979,"col_j65":"A short description.","dim_w01":"https://example.org/data","prop_o68":"prop_x47":642.95,"prop_p56":false,"prop_g98":"warning"}},"dim_x38":"inactive","prop_t11":"inactive","val_p27":true}
Missing closing brace
{"attr_h54":782.2,"field_e69":"admin@test.io","val_d13":{"val_o39":979,"col_j65":"A short description.","dim_w01":"https://example.org/data","prop_o68":{"prop_x47":642.95,"prop_p56":false,"prop_g98":"warning"}},"dim_x38":"inactive","prop_t11":"inactive","val_p27":true}
TASK repair_structured_output SPEC FIELD wavelength TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD fleet_number TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD vessel_name TYPE string VALUES admin|editor|viewer REQUIRED yes BROKEN_OUTPUT I need to check the port status before assigning the b...
{"wavelength":"cat_a","fleet_number":"berthed","vessel_name":"editor"}
thought_process
{ "type": "object", "properties": { "wavelength": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "fleet_number": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "vessel_name": ...
I need to check the port status before assigning the berth. Let me verify the cargo manifest. {"wavelength":"cat_a","fleet_number":"berthed","vessel_name":"editor"}
Output contains chain-of-thought reasoning before JSON
{"wavelength":"cat_a","fleet_number":"berthed","vessel_name":"editor"}
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD label TYPE number REQUIRED yes FIELD last_name TYPE boolean REQUIRED yes FIELD title TYPE string VALUES draft|published|archived REQUIRED no FIELD age[].half_life TYPE string_uri REQUIRED n...
{"label":975.98,"last_name":false,"title":"archived","age":[{"half_life":"https://data.io/data","paragraph":"published","payment_status":87,"last_name":"unstable","port_code":855.71,"umi":331.65},{"half_life":"https://www.org/api","paragraph":"draft","payment_status":111,"last_name":"reliable","port_code":178.39,"umi":...
missing_required
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "label": { "type": "number" }, "last_name": { "type": "boolean" }, "title": { "type...
{"label": 975.98, "title": "archived", "age": [{"half_life": "https://data.io/data", "paragraph": "published", "payment_status": 87, "last_name": "unstable", "port_code": 855.71, "umi": 331.65}, {"half_life": "https://www.org/api", "paragraph": "draft", "payment_status": 111, "last_name": "reliable", "port_code": 178.3...
Required field 'last_name' is missing
{"label":975.98,"last_name":false,"title":"archived","age":[{"half_life":"https://data.io/data","paragraph":"published","payment_status":87,"last_name":"unstable","port_code":855.71,"umi":331.65},{"half_life":"https://www.org/api","paragraph":"draft","payment_status":111,"last_name":"reliable","port_code":178.39,"umi":...
TASK repair_structured_output SPEC FIELD title TYPE string REQUIRED yes FIELD timezone TYPE number REQUIRED yes FIELD subject TYPE number REQUIRED yes FIELD cargo_type TYPE string_uri REQUIRED yes BROKEN_OUTPUT "title":"RTG-04","timezone":1.91,"subject":266.92,"cargo_type":"https://data.com/data"}
{"title":"RTG-04","timezone":1.91,"subject":266.92,"cargo_type":"https://data.com/data"}
missing_brace
{ "type": "object", "properties": { "title": { "type": "string" }, "timezone": { "type": "number" }, "subject": { "type": "number" }, "cargo_type": { "type": "string", "format": "uri" } }, "required": [ "cargo_type", "subject", "title", ...
"title":"RTG-04","timezone":1.91,"subject":266.92,"cargo_type":"https://data.com/data"}
Missing closing brace
{"title":"RTG-04","timezone":1.91,"subject":266.92,"cargo_type":"https://data.com/data"}
TASK repair_structured_output SPEC FIELD batch_code TYPE string VALUES admin|editor|viewer REQUIRED no FIELD start_date TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD decay_rate TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD run_id.run_id.isotope TYPE string VALUES low|medi...
{"batch_code":"admin","start_date":"rejected","decay_rate":"viewer","run_id":{"run_id":{"isotope":"high","timezone":true,"payment_status":"Maria","torque_output":206,"order_id":"world"},"salinity":"Oliveira","last_name":null,"bill_of_lading":true,"catalyst":523},"section":"missense","isotope":523}
truncated_object
{ "type": "object", "properties": { "batch_code": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "start_date": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ...
{"batch_code":"admin","start_date":"rejected","decay_rate":"viewer","run_id":{"run_id":{"isotope":"high","timezone":true,"payment_status":"Maria","torque_output":206,"order_id":"world"},"salinity":"Oliveira","last_name":null,"bill_of_lading":true,"catalyst":523},"section":"missense","isotope":523
Unexpected end of JSON input — truncated object
{"batch_code":"admin","start_date":"rejected","decay_rate":"viewer","run_id":{"run_id":{"isotope":"high","timezone":true,"payment_status":"Maria","torque_output":206,"order_id":"world"},"salinity":"Oliveira","last_name":null,"bill_of_lading":true,"catalyst":523},"section":"missense","isotope":523}
TASK repair_structured_output SPEC FIELD deploy_target TYPE number REQUIRED yes FIELD insurance_id TYPE string REQUIRED no FIELD section TYPE number REQUIRED no FIELD compound TYPE null REQUIRED yes FIELD features TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD items TYPE integer REQUIRED yes BROKEN_OUTPUT...
{"deploy_target":479.07,"insurance_id":"bar","compound":null,"features":"mode_a","items":850}
markdown_explanation
{ "type": "object", "properties": { "deploy_target": { "type": "number" }, "insurance_id": { "type": "string" }, "section": { "type": "number" }, "compound": { "type": "null" }, "features": { "type": "string", "enum": [ "mode_a", ...
Let me provide the data in JSON format: ```json {"deploy_target":479.07,"insurance_id":"bar","compound":null,"features":"mode_a","items":850} ``` I've ensured all required fields are present.
Output contains markdown and explanatory text around JSON
{"deploy_target":479.07,"insurance_id":"bar","compound":null,"features":"mode_a","items":850}
TASK repair_structured_output SPEC FIELD duration_ms TYPE string REQUIRED no FIELD discount TYPE integer REQUIRED yes FIELD turbidity TYPE string VALUES active|inactive|pending REQUIRED no BROKEN_OUTPUT {"duration_ms": "Oliveira", "discount": null}
{"duration_ms":"Oliveira","discount":486}
null_required
{ "type": "object", "properties": { "duration_ms": { "type": "string" }, "discount": { "type": "integer" }, "turbidity": { "type": "string", "enum": [ "active", "inactive", "pending" ] } }, "required": [ "discount" ] }
{"duration_ms": "Oliveira", "discount": null}
Required field 'discount' is null
{"duration_ms":"Oliveira","discount":486}
TASK repair_structured_output SPEC FIELD field_e00 TYPE number REQUIRED no FIELD param_z67 TYPE string REQUIRED no FIELD col_d06 TYPE string_date-time REQUIRED no FIELD prop_z62.key_k06 TYPE string_uri REQUIRED yes FIELD prop_z62.attr_x32 TYPE string_uri REQUIRED yes FIELD prop_z62.field_u48 TYPE string_email REQUIRED...
{"field_e00":118.82,"param_z67":"world","prop_z62":{"key_k06":"https://data.io/api","attr_x32":"https://www.com/api","field_u48":"info@test.io","dim_i41":"Oliveira","param_o29":439.87}}
tool_call_text_mix
{ "type": "object", "properties": { "field_e00": { "type": "number" }, "param_z67": { "type": "string" }, "col_d06": { "type": "string", "format": "date-time" }, "prop_z62": { "type": "object", "properties": { "key_k06": { "type": "st...
I'll query our database. <tool_call name="get_inventory"> {"field_e00":118.82,"param_z67":"world","prop_z62":{"key_k06":"https://data.io/api","attr_x32":"https://www.com/api","field_u48":"info@test.io","dim_i41":"Oliveira","param_o29":439.87}} </tool_call.
Agent response mixes reasoning text with tool call
{"field_e00":118.82,"param_z67":"world","prop_z62":{"key_k06":"https://data.io/api","attr_x32":"https://www.com/api","field_u48":"info@test.io","dim_i41":"Oliveira","param_o29":439.87}}
TASK repair_structured_output SPEC FIELD attr_i29 TYPE string REQUIRED no FIELD val_c06 TYPE number REQUIRED no FIELD param_t42 TYPE number REQUIRED yes FIELD attr_d14 TYPE string REQUIRED no FIELD dim_w71 TYPE integer REQUIRED yes FIELD prop_g89 TYPE string REQUIRED yes FIELD attr_m42 TYPE string_uri REQUIRED no FIEL...
{"attr_i29":"2024-01-15","val_c06":262.88,"param_t42":217.21,"attr_d14":"Berlin","dim_w71":417,"prop_g89":"Paris","attr_m42":"https://data.io/api","attr_d40":"operational"}
missing_bracket
{ "type": "object", "properties": { "attr_i29": { "type": "string" }, "val_c06": { "type": "number" }, "param_t42": { "type": "number" }, "attr_d14": { "type": "string" }, "dim_w71": { "type": "integer" }, "prop_g89": { "type": "string"...
{"attr_i29":"2024-01-15","val_c06":262.88,"param_t42":217.21,"attr_d14":"Berlin","dim_w71":417,"prop_g89":"Paris","attr_m42":"https://data.io/api","attr_d40":"operational"}
Missing closing bracket
{"attr_i29":"2024-01-15","val_c06":262.88,"param_t42":217.21,"attr_d14":"Berlin","dim_w71":417,"prop_g89":"Paris","attr_m42":"https://data.io/api","attr_d40":"operational"}
TASK repair_structured_output SPEC FIELD col_q17 TYPE boolean REQUIRED no FIELD attr_x10 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD prop_d30 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD val_k69 TYPE string REQUIRED yes FIELD param_z78 TYPE number REQUIRED n...
{"col_q17":false,"attr_x10":"heterozygous","prop_d30":"nonsense","val_k69":"MV-Evergreen-01","param_z78":893.92}
tool_call_wrong_param
{ "type": "object", "properties": { "col_q17": { "type": "boolean" }, "attr_x10": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "prop_d30": { "type": "string", "enum": [ "synonymous", "mis...
Tool: calculate_docking_fee Params: {"col_q17": false, "attr_x10": "heterozygous", "prop_d30": "nonsense", "val_k69": "MV-Evergreen-01", "param_z78": 893.92}
Agent used wrong parameter name 'val_h17_new' instead of 'val_h17'
{"col_q17":false,"attr_x10":"heterozygous","prop_d30":"nonsense","val_k69":"MV-Evergreen-01","param_z78":893.92}
TASK repair_structured_output SPEC FIELD credit_score.consignee TYPE integer REQUIRED no FIELD credit_score.section TYPE boolean REQUIRED yes FIELD credit_score.index.ward TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD credit_score.index.barcode TYPE string VALUES new|in_transit|delivered|returned...
{"credit_score":{"section":true,"index":{"ward":"coastal","barcode":"new","start_date":"missense"},"reagent":894,"id":"large"},"dissolved_oxygen":false,"conductivity":775}
number_with_unit
{ "type": "object", "properties": { "credit_score": { "type": "object", "properties": { "consignee": { "type": "integer" }, "section": { "type": "boolean" }, "index": { "type": "object", "properties": { "ward...
{"credit_score": {"section": true, "index": {"ward": "coastal", "barcode": "new", "start_date": "missense"}, "reagent": 894, "id": "large"}, "dissolved_oxygen": false, "conductivity": "775ms"}
Field 'conductivity' must be number, got string with unit
{"credit_score":{"section":true,"index":{"ward":"coastal","barcode":"new","start_date":"missense"},"reagent":894,"id":"large"},"dissolved_oxygen":false,"conductivity":775}
TASK repair_structured_output SPEC FIELD loan_amount TYPE string REQUIRED yes FIELD tags TYPE string REQUIRED yes FIELD dosage TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD priority TYPE string REQUIRED no BROKEN_OUTPUT {"loan_amount":"RTG-04","tags":"Oliveira","dosage":"returned"
{"loan_amount":"RTG-04","tags":"Oliveira","dosage":"returned"}
truncated_object
{ "type": "object", "properties": { "loan_amount": { "type": "string" }, "tags": { "type": "string" }, "dosage": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "priority": { "type": "stri...
{"loan_amount":"RTG-04","tags":"Oliveira","dosage":"returned"
Unexpected end of JSON input — truncated object
{"loan_amount":"RTG-04","tags":"Oliveira","dosage":"returned"}
TASK repair_structured_output SPEC FIELD product_id TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD bill_of_lading TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD items TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD half_life TYPE string REQUIRED no BR...
{"product_id":"email","bill_of_lading":"cat_f"}
markdown_fences
{ "type": "object", "properties": { "product_id": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "bill_of_lading": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "...
```json {"product_id":"email","bill_of_lading":"cat_f"} ```
Output contains markdown code fences
{"product_id":"email","bill_of_lading":"cat_f"}
TASK repair_structured_output SPEC FIELD param_p77 TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD col_m72 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD dim_g54 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD dim_l17.key_c62 TYPE stri...
{"param_p77":"moored","col_m72":"nonsense","dim_g54":"degraded","dim_l17":{"key_u37":"A short description.","param_h29":"baz","param_t55":"push","prop_v75":{"attr_v33":"synonymous","dim_v51":"https://example.org/v1","val_a19":"inactive","attr_w67":"Diana","attr_v15":833},"field_y58":{"param_p87":121.83,"param_d49":642....
markdown_fences
{ "type": "object", "properties": { "param_p77": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "col_m72": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "fr...
```json {"param_p77":"moored","col_m72":"nonsense","dim_g54":"degraded","dim_l17":{"key_u37":"A short description.","param_h29":"baz","param_t55":"push","prop_v75":{"attr_v33":"synonymous","dim_v51":"https://example.org/v1","val_a19":"inactive","attr_w67":"Diana","attr_v15":833},"field_y58":{"param_p87":121.83,"param_d...
Output contains markdown code fences
{"param_p77":"moored","col_m72":"nonsense","dim_g54":"degraded","dim_l17":{"key_u37":"A short description.","param_h29":"baz","param_t55":"push","prop_v75":{"attr_v33":"synonymous","dim_v51":"https://example.org/v1","val_a19":"inactive","attr_w67":"Diana","attr_v15":833},"field_y58":{"param_p87":121.83,"param_d49":642....
TASK repair_structured_output SPEC FIELD param_z66 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD param_j86 TYPE number REQUIRED yes FIELD param_m46.field_m15 TYPE string VALUES level_1|level_2 REQUIRED no FIELD param_m46.col_w66 TYPE boolean REQUIRED yes FIELD param_m46.param_p47 TYPE string REQUIRED no F...
{"param_z66":"mode_c","param_j86":299.17,"param_m46":{"col_w66":true},"col_t78":"option_a","prop_h27":"cat_e","col_u66":"info@domain.org","dim_m45":65}
number_with_unit
{ "type": "object", "properties": { "param_z66": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "param_j86": { "type": "number" }, "param_m46": { "type": "object", "properties": { "field_m15": { "type"...
{"param_z66": "mode_c", "param_j86": 299.17, "param_m46": {"col_w66": true}, "col_t78": "option_a", "prop_h27": "cat_e", "col_u66": "info@domain.org", "dim_m45": "65cm"}
Field 'dim_m45' must be number, got string with unit
{"param_z66":"mode_c","param_j86":299.17,"param_m46":{"col_w66":true},"col_t78":"option_a","prop_h27":"cat_e","col_u66":"info@domain.org","dim_m45":65}
TASK repair_structured_output SPEC FIELD field_o11 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_g11 TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD param_x04 TYPE null REQUIRED no FIELD field_e15 TYPE string REQUIRED no FIELD col_t90 TYPE integer REQUIRED yes FIELD key_v30 TY...
{"field_o11":"single","dim_g11":"delivered","param_x04":null,"field_e15":"sample","col_t90":770,"key_g96":39}
number_with_unit
{ "type": "object", "properties": { "field_o11": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "dim_g11": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, ...
{"field_o11": "single", "dim_g11": "delivered", "param_x04": null, "field_e15": "sample", "col_t90": 770, "key_g96": "39px"}
Field 'key_g96' must be number, got string with unit
{"field_o11":"single","dim_g11":"delivered","param_x04":null,"field_e15":"sample","col_t90":770,"key_g96":39}
TASK repair_structured_output SPEC FIELD val_g17 TYPE string VALUES cat_a|cat_b|cat_c REQUIRED no FIELD attr_k59 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD attr_y62 TYPE integer REQUIRED no FIELD val_g21 TYPE boolean REQUIRED no FIELD param_t25 TYPE integer REQUIRED yes BROKEN_OUTPUT I need to loo...
{"attr_k59":"free","attr_y62":441,"param_t25":467}
agent_chain
{ "type": "object", "properties": { "val_g17": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "attr_k59": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "attr_y62": ...
I need to look up the information first. Action: generate_report Result: {"attr_k59": "free", "attr_y62": 441} I'll query our database. Action: assign_berth Result:
Agent multi-step chain with truncated tool output
{"attr_k59":"free","attr_y62":441,"param_t25":467}
TASK repair_structured_output SPEC FIELD feedback TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD full_name TYPE string VALUES option_a|option_b REQUIRED yes FIELD bearing TYPE string_uri REQUIRED no FIELD humidity_pct TYPE integer REQUIRED yes BROKEN_OUTPUT ```json {"feedback":"intermittent","fu...
{"feedback":"intermittent","full_name":"option_b","bearing":"https://example.io/api","humidity_pct":674}
markdown_fences
{ "type": "object", "properties": { "feedback": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "full_name": { "type": "string", "enum": [ "option_a", "option_b" ] }, "bearing": { "type": ...
```json {"feedback":"intermittent","full_name":"option_b","bearing":"https://example.io/api","humidity_pct":674} ```
Output contains markdown code fences
{"feedback":"intermittent","full_name":"option_b","bearing":"https://example.io/api","humidity_pct":674}
TASK repair_structured_output SPEC FIELD torque_output TYPE string_uri REQUIRED yes FIELD tax TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD voltage TYPE string VALUES active|inactive|pending REQUIRED yes FIELD throttle_pos TYPE boolean REQUIRED yes BROKEN_OUTPUT {"torque_output": "https://example.org/v1",...
{"torque_output":"https://example.org/v1","voltage":"pending","throttle_pos":true}
invalid_enum
{ "type": "object", "properties": { "torque_output": { "type": "string", "format": "uri" }, "tax": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "voltage": { "type": "string", "enum": [ "active", ...
{"torque_output": "https://example.org/v1", "voltage": "invalid_option_326", "throttle_pos": true}
Field 'voltage' has invalid enum value 'invalid_option_326', expected one of ['active', 'inactive', 'pending']
{"torque_output":"https://example.org/v1","voltage":"pending","throttle_pos":true}
TASK repair_structured_output SPEC FIELD build_status TYPE number REQUIRED no FIELD strand TYPE string REQUIRED yes FIELD umi TYPE integer REQUIRED yes FIELD features TYPE string REQUIRED no FIELD torque_output.quality_score TYPE boolean REQUIRED no FIELD torque_output.latitude TYPE integer REQUIRED no FIELD torque_ou...
{"build_status":70.68,"strand":"Hapag-Lloyd-Express","umi":366,"torque_output":{"lab_result":[{"allele":"hello","amplitude":263,"username":98},{"allele":"sample","amplitude":45,"username":324}],"step":[{"transaction_id":"green","filter_flag":148.33,"id":true}]},"items":false,"weight":"pending_review"}
tool_call_partial_args
{ "type": "object", "properties": { "build_status": { "type": "number" }, "strand": { "type": "string" }, "umi": { "type": "integer" }, "features": { "type": "string" }, "torque_output": { "type": "object", "properties": { "quality_scor...
Let me check the system. Action: fetch_lab_result Arguments: {"build_status": 70.68, "umi": 366, "torque_output": {"lab_result": [{"allele": "hello", "amplitude": 263, "username": 98}, {"allele": "sample", "amplitude": 45, "username": 324}], "step": [{"transaction_id": "green", "filter_flag": 148.33, "id": true}]}, "it...
Agent tool call missing required parameter 'strand'
{"build_status":70.68,"strand":"Hapag-Lloyd-Express","umi":366,"torque_output":{"lab_result":[{"allele":"hello","amplitude":263,"username":98},{"allele":"sample","amplitude":45,"username":324}],"step":[{"transaction_id":"green","filter_flag":148.33,"id":true}]},"items":false,"weight":"pending_review"}
TASK repair_structured_output SPEC FIELD repository TYPE null REQUIRED yes FIELD medication TYPE string VALUES level_1|level_2|level_3|level_4|level_5|level_6 REQUIRED no FIELD strand TYPE boolean REQUIRED yes FIELD comments[].items TYPE string VALUES level_1|level_2|level_3 REQUIRED yes FIELD comments[].level TYPE st...
{"repository":null,"strand":true,"comments":[{"items":"level_3","level":"type_c","throttle_pos":"divorced","patient_id":"info@test.io","freight_class":"small"}]}
null_required
{ "type": "object", "properties": { "repository": { "type": "null" }, "medication": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5", "level_6" ] }, "strand": { "type": "boolean" ...
{"repository": null, "strand": true, "comments": [{"items": "level_3", "level": "type_c", "throttle_pos": "divorced", "patient_id": "info@test.io", "freight_class": "small"}]}
Required field 'repository' is null
{"repository":null,"strand":true,"comments":[{"items":"level_3","level":"type_c","throttle_pos":"divorced","patient_id":"info@test.io","freight_class":"small"}]}
TASK repair_structured_output SPEC FIELD col_o01 TYPE string_date-time REQUIRED no FIELD attr_a89 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD attr_u55[].param_c76 TYPE string REQUIRED no FIELD attr_u55[].dim_o97 TYPE string_uri REQUIRED no FIELD attr_u55[].val_g48 TYPE s...
{"attr_a89":"option_c"}
tool_call_wrong_param
{ "type": "object", "properties": { "col_o01": { "type": "string", "format": "date-time" }, "attr_a89": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "attr_u5...
Tool: update_preferences Params: {"attr_a89": "option_c"}
Agent used wrong parameter name 'col_o012' instead of 'col_o01'
{"attr_a89":"option_c"}
TASK repair_structured_output SPEC FIELD published TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD address TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD label TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD strand TYPE string_date-time REQUIRED no F...
{"published":"returned","address":"xl","label":"rejected","strand":"2025-01-08T12:01:00Z","type":"Silva","vessel_name":"user@test.io"}
tool_call_bad_format
{ "type": "object", "properties": { "published": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "address": { "type": "string", "enum": [ "small", "medium", "large", "xl" ]...
<functioncall> assign_berth {published: "returned", address: "xl", label: "rejected", strand: "2025-01-08T12:01:00Z", type: "Silva", vessel_name: "user@test.io"}
Tool call has malformed arguments — unquoted keys in function parameters
{"published":"returned","address":"xl","label":"rejected","strand":"2025-01-08T12:01:00Z","type":"Silva","vessel_name":"user@test.io"}
TASK repair_structured_output SPEC FIELD address TYPE string REQUIRED no FIELD bill_of_lading TYPE integer REQUIRED yes FIELD ph_level TYPE string VALUES reliable|unstable|intermittent REQUIRED no BROKEN_OUTPUT I need to look up the information first. Action: verify_hazmat_compliance Arguments: {"address": "sample"}
{"address":"sample","bill_of_lading":453}
tool_call_partial_args
{ "type": "object", "properties": { "address": { "type": "string" }, "bill_of_lading": { "type": "integer" }, "ph_level": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] } }, "required": [ "bill_of_lading" ...
I need to look up the information first. Action: verify_hazmat_compliance Arguments: {"address": "sample"}
Agent tool call missing required parameter 'bill_of_lading'
{"address":"sample","bill_of_lading":453}
TASK repair_structured_output SPEC FIELD address TYPE integer REQUIRED no FIELD half_life.zip_code TYPE integer REQUIRED yes FIELD half_life.description TYPE string REQUIRED no FIELD half_life.visible TYPE number REQUIRED no FIELD half_life.voltage TYPE null REQUIRED yes FIELD half_life.fleet_number TYPE string_email ...
{"address":867,"half_life":{"zip_code":382,"description":"user@domain.com","visible":659.95,"voltage":null,"fleet_number":"user@test.io","trace_id":{"insurance_id":"pending","phone":"This is a test value.","order_id":true,"due_date":true,"velocity":932},"due_date":"QC-07"},"diagnosis_code":"moored","maturity_date":{"yi...
extra_text_after
{ "type": "object", "properties": { "address": { "type": "integer" }, "half_life": { "type": "object", "properties": { "zip_code": { "type": "integer" }, "description": { "type": "string" }, "visible": { "type": "num...
{"address":867,"half_life":{"zip_code":382,"description":"user@domain.com","visible":659.95,"voltage":null,"fleet_number":"user@test.io","trace_id":{"insurance_id":"pending","phone":"This is a test value.","order_id":true,"due_date":true,"velocity":932},"due_date":"QC-07"},"diagnosis_code":"moored","maturity_date":{"yi...
Output contains non-JSON text after the object
{"address":867,"half_life":{"zip_code":382,"description":"user@domain.com","visible":659.95,"voltage":null,"fleet_number":"user@test.io","trace_id":{"insurance_id":"pending","phone":"This is a test value.","order_id":true,"due_date":true,"velocity":932},"due_date":"QC-07"},"diagnosis_code":"moored","maturity_date":{"yi...
TASK repair_structured_output SPEC FIELD decay_rate TYPE integer REQUIRED yes FIELD width TYPE string REQUIRED yes FIELD catalyst TYPE string_date-time REQUIRED yes FIELD commit_hash.feedback TYPE string VALUES new|in_transit|delivered|returned REQUIRED no FIELD commit_hash.yield_pct TYPE string VALUES coastal|oceanic...
{"decay_rate":570,"width":"Charlie","catalyst":"2020-03-03T22:06:00Z","commit_hash":{"feedback":"returned","yield_pct":"coastal","label":"inactive","score":null}}
null_required
{ "type": "object", "properties": { "decay_rate": { "type": "integer" }, "width": { "type": "string" }, "catalyst": { "type": "string", "format": "date-time" }, "commit_hash": { "type": "object", "properties": { "feedback": { "type": ...
{"decay_rate": 570, "width": null, "catalyst": "2020-03-03T22:06:00Z", "commit_hash": {"feedback": "returned", "yield_pct": "coastal", "label": "inactive", "score": null}}
Required field 'width' is null
{"decay_rate":570,"width":"Charlie","catalyst":"2020-03-03T22:06:00Z","commit_hash":{"feedback":"returned","yield_pct":"coastal","label":"inactive","score":null}}
TASK repair_structured_output SPEC FIELD field_z01 TYPE string REQUIRED yes FIELD param_b64 TYPE string REQUIRED yes FIELD prop_y98.param_w41 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD prop_y98.param_l01.prop_z34 TYPE string_date-time REQUIRED yes FIELD prop_y98.param_l01.col_h74 TYPE string REQUIRED ye...
{"field_z01":"demo","param_b64":"test@example.com","prop_y98":{"param_w41":"push","param_l01":{"prop_z34":"2023-07-07T17:06:00Z","col_h74":"Smith","key_u26":489},"prop_q07":"foo","field_a04":"cat_b"}}
missing_brace
{ "type": "object", "properties": { "field_z01": { "type": "string" }, "param_b64": { "type": "string" }, "prop_y98": { "type": "object", "properties": { "param_w41": { "type": "string", "enum": [ "email", "phone", ...
{"field_z01":"demo","param_b64":"test@example.com","prop_y98":{"param_w41":"push","param_l01":"prop_z34":"2023-07-07T17:06:00Z","col_h74":"Smith","key_u26":489},"prop_q07":"foo","field_a04":"cat_b"}}
Missing closing brace
{"field_z01":"demo","param_b64":"test@example.com","prop_y98":{"param_w41":"push","param_l01":{"prop_z34":"2023-07-07T17:06:00Z","col_h74":"Smith","key_u26":489},"prop_q07":"foo","field_a04":"cat_b"}}
TASK repair_structured_output SPEC FIELD field_c94 TYPE number REQUIRED no FIELD prop_i17 TYPE string REQUIRED yes FIELD param_c37 TYPE number REQUIRED no FIELD field_o89 TYPE string VALUES email|phone|sms|push REQUIRED yes BROKEN_OUTPUT {"field_c94": "\"139.94\"", "prop_i17": "Tokyo", "field_o89": "push"}
{"field_c94":139.94,"prop_i17":"Tokyo","field_o89":"push"}
wrong_type
{ "type": "object", "properties": { "field_c94": { "type": "number" }, "prop_i17": { "type": "string" }, "param_c37": { "type": "number" }, "field_o89": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] ...
{"field_c94": "\"139.94\"", "prop_i17": "Tokyo", "field_o89": "push"}
Field 'field_c94' must be number, got string
{"field_c94":139.94,"prop_i17":"Tokyo","field_o89":"push"}
TASK repair_structured_output SPEC FIELD param_h07 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD field_u03 TYPE string REQUIRED no FIELD col_g19 TYPE string REQUIRED yes FIELD key_s16 TYPE integer REQUIRED no BROKEN_OUTPUT {"param_h07":"option_a","col_g19":"Berlin"
{"param_h07":"option_a","col_g19":"Berlin"}
truncated_object
{ "type": "object", "properties": { "param_h07": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "field_u03": { "type": "string" }, "col_g19": { "type": "string...
{"param_h07":"option_a","col_g19":"Berlin"
Unexpected end of JSON input — truncated object
{"param_h07":"option_a","col_g19":"Berlin"}
TASK repair_structured_output SPEC FIELD filter_flag TYPE string REQUIRED no FIELD position TYPE string VALUES option_a|option_b|option_c REQUIRED no FIELD start_date TYPE string REQUIRED no FIELD crew_id TYPE number REQUIRED yes FIELD bearing.values TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FI...
{"filter_flag":"New York","position":"option_c","crew_id":70.84,"bearing":{"values":"mode_c","quantity":"Sao Paulo","enabled":true,"price":414}}
trailing_comma
{ "type": "object", "properties": { "filter_flag": { "type": "string" }, "position": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "start_date": { "type": "string" }, "crew_id": { "type": "number" }, ...
{"filter_flag":"New York","position":"option_c","crew_id":70.84,"bearing":{"values":"mode_c","quantity":"Sao Paulo","enabled":true,"price":414},}
Unexpected trailing comma
{"filter_flag":"New York","position":"option_c","crew_id":70.84,"bearing":{"values":"mode_c","quantity":"Sao Paulo","enabled":true,"price":414}}
TASK repair_structured_output SPEC FIELD attr_g67 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD prop_o18 TYPE string REQUIRED yes FIELD param_f25 TYPE string REQUIRED no FIELD field_c72 TYPE string VALUES draft|published|archived REQUIRED no FIELD dim_a42 TYPE string VALUES level_1|level_2|leve...
{"attr_g67":"berthed","prop_o18":"sample","param_f25":"PASS","field_c72":"archived","dim_a42":"level_3"}
missing_brace
{ "type": "object", "properties": { "attr_g67": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "prop_o18": { "type": "string" }, "param_f25": { "type": "string" }, "field_c72": { "type": "...
{"attr_g67":"berthed","prop_o18":"sample","param_f25":"PASS","field_c72":"archived","dim_a42":"level_3"
Missing closing brace
{"attr_g67":"berthed","prop_o18":"sample","param_f25":"PASS","field_c72":"archived","dim_a42":"level_3"}
TASK repair_structured_output SPEC FIELD col_x52.field_l82 TYPE string REQUIRED no FIELD col_x52.dim_x07 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD col_x52.dim_a02.attr_r78 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD col_x52.dim_a02.col_u18 TYPE string VALU...
{"col_x52":{"field_l82":"completed","dim_a02":{"attr_r78":"delivered","col_u18":"open","dim_w27":"archived","param_e79":440,"key_g08":142,"key_i98":"chr1"},"dim_k82":"rejected"},"val_b36":"returned","col_g02":{"key_o41":null,"key_q92":{"prop_k66":"warning","dim_p04":204.53,"col_b59":"viewer","field_f02":"unstable","pro...
tool_call_text_mix
{ "type": "object", "properties": { "col_x52": { "type": "object", "properties": { "field_l82": { "type": "string" }, "dim_x07": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "...
I'll query our database. <tool_call name="lookup_customer"> {"col_x52":{"field_l82":"completed","dim_a02":{"attr_r78":"delivered","col_u18":"open","dim_w27":"archived","param_e79":440,"key_g08":142,"key_i98":"chr1"},"dim_k82":"rejected"},"val_b36":"returned","col_g02":{"key_o41":null,"key_q92":{"prop_k66":"warning","di...
Agent response mixes reasoning text with tool call
{"col_x52":{"field_l82":"completed","dim_a02":{"attr_r78":"delivered","col_u18":"open","dim_w27":"archived","param_e79":440,"key_g08":142,"key_i98":"chr1"},"dim_k82":"rejected"},"val_b36":"returned","col_g02":{"key_o41":null,"key_q92":{"prop_k66":"warning","dim_p04":204.53,"col_b59":"viewer","field_f02":"unstable","pro...
TASK repair_structured_output SPEC FIELD prop_s67 TYPE string VALUES low|medium|high|critical REQUIRED yes FIELD field_g97 TYPE integer REQUIRED yes FIELD key_i73 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e REQUIRED yes FIELD dim_e25 TYPE string REQUIRED yes BROKEN_OUTPUT {"prop_s67":"low","field_g97":38,"key_i7...
{"prop_s67":"low","field_g97":38,"key_i73":"cat_e","dim_e25":"Paris"}
missing_bracket
{ "type": "object", "properties": { "prop_s67": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "field_g97": { "type": "integer" }, "key_i73": { "type": "string", "enum": [ "cat_a", "cat_b"...
{"prop_s67":"low","field_g97":38,"key_i73":"cat_e","dim_e25":"Paris"}
Missing closing bracket
{"prop_s67":"low","field_g97":38,"key_i73":"cat_e","dim_e25":"Paris"}
TASK repair_structured_output SPEC FIELD organism TYPE integer REQUIRED no FIELD aligned_pct TYPE string REQUIRED yes FIELD payment_status TYPE string VALUES low|medium|high|critical REQUIRED no FIELD image_url TYPE string_email REQUIRED no FIELD tags TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED...
{"organism":532,"aligned_pct":"completed","payment_status":"low","image_url":"admin@example.com","tags":"nonsense"}
unquoted_keys
{ "type": "object", "properties": { "organism": { "type": "integer" }, "aligned_pct": { "type": "string" }, "payment_status": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "image_url": { "type": ...
{organism:532,aligned_pct:"completed",payment_status:"low",image_url:"admin@example.com",tags:"nonsense"}
Expecting property name enclosed in double quotes
{"organism":532,"aligned_pct":"completed","payment_status":"low","image_url":"admin@example.com","tags":"nonsense"}
TASK repair_structured_output SPEC FIELD val_c93 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD attr_z61 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD attr_x89 TYPE string REQUIRED no FIELD val_b42 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD k...
{"val_b42":"in_progress","key_t78":true,"val_f91":222}
extra_text_before
{ "type": "object", "properties": { "val_c93": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "attr_z61": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escala...
The instrument reported: {"val_b42":"in_progress","key_t78":true,"val_f91":222}
Output contains non-JSON text before the object
{"val_b42":"in_progress","key_t78":true,"val_f91":222}
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD sensor_id TYPE string REQUIRED no FIELD color TYPE string_uri REQUIRED yes FIELD visible TYPE integer REQUIRED no FIELD maturity_date TYPE number REQUIRED no FIELD amplitude TYPE string VALUES free|basic|pro|e...
{"due_date":"xl","sensor_id":"Oliveira","color":"https://api.io/api","visible":634,"maturity_date":576.68,"amplitude":"enterprise"}
missing_bracket
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "sensor_id": { "type": "string" }, "color": { "type": "string", "format": "uri" }, "visible": { "t...
{"due_date":"xl","sensor_id":"Oliveira","color":"https://api.io/api","visible":634,"maturity_date":576.68,"amplitude":"enterprise"}
Missing closing bracket
{"due_date":"xl","sensor_id":"Oliveira","color":"https://api.io/api","visible":634,"maturity_date":576.68,"amplitude":"enterprise"}
TASK repair_structured_output SPEC FIELD dim_c01 TYPE boolean REQUIRED yes FIELD col_f15 TYPE integer REQUIRED no FIELD val_q45 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD dim_w34 TYPE string_email REQUIRED yes FIELD col_d84.key_y28 TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD co...
{"dim_c01":false,"col_f15":519,"val_q45":"email","dim_w34":"test@example.com","field_t53":"world","prop_g72":"berthed","dim_l92":"2024-06-30"}
tool_call_text_mix
{ "type": "object", "properties": { "dim_c01": { "type": "boolean" }, "col_f15": { "type": "integer" }, "val_q45": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "dim_w34": { "type": "string", "...
Processing the request now. <tool_call name="calibrate_instrument"> {"dim_c01":false,"col_f15":519,"val_q45":"email","dim_w34":"test@example.com","field_t53":"world","prop_g72":"berthed","dim_l92":"2024-06-30"} </tool_call.
Agent response mixes reasoning text with tool call
{"dim_c01":false,"col_f15":519,"val_q45":"email","dim_w34":"test@example.com","field_t53":"world","prop_g72":"berthed","dim_l92":"2024-06-30"}
TASK repair_structured_output SPEC FIELD dim_w59 TYPE number REQUIRED no FIELD dim_e50 TYPE integer REQUIRED no FIELD field_w86.prop_q98 TYPE boolean REQUIRED no FIELD field_w86.attr_t35 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD field_w86.field_z35 TYPE integer REQUIRED yes FIELD f...
{"dim_e50":584,"field_w86":{"attr_t35":"offline","field_z35":172,"col_t92":"test"},"dim_v12":{"col_g72":574,"prop_o30":true,"attr_d42":"admin"},"prop_k29":true,"key_q20":null}
missing_required
{ "type": "object", "properties": { "dim_w59": { "type": "number" }, "dim_e50": { "type": "integer" }, "field_w86": { "type": "object", "properties": { "prop_q98": { "type": "boolean" }, "attr_t35": { "type": "string", ...
{"dim_e50": 584, "field_w86": {"attr_t35": "offline", "field_z35": 172, "col_t92": "test"}, "dim_v12": {"col_g72": 574, "prop_o30": true, "attr_d42": "admin"}, "key_q20": null}
Required field 'prop_k29' is missing
{"dim_e50":584,"field_w86":{"attr_t35":"offline","field_z35":172,"col_t92":"test"},"dim_v12":{"col_g72":574,"prop_o30":true,"attr_d42":"admin"},"prop_k29":true,"key_q20":null}
TASK repair_structured_output SPEC FIELD attr_x67 TYPE string REQUIRED yes FIELD key_g87 TYPE string REQUIRED no FIELD col_p14 TYPE number REQUIRED no FIELD prop_t37 TYPE null REQUIRED no BROKEN_OUTPUT process_payment(attr_x67='John', col_p14=823.53, prop_t37=None)
{"attr_x67":"John","col_p14":823.53,"prop_t37":null}
tool_call_python_syntax
{ "type": "object", "properties": { "attr_x67": { "type": "string" }, "key_g87": { "type": "string" }, "col_p14": { "type": "number" }, "prop_t37": { "type": "null" } }, "required": [ "attr_x67" ] }
process_payment(attr_x67='John', col_p14=823.53, prop_t37=None)
Tool call uses Python syntax instead of JSON
{"attr_x67":"John","col_p14":823.53,"prop_t37":null}
TASK repair_structured_output SPEC FIELD category TYPE string_uri REQUIRED yes FIELD items TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD sensor_id TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD medication TYPE number REQUIRED yes BROKEN_OUTPUT {"category": "https://www.com/v1", "ite...
{"category":"https://www.com/v1","items":"enterprise","sensor_id":"enterprise","medication":767.05}
number_with_unit
{ "type": "object", "properties": { "category": { "type": "string", "format": "uri" }, "items": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "sensor_id": { "type": "string", "enum": [ "fr...
{"category": "https://www.com/v1", "items": "enterprise", "sensor_id": "enterprise", "medication": "767.05%"}
Field 'medication' must be number, got string with unit
{"category":"https://www.com/v1","items":"enterprise","sensor_id":"enterprise","medication":767.05}
TASK repair_structured_output SPEC FIELD prop_q98 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_o40 TYPE string_email REQUIRED no FIELD field_u58 TYPE integer REQUIRED yes FIELD col_a60 TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD field_a14[].field_x11 TYPE boolean ...
{"prop_q98":"reliable","prop_o40":"ops@example.com","field_u58":737,"col_a60":"open","field_a14":[{"field_x11":false,"col_a14":"chr1","attr_k82":836.78},{"field_x11":false,"col_a14":"Oliveira","attr_k82":476.16},{"field_x11":true,"col_a14":"cancelled","attr_k82":489.44}],"col_t86":["GBP"]}
tool_call_wrong_param
{ "type": "object", "properties": { "prop_q98": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "prop_o40": { "type": "string", "format": "email" }, "field_u58": { "type": "integer" }, "col_a60": { ...
Tool: check_cargo_manifest Params: {"prop_q98": "reliable", "prop_o40": "ops@example.com", "col_a60": "open", "field_a14": [{"field_x11": false, "col_a14": "chr1", "attr_k82": 836.78}, {"field_x11": false, "col_a14": "Oliveira", "attr_k82": 476.16}, {"field_x11": true, "col_a14": "cancelled", "attr_k82": 489.44}], "col...
Agent used wrong parameter name 'field_u58_new' instead of 'field_u58'
{"prop_q98":"reliable","prop_o40":"ops@example.com","field_u58":737,"col_a60":"open","field_a14":[{"field_x11":false,"col_a14":"chr1","attr_k82":836.78},{"field_x11":false,"col_a14":"Oliveira","attr_k82":476.16},{"field_x11":true,"col_a14":"cancelled","attr_k82":489.44}],"col_t86":["GBP"]}
TASK repair_structured_output SPEC FIELD diagnosis_code TYPE number REQUIRED yes FIELD annotation TYPE string VALUES success|error|warning|info REQUIRED yes FIELD umi[].manifest_ref TYPE string_email REQUIRED yes FIELD umi[].username TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD umi[].features TYPE string...
{"diagnosis_code":915.43,"annotation":"success","umi":[{"manifest_ref":"ops@test.io","username":"email","features":"Berlin","credit_score":856.28}]}
trailing_comma
{ "type": "object", "properties": { "diagnosis_code": { "type": "number" }, "annotation": { "type": "string", "enum": [ "success", "error", "warning", "info" ] }, "umi": { "type": "array", "items": { "type": "object", ...
{"diagnosis_code":915.43,"annotation":"success","umi":[{"manifest_ref":"ops@test.io","username":"email","features":"Berlin","credit_score":856.28}],}
Unexpected trailing comma
{"diagnosis_code":915.43,"annotation":"success","umi":[{"manifest_ref":"ops@test.io","username":"email","features":"Berlin","credit_score":856.28}]}
TASK repair_structured_output SPEC FIELD param_c80 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD val_s85 TYPE integer REQUIRED no FIELD val_n01 TYPE string REQUIRED no FIELD prop_j25 TYPE integer REQUIRED yes FIELD prop_g48 TYPE string REQUIRED no FIELD col_q91 TYPE string REQUIRED no FIELD val...
{"param_c80":"anchored","val_s85":373,"prop_j25":795,"col_q91":"Sao Paulo","key_m51":424.27}
extra_field
{ "type": "object", "properties": { "param_c80": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ] }, "val_s85": { "type": "integer" }, "val_n01": { "type": "string" }, "prop_j25": { "type": "in...
{"param_c80": "anchored", "val_s85": 373, "prop_j25": 795, "col_q91": "Sao Paulo", "key_m51": 424.27, "extra_value_9533": 42}
Unknown field 'extra_value_9533' not defined in schema
{"param_c80":"anchored","val_s85":373,"prop_j25":795,"col_q91":"Sao Paulo","key_m51":424.27}
TASK repair_structured_output SPEC FIELD attr_f39 TYPE number REQUIRED yes FIELD prop_x92 TYPE string REQUIRED no FIELD key_p85 TYPE integer REQUIRED yes FIELD field_r59 TYPE integer REQUIRED yes FIELD prop_x05 TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD val_a50 TYPE integer REQUIRED yes BRO...
{"attr_f39":7.1,"prop_x92":"Tokyo","key_p85":312,"field_r59":248,"prop_x05":"moored","val_a50":660}
missing_brace
{ "type": "object", "properties": { "attr_f39": { "type": "number" }, "prop_x92": { "type": "string" }, "key_p85": { "type": "integer" }, "field_r59": { "type": "integer" }, "prop_x05": { "type": "string", "enum": [ "berthed", "...
{"attr_f39":7.1,"prop_x92":"Tokyo","key_p85":312,"field_r59":248,"prop_x05":"moored","val_a50":660
Missing closing brace
{"attr_f39":7.1,"prop_x92":"Tokyo","key_p85":312,"field_r59":248,"prop_x05":"moored","val_a50":660}
TASK repair_structured_output SPEC FIELD repository TYPE string REQUIRED no FIELD medication TYPE number REQUIRED yes FIELD amount.city TYPE number REQUIRED yes FIELD amount.decay_rate TYPE string VALUES small|medium|large|xl REQUIRED no FIELD amount.tile TYPE string_date-time REQUIRED no FIELD amount.hazmat_code.gene...
{"medication":859.69,"amount":{"city":217.37,"decay_rate":"small","tile":"2026-01-09T18:26:00Z","hazmat_code":{"gene_id":"cancelled","build_status":78.5,"weight":"https://api.com/api","deploy_target":false,"color":"info@example.com","medication":null},"longitude":"Tokyo","department":null,"company":true},"fleet_number"...
truncated_object
{ "type": "object", "properties": { "repository": { "type": "string" }, "medication": { "type": "number" }, "amount": { "type": "object", "properties": { "city": { "type": "number" }, "decay_rate": { "type": "string", ...
{"medication":859.69,"amount":{"city":217.37,"decay_rate":"small","tile":"2026-01-09T18:26:00Z","hazmat_code":{"gene_id":"cancelled","build_status":78.5,"weight":"https://api.com/api","deploy_target":false,"color":"info@example.com","medication":null},"longitude":"Tokyo","department":null,"company":true},"fleet_number"...
Unexpected end of JSON input — truncated object
{"medication":859.69,"amount":{"city":217.37,"decay_rate":"small","tile":"2026-01-09T18:26:00Z","hazmat_code":{"gene_id":"cancelled","build_status":78.5,"weight":"https://api.com/api","deploy_target":false,"color":"info@example.com","medication":null},"longitude":"Tokyo","department":null,"company":true},"fleet_number"...
TASK repair_structured_output SPEC FIELD col_m51 TYPE string REQUIRED yes FIELD val_l68 TYPE integer REQUIRED no FIELD prop_m73 TYPE integer REQUIRED no FIELD attr_u54 TYPE null REQUIRED yes BROKEN_OUTPUT {col_m51:"user@domain.com",val_l68:740,prop_m73:224,attr_u54:null}
{"col_m51":"user@domain.com","val_l68":740,"prop_m73":224,"attr_u54":null}
unquoted_keys
{ "type": "object", "properties": { "col_m51": { "type": "string" }, "val_l68": { "type": "integer" }, "prop_m73": { "type": "integer" }, "attr_u54": { "type": "null" } }, "required": [ "col_m51", "attr_u54" ] }
{col_m51:"user@domain.com",val_l68:740,prop_m73:224,attr_u54:null}
Expecting property name enclosed in double quotes
{"col_m51":"user@domain.com","val_l68":740,"prop_m73":224,"attr_u54":null}
TASK repair_structured_output SPEC FIELD interest_rate TYPE number REQUIRED no FIELD voltage.latitude TYPE string REQUIRED no FIELD voltage.branch TYPE string REQUIRED no FIELD voltage.name TYPE string_date-time REQUIRED no FIELD voltage.priority TYPE string VALUES active|inactive|pending REQUIRED yes FIELD voltage.wi...
{"interest_rate":302.89,"voltage":{"latitude":"test@example.com","branch":"https://api.example.com/v1","name":"2024-11-09T01:22:00Z","priority":"active","width":"Bob","options":508,"reagent":538.9},"barcode":"https://data.com/v1","bearing":{"chapter":"https://www.org/data","terminal_id":{"tags":null,"published":"basic"...
tool_call_text_mix
{ "type": "object", "properties": { "interest_rate": { "type": "number" }, "voltage": { "type": "object", "properties": { "latitude": { "type": "string" }, "branch": { "type": "string" }, "name": { "type": "string", ...
I'll query our database. <tool_call name="read_sensor_array"> {"interest_rate":302.89,"voltage":{"latitude":"test@example.com","branch":"https://api.example.com/v1","name":"2024-11-09T01:22:00Z","priority":"active","width":"Bob","options":508,"reagent":538.9},"barcode":"https://data.com/v1","bearing":{"chapter":"https:...
Agent response mixes reasoning text with tool call
{"interest_rate":302.89,"voltage":{"latitude":"test@example.com","branch":"https://api.example.com/v1","name":"2024-11-09T01:22:00Z","priority":"active","width":"Bob","options":508,"reagent":538.9},"barcode":"https://data.com/v1","bearing":{"chapter":"https://www.org/data","terminal_id":{"tags":null,"published":"basic"...
TASK repair_structured_output SPEC FIELD length TYPE boolean REQUIRED yes FIELD message.temp_celsius TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD message.insurance_id TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD message.barcode TYPE string REQUIRED yes FIELD message.options TYPE str...
{"length":false,"organism":null,"phone":"Hapag-Lloyd-Express","account_id":505,"patient_id":"https://example.com/data","age":"2024-10-09T15:13:00Z"}
thought_process
{ "type": "object", "properties": { "length": { "type": "boolean" }, "message": { "type": "object", "properties": { "temp_celsius": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"length":false,"organism":null,"phone":"Hapag-Lloyd-Express","account_id":505,"patient_id":"https://example.com/data","age":"2024-10-09T15:13:00Z"}
Output contains chain-of-thought reasoning before JSON
{"length":false,"organism":null,"phone":"Hapag-Lloyd-Express","account_id":505,"patient_id":"https://example.com/data","age":"2024-10-09T15:13:00Z"}
TASK repair_structured_output SPEC FIELD col_t44 TYPE integer REQUIRED yes FIELD col_f15 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD prop_z23 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes BROKEN_OUTPUT {"col_t44": 631, "col_f15": "critical", "prop_z23": "hemizygous", "extra_fiel...
{"col_t44":631,"col_f15":"critical","prop_z23":"hemizygous"}
extra_field
{ "type": "object", "properties": { "col_t44": { "type": "integer" }, "col_f15": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "prop_z23": { "type": "string", "enum": [ "homozygous", "het...
{"col_t44": 631, "col_f15": "critical", "prop_z23": "hemizygous", "extra_field_11": "unexpected"}
Unknown field 'extra_field_11' not defined in schema
{"col_t44":631,"col_f15":"critical","prop_z23":"hemizygous"}
TASK repair_structured_output SPEC FIELD type TYPE number REQUIRED no FIELD temp_celsius TYPE string_date-time REQUIRED yes FIELD lane TYPE string VALUES option_a|option_b|option_c|option_d REQUIRED no FIELD tags TYPE string_uri REQUIRED no FIELD created_at TYPE string REQUIRED no BROKEN_OUTPUT {"type": 104.03, "temp...
{"type":104.03,"temp_celsius":"2020-05-03T16:13:00Z","tags":"https://api.com/api","created_at":"2024-01-15"}
null_required
{ "type": "object", "properties": { "type": { "type": "number" }, "temp_celsius": { "type": "string", "format": "date-time" }, "lane": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d" ] }, "ta...
{"type": 104.03, "temp_celsius": null, "tags": "https://api.com/api", "created_at": "2024-01-15"}
Required field 'temp_celsius' is null
{"type":104.03,"temp_celsius":"2020-05-03T16:13:00Z","tags":"https://api.com/api","created_at":"2024-01-15"}
TASK repair_structured_output SPEC FIELD col_j12 TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD attr_x76 TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD attr_h79 TYPE integer REQUIRED no FIELD val_i46 TYPE integer REQUIRED yes FIELD key_x06[] TYPE string VALUES homozyg...
{"col_j12":"mode_c","attr_x76":"type_c","attr_h79":797,"val_i46":758,"key_x06":["hemizygous","homozygous","hemizygous","heterozygous"]}
tool_call_partial_args
{ "type": "object", "properties": { "col_j12": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "attr_x76": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", ...
Let me check the system. Action: generate_report Arguments: {"col_j12": "mode_c", "attr_x76": "type_c", "attr_h79": 797, "val_i46": 758}
Agent tool call missing required parameter 'key_x06'
{"col_j12":"mode_c","attr_x76":"type_c","attr_h79":797,"val_i46":758,"key_x06":["hemizygous","homozygous","hemizygous","heterozygous"]}
TASK repair_structured_output SPEC FIELD terminal_id TYPE null REQUIRED no FIELD loan_amount.priority TYPE integer REQUIRED yes FIELD loan_amount.format TYPE string_uri REQUIRED yes FIELD loan_amount.feedback.visible TYPE string VALUES draft|published|archived REQUIRED yes FIELD loan_amount.feedback.active TYPE number...
{"loan_amount":{"priority":180,"format":"https://www.com/data","feedback":{"visible":"draft","active":589.07,"port_code":"JPY","zip_code":822,"freight_class":"https://www.com/data"},"due_date":124.41,"span_id":"Oliveira","discount":{"dissolved_oxygen":true,"trace_id":"sample","yield_pct":"delivered","compound":"phone",...
single_quotes
{ "type": "object", "properties": { "terminal_id": { "type": "null" }, "loan_amount": { "type": "object", "properties": { "priority": { "type": "integer" }, "format": { "type": "string", "format": "uri" }, "feedback"...
{'loan_amount':{'priority':180,'format':'https://www.com/data','feedback':{'visible':'draft','active':589.07,'port_code':'JPY','zip_code':822,'freight_class':'https://www.com/data'},'due_date':124.41,'span_id':'Oliveira','discount':{'dissolved_oxygen':true,'trace_id':'sample','yield_pct':'delivered','compound':'phone',...
Expecting property name enclosed in double quotes
{"loan_amount":{"priority":180,"format":"https://www.com/data","feedback":{"visible":"draft","active":589.07,"port_code":"JPY","zip_code":822,"freight_class":"https://www.com/data"},"due_date":124.41,"span_id":"Oliveira","discount":{"dissolved_oxygen":true,"trace_id":"sample","yield_pct":"delivered","compound":"phone",...
TASK repair_structured_output SPEC FIELD param_j85 TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD field_c23 TYPE string_date-time REQUIRED no FIELD col_m88 TYPE number REQUIRED no FIELD prop_n75 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED no FIELD field_v27.param_s65 TYPE string REQUIRED yes FI...
{"param_j85":"type_c","field_c23":"2021-07-02T11:55:00Z","col_m88":292.26,"prop_n75":"mode_a","field_v27":{"param_s65":"Hapag-Lloyd-Express","dim_w33":529,"col_g40":null,"val_w97":"quux","attr_p03":{"key_s19":"new","dim_v93":722,"param_o61":460,"attr_v57":"Bob"},"val_t36":"Luis"},"key_d36":{"dim_x22":"bar","col_w74":"F...
trailing_comma
{ "type": "object", "properties": { "param_j85": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "field_c23": { "type": "string", "format": "date-time" }, "col_m88": { "type": "number" }, "prop_...
{"param_j85":"type_c","field_c23":"2021-07-02T11:55:00Z","col_m88":292.26,"prop_n75":"mode_a","field_v27":{"param_s65":"Hapag-Lloyd-Express","dim_w33":529,"col_g40":null,"val_w97":"quux","attr_p03":{"key_s19":"new","dim_v93":722,"param_o61":460,"attr_v57":"Bob",},"val_t36":"Luis"},"key_d36":{"dim_x22":"bar","col_w74":"...
Unexpected trailing comma
{"param_j85":"type_c","field_c23":"2021-07-02T11:55:00Z","col_m88":292.26,"prop_n75":"mode_a","field_v27":{"param_s65":"Hapag-Lloyd-Express","dim_w33":529,"col_g40":null,"val_w97":"quux","attr_p03":{"key_s19":"new","dim_v93":722,"param_o61":460,"attr_v57":"Bob"},"val_t36":"Luis"},"key_d36":{"dim_x22":"bar","col_w74":"F...
TASK repair_structured_output SPEC FIELD col_u64 TYPE integer REQUIRED no FIELD dim_b82 TYPE string_uri REQUIRED yes FIELD param_h72.prop_p89 TYPE string REQUIRED yes FIELD param_h72.attr_m81 TYPE string VALUES type_a|type_b REQUIRED no FIELD param_h72.val_d55 TYPE string_email REQUIRED yes FIELD param_h72.val_r85 TYP...
{"dim_b82":"https://data.com/v1","param_h72":{"prop_p89":"This is a test value.","attr_m81":"type_a","val_d55":"info@example.com","val_r85":"mode_b","col_b72":"berthed","val_c36":false,"attr_r81":"type_b"}}
missing_required
{ "type": "object", "properties": { "col_u64": { "type": "integer" }, "dim_b82": { "type": "string", "format": "uri" }, "param_h72": { "type": "object", "properties": { "prop_p89": { "type": "string" }, "attr_m81": { "type...
{"param_h72": {"prop_p89": "This is a test value.", "attr_m81": "type_a", "val_d55": "info@example.com", "val_r85": "mode_b", "col_b72": "berthed", "val_c36": false, "attr_r81": "type_b"}}
Required field 'dim_b82' is missing
{"dim_b82":"https://data.com/v1","param_h72":{"prop_p89":"This is a test value.","attr_m81":"type_a","val_d55":"info@example.com","val_r85":"mode_b","col_b72":"berthed","val_c36":false,"attr_r81":"type_b"}}
TASK repair_structured_output SPEC FIELD tax TYPE string REQUIRED yes FIELD department TYPE number REQUIRED yes FIELD active.frequency_hz TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED yes FIELD active.feedback TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD act...
{"tax":"Berlin","department":784.45,"active":{"frequency_hz":"option_d","feedback":"mode_c","torque_output":{"commit_hash":494.62,"vessel_name":true,"verified":622,"url":889}}}
thought_process
{ "type": "object", "properties": { "tax": { "type": "string" }, "department": { "type": "number" }, "active": { "type": "object", "properties": { "frequency_hz": { "type": "string", "enum": [ "option_a", "option_b", ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"tax":"Berlin","department":784.45,"active":{"frequency_hz":"option_d","feedback":"mode_c","torque_output":{"commit_hash":494.62,"vessel_name":true,"verified":622,"url":889}}}
Output contains chain-of-thought reasoning before JSON
{"tax":"Berlin","department":784.45,"active":{"frequency_hz":"option_d","feedback":"mode_c","torque_output":{"commit_hash":494.62,"vessel_name":true,"verified":622,"url":889}}}
TASK repair_structured_output SPEC FIELD ward TYPE number REQUIRED no FIELD phone TYPE string REQUIRED no FIELD dissolved_oxygen TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD department TYPE boolean REQUIRED yes FIELD message TYPE string REQUIRED yes BROKEN_OUTPUT Let me check the system. Action: calibrate...
{"phone":"Tokyo","dissolved_oxygen":"EUR","department":true,"message":"qux"}
agent_chain
{ "type": "object", "properties": { "ward": { "type": "number" }, "phone": { "type": "string" }, "dissolved_oxygen": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "department": { "type": "b...
Let me check the system. Action: calibrate_instrument Result: {"dissolved_oxygen": "EUR", "department": true, "message": "qux"} I'll query our database. Action: get_account Result:
Agent multi-step chain with truncated tool output
{"phone":"Tokyo","dissolved_oxygen":"EUR","department":true,"message":"qux"}
TASK repair_structured_output SPEC FIELD span_id TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD amplitude TYPE string VALUES email|phone|sms|push REQUIRED no FIELD username TYPE integer REQUIRED yes FIELD options[] TYPE string REQUIRED yes FIELD label[].interest_rate TYPE string VALUES new|in_transit|...
{"span_id":"red","amplitude":"phone","username":435,"options":["example","A short description.","Maria"],"label":[{"interest_rate":"delivered","weight":"active"},{"interest_rate":"returned","weight":"2024-01-15","balance":153.18},{"interest_rate":"delivered","weight":"A short description.","balance":665.89},{"interest_...
truncated_array
{ "type": "object", "properties": { "span_id": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "amplitude": { "type": "string", "enum": [ "email", "phone", "sms", "push" ...
{"span_id":"red","amplitude":"phone","username":435,"options":["example","A short description.","Maria"],"label":[{"interest_rate":"delivered","weight":"active"},{"interest_rate":"returned","weight":"2024-01-15","balance":153.18},{"interest_rate":"delivered","weight":"A short description.","balance":665.89},{"interest_...
Unexpected end of JSON input — truncated array
{"span_id":"red","amplitude":"phone","username":435,"options":["example","A short description.","Maria"],"label":[{"interest_rate":"delivered","weight":"active"},{"interest_rate":"returned","weight":"2024-01-15","balance":153.18},{"interest_rate":"delivered","weight":"A short description.","balance":665.89},{"interest_...
TASK repair_structured_output SPEC FIELD terminal_id TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED no FIELD discount TYPE number REQUIRED no FIELD created_at TYPE string VALUES option_a|option_b|option_c|option_d|option_e REQUIRED no FIELD format TYPE integer REQUIRED yes FIELD comments TYPE integer REQU...
{"terminal_id":"level_4","created_at":"option_d","format":791,"comments":238,"chromosome":995,"span_id":964}
trailing_comma
{ "type": "object", "properties": { "terminal_id": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "discount": { "type": "number" }, "created_at": { "type": "string", "enum": [ "option_a", ...
{"terminal_id":"level_4","created_at":"option_d","format":791,"comments":238,"chromosome":995,"span_id":964,}
Unexpected trailing comma
{"terminal_id":"level_4","created_at":"option_d","format":791,"comments":238,"chromosome":995,"span_id":964}
TASK repair_structured_output SPEC FIELD timezone.score TYPE string REQUIRED no FIELD timezone.first_name TYPE null REQUIRED yes FIELD timezone.tax.trace_id TYPE number REQUIRED yes FIELD timezone.tax.coverage TYPE string_date-time REQUIRED yes FIELD timezone.tax.title TYPE string_email REQUIRED yes FIELD timezone.tax...
{"timezone":{"score":"2024-06-30","first_name":null,"tax":{"trace_id":165.52,"coverage":"2025-12-05T23:52:00Z","title":"info@domain.org","subject":10},"frequency_hz":{"due_date":"reliable","ward":3,"state":"QC-07","collateral":"cat_b","isotope":"level_1","payment_status":286.66}},"current_draw":729,"shipper_ref":"Tokyo...
tool_call_wrong_param
{ "type": "object", "properties": { "timezone": { "type": "object", "properties": { "score": { "type": "string" }, "first_name": { "type": "null" }, "tax": { "type": "object", "properties": { "trace_id": { ...
Tool: read_sensor_array Params: {"current_draw": 729, "shipper_ref": "Tokyo", "format": false, "published": 615.87, "timezone_new": {"score": "2024-06-30", "first_name": null, "tax": {"trace_id": 165.52, "coverage": "2025-12-05T23:52:00Z", "title": "info@domain.org", "subject": 10}, "frequency_hz": {"due_date": "reliab...
Agent used wrong parameter name 'timezone_new' instead of 'timezone'
{"timezone":{"score":"2024-06-30","first_name":null,"tax":{"trace_id":165.52,"coverage":"2025-12-05T23:52:00Z","title":"info@domain.org","subject":10},"frequency_hz":{"due_date":"reliable","ward":3,"state":"QC-07","collateral":"cat_b","isotope":"level_1","payment_status":286.66}},"current_draw":729,"shipper_ref":"Tokyo...