input
stringlengths
170
4.38k
target
stringlengths
11
500
corruption_type
stringclasses
28 values
schema
dict
invalid_json
stringlengths
2
1.02k
error
stringlengths
21
156
target_json
stringlengths
11
500
TASK repair_structured_output SPEC FIELD col_m22 TYPE number REQUIRED yes FIELD prop_y04 TYPE boolean REQUIRED no FIELD field_j33 TYPE integer REQUIRED yes FIELD field_q85 TYPE null REQUIRED no FIELD field_a27 TYPE number REQUIRED yes FIELD attr_m15 TYPE string REQUIRED no FIELD prop_e32 TYPE string VALUES synonymous|...
{"col_m22":374.36,"prop_y04":true,"field_j33":797,"field_q85":null,"field_a27":448.62,"attr_m15":"2024-06-30","prop_e32":"synonymous","col_e27":"Alice"}
tool_call_python_syntax
{ "type": "object", "properties": { "col_m22": { "type": "number" }, "prop_y04": { "type": "boolean" }, "field_j33": { "type": "integer" }, "field_q85": { "type": "null" }, "field_a27": { "type": "number" }, "attr_m15": { "type": "strin...
create_ticket(col_m22=374.36, prop_y04=True, field_j33=797, field_q85=None, field_a27=448.62, attr_m15='2024-06-30', prop_e32='synonymous', col_e27='Alice')
Tool call uses Python syntax instead of JSON
{"col_m22":374.36,"prop_y04":true,"field_j33":797,"field_q85":null,"field_a27":448.62,"attr_m15":"2024-06-30","prop_e32":"synonymous","col_e27":"Alice"}
TASK repair_structured_output SPEC FIELD procedure_code TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD created_at TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD tile TYPE string REQUIRED yes FIELD phone TYPE integer REQUIRED no FIELD brake_pressure TYPE string VALUES re...
{"tile":"hello","phone":406,"brake_pressure":"green","ward":350}
single_quotes
{ "type": "object", "properties": { "procedure_code": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "created_at": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", ...
{'tile':'hello','phone':406,'brake_pressure':'green','ward':350}
Expecting property name enclosed in double quotes
{"tile":"hello","phone":406,"brake_pressure":"green","ward":350}
TASK repair_structured_output SPEC FIELD key_a90 TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD param_m65 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD col_p11 TYPE string VALUES success|error|warning|info REQUIRED yes BROKEN_OUTPUT <functioncall> get_account {key_a90: ...
{"key_a90":"basic","param_m65":"nonsense","col_p11":"error"}
tool_call_bad_format
{ "type": "object", "properties": { "key_a90": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "param_m65": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshif...
<functioncall> get_account {key_a90: "basic", param_m65: "nonsense", col_p11: "error"}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_a90":"basic","param_m65":"nonsense","col_p11":"error"}
TASK repair_structured_output SPEC FIELD prop_r98 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD prop_e13 TYPE null REQUIRED no FIELD attr_m53[].attr_e08 TYPE number REQUIRED yes FIELD attr_m53[].param_r63 TYPE number REQUIRED no FIELD attr_m53[].key_w33 TYPE string VALUES admin|edit...
{"prop_r98":"pending_review","prop_e13":null,"attr_m53":[{"attr_e08":930.6,"param_r63":654.47,"key_w33":"admin"},{"attr_e08":640.45,"param_r63":612.81,"key_w33":"viewer"},{"attr_e08":634.89,"param_r63":445.0,"key_w33":"viewer"},{"attr_e08":738.98,"param_r63":713.03,"key_w33":"viewer"}],"key_k46":["info@domain.org","ops...
extra_text_before
{ "type": "object", "properties": { "prop_r98": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "prop_e13": { "type": "null" }, "attr_m53": { "type": "array", "items": { "type": ...
Let me provide the data in JSON format: {"prop_r98":"pending_review","prop_e13":null,"attr_m53":[{"attr_e08":930.6,"param_r63":654.47,"key_w33":"admin"},{"attr_e08":640.45,"param_r63":612.81,"key_w33":"viewer"},{"attr_e08":634.89,"param_r63":445.0,"key_w33":"viewer"},{"attr_e08":738.98,"param_r63":713.03,"key_w33":"vie...
Output contains non-JSON text before the object
{"prop_r98":"pending_review","prop_e13":null,"attr_m53":[{"attr_e08":930.6,"param_r63":654.47,"key_w33":"admin"},{"attr_e08":640.45,"param_r63":612.81,"key_w33":"viewer"},{"attr_e08":634.89,"param_r63":445.0,"key_w33":"viewer"},{"attr_e08":738.98,"param_r63":713.03,"key_w33":"viewer"}],"key_k46":["info@domain.org","ops...
TASK repair_structured_output SPEC FIELD annotation TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED no FIELD shipping TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD start_date TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED no FIELD thumbnail TYPE string_email REQUIRED no FIELD hazmat_code TY...
{"annotation":"type_b","shipping":"cat_c","start_date":"cat_b","thumbnail":"ops@test.io","hazmat_code":"chrX","voltage":null,"nickname":519}
invalid_enum
{ "type": "object", "properties": { "annotation": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d" ] }, "shipping": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] ...
{"annotation": "invalid_value_97", "shipping": "cat_c", "start_date": "cat_b", "thumbnail": "ops@test.io", "hazmat_code": "chrX", "voltage": null, "nickname": 519}
Field 'annotation' has invalid enum value 'invalid_value_97', expected one of ['type_a', 'type_b', 'type_c', 'type_d']
{"annotation":"type_b","shipping":"cat_c","start_date":"cat_b","thumbnail":"ops@test.io","hazmat_code":"chrX","voltage":null,"nickname":519}
TASK repair_structured_output SPEC FIELD field_f76 TYPE boolean REQUIRED no FIELD attr_g66 TYPE string REQUIRED yes FIELD param_m98 TYPE string REQUIRED no FIELD val_h92 TYPE boolean REQUIRED no FIELD key_k20 TYPE integer REQUIRED no BROKEN_OUTPUT Tool: search Params: {"field_f76": false, "attr_g66": "New York", "val...
{"field_f76":false,"attr_g66":"New York","val_h92":true}
tool_call_wrong_param
{ "type": "object", "properties": { "field_f76": { "type": "boolean" }, "attr_g66": { "type": "string" }, "param_m98": { "type": "string" }, "val_h92": { "type": "boolean" }, "key_k20": { "type": "integer" } }, "required": [ "attr_g66" ...
Tool: search Params: {"field_f76": false, "attr_g66": "New York", "val_h92": true}
Agent used wrong parameter name 'key_k20_name' instead of 'key_k20'
{"field_f76":false,"attr_g66":"New York","val_h92":true}
TASK repair_structured_output SPEC FIELD reagent TYPE boolean REQUIRED yes FIELD items TYPE string_uri REQUIRED yes FIELD priority TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes BROKEN_OUTPUT {"reagent":false,"items":"https://example.com/data","priority":"arctic"
{"reagent":false,"items":"https://example.com/data","priority":"arctic"}
missing_brace
{ "type": "object", "properties": { "reagent": { "type": "boolean" }, "items": { "type": "string", "format": "uri" }, "priority": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] } }, "required": ...
{"reagent":false,"items":"https://example.com/data","priority":"arctic"
Missing closing brace
{"reagent":false,"items":"https://example.com/data","priority":"arctic"}
TASK repair_structured_output SPEC FIELD quantity TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD updated_at TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD dosage TYPE string VALUES success|error|warning|info REQUIRED no FIELD manifest_ref TYPE boolean REQUIRED no F...
{"updated_at":"rejected","dosage":"info","manifest_ref":true,"annotation":"married","username":653,"duration_ms":76}
tool_call_wrong_param
{ "type": "object", "properties": { "quantity": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arctic" ] }, "updated_at": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", ...
Tool: calculate_docking_fee Params: {"updated_at": "rejected", "manifest_ref": true, "annotation": "married", "username": 653, "duration_ms": 76, "dosage_value": "info"}
Agent used wrong parameter name 'dosage_value' instead of 'dosage'
{"updated_at":"rejected","dosage":"info","manifest_ref":true,"annotation":"married","username":653,"duration_ms":76}
TASK repair_structured_output SPEC FIELD param_w99 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes FIELD val_x17 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD col_o74 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD field_g95 TYPE boolean R...
{"param_w99":"mode_b","val_x17":"option_f","col_o74":"synonymous","field_g95":false,"dim_m89":"London"}
partial_structure
{ "type": "object", "properties": { "param_w99": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c" ] }, "val_x17": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_...
The field_g95 is False and {"param_w99":"mode_b","val_x17":"option_f","col_o74":"synonymous","field_g95":false,"dim_m89":"London"}
Output mixes natural language with JSON
{"param_w99":"mode_b","val_x17":"option_f","col_o74":"synonymous","field_g95":false,"dim_m89":"London"}
TASK repair_structured_output SPEC FIELD maturity_date TYPE string VALUES reliable|unstable|intermittent REQUIRED yes FIELD chapter TYPE string VALUES berthed|anchored|underway|moored REQUIRED yes FIELD bill_of_lading TYPE number REQUIRED no FIELD reagent TYPE string REQUIRED no FIELD velocity TYPE integer REQUIRED ye...
{"maturity_date":"unstable","chapter":"underway","bill_of_lading":780.3,"reagent":"user@domain.com","velocity":946}
tool_call_bad_format
{ "type": "object", "properties": { "maturity_date": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "chapter": { "type": "string", "enum": [ "berthed", "anchored", "underway", "moored" ...
<functioncall> get_account {maturity_date: "unstable", chapter: "underway", bill_of_lading: 780.3, reagent: "user@domain.com", velocity: 946}
Tool call has malformed arguments — unquoted keys in function parameters
{"maturity_date":"unstable","chapter":"underway","bill_of_lading":780.3,"reagent":"user@domain.com","velocity":946}
TASK repair_structured_output SPEC FIELD param_q82 TYPE integer REQUIRED no FIELD col_l86 TYPE integer REQUIRED no FIELD prop_z81 TYPE string REQUIRED no FIELD field_u17 TYPE number REQUIRED yes FIELD key_k77 TYPE string REQUIRED no FIELD val_d74 TYPE string REQUIRED yes FIELD key_l85 TYPE string VALUES type_a|type_b|...
{"param_q82":316,"col_l86":722,"prop_z81":"Smith","field_u17":79.43,"key_k77":"test@example.com","val_d74":"FWD","dim_f50":"inactive"}
null_required
{ "type": "object", "properties": { "param_q82": { "type": "integer" }, "col_l86": { "type": "integer" }, "prop_z81": { "type": "string" }, "field_u17": { "type": "number" }, "key_k77": { "type": "string" }, "val_d74": { "type": "string...
{"param_q82": 316, "col_l86": 722, "prop_z81": "Smith", "field_u17": 79.43, "key_k77": "test@example.com", "val_d74": null, "dim_f50": "inactive"}
Required field 'val_d74' is null
{"param_q82":316,"col_l86":722,"prop_z81":"Smith","field_u17":79.43,"key_k77":"test@example.com","val_d74":"FWD","dim_f50":"inactive"}
TASK repair_structured_output SPEC FIELD organism TYPE string REQUIRED yes FIELD amount TYPE boolean REQUIRED no FIELD index TYPE integer REQUIRED no BROKEN_OUTPUT {"organism":"completed","amount":false,"index":262,}
{"organism":"completed","amount":false,"index":262}
trailing_comma
{ "type": "object", "properties": { "organism": { "type": "string" }, "amount": { "type": "boolean" }, "index": { "type": "integer" } }, "required": [ "organism" ] }
{"organism":"completed","amount":false,"index":262,}
Unexpected trailing comma
{"organism":"completed","amount":false,"index":262}
TASK repair_structured_output SPEC FIELD col_n72 TYPE number REQUIRED yes FIELD prop_t37 TYPE integer REQUIRED no FIELD key_s48 TYPE number REQUIRED yes FIELD dim_j71 TYPE integer REQUIRED no FIELD prop_o79.param_i94 TYPE string_uri REQUIRED no FIELD prop_o79.prop_p35 TYPE null REQUIRED yes FIELD prop_o79.key_z92.para...
{"col_n72":712.46,"key_s48":912.21,"dim_j71":571,"prop_o79":{"param_i94":"https://data.io/data","prop_p35":null,"key_z92":{"param_l72":null,"col_f92":"2023-06-16T18:26:00Z","dim_i93":46,"val_g40":"quux"}},"dim_m94":"2022-11-15T16:29:00Z"}
truncated_object
{ "type": "object", "properties": { "col_n72": { "type": "number" }, "prop_t37": { "type": "integer" }, "key_s48": { "type": "number" }, "dim_j71": { "type": "integer" }, "prop_o79": { "type": "object", "properties": { "param_i94": { ...
{"col_n72":712.46,"key_s48":912.21,"dim_j71":571,"prop_o79":{"param_i94":"https://data.io/data","prop_p35":null,"key_z92":{"param_l72":null,"col_f92":"2023-06-16T18:26:00Z","dim_i93":46,"val_g40":"quux"}},"dim_m94":"2022-11-15T16:29:00Z"
Unexpected end of JSON input — truncated object
{"col_n72":712.46,"key_s48":912.21,"dim_j71":571,"prop_o79":{"param_i94":"https://data.io/data","prop_p35":null,"key_z92":{"param_l72":null,"col_f92":"2023-06-16T18:26:00Z","dim_i93":46,"val_g40":"quux"}},"dim_m94":"2022-11-15T16:29:00Z"}
TASK repair_structured_output SPEC FIELD username TYPE string REQUIRED no FIELD quantity TYPE string REQUIRED no FIELD coverage TYPE string REQUIRED yes FIELD patient_id TYPE number REQUIRED no FIELD visible TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD credit_score TYPE boolean REQUIRED yes FIEL...
{"username":"This is a test value.","quantity":"foo","coverage":"New York","credit_score":false,"balance":{"half_life":"coastal","phenotype":"phone","updated_at":"green","total":"info@test.io"}}
extra_text_before
{ "type": "object", "properties": { "username": { "type": "string" }, "quantity": { "type": "string" }, "coverage": { "type": "string" }, "patient_id": { "type": "number" }, "visible": { "type": "string", "enum": [ "reliable", "...
Sure, here's the result: {"username":"This is a test value.","quantity":"foo","coverage":"New York","credit_score":false,"balance":{"half_life":"coastal","phenotype":"phone","updated_at":"green","total":"info@test.io"}}
Output contains non-JSON text before the object
{"username":"This is a test value.","quantity":"foo","coverage":"New York","credit_score":false,"balance":{"half_life":"coastal","phenotype":"phone","updated_at":"green","total":"info@test.io"}}
TASK repair_structured_output SPEC FIELD medication TYPE string REQUIRED yes FIELD full_name TYPE boolean REQUIRED yes FIELD shift_code.pressure_kpa TYPE string VALUES active|inactive|pending REQUIRED no FIELD shift_code.quality_score TYPE boolean REQUIRED no FIELD shift_code.collateral TYPE string REQUIRED yes FIELD ...
{"medication":"This is a test value.","full_name":true,"shift_code":{"quality_score":true,"collateral":"2024-01-15"},"latitude":{"tile":"completed","start_date":89,"discount":null,"footnote":{"verified":17,"gene_id":null,"terminal_id":134},"conductivity":{"total":"published","coverage":"large"}}}
markdown_explanation
{ "type": "object", "properties": { "medication": { "type": "string" }, "full_name": { "type": "boolean" }, "shift_code": { "type": "object", "properties": { "pressure_kpa": { "type": "string", "enum": [ "active", "inact...
The parsed result is: ```json {"medication":"This is a test value.","full_name":true,"shift_code":{"quality_score":true,"collateral":"2024-01-15"},"latitude":{"tile":"completed","start_date":89,"discount":null,"footnote":{"verified":17,"gene_id":null,"terminal_id":134},"conductivity":{"total":"published","coverage":"la...
Output contains markdown and explanatory text around JSON
{"medication":"This is a test value.","full_name":true,"shift_code":{"quality_score":true,"collateral":"2024-01-15"},"latitude":{"tile":"completed","start_date":89,"discount":null,"footnote":{"verified":17,"gene_id":null,"terminal_id":134},"conductivity":{"total":"published","coverage":"large"}}}
TASK repair_structured_output SPEC FIELD attr_r08 TYPE integer REQUIRED yes FIELD field_d16.val_s07 TYPE string REQUIRED yes FIELD field_d16.col_e46 TYPE string_date-time REQUIRED yes FIELD field_d16.prop_j57 TYPE string_uri REQUIRED yes FIELD field_d16.field_g85 TYPE number REQUIRED no FIELD col_z94 TYPE string VALUE...
{"attr_r08":766,"field_d16":{"val_s07":"test@example.com","col_e46":"2023-12-04T16:51:00Z","prop_j57":"https://www.org/data","field_g85":936.93},"col_z94":"inactive","val_i74":"ops@domain.org"}
missing_required
{ "type": "object", "properties": { "attr_r08": { "type": "integer" }, "field_d16": { "type": "object", "properties": { "val_s07": { "type": "string" }, "col_e46": { "type": "string", "format": "date-time" }, "prop_j...
{"attr_r08": 766, "col_z94": "inactive", "val_i74": "ops@domain.org"}
Required field 'field_d16' is missing
{"attr_r08":766,"field_d16":{"val_s07":"test@example.com","col_e46":"2023-12-04T16:51:00Z","prop_j57":"https://www.org/data","field_g85":936.93},"col_z94":"inactive","val_i74":"ops@domain.org"}
TASK repair_structured_output SPEC FIELD key_z06 TYPE string VALUES single|married|divorced REQUIRED no FIELD attr_s57 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD attr_h45 TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD col_s23 TYPE string VALUES pending_review|confirmed|rejected|esca...
{"key_z06":"single","attr_h45":"arctic","col_s23":"pending_review","field_n28":611.43,"attr_s62":374,"key_b06":"rejected"}
null_required
{ "type": "object", "properties": { "key_z06": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "attr_s57": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "attr_h45":...
{"key_z06": "single", "attr_h45": null, "col_s23": "pending_review", "field_n28": 611.43, "attr_s62": 374, "key_b06": "rejected"}
Required field 'attr_h45' is null
{"key_z06":"single","attr_h45":"arctic","col_s23":"pending_review","field_n28":611.43,"attr_s62":374,"key_b06":"rejected"}
TASK repair_structured_output SPEC FIELD salinity TYPE string REQUIRED yes FIELD transaction_id TYPE string VALUES cat_a|cat_b|cat_c REQUIRED yes FIELD deploy_target TYPE string VALUES success|error|warning|info REQUIRED yes BROKEN_OUTPUT Sure, here's the result: ```json {"salinity":"chrX","transaction_id":"cat_b","d...
{"salinity":"chrX","transaction_id":"cat_b","deploy_target":"info"}
markdown_explanation
{ "type": "object", "properties": { "salinity": { "type": "string" }, "transaction_id": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c" ] }, "deploy_target": { "type": "string", "enum": [ "success", "error", ...
Sure, here's the result: ```json {"salinity":"chrX","transaction_id":"cat_b","deploy_target":"info"} ``` This should match the schema you provided.
Output contains markdown and explanatory text around JSON
{"salinity":"chrX","transaction_id":"cat_b","deploy_target":"info"}
TASK repair_structured_output SPEC FIELD hazmat_code TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD wavelength TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD temp_celsius[] TYPE string REQUIRED yes BROKEN_OUTPUT {"hazmat_code":"hemizygous","wavelength":"unstable","temp_ce...
{"hazmat_code":"hemizygous","wavelength":"unstable","temp_celsius":["chrX","chrX","2023-12-25"]}
trailing_comma
{ "type": "object", "properties": { "hazmat_code": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "wavelength": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] },...
{"hazmat_code":"hemizygous","wavelength":"unstable","temp_celsius":["chrX","chrX","2023-12-25",]}
Unexpected trailing comma
{"hazmat_code":"hemizygous","wavelength":"unstable","temp_celsius":["chrX","chrX","2023-12-25"]}
TASK repair_structured_output SPEC FIELD active TYPE number REQUIRED yes FIELD feedback TYPE string REQUIRED yes FIELD voltage TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED yes FIELD size TYPE string VALUES type_a|type_b|type_c|type_d REQUIRED yes FIELD conductivity TYPE integer REQUIRED no FIELD tags...
{"active":406.32,"feedback":"example","voltage":"mode_a","size":"type_d","conductivity":70}
missing_brace
{ "type": "object", "properties": { "active": { "type": "number" }, "feedback": { "type": "string" }, "voltage": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e" ] }, "size": { "type...
{"active":406.32,"feedback":"example","voltage":"mode_a","size":"type_d","conductivity":70
Missing closing brace
{"active":406.32,"feedback":"example","voltage":"mode_a","size":"type_d","conductivity":70}
TASK repair_structured_output SPEC FIELD index TYPE string_date-time REQUIRED no FIELD subtotal.lane TYPE null REQUIRED no FIELD subtotal.footnote.allele TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD subtotal.footnote.altitude TYPE number REQUIRED yes FIELD subtotal.footnote.aligned_pct TYPE integer REQUIRE...
{"subtotal":{"footnote":{"altitude":608.16,"aligned_pct":400,"freight_class":"active"},"span_id":"info"},"span_id":957.12,"credit_score":"nonsense","created_at":true,"yield_pct":true}
tool_call_wrong_param
{ "type": "object", "properties": { "index": { "type": "string", "format": "date-time" }, "subtotal": { "type": "object", "properties": { "lane": { "type": "null" }, "footnote": { "type": "object", "properties": { ...
Tool: filter_variants Params: {"subtotal": {"footnote": {"altitude": 608.16, "aligned_pct": 400, "freight_class": "active"}, "span_id": "info"}, "span_id": 957.12, "credit_score": "nonsense", "created_at": true, "yield_pct": true}
Agent used wrong parameter name 'index_id' instead of 'index'
{"subtotal":{"footnote":{"altitude":608.16,"aligned_pct":400,"freight_class":"active"},"span_id":"info"},"span_id":957.12,"credit_score":"nonsense","created_at":true,"yield_pct":true}
TASK repair_structured_output SPEC FIELD priority TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD score TYPE string REQUIRED no FIELD version TYPE string REQUIRED yes FIELD item_id TYPE boolean REQUIRED no FIELD repository TYPE integer REQUIRED no FIELD catalyst TYPE string REQUIRED yes ...
{"score":"baz","version":"https://example.com","item_id":false,"repository":725,"catalyst":"Maria"}
extra_text_after
{ "type": "object", "properties": { "priority": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "score": { "type": "string" }, "version": { "type": "string" }, "item_id": { "type": ...
{"score":"baz","version":"https://example.com","item_id":false,"repository":725,"catalyst":"Maria"} Hope this helps!
Output contains non-JSON text after the object
{"score":"baz","version":"https://example.com","item_id":false,"repository":725,"catalyst":"Maria"}
TASK repair_structured_output SPEC FIELD level TYPE string REQUIRED yes FIELD language TYPE string VALUES small|medium|large|xl REQUIRED no FIELD procedure_code TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD strand[] TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD isotope[].turbidity...
{"level":"chr1","language":"large","procedure_code":"pro","isotope":[{"turbidity":543,"bill_of_lading":"cancelled","terminal_id":"ops@example.com","item_id":827},{"turbidity":347,"bill_of_lading":"Santos","terminal_id":"ops@example.com","branch":"inland","item_id":452},{"turbidity":966,"bill_of_lading":"Smith","termina...
missing_bracket
{ "type": "object", "properties": { "level": { "type": "string" }, "language": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "procedure_code": { "type": "string", "enum": [ "free", "basic", ...
{"level":"chr1","language":"large","procedure_code":"pro","isotope":{"turbidity":543,"bill_of_lading":"cancelled","terminal_id":"ops@example.com","item_id":827},{"turbidity":347,"bill_of_lading":"Santos","terminal_id":"ops@example.com","branch":"inland","item_id":452},{"turbidity":966,"bill_of_lading":"Smith","terminal...
Missing closing bracket
{"level":"chr1","language":"large","procedure_code":"pro","isotope":[{"turbidity":543,"bill_of_lading":"cancelled","terminal_id":"ops@example.com","item_id":827},{"turbidity":347,"bill_of_lading":"Santos","terminal_id":"ops@example.com","branch":"inland","item_id":452},{"turbidity":966,"bill_of_lading":"Smith","termina...
TASK repair_structured_output SPEC FIELD conductivity TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD section TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD interest_rate TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED yes BROKEN_OUTPUT {"conductivity": ...
{"conductivity":"confirmed","section":"frameshift","interest_rate":"USD"}
null_required
{ "type": "object", "properties": { "conductivity": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "section": { "type": "string", "enum": [ "synonymous", "missense", "nonsense...
{"conductivity": "confirmed", "section": "frameshift", "interest_rate": null}
Required field 'interest_rate' is null
{"conductivity":"confirmed","section":"frameshift","interest_rate":"USD"}
TASK repair_structured_output SPEC FIELD coverage TYPE string_email REQUIRED no FIELD index TYPE boolean REQUIRED yes FIELD allele TYPE string_email REQUIRED no FIELD bearing TYPE string REQUIRED yes FIELD conductivity.category TYPE null REQUIRED no FIELD conductivity.state TYPE string VALUES level_1|level_2|level_3 R...
{"coverage":"info@example.com","index":true,"bearing":"demo","conductivity":{"category":null,"state":"level_3","torque_output":"admin@domain.org","item_id":{"image_url":"2025-02-23T22:37:00Z","created_at":886,"batch_code":"option_f","maturity_date":530.5,"index":"Jane"}},"commit_hash":{"user_id":"Berlin","trace_id":338...
tool_call_wrong_param
{ "type": "object", "properties": { "coverage": { "type": "string", "format": "email" }, "index": { "type": "boolean" }, "allele": { "type": "string", "format": "email" }, "bearing": { "type": "string" }, "conductivity": { "type": "object...
Tool: book_appointment Params: {"coverage": "info@example.com", "index": true, "bearing": "demo", "conductivity": {"category": null, "state": "level_3", "torque_output": "admin@domain.org", "item_id": {"image_url": "2025-02-23T22:37:00Z", "created_at": 886, "batch_code": "option_f", "maturity_date": 530.5, "index": "Ja...
Agent used wrong parameter name 'allele2' instead of 'allele'
{"coverage":"info@example.com","index":true,"bearing":"demo","conductivity":{"category":null,"state":"level_3","torque_output":"admin@domain.org","item_id":{"image_url":"2025-02-23T22:37:00Z","created_at":886,"batch_code":"option_f","maturity_date":530.5,"index":"Jane"}},"commit_hash":{"user_id":"Berlin","trace_id":338...
TASK repair_structured_output SPEC FIELD key_t34 TYPE number REQUIRED yes FIELD prop_n61 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD attr_c66 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD prop_b25 TYPE string REQUIRED no FIELD field_f17[] TYPE string REQUIRED no ...
{"key_t34":84.64,"prop_n61":"level_3","attr_c66":"unstable","prop_b25":"QC-07","field_f17":["This is a test value.","Diana"]}
tool_call_bad_format
{ "type": "object", "properties": { "key_t34": { "type": "number" }, "prop_n61": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_5" ] }, "attr_c66": { "type": "string", "enum": [ ...
<functioncall> validate_sample {key_t34: 84.64, prop_n61: "level_3", attr_c66: "unstable", prop_b25: "QC-07", field_f17: ["This is a test value.", "Diana"]}
Tool call has malformed arguments — unquoted keys in function parameters
{"key_t34":84.64,"prop_n61":"level_3","attr_c66":"unstable","prop_b25":"QC-07","field_f17":["This is a test value.","Diana"]}
TASK repair_structured_output SPEC FIELD isotope TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD zip_code TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD pressure_kpa TYPE string_uri REQUIRED yes BROKEN_OUTPUT calibrate_instrument(isotope='blue', zip_code='oceanic', pressure_kpa='...
{"isotope":"blue","zip_code":"oceanic","pressure_kpa":"https://api.io/v1"}
tool_call_python_syntax
{ "type": "object", "properties": { "isotope": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "zip_code": { "type": "string", "enum": [ "coastal", "oceanic", "inland", "arct...
calibrate_instrument(isotope='blue', zip_code='oceanic', pressure_kpa='https://api.io/v1')
Tool call uses Python syntax instead of JSON
{"isotope":"blue","zip_code":"oceanic","pressure_kpa":"https://api.io/v1"}
TASK repair_structured_output SPEC FIELD annotation TYPE boolean REQUIRED no FIELD start_date TYPE string_date-time REQUIRED yes FIELD nickname TYPE string REQUIRED no FIELD tax TYPE string REQUIRED no FIELD weight TYPE string REQUIRED no FIELD format TYPE number REQUIRED no BROKEN_OUTPUT {"annotation": false, "start...
{"annotation":false,"start_date":"2021-08-23T00:14:00Z","nickname":"test","tax":"foo","weight":"Bob"}
null_required
{ "type": "object", "properties": { "annotation": { "type": "boolean" }, "start_date": { "type": "string", "format": "date-time" }, "nickname": { "type": "string" }, "tax": { "type": "string" }, "weight": { "type": "string" }, "format":...
{"annotation": false, "start_date": null, "nickname": "test", "tax": "foo", "weight": "Bob"}
Required field 'start_date' is null
{"annotation":false,"start_date":"2021-08-23T00:14:00Z","nickname":"test","tax":"foo","weight":"Bob"}
TASK repair_structured_output SPEC FIELD col_z52 TYPE integer REQUIRED no FIELD key_j38 TYPE boolean REQUIRED no FIELD param_m91 TYPE string VALUES cat_a|cat_b REQUIRED yes FIELD val_o25 TYPE string_email REQUIRED no FIELD key_m02[].param_r21 TYPE number REQUIRED no FIELD key_m02[].val_s18 TYPE string_email REQUIRED y...
{"key_j38":false,"param_m91":"cat_a","key_m02":[{"val_s18":"info@test.io","param_k59":824,"param_v59":"option_c","val_c75":"Tokyo","attr_f05":"This is a test value."}]}
markdown_explanation
{ "type": "object", "properties": { "col_z52": { "type": "integer" }, "key_j38": { "type": "boolean" }, "param_m91": { "type": "string", "enum": [ "cat_a", "cat_b" ] }, "val_o25": { "type": "string", "format": "email" }, "...
Sensor output follows: ```json {"key_j38":false,"param_m91":"cat_a","key_m02":[{"val_s18":"info@test.io","param_k59":824,"param_v59":"option_c","val_c75":"Tokyo","attr_f05":"This is a test value."}]} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"key_j38":false,"param_m91":"cat_a","key_m02":[{"val_s18":"info@test.io","param_k59":824,"param_v59":"option_c","val_c75":"Tokyo","attr_f05":"This is a test value."}]}
TASK repair_structured_output SPEC FIELD key_g23 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD key_c70 TYPE string_date-time REQUIRED no FIELD field_l25 TYPE string VALUES single|married|divorced REQUIRED no FIELD dim_x83 TYPE string VALUES free|basic|pro|enterprise REQUIRED no FIELD val_q92 TYPE bool...
{"key_g23":"basic","key_c70":"2021-08-15T17:15:00Z","field_l25":"divorced","dim_x83":"enterprise","dim_e14":317.56,"attr_c02":false,"param_w70":296}
boolean_as_string
{ "type": "object", "properties": { "key_g23": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "key_c70": { "type": "string", "format": "date-time" }, "field_l25": { "type": "string", "enum": [ ...
{"key_g23": "basic", "key_c70": "2021-08-15T17:15:00Z", "field_l25": "divorced", "dim_x83": "enterprise", "dim_e14": 317.56, "attr_c02": "no", "param_w70": 296}
Field 'attr_c02' must be boolean, got string
{"key_g23":"basic","key_c70":"2021-08-15T17:15:00Z","field_l25":"divorced","dim_x83":"enterprise","dim_e14":317.56,"attr_c02":false,"param_w70":296}
TASK repair_structured_output SPEC FIELD val_m71 TYPE string VALUES level_1|level_2|level_3|level_4 REQUIRED yes FIELD param_n40 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD attr_p87 TYPE string REQUIRED no FIELD dim_u59 TYPE string_uri REQUIRED no BROKEN_OUTPUT {"val_m71":"level_3","param_...
{"val_m71":"level_3","param_n40":"homozygous","attr_p87":"example","dim_u59":"https://data.com/api"}
extra_text_after
{ "type": "object", "properties": { "val_m71": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4" ] }, "param_n40": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ]...
{"val_m71":"level_3","param_n40":"homozygous","attr_p87":"example","dim_u59":"https://data.com/api"} Let me know if you need anything else!
Output contains non-JSON text after the object
{"val_m71":"level_3","param_n40":"homozygous","attr_p87":"example","dim_u59":"https://data.com/api"}
TASK repair_structured_output SPEC FIELD published TYPE number REQUIRED yes FIELD insurance_id TYPE boolean REQUIRED yes FIELD account_id.allele TYPE string VALUES draft|published|archived REQUIRED yes FIELD account_id.coverage TYPE integer REQUIRED yes FIELD account_id.fleet_number TYPE number REQUIRED yes FIELD acco...
{"published":736.09,"insurance_id":true,"account_id":{"allele":"published","coverage":50,"fleet_number":954.68,"length":"PASS"}}
extra_field
{ "type": "object", "properties": { "published": { "type": "number" }, "insurance_id": { "type": "boolean" }, "account_id": { "type": "object", "properties": { "allele": { "type": "string", "enum": [ "draft", "published"...
{"published": 736.09, "insurance_id": true, "account_id": {"allele": "published", "coverage": 50, "fleet_number": 954.68, "length": "PASS"}, "extra_info_5728": true}
Unknown field 'extra_info_5728' not defined in schema
{"published":736.09,"insurance_id":true,"account_id":{"allele":"published","coverage":50,"fleet_number":954.68,"length":"PASS"}}
TASK repair_structured_output SPEC FIELD val_g35 TYPE null REQUIRED no FIELD attr_h21 TYPE string_date-time REQUIRED yes FIELD key_j45 TYPE integer REQUIRED no FIELD attr_f82 TYPE number REQUIRED yes BROKEN_OUTPUT The attr_f82 is 559.48 and {"attr_h21":"2025-05-05T15:11:00Z","key_j45":891,"attr_f82":559.48}
{"attr_h21":"2025-05-05T15:11:00Z","key_j45":891,"attr_f82":559.48}
partial_structure
{ "type": "object", "properties": { "val_g35": { "type": "null" }, "attr_h21": { "type": "string", "format": "date-time" }, "key_j45": { "type": "integer" }, "attr_f82": { "type": "number" } }, "required": [ "attr_f82", "attr_h21" ] }
The attr_f82 is 559.48 and {"attr_h21":"2025-05-05T15:11:00Z","key_j45":891,"attr_f82":559.48}
Output mixes natural language with JSON
{"attr_h21":"2025-05-05T15:11:00Z","key_j45":891,"attr_f82":559.48}
TASK repair_structured_output SPEC FIELD prop_v12 TYPE boolean REQUIRED yes FIELD attr_b27 TYPE boolean REQUIRED no FIELD param_h28 TYPE integer REQUIRED no FIELD field_h12 TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD dim_b01 TYPE string REQUIRED no FIELD prop_a20 TYPE string_uri REQUIRED no BROKEN...
{"prop_v12":false,"attr_b27":true,"field_h12":"white","dim_b01":"Sao Paulo"}
truncated_object
{ "type": "object", "properties": { "prop_v12": { "type": "boolean" }, "attr_b27": { "type": "boolean" }, "param_h28": { "type": "integer" }, "field_h12": { "type": "string", "enum": [ "red", "blue", "green", "black", ...
{"prop_v12":false,"attr_b27":true,"field_h12":"white","dim_b01":"Sao Paulo"
Unexpected end of JSON input — truncated object
{"prop_v12":false,"attr_b27":true,"field_h12":"white","dim_b01":"Sao Paulo"}
TASK repair_structured_output SPEC FIELD freight_class TYPE string_date-time REQUIRED yes FIELD umi TYPE string REQUIRED no FIELD status_code.id TYPE integer REQUIRED no FIELD status_code.shift_code TYPE string REQUIRED yes FIELD status_code.role TYPE boolean REQUIRED yes FIELD status_code.reagent TYPE string REQUIRED...
{"freight_class":"2024-02-23T15:43:00Z","status_code":{"shift_code":"Tokyo","role":false,"weight":"pending"},"tax":null,"lane":"basic","items":"returned","latitude":true,"vessel_name":"bar"}
invalid_enum
{ "type": "object", "properties": { "freight_class": { "type": "string", "format": "date-time" }, "umi": { "type": "string" }, "status_code": { "type": "object", "properties": { "id": { "type": "integer" }, "shift_code": { ...
{"freight_class": "2024-02-23T15:43:00Z", "status_code": {"shift_code": "Tokyo", "role": false, "weight": "pending"}, "tax": null, "lane": "basic", "items": "invalid_option_673", "latitude": true, "vessel_name": "bar"}
Field 'items' has invalid enum value 'invalid_option_673', expected one of ['new', 'in_transit', 'delivered', 'returned']
{"freight_class":"2024-02-23T15:43:00Z","status_code":{"shift_code":"Tokyo","role":false,"weight":"pending"},"tax":null,"lane":"basic","items":"returned","latitude":true,"vessel_name":"bar"}
TASK repair_structured_output SPEC FIELD barcode.terminal_id TYPE integer REQUIRED yes FIELD barcode.price TYPE string REQUIRED no FIELD barcode.comments TYPE string_date-time REQUIRED yes FIELD brake_pressure TYPE integer REQUIRED yes FIELD footnote.patient_id TYPE integer REQUIRED no FIELD footnote.first_name TYPE s...
{"barcode":{"terminal_id":683,"price":"GRCh38","comments":"2021-01-28T16:01:00Z"},"brake_pressure":435,"footnote":{"first_name":"https://www.com/v1","pressure_kpa":{"weight":256,"reagent":false,"items":986},"options":true}}
wrong_type
{ "type": "object", "properties": { "barcode": { "type": "object", "properties": { "terminal_id": { "type": "integer" }, "price": { "type": "string" }, "comments": { "type": "string", "format": "date-time" } ...
{"barcode": {"terminal_id": 683, "price": "GRCh38", "comments": "2021-01-28T16:01:00Z"}, "brake_pressure": "\"435\"", "footnote": {"first_name": "https://www.com/v1", "pressure_kpa": {"weight": 256, "reagent": false, "items": 986}, "options": true}}
Field 'brake_pressure' must be integer, got string
{"barcode":{"terminal_id":683,"price":"GRCh38","comments":"2021-01-28T16:01:00Z"},"brake_pressure":435,"footnote":{"first_name":"https://www.com/v1","pressure_kpa":{"weight":256,"reagent":false,"items":986},"options":true}}
TASK repair_structured_output SPEC FIELD fleet_number TYPE string REQUIRED yes FIELD timezone TYPE boolean REQUIRED yes FIELD span_id TYPE string REQUIRED no FIELD priority TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED no FIELD frequency_hz TYPE string REQUIRED no FIELD currency.address.price...
{"fleet_number":"pending","timezone":false,"frequency_hz":"Luis","currency":{"address":{"interest_rate":null,"website":"coastal","subject":"in_progress","loan_amount":"in_progress","coverage":false},"amount":270,"hazmat_code":"Santos","tags":"degraded","active":"small","count":"user@domain.com","medication":{"email":tr...
tool_call_python_syntax
{ "type": "object", "properties": { "fleet_number": { "type": "string" }, "timezone": { "type": "boolean" }, "span_id": { "type": "string" }, "priority": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", ...
search(fleet_number='pending', timezone=False, frequency_hz='Luis', currency={'address': {'interest_rate': None, 'website': 'coastal', 'subject': 'in_progress', 'loan_amount': 'in_progress', 'coverage': False}, 'amount': 270, 'hazmat_code': 'Santos', 'tags': 'degraded', 'active': 'small', 'count': 'user@domain.com', 'm...
Tool call uses Python syntax instead of JSON
{"fleet_number":"pending","timezone":false,"frequency_hz":"Luis","currency":{"address":{"interest_rate":null,"website":"coastal","subject":"in_progress","loan_amount":"in_progress","coverage":false},"amount":270,"hazmat_code":"Santos","tags":"degraded","active":"small","count":"user@domain.com","medication":{"email":tr...
TASK repair_structured_output SPEC FIELD field_j16 TYPE string REQUIRED no FIELD attr_b35 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD key_d90.attr_n06 TYPE number REQUIRED yes FIELD key_d90.param_i69 TYPE number REQUIRED yes FIELD key_d90.prop_v58 TYPE string VALUES mode...
{"field_j16":"FWD","attr_b35":"option_a","param_e65":946.6,"param_x10":"RTG-04","dim_s75":524.43}
missing_bracket
{ "type": "object", "properties": { "field_j16": { "type": "string" }, "attr_b35": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "key_d90": { "type": "object"...
{"field_j16":"FWD","attr_b35":"option_a","param_e65":946.6,"param_x10":"RTG-04","dim_s75":524.43}
Missing closing bracket
{"field_j16":"FWD","attr_b35":"option_a","param_e65":946.6,"param_x10":"RTG-04","dim_s75":524.43}
TASK repair_structured_output SPEC FIELD tax TYPE string REQUIRED yes FIELD procedure_code TYPE string VALUES type_a|type_b|type_c REQUIRED yes FIELD balance TYPE integer REQUIRED no FIELD company TYPE number REQUIRED no FIELD step TYPE number REQUIRED no FIELD insurance_id TYPE string REQUIRED no BROKEN_OUTPUT {"tax...
{"tax":"sample","procedure_code":"type_b","balance":584,"step":776.5}
extra_field
{ "type": "object", "properties": { "tax": { "type": "string" }, "procedure_code": { "type": "string", "enum": [ "type_a", "type_b", "type_c" ] }, "balance": { "type": "integer" }, "company": { "type": "number" }, "step"...
{"tax": "sample", "procedure_code": "type_b", "balance": 584, "step": 776.5, "extra_data_3008": true}
Unknown field 'extra_data_3008' not defined in schema
{"tax":"sample","procedure_code":"type_b","balance":584,"step":776.5}
TASK repair_structured_output SPEC FIELD dim_j70 TYPE string REQUIRED no FIELD prop_w42 TYPE string VALUES open|in_progress|resolved|closed REQUIRED no FIELD col_d01 TYPE string REQUIRED no FIELD attr_p56 TYPE number REQUIRED yes FIELD param_e98 TYPE boolean REQUIRED no FIELD prop_e85.dim_i94 TYPE string VALUES mode_a...
{"dim_j70":"Oliveira","prop_w42":"resolved","col_d01":"QC-07","attr_p56":505.4,"prop_e85":{"val_q87":[null,null,null,null]}}
missing_bracket
{ "type": "object", "properties": { "dim_j70": { "type": "string" }, "prop_w42": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "col_d01": { "type": "string" }, "attr_p56": { "type": "numb...
{"dim_j70":"Oliveira","prop_w42":"resolved","col_d01":"QC-07","attr_p56":505.4,"prop_e85":{"val_q87":null,null,null,null]}}
Missing closing bracket
{"dim_j70":"Oliveira","prop_w42":"resolved","col_d01":"QC-07","attr_p56":505.4,"prop_e85":{"val_q87":[null,null,null,null]}}
TASK repair_structured_output SPEC FIELD updated_at TYPE string REQUIRED no FIELD height TYPE integer REQUIRED no FIELD chromosome TYPE string REQUIRED yes FIELD procedure_code.decay_rate TYPE integer REQUIRED no FIELD procedure_code.consignee TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD proce...
{"chromosome":"Bob","procedure_code":{"decay_rate":648,"consignee":"moored","isotope":"2024-01-15","total":240,"version":528,"size":"QC-07","allele":"intermittent","lane":{"product_id":"type_a","bearing":"info","lane":true,"longitude":"https://data.io/v1"}},"tax":{"size":"https://www.com/data","diagnosis_code":46.09,"v...
extra_text_after
{ "type": "object", "properties": { "updated_at": { "type": "string" }, "height": { "type": "integer" }, "chromosome": { "type": "string" }, "procedure_code": { "type": "object", "properties": { "decay_rate": { "type": "integer" }, ...
{"chromosome":"Bob","procedure_code":{"decay_rate":648,"consignee":"moored","isotope":"2024-01-15","total":240,"version":528,"size":"QC-07","allele":"intermittent","lane":{"product_id":"type_a","bearing":"info","lane":true,"longitude":"https://data.io/v1"}},"tax":{"size":"https://www.com/data","diagnosis_code":46.09,"v...
Output contains non-JSON text after the object
{"chromosome":"Bob","procedure_code":{"decay_rate":648,"consignee":"moored","isotope":"2024-01-15","total":240,"version":528,"size":"QC-07","allele":"intermittent","lane":{"product_id":"type_a","bearing":"info","lane":true,"longitude":"https://data.io/v1"}},"tax":{"size":"https://www.com/data","diagnosis_code":46.09,"v...
TASK repair_structured_output SPEC FIELD val_q84 TYPE string REQUIRED no FIELD key_u36 TYPE boolean REQUIRED yes FIELD field_s80 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_b62.col_j40.key_f96 TYPE number REQUIRED no FIELD val_b62.col_j40.dim_c48 TYPE number REQUIRED yes FIELD val_b62.col_j40....
{"val_q84":"MV-Evergreen-01","key_u36":false,"field_s80":"green","val_b62":{"col_j40":{"key_f96":524.56,"dim_c48":755.41,"param_o45":"qux","param_p31":"PASS","param_p68":"GBP"},"dim_c17":"2024-01-15","prop_g47":"Alice"},"prop_h94":162,"attr_b47":"cancelled"}
extra_text_after
{ "type": "object", "properties": { "val_q84": { "type": "string" }, "key_u36": { "type": "boolean" }, "field_s80": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_b62": { "type":...
{"val_q84":"MV-Evergreen-01","key_u36":false,"field_s80":"green","val_b62":{"col_j40":{"key_f96":524.56,"dim_c48":755.41,"param_o45":"qux","param_p31":"PASS","param_p68":"GBP"},"dim_c17":"2024-01-15","prop_g47":"Alice"},"prop_h94":162,"attr_b47":"cancelled"} I've ensured all required fields are present.
Output contains non-JSON text after the object
{"val_q84":"MV-Evergreen-01","key_u36":false,"field_s80":"green","val_b62":{"col_j40":{"key_f96":524.56,"dim_c48":755.41,"param_o45":"qux","param_p31":"PASS","param_p68":"GBP"},"dim_c17":"2024-01-15","prop_g47":"Alice"},"prop_h94":162,"attr_b47":"cancelled"}
TASK repair_structured_output SPEC FIELD attr_n37 TYPE string REQUIRED yes FIELD key_m49 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD field_o30 TYPE string_uri REQUIRED yes FIELD key_e91 TYPE string VALUES mode_a|mode_b|mode_c REQUIRED yes BROKEN_OUTPUT {"attr_n37":"chrX","field_o30":"http...
{"attr_n37":"chrX","field_o30":"https://data.com/api","key_e91":"mode_a"}
trailing_comma
{ "type": "object", "properties": { "attr_n37": { "type": "string" }, "key_m49": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "field_o30": { "type": "string", "format": ...
{"attr_n37":"chrX","field_o30":"https://data.com/api","key_e91":"mode_a",}
Unexpected trailing comma
{"attr_n37":"chrX","field_o30":"https://data.com/api","key_e91":"mode_a"}
TASK repair_structured_output SPEC FIELD annotation TYPE integer REQUIRED yes FIELD shipping TYPE integer REQUIRED no FIELD thumbnail TYPE integer REQUIRED no FIELD ward.phenotype TYPE string VALUES active|inactive|pending REQUIRED yes FIELD ward.filter_flag TYPE string VALUES success|error|warning|info REQUIRED yes F...
{"annotation":722,"shipping":402,"thumbnail":316,"ward":{"phenotype":"pending","filter_flag":"warning","hazmat_code":"free","chromosome":"cancelled"}}
extra_field
{ "type": "object", "properties": { "annotation": { "type": "integer" }, "shipping": { "type": "integer" }, "thumbnail": { "type": "integer" }, "ward": { "type": "object", "properties": { "phenotype": { "type": "string", "enum": [...
{"annotation": 722, "shipping": 402, "thumbnail": 316, "ward": {"phenotype": "pending", "filter_flag": "warning", "hazmat_code": "free", "chromosome": "cancelled"}, "extra_value_899": 42}
Unknown field 'extra_value_899' not defined in schema
{"annotation":722,"shipping":402,"thumbnail":316,"ward":{"phenotype":"pending","filter_flag":"warning","hazmat_code":"free","chromosome":"cancelled"}}
TASK repair_structured_output SPEC FIELD medication TYPE string VALUES single|married|divorced REQUIRED yes FIELD payment_status TYPE string REQUIRED yes FIELD total TYPE string_email REQUIRED yes FIELD subject TYPE boolean REQUIRED no FIELD due_date.address.status TYPE string REQUIRED yes FIELD due_date.address.crew_...
{"medication":"divorced","payment_status":"Silva","total":"test@domain.org","due_date":{"address":{"status":"Johnson","crew_id":351,"active":false,"url":true,"start_date":"Oliveira","address":"info"},"frequency_hz":"John","items":false,"shipping":"foo"},"temp_celsius":271}
extra_field
{ "type": "object", "properties": { "medication": { "type": "string", "enum": [ "single", "married", "divorced" ] }, "payment_status": { "type": "string" }, "total": { "type": "string", "format": "email" }, "subject": { "t...
{"medication": "divorced", "payment_status": "Silva", "total": "test@domain.org", "due_date": {"address": {"status": "Johnson", "crew_id": 351, "active": false, "url": true, "start_date": "Oliveira", "address": "info"}, "frequency_hz": "John", "items": false, "shipping": "foo"}, "temp_celsius": 271, "extra_data_6018": ...
Unknown field 'extra_data_6018' not defined in schema
{"medication":"divorced","payment_status":"Silva","total":"test@domain.org","due_date":{"address":{"status":"Johnson","crew_id":351,"active":false,"url":true,"start_date":"Oliveira","address":"info"},"frequency_hz":"John","items":false,"shipping":"foo"},"temp_celsius":271}
TASK repair_structured_output SPEC FIELD reagent TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED no FIELD insurance_id TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD age TYPE string VALUES type_a|type_b REQUIRED no FIELD berth_slot TYPE string VALUES single|married|divorced REQUIRED yes ...
{"reagent":"cat_b","insurance_id":"cat_d","berth_slot":"divorced","subtotal":"blue"}
extra_text_before
{ "type": "object", "properties": { "reagent": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d", "cat_e", "cat_f" ] }, "insurance_id": { "type": "string", "enum": [ "cat_a", "cat_b", "ca...
Sure, here's the result: {"reagent":"cat_b","insurance_id":"cat_d","berth_slot":"divorced","subtotal":"blue"}
Output contains non-JSON text before the object
{"reagent":"cat_b","insurance_id":"cat_d","berth_slot":"divorced","subtotal":"blue"}
TASK repair_structured_output SPEC FIELD prop_u45 TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD prop_g08 TYPE string VALUES email|phone|sms|push REQUIRED no FIELD key_z49 TYPE integer REQUIRED yes BROKEN_OUTPUT check_availability(prop_u45='large', prop_g08='email', key_z49=511)
{"prop_u45":"large","prop_g08":"email","key_z49":511}
tool_call_python_syntax
{ "type": "object", "properties": { "prop_u45": { "type": "string", "enum": [ "small", "medium", "large", "xl" ] }, "prop_g08": { "type": "string", "enum": [ "email", "phone", "sms", "push" ] }, "...
check_availability(prop_u45='large', prop_g08='email', key_z49=511)
Tool call uses Python syntax instead of JSON
{"prop_u45":"large","prop_g08":"email","key_z49":511}
TASK repair_structured_output SPEC FIELD attr_z73 TYPE string REQUIRED no FIELD param_s89 TYPE string_uri REQUIRED yes FIELD dim_i41 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes BROKEN_OUTPUT {"attr_z73":"https://api.example.com/v1","param_s89":"https://api.org/v1","dim_i41":"escalated"
{"attr_z73":"https://api.example.com/v1","param_s89":"https://api.org/v1","dim_i41":"escalated"}
truncated_array
{ "type": "object", "properties": { "attr_z73": { "type": "string" }, "param_s89": { "type": "string", "format": "uri" }, "dim_i41": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] } ...
{"attr_z73":"https://api.example.com/v1","param_s89":"https://api.org/v1","dim_i41":"escalated"
Unexpected end of JSON input — truncated object
{"attr_z73":"https://api.example.com/v1","param_s89":"https://api.org/v1","dim_i41":"escalated"}
TASK repair_structured_output SPEC FIELD manifest_ref TYPE string_email REQUIRED no FIELD length TYPE string VALUES admin|editor|viewer REQUIRED no FIELD quantity TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD width TYPE boolean REQUIRED yes FIELD title TYPE string REQUIRED no FIELD loan_amount TYPE string...
{"manifest_ref":"info@test.io","length":"editor","quantity":"push","width":true,"title":"active","loan_amount":"user@example.com","status_code":319,"phenotype":"info@test.io"}
tool_call_partial_args
{ "type": "object", "properties": { "manifest_ref": { "type": "string", "format": "email" }, "length": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "quantity": { "type": "string", "enum": [ "email", ...
I need to look up the information first. Action: delete_item Arguments: {"manifest_ref": "info@test.io", "length": "editor", "quantity": "push", "title": "active", "loan_amount": "user@example.com", "status_code": 319, "phenotype": "info@test.io"}
Agent tool call missing required parameter 'width'
{"manifest_ref":"info@test.io","length":"editor","quantity":"push","width":true,"title":"active","loan_amount":"user@example.com","status_code":319,"phenotype":"info@test.io"}
TASK repair_structured_output SPEC FIELD umi.batch_code TYPE integer REQUIRED yes FIELD umi.trace_id TYPE integer REQUIRED yes FIELD umi.turbidity TYPE string REQUIRED no FIELD umi.state[].category TYPE string VALUES single|married|divorced REQUIRED yes FIELD umi.state[].tags TYPE integer REQUIRED no FIELD umi.state[]...
{"umi":{"batch_code":555,"trace_id":467,"turbidity":"Paris","state":[{"category":"married","tags":198,"invoice_id":"qux","span_id":200,"compound":"type_a"},{"category":"divorced","tags":176,"invoice_id":"chr1","span_id":947,"compound":"type_b"}]},"subject":660,"freight_class":24.92,"throttle_pos":93,"image_url":"mode_b...
number_with_unit
{ "type": "object", "properties": { "umi": { "type": "object", "properties": { "batch_code": { "type": "integer" }, "trace_id": { "type": "integer" }, "turbidity": { "type": "string" }, "state": { "type":...
{"umi": {"batch_code": 555, "trace_id": 467, "turbidity": "Paris", "state": [{"category": "married", "tags": 198, "invoice_id": "qux", "span_id": 200, "compound": "type_a"}, {"category": "divorced", "tags": 176, "invoice_id": "chr1", "span_id": 947, "compound": "type_b"}]}, "subject": "660ms", "freight_class": 24.92, "...
Field 'subject' must be number, got string with unit
{"umi":{"batch_code":555,"trace_id":467,"turbidity":"Paris","state":[{"category":"married","tags":198,"invoice_id":"qux","span_id":200,"compound":"type_a"},{"category":"divorced","tags":176,"invoice_id":"chr1","span_id":947,"compound":"type_b"}]},"subject":660,"freight_class":24.92,"throttle_pos":93,"image_url":"mode_b...
TASK repair_structured_output SPEC FIELD isotope TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD lab_result TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD batch_code TYPE string REQUIRED no BROKEN_OUTPUT Result: lab_result=free, {"isotope":"type_b","lab_result":"free",...
{"isotope":"type_b","lab_result":"free","batch_code":"2024-06-30"}
partial_structure
{ "type": "object", "properties": { "isotope": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "lab_result": { "type": "string", "enum": [ "free", "basic", ...
Result: lab_result=free, {"isotope":"type_b","lab_result":"free","batch_code":"2024-06-30"}
Output mixes natural language with JSON
{"isotope":"type_b","lab_result":"free","batch_code":"2024-06-30"}
TASK repair_structured_output SPEC FIELD longitude TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD yield_pct TYPE string_email REQUIRED yes FIELD company TYPE string REQUIRED no FIELD commit_hash TYPE string REQUIRED no FIELD amplitude.date TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f ...
{"yield_pct":"info@test.io","commit_hash":"REV","amplitude":{"date":"type_c","berth_slot":"2024-01-15","shipper_ref":930,"published":537}}
markdown_explanation
{ "type": "object", "properties": { "longitude": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d" ] }, "yield_pct": { "type": "string", "format": "email" }, "company": { "type": "string" }, "commit_ha...
Sure, here's the result: ```json {"yield_pct":"info@test.io","commit_hash":"REV","amplitude":{"date":"type_c","berth_slot":"2024-01-15","shipper_ref":930,"published":537}} ``` Hope this helps!
Output contains markdown and explanatory text around JSON
{"yield_pct":"info@test.io","commit_hash":"REV","amplitude":{"date":"type_c","berth_slot":"2024-01-15","shipper_ref":930,"published":537}}
TASK repair_structured_output SPEC FIELD company TYPE string REQUIRED yes FIELD website TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED yes FIELD altitude.quality_score TYPE boolean REQUIRED yes FIELD altitude.options TYPE string_email REQUIRED yes FIELD altitude.bill_of_lading.collateral TYPE bool...
{"company":"hello","website":"frameshift"}
agent_chain
{ "type": "object", "properties": { "company": { "type": "string" }, "website": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "altitude": { "type": "object", "properties": { "quali...
I need to look up the information first. Action: track_vessel Result: {"company": "hello"} I'll query our database. Action: align_reads Result:
Agent multi-step chain with truncated tool output
{"company":"hello","website":"frameshift"}
TASK repair_structured_output SPEC FIELD dim_b65 TYPE string_email REQUIRED yes FIELD param_u46 TYPE string VALUES pending_review|confirmed|rejected|escalated REQUIRED yes FIELD key_b74 TYPE string REQUIRED yes BROKEN_OUTPUT {"dim_b65":"test@domain.org","param_u46":"pending_review","key_b74":"2024-01-15"
{"dim_b65":"test@domain.org","param_u46":"pending_review","key_b74":"2024-01-15"}
truncated_object
{ "type": "object", "properties": { "dim_b65": { "type": "string", "format": "email" }, "param_u46": { "type": "string", "enum": [ "pending_review", "confirmed", "rejected", "escalated" ] }, "key_b74": { "type": "string" } ...
{"dim_b65":"test@domain.org","param_u46":"pending_review","key_b74":"2024-01-15"
Unexpected end of JSON input — truncated object
{"dim_b65":"test@domain.org","param_u46":"pending_review","key_b74":"2024-01-15"}
TASK repair_structured_output SPEC FIELD filter_flag TYPE string VALUES active|inactive|pending REQUIRED no FIELD vital_sign TYPE boolean REQUIRED yes FIELD turbidity TYPE string REQUIRED no FIELD hazmat_code TYPE boolean REQUIRED yes FIELD altitude TYPE string REQUIRED no FIELD company TYPE integer REQUIRED yes FIELD...
{"filter_flag":"active","vital_sign":true,"turbidity":"cancelled","hazmat_code":false,"altitude":"Alice","company":889,"score":783}
tool_call_python_syntax
{ "type": "object", "properties": { "filter_flag": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "vital_sign": { "type": "boolean" }, "turbidity": { "type": "string" }, "hazmat_code": { "type": "boolean" ...
check_cargo_manifest(filter_flag='active', vital_sign=True, turbidity='cancelled', hazmat_code=False, altitude='Alice', company=889, score=783)
Tool call uses Python syntax instead of JSON
{"filter_flag":"active","vital_sign":true,"turbidity":"cancelled","hazmat_code":false,"altitude":"Alice","company":889,"score":783}
TASK repair_structured_output SPEC FIELD col_c83 TYPE string REQUIRED yes FIELD attr_a03.prop_l19 TYPE number REQUIRED yes FIELD attr_a03.field_v88 TYPE boolean REQUIRED yes FIELD attr_a03.key_z31[].field_d34 TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED yes FIELD attr_a03.key_z31[].prop_z53 TYPE inte...
{"col_c83":"pending","attr_a03":{"prop_l19":115.35,"field_v88":false,"key_z31":[{"field_d34":"hemizygous","attr_r07":251},{"field_d34":"hemizygous","attr_r07":309},{"field_d34":"homozygous","attr_r07":520}],"val_p14":[{"val_w67":129.82,"field_d93":"viewer","field_n09":"chr1","dim_y66":["A short description.","active"]}...
markdown_fences
{ "type": "object", "properties": { "col_c83": { "type": "string" }, "attr_a03": { "type": "object", "properties": { "prop_l19": { "type": "number" }, "field_v88": { "type": "boolean" }, "key_z31": { "type": "array",...
```json {"col_c83":"pending","attr_a03":{"prop_l19":115.35,"field_v88":false,"key_z31":[{"field_d34":"hemizygous","attr_r07":251},{"field_d34":"hemizygous","attr_r07":309},{"field_d34":"homozygous","attr_r07":520}],"val_p14":[{"val_w67":129.82,"field_d93":"viewer","field_n09":"chr1","dim_y66":["A short description.","a...
Output contains markdown code fences
{"col_c83":"pending","attr_a03":{"prop_l19":115.35,"field_v88":false,"key_z31":[{"field_d34":"hemizygous","attr_r07":251},{"field_d34":"hemizygous","attr_r07":309},{"field_d34":"homozygous","attr_r07":520}],"val_p14":[{"val_w67":129.82,"field_d93":"viewer","field_n09":"chr1","dim_y66":["A short description.","active"]}...
TASK repair_structured_output SPEC FIELD sensor_id TYPE string VALUES homozygous|heterozygous|hemizygous REQUIRED no FIELD vital_sign TYPE number REQUIRED no FIELD timezone TYPE string REQUIRED no FIELD published TYPE integer REQUIRED yes FIELD velocity TYPE integer REQUIRED no FIELD bill_of_lading TYPE string REQUIRE...
{"timezone":"Sao Paulo","published":167,"velocity":763,"due_date":972,"order_id":{"dosage":"https://www.com/data","interest_rate":50,"product_id":"REV","strand":"missense","tile":"escalated","temp_celsius":"Berlin"}}
truncated_array
{ "type": "object", "properties": { "sensor_id": { "type": "string", "enum": [ "homozygous", "heterozygous", "hemizygous" ] }, "vital_sign": { "type": "number" }, "timezone": { "type": "string" }, "published": { "type": "integer...
{"timezone":"Sao Paulo","published":167,"velocity":763,"due_date":972,"order_id":{"dosage":"https://www.com/data","interest_rate":50,"product_id":"REV","strand":"missense","tile":"escalated","temp_celsius":"Berlin"}
Unexpected end of JSON input — truncated object
{"timezone":"Sao Paulo","published":167,"velocity":763,"due_date":972,"order_id":{"dosage":"https://www.com/data","interest_rate":50,"product_id":"REV","strand":"missense","tile":"escalated","temp_celsius":"Berlin"}}
TASK repair_structured_output SPEC FIELD dim_z15 TYPE boolean REQUIRED yes FIELD prop_s22.param_p57 TYPE integer REQUIRED yes FIELD prop_s22.col_a55 TYPE number REQUIRED no FIELD prop_s22.dim_p45 TYPE string REQUIRED no FIELD prop_s22.attr_q84.val_x68 TYPE string REQUIRED yes FIELD prop_s22.attr_q84.param_i95 TYPE str...
{"dim_z15":false,"prop_s22":{"param_p57":708,"col_a55":958.75,"attr_q84":{"val_x68":"Alice","param_i95":"demo","col_h40":"2024-04-12T05:04:00Z","dim_l34":"REV"},"col_w72":{"col_u24":"level_1","val_j49":894,"attr_g84":"bar","param_u90":"free"},"prop_e08":false,"dim_d54":"cat_b"},"val_m21":{"param_n33":"A short descripti...
thought_process
{ "type": "object", "properties": { "dim_z15": { "type": "boolean" }, "prop_s22": { "type": "object", "properties": { "param_p57": { "type": "integer" }, "col_a55": { "type": "number" }, "dim_p45": { "type": "string"...
Breaking down the requirements: - Must include all required fields - Types must match the schema - Values should be realistic {"dim_z15":false,"prop_s22":{"param_p57":708,"col_a55":958.75,"attr_q84":{"val_x68":"Alice","param_i95":"demo","col_h40":"2024-04-12T05:04:00Z","dim_l34":"REV"},"col_w72":{"col_u24":"level_1",...
Output contains chain-of-thought reasoning before JSON
{"dim_z15":false,"prop_s22":{"param_p57":708,"col_a55":958.75,"attr_q84":{"val_x68":"Alice","param_i95":"demo","col_h40":"2024-04-12T05:04:00Z","dim_l34":"REV"},"col_w72":{"col_u24":"level_1","val_j49":894,"attr_g84":"bar","param_u90":"free"},"prop_e08":false,"dim_d54":"cat_b"},"val_m21":{"param_n33":"A short descripti...
TASK repair_structured_output SPEC FIELD span_id TYPE string REQUIRED yes FIELD zip_code.category TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD zip_code.deploy_target TYPE string REQUIRED yes FIELD zip_code.transaction_id TYPE string REQUIRED yes FIELD zip_code.filter_flag TYPE string_d...
{"span_id":"chr1","zip_code":{"category":"degraded","deploy_target":"Smith","transaction_id":"https://api.example.com/v1","product_id":271,"timezone":"Paris"},"position":311.63}
partial_structure
{ "type": "object", "properties": { "span_id": { "type": "string" }, "zip_code": { "type": "object", "properties": { "category": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance"...
Based on the data, span_id is chr1. {"span_id":"chr1","zip_code":{"category":"degraded","deploy_target":"Smith","transaction_id":"https://api.example.com/v1","product_id":271,"timezone":"Paris"},"position":311.63}
Output mixes natural language with JSON
{"span_id":"chr1","zip_code":{"category":"degraded","deploy_target":"Smith","transaction_id":"https://api.example.com/v1","product_id":271,"timezone":"Paris"},"position":311.63}
TASK repair_structured_output SPEC FIELD field_s11 TYPE number REQUIRED yes FIELD col_r43 TYPE integer REQUIRED no FIELD field_v66 TYPE string_date-time REQUIRED yes BROKEN_OUTPUT <functioncall> check_cargo_manifest {field_s11: 180.54, field_v66: "2026-10-11T07:06:00Z"}
{"field_s11":180.54,"field_v66":"2026-10-11T07:06:00Z"}
tool_call_bad_format
{ "type": "object", "properties": { "field_s11": { "type": "number" }, "col_r43": { "type": "integer" }, "field_v66": { "type": "string", "format": "date-time" } }, "required": [ "field_v66", "field_s11" ] }
<functioncall> check_cargo_manifest {field_s11: 180.54, field_v66: "2026-10-11T07:06:00Z"}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_s11":180.54,"field_v66":"2026-10-11T07:06:00Z"}
TASK repair_structured_output SPEC FIELD attr_y87 TYPE null REQUIRED no FIELD dim_v27 TYPE string VALUES low|medium|high|critical REQUIRED no FIELD val_v11 TYPE string REQUIRED yes FIELD param_m45.attr_e30 TYPE boolean REQUIRED yes FIELD param_m45.dim_v97 TYPE integer REQUIRED yes FIELD param_m45.val_f66.dim_v23 TYPE ...
{"attr_y87":null,"dim_v27":"critical","val_v11":"John","param_m45":{"attr_e30":false,"dim_v97":584,"val_f66":{"dim_v23":"degraded","val_r81":"editor","field_d61":"qux","key_z40":"editor","param_z69":"Smith","attr_c05":875},"dim_l86":null,"val_a41":"A short description.","attr_k82":"Paris","val_g95":123},"val_c05":"user...
truncated_array
{ "type": "object", "properties": { "attr_y87": { "type": "null" }, "dim_v27": { "type": "string", "enum": [ "low", "medium", "high", "critical" ] }, "val_v11": { "type": "string" }, "param_m45": { "type": "object", ...
{"attr_y87":null,"dim_v27":"critical","val_v11":"John","param_m45":{"attr_e30":false,"dim_v97":584,"val_f66":{"dim_v23":"degraded","val_r81":"editor","field_d61":"qux","key_z40":"editor","param_z69":"Smith","attr_c05":875},"dim_l86":null,"val_a41":"A short description.","attr_k82":"Paris","val_g95":123},"val_c05":"user...
Unexpected end of JSON input — truncated object
{"attr_y87":null,"dim_v27":"critical","val_v11":"John","param_m45":{"attr_e30":false,"dim_v97":584,"val_f66":{"dim_v23":"degraded","val_r81":"editor","field_d61":"qux","key_z40":"editor","param_z69":"Smith","attr_c05":875},"dim_l86":null,"val_a41":"A short description.","attr_k82":"Paris","val_g95":123},"val_c05":"user...
TASK repair_structured_output SPEC FIELD patient_id TYPE integer REQUIRED no FIELD lane TYPE string_email REQUIRED yes FIELD strand.altitude TYPE number REQUIRED no FIELD strand.aligned_pct TYPE string_uri REQUIRED no FIELD strand.tile.email TYPE number REQUIRED yes FIELD strand.tile.user_id TYPE string REQUIRED no FI...
{"patient_id":973,"lane":"test@domain.org","strand":{"altitude":838.09,"description":904.38,"zip_code":"PASS","amplitude":true}}
truncated_object
{ "type": "object", "properties": { "patient_id": { "type": "integer" }, "lane": { "type": "string", "format": "email" }, "strand": { "type": "object", "properties": { "altitude": { "type": "number" }, "aligned_pct": { "ty...
{"patient_id":973,"lane":"test@domain.org","strand":{"altitude":838.09,"description":904.38,"zip_code":"PASS","amplitude":true}
Unexpected end of JSON input — truncated object
{"patient_id":973,"lane":"test@domain.org","strand":{"altitude":838.09,"description":904.38,"zip_code":"PASS","amplitude":true}}
TASK repair_structured_output SPEC FIELD field_u97 TYPE boolean REQUIRED yes FIELD col_x81.param_n35 TYPE string VALUES active|inactive|pending REQUIRED yes FIELD col_x81.key_t92 TYPE null REQUIRED yes FIELD col_x81.param_o48 TYPE boolean REQUIRED no FIELD col_x81.val_j60 TYPE string VALUES operational|degraded|offlin...
{"field_u97":false,"col_x81":{"param_n35":"inactive","key_t92":null,"val_j60":"operational","field_e53":"2023-11-07T12:35:00Z","field_i68":587},"param_v00":{"field_z30":"missense","param_j69":true}}
extra_field
{ "type": "object", "properties": { "field_u97": { "type": "boolean" }, "col_x81": { "type": "object", "properties": { "param_n35": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, ...
{"field_u97": false, "col_x81": {"param_n35": "inactive", "key_t92": null, "val_j60": "operational", "field_e53": "2023-11-07T12:35:00Z", "field_i68": 587}, "param_v00": {"field_z30": "missense", "param_j69": true}, "extra_value_4261": "unexpected"}
Unknown field 'extra_value_4261' not defined in schema
{"field_u97":false,"col_x81":{"param_n35":"inactive","key_t92":null,"val_j60":"operational","field_e53":"2023-11-07T12:35:00Z","field_i68":587},"param_v00":{"field_z30":"missense","param_j69":true}}
TASK repair_structured_output SPEC FIELD dim_l60 TYPE string VALUES mode_a|mode_b REQUIRED no FIELD field_d24 TYPE integer REQUIRED no FIELD attr_l32 TYPE number REQUIRED yes FIELD prop_n82 TYPE string REQUIRED no FIELD key_h96 TYPE string VALUES type_a|type_b REQUIRED yes FIELD col_c23 TYPE integer REQUIRED no BROKE...
{"dim_l60":"mode_b","attr_l32":118.92,"prop_n82":"demo","key_h96":"type_a","col_c23":350}
missing_required
{ "type": "object", "properties": { "dim_l60": { "type": "string", "enum": [ "mode_a", "mode_b" ] }, "field_d24": { "type": "integer" }, "attr_l32": { "type": "number" }, "prop_n82": { "type": "string" }, "key_h96": { "typ...
{"dim_l60": "mode_b", "attr_l32": 118.92, "prop_n82": "demo", "col_c23": 350}
Required field 'key_h96' is missing
{"dim_l60":"mode_b","attr_l32":118.92,"prop_n82":"demo","key_h96":"type_a","col_c23":350}
TASK repair_structured_output SPEC FIELD attr_n26 TYPE string VALUES option_a|option_b|option_c REQUIRED yes FIELD col_u24 TYPE boolean REQUIRED no FIELD param_y01 TYPE integer REQUIRED no FIELD col_b85 TYPE string VALUES single|married|divorced REQUIRED no BROKEN_OUTPUT I need to look up the information first. Actio...
{"attr_n26":"option_c","param_y01":310,"col_b85":"married"}
tool_call_partial_args
{ "type": "object", "properties": { "attr_n26": { "type": "string", "enum": [ "option_a", "option_b", "option_c" ] }, "col_u24": { "type": "boolean" }, "param_y01": { "type": "integer" }, "col_b85": { "type": "string", "en...
I need to look up the information first. Action: call_variants Arguments: {"param_y01": 310, "col_b85": "married"}
Agent tool call missing required parameter 'attr_n26'
{"attr_n26":"option_c","param_y01":310,"col_b85":"married"}
TASK repair_structured_output SPEC FIELD category TYPE string REQUIRED no FIELD city TYPE string REQUIRED yes FIELD start_date TYPE integer REQUIRED no FIELD tags[].language TYPE boolean REQUIRED yes FIELD tags[].chapter TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED no FIELD tags[].annotation TYPE string R...
{"category":"REV","city":"user@domain.com","tags":[{"language":false,"chapter":"inland","annotation":"foo","freight_class":557.34,"transaction_id":"Sao Paulo"}],"bill_of_lading":["cat_e","cat_b","cat_e","cat_c"]}
missing_required
{ "type": "object", "properties": { "category": { "type": "string" }, "city": { "type": "string" }, "start_date": { "type": "integer" }, "tags": { "type": "array", "items": { "type": "object", "properties": { "language": { ...
{"category": "REV", "tags": [{"language": false, "chapter": "inland", "annotation": "foo", "freight_class": 557.34, "transaction_id": "Sao Paulo"}], "bill_of_lading": ["cat_e", "cat_b", "cat_e", "cat_c"]}
Required field 'city' is missing
{"category":"REV","city":"user@domain.com","tags":[{"language":false,"chapter":"inland","annotation":"foo","freight_class":557.34,"transaction_id":"Sao Paulo"}],"bill_of_lading":["cat_e","cat_b","cat_e","cat_c"]}
TASK repair_structured_output SPEC FIELD field_x66 TYPE null REQUIRED yes FIELD param_j68 TYPE string VALUES new|in_transit|delivered|returned REQUIRED yes FIELD field_h21.val_s34 TYPE string VALUES admin|editor|viewer REQUIRED no FIELD field_h21.attr_d45 TYPE string_date-time REQUIRED no FIELD field_h21.key_m14 TYPE ...
{"field_x66":null,"param_j68":"new","field_h21":{"val_s34":"viewer","prop_d47":"2024-01-15","col_s84":false,"field_x22":"Johnson","key_r87":"user@domain.org","field_l80":"user@domain.com"}}
tool_call_partial_args
{ "type": "object", "properties": { "field_x66": { "type": "null" }, "param_j68": { "type": "string", "enum": [ "new", "in_transit", "delivered", "returned" ] }, "field_h21": { "type": "object", "properties": { "val_s34"...
I need to look up the information first. Action: apply_discount Arguments: {"field_x66": null, "field_h21": {"val_s34": "viewer", "prop_d47": "2024-01-15", "col_s84": false, "field_x22": "Johnson", "key_r87": "user@domain.org", "field_l80": "user@domain.com"}}
Agent tool call missing required parameter 'param_j68'
{"field_x66":null,"param_j68":"new","field_h21":{"val_s34":"viewer","prop_d47":"2024-01-15","col_s84":false,"field_x22":"Johnson","key_r87":"user@domain.org","field_l80":"user@domain.com"}}
TASK repair_structured_output SPEC FIELD key_g05 TYPE null REQUIRED yes FIELD param_i62 TYPE string VALUES type_a|type_b REQUIRED no FIELD col_d91 TYPE integer REQUIRED yes FIELD prop_i15 TYPE string VALUES type_a|type_b|type_c|type_d|type_e REQUIRED yes BROKEN_OUTPUT {"key_g05":null,"col_d91":922,"prop_i15":"type_e"...
{"key_g05":null,"col_d91":922,"prop_i15":"type_e"}
missing_bracket
{ "type": "object", "properties": { "key_g05": { "type": "null" }, "param_i62": { "type": "string", "enum": [ "type_a", "type_b" ] }, "col_d91": { "type": "integer" }, "prop_i15": { "type": "string", "enum": [ "type_a", ...
{"key_g05":null,"col_d91":922,"prop_i15":"type_e"}
Missing closing bracket
{"key_g05":null,"col_d91":922,"prop_i15":"type_e"}
TASK repair_structured_output SPEC FIELD field_v34 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD param_b05 TYPE string REQUIRED no FIELD col_q67[].dim_q73 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD col_q67[].prop_g05 TYPE string REQUIRED no FIELD col_q67[...
{"field_v34":"cat_b","param_b05":"inactive","col_q67":[{"dim_q73":"option_b","param_m44":"FWD","attr_a99":672}]}
agent_chain
{ "type": "object", "properties": { "field_v34": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "param_b05": { "type": "string" }, "col_q67": { "type": "array", "items": { "type": "object", ...
Let me check the system. Action: process_payment Result: {"param_b05": "inactive", "col_q67": [{"dim_q73": "option_b", "param_m44": "FWD", "attr_a99": 672}]} I'll query our database. Action: queue_sequencing_run Result:
Agent multi-step chain with truncated tool output
{"field_v34":"cat_b","param_b05":"inactive","col_q67":[{"dim_q73":"option_b","param_m44":"FWD","attr_a99":672}]}
TASK repair_structured_output SPEC FIELD span_id TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD amount TYPE string REQUIRED no FIELD trace_id TYPE string_email REQUIRED yes BROKEN_OUTPUT {"span_id": "USD", "amount": "MV-Evergreen-01"}
{"span_id":"USD","amount":"MV-Evergreen-01","trace_id":"ops@test.io"}
missing_required
{ "type": "object", "properties": { "span_id": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, "amount": { "type": "string" }, "trace_id": { "type": "string", "format": "email" } }, "required...
{"span_id": "USD", "amount": "MV-Evergreen-01"}
Required field 'trace_id' is missing
{"span_id":"USD","amount":"MV-Evergreen-01","trace_id":"ops@test.io"}
TASK repair_structured_output SPEC FIELD quality_score TYPE string REQUIRED yes FIELD repository TYPE number REQUIRED yes FIELD order_id.subject TYPE boolean REQUIRED no FIELD order_id.cargo_type TYPE boolean REQUIRED no FIELD order_id.quantity TYPE string REQUIRED yes FIELD company TYPE string VALUES USD|EUR|GBP|BRL|...
{"quality_score":"Tokyo","repository":679.9,"order_id":{"subject":false,"quantity":"PASS"},"company":"JPY"}
single_quotes
{ "type": "object", "properties": { "quality_score": { "type": "string" }, "repository": { "type": "number" }, "order_id": { "type": "object", "properties": { "subject": { "type": "boolean" }, "cargo_type": { "type": "boolean" ...
{'quality_score':'Tokyo','repository':679.9,'order_id':{'subject':false,'quantity':'PASS'},'company':'JPY'}
Expecting property name enclosed in double quotes
{"quality_score":"Tokyo","repository":679.9,"order_id":{"subject":false,"quantity":"PASS"},"company":"JPY"}
TASK repair_structured_output SPEC FIELD commit_hash TYPE string VALUES draft|published|archived REQUIRED no FIELD level TYPE string VALUES USD|EUR|GBP|BRL|JPY REQUIRED no FIELD bill_of_lading TYPE string VALUES berthed|anchored|underway|moored REQUIRED no FIELD section TYPE null REQUIRED no FIELD longitude TYPE strin...
{"commit_hash":"archived","level":"BRL","bill_of_lading":"berthed","section":null,"longitude":"Berlin"}
single_quotes
{ "type": "object", "properties": { "commit_hash": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "level": { "type": "string", "enum": [ "USD", "EUR", "GBP", "BRL", "JPY" ] }, ...
{'commit_hash':'archived','level':'BRL','bill_of_lading':'berthed','section':null,'longitude':'Berlin'}
Expecting property name enclosed in double quotes
{"commit_hash":"archived","level":"BRL","bill_of_lading":"berthed","section":null,"longitude":"Berlin"}
TASK repair_structured_output SPEC FIELD build_status TYPE string REQUIRED yes FIELD first_name TYPE integer REQUIRED yes FIELD title[] TYPE string REQUIRED no BROKEN_OUTPUT {build_status:"Paris",first_name:885}
{"build_status":"Paris","first_name":885}
unquoted_keys
{ "type": "object", "properties": { "build_status": { "type": "string" }, "first_name": { "type": "integer" }, "title": { "type": "array", "items": { "type": "string" } } }, "required": [ "build_status", "first_name" ] }
{build_status:"Paris",first_name:885}
Expecting property name enclosed in double quotes
{"build_status":"Paris","first_name":885}
TASK repair_structured_output SPEC FIELD subtotal TYPE string REQUIRED no FIELD length TYPE string VALUES open|in_progress|resolved|closed REQUIRED yes FIELD age.category TYPE string VALUES small|medium|large|xl REQUIRED yes FIELD age.latitude TYPE string VALUES draft|published|archived REQUIRED no FIELD age.footnote ...
{"length":"in_progress","title":{"age":390,"payment_status":159.48,"latitude":[561.61,874.66]}}
markdown_fences
{ "type": "object", "properties": { "subtotal": { "type": "string" }, "length": { "type": "string", "enum": [ "open", "in_progress", "resolved", "closed" ] }, "age": { "type": "object", "properties": { "category": { ...
```json {"length":"in_progress","title":{"age":390,"payment_status":159.48,"latitude":[561.61,874.66]}} ```
Output contains markdown code fences
{"length":"in_progress","title":{"age":390,"payment_status":159.48,"latitude":[561.61,874.66]}}
TASK repair_structured_output SPEC FIELD coverage TYPE number REQUIRED yes FIELD count TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD order_id TYPE string_date-time REQUIRED yes BROKEN_OUTPUT {"coverage": "\"903.18\"", "count": "basic", "order_id": "2021-01-25T04:10:00Z"}
{"coverage":903.18,"count":"basic","order_id":"2021-01-25T04:10:00Z"}
wrong_type
{ "type": "object", "properties": { "coverage": { "type": "number" }, "count": { "type": "string", "enum": [ "free", "basic", "pro", "enterprise" ] }, "order_id": { "type": "string", "format": "date-time" } }, "required"...
{"coverage": "\"903.18\"", "count": "basic", "order_id": "2021-01-25T04:10:00Z"}
Field 'coverage' must be number, got string
{"coverage":903.18,"count":"basic","order_id":"2021-01-25T04:10:00Z"}
TASK repair_structured_output SPEC FIELD col_m78 TYPE integer REQUIRED yes FIELD prop_q78 TYPE integer REQUIRED no FIELD prop_w44 TYPE integer REQUIRED no BROKEN_OUTPUT Let me check the system. Action: annotate_mutation Arguments: {"prop_q78": 41, "prop_w44": 579}
{"col_m78":149,"prop_q78":41,"prop_w44":579}
tool_call_partial_args
{ "type": "object", "properties": { "col_m78": { "type": "integer" }, "prop_q78": { "type": "integer" }, "prop_w44": { "type": "integer" } }, "required": [ "col_m78" ] }
Let me check the system. Action: annotate_mutation Arguments: {"prop_q78": 41, "prop_w44": 579}
Agent tool call missing required parameter 'col_m78'
{"col_m78":149,"prop_q78":41,"prop_w44":579}
TASK repair_structured_output SPEC FIELD prop_m68 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED no FIELD col_j71 TYPE string REQUIRED yes FIELD prop_h30 TYPE integer REQUIRED yes FIELD dim_i36.val_l86 TYPE string VALUES cat_a|cat_b|cat_c|cat_d|cat_e|cat_f REQUIRED yes FIELD dim_i36....
{"prop_m68":"option_d","col_j71":"2023-12-25","prop_h30":157,"dim_i36":{"val_l86":"cat_e","col_u16":"type_c","field_j85":814},"key_u33":"test@test.io"}
truncated_object
{ "type": "object", "properties": { "prop_m68": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "col_j71": { "type": "string" }, "prop_h30": { "type": "integer"...
{"prop_m68":"option_d","col_j71":"2023-12-25","prop_h30":157,"dim_i36":{"val_l86":"cat_e","col_u16":"type_c","field_j85":814},"key_u33":"test@test.io"
Unexpected end of JSON input — truncated object
{"prop_m68":"option_d","col_j71":"2023-12-25","prop_h30":157,"dim_i36":{"val_l86":"cat_e","col_u16":"type_c","field_j85":814},"key_u33":"test@test.io"}
TASK repair_structured_output SPEC FIELD dim_m16 TYPE string_date-time REQUIRED no FIELD col_k09 TYPE string REQUIRED no FIELD prop_e81 TYPE string REQUIRED yes BROKEN_OUTPUT Tool: send_email Params: {"dim_m16": "2024-07-18T08:29:00Z", "prop_e81": "FWD", "col_k09_name": "2024-01-15"}
{"dim_m16":"2024-07-18T08:29:00Z","col_k09":"2024-01-15","prop_e81":"FWD"}
tool_call_wrong_param
{ "type": "object", "properties": { "dim_m16": { "type": "string", "format": "date-time" }, "col_k09": { "type": "string" }, "prop_e81": { "type": "string" } }, "required": [ "prop_e81" ] }
Tool: send_email Params: {"dim_m16": "2024-07-18T08:29:00Z", "prop_e81": "FWD", "col_k09_name": "2024-01-15"}
Agent used wrong parameter name 'col_k09_name' instead of 'col_k09'
{"dim_m16":"2024-07-18T08:29:00Z","col_k09":"2024-01-15","prop_e81":"FWD"}
TASK repair_structured_output SPEC FIELD dim_f91 TYPE string REQUIRED no FIELD prop_r12 TYPE integer REQUIRED yes FIELD dim_g11.key_a31 TYPE integer REQUIRED yes FIELD dim_g11.attr_c34 TYPE null REQUIRED yes FIELD dim_g11.key_y13.val_c78 TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e REQUIRED no FIELD dim_g11.k...
{"dim_f91":"test@example.com","prop_r12":552,"dim_g11":{"key_a31":653,"attr_c34":null,"prop_g96":{"param_x55":true,"col_w95":803,"key_o10":"option_b","key_w26":"2021-12-26T16:17:00Z","key_y70":null}},"attr_e50":{"key_r74":"new","param_j91":"Smith","field_e50":"Alice","prop_z39":"option_e","dim_o48":470,"val_r31":"maint...
thought_process
{ "type": "object", "properties": { "dim_f91": { "type": "string" }, "prop_r12": { "type": "integer" }, "dim_g11": { "type": "object", "properties": { "key_a31": { "type": "integer" }, "attr_c34": { "type": "null" }, ...
Analyzing the schema to generate valid JSON... Checking required fields and types... {"dim_f91":"test@example.com","prop_r12":552,"dim_g11":{"key_a31":653,"attr_c34":null,"prop_g96":{"param_x55":true,"col_w95":803,"key_o10":"option_b","key_w26":"2021-12-26T16:17:00Z","key_y70":null}},"attr_e50":{"key_r74":"new","param...
Output contains chain-of-thought reasoning before JSON
{"dim_f91":"test@example.com","prop_r12":552,"dim_g11":{"key_a31":653,"attr_c34":null,"prop_g96":{"param_x55":true,"col_w95":803,"key_o10":"option_b","key_w26":"2021-12-26T16:17:00Z","key_y70":null}},"attr_e50":{"key_r74":"new","param_j91":"Smith","field_e50":"Alice","prop_z39":"option_e","dim_o48":470,"val_r31":"maint...
TASK repair_structured_output SPEC FIELD current_draw.image_url TYPE string REQUIRED yes FIELD current_draw.humidity_pct TYPE string_uri REQUIRED yes FIELD current_draw.span_id TYPE string REQUIRED yes FIELD voltage TYPE string REQUIRED yes FIELD medication.consignee TYPE string VALUES level_1|level_2|level_3|level_4|...
{"current_draw":{"image_url":"QC-07","humidity_pct":"https://api.org/api","span_id":"Alice"},"voltage":"Jane","medication":{"consignee":"level_2","full_name":916.15,"url":"cat_f","build_status":{"items":"test","temp_celsius":"Tokyo","price":"mode_f","diagnosis_code":"active","city":"single","tags":"https://api.io/api",...
tool_call_partial_args
{ "type": "object", "properties": { "current_draw": { "type": "object", "properties": { "image_url": { "type": "string" }, "humidity_pct": { "type": "string", "format": "uri" }, "span_id": { "type": "string" } ...
Let me check the system. Action: call_variants Arguments: {"current_draw": {"image_url": "QC-07", "humidity_pct": "https://api.org/api", "span_id": "Alice"}, "medication": {"consignee": "level_2", "full_name": 916.15, "url": "cat_f", "build_status": {"items": "test", "temp_celsius": "Tokyo", "price": "mode_f", "diagnos...
Agent tool call missing required parameter 'voltage'
{"current_draw":{"image_url":"QC-07","humidity_pct":"https://api.org/api","span_id":"Alice"},"voltage":"Jane","medication":{"consignee":"level_2","full_name":916.15,"url":"cat_f","build_status":{"items":"test","temp_celsius":"Tokyo","price":"mode_f","diagnosis_code":"active","city":"single","tags":"https://api.io/api",...
TASK repair_structured_output SPEC FIELD prop_m05 TYPE null REQUIRED no FIELD col_q31 TYPE integer REQUIRED yes FIELD field_q57 TYPE integer REQUIRED yes FIELD dim_r79.key_z13 TYPE string VALUES option_a|option_b REQUIRED no FIELD dim_r79.field_k13 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED n...
{"col_q31":891,"field_q57":471,"dim_r79":{"key_z13":"option_a","field_k13":"offline","val_n98":678,"param_b38":"inactive","col_p55":659},"param_m03":{"key_d28":"This is a test value.","key_r49":"A short description.","col_r57":840,"field_u84":"MV-Evergreen-01","val_y51":877}}
partial_structure
{ "type": "object", "properties": { "prop_m05": { "type": "null" }, "col_q31": { "type": "integer" }, "field_q57": { "type": "integer" }, "dim_r79": { "type": "object", "properties": { "key_z13": { "type": "string", "enum": [ ...
The dim_r79 is {'key_z13': 'option_a', 'field_k13': 'offline', 'val_n98': 678, 'param_b38': 'inactive', 'col_p55': 659} and {"col_q31":891,"field_q57":471,"dim_r79":{"key_z13":"option_a","field_k13":"offline","val_n98":678,"param_b38":"inactive","col_p55":659},"param_m03":{"key_d28":"This is a test value.","key_r49":"A...
Output mixes natural language with JSON
{"col_q31":891,"field_q57":471,"dim_r79":{"key_z13":"option_a","field_k13":"offline","val_n98":678,"param_b38":"inactive","col_p55":659},"param_m03":{"key_d28":"This is a test value.","key_r49":"A short description.","col_r57":840,"field_u84":"MV-Evergreen-01","val_y51":877}}
TASK repair_structured_output SPEC FIELD prop_q66.attr_d85 TYPE integer REQUIRED yes FIELD prop_q66.key_f15 TYPE string REQUIRED yes FIELD prop_q66.field_t89 TYPE string VALUES email|phone|sms|push REQUIRED yes FIELD field_v48 TYPE string_date-time REQUIRED yes FIELD dim_o38 TYPE string VALUES low|medium|high|critical...
{"prop_q66":{"attr_d85":355,"key_f15":"demo","field_t89":"sms"},"field_v48":"2024-10-09T22:28:00Z","dim_o38":"low","col_g63":"Charlie"}
tool_call_bad_format
{ "type": "object", "properties": { "prop_q66": { "type": "object", "properties": { "attr_d85": { "type": "integer" }, "key_f15": { "type": "string" }, "field_t89": { "type": "string", "enum": [ "email", ...
<functioncall> update_record {prop_q66: {attr_d85: 355, key_f15: "demo", field_t89: "sms"}, field_v48: "2024-10-09T22:28:00Z", dim_o38: "low", col_g63: "Charlie"}
Tool call has malformed arguments — unquoted keys in function parameters
{"prop_q66":{"attr_d85":355,"key_f15":"demo","field_t89":"sms"},"field_v48":"2024-10-09T22:28:00Z","dim_o38":"low","col_g63":"Charlie"}
TASK repair_structured_output SPEC FIELD priority TYPE integer REQUIRED yes FIELD end_date TYPE string VALUES active|inactive|pending REQUIRED yes FIELD color TYPE string REQUIRED no FIELD due_date TYPE string VALUES reliable|unstable|intermittent REQUIRED yes BROKEN_OUTPUT {priority:237,end_date:"pending",due_date:"...
{"priority":237,"end_date":"pending","due_date":"reliable"}
unquoted_keys
{ "type": "object", "properties": { "priority": { "type": "integer" }, "end_date": { "type": "string", "enum": [ "active", "inactive", "pending" ] }, "color": { "type": "string" }, "due_date": { "type": "string", "enum": [...
{priority:237,end_date:"pending",due_date:"reliable"}
Expecting property name enclosed in double quotes
{"priority":237,"end_date":"pending","due_date":"reliable"}
TASK repair_structured_output SPEC FIELD published TYPE null REQUIRED yes FIELD lane TYPE string REQUIRED yes FIELD thumbnail TYPE integer REQUIRED no FIELD format TYPE string_email REQUIRED yes FIELD annotation.build_status.width TYPE integer REQUIRED yes FIELD annotation.build_status.vessel_name TYPE null REQUIRED n...
{"published":null,"lane":"pending","thumbnail":57,"format":"admin@example.com","width":{"humidity_pct":null,"shift_code":"Berlin","filter_flag":925,"width":[755,16]},"weight":"email"}
missing_required
{ "type": "object", "properties": { "published": { "type": "null" }, "lane": { "type": "string" }, "thumbnail": { "type": "integer" }, "format": { "type": "string", "format": "email" }, "annotation": { "type": "object", "properties": { ...
{"published": null, "thumbnail": 57, "format": "admin@example.com", "width": {"humidity_pct": null, "shift_code": "Berlin", "filter_flag": 925, "width": [755, 16]}, "weight": "email"}
Required field 'lane' is missing
{"published":null,"lane":"pending","thumbnail":57,"format":"admin@example.com","width":{"humidity_pct":null,"shift_code":"Berlin","filter_flag":925,"width":[755,16]},"weight":"email"}
TASK repair_structured_output SPEC FIELD level TYPE string VALUES type_a|type_b|type_c|type_d|type_e|type_f REQUIRED yes FIELD manifest_ref.chromosome TYPE string VALUES coastal|oceanic|inland|arctic REQUIRED yes FIELD manifest_ref.torque_output TYPE string_uri REQUIRED yes FIELD manifest_ref.enabled[] TYPE string REQ...
{"level":"type_e","username":{"footnote":"Silva","throttle_pos":"2021-07-24T12:59:00Z","category":"cat_b","annotation":{"transaction_id":"level_5","type":"type_c","color":null}},"chromosome":"cat_f","port_code":false}
tool_call_text_mix
{ "type": "object", "properties": { "level": { "type": "string", "enum": [ "type_a", "type_b", "type_c", "type_d", "type_e", "type_f" ] }, "manifest_ref": { "type": "object", "properties": { "chromosome": { "...
Processing the request now. <tool_call name="schedule_meeting"> {"level":"type_e","username":{"footnote":"Silva","throttle_pos":"2021-07-24T12:59:00Z","category":"cat_b","annotation":{"transaction_id":"level_5","type":"type_c","color":null}},"chromosome":"cat_f","port_code":false} </tool_call.
Agent response mixes reasoning text with tool call
{"level":"type_e","username":{"footnote":"Silva","throttle_pos":"2021-07-24T12:59:00Z","category":"cat_b","annotation":{"transaction_id":"level_5","type":"type_c","color":null}},"chromosome":"cat_f","port_code":false}
TASK repair_structured_output SPEC FIELD crew_id TYPE string VALUES red|blue|green|black|white REQUIRED no FIELD order_id TYPE string_email REQUIRED no FIELD dosage TYPE string REQUIRED no FIELD throttle_pos TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD state[] TYPE integer REQUIRED yes BROKEN_OUTPUT {"cr...
{"crew_id":"red","order_id":"admin@example.com","dosage":"chr1","throttle_pos":"admin","state":[66]}
extra_field
{ "type": "object", "properties": { "crew_id": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "order_id": { "type": "string", "format": "email" }, "dosage": { "type": "string" }, "thr...
{"crew_id": "red", "order_id": "admin@example.com", "dosage": "chr1", "throttle_pos": "admin", "state": [66], "extra_value_7987": true}
Unknown field 'extra_value_7987' not defined in schema
{"crew_id":"red","order_id":"admin@example.com","dosage":"chr1","throttle_pos":"admin","state":[66]}
TASK repair_structured_output SPEC FIELD prop_s87 TYPE string REQUIRED no FIELD key_c95 TYPE string VALUES option_a|option_b|option_c|option_d|option_e|option_f REQUIRED yes FIELD param_p97 TYPE string REQUIRED no FIELD field_a63[].param_i50 TYPE boolean REQUIRED no FIELD field_a63[].field_j03 TYPE null REQUIRED no FI...
{"prop_s87":"This is a test value.","key_c95":"option_e","field_a63":[{"param_i50":true,"field_j03":null,"attr_j17":false},{"param_i50":false,"field_j03":null,"attr_j17":true}]}
missing_bracket
{ "type": "object", "properties": { "prop_s87": { "type": "string" }, "key_c95": { "type": "string", "enum": [ "option_a", "option_b", "option_c", "option_d", "option_e", "option_f" ] }, "param_p97": { "type": "string"...
{"prop_s87":"This is a test value.","key_c95":"option_e","field_a63":{"param_i50":true,"field_j03":null,"attr_j17":false},{"param_i50":false,"field_j03":null,"attr_j17":true}]}
Missing closing bracket
{"prop_s87":"This is a test value.","key_c95":"option_e","field_a63":[{"param_i50":true,"field_j03":null,"attr_j17":false},{"param_i50":false,"field_j03":null,"attr_j17":true}]}
TASK repair_structured_output SPEC FIELD user_id TYPE string REQUIRED no FIELD frequency_hz TYPE string REQUIRED no FIELD nickname TYPE string REQUIRED yes FIELD isotope TYPE string REQUIRED yes FIELD span_id.bearing TYPE integer REQUIRED no FIELD span_id.last_name TYPE string VALUES active|inactive|pending REQUIRED n...
{"user_id":"John","frequency_hz":"MV-Evergreen-01","nickname":"sample","isotope":"2023-12-25","span_id":{"bearing":716,"status_code":"2021-02-06T19:21:00Z","quality_score":false,"height":{"terminal_id":null,"type":"REV","decay_rate":false},"berth_slot":"divorced","dissolved_oxygen":417}}
truncated_array
{ "type": "object", "properties": { "user_id": { "type": "string" }, "frequency_hz": { "type": "string" }, "nickname": { "type": "string" }, "isotope": { "type": "string" }, "span_id": { "type": "object", "properties": { "bearing": { ...
{"user_id":"John","frequency_hz":"MV-Evergreen-01","nickname":"sample","isotope":"2023-12-25","span_id":{"bearing":716,"status_code":"2021-02-06T19:21:00Z","quality_score":false,"height":{"terminal_id":null,"type":"REV","decay_rate":false},"berth_slot":"divorced","dissolved_oxygen":417}
Unexpected end of JSON input — truncated object
{"user_id":"John","frequency_hz":"MV-Evergreen-01","nickname":"sample","isotope":"2023-12-25","span_id":{"bearing":716,"status_code":"2021-02-06T19:21:00Z","quality_score":false,"height":{"terminal_id":null,"type":"REV","decay_rate":false},"berth_slot":"divorced","dissolved_oxygen":417}}
TASK repair_structured_output SPEC FIELD prop_g08 TYPE integer REQUIRED no FIELD val_w59 TYPE integer REQUIRED yes FIELD param_z19 TYPE boolean REQUIRED no FIELD val_m38 TYPE integer REQUIRED no FIELD field_y48.key_l30 TYPE integer REQUIRED no FIELD field_y48.prop_r18.key_b21 TYPE string REQUIRED no FIELD field_y48.pr...
{"prop_g08":871,"val_w59":220,"param_z19":true,"field_y48":{"key_l30":268,"prop_r18":{"key_b21":"example","key_k69":"type_f","field_l96":"Maria","field_a58":["quux","Jane","John"]},"param_o36":"mode_a","prop_j31":173.17,"param_p18":"email","dim_w53":"Hapag-Lloyd-Express","val_y25":true},"val_z98":null,"field_f62":"leve...
extra_field
{ "type": "object", "properties": { "prop_g08": { "type": "integer" }, "val_w59": { "type": "integer" }, "param_z19": { "type": "boolean" }, "val_m38": { "type": "integer" }, "field_y48": { "type": "object", "properties": { "key_l30": {...
{"prop_g08": 871, "val_w59": 220, "param_z19": true, "field_y48": {"key_l30": 268, "prop_r18": {"key_b21": "example", "key_k69": "type_f", "field_l96": "Maria", "field_a58": ["quux", "Jane", "John"]}, "param_o36": "mode_a", "prop_j31": 173.17, "param_p18": "email", "dim_w53": "Hapag-Lloyd-Express", "val_y25": true}, "v...
Unknown field 'extra_data_6455' not defined in schema
{"prop_g08":871,"val_w59":220,"param_z19":true,"field_y48":{"key_l30":268,"prop_r18":{"key_b21":"example","key_k69":"type_f","field_l96":"Maria","field_a58":["quux","Jane","John"]},"param_o36":"mode_a","prop_j31":173.17,"param_p18":"email","dim_w53":"Hapag-Lloyd-Express","val_y25":true},"val_z98":null,"field_f62":"leve...
TASK repair_structured_output SPEC FIELD due_date TYPE string VALUES mode_a|mode_b|mode_c|mode_d|mode_e|mode_f REQUIRED no FIELD organism TYPE integer REQUIRED no FIELD size TYPE number REQUIRED no FIELD freight_class TYPE string VALUES mode_a|mode_b|mode_c|mode_d REQUIRED no FIELD title TYPE integer REQUIRED yes FIEL...
{"due_date":"mode_b","size":299.36,"freight_class":"mode_c","title":396,"insurance_id":"2023-12-25"}
truncated_array
{ "type": "object", "properties": { "due_date": { "type": "string", "enum": [ "mode_a", "mode_b", "mode_c", "mode_d", "mode_e", "mode_f" ] }, "organism": { "type": "integer" }, "size": { "type": "number" }, "fr...
{"due_date":"mode_b","size":299.36,"freight_class":"mode_c","title":396,"insurance_id":"2023-12-25"
Unexpected end of JSON input — truncated object
{"due_date":"mode_b","size":299.36,"freight_class":"mode_c","title":396,"insurance_id":"2023-12-25"}
TASK repair_structured_output SPEC FIELD val_r29 TYPE boolean REQUIRED yes FIELD col_z61 TYPE integer REQUIRED no FIELD param_k30[].param_q73 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED yes FIELD param_k30[].val_z91 TYPE integer REQUIRED no FIELD param_k30[].val_i53 TYPE integer REQUIRED no FI...
{"val_r29":true,"col_z61":942,"param_k30":[{"param_q73":"degraded","val_z91":181,"prop_p51":true},{"param_q73":"degraded","val_z91":778,"val_i53":415,"prop_p51":false},{"param_q73":"maintenance","val_z91":538,"val_i53":201,"attr_y82":293.34,"prop_p51":true}]}
tool_call_python_syntax
{ "type": "object", "properties": { "val_r29": { "type": "boolean" }, "col_z61": { "type": "integer" }, "param_k30": { "type": "array", "items": { "type": "object", "properties": { "param_q73": { "type": "string", "enum": ...
book_appointment(val_r29=True, col_z61=942, param_k30=[{'param_q73': 'degraded', 'val_z91': 181, 'prop_p51': True}, {'param_q73': 'degraded', 'val_z91': 778, 'val_i53': 415, 'prop_p51': False}, {'param_q73': 'maintenance', 'val_z91': 538, 'val_i53': 201, 'attr_y82': 293.34, 'prop_p51': True}])
Tool call uses Python syntax instead of JSON
{"val_r29":true,"col_z61":942,"param_k30":[{"param_q73":"degraded","val_z91":181,"prop_p51":true},{"param_q73":"degraded","val_z91":778,"val_i53":415,"prop_p51":false},{"param_q73":"maintenance","val_z91":538,"val_i53":201,"attr_y82":293.34,"prop_p51":true}]}
TASK repair_structured_output SPEC FIELD medication TYPE string VALUES draft|published|archived REQUIRED no FIELD chapter TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED no FIELD sensor_id TYPE integer REQUIRED yes FIELD vessel_name TYPE string REQUIRED no FIELD diagnosis_code TYPE string REQUIRED ...
{"medication":"published","chapter":"level_1","sensor_id":795,"diagnosis_code":"quux","torque_output":false}
agent_chain
{ "type": "object", "properties": { "medication": { "type": "string", "enum": [ "draft", "published", "archived" ] }, "chapter": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "level_4", "level_...
Let me check the system. Action: transfer_call Result: {"medication": "published", "chapter": "level_1", "diagnosis_code": "quux", "torque_output": false} Processing the request now. Action: transfer_call Result:
Agent multi-step chain with truncated tool output
{"medication":"published","chapter":"level_1","sensor_id":795,"diagnosis_code":"quux","torque_output":false}
TASK repair_structured_output SPEC FIELD consignee TYPE integer REQUIRED no FIELD last_name TYPE string REQUIRED no FIELD state TYPE null REQUIRED no FIELD transaction_id TYPE string REQUIRED no FIELD type TYPE string REQUIRED yes FIELD due_date TYPE null REQUIRED no BROKEN_OUTPUT Here is the JSON you requested: {"co...
{"consignee":278,"last_name":"Santos","state":null,"type":"qux"}
extra_text_before
{ "type": "object", "properties": { "consignee": { "type": "integer" }, "last_name": { "type": "string" }, "state": { "type": "null" }, "transaction_id": { "type": "string" }, "type": { "type": "string" }, "due_date": { "type": "null" ...
Here is the JSON you requested: {"consignee":278,"last_name":"Santos","state":null,"type":"qux"}
Output contains non-JSON text before the object
{"consignee":278,"last_name":"Santos","state":null,"type":"qux"}
TASK repair_structured_output SPEC FIELD aligned_pct TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD yield_pct TYPE string VALUES draft|published|archived REQUIRED no FIELD bed_number TYPE string VALUES free|basic|pro|enterprise REQUIRED yes FIELD velocity TYPE integer REQUIRED yes BROKEN...
{"aligned_pct":"nonsense","yield_pct":"published","bed_number":"pro","velocity":949}
unquoted_keys
{ "type": "object", "properties": { "aligned_pct": { "type": "string", "enum": [ "synonymous", "missense", "nonsense", "frameshift" ] }, "yield_pct": { "type": "string", "enum": [ "draft", "published", "archived" ...
{aligned_pct:"nonsense",yield_pct:"published",bed_number:"pro",velocity:949}
Expecting property name enclosed in double quotes
{"aligned_pct":"nonsense","yield_pct":"published","bed_number":"pro","velocity":949}
TASK repair_structured_output SPEC FIELD field_l93 TYPE string VALUES admin|editor|viewer REQUIRED yes FIELD attr_v62 TYPE string VALUES reliable|unstable|intermittent REQUIRED no FIELD attr_s10 TYPE boolean REQUIRED no FIELD col_x18 TYPE string REQUIRED yes FIELD prop_z75[].col_c78 TYPE string_uri REQUIRED yes FIELD ...
{"field_l93":"editor","attr_v62":"reliable","attr_s10":false,"col_x18":"world","prop_z75":[{"col_c78":"https://www.com/data","col_l24":"info@test.io","key_s42":"medium"}]}
tool_call_bad_format
{ "type": "object", "properties": { "field_l93": { "type": "string", "enum": [ "admin", "editor", "viewer" ] }, "attr_v62": { "type": "string", "enum": [ "reliable", "unstable", "intermittent" ] }, "attr_s10": { ...
<functioncall> process_payment {field_l93: "editor", attr_v62: "reliable", attr_s10: false, col_x18: "world", prop_z75: [{col_c78: "https://www.com/data", col_l24: "info@test.io", key_s42: "medium"}]}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_l93":"editor","attr_v62":"reliable","attr_s10":false,"col_x18":"world","prop_z75":[{"col_c78":"https://www.com/data","col_l24":"info@test.io","key_s42":"medium"}]}
TASK repair_structured_output SPEC FIELD umi TYPE string_email REQUIRED no FIELD temp_celsius TYPE string REQUIRED no FIELD collateral TYPE integer REQUIRED no FIELD url.features TYPE null REQUIRED no FIELD url.bed_number TYPE number REQUIRED yes FIELD url.chapter TYPE string REQUIRED yes FIELD url.consignee[].run_id ...
{"temp_celsius":"This is a test value.","medication":"test@example.com","amplitude":268,"username":false,"subject":"arctic"}
wrong_type
{ "type": "object", "properties": { "umi": { "type": "string", "format": "email" }, "temp_celsius": { "type": "string" }, "collateral": { "type": "integer" }, "url": { "type": "object", "properties": { "features": { "type": "null" ...
{"temp_celsius": "This is a test value.", "medication": "test@example.com", "amplitude": "\"268\"", "username": false, "subject": "arctic"}
Field 'amplitude' must be integer, got string
{"temp_celsius":"This is a test value.","medication":"test@example.com","amplitude":268,"username":false,"subject":"arctic"}
TASK repair_structured_output SPEC FIELD position TYPE boolean REQUIRED yes FIELD amplitude TYPE number REQUIRED yes FIELD verified TYPE string VALUES type_a|type_b REQUIRED yes BROKEN_OUTPUT Tool: apply_discount Params: {"position": true, "amplitude": 506.0, "verified2": "type_b"}
{"position":true,"amplitude":506.0,"verified":"type_b"}
tool_call_wrong_param
{ "type": "object", "properties": { "position": { "type": "boolean" }, "amplitude": { "type": "number" }, "verified": { "type": "string", "enum": [ "type_a", "type_b" ] } }, "required": [ "position", "verified", "amplitude" ] }
Tool: apply_discount Params: {"position": true, "amplitude": 506.0, "verified2": "type_b"}
Agent used wrong parameter name 'verified2' instead of 'verified'
{"position":true,"amplitude":506.0,"verified":"type_b"}
TASK repair_structured_output SPEC FIELD field_w17 TYPE integer REQUIRED no FIELD prop_g30 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_h83 TYPE string REQUIRED no FIELD field_u20 TYPE boolean REQUIRED yes FIELD dim_y19 TYPE boolean REQUIRED yes FIELD col_f33.col_k46 TYPE string RE...
{"field_w17":928,"prop_g30":"offline","val_h83":"Bob","field_u20":true,"dim_y19":true,"key_o24":{"dim_e50":false,"key_q65":"returned","val_m25":"white"}}
missing_brace
{ "type": "object", "properties": { "field_w17": { "type": "integer" }, "prop_g30": { "type": "string", "enum": [ "operational", "degraded", "offline", "maintenance" ] }, "val_h83": { "type": "string" }, "field_u20": { "...
"field_w17":928,"prop_g30":"offline","val_h83":"Bob","field_u20":true,"dim_y19":true,"key_o24":{"dim_e50":false,"key_q65":"returned","val_m25":"white"}}
Missing closing brace
{"field_w17":928,"prop_g30":"offline","val_h83":"Bob","field_u20":true,"dim_y19":true,"key_o24":{"dim_e50":false,"key_q65":"returned","val_m25":"white"}}
TASK repair_structured_output SPEC FIELD attr_x79 TYPE string VALUES cat_a|cat_b|cat_c|cat_d REQUIRED yes FIELD dim_t24 TYPE integer REQUIRED no FIELD attr_i42 TYPE number REQUIRED yes FIELD prop_p65 TYPE integer REQUIRED yes FIELD col_l27 TYPE string VALUES synonymous|missense|nonsense|frameshift REQUIRED no FIELD pa...
{"attr_x79":"cat_c","dim_t24":233,"attr_i42":147.75,"prop_p65":171,"col_l27":"synonymous","param_p77":"Jane"}
unquoted_keys
{ "type": "object", "properties": { "attr_x79": { "type": "string", "enum": [ "cat_a", "cat_b", "cat_c", "cat_d" ] }, "dim_t24": { "type": "integer" }, "attr_i42": { "type": "number" }, "prop_p65": { "type": "integer" ...
{attr_x79:"cat_c",dim_t24:233,attr_i42:147.75,prop_p65:171,col_l27:"synonymous",param_p77:"Jane"}
Expecting property name enclosed in double quotes
{"attr_x79":"cat_c","dim_t24":233,"attr_i42":147.75,"prop_p65":171,"col_l27":"synonymous","param_p77":"Jane"}
TASK repair_structured_output SPEC FIELD field_u71 TYPE string VALUES red|blue|green|black|white REQUIRED yes FIELD val_p59 TYPE string VALUES level_1|level_2|level_3|level_4|level_5 REQUIRED yes FIELD attr_n75 TYPE string VALUES operational|degraded|offline|maintenance REQUIRED no FIELD val_h12 TYPE boolean REQUIRED ...
{"field_u71":"white","val_p59":"level_3","attr_n75":"degraded","attr_y68":406,"key_p17":"Berlin","prop_c59":"cancelled","field_n63":false}
tool_call_bad_format
{ "type": "object", "properties": { "field_u71": { "type": "string", "enum": [ "red", "blue", "green", "black", "white" ] }, "val_p59": { "type": "string", "enum": [ "level_1", "level_2", "level_3", "le...
<functioncall> get_account {field_u71: "white", val_p59: "level_3", attr_n75: "degraded", attr_y68: 406, key_p17: "Berlin", prop_c59: "cancelled", field_n63: false}
Tool call has malformed arguments — unquoted keys in function parameters
{"field_u71":"white","val_p59":"level_3","attr_n75":"degraded","attr_y68":406,"key_p17":"Berlin","prop_c59":"cancelled","field_n63":false}